builder-settings-types 0.0.405 → 0.0.407

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.
@@ -189,14 +189,7 @@ const lt = class lt {
189
189
  setComponentPath(e) {
190
190
  }
191
191
  setValue(e) {
192
- console.log(
193
- "📤 [setValue]",
194
- this.title || this.id,
195
- ":",
196
- this.value,
197
- "→",
198
- e
199
- ), this.value = e, this.inputEl && (this.inputEl.value = String(e)), this.onChange && this.onChange(e), this.props.detectChange && this.props.detectChange(e);
192
+ this.value = e, this.inputEl && (this.inputEl.value = String(e)), this.onChange && this.onChange(e), this.props.detectChange && this.props.detectChange(e);
200
193
  }
201
194
  clone() {
202
195
  const e = this.constructor, r = Un(this.props), a = new e(r);
@@ -1955,10 +1948,7 @@ function Oi(t) {
1955
1948
  const ai = class ai {
1956
1949
  constructor(e) {
1957
1950
  this.elementRef = null, this.isHidden = !1, this.custom = !1, this.initialValues = {}, this.changeTimeout = null, this.isHandlingChange = !1, this.changeHandlers = /* @__PURE__ */ new Set(), this.blurTimeout = null, this.lastChangeTime = 0, this.handleBlur = () => {
1958
- }, this.pendingBlurHandler = null, this.originalDefaultValues = {}, this.nestingLevel = 0, this.dataPropsPath = "", this.hide = !1, this.isSettingValue = !1, this.suppressOnChange = !1, console.log(
1959
- "🔨 [SettingsGroup Created]",
1960
- e.title || "Unnamed Group"
1961
- ), this.suppressOnChange = !0, this.id = e.id || Vn(), this.title = e.title, this.settings = e.settings, this.isCollapsed = e.collapsed ?? !1, this.isMain = e.main ?? !1, this.custom = e.custom ?? !1, this.nestingLevel = 0, this.includeGetJson = e.includeGetJson ?? !0, this.addItemCfg = e.addItem, this.deleteItemCfg = e.deleteItem, this.dataProps = e.dataProps, this.dataPropsPath = e.dataProps || "", this.hide = e.hide ?? !1, Object.assign(this, e.settings), this.initialValues = this.getValues(), this.originalDefaultValues = this.getDefaultValues(), this.propagateNestingLevel(), this.propagateDataPropsPath(), this.propagateComponentPaths(), this.suppressOnChange = !1;
1951
+ }, this.pendingBlurHandler = null, this.originalDefaultValues = {}, this.nestingLevel = 0, this.dataPropsPath = "", this.hide = !1, this.isSettingValue = !1, this.suppressOnChange = !1, this.suppressOnChange = !0, this.id = e.id || Vn(), this.title = e.title, this.settings = e.settings, this.isCollapsed = e.collapsed ?? !1, this.isMain = e.main ?? !1, this.custom = e.custom ?? !1, this.nestingLevel = 0, this.includeGetJson = e.includeGetJson ?? !0, this.addItemCfg = e.addItem, this.deleteItemCfg = e.deleteItem, this.dataProps = e.dataProps, this.dataPropsPath = e.dataProps || "", this.hide = e.hide ?? !1, Object.assign(this, e.settings), this.initialValues = this.getValues(), this.originalDefaultValues = this.getDefaultValues(), this.propagateNestingLevel(), this.propagateDataPropsPath(), this.propagateComponentPaths(), this.suppressOnChange = !1;
1962
1952
  }
1963
1953
  propagateNestingLevel() {
1964
1954
  const e = this.nestingLevel + 1;
@@ -2758,14 +2748,14 @@ class lr extends df {
2758
2748
  o.className = "color-content-global", o.style.display = "none", o.style.display = "grid", o.style.gridTemplateColumns = "repeat(auto-fill, minmax(30px, 1fr))", o.style.gap = "8px";
2759
2749
  const l = () => {
2760
2750
  try {
2761
- if (console.log("ColorSetting: renderGlobalOptions called"), o.innerHTML = "", !Le) {
2751
+ if (o.innerHTML = "", !Le) {
2762
2752
  console.error("ColorSetting: Setting class is undefined");
2763
2753
  const g = document.createElement("div");
2764
2754
  g.textContent = "Error: System error (Setting undefined)", o.appendChild(g);
2765
2755
  return;
2766
2756
  }
2767
2757
  const d = Le.GlobalVariables || {};
2768
- if (console.log("ColorSetting: GlobalVariables:", d), !d || Object.keys(d).length === 0) {
2758
+ if (!d || Object.keys(d).length === 0) {
2769
2759
  const g = document.createElement("div");
2770
2760
  g.textContent = "No global colors defined", g.style.gridColumn = "1 / -1", g.style.fontSize = "12px", g.style.color = "#666", o.appendChild(g);
2771
2761
  return;
@@ -3299,7 +3289,7 @@ class O3 extends Le {
3299
3289
  f >= 1 ? (o = Math.round(o * 0.9), l = Math.round(l * 0.9), c = Math.round(c * 0.9)) : f = Math.min(1, f + 0.12), n = `rgba(${o},${l},${c},${f})`;
3300
3290
  }
3301
3291
  e.addEventListener("mouseenter", () => {
3302
- console.log("hoverBg", n), e.style.setProperty("background-color", n, "important");
3292
+ e.style.setProperty("background-color", n, "important");
3303
3293
  }), e.addEventListener("mouseleave", () => {
3304
3294
  e.style.setProperty("background-color", r, "important");
3305
3295
  }), e.addEventListener("click", () => {
@@ -4974,11 +4964,17 @@ function y0(t) {
4974
4964
  const a = document.createElement("textarea");
4975
4965
  a.id = `textarea-${t.languageCode}`, a.classList.add("simple-language-textarea"), t.isPopupMode && a.classList.add("popup-mode"), a.value = t.value || "", a.rows = 1, a.style.overflowY = "hidden", a.setAttribute("data-full-placeholder", t.placeholder), Xr(a, t.placeholder), t.dataTestId && a.setAttribute("data-test-id", t.dataTestId);
4976
4966
  const n = t.maxRows ?? 3;
4977
- a.addEventListener("input", (i) => {
4978
- const s = i.target;
4979
- t.onInput(t.languageCode, s.value), Zi(s, n);
4980
- const o = a.getAttribute("data-full-placeholder") || "";
4981
- o && Xr(a, o);
4967
+ let i = null;
4968
+ a.addEventListener("input", (s) => {
4969
+ const o = s.target;
4970
+ t.onInput(t.languageCode, o.value), Zi(o, n);
4971
+ const l = a.getAttribute("data-full-placeholder") || "";
4972
+ l && Xr(a, l), i && clearTimeout(i), i = setTimeout(() => {
4973
+ const c = a.value;
4974
+ a.value = c + "​", t.onInput(t.languageCode, a.value), setTimeout(() => {
4975
+ a.value = c, t.onInput(t.languageCode, a.value);
4976
+ }, 100), i = null;
4977
+ }, 500);
4982
4978
  }), e.appendChild(a), Eh(a, n);
4983
4979
  }
4984
4980
  return e;
@@ -11790,7 +11786,7 @@ var cp = [2, 3, 48, 49, 131, 139, 140, 245], zi = /* @__PURE__ */ function() {
11790
11786
  else if (V.trim().length === 0)
11791
11787
  R.t = "s", R.v = V;
11792
11788
  else if (V.charCodeAt(0) == 61)
11793
- V.charCodeAt(1) == 34 && V.charCodeAt(V.length - 1) == 34 ? (R.t = "s", R.v = V.slice(2, -1).replace(/""/g, '"')) : _m(V) ? (R.t = "n", R.f = V.slice(1)) : (R.t = "s", R.v = V);
11789
+ V.charCodeAt(1) == 34 && V.charCodeAt(V.length - 1) == 34 ? (R.t = "s", R.v = V.slice(2, -1).replace(/""/g, '"')) : _2(V) ? (R.t = "n", R.f = V.slice(1)) : (R.t = "s", R.v = V);
11794
11790
  else if (V == "TRUE")
11795
11791
  R.t = "b", R.v = !0;
11796
11792
  else if (V == "FALSE")
@@ -13667,7 +13663,7 @@ function Qp(t, e, r, a) {
13667
13663
  }
13668
13664
  });
13669
13665
  }
13670
- function e2(t, e, r) {
13666
+ function em(t, e, r) {
13671
13667
  e.NumberFmt = [];
13672
13668
  for (var a = Je(me), n = 0; n < a.length; ++n) e.NumberFmt[a[n]] = me[a[n]];
13673
13669
  var i = t[0].match(kt);
@@ -13699,7 +13695,7 @@ function e2(t, e, r) {
13699
13695
  }
13700
13696
  }
13701
13697
  }
13702
- function t2(t) {
13698
+ function tm(t) {
13703
13699
  var e = ["<numFmts>"];
13704
13700
  return [[5, 8], [23, 26], [41, 44], [
13705
13701
  /*63*/
@@ -13711,7 +13707,7 @@ function t2(t) {
13711
13707
  }), e.length === 1 ? "" : (e[e.length] = "</numFmts>", e[0] = ae("numFmts", null, { count: e.length - 2 }).replace("/>", ">"), e.join(""));
13712
13708
  }
13713
13709
  var Ln = ["numFmtId", "fillId", "fontId", "borderId", "xfId"], An = ["applyAlignment", "applyBorder", "applyFill", "applyFont", "applyNumberFormat", "applyProtection", "pivotButton", "quotePrefix"];
13714
- function r2(t, e, r) {
13710
+ function rm(t, e, r) {
13715
13711
  e.CellXf = [];
13716
13712
  var a, n = !1;
13717
13713
  (t[0].match(kt) || []).forEach(function(i) {
@@ -13775,20 +13771,20 @@ function r2(t, e, r) {
13775
13771
  }
13776
13772
  });
13777
13773
  }
13778
- function a2(t) {
13774
+ function am(t) {
13779
13775
  var e = [];
13780
13776
  return e[e.length] = ae("cellXfs", null), t.forEach(function(r) {
13781
13777
  e[e.length] = ae("xf", null, r);
13782
13778
  }), e[e.length] = "</cellXfs>", e.length === 2 ? "" : (e[0] = ae("cellXfs", null, { count: e.length - 2 }).replace("/>", ">"), e.join(""));
13783
13779
  }
13784
- var n2 = /* @__PURE__ */ function() {
13780
+ var nm = /* @__PURE__ */ function() {
13785
13781
  var e = /<(?:\w+:)?numFmts([^>]*)>[\S\s]*?<\/(?:\w+:)?numFmts>/, r = /<(?:\w+:)?cellXfs([^>]*)>[\S\s]*?<\/(?:\w+:)?cellXfs>/, a = /<(?:\w+:)?fills([^>]*)>[\S\s]*?<\/(?:\w+:)?fills>/, n = /<(?:\w+:)?fonts([^>]*)>[\S\s]*?<\/(?:\w+:)?fonts>/, i = /<(?:\w+:)?borders([^>]*)>[\S\s]*?<\/(?:\w+:)?borders>/;
13786
13782
  return function(o, l, c) {
13787
13783
  var f = {};
13788
13784
  if (!o) return f;
13789
13785
  o = o.replace(/<!--([\s\S]*?)-->/mg, "").replace(/<!DOCTYPE[^\[]*\[[^\]]*\]>/gm, "");
13790
13786
  var h;
13791
- return (h = o.match(e)) && e2(h, f, c), (h = o.match(n)) && Qp(h, f, l, c), (h = o.match(a)) && Zp(h, f, l, c), (h = o.match(i)) && qp(h, f, l, c), (h = o.match(r)) && r2(h, f, c), f;
13787
+ return (h = o.match(e)) && em(h, f, c), (h = o.match(n)) && Qp(h, f, l, c), (h = o.match(a)) && Zp(h, f, l, c), (h = o.match(i)) && qp(h, f, l, c), (h = o.match(r)) && rm(h, f, c), f;
13792
13788
  };
13793
13789
  }();
13794
13790
  function Xl(t, e) {
@@ -13796,18 +13792,18 @@ function Xl(t, e) {
13796
13792
  xmlns: sa[0],
13797
13793
  "xmlns:vt": st.vt
13798
13794
  })], a;
13799
- return t.SSF && (a = t2(t.SSF)) != null && (r[r.length] = a), r[r.length] = '<fonts count="1"><font><sz val="12"/><color theme="1"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font></fonts>', r[r.length] = '<fills count="2"><fill><patternFill patternType="none"/></fill><fill><patternFill patternType="gray125"/></fill></fills>', r[r.length] = '<borders count="1"><border><left/><right/><top/><bottom/><diagonal/></border></borders>', r[r.length] = '<cellStyleXfs count="1"><xf numFmtId="0" fontId="0" fillId="0" borderId="0"/></cellStyleXfs>', (a = a2(e.cellXfs)) && (r[r.length] = a), r[r.length] = '<cellStyles count="1"><cellStyle name="Normal" xfId="0" builtinId="0"/></cellStyles>', r[r.length] = '<dxfs count="0"/>', r[r.length] = '<tableStyles count="0" defaultTableStyle="TableStyleMedium9" defaultPivotStyle="PivotStyleMedium4"/>', r.length > 2 && (r[r.length] = "</styleSheet>", r[1] = r[1].replace("/>", ">")), r.join("");
13795
+ return t.SSF && (a = tm(t.SSF)) != null && (r[r.length] = a), r[r.length] = '<fonts count="1"><font><sz val="12"/><color theme="1"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font></fonts>', r[r.length] = '<fills count="2"><fill><patternFill patternType="none"/></fill><fill><patternFill patternType="gray125"/></fill></fills>', r[r.length] = '<borders count="1"><border><left/><right/><top/><bottom/><diagonal/></border></borders>', r[r.length] = '<cellStyleXfs count="1"><xf numFmtId="0" fontId="0" fillId="0" borderId="0"/></cellStyleXfs>', (a = am(e.cellXfs)) && (r[r.length] = a), r[r.length] = '<cellStyles count="1"><cellStyle name="Normal" xfId="0" builtinId="0"/></cellStyles>', r[r.length] = '<dxfs count="0"/>', r[r.length] = '<tableStyles count="0" defaultTableStyle="TableStyleMedium9" defaultPivotStyle="PivotStyleMedium4"/>', r.length > 2 && (r[r.length] = "</styleSheet>", r[1] = r[1].replace("/>", ">")), r.join("");
13800
13796
  }
13801
- function i2(t, e) {
13797
+ function im(t, e) {
13802
13798
  var r = t.read_shift(2), a = Ct(t);
13803
13799
  return [r, a];
13804
13800
  }
13805
- function s2(t, e, r) {
13801
+ function sm(t, e, r) {
13806
13802
  r || (r = X(6 + 4 * e.length)), r.write_shift(2, t), ht(e, r);
13807
13803
  var a = r.length > r.l ? r.slice(0, r.l) : r;
13808
13804
  return r.l == null && (r.l = r.length), a;
13809
13805
  }
13810
- function o2(t, e, r) {
13806
+ function om(t, e, r) {
13811
13807
  var a = {};
13812
13808
  a.sz = t.read_shift(2) / 20;
13813
13809
  var n = Wu(t);
@@ -13838,14 +13834,14 @@ function o2(t, e, r) {
13838
13834
  }
13839
13835
  return a.name = Ct(t), a;
13840
13836
  }
13841
- function l2(t, e) {
13837
+ function lm(t, e) {
13842
13838
  e || (e = X(25 + 4 * 32)), e.write_shift(2, t.sz * 20), $u(t, e), e.write_shift(2, t.bold ? 700 : 400);
13843
13839
  var r = 0;
13844
13840
  t.vertAlign == "superscript" ? r = 1 : t.vertAlign == "subscript" && (r = 2), e.write_shift(2, r), e.write_shift(1, t.underline || 0), e.write_shift(1, t.family || 0), e.write_shift(1, t.charset || 0), e.write_shift(1, 0), qn(t.color, e);
13845
13841
  var a = 0;
13846
13842
  return a = 2, e.write_shift(1, a), ht(t.name, e), e.length > e.l ? e.slice(0, e.l) : e;
13847
13843
  }
13848
- var c2 = [
13844
+ var cm = [
13849
13845
  "none",
13850
13846
  "solid",
13851
13847
  "mediumGray",
@@ -13865,9 +13861,9 @@ var c2 = [
13865
13861
  "lightTrellis",
13866
13862
  "gray125",
13867
13863
  "gray0625"
13868
- ], ki, f2 = yt;
13864
+ ], ki, fm = yt;
13869
13865
  function Yo(t, e) {
13870
- e || (e = X(4 * 3 + 8 * 7 + 16 * 1)), ki || (ki = si(c2));
13866
+ e || (e = X(4 * 3 + 8 * 7 + 16 * 1)), ki || (ki = si(cm));
13871
13867
  var r = ki[t.patternType];
13872
13868
  r == null && (r = 40), e.write_shift(4, r);
13873
13869
  var a = 0;
@@ -13879,7 +13875,7 @@ function Yo(t, e) {
13879
13875
  }
13880
13876
  return e.length > e.l ? e.slice(0, e.l) : e;
13881
13877
  }
13882
- function h2(t, e) {
13878
+ function hm(t, e) {
13883
13879
  var r = t.l + e, a = t.read_shift(2), n = t.read_shift(2);
13884
13880
  return t.l = r, { ixfe: a, numFmtId: n };
13885
13881
  }
@@ -13891,18 +13887,18 @@ function jl(t, e, r) {
13891
13887
  function Ua(t, e) {
13892
13888
  return e || (e = X(10)), e.write_shift(1, 0), e.write_shift(1, 0), e.write_shift(4, 0), e.write_shift(4, 0), e;
13893
13889
  }
13894
- var u2 = yt;
13895
- function d2(t, e) {
13890
+ var um = yt;
13891
+ function dm(t, e) {
13896
13892
  return e || (e = X(51)), e.write_shift(1, 0), Ua(null, e), Ua(null, e), Ua(null, e), Ua(null, e), Ua(null, e), e.length > e.l ? e.slice(0, e.l) : e;
13897
13893
  }
13898
- function p2(t, e) {
13894
+ function pm(t, e) {
13899
13895
  return e || (e = X(12 + 4 * 10)), e.write_shift(4, t.xfId), e.write_shift(2, 1), e.write_shift(1, 0), e.write_shift(1, 0), Jn(t.name || "", e), e.length > e.l ? e.slice(0, e.l) : e;
13900
13896
  }
13901
- function m2(t, e, r) {
13897
+ function mm(t, e, r) {
13902
13898
  var a = X(2052);
13903
13899
  return a.write_shift(4, t), Jn(e, a), Jn(r, a), a.length > a.l ? a.slice(0, a.l) : a;
13904
13900
  }
13905
- function g2(t, e, r) {
13901
+ function gm(t, e, r) {
13906
13902
  var a = {};
13907
13903
  a.NumberFmt = [];
13908
13904
  for (var n in me) a.NumberFmt[n] = me[n];
@@ -13964,7 +13960,7 @@ function g2(t, e, r) {
13964
13960
  }
13965
13961
  }), a;
13966
13962
  }
13967
- function x2(t, e) {
13963
+ function xm(t, e) {
13968
13964
  if (e) {
13969
13965
  var r = 0;
13970
13966
  [[5, 8], [23, 26], [41, 44], [
@@ -13980,7 +13976,7 @@ function x2(t, e) {
13980
13976
  /*66],[164,*/
13981
13977
  392
13982
13978
  ]].forEach(function(a) {
13983
- for (var n = a[0]; n <= a[1]; ++n) e[n] != null && Y(t, 44, s2(n, e[n]));
13979
+ for (var n = a[0]; n <= a[1]; ++n) e[n] != null && Y(t, 44, sm(n, e[n]));
13984
13980
  }), Y(
13985
13981
  t,
13986
13982
  616
@@ -13988,9 +13984,9 @@ function x2(t, e) {
13988
13984
  ));
13989
13985
  }
13990
13986
  }
13991
- function v2(t) {
13987
+ function vm(t) {
13992
13988
  var e = 1;
13993
- Y(t, 611, ar(e)), Y(t, 43, l2({
13989
+ Y(t, 611, ar(e)), Y(t, 43, lm({
13994
13990
  sz: 12,
13995
13991
  color: { theme: 1 },
13996
13992
  name: "Calibri",
@@ -14001,7 +13997,7 @@ function v2(t) {
14001
13997
  /* BrtEndFonts */
14002
13998
  );
14003
13999
  }
14004
- function E2(t) {
14000
+ function Em(t) {
14005
14001
  var e = 2;
14006
14002
  Y(t, 603, ar(e)), Y(t, 45, Yo({ patternType: "none" })), Y(t, 45, Yo({ patternType: "gray125" })), Y(
14007
14003
  t,
@@ -14009,15 +14005,15 @@ function E2(t) {
14009
14005
  /* BrtEndFills */
14010
14006
  );
14011
14007
  }
14012
- function w2(t) {
14008
+ function wm(t) {
14013
14009
  var e = 1;
14014
- Y(t, 613, ar(e)), Y(t, 46, d2()), Y(
14010
+ Y(t, 613, ar(e)), Y(t, 46, dm()), Y(
14015
14011
  t,
14016
14012
  614
14017
14013
  /* BrtEndBorders */
14018
14014
  );
14019
14015
  }
14020
- function C2(t) {
14016
+ function Cm(t) {
14021
14017
  var e = 1;
14022
14018
  Y(t, 626, ar(e)), Y(t, 47, jl({
14023
14019
  numFmtId: 0
@@ -14027,7 +14023,7 @@ function C2(t) {
14027
14023
  /* BrtEndCellStyleXFs */
14028
14024
  );
14029
14025
  }
14030
- function y2(t, e) {
14026
+ function ym(t, e) {
14031
14027
  Y(t, 617, ar(e.length)), e.forEach(function(r) {
14032
14028
  Y(t, 47, jl(r, 0));
14033
14029
  }), Y(
@@ -14036,9 +14032,9 @@ function y2(t, e) {
14036
14032
  /* BrtEndCellXFs */
14037
14033
  );
14038
14034
  }
14039
- function k2(t) {
14035
+ function km(t) {
14040
14036
  var e = 1;
14041
- Y(t, 619, ar(e)), Y(t, 48, p2({
14037
+ Y(t, 619, ar(e)), Y(t, 48, pm({
14042
14038
  xfId: 0,
14043
14039
  name: "Normal"
14044
14040
  })), Y(
@@ -14047,7 +14043,7 @@ function k2(t) {
14047
14043
  /* BrtEndStyles */
14048
14044
  );
14049
14045
  }
14050
- function _2(t) {
14046
+ function _m(t) {
14051
14047
  var e = 0;
14052
14048
  Y(t, 505, ar(e)), Y(
14053
14049
  t,
@@ -14055,27 +14051,27 @@ function _2(t) {
14055
14051
  /* BrtEndDXFs */
14056
14052
  );
14057
14053
  }
14058
- function T2(t) {
14054
+ function Tm(t) {
14059
14055
  var e = 0;
14060
- Y(t, 508, m2(e, "TableStyleMedium9", "PivotStyleMedium4")), Y(
14056
+ Y(t, 508, mm(e, "TableStyleMedium9", "PivotStyleMedium4")), Y(
14061
14057
  t,
14062
14058
  509
14063
14059
  /* BrtEndTableStyles */
14064
14060
  );
14065
14061
  }
14066
- function S2(t, e) {
14062
+ function Sm(t, e) {
14067
14063
  var r = Lt();
14068
14064
  return Y(
14069
14065
  r,
14070
14066
  278
14071
14067
  /* BrtBeginStyleSheet */
14072
- ), x2(r, t.SSF), v2(r), E2(r), w2(r), C2(r), y2(r, e.cellXfs), k2(r), _2(r), T2(r), Y(
14068
+ ), xm(r, t.SSF), vm(r), Em(r), wm(r), Cm(r), ym(r, e.cellXfs), km(r), _m(r), Tm(r), Y(
14073
14069
  r,
14074
14070
  279
14075
14071
  /* BrtEndStyleSheet */
14076
14072
  ), r.end();
14077
14073
  }
14078
- var b2 = [
14074
+ var bm = [
14079
14075
  "</a:lt1>",
14080
14076
  "</a:dk1>",
14081
14077
  "</a:lt2>",
@@ -14089,7 +14085,7 @@ var b2 = [
14089
14085
  "</a:hlink>",
14090
14086
  "</a:folHlink>"
14091
14087
  ];
14092
- function F2(t, e, r) {
14088
+ function Fm(t, e, r) {
14093
14089
  e.themeElements.clrScheme = [];
14094
14090
  var a = {};
14095
14091
  (t[0].match(kt) || []).forEach(function(n) {
@@ -14143,39 +14139,39 @@ function F2(t, e, r) {
14143
14139
  case "</a:hlink>":
14144
14140
  case "<a:folHlink>":
14145
14141
  case "</a:folHlink>":
14146
- i[0].charAt(1) === "/" ? (e.themeElements.clrScheme[b2.indexOf(i[0])] = a, a = {}) : a.name = i[0].slice(3, i[0].length - 1);
14142
+ i[0].charAt(1) === "/" ? (e.themeElements.clrScheme[bm.indexOf(i[0])] = a, a = {}) : a.name = i[0].slice(3, i[0].length - 1);
14147
14143
  break;
14148
14144
  default:
14149
14145
  if (r && r.WTF) throw new Error("Unrecognized " + i[0] + " in clrScheme");
14150
14146
  }
14151
14147
  });
14152
14148
  }
14153
- function L2() {
14149
+ function Lm() {
14154
14150
  }
14155
- function A2() {
14151
+ function Am() {
14156
14152
  }
14157
- var I2 = /<a:clrScheme([^>]*)>[\s\S]*<\/a:clrScheme>/, N2 = /<a:fontScheme([^>]*)>[\s\S]*<\/a:fontScheme>/, M2 = /<a:fmtScheme([^>]*)>[\s\S]*<\/a:fmtScheme>/;
14158
- function O2(t, e, r) {
14153
+ var Im = /<a:clrScheme([^>]*)>[\s\S]*<\/a:clrScheme>/, Nm = /<a:fontScheme([^>]*)>[\s\S]*<\/a:fontScheme>/, Mm = /<a:fmtScheme([^>]*)>[\s\S]*<\/a:fmtScheme>/;
14154
+ function Om(t, e, r) {
14159
14155
  e.themeElements = {};
14160
14156
  var a;
14161
14157
  [
14162
14158
  /* clrScheme CT_ColorScheme */
14163
- ["clrScheme", I2, F2],
14159
+ ["clrScheme", Im, Fm],
14164
14160
  /* fontScheme CT_FontScheme */
14165
- ["fontScheme", N2, L2],
14161
+ ["fontScheme", Nm, Lm],
14166
14162
  /* fmtScheme CT_StyleMatrix */
14167
- ["fmtScheme", M2, A2]
14163
+ ["fmtScheme", Mm, Am]
14168
14164
  ].forEach(function(n) {
14169
14165
  if (!(a = t.match(n[1]))) throw new Error(n[0] + " not found in themeElements");
14170
14166
  n[2](a, e, r);
14171
14167
  });
14172
14168
  }
14173
- var P2 = /<a:themeElements([^>]*)>[\s\S]*<\/a:themeElements>/;
14169
+ var Pm = /<a:themeElements([^>]*)>[\s\S]*<\/a:themeElements>/;
14174
14170
  function Kl(t, e) {
14175
14171
  (!t || t.length === 0) && (t = Ss());
14176
14172
  var r, a = {};
14177
- if (!(r = t.match(P2))) throw new Error("themeElements not found in theme");
14178
- return O2(r[0], a, e), a.raw = t, a;
14173
+ if (!(r = t.match(Pm))) throw new Error("themeElements not found in theme");
14174
+ return Om(r[0], a, e), a.raw = t, a;
14179
14175
  }
14180
14176
  function Ss(t, e) {
14181
14177
  if (e && e.themeXLSX) return e.themeXLSX;
@@ -14183,7 +14179,7 @@ function Ss(t, e) {
14183
14179
  var r = [tt];
14184
14180
  return r[r.length] = '<a:theme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="Office Theme">', r[r.length] = "<a:themeElements>", r[r.length] = '<a:clrScheme name="Office">', r[r.length] = '<a:dk1><a:sysClr val="windowText" lastClr="000000"/></a:dk1>', r[r.length] = '<a:lt1><a:sysClr val="window" lastClr="FFFFFF"/></a:lt1>', r[r.length] = '<a:dk2><a:srgbClr val="1F497D"/></a:dk2>', r[r.length] = '<a:lt2><a:srgbClr val="EEECE1"/></a:lt2>', r[r.length] = '<a:accent1><a:srgbClr val="4F81BD"/></a:accent1>', r[r.length] = '<a:accent2><a:srgbClr val="C0504D"/></a:accent2>', r[r.length] = '<a:accent3><a:srgbClr val="9BBB59"/></a:accent3>', r[r.length] = '<a:accent4><a:srgbClr val="8064A2"/></a:accent4>', r[r.length] = '<a:accent5><a:srgbClr val="4BACC6"/></a:accent5>', r[r.length] = '<a:accent6><a:srgbClr val="F79646"/></a:accent6>', r[r.length] = '<a:hlink><a:srgbClr val="0000FF"/></a:hlink>', r[r.length] = '<a:folHlink><a:srgbClr val="800080"/></a:folHlink>', r[r.length] = "</a:clrScheme>", r[r.length] = '<a:fontScheme name="Office">', r[r.length] = "<a:majorFont>", r[r.length] = '<a:latin typeface="Cambria"/>', r[r.length] = '<a:ea typeface=""/>', r[r.length] = '<a:cs typeface=""/>', r[r.length] = '<a:font script="Jpan" typeface="MS Pゴシック"/>', r[r.length] = '<a:font script="Hang" typeface="맑은 고딕"/>', r[r.length] = '<a:font script="Hans" typeface="宋体"/>', r[r.length] = '<a:font script="Hant" typeface="新細明體"/>', r[r.length] = '<a:font script="Arab" typeface="Times New Roman"/>', r[r.length] = '<a:font script="Hebr" typeface="Times New Roman"/>', r[r.length] = '<a:font script="Thai" typeface="Tahoma"/>', r[r.length] = '<a:font script="Ethi" typeface="Nyala"/>', r[r.length] = '<a:font script="Beng" typeface="Vrinda"/>', r[r.length] = '<a:font script="Gujr" typeface="Shruti"/>', r[r.length] = '<a:font script="Khmr" typeface="MoolBoran"/>', r[r.length] = '<a:font script="Knda" typeface="Tunga"/>', r[r.length] = '<a:font script="Guru" typeface="Raavi"/>', r[r.length] = '<a:font script="Cans" typeface="Euphemia"/>', r[r.length] = '<a:font script="Cher" typeface="Plantagenet Cherokee"/>', r[r.length] = '<a:font script="Yiii" typeface="Microsoft Yi Baiti"/>', r[r.length] = '<a:font script="Tibt" typeface="Microsoft Himalaya"/>', r[r.length] = '<a:font script="Thaa" typeface="MV Boli"/>', r[r.length] = '<a:font script="Deva" typeface="Mangal"/>', r[r.length] = '<a:font script="Telu" typeface="Gautami"/>', r[r.length] = '<a:font script="Taml" typeface="Latha"/>', r[r.length] = '<a:font script="Syrc" typeface="Estrangelo Edessa"/>', r[r.length] = '<a:font script="Orya" typeface="Kalinga"/>', r[r.length] = '<a:font script="Mlym" typeface="Kartika"/>', r[r.length] = '<a:font script="Laoo" typeface="DokChampa"/>', r[r.length] = '<a:font script="Sinh" typeface="Iskoola Pota"/>', r[r.length] = '<a:font script="Mong" typeface="Mongolian Baiti"/>', r[r.length] = '<a:font script="Viet" typeface="Times New Roman"/>', r[r.length] = '<a:font script="Uigh" typeface="Microsoft Uighur"/>', r[r.length] = '<a:font script="Geor" typeface="Sylfaen"/>', r[r.length] = "</a:majorFont>", r[r.length] = "<a:minorFont>", r[r.length] = '<a:latin typeface="Calibri"/>', r[r.length] = '<a:ea typeface=""/>', r[r.length] = '<a:cs typeface=""/>', r[r.length] = '<a:font script="Jpan" typeface="MS Pゴシック"/>', r[r.length] = '<a:font script="Hang" typeface="맑은 고딕"/>', r[r.length] = '<a:font script="Hans" typeface="宋体"/>', r[r.length] = '<a:font script="Hant" typeface="新細明體"/>', r[r.length] = '<a:font script="Arab" typeface="Arial"/>', r[r.length] = '<a:font script="Hebr" typeface="Arial"/>', r[r.length] = '<a:font script="Thai" typeface="Tahoma"/>', r[r.length] = '<a:font script="Ethi" typeface="Nyala"/>', r[r.length] = '<a:font script="Beng" typeface="Vrinda"/>', r[r.length] = '<a:font script="Gujr" typeface="Shruti"/>', r[r.length] = '<a:font script="Khmr" typeface="DaunPenh"/>', r[r.length] = '<a:font script="Knda" typeface="Tunga"/>', r[r.length] = '<a:font script="Guru" typeface="Raavi"/>', r[r.length] = '<a:font script="Cans" typeface="Euphemia"/>', r[r.length] = '<a:font script="Cher" typeface="Plantagenet Cherokee"/>', r[r.length] = '<a:font script="Yiii" typeface="Microsoft Yi Baiti"/>', r[r.length] = '<a:font script="Tibt" typeface="Microsoft Himalaya"/>', r[r.length] = '<a:font script="Thaa" typeface="MV Boli"/>', r[r.length] = '<a:font script="Deva" typeface="Mangal"/>', r[r.length] = '<a:font script="Telu" typeface="Gautami"/>', r[r.length] = '<a:font script="Taml" typeface="Latha"/>', r[r.length] = '<a:font script="Syrc" typeface="Estrangelo Edessa"/>', r[r.length] = '<a:font script="Orya" typeface="Kalinga"/>', r[r.length] = '<a:font script="Mlym" typeface="Kartika"/>', r[r.length] = '<a:font script="Laoo" typeface="DokChampa"/>', r[r.length] = '<a:font script="Sinh" typeface="Iskoola Pota"/>', r[r.length] = '<a:font script="Mong" typeface="Mongolian Baiti"/>', r[r.length] = '<a:font script="Viet" typeface="Arial"/>', r[r.length] = '<a:font script="Uigh" typeface="Microsoft Uighur"/>', r[r.length] = '<a:font script="Geor" typeface="Sylfaen"/>', r[r.length] = "</a:minorFont>", r[r.length] = "</a:fontScheme>", r[r.length] = '<a:fmtScheme name="Office">', r[r.length] = "<a:fillStyleLst>", r[r.length] = '<a:solidFill><a:schemeClr val="phClr"/></a:solidFill>', r[r.length] = '<a:gradFill rotWithShape="1">', r[r.length] = "<a:gsLst>", r[r.length] = '<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="50000"/><a:satMod val="300000"/></a:schemeClr></a:gs>', r[r.length] = '<a:gs pos="35000"><a:schemeClr val="phClr"><a:tint val="37000"/><a:satMod val="300000"/></a:schemeClr></a:gs>', r[r.length] = '<a:gs pos="100000"><a:schemeClr val="phClr"><a:tint val="15000"/><a:satMod val="350000"/></a:schemeClr></a:gs>', r[r.length] = "</a:gsLst>", r[r.length] = '<a:lin ang="16200000" scaled="1"/>', r[r.length] = "</a:gradFill>", r[r.length] = '<a:gradFill rotWithShape="1">', r[r.length] = "<a:gsLst>", r[r.length] = '<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="100000"/><a:shade val="100000"/><a:satMod val="130000"/></a:schemeClr></a:gs>', r[r.length] = '<a:gs pos="100000"><a:schemeClr val="phClr"><a:tint val="50000"/><a:shade val="100000"/><a:satMod val="350000"/></a:schemeClr></a:gs>', r[r.length] = "</a:gsLst>", r[r.length] = '<a:lin ang="16200000" scaled="0"/>', r[r.length] = "</a:gradFill>", r[r.length] = "</a:fillStyleLst>", r[r.length] = "<a:lnStyleLst>", r[r.length] = '<a:ln w="9525" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"><a:shade val="95000"/><a:satMod val="105000"/></a:schemeClr></a:solidFill><a:prstDash val="solid"/></a:ln>', r[r.length] = '<a:ln w="25400" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:prstDash val="solid"/></a:ln>', r[r.length] = '<a:ln w="38100" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:prstDash val="solid"/></a:ln>', r[r.length] = "</a:lnStyleLst>", r[r.length] = "<a:effectStyleLst>", r[r.length] = "<a:effectStyle>", r[r.length] = "<a:effectLst>", r[r.length] = '<a:outerShdw blurRad="40000" dist="20000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="38000"/></a:srgbClr></a:outerShdw>', r[r.length] = "</a:effectLst>", r[r.length] = "</a:effectStyle>", r[r.length] = "<a:effectStyle>", r[r.length] = "<a:effectLst>", r[r.length] = '<a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:srgbClr></a:outerShdw>', r[r.length] = "</a:effectLst>", r[r.length] = "</a:effectStyle>", r[r.length] = "<a:effectStyle>", r[r.length] = "<a:effectLst>", r[r.length] = '<a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:srgbClr></a:outerShdw>', r[r.length] = "</a:effectLst>", r[r.length] = '<a:scene3d><a:camera prst="orthographicFront"><a:rot lat="0" lon="0" rev="0"/></a:camera><a:lightRig rig="threePt" dir="t"><a:rot lat="0" lon="0" rev="1200000"/></a:lightRig></a:scene3d>', r[r.length] = '<a:sp3d><a:bevelT w="63500" h="25400"/></a:sp3d>', r[r.length] = "</a:effectStyle>", r[r.length] = "</a:effectStyleLst>", r[r.length] = "<a:bgFillStyleLst>", r[r.length] = '<a:solidFill><a:schemeClr val="phClr"/></a:solidFill>', r[r.length] = '<a:gradFill rotWithShape="1">', r[r.length] = "<a:gsLst>", r[r.length] = '<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="40000"/><a:satMod val="350000"/></a:schemeClr></a:gs>', r[r.length] = '<a:gs pos="40000"><a:schemeClr val="phClr"><a:tint val="45000"/><a:shade val="99000"/><a:satMod val="350000"/></a:schemeClr></a:gs>', r[r.length] = '<a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="20000"/><a:satMod val="255000"/></a:schemeClr></a:gs>', r[r.length] = "</a:gsLst>", r[r.length] = '<a:path path="circle"><a:fillToRect l="50000" t="-80000" r="50000" b="180000"/></a:path>', r[r.length] = "</a:gradFill>", r[r.length] = '<a:gradFill rotWithShape="1">', r[r.length] = "<a:gsLst>", r[r.length] = '<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="80000"/><a:satMod val="300000"/></a:schemeClr></a:gs>', r[r.length] = '<a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="30000"/><a:satMod val="200000"/></a:schemeClr></a:gs>', r[r.length] = "</a:gsLst>", r[r.length] = '<a:path path="circle"><a:fillToRect l="50000" t="50000" r="50000" b="50000"/></a:path>', r[r.length] = "</a:gradFill>", r[r.length] = "</a:bgFillStyleLst>", r[r.length] = "</a:fmtScheme>", r[r.length] = "</a:themeElements>", r[r.length] = "<a:objectDefaults>", r[r.length] = "<a:spDef>", r[r.length] = '<a:spPr/><a:bodyPr/><a:lstStyle/><a:style><a:lnRef idx="1"><a:schemeClr val="accent1"/></a:lnRef><a:fillRef idx="3"><a:schemeClr val="accent1"/></a:fillRef><a:effectRef idx="2"><a:schemeClr val="accent1"/></a:effectRef><a:fontRef idx="minor"><a:schemeClr val="lt1"/></a:fontRef></a:style>', r[r.length] = "</a:spDef>", r[r.length] = "<a:lnDef>", r[r.length] = '<a:spPr/><a:bodyPr/><a:lstStyle/><a:style><a:lnRef idx="2"><a:schemeClr val="accent1"/></a:lnRef><a:fillRef idx="0"><a:schemeClr val="accent1"/></a:fillRef><a:effectRef idx="1"><a:schemeClr val="accent1"/></a:effectRef><a:fontRef idx="minor"><a:schemeClr val="tx1"/></a:fontRef></a:style>', r[r.length] = "</a:lnDef>", r[r.length] = "</a:objectDefaults>", r[r.length] = "<a:extraClrSchemeLst/>", r[r.length] = "</a:theme>", r.join("");
14185
14181
  }
14186
- function D2(t, e, r) {
14182
+ function Dm(t, e, r) {
14187
14183
  var a = t.l + e, n = t.read_shift(4);
14188
14184
  if (n !== 124226) {
14189
14185
  if (!r.cellStyles) {
@@ -14203,23 +14199,23 @@ function D2(t, e, r) {
14203
14199
  return Kl(o, r);
14204
14200
  }
14205
14201
  }
14206
- function R2(t) {
14202
+ function Rm(t) {
14207
14203
  return t.read_shift(4);
14208
14204
  }
14209
- function B2(t) {
14205
+ function Bm(t) {
14210
14206
  var e = {};
14211
14207
  switch (e.xclrType = t.read_shift(2), e.nTintShade = t.read_shift(2), e.xclrType) {
14212
14208
  case 0:
14213
14209
  t.l += 4;
14214
14210
  break;
14215
14211
  case 1:
14216
- e.xclrValue = V2(t, 4);
14212
+ e.xclrValue = Vm(t, 4);
14217
14213
  break;
14218
14214
  case 2:
14219
14215
  e.xclrValue = bl(t);
14220
14216
  break;
14221
14217
  case 3:
14222
- e.xclrValue = R2(t);
14218
+ e.xclrValue = Rm(t);
14223
14219
  break;
14224
14220
  case 4:
14225
14221
  t.l += 4;
@@ -14227,13 +14223,13 @@ function B2(t) {
14227
14223
  }
14228
14224
  return t.l += 8, e;
14229
14225
  }
14230
- function V2(t, e) {
14226
+ function Vm(t, e) {
14231
14227
  return yt(t, e);
14232
14228
  }
14233
- function U2(t, e) {
14229
+ function Um(t, e) {
14234
14230
  return yt(t, e);
14235
14231
  }
14236
- function H2(t) {
14232
+ function Hm(t) {
14237
14233
  var e = t.read_shift(2), r = t.read_shift(2) - 4, a = [e];
14238
14234
  switch (e) {
14239
14235
  case 4:
@@ -14244,10 +14240,10 @@ function H2(t) {
14244
14240
  case 10:
14245
14241
  case 11:
14246
14242
  case 13:
14247
- a[1] = B2(t);
14243
+ a[1] = Bm(t);
14248
14244
  break;
14249
14245
  case 6:
14250
- a[1] = U2(t, r);
14246
+ a[1] = Um(t, r);
14251
14247
  break;
14252
14248
  case 14:
14253
14249
  case 15:
@@ -14258,55 +14254,55 @@ function H2(t) {
14258
14254
  }
14259
14255
  return a;
14260
14256
  }
14261
- function W2(t, e) {
14257
+ function Wm(t, e) {
14262
14258
  var r = t.l + e;
14263
14259
  t.l += 2;
14264
14260
  var a = t.read_shift(2);
14265
14261
  t.l += 2;
14266
- for (var n = t.read_shift(2), i = []; n-- > 0; ) i.push(H2(t, r - t.l));
14262
+ for (var n = t.read_shift(2), i = []; n-- > 0; ) i.push(Hm(t, r - t.l));
14267
14263
  return { ixfe: a, ext: i };
14268
14264
  }
14269
- function $2(t, e) {
14265
+ function $m(t, e) {
14270
14266
  e.forEach(function(r) {
14271
14267
  switch (r[0]) {
14272
14268
  }
14273
14269
  });
14274
14270
  }
14275
- function G2(t, e) {
14271
+ function Gm(t, e) {
14276
14272
  return {
14277
14273
  flags: t.read_shift(4),
14278
14274
  version: t.read_shift(4),
14279
14275
  name: Ct(t)
14280
14276
  };
14281
14277
  }
14282
- function z2(t) {
14278
+ function zm(t) {
14283
14279
  var e = X(12 + 2 * t.name.length);
14284
14280
  return e.write_shift(4, t.flags), e.write_shift(4, t.version), ht(t.name, e), e.slice(0, e.l);
14285
14281
  }
14286
- function X2(t) {
14282
+ function Xm(t) {
14287
14283
  for (var e = [], r = t.read_shift(4); r-- > 0; )
14288
14284
  e.push([t.read_shift(4), t.read_shift(4)]);
14289
14285
  return e;
14290
14286
  }
14291
- function j2(t) {
14287
+ function jm(t) {
14292
14288
  var e = X(4 + 8 * t.length);
14293
14289
  e.write_shift(4, t.length);
14294
14290
  for (var r = 0; r < t.length; ++r)
14295
14291
  e.write_shift(4, t[r][0]), e.write_shift(4, t[r][1]);
14296
14292
  return e;
14297
14293
  }
14298
- function K2(t, e) {
14294
+ function Km(t, e) {
14299
14295
  var r = X(8 + 2 * e.length);
14300
14296
  return r.write_shift(4, t), ht(e, r), r.slice(0, r.l);
14301
14297
  }
14302
- function Y2(t) {
14298
+ function Ym(t) {
14303
14299
  return t.l += 4, t.read_shift(4) != 0;
14304
14300
  }
14305
- function J2(t, e) {
14301
+ function Jm(t, e) {
14306
14302
  var r = X(8);
14307
14303
  return r.write_shift(4, t), r.write_shift(4, 1), r;
14308
14304
  }
14309
- function q2(t, e, r) {
14305
+ function qm(t, e, r) {
14310
14306
  var a = { Types: [], Cell: [], Value: [] }, n = r || {}, i = [], s = !1, o = 2;
14311
14307
  return Fr(t, function(l, c, f) {
14312
14308
  switch (f) {
@@ -14338,15 +14334,15 @@ function q2(t, e, r) {
14338
14334
  }
14339
14335
  }), a;
14340
14336
  }
14341
- function Z2() {
14337
+ function Zm() {
14342
14338
  var t = Lt();
14343
- return Y(t, 332), Y(t, 334, ar(1)), Y(t, 335, z2({
14339
+ return Y(t, 332), Y(t, 334, ar(1)), Y(t, 335, zm({
14344
14340
  name: "XLDAPR",
14345
14341
  version: 12e4,
14346
14342
  flags: 3496657072
14347
- })), Y(t, 336), Y(t, 339, K2(1, "XLDAPR")), Y(t, 52), Y(t, 35, ar(514)), Y(t, 4096, ar(0)), Y(t, 4097, Xt(1)), Y(t, 36), Y(t, 53), Y(t, 340), Y(t, 337, J2(1)), Y(t, 51, j2([[1, 0]])), Y(t, 338), Y(t, 333), t.end();
14343
+ })), Y(t, 336), Y(t, 339, Km(1, "XLDAPR")), Y(t, 52), Y(t, 35, ar(514)), Y(t, 4096, ar(0)), Y(t, 4097, Xt(1)), Y(t, 36), Y(t, 53), Y(t, 340), Y(t, 337, Jm(1)), Y(t, 51, jm([[1, 0]])), Y(t, 338), Y(t, 333), t.end();
14348
14344
  }
14349
- function Q2(t, e, r) {
14345
+ function Qm(t, e, r) {
14350
14346
  var a = { Types: [], Cell: [], Value: [] };
14351
14347
  if (!t)
14352
14348
  return a;
@@ -14439,7 +14435,7 @@ function Yl() {
14439
14435
  </cellMetadata>
14440
14436
  </metadata>`), t.join("");
14441
14437
  }
14442
- function em(t) {
14438
+ function e2(t) {
14443
14439
  var e = [];
14444
14440
  if (!t) return e;
14445
14441
  var r = 1;
@@ -14460,7 +14456,7 @@ function em(t) {
14460
14456
  }
14461
14457
  }), e;
14462
14458
  }
14463
- function tm(t) {
14459
+ function t2(t) {
14464
14460
  var e = {};
14465
14461
  e.i = t.read_shift(4);
14466
14462
  var r = {};
@@ -14468,7 +14464,7 @@ function tm(t) {
14468
14464
  var a = t.read_shift(1);
14469
14465
  return a & 2 && (e.l = "1"), a & 8 && (e.a = "1"), e;
14470
14466
  }
14471
- function rm(t, e, r) {
14467
+ function r2(t, e, r) {
14472
14468
  var a = [];
14473
14469
  return Fr(t, function(i, s, o) {
14474
14470
  switch (o) {
@@ -14480,7 +14476,7 @@ function rm(t, e, r) {
14480
14476
  }
14481
14477
  }), a;
14482
14478
  }
14483
- function am(t, e, r, a) {
14479
+ function a2(t, e, r, a) {
14484
14480
  if (!t) return t;
14485
14481
  var n = a || {}, i = !1;
14486
14482
  Fr(t, function(o, l, c) {
@@ -14540,7 +14536,7 @@ function am(t, e, r, a) {
14540
14536
  }
14541
14537
  }, n);
14542
14538
  }
14543
- function nm(t, e) {
14539
+ function n2(t, e) {
14544
14540
  if (!t) return "??";
14545
14541
  var r = (t.match(/<c:chart [^>]*r:id="([^"]*)"/) || ["", ""])[1];
14546
14542
  return e["!id"][r].Target;
@@ -14616,7 +14612,7 @@ function Jo(t, e, r, a) {
14616
14612
  i.c.push(f);
14617
14613
  });
14618
14614
  }
14619
- function im(t, e) {
14615
+ function i2(t, e) {
14620
14616
  if (t.match(/<(?:\w+:)?comments *\/>/)) return [];
14621
14617
  var r = [], a = [], n = t.match(/<(?:\w+:)?authors>([\s\S]*)<\/(?:\w+:)?authors>/);
14622
14618
  n && n[1] && n[1].split(/<\/\w*:?author>/).forEach(function(s) {
@@ -14664,7 +14660,7 @@ function ql(t) {
14664
14660
  e.push("</text></comment>");
14665
14661
  }), e.push("</commentList>"), e.length > 2 && (e[e.length] = "</comments>", e[1] = e[1].replace("/>", ">")), e.join("");
14666
14662
  }
14667
- function sm(t, e) {
14663
+ function s2(t, e) {
14668
14664
  var r = [], a = !1, n = {}, i = 0;
14669
14665
  return t.replace(kt, function(o, l) {
14670
14666
  var c = ve(o);
@@ -14720,7 +14716,7 @@ function sm(t, e) {
14720
14716
  return o;
14721
14717
  }), r;
14722
14718
  }
14723
- function om(t, e, r) {
14719
+ function o2(t, e, r) {
14724
14720
  var a = [tt, ae("ThreadedComments", null, { xmlns: st.TCMNT }).replace(/[\/]>/, ">")];
14725
14721
  return t.forEach(function(n) {
14726
14722
  var i = "";
@@ -14738,7 +14734,7 @@ function om(t, e, r) {
14738
14734
  });
14739
14735
  }), a.push("</ThreadedComments>"), a.join("");
14740
14736
  }
14741
- function lm(t, e) {
14737
+ function l2(t, e) {
14742
14738
  var r = [], a = !1;
14743
14739
  return t.replace(kt, function(i) {
14744
14740
  var s = ve(i);
@@ -14775,7 +14771,7 @@ function lm(t, e) {
14775
14771
  return i;
14776
14772
  }), r;
14777
14773
  }
14778
- function cm(t) {
14774
+ function c2(t) {
14779
14775
  var e = [tt, ae("personList", null, {
14780
14776
  xmlns: st.TCMNT,
14781
14777
  "xmlns:x": sa[0]
@@ -14789,20 +14785,20 @@ function cm(t) {
14789
14785
  }));
14790
14786
  }), e.push("</personList>"), e.join("");
14791
14787
  }
14792
- function fm(t) {
14788
+ function f2(t) {
14793
14789
  var e = {};
14794
14790
  e.iauthor = t.read_shift(4);
14795
14791
  var r = fa(t);
14796
14792
  return e.rfx = r.s, e.ref = ge(r.s), t.l += 16, e;
14797
14793
  }
14798
- function hm(t, e) {
14794
+ function h2(t, e) {
14799
14795
  return e == null && (e = X(36)), e.write_shift(4, t[1].iauthor), Oa(t[0], e), e.write_shift(4, 0), e.write_shift(4, 0), e.write_shift(4, 0), e.write_shift(4, 0), e;
14800
14796
  }
14801
- var um = Ct;
14802
- function dm(t) {
14797
+ var u2 = Ct;
14798
+ function d2(t) {
14803
14799
  return ht(t.slice(0, 54));
14804
14800
  }
14805
- function pm(t, e) {
14801
+ function p2(t, e) {
14806
14802
  var r = [], a = [], n = {}, i = !1;
14807
14803
  return Fr(t, function(o, l, c) {
14808
14804
  switch (c) {
@@ -14838,7 +14834,7 @@ function pm(t, e) {
14838
14834
  }
14839
14835
  }), r;
14840
14836
  }
14841
- function mm(t) {
14837
+ function m2(t) {
14842
14838
  var e = Lt(), r = [];
14843
14839
  return Y(
14844
14840
  e,
@@ -14850,7 +14846,7 @@ function mm(t) {
14850
14846
  /* BrtBeginCommentAuthors */
14851
14847
  ), t.forEach(function(a) {
14852
14848
  a[1].forEach(function(n) {
14853
- r.indexOf(n.a) > -1 || (r.push(n.a.slice(0, 54)), Y(e, 632, dm(n.a)));
14849
+ r.indexOf(n.a) > -1 || (r.push(n.a.slice(0, 54)), Y(e, 632, d2(n.a)));
14854
14850
  });
14855
14851
  }), Y(
14856
14852
  e,
@@ -14864,7 +14860,7 @@ function mm(t) {
14864
14860
  a[1].forEach(function(n) {
14865
14861
  n.iauthor = r.indexOf(n.a);
14866
14862
  var i = { s: je(a[0]), e: je(a[0]) };
14867
- Y(e, 635, hm([i, n])), n.t && n.t.length > 0 && Y(e, 637, Ru(n)), Y(
14863
+ Y(e, 635, h2([i, n])), n.t && n.t.length > 0 && Y(e, 637, Ru(n)), Y(
14868
14864
  e,
14869
14865
  636
14870
14866
  /* BrtEndComment */
@@ -14880,8 +14876,8 @@ function mm(t) {
14880
14876
  /* BrtEndComments */
14881
14877
  ), e.end();
14882
14878
  }
14883
- var gm = "application/vnd.ms-office.vbaProject";
14884
- function xm(t) {
14879
+ var g2 = "application/vnd.ms-office.vbaProject";
14880
+ function x2(t) {
14885
14881
  var e = de.utils.cfb_new({ root: "R" });
14886
14882
  return t.FullPaths.forEach(function(r, a) {
14887
14883
  if (!(r.slice(-1) === "/" || !r.match(/_VBA_PROJECT_CUR/))) {
@@ -14890,7 +14886,7 @@ function xm(t) {
14890
14886
  }
14891
14887
  }), de.write(e);
14892
14888
  }
14893
- function vm(t, e) {
14889
+ function v2(t, e) {
14894
14890
  e.FullPaths.forEach(function(r, a) {
14895
14891
  if (a != 0) {
14896
14892
  var n = r.replace(/[^\/]*[\/]/, "/_VBA_PROJECT_CUR/");
@@ -14899,16 +14895,16 @@ function vm(t, e) {
14899
14895
  });
14900
14896
  }
14901
14897
  var Zl = ["xlsb", "xlsm", "xlam", "biff8", "xla"];
14902
- function Em() {
14898
+ function E2() {
14903
14899
  return { "!type": "dialog" };
14904
14900
  }
14905
- function wm() {
14901
+ function w2() {
14906
14902
  return { "!type": "dialog" };
14907
14903
  }
14908
- function Cm() {
14904
+ function C2() {
14909
14905
  return { "!type": "macro" };
14910
14906
  }
14911
- function ym() {
14907
+ function y2() {
14912
14908
  return { "!type": "macro" };
14913
14909
  }
14914
14910
  var Ta = /* @__PURE__ */ function() {
@@ -14935,11 +14931,11 @@ function Ql(t, e) {
14935
14931
  return a + (n == "$" ? n + i : Xe(ps(i) + e.c)) + (s == "$" ? s + o : et(ds(o) + e.r));
14936
14932
  });
14937
14933
  }
14938
- function km(t, e, r) {
14934
+ function k2(t, e, r) {
14939
14935
  var a = At(e), n = a.s, i = je(r), s = { r: i.r - n.r, c: i.c - n.c };
14940
14936
  return Ql(t, s);
14941
14937
  }
14942
- function _m(t) {
14938
+ function _2(t) {
14943
14939
  return t.length != 1;
14944
14940
  }
14945
14941
  function qo(t) {
@@ -14965,41 +14961,41 @@ function tc(t) {
14965
14961
  var e = Rr(t), r = Rr(t), a = t.read_shift(1), n = t.read_shift(1);
14966
14962
  return { s: { r: e[0], c: a, cRel: e[1], rRel: e[2] }, e: { r: r[0], c: n, cRel: r[1], rRel: r[2] } };
14967
14963
  }
14968
- function Tm(t, e, r) {
14964
+ function T2(t, e, r) {
14969
14965
  if (r.biff < 8) return tc(t);
14970
14966
  var a = t.read_shift(r.biff == 12 ? 4 : 2), n = t.read_shift(r.biff == 12 ? 4 : 2), i = Rr(t), s = Rr(t);
14971
14967
  return { s: { r: a, c: i[0], cRel: i[1], rRel: i[2] }, e: { r: n, c: s[0], cRel: s[1], rRel: s[2] } };
14972
14968
  }
14973
14969
  function rc(t, e, r) {
14974
- if (r && r.biff >= 2 && r.biff <= 5) return Sm(t);
14970
+ if (r && r.biff >= 2 && r.biff <= 5) return S2(t);
14975
14971
  var a = t.read_shift(r && r.biff == 12 ? 4 : 2), n = Rr(t);
14976
14972
  return { r: a, c: n[0], cRel: n[1], rRel: n[2] };
14977
14973
  }
14978
- function Sm(t) {
14974
+ function S2(t) {
14979
14975
  var e = Rr(t), r = t.read_shift(1);
14980
14976
  return { r: e[0], c: r, cRel: e[1], rRel: e[2] };
14981
14977
  }
14982
- function bm(t) {
14978
+ function b2(t) {
14983
14979
  var e = t.read_shift(2), r = t.read_shift(2);
14984
14980
  return { r: e, c: r & 255, fQuoted: !!(r & 16384), cRel: r >> 15, rRel: r >> 15 };
14985
14981
  }
14986
- function Fm(t, e, r) {
14982
+ function F2(t, e, r) {
14987
14983
  var a = r && r.biff ? r.biff : 8;
14988
- if (a >= 2 && a <= 5) return Lm(t);
14984
+ if (a >= 2 && a <= 5) return L2(t);
14989
14985
  var n = t.read_shift(a >= 12 ? 4 : 2), i = t.read_shift(2), s = (i & 16384) >> 14, o = (i & 32768) >> 15;
14990
14986
  if (i &= 16383, o == 1) for (; n > 524287; ) n -= 1048576;
14991
14987
  if (s == 1) for (; i > 8191; ) i = i - 16384;
14992
14988
  return { r: n, c: i, cRel: s, rRel: o };
14993
14989
  }
14994
- function Lm(t) {
14990
+ function L2(t) {
14995
14991
  var e = t.read_shift(2), r = t.read_shift(1), a = (e & 32768) >> 15, n = (e & 16384) >> 14;
14996
14992
  return e &= 16383, a == 1 && e >= 8192 && (e = e - 16384), n == 1 && r >= 128 && (r = r - 256), { r: e, c: r, cRel: n, rRel: a };
14997
14993
  }
14998
- function Am(t, e, r) {
14994
+ function A2(t, e, r) {
14999
14995
  var a = (t[t.l++] & 96) >> 5, n = ec(t, r.biff >= 2 && r.biff <= 5 ? 6 : 8, r);
15000
14996
  return [a, n];
15001
14997
  }
15002
- function Im(t, e, r) {
14998
+ function I2(t, e, r) {
15003
14999
  var a = (t[t.l++] & 96) >> 5, n = t.read_shift(2, "i"), i = 8;
15004
15000
  if (r) switch (r.biff) {
15005
15001
  case 5:
@@ -15012,11 +15008,11 @@ function Im(t, e, r) {
15012
15008
  var s = ec(t, i, r);
15013
15009
  return [a, n, s];
15014
15010
  }
15015
- function Nm(t, e, r) {
15011
+ function N2(t, e, r) {
15016
15012
  var a = (t[t.l++] & 96) >> 5;
15017
15013
  return t.l += r && r.biff > 8 ? 12 : r.biff < 8 ? 6 : 8, [a];
15018
15014
  }
15019
- function Mm(t, e, r) {
15015
+ function M2(t, e, r) {
15020
15016
  var a = (t[t.l++] & 96) >> 5, n = t.read_shift(2), i = 8;
15021
15017
  if (r) switch (r.biff) {
15022
15018
  case 5:
@@ -15028,11 +15024,11 @@ function Mm(t, e, r) {
15028
15024
  }
15029
15025
  return t.l += i, [a, n];
15030
15026
  }
15031
- function Om(t, e, r) {
15032
- var a = (t[t.l++] & 96) >> 5, n = Tm(t, e - 1, r);
15027
+ function O2(t, e, r) {
15028
+ var a = (t[t.l++] & 96) >> 5, n = T2(t, e - 1, r);
15033
15029
  return [a, n];
15034
15030
  }
15035
- function Pm(t, e, r) {
15031
+ function P2(t, e, r) {
15036
15032
  var a = (t[t.l++] & 96) >> 5;
15037
15033
  return t.l += r.biff == 2 ? 6 : r.biff == 12 ? 14 : 7, [a];
15038
15034
  }
@@ -15040,24 +15036,24 @@ function Zo(t) {
15040
15036
  var e = t[t.l + 1] & 1, r = 1;
15041
15037
  return t.l += 4, [e, r];
15042
15038
  }
15043
- function Dm(t, e, r) {
15039
+ function D2(t, e, r) {
15044
15040
  t.l += 2;
15045
15041
  for (var a = t.read_shift(r && r.biff == 2 ? 1 : 2), n = [], i = 0; i <= a; ++i) n.push(t.read_shift(r && r.biff == 2 ? 1 : 2));
15046
15042
  return n;
15047
15043
  }
15048
- function Rm(t, e, r) {
15044
+ function R2(t, e, r) {
15049
15045
  var a = t[t.l + 1] & 255 ? 1 : 0;
15050
15046
  return t.l += 2, [a, t.read_shift(r && r.biff == 2 ? 1 : 2)];
15051
15047
  }
15052
- function Bm(t, e, r) {
15048
+ function B2(t, e, r) {
15053
15049
  var a = t[t.l + 1] & 255 ? 1 : 0;
15054
15050
  return t.l += 2, [a, t.read_shift(r && r.biff == 2 ? 1 : 2)];
15055
15051
  }
15056
- function Vm(t) {
15052
+ function V2(t) {
15057
15053
  var e = t[t.l + 1] & 255 ? 1 : 0;
15058
15054
  return t.l += 2, [e, t.read_shift(2)];
15059
15055
  }
15060
- function Um(t, e, r) {
15056
+ function U2(t, e, r) {
15061
15057
  var a = t[t.l + 1] & 255 ? 1 : 0;
15062
15058
  return t.l += r && r.biff == 2 ? 3 : 4, [a];
15063
15059
  }
@@ -15065,25 +15061,25 @@ function ac(t) {
15065
15061
  var e = t.read_shift(1), r = t.read_shift(1);
15066
15062
  return [e, r];
15067
15063
  }
15068
- function Hm(t) {
15064
+ function H2(t) {
15069
15065
  return t.read_shift(2), ac(t);
15070
15066
  }
15071
- function Wm(t) {
15067
+ function W2(t) {
15072
15068
  return t.read_shift(2), ac(t);
15073
15069
  }
15074
- function $m(t, e, r) {
15070
+ function $2(t, e, r) {
15075
15071
  var a = (t[t.l] & 96) >> 5;
15076
15072
  t.l += 1;
15077
15073
  var n = rc(t, 0, r);
15078
15074
  return [a, n];
15079
15075
  }
15080
- function Gm(t, e, r) {
15076
+ function G2(t, e, r) {
15081
15077
  var a = (t[t.l] & 96) >> 5;
15082
15078
  t.l += 1;
15083
- var n = Fm(t, 0, r);
15079
+ var n = F2(t, 0, r);
15084
15080
  return [a, n];
15085
15081
  }
15086
- function zm(t, e, r) {
15082
+ function z2(t, e, r) {
15087
15083
  var a = (t[t.l] & 96) >> 5;
15088
15084
  t.l += 1;
15089
15085
  var n = t.read_shift(2);
@@ -15091,34 +15087,34 @@ function zm(t, e, r) {
15091
15087
  var i = rc(t, 0, r);
15092
15088
  return [a, n, i];
15093
15089
  }
15094
- function Xm(t, e, r) {
15090
+ function X2(t, e, r) {
15095
15091
  var a = (t[t.l] & 96) >> 5;
15096
15092
  t.l += 1;
15097
15093
  var n = t.read_shift(r && r.biff <= 3 ? 1 : 2);
15098
15094
  return [Yg[n], sc[n], a];
15099
15095
  }
15100
- function jm(t, e, r) {
15101
- var a = t[t.l++], n = t.read_shift(1), i = r && r.biff <= 3 ? [a == 88 ? -1 : 0, t.read_shift(1)] : Km(t);
15096
+ function j2(t, e, r) {
15097
+ var a = t[t.l++], n = t.read_shift(1), i = r && r.biff <= 3 ? [a == 88 ? -1 : 0, t.read_shift(1)] : K2(t);
15102
15098
  return [n, (i[0] === 0 ? sc : Kg)[i[1]]];
15103
15099
  }
15104
- function Km(t) {
15100
+ function K2(t) {
15105
15101
  return [t[t.l + 1] >> 7, t.read_shift(2) & 32767];
15106
15102
  }
15107
- function Ym(t, e, r) {
15103
+ function Y2(t, e, r) {
15108
15104
  t.l += r && r.biff == 2 ? 3 : 4;
15109
15105
  }
15110
- function Jm(t, e, r) {
15106
+ function J2(t, e, r) {
15111
15107
  if (t.l++, r && r.biff == 12) return [t.read_shift(4, "i"), 0];
15112
15108
  var a = t.read_shift(2), n = t.read_shift(r && r.biff == 2 ? 1 : 2);
15113
15109
  return [a, n];
15114
15110
  }
15115
- function qm(t) {
15111
+ function q2(t) {
15116
15112
  return t.l++, Lr[t.read_shift(1)];
15117
15113
  }
15118
- function Zm(t) {
15114
+ function Z2(t) {
15119
15115
  return t.l++, t.read_shift(2);
15120
15116
  }
15121
- function Qm(t) {
15117
+ function Q2(t) {
15122
15118
  return t.l++, t.read_shift(1) !== 0;
15123
15119
  }
15124
15120
  function eg(t) {
@@ -15235,7 +15231,7 @@ function hg(t, e, r) {
15235
15231
  }
15236
15232
  var ug = yt, dg = yt, pg = yt;
15237
15233
  function xn(t, e, r) {
15238
- return t.l += 2, [bm(t)];
15234
+ return t.l += 2, [b2(t)];
15239
15235
  }
15240
15236
  function Ls(t) {
15241
15237
  return t.l += 6, [];
@@ -15290,7 +15286,7 @@ function Ig(t) {
15290
15286
  }
15291
15287
  var Qo = {
15292
15288
  /*::[*/
15293
- 1: { n: "PtgExp", f: Jm },
15289
+ 1: { n: "PtgExp", f: J2 },
15294
15290
  /*::[*/
15295
15291
  2: { n: "PtgTbl", f: pg },
15296
15292
  /*::[*/
@@ -15340,25 +15336,25 @@ var Qo = {
15340
15336
  /*::[*/
15341
15337
  27: { n: "PtgEndSheet", f: Fg },
15342
15338
  /*::[*/
15343
- 28: { n: "PtgErr", f: qm },
15339
+ 28: { n: "PtgErr", f: q2 },
15344
15340
  /*::[*/
15345
- 29: { n: "PtgBool", f: Qm },
15341
+ 29: { n: "PtgBool", f: Q2 },
15346
15342
  /*::[*/
15347
- 30: { n: "PtgInt", f: Zm },
15343
+ 30: { n: "PtgInt", f: Z2 },
15348
15344
  /*::[*/
15349
15345
  31: { n: "PtgNum", f: eg },
15350
15346
  /*::[*/
15351
- 32: { n: "PtgArray", f: Pm },
15347
+ 32: { n: "PtgArray", f: P2 },
15352
15348
  /*::[*/
15353
- 33: { n: "PtgFunc", f: Xm },
15349
+ 33: { n: "PtgFunc", f: X2 },
15354
15350
  /*::[*/
15355
- 34: { n: "PtgFuncVar", f: jm },
15351
+ 34: { n: "PtgFuncVar", f: j2 },
15356
15352
  /*::[*/
15357
15353
  35: { n: "PtgName", f: ig },
15358
15354
  /*::[*/
15359
- 36: { n: "PtgRef", f: $m },
15355
+ 36: { n: "PtgRef", f: $2 },
15360
15356
  /*::[*/
15361
- 37: { n: "PtgArea", f: Am },
15357
+ 37: { n: "PtgArea", f: A2 },
15362
15358
  /*::[*/
15363
15359
  38: { n: "PtgMemArea", f: lg },
15364
15360
  /*::[*/
@@ -15370,11 +15366,11 @@ var Qo = {
15370
15366
  /*::[*/
15371
15367
  42: { n: "PtgRefErr", f: fg },
15372
15368
  /*::[*/
15373
- 43: { n: "PtgAreaErr", f: Nm },
15369
+ 43: { n: "PtgAreaErr", f: N2 },
15374
15370
  /*::[*/
15375
- 44: { n: "PtgRefN", f: Gm },
15371
+ 44: { n: "PtgRefN", f: G2 },
15376
15372
  /*::[*/
15377
- 45: { n: "PtgAreaN", f: Om },
15373
+ 45: { n: "PtgAreaN", f: O2 },
15378
15374
  /*::[*/
15379
15375
  46: { n: "PtgMemAreaN", f: Lg },
15380
15376
  /*::[*/
@@ -15382,13 +15378,13 @@ var Qo = {
15382
15378
  /*::[*/
15383
15379
  57: { n: "PtgNameX", f: sg },
15384
15380
  /*::[*/
15385
- 58: { n: "PtgRef3d", f: zm },
15381
+ 58: { n: "PtgRef3d", f: z2 },
15386
15382
  /*::[*/
15387
- 59: { n: "PtgArea3d", f: Im },
15383
+ 59: { n: "PtgArea3d", f: I2 },
15388
15384
  /*::[*/
15389
15385
  60: { n: "PtgRefErr3d", f: hg },
15390
15386
  /*::[*/
15391
- 61: { n: "PtgAreaErr3d", f: Mm },
15387
+ 61: { n: "PtgAreaErr3d", f: M2 },
15392
15388
  /*::[*/
15393
15389
  255: {}
15394
15390
  }, Ng = {
@@ -15511,25 +15507,25 @@ var Qo = {
15511
15507
  /*::[*/
15512
15508
  0: { n: "PtgAttrNoop", f: Ig },
15513
15509
  /*::[*/
15514
- 1: { n: "PtgAttrSemi", f: Um },
15510
+ 1: { n: "PtgAttrSemi", f: U2 },
15515
15511
  /*::[*/
15516
- 2: { n: "PtgAttrIf", f: Bm },
15512
+ 2: { n: "PtgAttrIf", f: B2 },
15517
15513
  /*::[*/
15518
- 4: { n: "PtgAttrChoose", f: Dm },
15514
+ 4: { n: "PtgAttrChoose", f: D2 },
15519
15515
  /*::[*/
15520
- 8: { n: "PtgAttrGoto", f: Rm },
15516
+ 8: { n: "PtgAttrGoto", f: R2 },
15521
15517
  /*::[*/
15522
- 16: { n: "PtgAttrSum", f: Ym },
15518
+ 16: { n: "PtgAttrSum", f: Y2 },
15523
15519
  /*::[*/
15524
15520
  32: { n: "PtgAttrBaxcel", f: Zo },
15525
15521
  /*::[*/
15526
15522
  33: { n: "PtgAttrBaxcel", f: Zo },
15527
15523
  /*::[*/
15528
- 64: { n: "PtgAttrSpace", f: Hm },
15524
+ 64: { n: "PtgAttrSpace", f: H2 },
15529
15525
  /*::[*/
15530
- 65: { n: "PtgAttrSpaceSemi", f: Wm },
15526
+ 65: { n: "PtgAttrSpaceSemi", f: W2 },
15531
15527
  /*::[*/
15532
- 128: { n: "PtgAttrIfError", f: Vm },
15528
+ 128: { n: "PtgAttrIfError", f: V2 },
15533
15529
  /*::[*/
15534
15530
  255: {}
15535
15531
  };
@@ -17483,7 +17479,7 @@ var bx = /* @__PURE__ */ function() {
17483
17479
  var Q = Ae(Re(x[1]));
17484
17480
  f.xlfn || (Q = qo(Q)), ce[parseInt(V.si, 10)] = [V, Q, y.r];
17485
17481
  }
17486
- } else (x = N.match(/<f[^>]*\/>/)) && (V = ve(x[0]), ce[V.si] && (A.f = km(ce[V.si][1], ce[V.si][2], y.r)));
17482
+ } else (x = N.match(/<f[^>]*\/>/)) && (V = ve(x[0]), ce[V.si] && (A.f = k2(ce[V.si][1], ce[V.si][2], y.r)));
17487
17483
  var q = je(y.r);
17488
17484
  for (v = 0; v < ue.length; ++v)
17489
17485
  q.r >= ue[v][0].s.r && q.r <= ue[v][0].e.r && q.c >= ue[v][0].s.c && q.c <= ue[v][0].e.c && (A.F = ue[v][1]);
@@ -18955,13 +18951,13 @@ function v5(t, e, r, a, n, i, s, o) {
18955
18951
  return e.slice(-4) === ".bin" ? Kv(t, a, r, n, i) : Xv(t, a, r, n, i);
18956
18952
  }
18957
18953
  function E5(t, e, r, a, n, i, s, o) {
18958
- return e.slice(-4) === ".bin" ? Cm() : ym();
18954
+ return e.slice(-4) === ".bin" ? C2() : y2();
18959
18955
  }
18960
18956
  function w5(t, e, r, a, n, i, s, o) {
18961
- return e.slice(-4) === ".bin" ? Em() : wm();
18957
+ return e.slice(-4) === ".bin" ? E2() : w2();
18962
18958
  }
18963
18959
  function C5(t, e, r, a) {
18964
- return e.slice(-4) === ".bin" ? g2(t, r, a) : n2(t, r, a);
18960
+ return e.slice(-4) === ".bin" ? gm(t, r, a) : nm(t, r, a);
18965
18961
  }
18966
18962
  function y5(t, e, r) {
18967
18963
  return Kl(t, r);
@@ -18970,16 +18966,16 @@ function k5(t, e, r) {
18970
18966
  return e.slice(-4) === ".bin" ? kp(t, r) : wp(t, r);
18971
18967
  }
18972
18968
  function _5(t, e, r) {
18973
- return e.slice(-4) === ".bin" ? pm(t, r) : im(t, r);
18969
+ return e.slice(-4) === ".bin" ? p2(t, r) : i2(t, r);
18974
18970
  }
18975
18971
  function T5(t, e, r) {
18976
- return e.slice(-4) === ".bin" ? rm(t) : em(t);
18972
+ return e.slice(-4) === ".bin" ? r2(t) : e2(t);
18977
18973
  }
18978
18974
  function S5(t, e, r, a) {
18979
- return r.slice(-4) === ".bin" ? am(t, e, r, a) : void 0;
18975
+ return r.slice(-4) === ".bin" ? a2(t, e, r, a) : void 0;
18980
18976
  }
18981
18977
  function b5(t, e, r) {
18982
- return e.slice(-4) === ".bin" ? q2(t, e, r) : Q2(t, e, r);
18978
+ return e.slice(-4) === ".bin" ? qm(t, e, r) : Qm(t, e, r);
18983
18979
  }
18984
18980
  function F5(t, e, r) {
18985
18981
  return (e.slice(-4) === ".bin" ? m5 : pc)(t);
@@ -18988,16 +18984,16 @@ function L5(t, e, r, a, n) {
18988
18984
  return (e.slice(-4) === ".bin" ? $v : cc)(t, r, a, n);
18989
18985
  }
18990
18986
  function A5(t, e, r) {
18991
- return (e.slice(-4) === ".bin" ? S2 : Xl)(t, r);
18987
+ return (e.slice(-4) === ".bin" ? Sm : Xl)(t, r);
18992
18988
  }
18993
18989
  function I5(t, e, r) {
18994
18990
  return (e.slice(-4) === ".bin" ? Sp : Bl)(t, r);
18995
18991
  }
18996
18992
  function N5(t, e, r) {
18997
- return (e.slice(-4) === ".bin" ? mm : ql)(t);
18993
+ return (e.slice(-4) === ".bin" ? m2 : ql)(t);
18998
18994
  }
18999
18995
  function M5(t) {
19000
- return (t.slice(-4) === ".bin" ? Z2 : Yl)();
18996
+ return (t.slice(-4) === ".bin" ? Zm : Yl)();
19001
18997
  }
19002
18998
  var mc = /([\w:]+)=((?:")([^"]*)(?:")|(?:')([^']*)(?:'))/g, gc = /([\w:]+)=((?:")(?:[^"]*)(?:")|(?:')(?:[^']*)(?:'))/;
19003
18999
  function Jt(t, e) {
@@ -20632,7 +20628,7 @@ function r4(t, e) {
20632
20628
  }
20633
20629
  break;
20634
20630
  case 2173:
20635
- $2(N[b.ixfe], b.ext);
20631
+ $m(N[b.ixfe], b.ext);
20636
20632
  break;
20637
20633
  case 125:
20638
20634
  {
@@ -20746,7 +20742,7 @@ function vc(t, e) {
20746
20742
  else if ((i = de.find(t, "PerfectOffice_MAIN")) && i.content) n = Jr.to_workbook(i.content, (e.type = s, e));
20747
20743
  else if ((i = de.find(t, "NativeContent_MAIN")) && i.content) n = Jr.to_workbook(i.content, (e.type = s, e));
20748
20744
  else throw (i = de.find(t, "MN0")) && i.content ? new Error("Unsupported Works 4 for Mac file") : new Error("Cannot find Workbook stream");
20749
- e.bookVBA && t.FullPaths && de.find(t, "/_VBA_PROJECT_CUR/VBA/dir") && (n.vbaraw = xm(t));
20745
+ e.bookVBA && t.FullPaths && de.find(t, "/_VBA_PROJECT_CUR/VBA/dir") && (n.vbaraw = x2(t));
20750
20746
  }
20751
20747
  var o = {};
20752
20748
  return t.FullPaths && a4(
@@ -20774,7 +20770,7 @@ function i4(t, e) {
20774
20770
  default:
20775
20771
  throw new Error("invalid type " + r.bookType + " for XLS CFB");
20776
20772
  }
20777
- return de.utils.cfb_add(a, n, Ec(t, r)), r.biff == 8 && (t.Props || t.Custprops) && n4(t, a), r.biff == 8 && t.vbaraw && vm(a, de.read(t.vbaraw, { type: typeof t.vbaraw == "string" ? "binary" : "buffer" })), a;
20773
+ return de.utils.cfb_add(a, n, Ec(t, r)), r.biff == 8 && (t.Props || t.Custprops) && n4(t, a), r.biff == 8 && t.vbaraw && v2(a, de.read(t.vbaraw, { type: typeof t.vbaraw == "string" ? "binary" : "buffer" })), a;
20778
20774
  }
20779
20775
  var fn = {
20780
20776
  /*::[*/
@@ -20973,27 +20969,27 @@ var fn = {
20973
20969
  /*::[*/
20974
20970
  43: {
20975
20971
  /* n:"BrtFont", */
20976
- f: o2
20972
+ f: om
20977
20973
  },
20978
20974
  /*::[*/
20979
20975
  44: {
20980
20976
  /* n:"BrtFmt", */
20981
- f: i2
20977
+ f: im
20982
20978
  },
20983
20979
  /*::[*/
20984
20980
  45: {
20985
20981
  /* n:"BrtFill", */
20986
- f: f2
20982
+ f: fm
20987
20983
  },
20988
20984
  /*::[*/
20989
20985
  46: {
20990
20986
  /* n:"BrtBorder", */
20991
- f: u2
20987
+ f: um
20992
20988
  },
20993
20989
  /*::[*/
20994
20990
  47: {
20995
20991
  /* n:"BrtXF", */
20996
- f: h2
20992
+ f: hm
20997
20993
  },
20998
20994
  /*::[*/
20999
20995
  48: {
@@ -21011,7 +21007,7 @@ var fn = {
21011
21007
  /*::[*/
21012
21008
  51: {
21013
21009
  /* n:"BrtMdb" */
21014
- f: X2
21010
+ f: Xm
21015
21011
  },
21016
21012
  /*::[*/
21017
21013
  52: {
@@ -21064,7 +21060,7 @@ var fn = {
21064
21060
  /*::[*/
21065
21061
  63: {
21066
21062
  /* n:"BrtCalcChainItem$", */
21067
- f: tm
21063
+ f: t2
21068
21064
  },
21069
21065
  /*::[*/
21070
21066
  64: {
@@ -22115,7 +22111,7 @@ var fn = {
22115
22111
  /*::[*/
22116
22112
  335: {
22117
22113
  /* n:"BrtMdtinfo", */
22118
- f: G2
22114
+ f: Gm
22119
22115
  },
22120
22116
  /*::[*/
22121
22117
  336: {
@@ -22125,7 +22121,7 @@ var fn = {
22125
22121
  /*::[*/
22126
22122
  337: {
22127
22123
  /* n:"BrtBeginEsmdb", */
22128
- f: Y2,
22124
+ f: Ym,
22129
22125
  T: 1
22130
22126
  },
22131
22127
  /*::[*/
@@ -23428,7 +23424,7 @@ var fn = {
23428
23424
  /*::[*/
23429
23425
  632: {
23430
23426
  /* n:"BrtCommentAuthor", */
23431
- f: um
23427
+ f: u2
23432
23428
  },
23433
23429
  /*::[*/
23434
23430
  633: {
@@ -23444,7 +23440,7 @@ var fn = {
23444
23440
  635: {
23445
23441
  /* n:"BrtBeginComment", */
23446
23442
  T: 1,
23447
- f: fm
23443
+ f: f2
23448
23444
  },
23449
23445
  /*::[*/
23450
23446
  636: {
@@ -25985,7 +25981,7 @@ var fn = {
25985
25981
  /*::[*/
25986
25982
  2173: {
25987
25983
  /* n:"XFExt", */
25988
- f: W2,
25984
+ f: Wm,
25989
25985
  r: 12
25990
25986
  },
25991
25987
  /*::[*/
@@ -26072,7 +26068,7 @@ var fn = {
26072
26068
  /*::[*/
26073
26069
  2198: {
26074
26070
  /* n:"Theme", */
26075
- f: D2,
26071
+ f: Dm,
26076
26072
  r: 12
26077
26073
  },
26078
26074
  /*::[*/
@@ -28743,7 +28739,7 @@ function Y4(t, e, r, a, n, i, s, o, l, c, f, h) {
28743
28739
  break;
28744
28740
  case "chart":
28745
28741
  if (p = v5(u, e, n, l, i[a], c, f, h), !p || !p["!drawel"]) break;
28746
- var m = $a(p["!drawel"].Target, e), d = nn(m), g = nm(Rt(t, m, !0), ja(Rt(t, d, !0), m)), x = $a(g, m), w = nn(x);
28742
+ var m = $a(p["!drawel"].Target, e), d = nn(m), g = n2(Rt(t, m, !0), ja(Rt(t, d, !0), m)), x = $a(g, m), w = nn(x);
28747
28743
  p = zv(Rt(t, x, !0), x, l, ja(Rt(t, w, !0), x), c, p);
28748
28744
  break;
28749
28745
  case "macro":
@@ -28765,7 +28761,7 @@ function Y4(t, e, r, a, n, i, s, o, l, c, f, h) {
28765
28761
  if (!A || !A.length) return;
28766
28762
  Jo(p, A, !1);
28767
28763
  }
28768
- i[a][F].Type == Se.TCMNT && (N = $a(i[a][F].Target, e), v = v.concat(sm(at(t, N, !0), l)));
28764
+ i[a][F].Type == Se.TCMNT && (N = $a(i[a][F].Target, e), v = v.concat(s2(at(t, N, !0), l)));
28769
28765
  }), v && v.length && Jo(p, v, !0, l.people || []);
28770
28766
  } catch (F) {
28771
28767
  if (l.WTF) throw F;
@@ -28833,7 +28829,7 @@ function J4(t, e) {
28833
28829
  var A = i ? "bin" : "xml", y = n.workbooks[0].lastIndexOf("/"), P = (n.workbooks[0].slice(0, y + 1) + "_rels/" + n.workbooks[0].slice(y + 1) + ".rels").replace(/^\//, "");
28834
28830
  zt(t, P) || (P = "xl/_rels/workbook." + A + ".rels");
28835
28831
  var I = ja(Rt(t, P, !0), P.replace(/_rels.*/, "s5s"));
28836
- (n.metadata || []).length >= 1 && (e.xlmeta = b5(at(t, Ht(n.metadata[0])), n.metadata[0], e)), (n.people || []).length >= 1 && (e.people = lm(at(t, Ht(n.people[0])), e)), I && (I = K4(I, f.Sheets));
28832
+ (n.metadata || []).length >= 1 && (e.xlmeta = b5(at(t, Ht(n.metadata[0])), n.metadata[0], e)), (n.people || []).length >= 1 && (e.people = l2(at(t, Ht(n.people[0])), e)), I && (I = K4(I, f.Sheets));
28837
28833
  var z = at(t, "xl/worksheets/sheet.xml", !0) ? 1 : 0;
28838
28834
  e: for (g = 0; g != h.Worksheets; ++g) {
28839
28835
  var V = "sheet";
@@ -28867,7 +28863,7 @@ function J4(t, e) {
28867
28863
  SSF: We(me)
28868
28864
  }, e && e.bookFiles && (t.files ? (m.keys = a, m.files = t.files) : (m.keys = [], m.files = {}, t.FullPaths.forEach(function(le, ie) {
28869
28865
  le = le.replace(/^Root Entry[\/]/, ""), m.keys.push(le), m.files[le] = t.FileIndex[ie];
28870
- }))), e && e.bookVBA && (n.vba.length > 0 ? m.vbaraw = at(t, Ht(n.vba[0]), !0) : n.defaults && n.defaults.bin === gm && (m.vbaraw = at(t, "xl/vbaProject.bin", !0))), m;
28866
+ }))), e && e.bookVBA && (n.vba.length > 0 ? m.vbaraw = at(t, Ht(n.vba[0]), !0) : n.defaults && n.defaults.bin === g2 && (m.vbaraw = at(t, "xl/vbaProject.bin", !0))), m;
28871
28867
  }
28872
28868
  function q4(t, e) {
28873
28869
  var r = e || {}, a = "Workbook", n = de.find(t, a);
@@ -28953,13 +28949,13 @@ function e3(t, e) {
28953
28949
  w[1].forEach(function(v) {
28954
28950
  v.T == !0 && (x = !0);
28955
28951
  });
28956
- }), x && (g = "xl/threadedComments/threadedComment" + o + "." + r, ye(i, g, om(m, f, e)), n.threadedcomments.push(g), Oe(h, -1, "../threadedComments/threadedComment" + o + "." + r, Se.TCMNT)), g = "xl/comments" + o + "." + r, ye(i, g, ql(m)), n.comments.push(g), Oe(h, -1, "../comments" + o + "." + r, Se.CMNT), d = !0;
28952
+ }), x && (g = "xl/threadedComments/threadedComment" + o + "." + r, ye(i, g, o2(m, f, e)), n.threadedcomments.push(g), Oe(h, -1, "../threadedComments/threadedComment" + o + "." + r, Se.TCMNT)), g = "xl/comments" + o + "." + r, ye(i, g, ql(m)), n.comments.push(g), Oe(h, -1, "../comments" + o + "." + r, Se.CMNT), d = !0;
28957
28953
  }
28958
28954
  u["!legacy"] && d && ye(i, "xl/drawings/vmlDrawing" + o + ".vml", Jl(o, u["!comments"])), delete u["!comments"], delete u["!legacy"];
28959
28955
  }
28960
28956
  h["!id"].rId1 && ye(i, nn(s), _a(h));
28961
28957
  }
28962
- return e.Strings != null && e.Strings.length > 0 && (s = "xl/sharedStrings." + r, ye(i, s, Bl(e.Strings, e)), n.strs.push(s), Oe(e.wbrels, -1, "sharedStrings." + r, Se.SST)), s = "xl/workbook." + r, ye(i, s, pc(t)), n.workbooks.push(s), Oe(e.rels, 1, s, Se.WB), s = "xl/theme/theme1.xml", ye(i, s, Ss(t.Themes, e)), n.themes.push(s), Oe(e.wbrels, -1, "theme/theme1.xml", Se.THEME), s = "xl/styles." + r, ye(i, s, Xl(t, e)), n.styles.push(s), Oe(e.wbrels, -1, "styles." + r, Se.STY), t.vbaraw && a && (s = "xl/vbaProject.bin", ye(i, s, t.vbaraw), n.vba.push(s), Oe(e.wbrels, -1, "vbaProject.bin", Se.VBA)), s = "xl/metadata." + r, ye(i, s, Yl()), n.metadata.push(s), Oe(e.wbrels, -1, "metadata." + r, Se.XLMETA), f.length > 1 && (s = "xl/persons/person.xml", ye(i, s, cm(f)), n.people.push(s), Oe(e.wbrels, -1, "persons/person.xml", Se.PEOPLE)), ye(i, "[Content_Types].xml", hl(n, e)), ye(i, "_rels/.rels", _a(e.rels)), ye(i, "xl/_rels/workbook." + r + ".rels", _a(e.wbrels)), delete e.revssf, delete e.ssf, i;
28958
+ return e.Strings != null && e.Strings.length > 0 && (s = "xl/sharedStrings." + r, ye(i, s, Bl(e.Strings, e)), n.strs.push(s), Oe(e.wbrels, -1, "sharedStrings." + r, Se.SST)), s = "xl/workbook." + r, ye(i, s, pc(t)), n.workbooks.push(s), Oe(e.rels, 1, s, Se.WB), s = "xl/theme/theme1.xml", ye(i, s, Ss(t.Themes, e)), n.themes.push(s), Oe(e.wbrels, -1, "theme/theme1.xml", Se.THEME), s = "xl/styles." + r, ye(i, s, Xl(t, e)), n.styles.push(s), Oe(e.wbrels, -1, "styles." + r, Se.STY), t.vbaraw && a && (s = "xl/vbaProject.bin", ye(i, s, t.vbaraw), n.vba.push(s), Oe(e.wbrels, -1, "vbaProject.bin", Se.VBA)), s = "xl/metadata." + r, ye(i, s, Yl()), n.metadata.push(s), Oe(e.wbrels, -1, "metadata." + r, Se.XLMETA), f.length > 1 && (s = "xl/persons/person.xml", ye(i, s, c2(f)), n.people.push(s), Oe(e.wbrels, -1, "persons/person.xml", Se.PEOPLE)), ye(i, "[Content_Types].xml", hl(n, e)), ye(i, "_rels/.rels", _a(e.rels)), ye(i, "xl/_rels/workbook." + r + ".rels", _a(e.wbrels)), delete e.revssf, delete e.ssf, i;
28963
28959
  }
28964
28960
  function Ds(t, e) {
28965
28961
  var r = "";