@malloydata/render 0.0.138-dev240404233606 → 0.0.138-dev240405133532

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.
@@ -3863,7 +3863,7 @@ class A2e extends wP.Dialect {
3863
3863
  //
3864
3864
  sqlUnnestAlias(e, n, r, i, s, o) {
3865
3865
  const u = r.map((a) => this.sqlMaybeQuoteIdentifier(a.sqlOutputName));
3866
- return s ? i ? `,UNNEST(zip(${e}, SEQUENCE(1,cardinality(${e})))) as words_0(value,__row_id_from_${n})` : `,UNNEST(transform(${e}, x -> ROW(x) )) as ${n}(value)` : i ? `,UNNEST(zip_with(a, SEQUENCE(1,cardinality(a)), (r,__row_id) -> (r, __row_id))) as ${n}_outer(${n},__row_id_from_${n})` : `,UNNEST(${e}) as ${n}(${u.join(", ")})`;
3866
+ return s ? i ? `LEFT JOIN UNNEST(zip(${e}, SEQUENCE(1,cardinality(${e})))) as words_0(value,__row_id_from_${n}) ON TRUE` : `LEFT JOIN UNNEST(transform(${e}, x -> ROW(x) )) as ${n}(value) ON TRUE` : i ? `LEFT JOIN UNNEST(zip_with(${e}, SEQUENCE(1,cardinality(${e})), (r,__row_id) -> (r, __row_id))) as ${n}_outer(${n},__row_id_from_${n}) ON TRUE` : `LEFT JOIN UNNEST(${e}) as ${n}(${u.join(", ")}) ON TRUE`;
3867
3867
  }
3868
3868
  sqlSumDistinctHashedKey(e) {
3869
3869
  e = `CAST(${e} AS VARCHAR)`;
@@ -6699,10 +6699,10 @@ function z5() {
6699
6699
  var hV = E3(), pV = z5(), J2e = pV(hV("String.prototype.indexOf")), gV = function(e, n) {
6700
6700
  var r = hV(e, !!n);
6701
6701
  return typeof r == "function" && J2e(e, ".prototype.") > -1 ? pV(r) : r;
6702
- }, Z2e = Cw(), e1e = gV, BN = e1e("Object.prototype.toString"), H5 = function(e) {
6703
- return Z2e && e && typeof e == "object" && Symbol.toStringTag in e ? !1 : BN(e) === "[object Arguments]";
6702
+ }, Z2e = Cw(), e1e = gV, B7 = e1e("Object.prototype.toString"), H5 = function(e) {
6703
+ return Z2e && e && typeof e == "object" && Symbol.toStringTag in e ? !1 : B7(e) === "[object Arguments]";
6704
6704
  }, mV = function(e) {
6705
- return H5(e) ? !0 : e !== null && typeof e == "object" && typeof e.length == "number" && e.length >= 0 && BN(e) !== "[object Array]" && BN(e.callee) === "[object Function]";
6705
+ return H5(e) ? !0 : e !== null && typeof e == "object" && typeof e.length == "number" && e.length >= 0 && B7(e) !== "[object Array]" && B7(e.callee) === "[object Function]";
6706
6706
  }, t1e = function() {
6707
6707
  return H5(arguments);
6708
6708
  }();
@@ -6730,22 +6730,22 @@ var n1e = t1e ? H5 : mV, r1e = Object.prototype.toString, i1e = Function.prototy
6730
6730
  XR = r ? KR(r) : !1;
6731
6731
  }
6732
6732
  return KR(e) === XR;
6733
- }, EV = Function.prototype.toString, uh = typeof Reflect == "object" && Reflect !== null && Reflect.apply, kN, KA;
6733
+ }, EV = Function.prototype.toString, uh = typeof Reflect == "object" && Reflect !== null && Reflect.apply, k7, KA;
6734
6734
  if (typeof uh == "function" && typeof Object.defineProperty == "function")
6735
6735
  try {
6736
- kN = Object.defineProperty({}, "length", {
6736
+ k7 = Object.defineProperty({}, "length", {
6737
6737
  get: function() {
6738
6738
  throw KA;
6739
6739
  }
6740
6740
  }), KA = {}, uh(function() {
6741
6741
  throw 42;
6742
- }, null, kN);
6742
+ }, null, k7);
6743
6743
  } catch (t) {
6744
6744
  t !== KA && (uh = null);
6745
6745
  }
6746
6746
  else
6747
6747
  uh = null;
6748
- var a1e = /^\s*class\b/, PN = function(e) {
6748
+ var a1e = /^\s*class\b/, P7 = function(e) {
6749
6749
  try {
6750
6750
  var n = EV.call(e);
6751
6751
  return a1e.test(n);
@@ -6754,7 +6754,7 @@ var a1e = /^\s*class\b/, PN = function(e) {
6754
6754
  }
6755
6755
  }, l1e = function(e) {
6756
6756
  try {
6757
- return PN(e) ? !1 : (EV.call(e), !0);
6757
+ return P7(e) ? !1 : (EV.call(e), !0);
6758
6758
  } catch {
6759
6759
  return !1;
6760
6760
  }
@@ -6766,12 +6766,12 @@ var a1e = /^\s*class\b/, PN = function(e) {
6766
6766
  if (typeof e == "function" && !e.prototype)
6767
6767
  return !0;
6768
6768
  try {
6769
- uh(e, null, kN);
6769
+ uh(e, null, k7);
6770
6770
  } catch (n) {
6771
6771
  if (n !== KA)
6772
6772
  return !1;
6773
6773
  }
6774
- return !PN(e);
6774
+ return !P7(e);
6775
6775
  } : function(e) {
6776
6776
  if (e === HP)
6777
6777
  return !0;
@@ -6781,7 +6781,7 @@ var a1e = /^\s*class\b/, PN = function(e) {
6781
6781
  return !0;
6782
6782
  if (d1e)
6783
6783
  return l1e(e);
6784
- if (PN(e))
6784
+ if (P7(e))
6785
6785
  return !1;
6786
6786
  var n = c1e.call(e);
6787
6787
  return n === f1e || n === x1e;
@@ -6822,13 +6822,13 @@ if (XA)
6822
6822
  } catch {
6823
6823
  XA = null;
6824
6824
  }
6825
- var vV = XA, Iv = v1e, b1e = _1e, QP = z5(), Tw = gV, JA = vV, T1e = Tw("Object.prototype.toString"), SV = Cw(), GP = typeof globalThis > "u" ? N : globalThis, MN = b1e(), Rw = Tw("String.prototype.slice"), ZR = Object.getPrototypeOf, R1e = Tw("Array.prototype.indexOf", !0) || function(e, n) {
6825
+ var vV = XA, Iv = v1e, b1e = _1e, QP = z5(), Tw = gV, JA = vV, T1e = Tw("Object.prototype.toString"), SV = Cw(), GP = typeof globalThis > "u" ? N : globalThis, M7 = b1e(), Rw = Tw("String.prototype.slice"), ZR = Object.getPrototypeOf, R1e = Tw("Array.prototype.indexOf", !0) || function(e, n) {
6826
6826
  for (var r = 0; r < e.length; r += 1)
6827
6827
  if (e[r] === n)
6828
6828
  return r;
6829
6829
  return -1;
6830
6830
  }, $v = { __proto__: null };
6831
- SV && JA && ZR ? Iv(MN, function(t) {
6831
+ SV && JA && ZR ? Iv(M7, function(t) {
6832
6832
  var e = new GP[t]();
6833
6833
  if (Symbol.toStringTag in e) {
6834
6834
  var n = ZR(e), r = JA(n, Symbol.toStringTag);
@@ -6838,7 +6838,7 @@ SV && JA && ZR ? Iv(MN, function(t) {
6838
6838
  }
6839
6839
  $v["$" + t] = QP(r.get);
6840
6840
  }
6841
- }) : Iv(MN, function(t) {
6841
+ }) : Iv(M7, function(t) {
6842
6842
  var e = new GP[t]();
6843
6843
  $v["$" + t] = QP(e.slice);
6844
6844
  });
@@ -6865,7 +6865,7 @@ var O1e = function(e) {
6865
6865
  return !1;
6866
6866
  if (!SV) {
6867
6867
  var n = Rw(T1e(e), 8, -1);
6868
- return R1e(MN, n) > -1 ? n : n !== "Object" ? !1 : N1e(e);
6868
+ return R1e(M7, n) > -1 ? n : n !== "Object" ? !1 : N1e(e);
6869
6869
  }
6870
6870
  return JA ? O1e(e) : null;
6871
6871
  }, D1e = _V, F1e = function(e) {
@@ -7057,8 +7057,8 @@ var O1e = function(e) {
7057
7057
  })(xV);
7058
7058
  var w1e = function(e) {
7059
7059
  return e && typeof e == "object" && typeof e.copy == "function" && typeof e.fill == "function" && typeof e.readUInt8 == "function";
7060
- }, jN = { exports: {} };
7061
- typeof Object.create == "function" ? jN.exports = function(e, n) {
7060
+ }, j7 = { exports: {} };
7061
+ typeof Object.create == "function" ? j7.exports = function(e, n) {
7062
7062
  n && (e.super_ = n, e.prototype = Object.create(n.prototype, {
7063
7063
  constructor: {
7064
7064
  value: e,
@@ -7067,7 +7067,7 @@ typeof Object.create == "function" ? jN.exports = function(e, n) {
7067
7067
  configurable: !0
7068
7068
  }
7069
7069
  }));
7070
- } : jN.exports = function(e, n) {
7070
+ } : j7.exports = function(e, n) {
7071
7071
  if (n) {
7072
7072
  e.super_ = n;
7073
7073
  var r = function() {
@@ -7075,7 +7075,7 @@ typeof Object.create == "function" ? jN.exports = function(e, n) {
7075
7075
  r.prototype = n.prototype, e.prototype = new r(), e.prototype.constructor = e;
7076
7076
  }
7077
7077
  };
7078
- var L1e = jN.exports;
7078
+ var L1e = j7.exports;
7079
7079
  (function(t) {
7080
7080
  var e = Object.getOwnPropertyDescriptors || function(T) {
7081
7081
  for (var w = Object.keys(T), k = {}, H = 0; H < w.length; H++)
@@ -10237,15 +10237,15 @@ var ppe = N && N.__decorate || function(t, e, n, r) {
10237
10237
  Object.defineProperty(Vx, "__esModule", { value: !0 });
10238
10238
  Vx.InputMismatchException = void 0;
10239
10239
  const mpe = To, ype = me;
10240
- let UN = class extends mpe.RecognitionException {
10240
+ let U7 = class extends mpe.RecognitionException {
10241
10241
  constructor(e, n, r) {
10242
10242
  r === void 0 && (r = e.context), super(e, e.inputStream, r), n !== void 0 && this.setOffendingState(n), this.setOffendingToken(e, e.currentToken);
10243
10243
  }
10244
10244
  };
10245
- UN = ppe([
10245
+ U7 = ppe([
10246
10246
  gpe(0, ype.NotNull)
10247
- ], UN);
10248
- Vx.InputMismatchException = UN;
10247
+ ], U7);
10248
+ Vx.InputMismatchException = U7;
10249
10249
  var np = {}, $2 = {}, W5 = {};
10250
10250
  (function(t) {
10251
10251
  /*!
@@ -11804,7 +11804,7 @@ function As(t) {
11804
11804
  function rh(t) {
11805
11805
  return t * 16;
11806
11806
  }
11807
- function qN(t) {
11807
+ function q7(t) {
11808
11808
  let e = 1;
11809
11809
  for (let n = 0; n < 16; n++) {
11810
11810
  if (t & e)
@@ -11825,14 +11825,14 @@ function EM(t) {
11825
11825
  function Zs(t, e) {
11826
11826
  return t &= 15, e &= 15, t === e ? 1 << t >>> 0 : 65535 >>> 15 - e ^ 65535 >>> 16 - t;
11827
11827
  }
11828
- const zN = new Uint8Array(65536);
11828
+ const z7 = new Uint8Array(65536);
11829
11829
  for (let t = 0; t < 16; t++) {
11830
11830
  const e = 1 << t >>> 0;
11831
11831
  let n = 0;
11832
- for (; n < zN.length; ) {
11832
+ for (; n < z7.length; ) {
11833
11833
  n += e;
11834
11834
  for (let r = 0; r < e; r++)
11835
- zN[n]++, n++;
11835
+ z7[n]++, n++;
11836
11836
  }
11837
11837
  }
11838
11838
  class ah {
@@ -11888,7 +11888,7 @@ class ah {
11888
11888
  const e = this.data, n = e.length;
11889
11889
  let r = 0;
11890
11890
  for (let i = 0; i < n; i++)
11891
- r += zN[e[i]];
11891
+ r += z7[e[i]];
11892
11892
  return r;
11893
11893
  }
11894
11894
  clear(e, n) {
@@ -11967,7 +11967,7 @@ class ah {
11967
11967
  if (i === r)
11968
11968
  return -1;
11969
11969
  }
11970
- return rh(i) + qN((n[i] | s) ^ 65535);
11970
+ return rh(i) + q7((n[i] | s) ^ 65535);
11971
11971
  }
11972
11972
  /**
11973
11973
  * Returns the index of the first bit that is set to `true` that occurs on or after the specified starting index.
@@ -11999,7 +11999,7 @@ class ah {
11999
11999
  if (i >= r)
12000
12000
  return -1;
12001
12001
  }
12002
- return rh(i) + qN(n[i] & s);
12002
+ return rh(i) + q7(n[i] & s);
12003
12003
  }
12004
12004
  /**
12005
12005
  * Performs a logical **OR** of this bit set with the bit set argument. This bit set is modified so that a bit in it
@@ -12222,7 +12222,7 @@ class Lpe {
12222
12222
  for (; this.index < this.data.length; ) {
12223
12223
  const e = this.data[this.index] & this.mask;
12224
12224
  if (e !== 0) {
12225
- const n = rh(this.index) + qN(e);
12225
+ const n = rh(this.index) + q7(e);
12226
12226
  return this.mask = Zs(n + 1, 15), { done: !1, value: n };
12227
12227
  }
12228
12228
  this.index++, this.mask = 65535;
@@ -12265,7 +12265,7 @@ function C3() {
12265
12265
  function m(y) {
12266
12266
  return y ? new e.Array2DHashMap(y) : new e.Array2DHashMap(p.INSTANCE);
12267
12267
  }
12268
- let g = class HN {
12268
+ let g = class H7 {
12269
12269
  constructor(E, A) {
12270
12270
  this._uniqueAlt = 0, this._hasSemanticContext = !1, this._dipsIntoOuterContext = !1, this.outermostConfigSet = !1, this.cachedHashCode = -1, E ? (A ? (this.mergedConfigs = void 0, this.unmerged = void 0) : E.isReadOnly ? (this.mergedConfigs = m(), this.unmerged = []) : (this.mergedConfigs = m(E.mergedConfigs), this.unmerged = E.unmerged.slice(0)), this.configs = E.configs.slice(0), this._dipsIntoOuterContext = E._dipsIntoOuterContext, this._hasSemanticContext = E._hasSemanticContext, this.outermostConfigSet = E.outermostConfigSet, (A || !E.isReadOnly) && (this._uniqueAlt = E._uniqueAlt, this._conflictInfo = E._conflictInfo)) : (this.mergedConfigs = m(), this.unmerged = [], this.configs = [], this._uniqueAlt = i.ATN.INVALID_ALT_NUMBER);
12271
12271
  }
@@ -12304,7 +12304,7 @@ function C3() {
12304
12304
  A.context = E.atn.getCachedContext(A.context);
12305
12305
  }
12306
12306
  clone(E) {
12307
- let A = new HN(this, E);
12307
+ let A = new H7(this, E);
12308
12308
  return !E && this.isReadOnly && A.addAll(this.configs), A;
12309
12309
  }
12310
12310
  get size() {
@@ -12386,7 +12386,7 @@ function C3() {
12386
12386
  this.mergedConfigs.clear(), this.unmerged.length = 0, this.configs.length = 0, this._dipsIntoOuterContext = !1, this._hasSemanticContext = !1, this._uniqueAlt = i.ATN.INVALID_ALT_NUMBER, this._conflictInfo = void 0;
12387
12387
  }
12388
12388
  equals(E) {
12389
- return this === E ? !0 : E instanceof HN ? this.outermostConfigSet === E.outermostConfigSet && h.equals(this._conflictInfo, E._conflictInfo) && r.ArrayEqualityComparator.INSTANCE.equals(this.configs, E.configs) : !1;
12389
+ return this === E ? !0 : E instanceof H7 ? this.outermostConfigSet === E.outermostConfigSet && h.equals(this._conflictInfo, E._conflictInfo) && r.ArrayEqualityComparator.INSTANCE.equals(this.configs, E.configs) : !1;
12390
12390
  }
12391
12391
  hashCode() {
12392
12392
  if (this.isReadOnly && this.cachedHashCode !== -1)
@@ -12664,7 +12664,7 @@ var yc = {}, b3 = {};
12664
12664
  */
12665
12665
  Object.defineProperty(b3, "__esModule", { value: !0 });
12666
12666
  b3.ConsoleErrorListener = void 0;
12667
- class QN {
12667
+ class Q7 {
12668
12668
  /**
12669
12669
  * {@inheritDoc}
12670
12670
  *
@@ -12680,8 +12680,8 @@ class QN {
12680
12680
  console.error(`line ${r}:${i} ${s}`);
12681
12681
  }
12682
12682
  }
12683
- b3.ConsoleErrorListener = QN;
12684
- QN.INSTANCE = new QN();
12683
+ b3.ConsoleErrorListener = Q7;
12684
+ Q7.INSTANCE = new Q7();
12685
12685
  var B2 = {};
12686
12686
  /*!
12687
12687
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -13586,7 +13586,7 @@ function ige() {
13586
13586
  };
13587
13587
  Object.defineProperty(lp, "__esModule", { value: !0 }), lp.LL1Analyzer = void 0;
13588
13588
  const n = I2, r = su, i = Yx, s = uu, o = ed(), u = me, a = ww(), l = Us, c = ou(), f = Ac, x = P2, h = Gt, p = N3;
13589
- let m = class GN {
13589
+ let m = class G7 {
13590
13590
  constructor(y) {
13591
13591
  this.atn = y;
13592
13592
  }
@@ -13608,7 +13608,7 @@ function ige() {
13608
13608
  let v = new o.IntervalSet();
13609
13609
  E[A] = v;
13610
13610
  let S = new r.Array2DHashSet(l.ObjectEqualityComparator.INSTANCE);
13611
- this._LOOK(y.transition(A).target, void 0, c.PredictionContext.EMPTY_LOCAL, v, S, new s.BitSet(), !1, !1), (v.size === 0 || v.contains(GN.HIT_PRED)) && (v = void 0, E[A] = v);
13611
+ this._LOOK(y.transition(A).target, void 0, c.PredictionContext.EMPTY_LOCAL, v, S, new s.BitSet(), !1, !1), (v.size === 0 || v.contains(G7.HIT_PRED)) && (v = void 0, E[A] = v);
13612
13612
  }
13613
13613
  return E;
13614
13614
  }
@@ -13697,7 +13697,7 @@ function ige() {
13697
13697
  C.clear(M.ruleIndex);
13698
13698
  }
13699
13699
  } else if (M instanceof n.AbstractPredicateTransition)
13700
- _ ? this._LOOK(M.target, E, A, v, S, C, _, b) : v.add(GN.HIT_PRED);
13700
+ _ ? this._LOOK(M.target, E, A, v, S, C, _, b) : v.add(G7.HIT_PRED);
13701
13701
  else if (M.isEpsilon)
13702
13702
  this._LOOK(M.target, E, A, v, S, C, _, b);
13703
13703
  else if (M instanceof p.WildcardTransition)
@@ -16763,12 +16763,12 @@ function Ro() {
16763
16763
  };
16764
16764
  Object.defineProperty(yp, "__esModule", { value: !0 }), yp.ParserRuleContext = void 0;
16765
16765
  const e = Sc, n = Sr, r = me, i = xY(), s = lu;
16766
- let o = class WN extends i.RuleContext {
16766
+ let o = class W7 extends i.RuleContext {
16767
16767
  constructor(a, l) {
16768
16768
  l == null ? super() : super(a, l);
16769
16769
  }
16770
16770
  static emptyContext() {
16771
- return WN.EMPTY;
16771
+ return W7.EMPTY;
16772
16772
  }
16773
16773
  /**
16774
16774
  * COPY a ctx (I'm deliberately not using copy constructor) to avoid
@@ -16842,7 +16842,7 @@ function Ro() {
16842
16842
  }
16843
16843
  get parent() {
16844
16844
  let a = super.parent;
16845
- if (a === void 0 || a instanceof WN)
16845
+ if (a === void 0 || a instanceof W7)
16846
16846
  return a;
16847
16847
  throw new TypeError("Invalid parent type for ParserRuleContext");
16848
16848
  }
@@ -20225,9 +20225,9 @@ function _Y() {
20225
20225
  };
20226
20226
  Object.defineProperty(_p, "__esModule", { value: !0 }), _p.ParserInterpreter = void 0;
20227
20227
  const n = da, r = vr, i = uu, s = gc, o = Vx, u = SY(), a = M3, l = me, c = me, f = W2(), x = z2(), h = To, p = k2, m = Gt;
20228
- let g = class VN extends f.Parser {
20228
+ let g = class V7 extends f.Parser {
20229
20229
  constructor(E, A, v, S, C) {
20230
- if (super(E instanceof VN ? E.inputStream : C), this._parentContextStack = [], this.overrideDecision = -1, this.overrideDecisionInputIndex = -1, this.overrideDecisionAlt = -1, this.overrideDecisionReached = !1, this._overrideDecisionRoot = void 0, E instanceof VN) {
20230
+ if (super(E instanceof V7 ? E.inputStream : C), this._parentContextStack = [], this.overrideDecision = -1, this.overrideDecisionInputIndex = -1, this.overrideDecisionAlt = -1, this.overrideDecisionReached = !1, this._overrideDecisionRoot = void 0, E instanceof V7) {
20231
20231
  let _ = E;
20232
20232
  this._grammarFileName = _._grammarFileName, this._atn = _._atn, this.pushRecursionContextStates = _.pushRecursionContextStates, this._ruleNames = _._ruleNames, this._vocabulary = _._vocabulary, this.interpreter = new x.ParserATNSimulator(this._atn, this);
20233
20233
  } else {
@@ -27886,7 +27886,7 @@ class d extends b3e.Parser {
27886
27886
  i = new nX(i), this._ctx = i, s = i, this.state = 976, this.match(d.NOT), this.state = 977, this.fieldExpr(13);
27887
27887
  break;
27888
27888
  case 5:
27889
- i = new YN(i), this._ctx = i, s = i, this.state = 978, this.match(d.CAST), this.state = 979, this.match(d.OPAREN), this.state = 980, this.fieldExpr(0), this.state = 981, this.match(d.AS), this.state = 982, this.malloyOrSQLType(), this.state = 983, this.match(d.CPAREN);
27889
+ i = new Y7(i), this._ctx = i, s = i, this.state = 978, this.match(d.CAST), this.state = 979, this.match(d.OPAREN), this.state = 980, this.fieldExpr(0), this.state = 981, this.match(d.AS), this.state = 982, this.malloyOrSQLType(), this.state = 983, this.match(d.CPAREN);
27890
27890
  break;
27891
27891
  case 6:
27892
27892
  i = new oX(i), this._ctx = i, s = i, this.state = 985, this.match(d.COUNT), this.state = 986, this.match(d.OPAREN), this.state = 987, this.match(d.DISTINCT), this.state = 988, this.fieldExpr(0), this.state = 989, this.match(d.CPAREN);
@@ -28065,7 +28065,7 @@ class d extends b3e.Parser {
28065
28065
  break;
28066
28066
  case 11:
28067
28067
  {
28068
- if (i = new YN(new De(n, r)), this.pushNewRecursionContext(i, o, d.RULE_fieldExpr), this.state = 1085, !this.precpred(this._ctx, 24))
28068
+ if (i = new Y7(new De(n, r)), this.pushNewRecursionContext(i, o, d.RULE_fieldExpr), this.state = 1085, !this.precpred(this._ctx, 24))
28069
28069
  throw this.createFailedPredicateException("this.precpred(this._ctx, 24)");
28070
28070
  this.state = 1086, this.match(d.DOUBLECOLON), this.state = 1087, this.malloyOrSQLType();
28071
28071
  }
@@ -33862,7 +33862,7 @@ class QK extends De {
33862
33862
  }
33863
33863
  }
33864
33864
  F.ExprTimeTruncContext = QK;
33865
- class YN extends De {
33865
+ class Y7 extends De {
33866
33866
  fieldExpr() {
33867
33867
  return this.getRuleContext(0, De);
33868
33868
  }
@@ -33900,7 +33900,7 @@ class YN extends De {
33900
33900
  return e.visitExprCast ? e.visitExprCast(this) : e.visitChildren(this);
33901
33901
  }
33902
33902
  }
33903
- F.ExprCastContext = YN;
33903
+ F.ExprCastContext = Y7;
33904
33904
  class GK extends De {
33905
33905
  fieldExpr() {
33906
33906
  return this.getRuleContext(0, De);
@@ -36749,10 +36749,10 @@ class qu {
36749
36749
  }
36750
36750
  document() {
36751
36751
  var e;
36752
- return this instanceof XN ? this : (e = this.parent) === null || e === void 0 ? void 0 : e.document();
36752
+ return this instanceof X7 ? this : (e = this.parent) === null || e === void 0 ? void 0 : e.document();
36753
36753
  }
36754
36754
  namespace() {
36755
- if (this instanceof XN)
36755
+ if (this instanceof X7)
36756
36756
  return this;
36757
36757
  if (this.parent)
36758
36758
  return this.parent.namespace();
@@ -36760,8 +36760,8 @@ class qu {
36760
36760
  }
36761
36761
  modelEntry(e) {
36762
36762
  var n;
36763
- const r = e instanceof KN ? e.name : e, i = (n = this.namespace()) === null || n === void 0 ? void 0 : n.getEntry(r);
36764
- return e instanceof KN && ((i == null ? void 0 : i.entry.type) === "query" ? this.addReference({
36763
+ const r = e instanceof K7 ? e.name : e, i = (n = this.namespace()) === null || n === void 0 ? void 0 : n.getEntry(r);
36764
+ return e instanceof K7 && ((i == null ? void 0 : i.entry.type) === "query" ? this.addReference({
36765
36765
  type: "queryReference",
36766
36766
  text: r,
36767
36767
  definition: i.entry,
@@ -36886,7 +36886,7 @@ class dye extends qu {
36886
36886
  }
36887
36887
  }
36888
36888
  Ve.Unimplemented = dye;
36889
- class KN extends qu {
36889
+ class K7 extends qu {
36890
36890
  constructor(e) {
36891
36891
  super(), this.name = e, this.elementType = "modelEntryReference";
36892
36892
  }
@@ -36901,7 +36901,7 @@ class KN extends qu {
36901
36901
  return (e = this.modelEntry(this)) === null || e === void 0 ? void 0 : e.entry;
36902
36902
  }
36903
36903
  }
36904
- Ve.ModelEntryReference = KN;
36904
+ Ve.ModelEntryReference = K7;
36905
36905
  class hye extends qu {
36906
36906
  constructor(e) {
36907
36907
  super(), this.id = e, this.elementType = "experimentalExperiment";
@@ -36978,7 +36978,7 @@ function mye(t) {
36978
36978
  const e = kX(t).join("");
36979
36979
  return (0, xye.v5)(e, gye);
36980
36980
  }
36981
- class XN extends qu {
36981
+ class X7 extends qu {
36982
36982
  constructor(e) {
36983
36983
  super(), this.elementType = "document", this.globalNameSpace = new fye.GlobalNameSpace(), this.documentModel = {}, this.queryList = [], this.sqlBlocks = [], this.didInitModel = !1, this.annotation = {}, this.experiments = new cye.Tag({}), this.modelAnnotationTodoList = [], this.statements = new ay(e), this.has({ statements: e });
36984
36984
  }
@@ -37061,7 +37061,7 @@ class XN extends qu {
37061
37061
  this.globalNameSpace.getEntry(e) !== void 0 && this.log(`Cannot redefine '${e}', which is in global namespace`), this.documentModel[e] = n;
37062
37062
  }
37063
37063
  }
37064
- Ve.Document = XN;
37064
+ Ve.Document = X7;
37065
37065
  var lb = {}, Z2 = {}, ui = {}, Q0 = {};
37066
37066
  Object.defineProperty(Q0, "__esModule", { value: !0 });
37067
37067
  Q0.canMakeEntry = Q0.SpaceEntry = void 0;
@@ -37349,15 +37349,15 @@ fu.Source = Wye;
37349
37349
  var cy = {}, e1 = {}, cb = {}, G0 = {};
37350
37350
  Object.defineProperty(G0, "__esModule", { value: !0 });
37351
37351
  G0.mergeFields = G0.nameFromDef = void 0;
37352
- function JN(t) {
37352
+ function J7(t) {
37353
37353
  var e;
37354
37354
  return t.type === "fieldref" ? t.path[t.path.length - 1] : (e = t.as) !== null && e !== void 0 ? e : t.name;
37355
37355
  }
37356
- G0.nameFromDef = JN;
37356
+ G0.nameFromDef = J7;
37357
37357
  function Vye(t, e) {
37358
37358
  if (t === void 0)
37359
37359
  return e;
37360
- const n = new Set(e.map((i) => JN(i))), r = t.filter((i) => !n.has(JN(i)));
37360
+ const n = new Set(e.map((i) => J7(i))), r = t.filter((i) => !n.has(J7(i)));
37361
37361
  return r.push(...e), r;
37362
37362
  }
37363
37363
  G0.mergeFields = Vye;
@@ -38685,12 +38685,12 @@ yb.SQExtend = Mve;
38685
38685
  var Eb = {}, K0 = {};
38686
38686
  Object.defineProperty(K0, "__esModule", { value: !0 });
38687
38687
  K0.isComparison = K0.Comparison = void 0;
38688
- var ZN;
38688
+ var Z7;
38689
38689
  (function(t) {
38690
38690
  t.Like = "~", t.NotLike = "!~", t.LessThan = "<", t.LessThanOrEqualTo = "<=", t.EqualTo = "=", t.GreaterThan = ">", t.GreaterThanOrEqualTo = ">=", t.NotEqualTo = "!=";
38691
- })(ZN || (K0.Comparison = ZN = {}));
38691
+ })(Z7 || (K0.Comparison = Z7 = {}));
38692
38692
  function jve(t) {
38693
- return Object.values(ZN).includes(t);
38693
+ return Object.values(Z7).includes(t);
38694
38694
  }
38695
38695
  K0.isComparison = jve;
38696
38696
  var Ey = {}, cn = {};
@@ -44178,7 +44178,7 @@ const ZO = "Invalid DateTime", OU = 864e13;
44178
44178
  function iA(t) {
44179
44179
  return new Uo("unsupported zone", `the zone "${t.name}" is not supported`);
44180
44180
  }
44181
- function e7(t) {
44181
+ function eN(t) {
44182
44182
  return t.weekData === null && (t.weekData = fD(t.c)), t.weekData;
44183
44183
  }
44184
44184
  function Zp(t, e) {
@@ -44257,7 +44257,7 @@ function sA(t, e, n = !0) {
44257
44257
  forceSimple: !0
44258
44258
  }).formatDateTimeFromString(t, e) : null;
44259
44259
  }
44260
- function t7(t, e) {
44260
+ function tN(t, e) {
44261
44261
  const n = t.c.year > 9999 || t.c.year < 0;
44262
44262
  let r = "";
44263
44263
  return n && t.c.year >= 0 && (r += "+"), r += zn(t.c.year, n ? 6 : 4), e ? (r += "-", r += zn(t.c.month), r += "-", r += zn(t.c.day)) : (r += zn(t.c.month), r += zn(t.c.day)), r;
@@ -44834,7 +44834,7 @@ class ot {
44834
44834
  * @type {number}
44835
44835
  */
44836
44836
  get weekYear() {
44837
- return this.isValid ? e7(this).weekYear : NaN;
44837
+ return this.isValid ? eN(this).weekYear : NaN;
44838
44838
  }
44839
44839
  /**
44840
44840
  * Get the week number of the week year (1-52ish).
@@ -44843,7 +44843,7 @@ class ot {
44843
44843
  * @type {number}
44844
44844
  */
44845
44845
  get weekNumber() {
44846
- return this.isValid ? e7(this).weekNumber : NaN;
44846
+ return this.isValid ? eN(this).weekNumber : NaN;
44847
44847
  }
44848
44848
  /**
44849
44849
  * Get the day of the week.
@@ -44853,7 +44853,7 @@ class ot {
44853
44853
  * @type {number}
44854
44854
  */
44855
44855
  get weekday() {
44856
- return this.isValid ? e7(this).weekday : NaN;
44856
+ return this.isValid ? eN(this).weekday : NaN;
44857
44857
  }
44858
44858
  /**
44859
44859
  * Get the ordinal (meaning the day of the year)
@@ -45240,7 +45240,7 @@ class ot {
45240
45240
  if (!this.isValid)
45241
45241
  return null;
45242
45242
  const o = e === "extended";
45243
- let u = t7(this, o);
45243
+ let u = tN(this, o);
45244
45244
  return u += "T", u += FU(this, o, n, r, i, s), u;
45245
45245
  }
45246
45246
  /**
@@ -45252,7 +45252,7 @@ class ot {
45252
45252
  * @return {string}
45253
45253
  */
45254
45254
  toISODate({ format: e = "extended" } = {}) {
45255
- return this.isValid ? t7(this, e === "extended") : null;
45255
+ return this.isValid ? tN(this, e === "extended") : null;
45256
45256
  }
45257
45257
  /**
45258
45258
  * Returns an ISO 8601-compliant string representation of this DateTime's week date
@@ -45320,7 +45320,7 @@ class ot {
45320
45320
  * @return {string}
45321
45321
  */
45322
45322
  toSQLDate() {
45323
- return this.isValid ? t7(this, !0) : null;
45323
+ return this.isValid ? tN(this, !0) : null;
45324
45324
  }
45325
45325
  /**
45326
45326
  * Returns a string representation of this DateTime appropriate for use in SQL Time
@@ -46242,22 +46242,22 @@ eT.ViewArrow = $be;
46242
46242
  var tT = {}, Dy = {};
46243
46243
  Object.defineProperty(Dy, "__esModule", { value: !0 });
46244
46244
  Dy.refine = void 0;
46245
- const n7 = ca, r7 = G0;
46245
+ const nN = ca, rN = G0;
46246
46246
  function Bbe(t, e, n) {
46247
46247
  var r, i;
46248
46248
  if (e.length !== 1)
46249
46249
  return t.log("Named refinements of multi-stage views are not supported"), e;
46250
46250
  const s = { ...e[0] }, o = n;
46251
- if ((0, n7.isRawSegment)(s))
46251
+ if ((0, nN.isRawSegment)(s))
46252
46252
  t.log("Cannot refine raw query, must add an explicit query stage");
46253
- else if (s.type === "partial" && o.type !== "index" && o.type !== "raw" ? s.type = o.type : o.type !== s.type && t.log(`cannot refine ${s.type} view with ${o.type} view`), o.type !== "index" && s.type !== "index" && o.type !== "raw" && ((o.orderBy !== void 0 || o.by !== void 0) && (s.orderBy === void 0 && s.by === void 0 ? o.orderBy ? s.orderBy = o.orderBy : o.by && (s.by = o.by) : t.log("refinement cannot override existing ordering")), o.limit !== void 0 && (s.limit === void 0 ? s.limit = o.limit : t.log("refinement cannot override existing limit"))), s.filterList = s.filterList !== void 0 || o.filterList !== void 0 ? [...(r = s.filterList) !== null && r !== void 0 ? r : [], ...(i = o.filterList) !== null && i !== void 0 ? i : []] : void 0, (0, n7.isQuerySegment)(o) && (0, n7.isQuerySegment)(s)) {
46253
+ else if (s.type === "partial" && o.type !== "index" && o.type !== "raw" ? s.type = o.type : o.type !== s.type && t.log(`cannot refine ${s.type} view with ${o.type} view`), o.type !== "index" && s.type !== "index" && o.type !== "raw" && ((o.orderBy !== void 0 || o.by !== void 0) && (s.orderBy === void 0 && s.by === void 0 ? o.orderBy ? s.orderBy = o.orderBy : o.by && (s.by = o.by) : t.log("refinement cannot override existing ordering")), o.limit !== void 0 && (s.limit === void 0 ? s.limit = o.limit : t.log("refinement cannot override existing limit"))), s.filterList = s.filterList !== void 0 || o.filterList !== void 0 ? [...(r = s.filterList) !== null && r !== void 0 ? r : [], ...(i = o.filterList) !== null && i !== void 0 ? i : []] : void 0, (0, nN.isQuerySegment)(o) && (0, nN.isQuerySegment)(s)) {
46254
46254
  const u = [], a = [], l = new Map(s.queryFields.map((c) => [
46255
- (0, r7.nameFromDef)(c),
46255
+ (0, rN.nameFromDef)(c),
46256
46256
  c
46257
46257
  ]));
46258
46258
  for (const c of o.queryFields)
46259
- l.has((0, r7.nameFromDef)(c)) ? u.push(c) : a.push(c);
46260
- s.queryFields = [...s.queryFields, ...a], u.length > 0 && t.log(`overlapping fields in refinement: ${u.map(r7.nameFromDef)}`);
46259
+ l.has((0, rN.nameFromDef)(c)) ? u.push(c) : a.push(c);
46260
+ s.queryFields = [...s.queryFields, ...a], u.length > 0 && t.log(`overlapping fields in refinement: ${u.map(rN.nameFromDef)}`);
46261
46261
  } else
46262
46262
  o.type === "index" && s.type === "index" && (s.indexFields = [...o.indexFields, ...s.indexFields]);
46263
46263
  return [s];
@@ -46396,14 +46396,14 @@ Ly.SampleProperty = Xbe;
46396
46396
  var sT = {};
46397
46397
  Object.defineProperty(sT, "__esModule", { value: !0 });
46398
46398
  sT.IndexFieldSpace = void 0;
46399
- const qU = ne, i7 = gt, Jbe = ui, Zbe = Qo, eTe = _y, tTe = ii;
46399
+ const qU = ne, iN = gt, Jbe = ui, Zbe = Qo, eTe = _y, tTe = ii;
46400
46400
  class nTe extends Zbe.QueryOperationSpace {
46401
46401
  constructor() {
46402
46402
  super(...arguments), this.segmentType = "index";
46403
46403
  }
46404
46404
  pushFields(...e) {
46405
46405
  for (const n of e)
46406
- n instanceof i7.FieldReference ? super.pushFields(n) : n instanceof i7.WildcardFieldReference ? this.addWild(n) : n.log("Internal error, not expected in index query");
46406
+ n instanceof iN.FieldReference ? super.pushFields(n) : n instanceof iN.WildcardFieldReference ? this.addWild(n) : n.log("Internal error, not expected in index query");
46407
46407
  }
46408
46408
  getPipeSegment(e) {
46409
46409
  if (e)
@@ -46450,7 +46450,7 @@ class nTe extends Zbe.QueryOperationSpace {
46450
46450
  for (const [u, a] of r.entries()) {
46451
46451
  if (e.except.has(u))
46452
46452
  continue;
46453
- const l = i7.IndexFieldReference.indexOutputName([
46453
+ const l = iN.IndexFieldReference.indexOutputName([
46454
46454
  ...i,
46455
46455
  u
46456
46456
  ]);
@@ -46469,7 +46469,7 @@ class nTe extends Zbe.QueryOperationSpace {
46469
46469
  sT.IndexFieldSpace = nTe;
46470
46470
  Object.defineProperty(iT, "__esModule", { value: !0 });
46471
46471
  iT.IndexBuilder = void 0;
46472
- const s7 = ne, rTe = ai, iTe = Ko, sTe = wy, oTe = Dc, uTe = Ly, aTe = sT;
46472
+ const sN = ne, rTe = ai, iTe = Ko, sTe = wy, oTe = Dc, uTe = Ly, aTe = sT;
46473
46473
  class lTe {
46474
46474
  constructor(e, n, r, i) {
46475
46475
  this.filters = [], this.type = "index", this.resultFS = new aTe.IndexFieldSpace(e, n, r, i), this.inputFS = this.resultFS.inputSpace();
@@ -46478,10 +46478,10 @@ class lTe {
46478
46478
  e instanceof iTe.Filter ? this.filters.push(...e.getFilterList(this.inputFS)) : e instanceof oTe.Limit ? (this.limit && this.limit.log("Ignored, too many limit: statements"), this.limit = e) : e instanceof sTe.Index ? (this.resultFS.pushFields(...e.fields.list), e.weightBy && (this.indexOn && this.indexOn.log("Ignoring previous BY"), this.indexOn = e.weightBy)) : e instanceof uTe.SampleProperty ? this.sample = e.sampling() : e.log("Not legal in an index query operation");
46479
46479
  }
46480
46480
  finalize(e) {
46481
- if (e && !(0, s7.isIndexSegment)(e) && !(0, s7.isPartialSegment)(e))
46481
+ if (e && !(0, sN.isIndexSegment)(e) && !(0, sN.isPartialSegment)(e))
46482
46482
  return this.resultFS.log(`Can't refine index with ${e.type}`), rTe.ErrorFactory.indexSegment;
46483
46483
  const n = this.resultFS.getPipeSegment(e), r = (e == null ? void 0 : e.filterList) || [];
46484
- return this.filters.length > 0 && !r ? n.filterList = this.filters : r && (n.filterList = [...r, ...this.filters]), e != null && e.limit && (n.limit = e.limit), this.limit && (n.limit = this.limit.limit), this.indexOn && (n.weightMeasure = this.indexOn.refString), e && (0, s7.isIndexSegment)(e) && (e != null && e.sample) && (n.sample = e.sample), this.sample && (n.sample = this.sample), n;
46484
+ return this.filters.length > 0 && !r ? n.filterList = this.filters : r && (n.filterList = [...r, ...this.filters]), e != null && e.limit && (n.limit = e.limit), this.limit && (n.limit = this.limit.limit), this.indexOn && (n.weightMeasure = this.indexOn.refString), e && (0, sN.isIndexSegment)(e) && (e != null && e.sample) && (n.sample = e.sample), this.sample && (n.sample = this.sample), n;
46485
46485
  }
46486
46486
  }
46487
46487
  iT.IndexBuilder = lTe;
@@ -46498,13 +46498,13 @@ Iy.GroupBy = fTe;
46498
46498
  var uT = {};
46499
46499
  Object.defineProperty(uT, "__esModule", { value: !0 });
46500
46500
  uT.ProjectFieldSpace = void 0;
46501
- const o7 = ne, xTe = Qo;
46501
+ const oN = ne, xTe = Qo;
46502
46502
  class dTe extends xTe.QuerySpace {
46503
46503
  constructor() {
46504
46504
  super(...arguments), this.segmentType = "project";
46505
46505
  }
46506
46506
  canContain(e) {
46507
- return e.dataType === "turtle" || (0, o7.expressionIsAggregate)(e.expressionType) ? !1 : (0, o7.expressionInvolvesAggregate)(e.expressionType) && (0, o7.expressionIsAnalytic)(e.expressionType) ? (this.log("Cannot add aggregate analyics to project"), !1) : !0;
46507
+ return e.dataType === "turtle" || (0, oN.expressionIsAggregate)(e.expressionType) ? !1 : (0, oN.expressionInvolvesAggregate)(e.expressionType) && (0, oN.expressionIsAnalytic)(e.expressionType) ? (this.log("Cannot add aggregate analyics to project"), !1) : !0;
46508
46508
  }
46509
46509
  }
46510
46510
  uT.ProjectFieldSpace = dTe;
@@ -46694,7 +46694,7 @@ class HTe extends jTe.ListOf {
46694
46694
  Fy.QOpDesc = HTe;
46695
46695
  Object.defineProperty(rT, "__esModule", { value: !0 });
46696
46696
  rT.QOpDescView = void 0;
46697
- const QTe = ne, GTe = ii, KU = Fy, WTe = Ds, u7 = Dn, VTe = Fc;
46697
+ const QTe = ne, GTe = ii, KU = Fy, WTe = Ds, uN = Dn, VTe = Fc;
46698
46698
  class YTe extends VTe.View {
46699
46699
  constructor(e) {
46700
46700
  super({ operation: e }), this.operation = e, this.elementType = "qopdesc-view";
@@ -46718,13 +46718,13 @@ class YTe extends VTe.View {
46718
46718
  const s = new KU.QOpDesc([]), o = new KU.QOpDesc([]);
46719
46719
  for (const u of this.operation.list)
46720
46720
  switch (u.queryRefinementStage) {
46721
- case u7.LegalRefinementStage.Head:
46721
+ case uN.LegalRefinementStage.Head:
46722
46722
  s.push(u);
46723
46723
  break;
46724
- case u7.LegalRefinementStage.Single:
46724
+ case uN.LegalRefinementStage.Single:
46725
46725
  u.log("Illegal in refinement of a query with more than one stage");
46726
46726
  break;
46727
- case u7.LegalRefinementStage.Tail:
46727
+ case uN.LegalRefinementStage.Tail:
46728
46728
  o.push(u);
46729
46729
  break;
46730
46730
  default:
@@ -46997,7 +46997,7 @@ var I0 = {}, dl = {};
46997
46997
  Object.defineProperty(dl, "__esModule", { value: !0 });
46998
46998
  dl.findReferences = dl.deprecatedParseTableURI = dl.constructTableKey = void 0;
46999
46999
  const _6e = ud, pD = In;
47000
- function a7(t) {
47000
+ function aN(t) {
47001
47001
  const e = (0, pD.getStringIfShort)(t);
47002
47002
  if (e)
47003
47003
  return e;
@@ -47022,15 +47022,15 @@ class C6e {
47022
47022
  });
47023
47023
  }
47024
47024
  enterTableMethod(e) {
47025
- const n = (0, pD.getId)(e.connectionId()), r = a7(e.tablePath()), i = this.trans.rangeFromContext(e);
47025
+ const n = (0, pD.getId)(e.connectionId()), r = aN(e.tablePath()), i = this.trans.rangeFromContext(e);
47026
47026
  this.registerTableReference(n, r, i);
47027
47027
  }
47028
47028
  enterTableFunction(e) {
47029
- const n = a7(e.tableURI()), { connectionName: r, tablePath: i } = dZ(n), s = this.trans.rangeFromContext(e);
47029
+ const n = aN(e.tableURI()), { connectionName: r, tablePath: i } = dZ(n), s = this.trans.rangeFromContext(e);
47030
47030
  this.registerTableReference(r, i, s);
47031
47031
  }
47032
47032
  enterImportURL(e) {
47033
- const n = a7(e);
47033
+ const n = aN(e);
47034
47034
  this.needImports[n] || (this.needImports[n] = this.trans.rangeFromContext(e));
47035
47035
  }
47036
47036
  }
@@ -47245,13 +47245,13 @@ var vT = {}, uRe = N && N.__createBinding || (Object.create ? function(t, e, n,
47245
47245
  };
47246
47246
  Object.defineProperty(vT, "__esModule", { value: !0 });
47247
47247
  vT.MalloyToAST = void 0;
47248
- const nq = U5, cRe = sy, ie = lRe(nb), fRe = Sr, xRe = nb, jn = In, l7 = ne, dRe = zl;
47248
+ const nq = U5, cRe = sy, ie = lRe(nb), fRe = Sr, xRe = nb, jn = In, lN = ne, dRe = zl;
47249
47249
  class rq extends ie.SourceQueryElement {
47250
47250
  constructor() {
47251
47251
  super(...arguments), this.elementType = "parseErrorSourceQuery";
47252
47252
  }
47253
47253
  }
47254
- class c7 extends ie.MalloyElement {
47254
+ class cN extends ie.MalloyElement {
47255
47255
  constructor(e) {
47256
47256
  super(), this.elementType = "ignoredByParser", this.malloySrc = e;
47257
47257
  }
@@ -47315,7 +47315,7 @@ class pRe extends cRe.AbstractParseTreeVisitor {
47315
47315
  const i = [];
47316
47316
  for (const s of e) {
47317
47317
  const o = n(s);
47318
- o ? i.push(o) : s instanceof c7 || this.astError(s, `Parser enountered unexpected statement type '${s.elementType}' when it needed '${r}'`);
47318
+ o ? i.push(o) : s instanceof cN || this.astError(s, `Parser enountered unexpected statement type '${s.elementType}' when it needed '${r}'`);
47319
47319
  }
47320
47320
  return i;
47321
47321
  }
@@ -47474,7 +47474,7 @@ class pRe extends cRe.AbstractParseTreeVisitor {
47474
47474
  visitJoinOn(e) {
47475
47475
  var n;
47476
47476
  const r = this.getModelEntryName(e.joinNameDef()), { joinFrom: i, notes: s } = this.getJoinSource(r, e.isExplore()), o = new ie.ExpressionJoin(r, i), u = e.joinExpression(), a = ((n = e.matrixOperation()) === null || n === void 0 ? void 0 : n.text.toLocaleLowerCase()) || "left";
47477
- return (0, l7.isMatrixOperation)(a) ? o.matrixOperation = a : this.contextError(e, "Internal Error: Unknown matrixOperation"), u && (o.joinOn = this.getFieldExpr(u)), o.extendNote({ notes: this.getNotes(e).concat(s) }), this.astAt(o, e);
47477
+ return (0, lN.isMatrixOperation)(a) ? o.matrixOperation = a : this.contextError(e, "Internal Error: Unknown matrixOperation"), u && (o.joinOn = this.getFieldExpr(u)), o.extendNote({ notes: this.getNotes(e).concat(s) }), this.astAt(o, e);
47478
47478
  }
47479
47479
  visitJoinWith(e) {
47480
47480
  const n = this.getModelEntryName(e.joinNameDef()), { joinFrom: r, notes: i } = this.getJoinSource(n, e.isExplore()), s = this.getFieldExpr(e.fieldExpr()), o = new ie.KeyJoin(n, r, s);
@@ -47911,7 +47911,7 @@ class pRe extends cRe.AbstractParseTreeVisitor {
47911
47911
  const n = e.malloyType();
47912
47912
  if (n) {
47913
47913
  const i = n.text;
47914
- if ((0, l7.isCastType)(i))
47914
+ if ((0, lN.isCastType)(i))
47915
47915
  return i;
47916
47916
  throw this.internalError(e, `unknown type '${i}'`);
47917
47917
  }
@@ -47942,7 +47942,7 @@ class pRe extends cRe.AbstractParseTreeVisitor {
47942
47942
  var n, r;
47943
47943
  const i = e.argumentList(), s = i ? this.allFieldExpressions(i.fieldExpr()) : [], o = e.EXCLAM() !== void 0, u = (n = e.malloyType()) === null || n === void 0 ? void 0 : n.text;
47944
47944
  let a;
47945
- u && ((0, l7.isCastType)(u) ? a = u : (this.contextError(e, `'#' assertion for unknown type '${u}'`), a = void 0));
47945
+ u && ((0, lN.isCastType)(u) ? a = u : (this.contextError(e, `'#' assertion for unknown type '${u}'`), a = void 0));
47946
47946
  let l = (0, jn.getOptionalId)(e) || ((r = e.timeframe()) === null || r === void 0 ? void 0 : r.text);
47947
47947
  return l === void 0 && (this.contextError(e, "Function name error"), l = "FUNCTION_NAME_ERROR"), ie.ExprTimeExtract.extractor(l) ? this.astAt(new ie.ExprTimeExtract(l, s), e) : this.astAt(new ie.ExprFunc(l, s, o, a), e);
47948
47948
  }
@@ -48016,10 +48016,10 @@ class pRe extends cRe.AbstractParseTreeVisitor {
48016
48016
  return this.compilerFlags = r.getCompilerFlags(this.compilerFlags, this.msgLog), r;
48017
48017
  }
48018
48018
  visitIgnoredObjectAnnotations(e) {
48019
- return this.contextError(e, "Object annotation not connected to any object"), new c7(e.text);
48019
+ return this.contextError(e, "Object annotation not connected to any object"), new cN(e.text);
48020
48020
  }
48021
48021
  visitIgnoredModelAnnotations(e) {
48022
- return this.contextError(e, "Model annotations not allowed at this scope"), new c7(e.text);
48022
+ return this.contextError(e, "Model annotations not allowed at this scope"), new cN(e.text);
48023
48023
  }
48024
48024
  visitDefExploreAnnotation(e) {
48025
48025
  const n = this.getNotes(e);
@@ -48635,7 +48635,7 @@ var PRe = N && N.__createBinding || (Object.create ? function(t, e, n, r) {
48635
48635
  };
48636
48636
  Object.defineProperty(Mu, "__esModule", { value: !0 });
48637
48637
  Mu.MalloyParserErrorHandler = Mu.MalloyTranslator = Mu.MalloyChildTranslator = Mu.MalloyTranslation = void 0;
48638
- const iq = U5, URe = IC, qRe = F, mZ = jRe(nb), zRe = vT, HRe = ST, QRe = dl, f7 = _T, GRe = CT, WRe = bT, VRe = TT, YRe = RT, u4 = OT, KRe = Py, yZ = zl, XRe = NT;
48638
+ const iq = U5, URe = IC, qRe = F, mZ = jRe(nb), zRe = vT, HRe = ST, QRe = dl, fN = _T, GRe = CT, WRe = bT, VRe = TT, YRe = RT, u4 = OT, KRe = Py, yZ = zl, XRe = NT;
48639
48639
  class JRe extends URe.MalloyLexer {
48640
48640
  popMode() {
48641
48641
  return this._modeStack.isEmpty ? this._mode : super.popMode();
@@ -49141,7 +49141,7 @@ class EZ extends pL {
49141
49141
  Mu.MalloyChildTranslator = EZ;
49142
49142
  class uOe extends pL {
49143
49143
  constructor(e, n = null, r = null) {
49144
- super(e, n), this.schemaZone = new f7.Zone(), this.importZone = new f7.Zone(), this.sqlQueryZone = new f7.Zone(), this.logger = new HRe.MessageLog(), this.root = this, r && this.update(r);
49144
+ super(e, n), this.schemaZone = new fN.Zone(), this.importZone = new fN.Zone(), this.sqlQueryZone = new fN.Zone(), this.logger = new HRe.MessageLog(), this.root = this, r && this.update(r);
49145
49145
  }
49146
49146
  update(e) {
49147
49147
  var n, r, i;
@@ -49207,7 +49207,7 @@ e2.exploreQueryWalkerBuilder = lOe;
49207
49207
  var Ne = {};
49208
49208
  Object.defineProperty(Ne, "__esModule", { value: !0 });
49209
49209
  Ne.CSVWriter = Ne.JSONWriter = Ne.DataWriter = Ne.DataRecord = Ne.DataArray = Ne.Result = Ne.ExploreMaterializer = Ne.SQLBlockMaterializer = Ne.PreparedResultMaterializer = Ne.QueryMaterializer = Ne.ModelMaterializer = Ne.SingleConnectionRuntime = Ne.ConnectionRuntime = Ne.Runtime = Ne.ExploreField = Ne.JoinRelationship = Ne.QueryField = Ne.Query = Ne.StringField = Ne.UnsupportedField = Ne.JSONField = Ne.BooleanField = Ne.NumberField = Ne.TimestampField = Ne.DateField = Ne.TimestampTimeframe = Ne.DateTimeframe = Ne.AtomicField = Ne.AtomicFieldType = Ne.Explore = Ne.SourceRelationship = Ne.FixedConnectionMap = Ne.InMemoryURLReader = Ne.EmptyURLReader = Ne.PreparedResult = Ne.DocumentCompletion = Ne.DocumentSymbol = Ne.DocumentPosition = Ne.DocumentRange = Ne.Parse = Ne.PreparedQuery = Ne.Model = Ne.MalloyError = Ne.Malloy = void 0;
49210
- const cOe = _w, $0 = ca, fOe = rZ, Rn = zl, x7 = S_;
49210
+ const cOe = _w, $0 = ca, fOe = rZ, Rn = zl, xN = S_;
49211
49211
  class ln {
49212
49212
  // TODO load from file built during release
49213
49213
  static get version() {
@@ -50575,14 +50575,14 @@ class hOe extends CL {
50575
50575
  }
50576
50576
  }
50577
50577
  get supportsNesting() {
50578
- return (0, x7.getDialect)(this.connection.dialectName).supportsNesting;
50578
+ return (0, xN.getDialect)(this.connection.dialectName).supportsNesting;
50579
50579
  }
50580
50580
  // quote a column name
50581
50581
  quote(e) {
50582
- return (0, x7.getDialect)(this.connection.dialectName).sqlMaybeQuoteIdentifier(e);
50582
+ return (0, xN.getDialect)(this.connection.dialectName).sqlMaybeQuoteIdentifier(e);
50583
50583
  }
50584
50584
  get dialect() {
50585
- return (0, x7.getDialect)(this.connection.dialectName);
50585
+ return (0, xN.getDialect)(this.connection.dialectName);
50586
50586
  }
50587
50587
  getQuoter() {
50588
50588
  return (e) => this.quote(e.toString());
@@ -51918,105 +51918,105 @@ function VOe(t) {
51918
51918
  return WOe.call(t);
51919
51919
  }
51920
51920
  var YOe = VOe, oq = TL, KOe = QOe, XOe = YOe, JOe = "[object Null]", ZOe = "[object Undefined]", uq = oq ? oq.toStringTag : void 0;
51921
- function e7e(t) {
51921
+ function eNe(t) {
51922
51922
  return t == null ? t === void 0 ? ZOe : JOe : uq && uq in Object(t) ? KOe(t) : XOe(t);
51923
51923
  }
51924
- var t7e = e7e;
51925
- function n7e(t) {
51924
+ var tNe = eNe;
51925
+ function nNe(t) {
51926
51926
  return t != null && typeof t == "object";
51927
51927
  }
51928
- var r7e = n7e, i7e = t7e, s7e = r7e, o7e = "[object Symbol]";
51929
- function u7e(t) {
51930
- return typeof t == "symbol" || s7e(t) && i7e(t) == o7e;
51928
+ var rNe = nNe, iNe = tNe, sNe = rNe, oNe = "[object Symbol]";
51929
+ function uNe(t) {
51930
+ return typeof t == "symbol" || sNe(t) && iNe(t) == oNe;
51931
51931
  }
51932
- var a7e = u7e, aq = TL, l7e = MOe, c7e = UOe, f7e = a7e, x7e = 1 / 0, lq = aq ? aq.prototype : void 0, cq = lq ? lq.toString : void 0;
51932
+ var aNe = uNe, aq = TL, lNe = MOe, cNe = UOe, fNe = aNe, xNe = 1 / 0, lq = aq ? aq.prototype : void 0, cq = lq ? lq.toString : void 0;
51933
51933
  function UZ(t) {
51934
51934
  if (typeof t == "string")
51935
51935
  return t;
51936
- if (c7e(t))
51937
- return l7e(t, UZ) + "";
51938
- if (f7e(t))
51936
+ if (cNe(t))
51937
+ return lNe(t, UZ) + "";
51938
+ if (fNe(t))
51939
51939
  return cq ? cq.call(t) : "";
51940
51940
  var e = t + "";
51941
- return e == "0" && 1 / t == -x7e ? "-0" : e;
51941
+ return e == "0" && 1 / t == -xNe ? "-0" : e;
51942
51942
  }
51943
- var d7e = UZ, h7e = d7e;
51944
- function p7e(t) {
51945
- return t == null ? "" : h7e(t);
51943
+ var dNe = UZ, hNe = dNe;
51944
+ function pNe(t) {
51945
+ return t == null ? "" : hNe(t);
51946
51946
  }
51947
- var RL = p7e, g7e = NOe, m7e = RL, y7e = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, E7e = "\\u0300-\\u036f", A7e = "\\ufe20-\\ufe2f", v7e = "\\u20d0-\\u20ff", S7e = E7e + A7e + v7e, _7e = "[" + S7e + "]", C7e = RegExp(_7e, "g");
51948
- function b7e(t) {
51949
- return t = m7e(t), t && t.replace(y7e, g7e).replace(C7e, "");
51947
+ var RL = pNe, gNe = NOe, mNe = RL, yNe = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, ENe = "\\u0300-\\u036f", ANe = "\\ufe20-\\ufe2f", vNe = "\\u20d0-\\u20ff", SNe = ENe + ANe + vNe, _Ne = "[" + SNe + "]", CNe = RegExp(_Ne, "g");
51948
+ function bNe(t) {
51949
+ return t = mNe(t), t && t.replace(yNe, gNe).replace(CNe, "");
51950
51950
  }
51951
- var T7e = b7e, R7e = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
51952
- function O7e(t) {
51953
- return t.match(R7e) || [];
51951
+ var TNe = bNe, RNe = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
51952
+ function ONe(t) {
51953
+ return t.match(RNe) || [];
51954
51954
  }
51955
- var N7e = O7e, D7e = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;
51956
- function F7e(t) {
51957
- return D7e.test(t);
51955
+ var NNe = ONe, DNe = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;
51956
+ function FNe(t) {
51957
+ return DNe.test(t);
51958
51958
  }
51959
- var w7e = F7e, qZ = "\\ud800-\\udfff", L7e = "\\u0300-\\u036f", I7e = "\\ufe20-\\ufe2f", $7e = "\\u20d0-\\u20ff", B7e = L7e + I7e + $7e, zZ = "\\u2700-\\u27bf", HZ = "a-z\\xdf-\\xf6\\xf8-\\xff", k7e = "\\xac\\xb1\\xd7\\xf7", P7e = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", M7e = "\\u2000-\\u206f", j7e = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", QZ = "A-Z\\xc0-\\xd6\\xd8-\\xde", U7e = "\\ufe0e\\ufe0f", GZ = k7e + P7e + M7e + j7e, WZ = "['’]", fq = "[" + GZ + "]", q7e = "[" + B7e + "]", VZ = "\\d+", z7e = "[" + zZ + "]", YZ = "[" + HZ + "]", KZ = "[^" + qZ + GZ + VZ + zZ + HZ + QZ + "]", H7e = "\\ud83c[\\udffb-\\udfff]", Q7e = "(?:" + q7e + "|" + H7e + ")", G7e = "[^" + qZ + "]", XZ = "(?:\\ud83c[\\udde6-\\uddff]){2}", JZ = "[\\ud800-\\udbff][\\udc00-\\udfff]", ih = "[" + QZ + "]", W7e = "\\u200d", xq = "(?:" + YZ + "|" + KZ + ")", V7e = "(?:" + ih + "|" + KZ + ")", dq = "(?:" + WZ + "(?:d|ll|m|re|s|t|ve))?", hq = "(?:" + WZ + "(?:D|LL|M|RE|S|T|VE))?", ZZ = Q7e + "?", eee = "[" + U7e + "]?", Y7e = "(?:" + W7e + "(?:" + [G7e, XZ, JZ].join("|") + ")" + eee + ZZ + ")*", K7e = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", X7e = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", J7e = eee + ZZ + Y7e, Z7e = "(?:" + [z7e, XZ, JZ].join("|") + ")" + J7e, eNe = RegExp([
51959
+ var wNe = FNe, qZ = "\\ud800-\\udfff", LNe = "\\u0300-\\u036f", INe = "\\ufe20-\\ufe2f", $Ne = "\\u20d0-\\u20ff", BNe = LNe + INe + $Ne, zZ = "\\u2700-\\u27bf", HZ = "a-z\\xdf-\\xf6\\xf8-\\xff", kNe = "\\xac\\xb1\\xd7\\xf7", PNe = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", MNe = "\\u2000-\\u206f", jNe = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", QZ = "A-Z\\xc0-\\xd6\\xd8-\\xde", UNe = "\\ufe0e\\ufe0f", GZ = kNe + PNe + MNe + jNe, WZ = "['’]", fq = "[" + GZ + "]", qNe = "[" + BNe + "]", VZ = "\\d+", zNe = "[" + zZ + "]", YZ = "[" + HZ + "]", KZ = "[^" + qZ + GZ + VZ + zZ + HZ + QZ + "]", HNe = "\\ud83c[\\udffb-\\udfff]", QNe = "(?:" + qNe + "|" + HNe + ")", GNe = "[^" + qZ + "]", XZ = "(?:\\ud83c[\\udde6-\\uddff]){2}", JZ = "[\\ud800-\\udbff][\\udc00-\\udfff]", ih = "[" + QZ + "]", WNe = "\\u200d", xq = "(?:" + YZ + "|" + KZ + ")", VNe = "(?:" + ih + "|" + KZ + ")", dq = "(?:" + WZ + "(?:d|ll|m|re|s|t|ve))?", hq = "(?:" + WZ + "(?:D|LL|M|RE|S|T|VE))?", ZZ = QNe + "?", eee = "[" + UNe + "]?", YNe = "(?:" + WNe + "(?:" + [GNe, XZ, JZ].join("|") + ")" + eee + ZZ + ")*", KNe = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", XNe = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", JNe = eee + ZZ + YNe, ZNe = "(?:" + [zNe, XZ, JZ].join("|") + ")" + JNe, e7e = RegExp([
51960
51960
  ih + "?" + YZ + "+" + dq + "(?=" + [fq, ih, "$"].join("|") + ")",
51961
- V7e + "+" + hq + "(?=" + [fq, ih + xq, "$"].join("|") + ")",
51961
+ VNe + "+" + hq + "(?=" + [fq, ih + xq, "$"].join("|") + ")",
51962
51962
  ih + "?" + xq + "+" + dq,
51963
51963
  ih + "+" + hq,
51964
- X7e,
51965
- K7e,
51964
+ XNe,
51965
+ KNe,
51966
51966
  VZ,
51967
- Z7e
51967
+ ZNe
51968
51968
  ].join("|"), "g");
51969
- function tNe(t) {
51970
- return t.match(eNe) || [];
51969
+ function t7e(t) {
51970
+ return t.match(e7e) || [];
51971
51971
  }
51972
- var nNe = tNe, rNe = N7e, iNe = w7e, sNe = RL, oNe = nNe;
51973
- function uNe(t, e, n) {
51974
- return t = sNe(t), e = n ? void 0 : e, e === void 0 ? iNe(t) ? oNe(t) : rNe(t) : t.match(e) || [];
51972
+ var n7e = t7e, r7e = NNe, i7e = wNe, s7e = RL, o7e = n7e;
51973
+ function u7e(t, e, n) {
51974
+ return t = s7e(t), e = n ? void 0 : e, e === void 0 ? i7e(t) ? o7e(t) : r7e(t) : t.match(e) || [];
51975
51975
  }
51976
- var aNe = uNe, lNe = _Oe, cNe = T7e, fNe = aNe, xNe = "['’]", dNe = RegExp(xNe, "g");
51977
- function hNe(t) {
51976
+ var a7e = u7e, l7e = _Oe, c7e = TNe, f7e = a7e, x7e = "['’]", d7e = RegExp(x7e, "g");
51977
+ function h7e(t) {
51978
51978
  return function(e) {
51979
- return lNe(fNe(cNe(e).replace(dNe, "")), t, "");
51979
+ return l7e(f7e(c7e(e).replace(d7e, "")), t, "");
51980
51980
  };
51981
51981
  }
51982
- var pNe = hNe;
51983
- function gNe(t, e, n) {
51982
+ var p7e = h7e;
51983
+ function g7e(t, e, n) {
51984
51984
  var r = -1, i = t.length;
51985
51985
  e < 0 && (e = -e > i ? 0 : i + e), n = n > i ? i : n, n < 0 && (n += i), i = e > n ? 0 : n - e >>> 0, e >>>= 0;
51986
51986
  for (var s = Array(i); ++r < i; )
51987
51987
  s[r] = t[r + e];
51988
51988
  return s;
51989
51989
  }
51990
- var mNe = gNe, yNe = mNe;
51991
- function ENe(t, e, n) {
51990
+ var m7e = g7e, y7e = m7e;
51991
+ function E7e(t, e, n) {
51992
51992
  var r = t.length;
51993
- return n = n === void 0 ? r : n, !e && n >= r ? t : yNe(t, e, n);
51993
+ return n = n === void 0 ? r : n, !e && n >= r ? t : y7e(t, e, n);
51994
51994
  }
51995
- var ANe = ENe, vNe = "\\ud800-\\udfff", SNe = "\\u0300-\\u036f", _Ne = "\\ufe20-\\ufe2f", CNe = "\\u20d0-\\u20ff", bNe = SNe + _Ne + CNe, TNe = "\\ufe0e\\ufe0f", RNe = "\\u200d", ONe = RegExp("[" + RNe + vNe + bNe + TNe + "]");
51996
- function NNe(t) {
51997
- return ONe.test(t);
51995
+ var A7e = E7e, v7e = "\\ud800-\\udfff", S7e = "\\u0300-\\u036f", _7e = "\\ufe20-\\ufe2f", C7e = "\\u20d0-\\u20ff", b7e = S7e + _7e + C7e, T7e = "\\ufe0e\\ufe0f", R7e = "\\u200d", O7e = RegExp("[" + R7e + v7e + b7e + T7e + "]");
51996
+ function N7e(t) {
51997
+ return O7e.test(t);
51998
51998
  }
51999
- var tee = NNe;
52000
- function DNe(t) {
51999
+ var tee = N7e;
52000
+ function D7e(t) {
52001
52001
  return t.split("");
52002
52002
  }
52003
- var FNe = DNe, nee = "\\ud800-\\udfff", wNe = "\\u0300-\\u036f", LNe = "\\ufe20-\\ufe2f", INe = "\\u20d0-\\u20ff", $Ne = wNe + LNe + INe, BNe = "\\ufe0e\\ufe0f", kNe = "[" + nee + "]", yD = "[" + $Ne + "]", ED = "\\ud83c[\\udffb-\\udfff]", PNe = "(?:" + yD + "|" + ED + ")", ree = "[^" + nee + "]", iee = "(?:\\ud83c[\\udde6-\\uddff]){2}", see = "[\\ud800-\\udbff][\\udc00-\\udfff]", MNe = "\\u200d", oee = PNe + "?", uee = "[" + BNe + "]?", jNe = "(?:" + MNe + "(?:" + [ree, iee, see].join("|") + ")" + uee + oee + ")*", UNe = uee + oee + jNe, qNe = "(?:" + [ree + yD + "?", yD, iee, see, kNe].join("|") + ")", zNe = RegExp(ED + "(?=" + ED + ")|" + qNe + UNe, "g");
52004
- function HNe(t) {
52005
- return t.match(zNe) || [];
52003
+ var F7e = D7e, nee = "\\ud800-\\udfff", w7e = "\\u0300-\\u036f", L7e = "\\ufe20-\\ufe2f", I7e = "\\u20d0-\\u20ff", $7e = w7e + L7e + I7e, B7e = "\\ufe0e\\ufe0f", k7e = "[" + nee + "]", yD = "[" + $7e + "]", ED = "\\ud83c[\\udffb-\\udfff]", P7e = "(?:" + yD + "|" + ED + ")", ree = "[^" + nee + "]", iee = "(?:\\ud83c[\\udde6-\\uddff]){2}", see = "[\\ud800-\\udbff][\\udc00-\\udfff]", M7e = "\\u200d", oee = P7e + "?", uee = "[" + B7e + "]?", j7e = "(?:" + M7e + "(?:" + [ree, iee, see].join("|") + ")" + uee + oee + ")*", U7e = uee + oee + j7e, q7e = "(?:" + [ree + yD + "?", yD, iee, see, k7e].join("|") + ")", z7e = RegExp(ED + "(?=" + ED + ")|" + q7e + U7e, "g");
52004
+ function H7e(t) {
52005
+ return t.match(z7e) || [];
52006
52006
  }
52007
- var QNe = HNe, GNe = FNe, WNe = tee, VNe = QNe;
52008
- function YNe(t) {
52009
- return WNe(t) ? VNe(t) : GNe(t);
52007
+ var Q7e = H7e, G7e = F7e, W7e = tee, V7e = Q7e;
52008
+ function Y7e(t) {
52009
+ return W7e(t) ? V7e(t) : G7e(t);
52010
52010
  }
52011
- var KNe = YNe, XNe = ANe, JNe = tee, ZNe = KNe, eDe = RL;
52011
+ var K7e = Y7e, X7e = A7e, J7e = tee, Z7e = K7e, eDe = RL;
52012
52012
  function tDe(t) {
52013
52013
  return function(e) {
52014
52014
  e = eDe(e);
52015
- var n = JNe(e) ? ZNe(e) : void 0, r = n ? n[0] : e.charAt(0), i = n ? XNe(n, 1).join("") : e.slice(1);
52015
+ var n = J7e(e) ? Z7e(e) : void 0, r = n ? n[0] : e.charAt(0), i = n ? X7e(n, 1).join("") : e.slice(1);
52016
52016
  return r[t]() + i;
52017
52017
  };
52018
52018
  }
52019
- var nDe = tDe, rDe = nDe, iDe = rDe("toUpperCase"), sDe = iDe, oDe = pNe, uDe = sDe, aDe = oDe(function(t, e, n) {
52019
+ var nDe = tDe, rDe = nDe, iDe = rDe("toUpperCase"), sDe = iDe, oDe = p7e, uDe = sDe, aDe = oDe(function(t, e, n) {
52020
52020
  return t + (n ? " " : "") + uDe(e);
52021
52021
  }), lDe = aDe;
52022
52022
  const cDe = /* @__PURE__ */ v_(lDe);
@@ -52124,12 +52124,12 @@ function fDe(t, e) {
52124
52124
  n.millisecond
52125
52125
  );
52126
52126
  }
52127
- let d7;
52127
+ let dN;
52128
52128
  const xDe = 100;
52129
52129
  async function c4() {
52130
52130
  const t = Date.now();
52131
- if (!(d7 && t < d7 + xDe))
52132
- return d7 = t, new Promise((e) => {
52131
+ if (!(dN && t < dN + xDe))
52132
+ return dN = t, new Promise((e) => {
52133
52133
  setTimeout(e, 0);
52134
52134
  });
52135
52135
  }
@@ -52414,7 +52414,7 @@ class OL extends IT {
52414
52414
  )
52415
52415
  );
52416
52416
  const g = this.document.createElement("div");
52417
- g.style.cssText = h7, g.appendChild(h), p.appendChild(m), p.appendChild(g), u.appendChild(p);
52417
+ g.style.cssText = hN, g.appendChild(h), p.appendChild(m), p.appendChild(g), u.appendChild(p);
52418
52418
  }
52419
52419
  if (r.length > 0) {
52420
52420
  const f = this.document.createElement("div");
@@ -52446,7 +52446,7 @@ class OL extends IT {
52446
52446
  )
52447
52447
  );
52448
52448
  const g = this.document.createElement("div");
52449
- g.style.cssText = h7;
52449
+ g.style.cssText = hN;
52450
52450
  const y = this.document.createElement("div");
52451
52451
  y.style.cssText = ODe, y.appendChild(h), g.appendChild(y), p.appendChild(m), p.appendChild(g), l.appendChild(p);
52452
52452
  } else {
@@ -52463,7 +52463,7 @@ class OL extends IT {
52463
52463
  )
52464
52464
  );
52465
52465
  const g = this.document.createElement("div");
52466
- g.style.cssText = h7;
52466
+ g.style.cssText = hN;
52467
52467
  const y = this.document.createElement("div");
52468
52468
  y.style.cssText = NDe, y.appendChild(h), g.appendChild(y), p.appendChild(m), p.appendChild(g), l.appendChild(p);
52469
52469
  }
@@ -52550,7 +52550,7 @@ const vDe = `
52550
52550
  justify-content: center;
52551
52551
  align-items: center;
52552
52552
  margin-top: 5px;
52553
- `, h7 = `
52553
+ `, hN = `
52554
52554
  display: flex;
52555
52555
  flex-direction: column;
52556
52556
  justify-content: center;
@@ -106685,7 +106685,7 @@ function Q8e(t) {
106685
106685
  return { arc: "always" };
106686
106686
  }
106687
106687
  }
106688
- function p7(t) {
106688
+ function pN(t) {
106689
106689
  switch (t) {
106690
106690
  case En:
106691
106691
  case Er:
@@ -107219,7 +107219,7 @@ function IFe(t) {
107219
107219
  function $Fe(t) {
107220
107220
  return `Facet encoding dropped as ${t.join(" and ")} ${t.length > 1 ? "are" : "is"} also specified.`;
107221
107221
  }
107222
- function g7(t, e) {
107222
+ function gN(t, e) {
107223
107223
  return `Using discrete channel "${t}" to encode "${e}" field can be misleading as it does not encode ${e === "ordinal" ? "order" : "magnitude"}.`;
107224
107224
  }
107225
107225
  function BFe(t) {
@@ -107575,7 +107575,7 @@ function Nwe(t) {
107575
107575
  var e;
107576
107576
  return gte(t) && t.timeUnit ? Object.assign(Object.assign({}, t), { timeUnit: (e = ki(t.timeUnit)) === null || e === void 0 ? void 0 : e.unit }) : t;
107577
107577
  }
107578
- var $q = {}, m7 = {}, y7 = 34, rg = 10, E7 = 13;
107578
+ var $q = {}, mN = {}, yN = 34, rg = 10, EN = 13;
107579
107579
  function yte(t) {
107580
107580
  return new Function("d", "return {" + t.map(function(e, n) {
107581
107581
  return JSON.stringify(e) + ": d[" + n + '] || ""';
@@ -107618,22 +107618,22 @@ function Lwe(t) {
107618
107618
  }
107619
107619
  function i(f, x) {
107620
107620
  var h = [], p = f.length, m = 0, g = 0, y, E = p <= 0, A = !1;
107621
- f.charCodeAt(p - 1) === rg && --p, f.charCodeAt(p - 1) === E7 && --p;
107621
+ f.charCodeAt(p - 1) === rg && --p, f.charCodeAt(p - 1) === EN && --p;
107622
107622
  function v() {
107623
107623
  if (E)
107624
- return m7;
107624
+ return mN;
107625
107625
  if (A)
107626
107626
  return A = !1, $q;
107627
107627
  var C, _ = m, b;
107628
- if (f.charCodeAt(_) === y7) {
107629
- for (; m++ < p && f.charCodeAt(m) !== y7 || f.charCodeAt(++m) === y7; )
107628
+ if (f.charCodeAt(_) === yN) {
107629
+ for (; m++ < p && f.charCodeAt(m) !== yN || f.charCodeAt(++m) === yN; )
107630
107630
  ;
107631
- return (C = m) >= p ? E = !0 : (b = f.charCodeAt(m++)) === rg ? A = !0 : b === E7 && (A = !0, f.charCodeAt(m) === rg && ++m), f.slice(_ + 1, C - 1).replace(/""/g, '"');
107631
+ return (C = m) >= p ? E = !0 : (b = f.charCodeAt(m++)) === rg ? A = !0 : b === EN && (A = !0, f.charCodeAt(m) === rg && ++m), f.slice(_ + 1, C - 1).replace(/""/g, '"');
107632
107632
  }
107633
107633
  for (; m < p; ) {
107634
107634
  if ((b = f.charCodeAt(C = m++)) === rg)
107635
107635
  A = !0;
107636
- else if (b === E7)
107636
+ else if (b === EN)
107637
107637
  A = !0, f.charCodeAt(m) === rg && ++m;
107638
107638
  else if (b !== n)
107639
107639
  continue;
@@ -107641,8 +107641,8 @@ function Lwe(t) {
107641
107641
  }
107642
107642
  return E = !0, f.slice(_, p);
107643
107643
  }
107644
- for (; (y = v()) !== m7; ) {
107645
- for (var S = []; y !== $q && y !== m7; )
107644
+ for (; (y = v()) !== mN; ) {
107645
+ for (var S = []; y !== $q && y !== mN; )
107646
107646
  S.push(y), y = v();
107647
107647
  x && (S = x(S, g++)) == null || h.push(S);
107648
107648
  }
@@ -108346,7 +108346,7 @@ function Ite(t, e) {
108346
108346
  function $te(t, e) {
108347
108347
  return t = Math.abs(t), e = Math.abs(e) - t, Math.max(0, i2(e) - i2(t)) + 1;
108348
108348
  }
108349
- const A7 = /* @__PURE__ */ new Date(), v7 = /* @__PURE__ */ new Date();
108349
+ const AN = /* @__PURE__ */ new Date(), vN = /* @__PURE__ */ new Date();
108350
108350
  function nr(t, e, n, r) {
108351
108351
  function i(s) {
108352
108352
  return t(s = arguments.length === 0 ? /* @__PURE__ */ new Date() : /* @__PURE__ */ new Date(+s)), s;
@@ -108377,7 +108377,7 @@ function nr(t, e, n, r) {
108377
108377
  for (; --u >= 0; )
108378
108378
  for (; e(o, 1), !s(o); )
108379
108379
  ;
108380
- }), n && (i.count = (s, o) => (A7.setTime(+s), v7.setTime(+o), t(A7), t(v7), Math.floor(n(A7, v7))), i.every = (s) => (s = Math.floor(s), !isFinite(s) || !(s > 0) ? null : s > 1 ? i.filter(r ? (o) => r(o) % s === 0 : (o) => i.count(0, o) % s === 0) : i)), i;
108380
+ }), n && (i.count = (s, o) => (AN.setTime(+s), vN.setTime(+o), t(AN), t(vN), Math.floor(n(AN, vN))), i.every = (s) => (s = Math.floor(s), !isFinite(s) || !(s > 0) ? null : s > 1 ? i.filter(r ? (o) => r(o) % s === 0 : (o) => i.count(0, o) % s === 0) : i)), i;
108381
108381
  }
108382
108382
  const s2 = nr(() => {
108383
108383
  }, (t, e) => {
@@ -108389,7 +108389,7 @@ s2.every = (t) => (t = Math.floor(t), !isFinite(t) || !(t > 0) ? null : t > 1 ?
108389
108389
  e.setTime(+e + n * t);
108390
108390
  }, (e, n) => (n - e) / t) : s2);
108391
108391
  s2.range;
108392
- const ol = 1e3, ao = ol * 60, ul = ao * 60, Nl = ul * 24, oI = Nl * 7, Hq = Nl * 30, S7 = Nl * 365, al = nr((t) => {
108392
+ const ol = 1e3, ao = ol * 60, ul = ao * 60, Nl = ul * 24, oI = Nl * 7, Hq = Nl * 30, SN = Nl * 365, al = nr((t) => {
108393
108393
  t.setTime(t - t.getMilliseconds());
108394
108394
  }, (t, e) => {
108395
108395
  t.setTime(+t + e * ol);
@@ -108521,7 +108521,7 @@ function kte(t, e, n, r, i, s) {
108521
108521
  [n, 1, oI],
108522
108522
  [e, 1, Hq],
108523
108523
  [e, 3, 3 * Hq],
108524
- [t, 1, S7]
108524
+ [t, 1, SN]
108525
108525
  ];
108526
108526
  function u(l, c, f) {
108527
108527
  const x = c < l;
@@ -108532,7 +108532,7 @@ function kte(t, e, n, r, i, s) {
108532
108532
  function a(l, c, f) {
108533
108533
  const x = Math.abs(c - l) / f, h = Yy(([, , g]) => g).right(o, x);
108534
108534
  if (h === o.length)
108535
- return t.every(nc(l / S7, c / S7, f));
108535
+ return t.every(nc(l / SN, c / SN, f));
108536
108536
  if (h === 0)
108537
108537
  return s2.every(Math.max(nc(l, c, f), 1));
108538
108538
  const [p, m] = o[x / o[h - 1][2] < o[h][2] / x ? h - 1 : h];
@@ -108540,12 +108540,12 @@ function kte(t, e, n, r, i, s) {
108540
108540
  }
108541
108541
  return [u, a];
108542
108542
  }
108543
- const [g9e, m9e] = kte(na, zm, _1, Bte, e6, JT), [y9e, E9e] = kte(ta, qm, S1, yl, ZT, XT), Jr = "year", ks = "quarter", Fi = "month", xr = "week", Ps = "date", _i = "day", Dl = "dayofyear", Ao = "hours", vo = "minutes", eu = "seconds", ra = "milliseconds", Pte = [Jr, ks, Fi, xr, Ps, _i, Dl, Ao, vo, eu, ra], _7 = Pte.reduce((t, e, n) => (t[e] = 1 + n, t), {});
108543
+ const [g9e, m9e] = kte(na, zm, _1, Bte, e6, JT), [y9e, E9e] = kte(ta, qm, S1, yl, ZT, XT), Jr = "year", ks = "quarter", Fi = "month", xr = "week", Ps = "date", _i = "day", Dl = "dayofyear", Ao = "hours", vo = "minutes", eu = "seconds", ra = "milliseconds", Pte = [Jr, ks, Fi, xr, Ps, _i, Dl, Ao, vo, eu, ra], _N = Pte.reduce((t, e, n) => (t[e] = 1 + n, t), {});
108544
108544
  function Mte(t) {
108545
108545
  const e = ke(t).slice(), n = {};
108546
108546
  return e.length || ve("Missing time unit."), e.forEach((i) => {
108547
- et(_7, i) ? n[i] = 1 : ve(`Invalid time unit: ${i}.`);
108548
- }), (n[xr] || n[_i] ? 1 : 0) + (n[ks] || n[Fi] || n[Ps] ? 1 : 0) + (n[Dl] ? 1 : 0) > 1 && ve(`Incompatible time units: ${t}`), e.sort((i, s) => _7[i] - _7[s]), e;
108547
+ et(_N, i) ? n[i] = 1 : ve(`Invalid time unit: ${i}.`);
108548
+ }), (n[xr] || n[_i] ? 1 : 0) + (n[ks] || n[Fi] || n[Ps] ? 1 : 0) + (n[Dl] ? 1 : 0) > 1 && ve(`Incompatible time units: ${t}`), e.sort((i, s) => _N[i] - _N[s]), e;
108549
108549
  }
108550
108550
  const A9e = {
108551
108551
  [Jr]: "%Y ",
@@ -108737,14 +108737,14 @@ function H9e(t) {
108737
108737
  step: o
108738
108738
  };
108739
108739
  }
108740
- function C7(t) {
108740
+ function CN(t) {
108741
108741
  if (0 <= t.y && t.y < 100) {
108742
108742
  var e = new Date(-1, t.m, t.d, t.H, t.M, t.S, t.L);
108743
108743
  return e.setFullYear(t.y), e;
108744
108744
  }
108745
108745
  return new Date(t.y, t.m, t.d, t.H, t.M, t.S, t.L);
108746
108746
  }
108747
- function b7(t) {
108747
+ function bN(t) {
108748
108748
  if (0 <= t.y && t.y < 100) {
108749
108749
  var e = new Date(Date.UTC(-1, t.m, t.d, t.H, t.M, t.S, t.L));
108750
108750
  return e.setUTCFullYear(t.y), e;
@@ -108876,10 +108876,10 @@ function Wte(t) {
108876
108876
  if ($ && !("Z" in Q) && (Q.Z = 0), "p" in Q && (Q.H = Q.H % 12 + Q.p * 12), Q.m === void 0 && (Q.m = "q" in Q ? Q.q : 0), "V" in Q) {
108877
108877
  if (Q.V < 1 || Q.V > 53)
108878
108878
  return null;
108879
- "w" in Q || (Q.w = 1), "Z" in Q ? (z = b7(og(Q.y, 0, 1)), P = z.getUTCDay(), z = P > 4 || P === 0 ? _4.ceil(z) : _4(z), z = B0.offset(z, (Q.V - 1) * 7), Q.y = z.getUTCFullYear(), Q.m = z.getUTCMonth(), Q.d = z.getUTCDate() + (Q.w + 6) % 7) : (z = C7(og(Q.y, 0, 1)), P = z.getDay(), z = P > 4 || P === 0 ? S4.ceil(z) : S4(z), z = yl.offset(z, (Q.V - 1) * 7), Q.y = z.getFullYear(), Q.m = z.getMonth(), Q.d = z.getDate() + (Q.w + 6) % 7);
108879
+ "w" in Q || (Q.w = 1), "Z" in Q ? (z = bN(og(Q.y, 0, 1)), P = z.getUTCDay(), z = P > 4 || P === 0 ? _4.ceil(z) : _4(z), z = B0.offset(z, (Q.V - 1) * 7), Q.y = z.getUTCFullYear(), Q.m = z.getUTCMonth(), Q.d = z.getUTCDate() + (Q.w + 6) % 7) : (z = CN(og(Q.y, 0, 1)), P = z.getDay(), z = P > 4 || P === 0 ? S4.ceil(z) : S4(z), z = yl.offset(z, (Q.V - 1) * 7), Q.y = z.getFullYear(), Q.m = z.getMonth(), Q.d = z.getDate() + (Q.w + 6) % 7);
108880
108880
  } else
108881
- ("W" in Q || "U" in Q) && ("w" in Q || (Q.w = "u" in Q ? Q.u % 7 : "W" in Q ? 1 : 0), P = "Z" in Q ? b7(og(Q.y, 0, 1)).getUTCDay() : C7(og(Q.y, 0, 1)).getDay(), Q.m = 0, Q.d = "W" in Q ? (Q.w + 6) % 7 + Q.W * 7 - (P + 5) % 7 : Q.w + Q.U * 7 - (P + 6) % 7);
108882
- return "Z" in Q ? (Q.H += Q.Z / 100 | 0, Q.M += Q.Z % 100, b7(Q)) : C7(Q);
108881
+ ("W" in Q || "U" in Q) && ("w" in Q || (Q.w = "u" in Q ? Q.u % 7 : "W" in Q ? 1 : 0), P = "Z" in Q ? bN(og(Q.y, 0, 1)).getUTCDay() : CN(og(Q.y, 0, 1)).getDay(), Q.m = 0, Q.d = "W" in Q ? (Q.w + 6) % 7 + Q.W * 7 - (P + 5) % 7 : Q.w + Q.U * 7 - (P + 6) % 7);
108882
+ return "Z" in Q ? (Q.H += Q.Z / 100 | 0, Q.M += Q.Z % 100, bN(Q)) : CN(Q);
108883
108883
  };
108884
108884
  }
108885
108885
  function b(D, $, j, Q) {
@@ -109463,7 +109463,7 @@ function one(t, e) {
109463
109463
  return t = fI(t, e), e && e.feature ? (n = kwe, i = e.feature) : e && e.mesh ? (n = Mwe, i = e.mesh, s = pIe[e.filter]) : ve("Missing TopoJSON feature or mesh parameter."), r = (r = t.objects[i]) ? n(t, r, s) : ve("Invalid TopoJSON object: " + i), r && r.features || [r];
109464
109464
  }
109465
109465
  one.responseType = "json";
109466
- const T7 = {
109466
+ const TN = {
109467
109467
  dsv: cI,
109468
109468
  csv: oz(","),
109469
109469
  tsv: oz(" "),
@@ -109471,7 +109471,7 @@ const T7 = {
109471
109471
  topojson: one
109472
109472
  };
109473
109473
  function une(t, e) {
109474
- return arguments.length > 1 ? (T7[t] = e, this) : et(T7, t) ? T7[t] : null;
109474
+ return arguments.length > 1 ? (TN[t] = e, this) : et(TN, t) ? TN[t] : null;
109475
109475
  }
109476
109476
  function gIe(t) {
109477
109477
  const e = une(t);
@@ -110024,7 +110024,7 @@ const b4 = {}, wu = 1, m0 = 2, Ya = 4, UIe = wu | m0, az = wu | Ya, Gd = wu | m0
110024
110024
  function Xf(t, e, n) {
110025
110025
  this.dataflow = t, this.stamp = e ?? -1, this.add = [], this.rem = [], this.mod = [], this.fields = null, this.encode = n || null;
110026
110026
  }
110027
- function R7(t, e) {
110027
+ function RN(t, e) {
110028
110028
  const n = [];
110029
110029
  return Nf(t, e, (r) => n.push(r)), n;
110030
110030
  }
@@ -110232,7 +110232,7 @@ Xf.prototype = {
110232
110232
  materialize(t) {
110233
110233
  t = t || Gd;
110234
110234
  const e = this;
110235
- return t & wu && e.addF && (e.add = R7(e.add, e.addF), e.addF = null), t & m0 && e.remF && (e.rem = R7(e.rem, e.remF), e.remF = null), t & Ya && e.modF && (e.mod = R7(e.mod, e.modF), e.modF = null), t & lg && e.srcF && (e.source = e.source.filter(e.srcF), e.srcF = null), e;
110235
+ return t & wu && e.addF && (e.add = RN(e.add, e.addF), e.addF = null), t & m0 && e.remF && (e.rem = RN(e.rem, e.remF), e.remF = null), t & Ya && e.modF && (e.mod = RN(e.mod, e.modF), e.modF = null), t & lg && e.srcF && (e.source = e.source.filter(e.srcF), e.srcF = null), e;
110236
110236
  },
110237
110237
  /**
110238
110238
  * Visit one or more tuple sets in this pulse.
@@ -111130,11 +111130,11 @@ function UD(t) {
111130
111130
  function Lne(t, e, n) {
111131
111131
  return n || t + (e ? "_" + e : "");
111132
111132
  }
111133
- const O7 = () => {
111133
+ const ON = () => {
111134
111134
  }, b$e = {
111135
- init: O7,
111136
- add: O7,
111137
- rem: O7,
111135
+ init: ON,
111136
+ add: ON,
111137
+ rem: ON,
111138
111138
  idx: 0
111139
111139
  }, Qm = {
111140
111140
  values: {
@@ -112505,15 +112505,15 @@ function Wne(t) {
112505
112505
  Fe(Wne, pe, {
112506
112506
  transform(t, e) {
112507
112507
  const n = e.dataflow;
112508
- return this._pending ? N7(this, e, this._pending) : V$e(t) ? e.StopPropagation : t.values ? N7(this, e, n.parse(t.values, t.format)) : t.async ? {
112508
+ return this._pending ? NN(this, e, this._pending) : V$e(t) ? e.StopPropagation : t.values ? NN(this, e, n.parse(t.values, t.format)) : t.async ? {
112509
112509
  async: n.request(t.url, t.format).then((i) => (this._pending = ke(i.data), (s) => s.touch(this)))
112510
- } : n.request(t.url, t.format).then((r) => N7(this, e, ke(r.data)));
112510
+ } : n.request(t.url, t.format).then((r) => NN(this, e, ke(r.data)));
112511
112511
  }
112512
112512
  });
112513
112513
  function V$e(t) {
112514
112514
  return t.modified("async") && !(t.modified("values") || t.modified("url") || t.modified("format"));
112515
112515
  }
112516
- function N7(t, e, n) {
112516
+ function NN(t, e, n) {
112517
112517
  n.forEach(kt);
112518
112518
  const r = e.fork(e.NO_FIELDS & e.NO_SOURCE);
112519
112519
  return r.rem = t.value, t.value = r.source = r.add = n, t._pending = null, r.rem.length && r.clean(!0), r;
@@ -113307,7 +113307,7 @@ function $t(t) {
113307
113307
  return t;
113308
113308
  };
113309
113309
  }
113310
- const mz = Math.abs, Ur = Math.atan2, _f = Math.cos, cBe = Math.max, D7 = Math.min, Tu = Math.sin, qf = Math.sqrt, Hr = 1e-12, l2 = Math.PI, T4 = l2 / 2, ore = 2 * l2;
113310
+ const mz = Math.abs, Ur = Math.atan2, _f = Math.cos, cBe = Math.max, DN = Math.min, Tu = Math.sin, qf = Math.sqrt, Hr = 1e-12, l2 = Math.PI, T4 = l2 / 2, ore = 2 * l2;
113311
113311
  function fBe(t) {
113312
113312
  return t > 1 ? 0 : t < -1 ? l2 : Math.acos(t);
113313
113313
  }
@@ -113440,7 +113440,7 @@ function ABe() {
113440
113440
  else if (g > ore - Hr)
113441
113441
  u.moveTo(h * _f(p), h * Tu(p)), u.arc(0, 0, h, p, m, !y), x > Hr && (u.moveTo(x * _f(m), x * Tu(m)), u.arc(0, 0, x, m, p, y));
113442
113442
  else {
113443
- var E = p, A = m, v = p, S = m, C = g, _ = g, b = o.apply(this, arguments) / 2, R = b > Hr && (r ? +r.apply(this, arguments) : qf(x * x + h * h)), O = D7(mz(h - x) / 2, +n.apply(this, arguments)), L = O, M = O, q, W;
113443
+ var E = p, A = m, v = p, S = m, C = g, _ = g, b = o.apply(this, arguments) / 2, R = b > Hr && (r ? +r.apply(this, arguments) : qf(x * x + h * h)), O = DN(mz(h - x) / 2, +n.apply(this, arguments)), L = O, M = O, q, W;
113444
113444
  if (R > Hr) {
113445
113445
  var B = yz(R / x * Tu(b)), G = yz(R / h * Tu(b));
113446
113446
  (C -= B * 2) > Hr ? (B *= y ? 1 : -1, v += B, S -= B) : (C = 0, v = S = (p + m) / 2), (_ -= G * 2) > Hr ? (G *= y ? 1 : -1, E += G, A -= G) : (_ = 0, E = A = (p + m) / 2);
@@ -113451,7 +113451,7 @@ function ABe() {
113451
113451
  if (g < l2)
113452
113452
  if (k = EBe(te, X, T, w, ee, U, de, be)) {
113453
113453
  var H = te - k[0], Y = X - k[1], V = ee - k[0], D = U - k[1], $ = 1 / Tu(fBe((H * V + Y * D) / (qf(H * H + Y * Y) * qf(V * V + D * D))) / 2), j = qf(k[0] * k[0] + k[1] * k[1]);
113454
- L = D7(O, (x - j) / ($ - 1)), M = D7(O, (h - j) / ($ + 1));
113454
+ L = DN(O, (x - j) / ($ - 1)), M = DN(O, (h - j) / ($ + 1));
113455
113455
  } else
113456
113456
  L = M = 0;
113457
113457
  }
@@ -114137,7 +114137,7 @@ function vz(t, e) {
114137
114137
  var n = t._x1 - t._x0;
114138
114138
  return n ? (3 * (t._y1 - t._y0) / n - e) / 2 : e;
114139
114139
  }
114140
- function F7(t, e, n) {
114140
+ function FN(t, e, n) {
114141
114141
  var r = t._x0, i = t._y0, s = t._x1, o = t._y1, u = (s - r) / 3;
114142
114142
  t._context.bezierCurveTo(r + u, i + u * e, s - u, o - u * n, s, o);
114143
114143
  }
@@ -114160,7 +114160,7 @@ N4.prototype = {
114160
114160
  this._context.lineTo(this._x1, this._y1);
114161
114161
  break;
114162
114162
  case 3:
114163
- F7(this, this._t0, vz(this, this._t0));
114163
+ FN(this, this._t0, vz(this, this._t0));
114164
114164
  break;
114165
114165
  }
114166
114166
  (this._line || this._line !== 0 && this._point === 1) && this._context.closePath(), this._line = 1 - this._line;
@@ -114176,10 +114176,10 @@ N4.prototype = {
114176
114176
  this._point = 2;
114177
114177
  break;
114178
114178
  case 2:
114179
- this._point = 3, F7(this, vz(this, n = Az(this, t, e)), n);
114179
+ this._point = 3, FN(this, vz(this, n = Az(this, t, e)), n);
114180
114180
  break;
114181
114181
  default:
114182
- F7(this, this._t0, n = Az(this, t, e));
114182
+ FN(this, this._t0, n = Az(this, t, e));
114183
114183
  break;
114184
114184
  }
114185
114185
  this._x0 = this._x1, this._x1 = t, this._y0 = this._y1, this._y1 = e, this._t0 = n;
@@ -114645,9 +114645,9 @@ T1(Mo, F4, tE(Hc, {
114645
114645
  rgb() {
114646
114646
  var t = this.h % 360 + (this.h < 0) * 360, e = isNaN(t) || isNaN(this.s) ? 0 : this.s, n = this.l, r = n + (n < 0.5 ? n : 1 - n) * e, i = 2 * n - r;
114647
114647
  return new dr(
114648
- w7(t >= 240 ? t - 240 : t + 120, i, r),
114649
- w7(t, i, r),
114650
- w7(t < 120 ? t + 240 : t - 120, i, r),
114648
+ wN(t >= 240 ? t - 240 : t + 120, i, r),
114649
+ wN(t, i, r),
114650
+ wN(t < 120 ? t + 240 : t - 120, i, r),
114651
114651
  this.opacity
114652
114652
  );
114653
114653
  },
@@ -114668,7 +114668,7 @@ function Dz(t) {
114668
114668
  function pA(t) {
114669
114669
  return Math.max(0, Math.min(1, t || 0));
114670
114670
  }
114671
- function w7(t, e, n) {
114671
+ function wN(t, e, n) {
114672
114672
  return (t < 60 ? e + (n - e) * t / 60 : t < 180 ? n : t < 240 ? e + (n - e) * (240 - t) / 60 : e) * 255;
114673
114673
  }
114674
114674
  const bre = Math.PI / 180, Tre = 180 / Math.PI, w4 = 18, Rre = 0.96422, Ore = 1, Nre = 0.82521, Dre = 4 / 29, Eh = 6 / 29, Fre = 3 * Eh * Eh, XBe = Eh * Eh * Eh;
@@ -114678,8 +114678,8 @@ function wre(t) {
114678
114678
  if (t instanceof ll)
114679
114679
  return Lre(t);
114680
114680
  t instanceof dr || (t = t$(t));
114681
- var e = B7(t.r), n = B7(t.g), r = B7(t.b), i = L7((0.2225045 * e + 0.7168786 * n + 0.0606169 * r) / Ore), s, o;
114682
- return e === n && n === r ? s = o = i : (s = L7((0.4360747 * e + 0.3850649 * n + 0.1430804 * r) / Rre), o = L7((0.0139322 * e + 0.0971045 * n + 0.7141733 * r) / Nre)), new Qu(116 * i - 16, 500 * (s - i), 200 * (i - o), t.opacity);
114681
+ var e = BN(t.r), n = BN(t.g), r = BN(t.b), i = LN((0.2225045 * e + 0.7168786 * n + 0.0606169 * r) / Ore), s, o;
114682
+ return e === n && n === r ? s = o = i : (s = LN((0.4360747 * e + 0.3850649 * n + 0.1430804 * r) / Rre), o = LN((0.0139322 * e + 0.0971045 * n + 0.7141733 * r) / Nre)), new Qu(116 * i - 16, 500 * (s - i), 200 * (i - o), t.opacity);
114683
114683
  }
114684
114684
  function L4(t, e, n, r) {
114685
114685
  return arguments.length === 1 ? wre(t) : new Qu(t, e, n, r ?? 1);
@@ -114696,24 +114696,24 @@ T1(Qu, L4, tE(Hc, {
114696
114696
  },
114697
114697
  rgb() {
114698
114698
  var t = (this.l + 16) / 116, e = isNaN(this.a) ? t : t + this.a / 500, n = isNaN(this.b) ? t : t - this.b / 200;
114699
- return e = Rre * I7(e), t = Ore * I7(t), n = Nre * I7(n), new dr(
114700
- $7(3.1338561 * e - 1.6168667 * t - 0.4906146 * n),
114701
- $7(-0.9787684 * e + 1.9161415 * t + 0.033454 * n),
114702
- $7(0.0719453 * e - 0.2289914 * t + 1.4052427 * n),
114699
+ return e = Rre * IN(e), t = Ore * IN(t), n = Nre * IN(n), new dr(
114700
+ $N(3.1338561 * e - 1.6168667 * t - 0.4906146 * n),
114701
+ $N(-0.9787684 * e + 1.9161415 * t + 0.033454 * n),
114702
+ $N(0.0719453 * e - 0.2289914 * t + 1.4052427 * n),
114703
114703
  this.opacity
114704
114704
  );
114705
114705
  }
114706
114706
  }));
114707
- function L7(t) {
114707
+ function LN(t) {
114708
114708
  return t > XBe ? Math.pow(t, 1 / 3) : t / Fre + Dre;
114709
114709
  }
114710
- function I7(t) {
114710
+ function IN(t) {
114711
114711
  return t > Eh ? t * t * t : Fre * (t - Dre);
114712
114712
  }
114713
- function $7(t) {
114713
+ function $N(t) {
114714
114714
  return 255 * (t <= 31308e-7 ? 12.92 * t : 1.055 * Math.pow(t, 1 / 2.4) - 0.055);
114715
114715
  }
114716
- function B7(t) {
114716
+ function BN(t) {
114717
114717
  return (t /= 255) <= 0.04045 ? t / 12.92 : Math.pow((t + 0.055) / 1.055, 2.4);
114718
114718
  }
114719
114719
  function JBe(t) {
@@ -114890,7 +114890,7 @@ function zre(t, e) {
114890
114890
  return r;
114891
114891
  };
114892
114892
  }
114893
- var WD = /[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g, k7 = new RegExp(WD.source, "g");
114893
+ var WD = /[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g, kN = new RegExp(WD.source, "g");
114894
114894
  function ske(t) {
114895
114895
  return function() {
114896
114896
  return t;
@@ -114902,9 +114902,9 @@ function oke(t) {
114902
114902
  };
114903
114903
  }
114904
114904
  function Hre(t, e) {
114905
- var n = WD.lastIndex = k7.lastIndex = 0, r, i, s, o = -1, u = [], a = [];
114906
- for (t = t + "", e = e + ""; (r = WD.exec(t)) && (i = k7.exec(e)); )
114907
- (s = i.index) > n && (s = e.slice(n, s), u[o] ? u[o] += s : u[++o] = s), (r = r[0]) === (i = i[0]) ? u[o] ? u[o] += i : u[++o] = i : (u[++o] = null, a.push({ i: o, x: ko(r, i) })), n = k7.lastIndex;
114905
+ var n = WD.lastIndex = kN.lastIndex = 0, r, i, s, o = -1, u = [], a = [];
114906
+ for (t = t + "", e = e + ""; (r = WD.exec(t)) && (i = kN.exec(e)); )
114907
+ (s = i.index) > n && (s = e.slice(n, s), u[o] ? u[o] += s : u[++o] = s), (r = r[0]) === (i = i[0]) ? u[o] ? u[o] += i : u[++o] = i : (u[++o] = null, a.push({ i: o, x: ko(r, i) })), n = kN.lastIndex;
114908
114908
  return n < e.length && (s = e.slice(n), u[o] ? u[o] += s : u[++o] = s), u.length < 2 ? a[0] ? oke(a[0].x) : ske(e) : (e = a.length, function(l) {
114909
114909
  for (var c = 0, f; c < e; ++c)
114910
114910
  u[(f = a[c]).i] = f.x(l);
@@ -116137,11 +116137,11 @@ function RPe(t, e, n) {
116137
116137
  return r;
116138
116138
  }
116139
116139
  const oc = Math.PI / 180, OPe = 1e-14, Bf = Math.PI / 2, $u = Math.PI * 2, Wd = Math.sqrt(3) / 2;
116140
- var P7 = {}, M7 = {}, Iie = [].join;
116140
+ var PN = {}, MN = {}, Iie = [].join;
116141
116141
  function NPe(t, e, n, r, i, s, o, u, a) {
116142
116142
  const l = Iie.call(arguments);
116143
- if (P7[l])
116144
- return P7[l];
116143
+ if (PN[l])
116144
+ return PN[l];
116145
116145
  const c = o * oc, f = Math.sin(c), x = Math.cos(c);
116146
116146
  n = Math.abs(n), r = Math.abs(r);
116147
116147
  const h = x * (u - t) * 0.5 + f * (a - e) * 0.5, p = x * (a - e) * 0.5 - f * (u - t) * 0.5;
@@ -116160,15 +116160,15 @@ function NPe(t, e, n, r, i, s, o, u, a) {
116160
116160
  const de = q + X * B / G, be = q + (X + 1) * B / G;
116161
116161
  te[X] = [L, M, de, be, n, r, f, x];
116162
116162
  }
116163
- return P7[l] = te;
116163
+ return PN[l] = te;
116164
116164
  }
116165
116165
  function DPe(t) {
116166
116166
  const e = Iie.call(t);
116167
- if (M7[e])
116168
- return M7[e];
116167
+ if (MN[e])
116168
+ return MN[e];
116169
116169
  var n = t[0], r = t[1], i = t[2], s = t[3], o = t[4], u = t[5], a = t[6], l = t[7];
116170
116170
  const c = l * o, f = -a * u, x = a * o, h = l * u, p = Math.cos(i), m = Math.sin(i), g = Math.cos(s), y = Math.sin(s), E = 0.5 * (s - i), A = Math.sin(E * 0.5), v = 8 / 3 * A * A / Math.sin(E), S = n + p - v * m, C = r + m + v * p, _ = n + g, b = r + y, R = _ + v * y, O = b - v * g;
116171
- return M7[e] = [c * S + f * C, x * S + h * C, c * R + f * O, x * R + h * O, c * _ + f * b, x * _ + h * b];
116171
+ return MN[e] = [c * S + f * C, x * S + h * C, c * R + f * O, x * R + h * O, c * _ + f * b, x * _ + h * b];
116172
116172
  }
116173
116173
  const Ks = ["l", 0, 0, 0, 0, 0, 0, 0];
116174
116174
  function FPe(t, e, n) {
@@ -116363,17 +116363,17 @@ const Vz = 0.5773502691896257, Yz = {
116363
116363
  function wPe(t) {
116364
116364
  return et(Yz, t) ? Yz[t] : LPe(t);
116365
116365
  }
116366
- var j7 = {};
116366
+ var jN = {};
116367
116367
  function LPe(t) {
116368
- if (!et(j7, t)) {
116368
+ if (!et(jN, t)) {
116369
116369
  const e = C$(t);
116370
- j7[t] = {
116370
+ jN[t] = {
116371
116371
  draw: function(n, r) {
116372
116372
  k4(n, e, 0, 0, Math.sqrt(r) / 2);
116373
116373
  }
116374
116374
  };
116375
116375
  }
116376
- return j7[t];
116376
+ return jN[t];
116377
116377
  }
116378
116378
  const u0 = 0.448084975506;
116379
116379
  function IPe(t) {
@@ -116634,7 +116634,7 @@ function mMe(t, e) {
116634
116634
  }
116635
116635
  const yMe = $u - 1e-8;
116636
116636
  let E6, xv, dv, Hf, e8, hv, t8, n8;
116637
- const _0 = (t, e) => E6.add(t, e), pv = (t, e) => _0(xv = t, dv = e), Xz = (t) => _0(t, E6.y1), Jz = (t) => _0(E6.x1, t), kf = (t, e) => e8 * t + t8 * e, Pf = (t, e) => hv * t + n8 * e, U7 = (t, e) => _0(kf(t, e), Pf(t, e)), q7 = (t, e) => pv(kf(t, e), Pf(t, e));
116637
+ const _0 = (t, e) => E6.add(t, e), pv = (t, e) => _0(xv = t, dv = e), Xz = (t) => _0(t, E6.y1), Jz = (t) => _0(E6.x1, t), kf = (t, e) => e8 * t + t8 * e, Pf = (t, e) => hv * t + n8 * e, UN = (t, e) => _0(kf(t, e), Pf(t, e)), qN = (t, e) => pv(kf(t, e), Pf(t, e));
116638
116638
  function A6(t, e) {
116639
116639
  return E6 = t, e ? (Hf = e * oc, e8 = n8 = Math.cos(Hf), hv = Math.sin(Hf), t8 = -hv) : (e8 = n8 = 1, Hf = hv = t8 = 0), EMe;
116640
116640
  }
@@ -116643,10 +116643,10 @@ const EMe = {
116643
116643
  },
116644
116644
  closePath() {
116645
116645
  },
116646
- moveTo: q7,
116647
- lineTo: q7,
116646
+ moveTo: qN,
116647
+ lineTo: qN,
116648
116648
  rect(t, e, n, r) {
116649
- Hf ? (U7(t + n, e), U7(t + n, e + r), U7(t, e + r), q7(t, e)) : (_0(t + n, e + r), pv(t, e));
116649
+ Hf ? (UN(t + n, e), UN(t + n, e + r), UN(t, e + r), qN(t, e)) : (_0(t + n, e + r), pv(t, e));
116650
116650
  },
116651
116651
  quadraticCurveTo(t, e, n, r) {
116652
116652
  const i = kf(t, e), s = Pf(t, e), o = kf(n, r), u = Pf(n, r);
@@ -118109,7 +118109,7 @@ const H4 = {
118109
118109
  function mse(t) {
118110
118110
  Jl.call(this, t), this._dirtyID = 0, this._dirty = [], this._svg = null, this._root = null, this._defs = null;
118111
118111
  }
118112
- const z7 = Jl.prototype;
118112
+ const zN = Jl.prototype;
118113
118113
  Fe(mse, Jl, {
118114
118114
  /**
118115
118115
  * Initialize a new SVGRenderer instance.
@@ -118123,13 +118123,13 @@ Fe(mse, Jl, {
118123
118123
  * @return {SVGRenderer} - This renderer instance.
118124
118124
  */
118125
118125
  initialize(t, e, n, r, i) {
118126
- return this._defs = {}, this._clearDefs(), t && (this._svg = Rs(t, 0, "svg", Kn), this._svg.setAttributeNS(hH, "xmlns", Kn), this._svg.setAttributeNS(hH, "xmlns:xlink", Xm["xmlns:xlink"]), this._svg.setAttribute("version", Xm.version), this._svg.setAttribute("class", "marks"), Bu(t, 1), this._root = Rs(this._svg, dg, "g", Kn), C0(this._root, gse), Bu(this._svg, dg + 1)), this.background(this._bgcolor), z7.initialize.call(this, t, e, n, r, i);
118126
+ return this._defs = {}, this._clearDefs(), t && (this._svg = Rs(t, 0, "svg", Kn), this._svg.setAttributeNS(hH, "xmlns", Kn), this._svg.setAttributeNS(hH, "xmlns:xlink", Xm["xmlns:xlink"]), this._svg.setAttribute("version", Xm.version), this._svg.setAttribute("class", "marks"), Bu(t, 1), this._root = Rs(this._svg, dg, "g", Kn), C0(this._root, gse), Bu(this._svg, dg + 1)), this.background(this._bgcolor), zN.initialize.call(this, t, e, n, r, i);
118127
118127
  },
118128
118128
  /**
118129
118129
  * Get / set the background color.
118130
118130
  */
118131
118131
  background(t) {
118132
- return arguments.length && this._svg && this._svg.style.setProperty("background-color", t), z7.background.apply(this, arguments);
118132
+ return arguments.length && this._svg && this._svg.style.setProperty("background-color", t), zN.background.apply(this, arguments);
118133
118133
  },
118134
118134
  /**
118135
118135
  * Resize the display.
@@ -118142,7 +118142,7 @@ Fe(mse, Jl, {
118142
118142
  * @return {SVGRenderer} - This renderer instance;
118143
118143
  */
118144
118144
  resize(t, e, n, r) {
118145
- return z7.resize.call(this, t, e, n, r), this._svg && (C0(this._svg, {
118145
+ return zN.resize.call(this, t, e, n, r), this._svg && (C0(this._svg, {
118146
118146
  width: this._width * this._scale,
118147
118147
  height: this._height * this._scale,
118148
118148
  viewBox: `0 0 ${this._width} ${this._height}`
@@ -118648,16 +118648,16 @@ function Tse(t, e, n) {
118648
118648
  const r = t.bounds;
118649
118649
  return e.encloses(r) || e.intersects(r) && n(t, e);
118650
118650
  }
118651
- const H7 = new tr();
118651
+ const HN = new tr();
118652
118652
  function iUe(t) {
118653
118653
  const e = t.clip;
118654
118654
  if (ft(e))
118655
- e(A6(H7.clear()));
118655
+ e(A6(HN.clear()));
118656
118656
  else if (e)
118657
- H7.set(0, 0, t.group.width, t.group.height);
118657
+ HN.set(0, 0, t.group.width, t.group.height);
118658
118658
  else
118659
118659
  return;
118660
- t.bounds.intersect(H7);
118660
+ t.bounds.intersect(HN);
118661
118661
  }
118662
118662
  const m2 = "top", jo = "left", qo = "right", ac = "bottom", sUe = "top-left", oUe = "top-right", uUe = "bottom-left", aUe = "bottom-right", W$ = "start", f8 = "middle", yi = "end", lUe = "x", cUe = "y", R6 = "group", V$ = "axis", Y$ = "title", fUe = "frame", xUe = "scope", K$ = "legend", Rse = "row-header", Ose = "row-footer", Nse = "row-title", Dse = "column-header", Fse = "column-footer", wse = "column-title", dUe = "padding", hUe = "symbol", Lse = "fit", Ise = "fit-x", $se = "fit-y", pUe = "pad", X$ = "none", yA = "all", x8 = "each", J$ = "flush", b0 = "column", T0 = "row";
118663
118663
  function Bse(t) {
@@ -119677,7 +119677,7 @@ const yqe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
119677
119677
  sortitems: Zse,
119678
119678
  stack: nB
119679
119679
  }, Symbol.toStringTag, { value: "Module" }));
119680
- var tt = 1e-6, G4 = 1e-12, ht = Math.PI, On = ht / 2, W4 = ht / 4, Pi = ht * 2, Ln = 180 / ht, dt = ht / 180, yt = Math.abs, N1 = Math.atan, _o = Math.atan2, nt = Math.cos, SA = Math.ceil, roe = Math.exp, h8 = Math.hypot, V4 = Math.log, Q7 = Math.pow, Xe = Math.sin, lo = Math.sign || function(t) {
119680
+ var tt = 1e-6, G4 = 1e-12, ht = Math.PI, On = ht / 2, W4 = ht / 4, Pi = ht * 2, Ln = 180 / ht, dt = ht / 180, yt = Math.abs, N1 = Math.atan, _o = Math.atan2, nt = Math.cos, SA = Math.ceil, roe = Math.exp, h8 = Math.hypot, V4 = Math.log, QN = Math.pow, Xe = Math.sin, lo = Math.sign || function(t) {
119681
119681
  return t > 0 ? 1 : t < 0 ? -1 : 0;
119682
119682
  }, Mi = Math.sqrt, rB = Math.tan;
119683
119683
  function ioe(t) {
@@ -119789,7 +119789,7 @@ function _A(t, e) {
119789
119789
  function y2(t, e) {
119790
119790
  return [t[1] * e[2] - t[2] * e[1], t[2] * e[0] - t[0] * e[2], t[0] * e[1] - t[1] * e[0]];
119791
119791
  }
119792
- function G7(t, e) {
119792
+ function GN(t, e) {
119793
119793
  t[0] += e[0], t[1] += e[1], t[2] += e[2];
119794
119794
  }
119795
119795
  function CA(t, e) {
@@ -120064,16 +120064,16 @@ function UH(t) {
120064
120064
  r.n = i = t[0], i.p = r;
120065
120065
  }
120066
120066
  }
120067
- function W7(t) {
120067
+ function WN(t) {
120068
120068
  return yt(t[0]) <= ht ? t[0] : lo(t[0]) * ((yt(t[0]) + ht) % Pi - ht);
120069
120069
  }
120070
120070
  function $qe(t, e) {
120071
- var n = W7(e), r = e[1], i = Xe(r), s = [Xe(n), -nt(n), 0], o = 0, u = 0, a = new Di();
120071
+ var n = WN(e), r = e[1], i = Xe(r), s = [Xe(n), -nt(n), 0], o = 0, u = 0, a = new Di();
120072
120072
  i === 1 ? r = On + tt : i === -1 && (r = -On - tt);
120073
120073
  for (var l = 0, c = t.length; l < c; ++l)
120074
120074
  if (x = (f = t[l]).length)
120075
- for (var f, x, h = f[x - 1], p = W7(h), m = h[1] / 2 + W4, g = Xe(m), y = nt(m), E = 0; E < x; ++E, p = v, g = C, y = _, h = A) {
120076
- var A = f[E], v = W7(A), S = A[1] / 2 + W4, C = Xe(S), _ = nt(S), b = v - p, R = b >= 0 ? 1 : -1, O = R * b, L = O > ht, M = g * C;
120075
+ for (var f, x, h = f[x - 1], p = WN(h), m = h[1] / 2 + W4, g = Xe(m), y = nt(m), E = 0; E < x; ++E, p = v, g = C, y = _, h = A) {
120076
+ var A = f[E], v = WN(A), S = A[1] / 2 + W4, C = Xe(S), _ = nt(S), b = v - p, R = b >= 0 ? 1 : -1, O = R * b, L = O > ht, M = g * C;
120077
120077
  if (a.add(_o(M * R * Xe(O), y * _ + M * nt(O))), o += L ? b + R * Pi : b, L ^ p >= n ^ v >= n) {
120078
120078
  var q = y2(Lx(h), Lx(A));
120079
120079
  Z4(q);
@@ -120224,18 +120224,18 @@ function Uqe(t) {
120224
120224
  if (!A)
120225
120225
  return !x && c;
120226
120226
  var v = e * y / A, S = -e * E / A, C = y2(m, g), _ = CA(m, v), b = CA(g, S);
120227
- G7(_, b);
120227
+ GN(_, b);
120228
120228
  var R = C, O = _A(_, R), L = _A(R, R), M = O * O - L * (_A(_, _) - 1);
120229
120229
  if (!(M < 0)) {
120230
120230
  var q = Mi(M), W = CA(R, (-O - q) / L);
120231
- if (G7(W, _), W = J4(W), !x)
120231
+ if (GN(W, _), W = J4(W), !x)
120232
120232
  return W;
120233
120233
  var B = c[0], G = f[0], te = c[1], X = f[1], de;
120234
120234
  G < B && (de = B, B = G, G = de);
120235
120235
  var be = G - B, ee = yt(be - ht) < tt, U = ee || be < tt;
120236
120236
  if (!ee && X < te && (de = te, te = X, X = de), U ? ee ? te + X > 0 ^ W[1] < (yt(W[0] - B) < tt ? te : X) : te <= W[1] && W[1] <= X : be > ht ^ (B <= W[0] && W[0] <= G)) {
120237
120237
  var T = CA(R, (-O + q) / L);
120238
- return G7(T, _), [W, J4(T)];
120238
+ return GN(T, _), [W, J4(T)];
120239
120239
  }
120240
120240
  }
120241
120241
  }
@@ -120422,7 +120422,7 @@ function zqe() {
120422
120422
  }, y.extentMajor([[-180, -90 + tt], [180, 90 - tt]]).extentMinor([[-180, -80 - tt], [180, 80 + tt]]);
120423
120423
  }
120424
120424
  const Zm = (t) => t;
120425
- var V7 = new Di(), b8 = new Di(), Aoe, voe, T8, R8, el = {
120425
+ var VN = new Di(), b8 = new Di(), Aoe, voe, T8, R8, el = {
120426
120426
  point: Dr,
120427
120427
  lineStart: Dr,
120428
120428
  lineEnd: Dr,
@@ -120430,11 +120430,11 @@ var V7 = new Di(), b8 = new Di(), Aoe, voe, T8, R8, el = {
120430
120430
  el.lineStart = Hqe, el.lineEnd = Gqe;
120431
120431
  },
120432
120432
  polygonEnd: function() {
120433
- el.lineStart = el.lineEnd = el.point = Dr, V7.add(yt(b8)), b8 = new Di();
120433
+ el.lineStart = el.lineEnd = el.point = Dr, VN.add(yt(b8)), b8 = new Di();
120434
120434
  },
120435
120435
  result: function() {
120436
- var t = V7 / 2;
120437
- return V7 = new Di(), t;
120436
+ var t = VN / 2;
120437
+ return VN = new Di(), t;
120438
120438
  }
120439
120439
  };
120440
120440
  function Hqe() {
@@ -120545,19 +120545,19 @@ Toe.prototype = {
120545
120545
  },
120546
120546
  result: Dr
120547
120547
  };
120548
- var w8 = new Di(), Y7, Roe, Ooe, zg, Hg, t3 = {
120548
+ var w8 = new Di(), YN, Roe, Ooe, zg, Hg, t3 = {
120549
120549
  point: Dr,
120550
120550
  lineStart: function() {
120551
120551
  t3.point = Zqe;
120552
120552
  },
120553
120553
  lineEnd: function() {
120554
- Y7 && Noe(Roe, Ooe), t3.point = Dr;
120554
+ YN && Noe(Roe, Ooe), t3.point = Dr;
120555
120555
  },
120556
120556
  polygonStart: function() {
120557
- Y7 = !0;
120557
+ YN = !0;
120558
120558
  },
120559
120559
  polygonEnd: function() {
120560
- Y7 = null;
120560
+ YN = null;
120561
120561
  },
120562
120562
  result: function() {
120563
120563
  var t = +w8;
@@ -121040,17 +121040,17 @@ function RA(t) {
121040
121040
  return rB((On + t) / 2);
121041
121041
  }
121042
121042
  function hze(t, e) {
121043
- var n = nt(t), r = t === e ? Xe(t) : V4(n / nt(e)) / V4(RA(e) / RA(t)), i = n * Q7(RA(t), r) / r;
121043
+ var n = nt(t), r = t === e ? Xe(t) : V4(n / nt(e)) / V4(RA(e) / RA(t)), i = n * QN(RA(t), r) / r;
121044
121044
  if (!r)
121045
121045
  return D6;
121046
121046
  function s(o, u) {
121047
121047
  i > 0 ? u < -On + tt && (u = -On + tt) : u > On - tt && (u = On - tt);
121048
- var a = i / Q7(RA(u), r);
121048
+ var a = i / QN(RA(u), r);
121049
121049
  return [a * Xe(r * o), i - a * nt(r * o)];
121050
121050
  }
121051
121051
  return s.invert = function(o, u) {
121052
121052
  var a = i - u, l = lo(r) * Mi(o * o + a * a), c = _o(o, yt(a)) * lo(a);
121053
- return a * r < 0 && (c -= ht * lo(o) * lo(a)), [c / r, 2 * N1(Q7(i / l, 1 / r)) - On];
121053
+ return a * r < 0 && (c -= ht * lo(o) * lo(a)), [c / r, 2 * N1(QN(i / l, 1 / r)) - On];
121054
121054
  }, s;
121055
121055
  }
121056
121056
  function pze() {
@@ -121502,7 +121502,7 @@ function nQ(t, e, n) {
121502
121502
  const r = t >= 0 ? t : yne(e, n);
121503
121503
  return Math.round((Math.sqrt(4 * r * r + 1) - 1) / 2);
121504
121504
  }
121505
- function K7(t) {
121505
+ function KN(t) {
121506
121506
  return ft(t) ? t : Bi(+t);
121507
121507
  }
121508
121508
  function Koe() {
@@ -121529,11 +121529,11 @@ function Koe() {
121529
121529
  };
121530
121530
  }
121531
121531
  return u.x = function(a) {
121532
- return arguments.length ? (t = K7(a), u) : t;
121532
+ return arguments.length ? (t = KN(a), u) : t;
121533
121533
  }, u.y = function(a) {
121534
- return arguments.length ? (e = K7(a), u) : e;
121534
+ return arguments.length ? (e = KN(a), u) : e;
121535
121535
  }, u.weight = function(a) {
121536
- return arguments.length ? (n = K7(a), u) : n;
121536
+ return arguments.length ? (n = KN(a), u) : n;
121537
121537
  }, u.size = function(a) {
121538
121538
  if (!arguments.length)
121539
121539
  return [i, s];
@@ -123126,14 +123126,14 @@ function DQe(t, e) {
123126
123126
  }
123127
123127
  function FQe(t, e) {
123128
123128
  var n, r;
123129
- if (X7(e, t))
123129
+ if (XN(e, t))
123130
123130
  return [e];
123131
123131
  for (n = 0; n < t.length; ++n)
123132
- if (OA(e, t[n]) && X7(Vg(t[n], e), t))
123132
+ if (OA(e, t[n]) && XN(Vg(t[n], e), t))
123133
123133
  return [t[n], e];
123134
123134
  for (n = 0; n < t.length - 1; ++n)
123135
123135
  for (r = n + 1; r < t.length; ++r)
123136
- if (OA(Vg(t[n], t[r]), e) && OA(Vg(t[n], e), t[r]) && OA(Vg(t[r], e), t[n]) && X7(cue(t[n], t[r], e), t))
123136
+ if (OA(Vg(t[n], t[r]), e) && OA(Vg(t[n], e), t[r]) && OA(Vg(t[r], e), t[n]) && XN(cue(t[n], t[r], e), t))
123137
123137
  return [t[n], t[r], e];
123138
123138
  throw new Error();
123139
123139
  }
@@ -123145,7 +123145,7 @@ function lue(t, e) {
123145
123145
  var n = t.r - e.r + Math.max(t.r, e.r, 1) * 1e-9, r = e.x - t.x, i = e.y - t.y;
123146
123146
  return n > 0 && n * n > r * r + i * i;
123147
123147
  }
123148
- function X7(t, e) {
123148
+ function XN(t, e) {
123149
123149
  for (var n = 0; n < e.length; ++n)
123150
123150
  if (!lue(t, e[n]))
123151
123151
  return !1;
@@ -123243,7 +123243,7 @@ function BQe() {
123243
123243
  var t = null, e = 1, n = 1, r = Mf;
123244
123244
  function i(s) {
123245
123245
  const o = RQe();
123246
- return s.x = e / 2, s.y = n / 2, t ? s.eachBefore(hQ(t)).eachAfter(J7(r, 0.5, o)).eachBefore(pQ(1)) : s.eachBefore(hQ($Qe)).eachAfter(J7(Mf, 1, o)).eachAfter(J7(r, s.r / Math.min(e, n), o)).eachBefore(pQ(Math.min(e, n) / (2 * s.r))), s;
123246
+ return s.x = e / 2, s.y = n / 2, t ? s.eachBefore(hQ(t)).eachAfter(JN(r, 0.5, o)).eachBefore(pQ(1)) : s.eachBefore(hQ($Qe)).eachAfter(JN(Mf, 1, o)).eachAfter(JN(r, s.r / Math.min(e, n), o)).eachBefore(pQ(Math.min(e, n) / (2 * s.r))), s;
123247
123247
  }
123248
123248
  return i.radius = function(s) {
123249
123249
  return arguments.length ? (t = vv(s), i) : t;
@@ -123258,7 +123258,7 @@ function hQ(t) {
123258
123258
  e.children || (e.r = Math.max(0, +t(e) || 0));
123259
123259
  };
123260
123260
  }
123261
- function J7(t, e, n) {
123261
+ function JN(t, e, n) {
123262
123262
  return function(r) {
123263
123263
  if (i = r.children) {
123264
123264
  var i, s, o = i.length, u = t(r) * e || 0, a;
@@ -123306,7 +123306,7 @@ function kQe() {
123306
123306
  return arguments.length ? (n = +o, i) : n;
123307
123307
  }, i;
123308
123308
  }
123309
- var PQe = { depth: -1 }, gQ = {}, Z7 = {};
123309
+ var PQe = { depth: -1 }, gQ = {}, ZN = {};
123310
123310
  function MQe(t) {
123311
123311
  return t.id;
123312
123312
  }
@@ -123320,7 +123320,7 @@ function mQ() {
123320
123320
  if (n != null) {
123321
123321
  const y = s.map((v, S) => UQe(n(v, S, i))), E = y.map(yQ), A = new Set(y).add("");
123322
123322
  for (const v of E)
123323
- A.has(v) || (A.add(v), y.push(v), E.push(yQ(v)), s.push(Z7));
123323
+ A.has(v) || (A.add(v), y.push(v), E.push(yQ(v)), s.push(ZN));
123324
123324
  o = (v, S) => y[S], u = (v, S) => E[S];
123325
123325
  }
123326
123326
  for (c = 0, a = s.length; c < a; ++c)
@@ -123340,9 +123340,9 @@ function mQ() {
123340
123340
  if (!f)
123341
123341
  throw new Error("no root");
123342
123342
  if (n != null) {
123343
- for (; f.data === Z7 && f.children.length === 1; )
123343
+ for (; f.data === ZN && f.children.length === 1; )
123344
123344
  f = f.children[0], --a;
123345
- for (let y = s.length - 1; y >= 0 && (h = s[y], h.data === Z7); --y)
123345
+ for (let y = s.length - 1; y >= 0 && (h = s[y], h.data === ZN); --y)
123346
123346
  h.data = null;
123347
123347
  }
123348
123348
  if (f.parent = PQe, f.eachBefore(function(y) {
@@ -123385,11 +123385,11 @@ function j8(t, e) {
123385
123385
  function qQe(t, e) {
123386
123386
  return t.parent === e.parent ? 1 : 2;
123387
123387
  }
123388
- function eN(t) {
123388
+ function e7(t) {
123389
123389
  var e = t.children;
123390
123390
  return e ? e[0] : t.t;
123391
123391
  }
123392
- function tN(t) {
123392
+ function t7(t) {
123393
123393
  var e = t.children;
123394
123394
  return e ? e[e.length - 1] : t.t;
123395
123395
  }
@@ -123448,9 +123448,9 @@ function WQe() {
123448
123448
  }
123449
123449
  function u(l, c, f) {
123450
123450
  if (c) {
123451
- for (var x = l, h = l, p = c, m = x.parent.children[0], g = x.m, y = h.m, E = p.m, A = m.m, v; p = tN(p), x = eN(x), p && x; )
123452
- m = eN(m), h = tN(h), h.a = l, v = p.z + E - x.z - g + t(p._, x._), v > 0 && (zQe(QQe(p, l, f), l, v), g += v, y += v), E += p.m, g += x.m, A += m.m, y += h.m;
123453
- p && !tN(h) && (h.t = p, h.m += E - y), x && !eN(m) && (m.t = x, m.m += g - A, f = l);
123451
+ for (var x = l, h = l, p = c, m = x.parent.children[0], g = x.m, y = h.m, E = p.m, A = m.m, v; p = t7(p), x = e7(x), p && x; )
123452
+ m = e7(m), h = t7(h), h.a = l, v = p.z + E - x.z - g + t(p._, x._), v > 0 && (zQe(QQe(p, l, f), l, v), g += v, y += v), E += p.m, g += x.m, A += m.m, y += h.m;
123453
+ p && !t7(h) && (h.t = p, h.m += E - y), x && !e7(m) && (m.t = x, m.m += g - A, f = l);
123454
123454
  }
123455
123455
  return f;
123456
123456
  }
@@ -123963,7 +123963,7 @@ const rGe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
123963
123963
  tree: NB,
123964
123964
  treelinks: DB,
123965
123965
  treemap: FB
123966
- }, Symbol.toStringTag, { value: "Module" })), nN = 4278190080;
123966
+ }, Symbol.toStringTag, { value: "Module" })), n7 = 4278190080;
123967
123967
  function iGe(t, e) {
123968
123968
  const n = t.bitmap();
123969
123969
  return (e || []).forEach((r) => n.set(t(r.boundary[0]), t(r.boundary[3]))), [n, void 0];
@@ -123971,14 +123971,14 @@ function iGe(t, e) {
123971
123971
  function sGe(t, e, n, r, i) {
123972
123972
  const s = t.width, o = t.height, u = r || i, a = k0(s, o).getContext("2d"), l = k0(s, o).getContext("2d"), c = u && k0(s, o).getContext("2d");
123973
123973
  n.forEach((b) => _v(a, b, !1)), _v(l, e, !1), u && _v(c, e, !0);
123974
- const f = rN(a, s, o), x = rN(l, s, o), h = u && rN(c, s, o), p = t.bitmap(), m = u && t.bitmap();
123974
+ const f = r7(a, s, o), x = r7(l, s, o), h = u && r7(c, s, o), p = t.bitmap(), m = u && t.bitmap();
123975
123975
  let g, y, E, A, v, S, C, _;
123976
123976
  for (y = 0; y < o; ++y)
123977
123977
  for (g = 0; g < s; ++g)
123978
- v = y * s + g, S = f[v] & nN, _ = x[v] & nN, C = u && h[v] & nN, (S || C || _) && (E = t(g), A = t(y), !i && (S || _) && p.set(E, A), u && (S || C) && m.set(E, A));
123978
+ v = y * s + g, S = f[v] & n7, _ = x[v] & n7, C = u && h[v] & n7, (S || C || _) && (E = t(g), A = t(y), !i && (S || _) && p.set(E, A), u && (S || C) && m.set(E, A));
123979
123979
  return [p, m];
123980
123980
  }
123981
- function rN(t, e, n) {
123981
+ function r7(t, e, n) {
123982
123982
  return new Uint32Array(t.getImageData(0, 0, e, n).data.buffer);
123983
123983
  }
123984
123984
  function _v(t, e, n) {
@@ -124158,16 +124158,16 @@ function gGe(t, e, n, r) {
124158
124158
  function vQ(t, e, n, r, i, s, o, u, a, l, c, f) {
124159
124159
  return !(i.outOfBounds(t, n, e, r) || (f && s || i).getRange(t, n, e, r));
124160
124160
  }
124161
- const iN = 0, sN = 4, oN = 8, uN = 0, aN = 1, lN = 2, mGe = {
124162
- "top-left": iN + uN,
124163
- top: iN + aN,
124164
- "top-right": iN + lN,
124165
- left: sN + uN,
124166
- middle: sN + aN,
124167
- right: sN + lN,
124168
- "bottom-left": oN + uN,
124169
- bottom: oN + aN,
124170
- "bottom-right": oN + lN
124161
+ const i7 = 0, s7 = 4, o7 = 8, u7 = 0, a7 = 1, l7 = 2, mGe = {
124162
+ "top-left": i7 + u7,
124163
+ top: i7 + a7,
124164
+ "top-right": i7 + l7,
124165
+ left: s7 + u7,
124166
+ middle: s7 + a7,
124167
+ right: s7 + l7,
124168
+ "bottom-left": o7 + u7,
124169
+ bottom: o7 + a7,
124170
+ "bottom-right": o7 + l7
124171
124171
  }, yGe = {
124172
124172
  naive: lGe,
124173
124173
  "reduced-search": cGe,
@@ -124467,7 +124467,7 @@ const TGe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
124467
124467
  loess: LB,
124468
124468
  regression: IB
124469
124469
  }, Symbol.toStringTag, { value: "Module" })), El = 11102230246251565e-32, qr = 134217729, RGe = (3 + 8 * El) * El;
124470
- function cN(t, e, n, r, i) {
124470
+ function c7(t, e, n, r, i) {
124471
124471
  let s, o, u, a, l = e[0], c = r[0], f = 0, x = 0;
124472
124472
  c > l == c > -l ? (s = l, l = e[++f]) : (s = c, c = r[++x]);
124473
124473
  let h = 0;
@@ -124498,11 +124498,11 @@ function wGe(t, e, n, r, i, s, o) {
124498
124498
  if (q >= W || -q >= W || (f = t - R, u = t - (R + f) + (f - i), f = n - O, l = n - (O + f) + (f - i), f = e - L, a = e - (L + f) + (f - s), f = r - M, c = r - (M + f) + (f - s), u === 0 && a === 0 && l === 0 && c === 0) || (W = FGe * o + RGe * Math.abs(q), q += R * c + M * u - (L * l + O * a), q >= W || -q >= W))
124499
124499
  return q;
124500
124500
  v = u * M, x = qr * u, h = x - (x - u), p = u - h, x = qr * M, m = x - (x - M), g = M - m, S = p * g - (v - h * m - p * m - h * g), C = a * O, x = qr * a, h = x - (x - a), p = a - h, x = qr * O, m = x - (x - O), g = O - m, _ = p * g - (C - h * m - p * m - h * g), y = S - _, f = S - y, di[0] = S - (y + f) + (f - _), E = v + y, f = E - v, A = v - (E - f) + (y - f), y = A - C, f = A - y, di[1] = A - (y + f) + (f - C), b = E + y, f = b - E, di[2] = E - (b - f) + (y - f), di[3] = b;
124501
- const B = cN(4, Xd, 4, di, SQ);
124501
+ const B = c7(4, Xd, 4, di, SQ);
124502
124502
  v = R * c, x = qr * R, h = x - (x - R), p = R - h, x = qr * c, m = x - (x - c), g = c - m, S = p * g - (v - h * m - p * m - h * g), C = L * l, x = qr * L, h = x - (x - L), p = L - h, x = qr * l, m = x - (x - l), g = l - m, _ = p * g - (C - h * m - p * m - h * g), y = S - _, f = S - y, di[0] = S - (y + f) + (f - _), E = v + y, f = E - v, A = v - (E - f) + (y - f), y = A - C, f = A - y, di[1] = A - (y + f) + (f - C), b = E + y, f = b - E, di[2] = E - (b - f) + (y - f), di[3] = b;
124503
- const G = cN(B, SQ, 4, di, _Q);
124503
+ const G = c7(B, SQ, 4, di, _Q);
124504
124504
  v = u * c, x = qr * u, h = x - (x - u), p = u - h, x = qr * c, m = x - (x - c), g = c - m, S = p * g - (v - h * m - p * m - h * g), C = a * l, x = qr * a, h = x - (x - a), p = a - h, x = qr * l, m = x - (x - l), g = l - m, _ = p * g - (C - h * m - p * m - h * g), y = S - _, f = S - y, di[0] = S - (y + f) + (f - _), E = v + y, f = E - v, A = v - (E - f) + (y - f), y = A - C, f = A - y, di[1] = A - (y + f) + (f - C), b = E + y, f = b - E, di[2] = E - (b - f) + (y - f), di[3] = b;
124505
- const te = cN(G, _Q, 4, di, CQ);
124505
+ const te = c7(G, _Q, 4, di, CQ);
124506
124506
  return CQ[te - 1];
124507
124507
  }
124508
124508
  function DA(t, e, n, r, i, s) {
@@ -124540,7 +124540,7 @@ class SS {
124540
124540
  const f = (u + l) / 2, x = (a + c) / 2;
124541
124541
  let h = 1 / 0, p, m, g;
124542
124542
  for (let O = 0; O < o; O++) {
124543
- const L = fN(f, x, e[2 * O], e[2 * O + 1]);
124543
+ const L = f7(f, x, e[2 * O], e[2 * O + 1]);
124544
124544
  L < h && (p = O, h = L);
124545
124545
  }
124546
124546
  const y = e[2 * p], E = e[2 * p + 1];
@@ -124548,7 +124548,7 @@ class SS {
124548
124548
  for (let O = 0; O < o; O++) {
124549
124549
  if (O === p)
124550
124550
  continue;
124551
- const L = fN(y, E, e[2 * O], e[2 * O + 1]);
124551
+ const L = f7(y, E, e[2 * O], e[2 * O + 1]);
124552
124552
  L < h && L > 0 && (m = O, h = L);
124553
124553
  }
124554
124554
  let A = e[2 * m], v = e[2 * m + 1], S = 1 / 0;
@@ -124579,7 +124579,7 @@ class SS {
124579
124579
  const b = BGe(y, E, A, v, C, _);
124580
124580
  this._cx = b.x, this._cy = b.y;
124581
124581
  for (let O = 0; O < o; O++)
124582
- this._dists[O] = fN(e[2 * O], e[2 * O + 1], b.x, b.y);
124582
+ this._dists[O] = f7(e[2 * O], e[2 * O + 1], b.x, b.y);
124583
124583
  xh(this._ids, this._dists, 0, o - 1), this._hullStart = p;
124584
124584
  let R = 3;
124585
124585
  r[p] = n[g] = m, r[m] = n[p] = g, r[g] = n[m] = p, i[p] = 0, i[m] = 1, i[g] = 2, s.fill(-1), s[this._hashKey(y, E)] = p, s[this._hashKey(A, v)] = m, s[this._hashKey(C, _)] = g, this.trianglesLen = 0, this._addTriangle(p, m, g, -1, -1, -1);
@@ -124675,7 +124675,7 @@ function LGe(t, e) {
124675
124675
  const n = t / (Math.abs(t) + Math.abs(e));
124676
124676
  return (e > 0 ? 3 - n : 1 + n) / 4;
124677
124677
  }
124678
- function fN(t, e, n, r) {
124678
+ function f7(t, e, n, r) {
124679
124679
  const i = t - n, s = e - r;
124680
124680
  return i * i + s * s;
124681
124681
  }
@@ -125248,7 +125248,7 @@ const YGe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
125248
125248
  __proto__: null,
125249
125249
  voronoi: BB
125250
125250
  }, Symbol.toStringTag, { value: "Module" }));
125251
- var xN = Math.PI / 180, Yg = 64, Cv = 2048;
125251
+ var x7 = Math.PI / 180, Yg = 64, Cv = 2048;
125252
125252
  function KGe() {
125253
125253
  var t = [256, 256], e, n, r, i, s, o, u, a = mue, l = [], c = Math.random, f = {};
125254
125254
  f.layout = function() {
@@ -125335,13 +125335,13 @@ function XGe(t, e, n, r) {
125335
125335
  var o = 0, u = 0, a = 0, l = n.length, c, f, x, h, p;
125336
125336
  for (--r; ++r < l; ) {
125337
125337
  if (e = n[r], i.save(), i.font = e.style + " " + e.weight + " " + ~~((e.size + 1) / s) + "px " + e.font, c = i.measureText(e.text + "m").width * s, x = e.size << 1, e.rotate) {
125338
- var m = Math.sin(e.rotate * xN), g = Math.cos(e.rotate * xN), y = c * g, E = c * m, A = x * g, v = x * m;
125338
+ var m = Math.sin(e.rotate * x7), g = Math.cos(e.rotate * x7), y = c * g, E = c * m, A = x * g, v = x * m;
125339
125339
  c = Math.max(Math.abs(y + v), Math.abs(y - v)) + 31 >> 5 << 5, x = ~~Math.max(Math.abs(E + A), Math.abs(E - A));
125340
125340
  } else
125341
125341
  c = c + 31 >> 5 << 5;
125342
125342
  if (x > a && (a = x), o + c >= Yg << 5 && (o = 0, u += a, a = 0), u + x >= Cv)
125343
125343
  break;
125344
- i.translate((o + (c >> 1)) / s, (u + (x >> 1)) / s), e.rotate && i.rotate(e.rotate * xN), i.fillText(e.text, 0, 0), e.padding && (i.lineWidth = 2 * e.padding, i.strokeText(e.text, 0, 0)), i.restore(), e.width = c, e.height = x, e.xoff = o, e.yoff = u, e.x1 = c >> 1, e.y1 = x >> 1, e.x0 = -e.x1, e.y0 = -e.y1, e.hasText = !0, o += c;
125344
+ i.translate((o + (c >> 1)) / s, (u + (x >> 1)) / s), e.rotate && i.rotate(e.rotate * x7), i.fillText(e.text, 0, 0), e.padding && (i.lineWidth = 2 * e.padding, i.strokeText(e.text, 0, 0)), i.restore(), e.width = c, e.height = x, e.xoff = o, e.yoff = u, e.x1 = c >> 1, e.y1 = x >> 1, e.x0 = -e.x1, e.y0 = -e.y1, e.hasText = !0, o += c;
125345
125345
  }
125346
125346
  for (var S = i.getImageData(0, 0, (Yg << 5) / s, Cv / s).data, C = []; --r >= 0; )
125347
125347
  if (e = n[r], !!e.hasText) {
@@ -125860,7 +125860,7 @@ $a[bd] = "Numeric";
125860
125860
  $a[Ki] = "Punctuator";
125861
125861
  $a[yE] = "String";
125862
125862
  $a[CWe] = "RegularExpression";
125863
- var bWe = "ArrayExpression", TWe = "BinaryExpression", RWe = "CallExpression", OWe = "ConditionalExpression", Aue = "Identifier", NWe = "Literal", DWe = "LogicalExpression", FWe = "MemberExpression", wWe = "ObjectExpression", LWe = "Property", IWe = "UnaryExpression", pr = "Unexpected token %0", $We = "Unexpected number", BWe = "Unexpected string", kWe = "Unexpected identifier", PWe = "Unexpected reserved word", MWe = "Unexpected end of input", Y8 = "Invalid regular expression", dN = "Invalid regular expression: missing /", vue = "Octal literals are not allowed in strict mode.", jWe = "Duplicate data property in object literal not allowed in strict mode", Fr = "ILLEGAL", i3 = "Disabled.", UWe = new RegExp("[\\xAA\\xB5\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0370-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0620-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06E5\\u06E6\\u06EE\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA\\u07F4\\u07F5\\u07FA\\u0800-\\u0815\\u081A\\u0824\\u0828\\u0840-\\u0858\\u08A0-\\u08B2\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0971-\\u0980\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D\\u0C58\\u0C59\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0\\u0CE1\\u0CF1\\u0CF2\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D60\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E46\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081\\u108E\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F4\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16EE-\\u16F8\\u1700-\\u170C\\u170E-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17D7\\u17DC\\u1820-\\u1877\\u1880-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19C1-\\u19C7\\u1A00-\\u1A16\\u1A20-\\u1A54\\u1AA7\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE\\u1BAF\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C7D\\u1CE9-\\u1CEC\\u1CEE-\\u1CF1\\u1CF5\\u1CF6\\u1D00-\\u1DBF\\u1E00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2071\\u207F\\u2090-\\u209C\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u212D\\u212F-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2160-\\u2188\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CEE\\u2CF2\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D80-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2E2F\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303C\\u3041-\\u3096\\u309D-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FCC\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA61F\\uA62A\\uA62B\\uA640-\\uA66E\\uA67F-\\uA69D\\uA6A0-\\uA6EF\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA78E\\uA790-\\uA7AD\\uA7B0\\uA7B1\\uA7F7-\\uA801\\uA803-\\uA805\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9CF\\uA9E0-\\uA9E4\\uA9E6-\\uA9EF\\uA9FA-\\uA9FE\\uAA00-\\uAA28\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA76\\uAA7A\\uAA7E-\\uAAAF\\uAAB1\\uAAB5\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEA\\uAAF2-\\uAAF4\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB5F\\uAB64\\uAB65\\uABC0-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF21-\\uFF3A\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]"), qWe = new RegExp("[\\xAA\\xB5\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0300-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u0483-\\u0487\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u0591-\\u05BD\\u05BF\\u05C1\\u05C2\\u05C4\\u05C5\\u05C7\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0610-\\u061A\\u0620-\\u0669\\u066E-\\u06D3\\u06D5-\\u06DC\\u06DF-\\u06E8\\u06EA-\\u06FC\\u06FF\\u0710-\\u074A\\u074D-\\u07B1\\u07C0-\\u07F5\\u07FA\\u0800-\\u082D\\u0840-\\u085B\\u08A0-\\u08B2\\u08E4-\\u0963\\u0966-\\u096F\\u0971-\\u0983\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BC-\\u09C4\\u09C7\\u09C8\\u09CB-\\u09CE\\u09D7\\u09DC\\u09DD\\u09DF-\\u09E3\\u09E6-\\u09F1\\u0A01-\\u0A03\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A3C\\u0A3E-\\u0A42\\u0A47\\u0A48\\u0A4B-\\u0A4D\\u0A51\\u0A59-\\u0A5C\\u0A5E\\u0A66-\\u0A75\\u0A81-\\u0A83\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABC-\\u0AC5\\u0AC7-\\u0AC9\\u0ACB-\\u0ACD\\u0AD0\\u0AE0-\\u0AE3\\u0AE6-\\u0AEF\\u0B01-\\u0B03\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3C-\\u0B44\\u0B47\\u0B48\\u0B4B-\\u0B4D\\u0B56\\u0B57\\u0B5C\\u0B5D\\u0B5F-\\u0B63\\u0B66-\\u0B6F\\u0B71\\u0B82\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BBE-\\u0BC2\\u0BC6-\\u0BC8\\u0BCA-\\u0BCD\\u0BD0\\u0BD7\\u0BE6-\\u0BEF\\u0C00-\\u0C03\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D-\\u0C44\\u0C46-\\u0C48\\u0C4A-\\u0C4D\\u0C55\\u0C56\\u0C58\\u0C59\\u0C60-\\u0C63\\u0C66-\\u0C6F\\u0C81-\\u0C83\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBC-\\u0CC4\\u0CC6-\\u0CC8\\u0CCA-\\u0CCD\\u0CD5\\u0CD6\\u0CDE\\u0CE0-\\u0CE3\\u0CE6-\\u0CEF\\u0CF1\\u0CF2\\u0D01-\\u0D03\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D-\\u0D44\\u0D46-\\u0D48\\u0D4A-\\u0D4E\\u0D57\\u0D60-\\u0D63\\u0D66-\\u0D6F\\u0D7A-\\u0D7F\\u0D82\\u0D83\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0DCA\\u0DCF-\\u0DD4\\u0DD6\\u0DD8-\\u0DDF\\u0DE6-\\u0DEF\\u0DF2\\u0DF3\\u0E01-\\u0E3A\\u0E40-\\u0E4E\\u0E50-\\u0E59\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB9\\u0EBB-\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EC8-\\u0ECD\\u0ED0-\\u0ED9\\u0EDC-\\u0EDF\\u0F00\\u0F18\\u0F19\\u0F20-\\u0F29\\u0F35\\u0F37\\u0F39\\u0F3E-\\u0F47\\u0F49-\\u0F6C\\u0F71-\\u0F84\\u0F86-\\u0F97\\u0F99-\\u0FBC\\u0FC6\\u1000-\\u1049\\u1050-\\u109D\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u135D-\\u135F\\u1380-\\u138F\\u13A0-\\u13F4\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16EE-\\u16F8\\u1700-\\u170C\\u170E-\\u1714\\u1720-\\u1734\\u1740-\\u1753\\u1760-\\u176C\\u176E-\\u1770\\u1772\\u1773\\u1780-\\u17D3\\u17D7\\u17DC\\u17DD\\u17E0-\\u17E9\\u180B-\\u180D\\u1810-\\u1819\\u1820-\\u1877\\u1880-\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1920-\\u192B\\u1930-\\u193B\\u1946-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19B0-\\u19C9\\u19D0-\\u19D9\\u1A00-\\u1A1B\\u1A20-\\u1A5E\\u1A60-\\u1A7C\\u1A7F-\\u1A89\\u1A90-\\u1A99\\u1AA7\\u1AB0-\\u1ABD\\u1B00-\\u1B4B\\u1B50-\\u1B59\\u1B6B-\\u1B73\\u1B80-\\u1BF3\\u1C00-\\u1C37\\u1C40-\\u1C49\\u1C4D-\\u1C7D\\u1CD0-\\u1CD2\\u1CD4-\\u1CF6\\u1CF8\\u1CF9\\u1D00-\\u1DF5\\u1DFC-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u200C\\u200D\\u203F\\u2040\\u2054\\u2071\\u207F\\u2090-\\u209C\\u20D0-\\u20DC\\u20E1\\u20E5-\\u20F0\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u212D\\u212F-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2160-\\u2188\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D7F-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2DE0-\\u2DFF\\u2E2F\\u3005-\\u3007\\u3021-\\u302F\\u3031-\\u3035\\u3038-\\u303C\\u3041-\\u3096\\u3099\\u309A\\u309D-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FCC\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA62B\\uA640-\\uA66F\\uA674-\\uA67D\\uA67F-\\uA69D\\uA69F-\\uA6F1\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA78E\\uA790-\\uA7AD\\uA7B0\\uA7B1\\uA7F7-\\uA827\\uA840-\\uA873\\uA880-\\uA8C4\\uA8D0-\\uA8D9\\uA8E0-\\uA8F7\\uA8FB\\uA900-\\uA92D\\uA930-\\uA953\\uA960-\\uA97C\\uA980-\\uA9C0\\uA9CF-\\uA9D9\\uA9E0-\\uA9FE\\uAA00-\\uAA36\\uAA40-\\uAA4D\\uAA50-\\uAA59\\uAA60-\\uAA76\\uAA7A-\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEF\\uAAF2-\\uAAF6\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB5F\\uAB64\\uAB65\\uABC0-\\uABEA\\uABEC\\uABED\\uABF0-\\uABF9\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE00-\\uFE0F\\uFE20-\\uFE2D\\uFE33\\uFE34\\uFE4D-\\uFE4F\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF10-\\uFF19\\uFF21-\\uFF3A\\uFF3F\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]");
125863
+ var bWe = "ArrayExpression", TWe = "BinaryExpression", RWe = "CallExpression", OWe = "ConditionalExpression", Aue = "Identifier", NWe = "Literal", DWe = "LogicalExpression", FWe = "MemberExpression", wWe = "ObjectExpression", LWe = "Property", IWe = "UnaryExpression", pr = "Unexpected token %0", $We = "Unexpected number", BWe = "Unexpected string", kWe = "Unexpected identifier", PWe = "Unexpected reserved word", MWe = "Unexpected end of input", Y8 = "Invalid regular expression", d7 = "Invalid regular expression: missing /", vue = "Octal literals are not allowed in strict mode.", jWe = "Duplicate data property in object literal not allowed in strict mode", Fr = "ILLEGAL", i3 = "Disabled.", UWe = new RegExp("[\\xAA\\xB5\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0370-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0620-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06E5\\u06E6\\u06EE\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA\\u07F4\\u07F5\\u07FA\\u0800-\\u0815\\u081A\\u0824\\u0828\\u0840-\\u0858\\u08A0-\\u08B2\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0971-\\u0980\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D\\u0C58\\u0C59\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0\\u0CE1\\u0CF1\\u0CF2\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D60\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E46\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081\\u108E\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F4\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16EE-\\u16F8\\u1700-\\u170C\\u170E-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17D7\\u17DC\\u1820-\\u1877\\u1880-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19C1-\\u19C7\\u1A00-\\u1A16\\u1A20-\\u1A54\\u1AA7\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE\\u1BAF\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C7D\\u1CE9-\\u1CEC\\u1CEE-\\u1CF1\\u1CF5\\u1CF6\\u1D00-\\u1DBF\\u1E00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2071\\u207F\\u2090-\\u209C\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u212D\\u212F-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2160-\\u2188\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CEE\\u2CF2\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D80-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2E2F\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303C\\u3041-\\u3096\\u309D-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FCC\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA61F\\uA62A\\uA62B\\uA640-\\uA66E\\uA67F-\\uA69D\\uA6A0-\\uA6EF\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA78E\\uA790-\\uA7AD\\uA7B0\\uA7B1\\uA7F7-\\uA801\\uA803-\\uA805\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9CF\\uA9E0-\\uA9E4\\uA9E6-\\uA9EF\\uA9FA-\\uA9FE\\uAA00-\\uAA28\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA76\\uAA7A\\uAA7E-\\uAAAF\\uAAB1\\uAAB5\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEA\\uAAF2-\\uAAF4\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB5F\\uAB64\\uAB65\\uABC0-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF21-\\uFF3A\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]"), qWe = new RegExp("[\\xAA\\xB5\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0300-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u0483-\\u0487\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u0591-\\u05BD\\u05BF\\u05C1\\u05C2\\u05C4\\u05C5\\u05C7\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0610-\\u061A\\u0620-\\u0669\\u066E-\\u06D3\\u06D5-\\u06DC\\u06DF-\\u06E8\\u06EA-\\u06FC\\u06FF\\u0710-\\u074A\\u074D-\\u07B1\\u07C0-\\u07F5\\u07FA\\u0800-\\u082D\\u0840-\\u085B\\u08A0-\\u08B2\\u08E4-\\u0963\\u0966-\\u096F\\u0971-\\u0983\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BC-\\u09C4\\u09C7\\u09C8\\u09CB-\\u09CE\\u09D7\\u09DC\\u09DD\\u09DF-\\u09E3\\u09E6-\\u09F1\\u0A01-\\u0A03\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A3C\\u0A3E-\\u0A42\\u0A47\\u0A48\\u0A4B-\\u0A4D\\u0A51\\u0A59-\\u0A5C\\u0A5E\\u0A66-\\u0A75\\u0A81-\\u0A83\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABC-\\u0AC5\\u0AC7-\\u0AC9\\u0ACB-\\u0ACD\\u0AD0\\u0AE0-\\u0AE3\\u0AE6-\\u0AEF\\u0B01-\\u0B03\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3C-\\u0B44\\u0B47\\u0B48\\u0B4B-\\u0B4D\\u0B56\\u0B57\\u0B5C\\u0B5D\\u0B5F-\\u0B63\\u0B66-\\u0B6F\\u0B71\\u0B82\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BBE-\\u0BC2\\u0BC6-\\u0BC8\\u0BCA-\\u0BCD\\u0BD0\\u0BD7\\u0BE6-\\u0BEF\\u0C00-\\u0C03\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D-\\u0C44\\u0C46-\\u0C48\\u0C4A-\\u0C4D\\u0C55\\u0C56\\u0C58\\u0C59\\u0C60-\\u0C63\\u0C66-\\u0C6F\\u0C81-\\u0C83\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBC-\\u0CC4\\u0CC6-\\u0CC8\\u0CCA-\\u0CCD\\u0CD5\\u0CD6\\u0CDE\\u0CE0-\\u0CE3\\u0CE6-\\u0CEF\\u0CF1\\u0CF2\\u0D01-\\u0D03\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D-\\u0D44\\u0D46-\\u0D48\\u0D4A-\\u0D4E\\u0D57\\u0D60-\\u0D63\\u0D66-\\u0D6F\\u0D7A-\\u0D7F\\u0D82\\u0D83\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0DCA\\u0DCF-\\u0DD4\\u0DD6\\u0DD8-\\u0DDF\\u0DE6-\\u0DEF\\u0DF2\\u0DF3\\u0E01-\\u0E3A\\u0E40-\\u0E4E\\u0E50-\\u0E59\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB9\\u0EBB-\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EC8-\\u0ECD\\u0ED0-\\u0ED9\\u0EDC-\\u0EDF\\u0F00\\u0F18\\u0F19\\u0F20-\\u0F29\\u0F35\\u0F37\\u0F39\\u0F3E-\\u0F47\\u0F49-\\u0F6C\\u0F71-\\u0F84\\u0F86-\\u0F97\\u0F99-\\u0FBC\\u0FC6\\u1000-\\u1049\\u1050-\\u109D\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u135D-\\u135F\\u1380-\\u138F\\u13A0-\\u13F4\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16EE-\\u16F8\\u1700-\\u170C\\u170E-\\u1714\\u1720-\\u1734\\u1740-\\u1753\\u1760-\\u176C\\u176E-\\u1770\\u1772\\u1773\\u1780-\\u17D3\\u17D7\\u17DC\\u17DD\\u17E0-\\u17E9\\u180B-\\u180D\\u1810-\\u1819\\u1820-\\u1877\\u1880-\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1920-\\u192B\\u1930-\\u193B\\u1946-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19B0-\\u19C9\\u19D0-\\u19D9\\u1A00-\\u1A1B\\u1A20-\\u1A5E\\u1A60-\\u1A7C\\u1A7F-\\u1A89\\u1A90-\\u1A99\\u1AA7\\u1AB0-\\u1ABD\\u1B00-\\u1B4B\\u1B50-\\u1B59\\u1B6B-\\u1B73\\u1B80-\\u1BF3\\u1C00-\\u1C37\\u1C40-\\u1C49\\u1C4D-\\u1C7D\\u1CD0-\\u1CD2\\u1CD4-\\u1CF6\\u1CF8\\u1CF9\\u1D00-\\u1DF5\\u1DFC-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u200C\\u200D\\u203F\\u2040\\u2054\\u2071\\u207F\\u2090-\\u209C\\u20D0-\\u20DC\\u20E1\\u20E5-\\u20F0\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u212D\\u212F-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2160-\\u2188\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D7F-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2DE0-\\u2DFF\\u2E2F\\u3005-\\u3007\\u3021-\\u302F\\u3031-\\u3035\\u3038-\\u303C\\u3041-\\u3096\\u3099\\u309A\\u309D-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FCC\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA62B\\uA640-\\uA66F\\uA674-\\uA67D\\uA67F-\\uA69D\\uA69F-\\uA6F1\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA78E\\uA790-\\uA7AD\\uA7B0\\uA7B1\\uA7F7-\\uA827\\uA840-\\uA873\\uA880-\\uA8C4\\uA8D0-\\uA8D9\\uA8E0-\\uA8F7\\uA8FB\\uA900-\\uA92D\\uA930-\\uA953\\uA960-\\uA97C\\uA980-\\uA9C0\\uA9CF-\\uA9D9\\uA9E0-\\uA9FE\\uAA00-\\uAA36\\uAA40-\\uAA4D\\uAA50-\\uAA59\\uAA60-\\uAA76\\uAA7A-\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEF\\uAAF2-\\uAAF6\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB5F\\uAB64\\uAB65\\uABC0-\\uABEA\\uABEC\\uABED\\uABF0-\\uABF9\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE00-\\uFE0F\\uFE20-\\uFE2D\\uFE33\\uFE34\\uFE4D-\\uFE4F\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF10-\\uFF19\\uFF21-\\uFF3A\\uFF3F\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]");
125864
125864
  function $6(t, e) {
125865
125865
  if (!t)
125866
125866
  throw new Error("ASSERT: " + e);
@@ -125987,7 +125987,7 @@ function WWe() {
125987
125987
  end: Ee
125988
125988
  };
125989
125989
  }
125990
- function hN() {
125990
+ function h7() {
125991
125991
  var t = Ee, e = We.charCodeAt(Ee), n, r = We[Ee], i, s, o;
125992
125992
  switch (e) {
125993
125993
  case 46:
@@ -126196,9 +126196,9 @@ function JWe() {
126196
126196
  var t, e, n, r, i;
126197
126197
  for (t = We[Ee], $6(t === "/", "Regular expression literal must start with a slash"), e = We[Ee++], n = !1, r = !1; Ee < Zr; )
126198
126198
  if (t = We[Ee++], e += t, t === "\\")
126199
- t = We[Ee++], s3(t.charCodeAt(0)) && Ot({}, dN), e += t;
126199
+ t = We[Ee++], s3(t.charCodeAt(0)) && Ot({}, d7), e += t;
126200
126200
  else if (s3(t.charCodeAt(0)))
126201
- Ot({}, dN);
126201
+ Ot({}, d7);
126202
126202
  else if (n)
126203
126203
  t === "]" && (n = !1);
126204
126204
  else if (t === "/") {
@@ -126206,7 +126206,7 @@ function JWe() {
126206
126206
  break;
126207
126207
  } else
126208
126208
  t === "[" && (n = !0);
126209
- return r || Ot({}, dN), i = e.substr(1, e.length - 2), {
126209
+ return r || Ot({}, d7), i = e.substr(1, e.length - 2), {
126210
126210
  value: i,
126211
126211
  literal: e
126212
126212
  };
@@ -126244,7 +126244,7 @@ function Cue() {
126244
126244
  end: Ee
126245
126245
  };
126246
126246
  const t = We.charCodeAt(Ee);
126247
- return EE(t) ? WWe() : t === 40 || t === 41 || t === 59 ? hN() : t === 39 || t === 34 ? KWe() : t === 46 ? Xa(We.charCodeAt(Ee + 1)) ? NQ() : hN() : Xa(t) ? NQ() : hN();
126247
+ return EE(t) ? WWe() : t === 40 || t === 41 || t === 59 ? h7() : t === 39 || t === 34 ? KWe() : t === 46 ? Xa(We.charCodeAt(Ee + 1)) ? NQ() : h7() : Xa(t) ? NQ() : h7();
126248
126248
  }
126249
126249
  function ts() {
126250
126250
  const t = Pt;
@@ -126308,7 +126308,7 @@ function ei(t) {
126308
126308
  function nn(t) {
126309
126309
  return Pt.type === Ki && Pt.value === t;
126310
126310
  }
126311
- function pN(t) {
126311
+ function p7(t) {
126312
126312
  return Pt.type === Vc && Pt.value === t;
126313
126313
  }
126314
126314
  function uVe() {
@@ -126413,7 +126413,7 @@ function bv() {
126413
126413
  if (nn("+") || nn("-") || nn("~") || nn("!"))
126414
126414
  t = ts(), e = bv(), e = oVe(t.value, e);
126415
126415
  else {
126416
- if (pN("delete") || pN("void") || pN("typeof"))
126416
+ if (p7("delete") || p7("void") || p7("typeof"))
126417
126417
  throw new Error(i3);
126418
126418
  e = IQ();
126419
126419
  }
@@ -126646,7 +126646,7 @@ function AVe(t) {
126646
126646
  }
126647
126647
  return h.functions = i, h.constants = r, h;
126648
126648
  }
126649
- function gN(t, e) {
126649
+ function g7(t, e) {
126650
126650
  return t == null || e == null ? NaN : t < e ? -1 : t > e ? 1 : t >= e ? 0 : NaN;
126651
126651
  }
126652
126652
  function vVe(t, e) {
@@ -126654,7 +126654,7 @@ function vVe(t, e) {
126654
126654
  }
126655
126655
  function SVe(t) {
126656
126656
  let e, n, r;
126657
- t.length !== 2 ? (e = gN, n = (u, a) => gN(t(u), a), r = (u, a) => t(u) - a) : (e = t === gN || t === vVe ? t : _Ve, n = t, r = t);
126657
+ t.length !== 2 ? (e = g7, n = (u, a) => g7(t(u), a), r = (u, a) => t(u) - a) : (e = t === g7 || t === vVe ? t : _Ve, n = t, r = t);
126658
126658
  function i(u, a, l = 0, c = u.length) {
126659
126659
  if (l < c) {
126660
126660
  if (e(a, a) !== 0)
@@ -126763,14 +126763,14 @@ function jVe(t, e, n, r) {
126763
126763
  for (var i = this.context.data[t], s = i ? i.values.value : [], o = {}, u = {}, a = {}, l, c, f, x, h, p, m, g, y, E, A = s.length, v = 0, S, C; v < A; ++v)
126764
126764
  if (l = s[v], x = l.unit, c = l.fields, f = l.values, c && f) {
126765
126765
  for (S = 0, C = c.length; S < C; ++S)
126766
- h = c[S], m = o[h.field] || (o[h.field] = {}), g = m[x] || (m[x] = []), a[h.field] = y = h.type.charAt(0), E = mN[`${y}_union`], m[x] = E(g, ke(f[S]));
126766
+ h = c[S], m = o[h.field] || (o[h.field] = {}), g = m[x] || (m[x] = []), a[h.field] = y = h.type.charAt(0), E = m7[`${y}_union`], m[x] = E(g, ke(f[S]));
126767
126767
  n && (g = u[x] || (u[x] = []), g.push(ke(f).reduce((_, b, R) => (_[c[R].field] = b, _), {})));
126768
126768
  } else
126769
126769
  h = Iu, p = o3(l), m = o[h] || (o[h] = {}), g = m[x] || (m[x] = []), g.push(p), n && (g = u[x] || (u[x] = []), g.push({
126770
126770
  [Iu]: p
126771
126771
  }));
126772
- if (e = e || BQ, o[Iu] ? o[Iu] = mN[`${Iu}_${e}`](...Object.values(o[Iu])) : Object.keys(o).forEach((_) => {
126773
- o[_] = Object.keys(o[_]).map((b) => o[_][b]).reduce((b, R) => b === void 0 ? R : mN[`${a[_]}_${e}`](b, R));
126772
+ if (e = e || BQ, o[Iu] ? o[Iu] = m7[`${Iu}_${e}`](...Object.values(o[Iu])) : Object.keys(o).forEach((_) => {
126773
+ o[_] = Object.keys(o[_]).map((b) => o[_][b]).reduce((b, R) => b === void 0 ? R : m7[`${a[_]}_${e}`](b, R));
126774
126774
  }), s = Object.keys(u), n && s.length) {
126775
126775
  const _ = r ? OVe : RVe;
126776
126776
  o[_] = e === BQ ? {
@@ -126783,7 +126783,7 @@ function jVe(t, e, n, r) {
126783
126783
  }
126784
126784
  return o;
126785
126785
  }
126786
- var mN = {
126786
+ var m7 = {
126787
126787
  [`${Iu}_union`]: TVe,
126788
126788
  [`${Iu}_intersect`]: CVe,
126789
126789
  E_union: function(t, e) {
@@ -126935,12 +126935,12 @@ function lYe() {
126935
126935
  function cYe() {
126936
126936
  return WB(this.context.dataflow, "debug", arguments);
126937
126937
  }
126938
- function yN(t) {
126938
+ function y7(t) {
126939
126939
  const e = t / 255;
126940
126940
  return e <= 0.03928 ? e / 12.92 : Math.pow((e + 0.055) / 1.055, 2.4);
126941
126941
  }
126942
126942
  function J8(t) {
126943
- const e = sc(t), n = yN(e.r), r = yN(e.g), i = yN(e.b);
126943
+ const e = sc(t), n = y7(e.r), r = y7(e.g), i = y7(e.b);
126944
126944
  return 0.2126 * n + 0.7152 * r + 0.0722 * i;
126945
126945
  }
126946
126946
  function fYe(t, e) {
@@ -127637,21 +127637,21 @@ function EKe(t) {
127637
127637
  bg: t._signals.background
127638
127638
  });
127639
127639
  }
127640
- const EN = "default";
127640
+ const E7 = "default";
127641
127641
  function AKe(t) {
127642
127642
  const e = t._signals.cursor || (t._signals.cursor = t.add({
127643
- user: EN,
127643
+ user: E7,
127644
127644
  item: null
127645
127645
  }));
127646
127646
  t.on(t.events("view", "mousemove"), e, (n, r) => {
127647
- const i = e.value, s = i ? Ue(i) ? i : i.user : EN, o = r.item && r.item.cursor || null;
127647
+ const i = e.value, s = i ? Ue(i) ? i : i.user : E7, o = r.item && r.item.cursor || null;
127648
127648
  return i && s === i.user && o == i.item ? i : {
127649
127649
  user: s,
127650
127650
  item: o
127651
127651
  };
127652
127652
  }), t.add(null, function(n) {
127653
127653
  let r = n.cursor, i = this.value;
127654
- return Ue(r) || (i = r.item, r = r.user), eF(t, r && r !== EN ? r : i || r), i;
127654
+ return Ue(r) || (i = r.item, r = r.user), eF(t, r && r !== E7 ? r : i || r), i;
127655
127655
  }, {
127656
127656
  cursor: e
127657
127657
  });
@@ -127963,17 +127963,17 @@ function WKe(t, e, n, r) {
127963
127963
  }
127964
127964
  function VKe(t, e) {
127965
127965
  const n = this, r = n._renderType, i = n._eventConfig.bind, s = G$(r);
127966
- t = n._el = t ? AN(n, t, !0) : null, yKe(n), s || n.error("Unrecognized renderer type: " + r);
127966
+ t = n._el = t ? A7(n, t, !0) : null, yKe(n), s || n.error("Unrecognized renderer type: " + r);
127967
127967
  const o = s.handler || T6, u = t ? s.renderer : s.headless;
127968
- return n._renderer = u ? Gue(n, n._renderer, t, u) : null, n._handler = WKe(n, n._handler, t, o), n._redraw = !0, t && i !== "none" && (e = e ? n._elBind = AN(n, e, !0) : t.appendChild(Ls("form", {
127968
+ return n._renderer = u ? Gue(n, n._renderer, t, u) : null, n._handler = WKe(n, n._handler, t, o), n._redraw = !0, t && i !== "none" && (e = e ? n._elBind = A7(n, e, !0) : t.appendChild(Ls("form", {
127969
127969
  class: "vega-bindings"
127970
127970
  })), n._bind.forEach((a) => {
127971
- a.param.element && i !== "container" && (a.element = AN(n, a.param.element, !!a.param.input));
127971
+ a.param.element && i !== "container" && (a.element = A7(n, a.param.element, !!a.param.input));
127972
127972
  }), n._bind.forEach((a) => {
127973
127973
  PKe(n, a.element || e, a);
127974
127974
  })), n;
127975
127975
  }
127976
- function AN(t, e, n) {
127976
+ function A7(t, e, n) {
127977
127977
  if (typeof e == "string")
127978
127978
  if (typeof document < "u") {
127979
127979
  if (e = document.querySelector(e), !e)
@@ -128429,19 +128429,19 @@ const nk = "mark", rk = "frame", ik = "scope", bXe = "axis", TXe = "axis-domain"
128429
128429
  function jXe(t, e, n, r, i) {
128430
128430
  const s = {}, o = {};
128431
128431
  let u, a, l, c;
128432
- a = "lineBreak", e === "text" && i[a] != null && !oh(a, t) && vN(s, a, i[a]), (n == "legend" || String(n).startsWith("axis")) && (n = null), c = n === rk ? i.group : n === nk ? ct({}, i.mark, i[e]) : null;
128432
+ a = "lineBreak", e === "text" && i[a] != null && !oh(a, t) && v7(s, a, i[a]), (n == "legend" || String(n).startsWith("axis")) && (n = null), c = n === rk ? i.group : n === nk ? ct({}, i.mark, i[e]) : null;
128433
128433
  for (a in c)
128434
- l = oh(a, t) || (a === "fill" || a === "stroke") && (oh("fill", t) || oh("stroke", t)), l || vN(s, a, c[a]);
128434
+ l = oh(a, t) || (a === "fill" || a === "stroke") && (oh("fill", t) || oh("stroke", t)), l || v7(s, a, c[a]);
128435
128435
  ke(r).forEach((f) => {
128436
128436
  const x = i.style && i.style[f];
128437
128437
  for (const h in x)
128438
- oh(h, t) || vN(s, h, x[h]);
128438
+ oh(h, t) || v7(s, h, x[h]);
128439
128439
  }), t = ct({}, t);
128440
128440
  for (a in s)
128441
128441
  c = s[a], c.signal ? (u = u || {})[a] = c : o[a] = c;
128442
128442
  return t.enter = ct(o, t.enter), u && (t.update = ct(u, t.update)), t;
128443
128443
  }
128444
- function vN(t, e, n) {
128444
+ function v7(t, e, n) {
128445
128445
  t[e] = n && n.signal ? {
128446
128446
  signal: n.signal
128447
128447
  } : {
@@ -129289,10 +129289,10 @@ function CZe(t, e, n) {
129289
129289
  function aG(t, e, n) {
129290
129290
  const r = t.type;
129291
129291
  if (Zn(e))
129292
- return cG(r) ? ve("Expression references can not be signals.") : SN(r) ? n.fieldRef(e) : fG(r) ? n.compareRef(e) : n.signalRef(e.signal);
129292
+ return cG(r) ? ve("Expression references can not be signals.") : S7(r) ? n.fieldRef(e) : fG(r) ? n.compareRef(e) : n.signalRef(e.signal);
129293
129293
  {
129294
- const i = t.expr || SN(r);
129295
- return i && RZe(e) ? n.exprRef(e.expr, e.as) : i && OZe(e) ? a3(e.field, e.as) : cG(r) ? oa(e, n) : NZe(r) ? Ke(n.getData(e).values) : SN(r) ? a3(e) : fG(r) ? n.compareRef(e) : e;
129294
+ const i = t.expr || S7(r);
129295
+ return i && RZe(e) ? n.exprRef(e.expr, e.as) : i && OZe(e) ? a3(e.field, e.as) : cG(r) ? oa(e, n) : NZe(r) ? Ke(n.getData(e).values) : S7(r) ? a3(e) : fG(r) ? n.compareRef(e) : e;
129296
129296
  }
129297
129297
  }
129298
129298
  function bZe(t, e, n) {
@@ -129319,7 +129319,7 @@ function lG(t, e, n) {
129319
129319
  const s = ct(Rae(i, e, n), i.key);
129320
129320
  return Ke(n.add(_Je(s)));
129321
129321
  }
129322
- const RZe = (t) => t && t.expr, OZe = (t) => t && t.field, NZe = (t) => t === "data", cG = (t) => t === "expr", SN = (t) => t === "field", fG = (t) => t === "compare";
129322
+ const RZe = (t) => t && t.expr, OZe = (t) => t && t.field, NZe = (t) => t === "data", cG = (t) => t === "expr", S7 = (t) => t === "field", fG = (t) => t === "compare";
129323
129323
  function DZe(t, e, n) {
129324
129324
  let r, i, s, o, u;
129325
129325
  return t ? (r = t.facet) && (e || ve("Only group marks can be faceted."), r.field != null ? o = u = Dv(r, n) : (t.data ? u = Ke(n.getData(t.data).aggregate) : (s = hk(ct({
@@ -130007,7 +130007,7 @@ function oet(t, e, n, r, i, s) {
130007
130007
  encode: x
130008
130008
  }, n);
130009
130009
  }
130010
- function _N(t, e, n, r, i) {
130010
+ function _7(t, e, n, r, i) {
130011
130011
  return {
130012
130012
  signal: 'flush(range("' + t + '"), scale("' + t + '", datum.value), ' + e + "," + n + "," + r + "," + i + ")"
130013
130013
  };
@@ -130022,11 +130022,11 @@ function uet(t, e, n, r, i, s) {
130022
130022
  field: go,
130023
130023
  band: 0.5,
130024
130024
  offset: bae(s.offset, o("labelOffset"))
130025
- }, E = mr(u, p ? _N(a, c, '"left"', '"right"', '"center"') : {
130025
+ }, E = mr(u, p ? _7(a, c, '"left"', '"right"', '"center"') : {
130026
130026
  value: "center"
130027
- }, VZe(u, "left", "right")), A = mr(u, Fae(u, "bottom", "top"), p ? _N(a, c, '"top"', '"bottom"', '"middle"') : {
130027
+ }, VZe(u, "left", "right")), A = mr(u, Fae(u, "bottom", "top"), p ? _7(a, c, '"top"', '"bottom"', '"middle"') : {
130028
130028
  value: "middle"
130029
- }), v = _N(a, c, `-(${f})`, f, 0);
130029
+ }), v = _7(a, c, `-(${f})`, f, 0);
130030
130030
  p = p && f;
130031
130031
  const S = {
130032
130032
  opacity: St,
@@ -132977,7 +132977,7 @@ const Utt = [
132977
132977
  function jk(t) {
132978
132978
  return !!t && (t === "legend" || !!t.legend);
132979
132979
  }
132980
- function CN(t) {
132980
+ function C7(t) {
132981
132981
  return jk(t) && ze(t);
132982
132982
  }
132983
132983
  function Uk(t) {
@@ -133561,7 +133561,7 @@ function Snt(t) {
133561
133561
  }));
133562
133562
  return t;
133563
133563
  }
133564
- function bN(t, e = {}, n) {
133564
+ function b7(t, e = {}, n) {
133565
133565
  return t.point === "transparent" ? { opacity: 0 } : t.point ? ze(t.point) ? t.point : {} : t.point !== void 0 ? null : e.point || n.shape ? ze(e.point) ? e.point : {} : void 0;
133566
133566
  }
133567
133567
  function LG(t, e = {}) {
@@ -133578,18 +133578,18 @@ class _nt {
133578
133578
  case "line":
133579
133579
  case "rule":
133580
133580
  case "trail":
133581
- return !!bN(s, n[s.type], i);
133581
+ return !!b7(s, n[s.type], i);
133582
133582
  case "area":
133583
133583
  return (
133584
133584
  // false / null are also included as we want to remove the properties
133585
- !!bN(s, n[s.type], i) || !!LG(s, n[s.type])
133585
+ !!b7(s, n[s.type], i) || !!LG(s, n[s.type])
133586
133586
  );
133587
133587
  }
133588
133588
  }
133589
133589
  return !1;
133590
133590
  }
133591
133591
  run(e, n, r) {
133592
- const { config: i } = n, { params: s, projection: o, mark: u, encoding: a } = e, l = jle(e, ["params", "projection", "mark", "encoding"]), c = uR(a, i), f = ua(u) ? u : { type: u }, x = bN(f, i[f.type], c), h = f.type === "area" && LG(f, i[f.type]), p = [
133592
+ const { config: i } = n, { params: s, projection: o, mark: u, encoding: a } = e, l = jle(e, ["params", "projection", "mark", "encoding"]), c = uR(a, i), f = ua(u) ? u : { type: u }, x = b7(f, i[f.type], c), h = f.type === "area" && LG(f, i[f.type]), p = [
133593
133593
  Object.assign(Object.assign({}, s ? { params: s } : {}), {
133594
133594
  mark: vnt(Object.assign(Object.assign({}, f.type === "area" && f.opacity === void 0 && f.fillOpacity === void 0 ? { opacity: 0.7 } : {}), f)),
133595
133595
  // drop shape from encoding as this might be used to trigger point overlay
@@ -133616,7 +133616,7 @@ var Cnt = function(t, e) {
133616
133616
  function bnt(t, e) {
133617
133617
  return e ? CE(t) ? qle(t, e) : Ule(t, e) : t;
133618
133618
  }
133619
- function TN(t, e) {
133619
+ function T7(t, e) {
133620
133620
  return e ? qle(t, e) : t;
133621
133621
  }
133622
133622
  function mF(t, e, n) {
@@ -133727,7 +133727,7 @@ class Rnt extends Hk {
133727
133727
  }
133728
133728
  // This is for normalizing non-facet unit
133729
133729
  mapUnit(e, n) {
133730
- const { parentEncoding: r, parentProjection: i } = n, s = TN(e.encoding, n.repeater), o = Object.assign(Object.assign({}, e), s ? { encoding: s } : {});
133730
+ const { parentEncoding: r, parentProjection: i } = n, s = T7(e.encoding, n.repeater), o = Object.assign(Object.assign({}, e), s ? { encoding: s } : {});
133731
133731
  if (r || i)
133732
133732
  return this.mapUnitWithParentEncodingOrProjection(o, n);
133733
133733
  const u = this.mapLayerOrUnit.bind(this);
@@ -133778,12 +133778,12 @@ class Rnt extends Hk {
133778
133778
  mapUnitWithParentEncodingOrProjection(e, n) {
133779
133779
  const { encoding: r, projection: i } = e, { parentEncoding: s, parentProjection: o, config: u } = n, a = kG({ parentProjection: o, projection: i }), l = BG({
133780
133780
  parentEncoding: s,
133781
- encoding: TN(r, n.repeater)
133781
+ encoding: T7(r, n.repeater)
133782
133782
  });
133783
133783
  return this.mapUnit(Object.assign(Object.assign(Object.assign({}, e), a ? { projection: a } : {}), l ? { encoding: l } : {}), { config: u });
133784
133784
  }
133785
133785
  mapFacetedUnit(e, n) {
133786
- const r = e.encoding, { row: i, column: s, facet: o } = r, u = a0(r, ["row", "column", "facet"]), { mark: a, width: l, projection: c, height: f, view: x, params: h, encoding: p } = e, m = a0(e, ["mark", "width", "projection", "height", "view", "params", "encoding"]), { facetMapping: g, layout: y } = this.getFacetMappingAndLayout({ row: i, column: s, facet: o }, n), E = TN(u, n.repeater);
133786
+ const r = e.encoding, { row: i, column: s, facet: o } = r, u = a0(r, ["row", "column", "facet"]), { mark: a, width: l, projection: c, height: f, view: x, params: h, encoding: p } = e, m = a0(e, ["mark", "width", "projection", "height", "view", "params", "encoding"]), { facetMapping: g, layout: y } = this.getFacetMappingAndLayout({ row: i, column: s, facet: o }, n), E = T7(u, n.repeater);
133787
133787
  return this.mapFacet(Object.assign(Object.assign(Object.assign({}, m), y), {
133788
133788
  // row / column has higher precedence than facet
133789
133789
  facet: g,
@@ -135294,19 +135294,19 @@ function QG(t, e) {
135294
135294
  if (e !== void 0)
135295
135295
  return { [t]: tn(e) };
135296
135296
  }
135297
- const RN = "voronoi", s0e = {
135297
+ const R7 = "voronoi", s0e = {
135298
135298
  defined: (t) => t.type === "point" && t.nearest,
135299
135299
  parse: (t, e) => {
135300
135300
  if (e.events)
135301
135301
  for (const n of e.events)
135302
- n.markname = t.getName(RN);
135302
+ n.markname = t.getName(R7);
135303
135303
  },
135304
135304
  marks: (t, e, n) => {
135305
135305
  const { x: r, y: i } = e.project.hasChannel, s = t.mark;
135306
135306
  if (Yc(s))
135307
135307
  return Te(aFe(s)), n;
135308
135308
  const o = {
135309
- name: t.getName(RN),
135309
+ name: t.getName(R7),
135310
135310
  type: "path",
135311
135311
  interactive: !0,
135312
135312
  from: { data: t.getName("marks") },
@@ -135326,7 +135326,7 @@ const RN = "voronoi", s0e = {
135326
135326
  return n.forEach((l, c) => {
135327
135327
  var f;
135328
135328
  const x = (f = l.name) !== null && f !== void 0 ? f : "";
135329
- x === t.component.mark[0].name ? u = c : x.indexOf(RN) >= 0 && (a = !0);
135329
+ x === t.component.mark[0].name ? u = c : x.indexOf(R7) >= 0 && (a = !0);
135330
135330
  }), a || n.splice(u + 1, 0, o), n;
135331
135331
  }
135332
135332
  }, o0e = {
@@ -135404,11 +135404,11 @@ const RN = "voronoi", s0e = {
135404
135404
  for (const a of e.events)
135405
135405
  a.filter = ke((r = a.filter) !== null && r !== void 0 ? r : []), a.filter.includes(u) || a.filter.push(u);
135406
135406
  }
135407
- const s = CN(e.bind) ? e.bind.legend : "click", o = Ue(s) ? Td(s, "view") : ke(s);
135407
+ const s = C7(e.bind) ? e.bind.legend : "click", o = Ue(s) ? Td(s, "view") : ke(s);
135408
135408
  e.bind = { legend: { merge: o } };
135409
135409
  },
135410
135410
  topLevelSignals: (t, e, n) => {
135411
- const r = e.name, i = CN(e.bind) && e.bind.legend, s = (o) => (u) => {
135411
+ const r = e.name, i = C7(e.bind) && e.bind.legend, s = (o) => (u) => {
135412
135412
  const a = lt(u);
135413
135413
  return a.markname = o, a;
135414
135414
  };
@@ -135433,7 +135433,7 @@ const RN = "voronoi", s0e = {
135433
135433
  events: u.map((x) => ({ signal: x })),
135434
135434
  update: l
135435
135435
  }) : u.length > 0 && (s.update = l, delete s.value, delete s.on);
135436
- const c = n.find((x) => x.name === r + MS), f = CN(e.bind) && e.bind.legend;
135436
+ const c = n.find((x) => x.name === r + MS), f = C7(e.bind) && e.bind.legend;
135437
135437
  return c && (e.events ? c.on.push(Object.assign(Object.assign({}, c.on[0]), { events: f })) : c.on[0].events = f), n;
135438
135438
  }
135439
135439
  };
@@ -135663,7 +135663,7 @@ function qrt(t, e) {
135663
135663
  if (t)
135664
135664
  return _e(t) && !g0(t) ? t.map((n) => Fk(n, e)).join(", ") : t;
135665
135665
  }
135666
- function ON(t, e, n, r) {
135666
+ function O7(t, e, n, r) {
135667
135667
  var i, s, o, u, a;
135668
135668
  (i = t.encode) !== null && i !== void 0 || (t.encode = {}), (s = (u = t.encode)[e]) !== null && s !== void 0 || (u[e] = {}), (o = (a = t.encode[e]).update) !== null && o !== void 0 || (a.update = {}), t.encode[e].update[n] = r;
135669
135669
  }
@@ -135685,7 +135685,7 @@ function Xg(t, e, n, r = { header: !1 }) {
135685
135685
  }),
135686
135686
  E
135687
135687
  ];
135688
- ON(h, C, S, _), delete h[p];
135688
+ O7(h, C, S, _), delete h[p];
135689
135689
  } else if (v === null) {
135690
135690
  const S = {
135691
135691
  signal: A.map((C) => {
@@ -135699,7 +135699,7 @@ function Xg(t, e, n, r = { header: !1 }) {
135699
135699
  const y = CG[p];
135700
135700
  if (y) {
135701
135701
  const { vgProp: E, part: A } = y;
135702
- ON(h, A, E, g), delete h[p];
135702
+ O7(h, A, E, g), delete h[p];
135703
135703
  }
135704
135704
  }
135705
135705
  bt(["labelAlign", "labelBaseline"], p) && h[p] === null && delete h[p];
@@ -135731,7 +135731,7 @@ function Xg(t, e, n, r = { header: !1 }) {
135731
135731
  return;
135732
135732
  if (c !== void 0) {
135733
135733
  let m = c;
135734
- !((s = (i = h.encode) === null || i === void 0 ? void 0 : i.labels) === null || s === void 0) && s.update && Ye(h.encode.labels.update.text) && (m = n2(c, "datum.label", h.encode.labels.update.text.signal)), ON(h, "labels", "text", { signal: m });
135734
+ !((s = (i = h.encode) === null || i === void 0 ? void 0 : i.labels) === null || s === void 0) && s.update && Ye(h.encode.labels.update.text) && (m = n2(c, "datum.label", h.encode.labels.update.text.signal)), O7(h, "labels", "text", { signal: m });
135735
135735
  }
135736
135736
  if (h.labelAlign === null && delete h.labelAlign, h.encode) {
135737
135737
  for (const m of dle)
@@ -137933,7 +137933,7 @@ function hst(t, e) {
137933
137933
  function pst(t, e, n) {
137934
137934
  return t.map((r) => ({ signal: `{data: ${sR(r, { timeUnit: n, type: e })}}` }));
137935
137935
  }
137936
- function NN(t, e, n) {
137936
+ function N7(t, e, n) {
137937
137937
  var r;
137938
137938
  const i = (r = ki(n)) === null || r === void 0 ? void 0 : r.unit;
137939
137939
  return e === "temporal" || i ? pst(t, e, i) : [t];
@@ -137941,13 +137941,13 @@ function NN(t, e, n) {
137941
137941
  function x0(t, e, n, r) {
137942
137942
  const { encoding: i } = n, s = Jn(i[r]), { type: o } = s, u = s.timeUnit;
137943
137943
  if (Net(e)) {
137944
- const f = x0(t, void 0, n, r), x = NN(e.unionWith, o, u);
137944
+ const f = x0(t, void 0, n, r), x = N7(e.unionWith, o, u);
137945
137945
  return Lu([...f.value, ...x]);
137946
137946
  } else {
137947
137947
  if (Ye(e))
137948
137948
  return Lu([e]);
137949
137949
  if (e && e !== "unaggregated" && !Uae(e))
137950
- return Lu(NN(e, o, u));
137950
+ return Lu(N7(e, o, u));
137951
137951
  }
137952
137952
  const a = n.stack;
137953
137953
  if (a && r === a.fieldChannel) {
@@ -137967,7 +137967,7 @@ function x0(t, e, n, r) {
137967
137967
  }
137968
137968
  const l = jc(r) && Ie(s) ? mst(n, r, t) : void 0;
137969
137969
  if (Ba(s)) {
137970
- const f = NN([s.datum], o, u);
137970
+ const f = N7([s.datum], o, u);
137971
137971
  return _s(f);
137972
137972
  }
137973
137973
  const c = s;
@@ -138046,7 +138046,7 @@ function x0(t, e, n, r) {
138046
138046
  }
138047
138047
  ]);
138048
138048
  }
138049
- function DN(t, e) {
138049
+ function D7(t, e) {
138050
138050
  const { op: n, field: r, order: i } = t;
138051
138051
  return Object.assign(Object.assign({
138052
138052
  // Apply default op
@@ -138071,16 +138071,16 @@ function mst(t, e, n) {
138071
138071
  const { stack: s } = t, o = s ? /* @__PURE__ */ new Set([...s.groupbyFields, ...s.stackBy.map((u) => u.fieldDef.field)]) : void 0;
138072
138072
  if (Vu(i)) {
138073
138073
  const u = s && !o.has(i.field);
138074
- return DN(i, u);
138074
+ return D7(i, u);
138075
138075
  } else if (tle(i)) {
138076
138076
  const { encoding: u, order: a } = i, l = t.fieldDef(u), { aggregate: c, field: f } = l, x = s && !o.has(f);
138077
138077
  if (Ol(c) || Uc(c))
138078
- return DN({
138078
+ return D7({
138079
138079
  field: $e(l),
138080
138080
  order: a
138081
138081
  }, x);
138082
138082
  if (qL(c) || !c)
138083
- return DN({
138083
+ return D7({
138084
138084
  op: c,
138085
138085
  field: f,
138086
138086
  order: a
@@ -138645,8 +138645,8 @@ function jst(t, e, n, r) {
138645
138645
  switch (e.type) {
138646
138646
  case "nominal":
138647
138647
  case "ordinal": {
138648
- if (mh(t) || p7(t) === "discrete")
138649
- return t === "shape" && e.type === "ordinal" && Te(g7(t, "ordinal")), "ordinal";
138648
+ if (mh(t) || pN(t) === "discrete")
138649
+ return t === "shape" && e.type === "ordinal" && Te(gN(t, "ordinal")), "ordinal";
138650
138650
  if (Ir(t) || v1(t)) {
138651
138651
  if (bt(["rect", "bar", "image", "rule"], n.type) || r)
138652
138652
  return "band";
@@ -138656,9 +138656,9 @@ function jst(t, e, n, r) {
138656
138656
  return I1(s) || Nk(e) && (!((i = e.axis) === null || i === void 0) && i.tickBand) ? "band" : "point";
138657
138657
  }
138658
138658
  case "temporal":
138659
- return mh(t) ? "time" : p7(t) === "discrete" ? (Te(g7(t, "temporal")), "ordinal") : Ie(e) && e.timeUnit && ki(e.timeUnit).utc ? "utc" : "time";
138659
+ return mh(t) ? "time" : pN(t) === "discrete" ? (Te(gN(t, "temporal")), "ordinal") : Ie(e) && e.timeUnit && ki(e.timeUnit).utc ? "utc" : "time";
138660
138660
  case "quantitative":
138661
- return mh(t) ? Ie(e) && Xt(e.bin) ? "bin-ordinal" : "linear" : p7(t) === "discrete" ? (Te(g7(t, "quantitative")), "ordinal") : "linear";
138661
+ return mh(t) ? Ie(e) && Xt(e.bin) ? "bin-ordinal" : "linear" : pN(t) === "discrete" ? (Te(gN(t, "quantitative")), "ordinal") : "linear";
138662
138662
  case "geojson":
138663
138663
  return;
138664
138664
  }
@@ -138720,7 +138720,7 @@ function Hst(t) {
138720
138720
  }
138721
138721
  return r;
138722
138722
  }
138723
- var FN = function(t, e) {
138723
+ var F7 = function(t, e) {
138724
138724
  var n = {};
138725
138725
  for (var r in t)
138726
138726
  Object.prototype.hasOwnProperty.call(t, r) && e.indexOf(r) < 0 && (n[r] = t[r]);
@@ -138729,7 +138729,7 @@ var FN = function(t, e) {
138729
138729
  e.indexOf(r[i]) < 0 && Object.prototype.propertyIsEnumerable.call(t, r[i]) && (n[r[i]] = t[r[i]]);
138730
138730
  return n;
138731
138731
  };
138732
- class wN {
138732
+ class w7 {
138733
138733
  constructor() {
138734
138734
  this.nameMap = {};
138735
138735
  }
@@ -138763,7 +138763,7 @@ class aP {
138763
138763
  this.type = n, this.parent = r, this.config = s, this.correctDataNames = (c) => {
138764
138764
  var f, x, h;
138765
138765
  return !((f = c.from) === null || f === void 0) && f.data && (c.from.data = this.lookupDataSource(c.from.data)), !((h = (x = c.from) === null || x === void 0 ? void 0 : x.facet) === null || h === void 0) && h.data && (c.from.facet.data = this.lookupDataSource(c.from.facet.data)), c;
138766
- }, this.parent = r, this.config = s, this.view = Ji(u), this.name = (a = e.name) !== null && a !== void 0 ? a : i, this.title = g0(e.title) ? { text: e.title } : e.title ? Ji(e.title) : void 0, this.scaleNameMap = r ? r.scaleNameMap : new wN(), this.projectionNameMap = r ? r.projectionNameMap : new wN(), this.signalNameMap = r ? r.signalNameMap : new wN(), this.data = e.data, this.description = e.description, this.transforms = Gnt((l = e.transform) !== null && l !== void 0 ? l : []), this.layout = n === "layer" || n === "unit" ? {} : Jtt(e, n, s), this.component = {
138766
+ }, this.parent = r, this.config = s, this.view = Ji(u), this.name = (a = e.name) !== null && a !== void 0 ? a : i, this.title = g0(e.title) ? { text: e.title } : e.title ? Ji(e.title) : void 0, this.scaleNameMap = r ? r.scaleNameMap : new w7(), this.projectionNameMap = r ? r.projectionNameMap : new w7(), this.signalNameMap = r ? r.signalNameMap : new w7(), this.data = e.data, this.description = e.description, this.transforms = Gnt((l = e.transform) !== null && l !== void 0 ? l : []), this.layout = n === "layer" || n === "unit" ? {} : Jtt(e, n, s), this.component = {
138767
138767
  data: {
138768
138768
  sources: r ? r.component.data.sources : [],
138769
138769
  outputNodes: r ? r.component.data.outputNodes : {},
@@ -138809,7 +138809,7 @@ class aP {
138809
138809
  I0e(this);
138810
138810
  }
138811
138811
  assembleEncodeFromView(e) {
138812
- const n = FN(e, ["style"]), r = {};
138812
+ const n = F7(e, ["style"]), r = {};
138813
138813
  for (const i of Re(n)) {
138814
138814
  const s = n[i];
138815
138815
  s !== void 0 && (r[i] = tn(s));
@@ -138823,7 +138823,7 @@ class aP {
138823
138823
  assembleLayout() {
138824
138824
  if (!this.layout)
138825
138825
  return;
138826
- const e = this.layout, { spacing: n } = e, r = FN(e, ["spacing"]), { component: i, config: s } = this, o = uit(i.layoutHeaders, s);
138826
+ const e = this.layout, { spacing: n } = e, r = F7(e, ["spacing"]), { component: i, config: s } = this, o = uit(i.layoutHeaders, s);
138827
138827
  return Object.assign(Object.assign(Object.assign({ padding: n }, this.assembleDefaultLayout()), r), o ? { titleBand: o } : {});
138828
138828
  }
138829
138829
  assembleDefaultLayout() {
@@ -138849,7 +138849,7 @@ class aP {
138849
138849
  }
138850
138850
  assembleTitle() {
138851
138851
  var e, n, r;
138852
- const i = (e = this.title) !== null && e !== void 0 ? e : {}, { encoding: s } = i, o = FN(i, ["encoding"]), u = Object.assign(Object.assign(Object.assign({}, Kee(this.config.title).nonMarkTitleProperties), o), s ? { encode: { update: s } } : {});
138852
+ const i = (e = this.title) !== null && e !== void 0 ? e : {}, { encoding: s } = i, o = F7(i, ["encoding"]), u = Object.assign(Object.assign(Object.assign({}, Kee(this.config.title).nonMarkTitleProperties), o), s ? { encode: { update: s } } : {});
138853
138853
  if (u.text)
138854
138854
  return bt(["unit", "layer"], this.type) ? bt(["middle", void 0], u.anchor) && ((n = u.frame) !== null && n !== void 0 || (u.frame = "group")) : (r = u.anchor) !== null && r !== void 0 || (u.anchor = "start"), zt(u) ? void 0 : u;
138855
138855
  }
@@ -142744,7 +142744,7 @@ function vut(t) {
142744
142744
  function Sut(t) {
142745
142745
  return typeof t == "function" && t.toString().indexOf("class") === 0;
142746
142746
  }
142747
- let LN;
142747
+ let L7;
142748
142748
  function _ut(t, e) {
142749
142749
  const n = Object.keys(e);
142750
142750
  return class extends t {
@@ -142758,15 +142758,15 @@ function _ut(t, e) {
142758
142758
  if (this.__initialized)
142759
142759
  return;
142760
142760
  this.__releaseCallbacks = [], this.__propertyChangedCallbacks = [], this.__updating = {}, this.props = Eut(this, e);
142761
- const i = yut(this.props), s = this.Component, o = LN;
142761
+ const i = yut(this.props), s = this.Component, o = L7;
142762
142762
  try {
142763
- LN = this, this.__initialized = !0, Sut(s) ? new s(i, {
142763
+ L7 = this, this.__initialized = !0, Sut(s) ? new s(i, {
142764
142764
  element: this
142765
142765
  }) : s(i, {
142766
142766
  element: this
142767
142767
  });
142768
142768
  } finally {
142769
- LN = o;
142769
+ L7 = o;
142770
142770
  }
142771
142771
  }
142772
142772
  async disconnectedCallback() {
@@ -142828,7 +142828,7 @@ const Xc = 1, QS = 2, fce = {
142828
142828
  owner: null
142829
142829
  };
142830
142830
  var en = null;
142831
- let IN = null, Out = null, qn = null, ti = null, vl = null, bR = 0;
142831
+ let I7 = null, Out = null, qn = null, ti = null, vl = null, bR = 0;
142832
142832
  function wv(t, e) {
142833
142833
  const n = qn, r = en, i = t.length === 0, s = e === void 0 ? r : e, o = i ? fce : {
142834
142834
  owned: null,
@@ -142918,8 +142918,8 @@ function pce(t, e, n) {
142918
142918
  let r = t.value;
142919
142919
  return (!t.comparator || !t.comparator(r, e)) && (t.value = e, t.observers && t.observers.length && LE(() => {
142920
142920
  for (let i = 0; i < t.observers.length; i += 1) {
142921
- const s = t.observers[i], o = IN && IN.running;
142922
- o && IN.disposed.has(s), (o ? !s.tState : !s.state) && (s.pure ? ti.push(s) : vl.push(s), s.observers && mce(s)), o || (s.state = Xc);
142921
+ const s = t.observers[i], o = I7 && I7.running;
142922
+ o && I7.disposed.has(s), (o ? !s.tState : !s.state) && (s.pure ? ti.push(s) : vl.push(s), s.observers && mce(s)), o || (s.state = Xc);
142923
142923
  }
142924
142924
  if (ti.length > 1e6)
142925
142925
  throw ti = [], new Error();
@@ -143156,7 +143156,7 @@ const kut = {
143156
143156
  return t.keys();
143157
143157
  }
143158
143158
  };
143159
- function $N(t) {
143159
+ function $7(t) {
143160
143160
  return (t = typeof t == "function" ? t() : t) ? t : {};
143161
143161
  }
143162
143162
  function Put() {
@@ -143177,21 +143177,21 @@ function Mut(...t) {
143177
143177
  {
143178
143178
  get(o) {
143179
143179
  for (let u = t.length - 1; u >= 0; u--) {
143180
- const a = $N(t[u])[o];
143180
+ const a = $7(t[u])[o];
143181
143181
  if (a !== void 0)
143182
143182
  return a;
143183
143183
  }
143184
143184
  },
143185
143185
  has(o) {
143186
143186
  for (let u = t.length - 1; u >= 0; u--)
143187
- if (o in $N(t[u]))
143187
+ if (o in $7(t[u]))
143188
143188
  return !0;
143189
143189
  return !1;
143190
143190
  },
143191
143191
  keys() {
143192
143192
  const o = [];
143193
143193
  for (let u = 0; u < t.length; u++)
143194
- o.push(...Object.keys($N(t[u])));
143194
+ o.push(...Object.keys($7(t[u])));
143195
143195
  return [...new Set(o)];
143196
143196
  }
143197
143197
  },