@malloydata/render 0.0.138-dev240403142727 → 0.0.138-dev240403155507
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.
package/dist/module/index.mjs
CHANGED
|
@@ -3836,7 +3836,7 @@ class A2e extends wP.Dialect {
|
|
|
3836
3836
|
sqlAggregateTurtle(e, n, r, i) {
|
|
3837
3837
|
const s = n.map((a) => a.sqlExpression).join(`,
|
|
3838
3838
|
`), o = this.buildTypeExpression(n);
|
|
3839
|
-
let u = `ARRAY_AGG(
|
|
3839
|
+
let u = `ARRAY_AGG(CAST(ROW(${s}) AS ROW(${o})) ${r}) FILTER (WHERE group_set=${e})`;
|
|
3840
3840
|
return i !== void 0 && (u = `SLICE(${u}, 1, ${i})`), u;
|
|
3841
3841
|
}
|
|
3842
3842
|
sqlAnyValueTurtle(e, n) {
|
|
@@ -6694,10 +6694,10 @@ function z5() {
|
|
|
6694
6694
|
var hV = E3(), pV = z5(), J2e = pV(hV("String.prototype.indexOf")), gV = function(e, n) {
|
|
6695
6695
|
var r = hV(e, !!n);
|
|
6696
6696
|
return typeof r == "function" && J2e(e, ".prototype.") > -1 ? pV(r) : r;
|
|
6697
|
-
}, Z2e = Cw(), e1e = gV,
|
|
6698
|
-
return Z2e && e && typeof e == "object" && Symbol.toStringTag in e ? !1 :
|
|
6697
|
+
}, Z2e = Cw(), e1e = gV, BN = e1e("Object.prototype.toString"), H5 = function(e) {
|
|
6698
|
+
return Z2e && e && typeof e == "object" && Symbol.toStringTag in e ? !1 : BN(e) === "[object Arguments]";
|
|
6699
6699
|
}, mV = function(e) {
|
|
6700
|
-
return H5(e) ? !0 : e !== null && typeof e == "object" && typeof e.length == "number" && e.length >= 0 &&
|
|
6700
|
+
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]";
|
|
6701
6701
|
}, t1e = function() {
|
|
6702
6702
|
return H5(arguments);
|
|
6703
6703
|
}();
|
|
@@ -6725,22 +6725,22 @@ var n1e = t1e ? H5 : mV, r1e = Object.prototype.toString, i1e = Function.prototy
|
|
|
6725
6725
|
XR = r ? KR(r) : !1;
|
|
6726
6726
|
}
|
|
6727
6727
|
return KR(e) === XR;
|
|
6728
|
-
}, EV = Function.prototype.toString, uh = typeof Reflect == "object" && Reflect !== null && Reflect.apply,
|
|
6728
|
+
}, EV = Function.prototype.toString, uh = typeof Reflect == "object" && Reflect !== null && Reflect.apply, kN, KA;
|
|
6729
6729
|
if (typeof uh == "function" && typeof Object.defineProperty == "function")
|
|
6730
6730
|
try {
|
|
6731
|
-
|
|
6731
|
+
kN = Object.defineProperty({}, "length", {
|
|
6732
6732
|
get: function() {
|
|
6733
6733
|
throw KA;
|
|
6734
6734
|
}
|
|
6735
6735
|
}), KA = {}, uh(function() {
|
|
6736
6736
|
throw 42;
|
|
6737
|
-
}, null,
|
|
6737
|
+
}, null, kN);
|
|
6738
6738
|
} catch (t) {
|
|
6739
6739
|
t !== KA && (uh = null);
|
|
6740
6740
|
}
|
|
6741
6741
|
else
|
|
6742
6742
|
uh = null;
|
|
6743
|
-
var a1e = /^\s*class\b/,
|
|
6743
|
+
var a1e = /^\s*class\b/, PN = function(e) {
|
|
6744
6744
|
try {
|
|
6745
6745
|
var n = EV.call(e);
|
|
6746
6746
|
return a1e.test(n);
|
|
@@ -6749,7 +6749,7 @@ var a1e = /^\s*class\b/, P7 = function(e) {
|
|
|
6749
6749
|
}
|
|
6750
6750
|
}, l1e = function(e) {
|
|
6751
6751
|
try {
|
|
6752
|
-
return
|
|
6752
|
+
return PN(e) ? !1 : (EV.call(e), !0);
|
|
6753
6753
|
} catch {
|
|
6754
6754
|
return !1;
|
|
6755
6755
|
}
|
|
@@ -6761,12 +6761,12 @@ var a1e = /^\s*class\b/, P7 = function(e) {
|
|
|
6761
6761
|
if (typeof e == "function" && !e.prototype)
|
|
6762
6762
|
return !0;
|
|
6763
6763
|
try {
|
|
6764
|
-
uh(e, null,
|
|
6764
|
+
uh(e, null, kN);
|
|
6765
6765
|
} catch (n) {
|
|
6766
6766
|
if (n !== KA)
|
|
6767
6767
|
return !1;
|
|
6768
6768
|
}
|
|
6769
|
-
return !
|
|
6769
|
+
return !PN(e);
|
|
6770
6770
|
} : function(e) {
|
|
6771
6771
|
if (e === HP)
|
|
6772
6772
|
return !0;
|
|
@@ -6776,7 +6776,7 @@ var a1e = /^\s*class\b/, P7 = function(e) {
|
|
|
6776
6776
|
return !0;
|
|
6777
6777
|
if (d1e)
|
|
6778
6778
|
return l1e(e);
|
|
6779
|
-
if (
|
|
6779
|
+
if (PN(e))
|
|
6780
6780
|
return !1;
|
|
6781
6781
|
var n = c1e.call(e);
|
|
6782
6782
|
return n === f1e || n === x1e;
|
|
@@ -6817,13 +6817,13 @@ if (XA)
|
|
|
6817
6817
|
} catch {
|
|
6818
6818
|
XA = null;
|
|
6819
6819
|
}
|
|
6820
|
-
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,
|
|
6820
|
+
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) {
|
|
6821
6821
|
for (var r = 0; r < e.length; r += 1)
|
|
6822
6822
|
if (e[r] === n)
|
|
6823
6823
|
return r;
|
|
6824
6824
|
return -1;
|
|
6825
6825
|
}, $v = { __proto__: null };
|
|
6826
|
-
SV && JA && ZR ? Iv(
|
|
6826
|
+
SV && JA && ZR ? Iv(MN, function(t) {
|
|
6827
6827
|
var e = new GP[t]();
|
|
6828
6828
|
if (Symbol.toStringTag in e) {
|
|
6829
6829
|
var n = ZR(e), r = JA(n, Symbol.toStringTag);
|
|
@@ -6833,7 +6833,7 @@ SV && JA && ZR ? Iv(M7, function(t) {
|
|
|
6833
6833
|
}
|
|
6834
6834
|
$v["$" + t] = QP(r.get);
|
|
6835
6835
|
}
|
|
6836
|
-
}) : Iv(
|
|
6836
|
+
}) : Iv(MN, function(t) {
|
|
6837
6837
|
var e = new GP[t]();
|
|
6838
6838
|
$v["$" + t] = QP(e.slice);
|
|
6839
6839
|
});
|
|
@@ -6860,7 +6860,7 @@ var O1e = function(e) {
|
|
|
6860
6860
|
return !1;
|
|
6861
6861
|
if (!SV) {
|
|
6862
6862
|
var n = Rw(T1e(e), 8, -1);
|
|
6863
|
-
return R1e(
|
|
6863
|
+
return R1e(MN, n) > -1 ? n : n !== "Object" ? !1 : N1e(e);
|
|
6864
6864
|
}
|
|
6865
6865
|
return JA ? O1e(e) : null;
|
|
6866
6866
|
}, D1e = _V, F1e = function(e) {
|
|
@@ -7052,8 +7052,8 @@ var O1e = function(e) {
|
|
|
7052
7052
|
})(xV);
|
|
7053
7053
|
var w1e = function(e) {
|
|
7054
7054
|
return e && typeof e == "object" && typeof e.copy == "function" && typeof e.fill == "function" && typeof e.readUInt8 == "function";
|
|
7055
|
-
},
|
|
7056
|
-
typeof Object.create == "function" ?
|
|
7055
|
+
}, jN = { exports: {} };
|
|
7056
|
+
typeof Object.create == "function" ? jN.exports = function(e, n) {
|
|
7057
7057
|
n && (e.super_ = n, e.prototype = Object.create(n.prototype, {
|
|
7058
7058
|
constructor: {
|
|
7059
7059
|
value: e,
|
|
@@ -7062,7 +7062,7 @@ typeof Object.create == "function" ? j7.exports = function(e, n) {
|
|
|
7062
7062
|
configurable: !0
|
|
7063
7063
|
}
|
|
7064
7064
|
}));
|
|
7065
|
-
} :
|
|
7065
|
+
} : jN.exports = function(e, n) {
|
|
7066
7066
|
if (n) {
|
|
7067
7067
|
e.super_ = n;
|
|
7068
7068
|
var r = function() {
|
|
@@ -7070,7 +7070,7 @@ typeof Object.create == "function" ? j7.exports = function(e, n) {
|
|
|
7070
7070
|
r.prototype = n.prototype, e.prototype = new r(), e.prototype.constructor = e;
|
|
7071
7071
|
}
|
|
7072
7072
|
};
|
|
7073
|
-
var L1e =
|
|
7073
|
+
var L1e = jN.exports;
|
|
7074
7074
|
(function(t) {
|
|
7075
7075
|
var e = Object.getOwnPropertyDescriptors || function(T) {
|
|
7076
7076
|
for (var w = Object.keys(T), k = {}, H = 0; H < w.length; H++)
|
|
@@ -10232,15 +10232,15 @@ var ppe = N && N.__decorate || function(t, e, n, r) {
|
|
|
10232
10232
|
Object.defineProperty(Vx, "__esModule", { value: !0 });
|
|
10233
10233
|
Vx.InputMismatchException = void 0;
|
|
10234
10234
|
const mpe = To, ype = me;
|
|
10235
|
-
let
|
|
10235
|
+
let UN = class extends mpe.RecognitionException {
|
|
10236
10236
|
constructor(e, n, r) {
|
|
10237
10237
|
r === void 0 && (r = e.context), super(e, e.inputStream, r), n !== void 0 && this.setOffendingState(n), this.setOffendingToken(e, e.currentToken);
|
|
10238
10238
|
}
|
|
10239
10239
|
};
|
|
10240
|
-
|
|
10240
|
+
UN = ppe([
|
|
10241
10241
|
gpe(0, ype.NotNull)
|
|
10242
|
-
],
|
|
10243
|
-
Vx.InputMismatchException =
|
|
10242
|
+
], UN);
|
|
10243
|
+
Vx.InputMismatchException = UN;
|
|
10244
10244
|
var np = {}, $2 = {}, W5 = {};
|
|
10245
10245
|
(function(t) {
|
|
10246
10246
|
/*!
|
|
@@ -11799,7 +11799,7 @@ function As(t) {
|
|
|
11799
11799
|
function rh(t) {
|
|
11800
11800
|
return t * 16;
|
|
11801
11801
|
}
|
|
11802
|
-
function
|
|
11802
|
+
function qN(t) {
|
|
11803
11803
|
let e = 1;
|
|
11804
11804
|
for (let n = 0; n < 16; n++) {
|
|
11805
11805
|
if (t & e)
|
|
@@ -11820,14 +11820,14 @@ function EM(t) {
|
|
|
11820
11820
|
function Zs(t, e) {
|
|
11821
11821
|
return t &= 15, e &= 15, t === e ? 1 << t >>> 0 : 65535 >>> 15 - e ^ 65535 >>> 16 - t;
|
|
11822
11822
|
}
|
|
11823
|
-
const
|
|
11823
|
+
const zN = new Uint8Array(65536);
|
|
11824
11824
|
for (let t = 0; t < 16; t++) {
|
|
11825
11825
|
const e = 1 << t >>> 0;
|
|
11826
11826
|
let n = 0;
|
|
11827
|
-
for (; n <
|
|
11827
|
+
for (; n < zN.length; ) {
|
|
11828
11828
|
n += e;
|
|
11829
11829
|
for (let r = 0; r < e; r++)
|
|
11830
|
-
|
|
11830
|
+
zN[n]++, n++;
|
|
11831
11831
|
}
|
|
11832
11832
|
}
|
|
11833
11833
|
class ah {
|
|
@@ -11883,7 +11883,7 @@ class ah {
|
|
|
11883
11883
|
const e = this.data, n = e.length;
|
|
11884
11884
|
let r = 0;
|
|
11885
11885
|
for (let i = 0; i < n; i++)
|
|
11886
|
-
r +=
|
|
11886
|
+
r += zN[e[i]];
|
|
11887
11887
|
return r;
|
|
11888
11888
|
}
|
|
11889
11889
|
clear(e, n) {
|
|
@@ -11962,7 +11962,7 @@ class ah {
|
|
|
11962
11962
|
if (i === r)
|
|
11963
11963
|
return -1;
|
|
11964
11964
|
}
|
|
11965
|
-
return rh(i) +
|
|
11965
|
+
return rh(i) + qN((n[i] | s) ^ 65535);
|
|
11966
11966
|
}
|
|
11967
11967
|
/**
|
|
11968
11968
|
* Returns the index of the first bit that is set to `true` that occurs on or after the specified starting index.
|
|
@@ -11994,7 +11994,7 @@ class ah {
|
|
|
11994
11994
|
if (i >= r)
|
|
11995
11995
|
return -1;
|
|
11996
11996
|
}
|
|
11997
|
-
return rh(i) +
|
|
11997
|
+
return rh(i) + qN(n[i] & s);
|
|
11998
11998
|
}
|
|
11999
11999
|
/**
|
|
12000
12000
|
* Performs a logical **OR** of this bit set with the bit set argument. This bit set is modified so that a bit in it
|
|
@@ -12217,7 +12217,7 @@ class Lpe {
|
|
|
12217
12217
|
for (; this.index < this.data.length; ) {
|
|
12218
12218
|
const e = this.data[this.index] & this.mask;
|
|
12219
12219
|
if (e !== 0) {
|
|
12220
|
-
const n = rh(this.index) +
|
|
12220
|
+
const n = rh(this.index) + qN(e);
|
|
12221
12221
|
return this.mask = Zs(n + 1, 15), { done: !1, value: n };
|
|
12222
12222
|
}
|
|
12223
12223
|
this.index++, this.mask = 65535;
|
|
@@ -12260,7 +12260,7 @@ function C3() {
|
|
|
12260
12260
|
function m(y) {
|
|
12261
12261
|
return y ? new e.Array2DHashMap(y) : new e.Array2DHashMap(p.INSTANCE);
|
|
12262
12262
|
}
|
|
12263
|
-
let g = class
|
|
12263
|
+
let g = class HN {
|
|
12264
12264
|
constructor(E, A) {
|
|
12265
12265
|
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);
|
|
12266
12266
|
}
|
|
@@ -12299,7 +12299,7 @@ function C3() {
|
|
|
12299
12299
|
A.context = E.atn.getCachedContext(A.context);
|
|
12300
12300
|
}
|
|
12301
12301
|
clone(E) {
|
|
12302
|
-
let A = new
|
|
12302
|
+
let A = new HN(this, E);
|
|
12303
12303
|
return !E && this.isReadOnly && A.addAll(this.configs), A;
|
|
12304
12304
|
}
|
|
12305
12305
|
get size() {
|
|
@@ -12381,7 +12381,7 @@ function C3() {
|
|
|
12381
12381
|
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;
|
|
12382
12382
|
}
|
|
12383
12383
|
equals(E) {
|
|
12384
|
-
return this === E ? !0 : E instanceof
|
|
12384
|
+
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;
|
|
12385
12385
|
}
|
|
12386
12386
|
hashCode() {
|
|
12387
12387
|
if (this.isReadOnly && this.cachedHashCode !== -1)
|
|
@@ -12659,7 +12659,7 @@ var yc = {}, b3 = {};
|
|
|
12659
12659
|
*/
|
|
12660
12660
|
Object.defineProperty(b3, "__esModule", { value: !0 });
|
|
12661
12661
|
b3.ConsoleErrorListener = void 0;
|
|
12662
|
-
class
|
|
12662
|
+
class QN {
|
|
12663
12663
|
/**
|
|
12664
12664
|
* {@inheritDoc}
|
|
12665
12665
|
*
|
|
@@ -12675,8 +12675,8 @@ class Q7 {
|
|
|
12675
12675
|
console.error(`line ${r}:${i} ${s}`);
|
|
12676
12676
|
}
|
|
12677
12677
|
}
|
|
12678
|
-
b3.ConsoleErrorListener =
|
|
12679
|
-
|
|
12678
|
+
b3.ConsoleErrorListener = QN;
|
|
12679
|
+
QN.INSTANCE = new QN();
|
|
12680
12680
|
var B2 = {};
|
|
12681
12681
|
/*!
|
|
12682
12682
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -13581,7 +13581,7 @@ function ige() {
|
|
|
13581
13581
|
};
|
|
13582
13582
|
Object.defineProperty(lp, "__esModule", { value: !0 }), lp.LL1Analyzer = void 0;
|
|
13583
13583
|
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;
|
|
13584
|
-
let m = class
|
|
13584
|
+
let m = class GN {
|
|
13585
13585
|
constructor(y) {
|
|
13586
13586
|
this.atn = y;
|
|
13587
13587
|
}
|
|
@@ -13603,7 +13603,7 @@ function ige() {
|
|
|
13603
13603
|
let v = new o.IntervalSet();
|
|
13604
13604
|
E[A] = v;
|
|
13605
13605
|
let S = new r.Array2DHashSet(l.ObjectEqualityComparator.INSTANCE);
|
|
13606
|
-
this._LOOK(y.transition(A).target, void 0, c.PredictionContext.EMPTY_LOCAL, v, S, new s.BitSet(), !1, !1), (v.size === 0 || v.contains(
|
|
13606
|
+
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);
|
|
13607
13607
|
}
|
|
13608
13608
|
return E;
|
|
13609
13609
|
}
|
|
@@ -13692,7 +13692,7 @@ function ige() {
|
|
|
13692
13692
|
C.clear(M.ruleIndex);
|
|
13693
13693
|
}
|
|
13694
13694
|
} else if (M instanceof n.AbstractPredicateTransition)
|
|
13695
|
-
_ ? this._LOOK(M.target, E, A, v, S, C, _, b) : v.add(
|
|
13695
|
+
_ ? this._LOOK(M.target, E, A, v, S, C, _, b) : v.add(GN.HIT_PRED);
|
|
13696
13696
|
else if (M.isEpsilon)
|
|
13697
13697
|
this._LOOK(M.target, E, A, v, S, C, _, b);
|
|
13698
13698
|
else if (M instanceof p.WildcardTransition)
|
|
@@ -16758,12 +16758,12 @@ function Ro() {
|
|
|
16758
16758
|
};
|
|
16759
16759
|
Object.defineProperty(yp, "__esModule", { value: !0 }), yp.ParserRuleContext = void 0;
|
|
16760
16760
|
const e = Sc, n = Sr, r = me, i = xY(), s = lu;
|
|
16761
|
-
let o = class
|
|
16761
|
+
let o = class WN extends i.RuleContext {
|
|
16762
16762
|
constructor(a, l) {
|
|
16763
16763
|
l == null ? super() : super(a, l);
|
|
16764
16764
|
}
|
|
16765
16765
|
static emptyContext() {
|
|
16766
|
-
return
|
|
16766
|
+
return WN.EMPTY;
|
|
16767
16767
|
}
|
|
16768
16768
|
/**
|
|
16769
16769
|
* COPY a ctx (I'm deliberately not using copy constructor) to avoid
|
|
@@ -16837,7 +16837,7 @@ function Ro() {
|
|
|
16837
16837
|
}
|
|
16838
16838
|
get parent() {
|
|
16839
16839
|
let a = super.parent;
|
|
16840
|
-
if (a === void 0 || a instanceof
|
|
16840
|
+
if (a === void 0 || a instanceof WN)
|
|
16841
16841
|
return a;
|
|
16842
16842
|
throw new TypeError("Invalid parent type for ParserRuleContext");
|
|
16843
16843
|
}
|
|
@@ -20220,9 +20220,9 @@ function _Y() {
|
|
|
20220
20220
|
};
|
|
20221
20221
|
Object.defineProperty(_p, "__esModule", { value: !0 }), _p.ParserInterpreter = void 0;
|
|
20222
20222
|
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;
|
|
20223
|
-
let g = class
|
|
20223
|
+
let g = class VN extends f.Parser {
|
|
20224
20224
|
constructor(E, A, v, S, C) {
|
|
20225
|
-
if (super(E instanceof
|
|
20225
|
+
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) {
|
|
20226
20226
|
let _ = E;
|
|
20227
20227
|
this._grammarFileName = _._grammarFileName, this._atn = _._atn, this.pushRecursionContextStates = _.pushRecursionContextStates, this._ruleNames = _._ruleNames, this._vocabulary = _._vocabulary, this.interpreter = new x.ParserATNSimulator(this._atn, this);
|
|
20228
20228
|
} else {
|
|
@@ -27881,7 +27881,7 @@ class d extends b3e.Parser {
|
|
|
27881
27881
|
i = new nX(i), this._ctx = i, s = i, this.state = 976, this.match(d.NOT), this.state = 977, this.fieldExpr(13);
|
|
27882
27882
|
break;
|
|
27883
27883
|
case 5:
|
|
27884
|
-
i = new
|
|
27884
|
+
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);
|
|
27885
27885
|
break;
|
|
27886
27886
|
case 6:
|
|
27887
27887
|
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);
|
|
@@ -28060,7 +28060,7 @@ class d extends b3e.Parser {
|
|
|
28060
28060
|
break;
|
|
28061
28061
|
case 11:
|
|
28062
28062
|
{
|
|
28063
|
-
if (i = new
|
|
28063
|
+
if (i = new YN(new De(n, r)), this.pushNewRecursionContext(i, o, d.RULE_fieldExpr), this.state = 1085, !this.precpred(this._ctx, 24))
|
|
28064
28064
|
throw this.createFailedPredicateException("this.precpred(this._ctx, 24)");
|
|
28065
28065
|
this.state = 1086, this.match(d.DOUBLECOLON), this.state = 1087, this.malloyOrSQLType();
|
|
28066
28066
|
}
|
|
@@ -33857,7 +33857,7 @@ class QK extends De {
|
|
|
33857
33857
|
}
|
|
33858
33858
|
}
|
|
33859
33859
|
F.ExprTimeTruncContext = QK;
|
|
33860
|
-
class
|
|
33860
|
+
class YN extends De {
|
|
33861
33861
|
fieldExpr() {
|
|
33862
33862
|
return this.getRuleContext(0, De);
|
|
33863
33863
|
}
|
|
@@ -33895,7 +33895,7 @@ class Y7 extends De {
|
|
|
33895
33895
|
return e.visitExprCast ? e.visitExprCast(this) : e.visitChildren(this);
|
|
33896
33896
|
}
|
|
33897
33897
|
}
|
|
33898
|
-
F.ExprCastContext =
|
|
33898
|
+
F.ExprCastContext = YN;
|
|
33899
33899
|
class GK extends De {
|
|
33900
33900
|
fieldExpr() {
|
|
33901
33901
|
return this.getRuleContext(0, De);
|
|
@@ -36744,10 +36744,10 @@ class qu {
|
|
|
36744
36744
|
}
|
|
36745
36745
|
document() {
|
|
36746
36746
|
var e;
|
|
36747
|
-
return this instanceof
|
|
36747
|
+
return this instanceof XN ? this : (e = this.parent) === null || e === void 0 ? void 0 : e.document();
|
|
36748
36748
|
}
|
|
36749
36749
|
namespace() {
|
|
36750
|
-
if (this instanceof
|
|
36750
|
+
if (this instanceof XN)
|
|
36751
36751
|
return this;
|
|
36752
36752
|
if (this.parent)
|
|
36753
36753
|
return this.parent.namespace();
|
|
@@ -36755,8 +36755,8 @@ class qu {
|
|
|
36755
36755
|
}
|
|
36756
36756
|
modelEntry(e) {
|
|
36757
36757
|
var n;
|
|
36758
|
-
const r = e instanceof
|
|
36759
|
-
return e instanceof
|
|
36758
|
+
const r = e instanceof KN ? e.name : e, i = (n = this.namespace()) === null || n === void 0 ? void 0 : n.getEntry(r);
|
|
36759
|
+
return e instanceof KN && ((i == null ? void 0 : i.entry.type) === "query" ? this.addReference({
|
|
36760
36760
|
type: "queryReference",
|
|
36761
36761
|
text: r,
|
|
36762
36762
|
definition: i.entry,
|
|
@@ -36881,7 +36881,7 @@ class dye extends qu {
|
|
|
36881
36881
|
}
|
|
36882
36882
|
}
|
|
36883
36883
|
Ve.Unimplemented = dye;
|
|
36884
|
-
class
|
|
36884
|
+
class KN extends qu {
|
|
36885
36885
|
constructor(e) {
|
|
36886
36886
|
super(), this.name = e, this.elementType = "modelEntryReference";
|
|
36887
36887
|
}
|
|
@@ -36896,7 +36896,7 @@ class K7 extends qu {
|
|
|
36896
36896
|
return (e = this.modelEntry(this)) === null || e === void 0 ? void 0 : e.entry;
|
|
36897
36897
|
}
|
|
36898
36898
|
}
|
|
36899
|
-
Ve.ModelEntryReference =
|
|
36899
|
+
Ve.ModelEntryReference = KN;
|
|
36900
36900
|
class hye extends qu {
|
|
36901
36901
|
constructor(e) {
|
|
36902
36902
|
super(), this.id = e, this.elementType = "experimentalExperiment";
|
|
@@ -36973,7 +36973,7 @@ function mye(t) {
|
|
|
36973
36973
|
const e = kX(t).join("");
|
|
36974
36974
|
return (0, xye.v5)(e, gye);
|
|
36975
36975
|
}
|
|
36976
|
-
class
|
|
36976
|
+
class XN extends qu {
|
|
36977
36977
|
constructor(e) {
|
|
36978
36978
|
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 });
|
|
36979
36979
|
}
|
|
@@ -37056,7 +37056,7 @@ class X7 extends qu {
|
|
|
37056
37056
|
this.globalNameSpace.getEntry(e) !== void 0 && this.log(`Cannot redefine '${e}', which is in global namespace`), this.documentModel[e] = n;
|
|
37057
37057
|
}
|
|
37058
37058
|
}
|
|
37059
|
-
Ve.Document =
|
|
37059
|
+
Ve.Document = XN;
|
|
37060
37060
|
var lb = {}, Z2 = {}, ui = {}, Q0 = {};
|
|
37061
37061
|
Object.defineProperty(Q0, "__esModule", { value: !0 });
|
|
37062
37062
|
Q0.canMakeEntry = Q0.SpaceEntry = void 0;
|
|
@@ -37344,15 +37344,15 @@ fu.Source = Wye;
|
|
|
37344
37344
|
var cy = {}, e1 = {}, cb = {}, G0 = {};
|
|
37345
37345
|
Object.defineProperty(G0, "__esModule", { value: !0 });
|
|
37346
37346
|
G0.mergeFields = G0.nameFromDef = void 0;
|
|
37347
|
-
function
|
|
37347
|
+
function JN(t) {
|
|
37348
37348
|
var e;
|
|
37349
37349
|
return t.type === "fieldref" ? t.path[t.path.length - 1] : (e = t.as) !== null && e !== void 0 ? e : t.name;
|
|
37350
37350
|
}
|
|
37351
|
-
G0.nameFromDef =
|
|
37351
|
+
G0.nameFromDef = JN;
|
|
37352
37352
|
function Vye(t, e) {
|
|
37353
37353
|
if (t === void 0)
|
|
37354
37354
|
return e;
|
|
37355
|
-
const n = new Set(e.map((i) =>
|
|
37355
|
+
const n = new Set(e.map((i) => JN(i))), r = t.filter((i) => !n.has(JN(i)));
|
|
37356
37356
|
return r.push(...e), r;
|
|
37357
37357
|
}
|
|
37358
37358
|
G0.mergeFields = Vye;
|
|
@@ -38680,12 +38680,12 @@ yb.SQExtend = Mve;
|
|
|
38680
38680
|
var Eb = {}, K0 = {};
|
|
38681
38681
|
Object.defineProperty(K0, "__esModule", { value: !0 });
|
|
38682
38682
|
K0.isComparison = K0.Comparison = void 0;
|
|
38683
|
-
var
|
|
38683
|
+
var ZN;
|
|
38684
38684
|
(function(t) {
|
|
38685
38685
|
t.Like = "~", t.NotLike = "!~", t.LessThan = "<", t.LessThanOrEqualTo = "<=", t.EqualTo = "=", t.GreaterThan = ">", t.GreaterThanOrEqualTo = ">=", t.NotEqualTo = "!=";
|
|
38686
|
-
})(
|
|
38686
|
+
})(ZN || (K0.Comparison = ZN = {}));
|
|
38687
38687
|
function jve(t) {
|
|
38688
|
-
return Object.values(
|
|
38688
|
+
return Object.values(ZN).includes(t);
|
|
38689
38689
|
}
|
|
38690
38690
|
K0.isComparison = jve;
|
|
38691
38691
|
var Ey = {}, cn = {};
|
|
@@ -44173,7 +44173,7 @@ const ZO = "Invalid DateTime", OU = 864e13;
|
|
|
44173
44173
|
function iA(t) {
|
|
44174
44174
|
return new Uo("unsupported zone", `the zone "${t.name}" is not supported`);
|
|
44175
44175
|
}
|
|
44176
|
-
function
|
|
44176
|
+
function e7(t) {
|
|
44177
44177
|
return t.weekData === null && (t.weekData = fD(t.c)), t.weekData;
|
|
44178
44178
|
}
|
|
44179
44179
|
function Zp(t, e) {
|
|
@@ -44252,7 +44252,7 @@ function sA(t, e, n = !0) {
|
|
|
44252
44252
|
forceSimple: !0
|
|
44253
44253
|
}).formatDateTimeFromString(t, e) : null;
|
|
44254
44254
|
}
|
|
44255
|
-
function
|
|
44255
|
+
function t7(t, e) {
|
|
44256
44256
|
const n = t.c.year > 9999 || t.c.year < 0;
|
|
44257
44257
|
let r = "";
|
|
44258
44258
|
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;
|
|
@@ -44829,7 +44829,7 @@ class ot {
|
|
|
44829
44829
|
* @type {number}
|
|
44830
44830
|
*/
|
|
44831
44831
|
get weekYear() {
|
|
44832
|
-
return this.isValid ?
|
|
44832
|
+
return this.isValid ? e7(this).weekYear : NaN;
|
|
44833
44833
|
}
|
|
44834
44834
|
/**
|
|
44835
44835
|
* Get the week number of the week year (1-52ish).
|
|
@@ -44838,7 +44838,7 @@ class ot {
|
|
|
44838
44838
|
* @type {number}
|
|
44839
44839
|
*/
|
|
44840
44840
|
get weekNumber() {
|
|
44841
|
-
return this.isValid ?
|
|
44841
|
+
return this.isValid ? e7(this).weekNumber : NaN;
|
|
44842
44842
|
}
|
|
44843
44843
|
/**
|
|
44844
44844
|
* Get the day of the week.
|
|
@@ -44848,7 +44848,7 @@ class ot {
|
|
|
44848
44848
|
* @type {number}
|
|
44849
44849
|
*/
|
|
44850
44850
|
get weekday() {
|
|
44851
|
-
return this.isValid ?
|
|
44851
|
+
return this.isValid ? e7(this).weekday : NaN;
|
|
44852
44852
|
}
|
|
44853
44853
|
/**
|
|
44854
44854
|
* Get the ordinal (meaning the day of the year)
|
|
@@ -45235,7 +45235,7 @@ class ot {
|
|
|
45235
45235
|
if (!this.isValid)
|
|
45236
45236
|
return null;
|
|
45237
45237
|
const o = e === "extended";
|
|
45238
|
-
let u =
|
|
45238
|
+
let u = t7(this, o);
|
|
45239
45239
|
return u += "T", u += FU(this, o, n, r, i, s), u;
|
|
45240
45240
|
}
|
|
45241
45241
|
/**
|
|
@@ -45247,7 +45247,7 @@ class ot {
|
|
|
45247
45247
|
* @return {string}
|
|
45248
45248
|
*/
|
|
45249
45249
|
toISODate({ format: e = "extended" } = {}) {
|
|
45250
|
-
return this.isValid ?
|
|
45250
|
+
return this.isValid ? t7(this, e === "extended") : null;
|
|
45251
45251
|
}
|
|
45252
45252
|
/**
|
|
45253
45253
|
* Returns an ISO 8601-compliant string representation of this DateTime's week date
|
|
@@ -45315,7 +45315,7 @@ class ot {
|
|
|
45315
45315
|
* @return {string}
|
|
45316
45316
|
*/
|
|
45317
45317
|
toSQLDate() {
|
|
45318
|
-
return this.isValid ?
|
|
45318
|
+
return this.isValid ? t7(this, !0) : null;
|
|
45319
45319
|
}
|
|
45320
45320
|
/**
|
|
45321
45321
|
* Returns a string representation of this DateTime appropriate for use in SQL Time
|
|
@@ -46237,22 +46237,22 @@ eT.ViewArrow = $be;
|
|
|
46237
46237
|
var tT = {}, Dy = {};
|
|
46238
46238
|
Object.defineProperty(Dy, "__esModule", { value: !0 });
|
|
46239
46239
|
Dy.refine = void 0;
|
|
46240
|
-
const
|
|
46240
|
+
const n7 = ca, r7 = G0;
|
|
46241
46241
|
function Bbe(t, e, n) {
|
|
46242
46242
|
var r, i;
|
|
46243
46243
|
if (e.length !== 1)
|
|
46244
46244
|
return t.log("Named refinements of multi-stage views are not supported"), e;
|
|
46245
46245
|
const s = { ...e[0] }, o = n;
|
|
46246
|
-
if ((0,
|
|
46246
|
+
if ((0, n7.isRawSegment)(s))
|
|
46247
46247
|
t.log("Cannot refine raw query, must add an explicit query stage");
|
|
46248
|
-
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,
|
|
46248
|
+
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)) {
|
|
46249
46249
|
const u = [], a = [], l = new Map(s.queryFields.map((c) => [
|
|
46250
|
-
(0,
|
|
46250
|
+
(0, r7.nameFromDef)(c),
|
|
46251
46251
|
c
|
|
46252
46252
|
]));
|
|
46253
46253
|
for (const c of o.queryFields)
|
|
46254
|
-
l.has((0,
|
|
46255
|
-
s.queryFields = [...s.queryFields, ...a], u.length > 0 && t.log(`overlapping fields in refinement: ${u.map(
|
|
46254
|
+
l.has((0, r7.nameFromDef)(c)) ? u.push(c) : a.push(c);
|
|
46255
|
+
s.queryFields = [...s.queryFields, ...a], u.length > 0 && t.log(`overlapping fields in refinement: ${u.map(r7.nameFromDef)}`);
|
|
46256
46256
|
} else
|
|
46257
46257
|
o.type === "index" && s.type === "index" && (s.indexFields = [...o.indexFields, ...s.indexFields]);
|
|
46258
46258
|
return [s];
|
|
@@ -46391,14 +46391,14 @@ Ly.SampleProperty = Xbe;
|
|
|
46391
46391
|
var sT = {};
|
|
46392
46392
|
Object.defineProperty(sT, "__esModule", { value: !0 });
|
|
46393
46393
|
sT.IndexFieldSpace = void 0;
|
|
46394
|
-
const qU = ne,
|
|
46394
|
+
const qU = ne, i7 = gt, Jbe = ui, Zbe = Qo, eTe = _y, tTe = ii;
|
|
46395
46395
|
class nTe extends Zbe.QueryOperationSpace {
|
|
46396
46396
|
constructor() {
|
|
46397
46397
|
super(...arguments), this.segmentType = "index";
|
|
46398
46398
|
}
|
|
46399
46399
|
pushFields(...e) {
|
|
46400
46400
|
for (const n of e)
|
|
46401
|
-
n instanceof
|
|
46401
|
+
n instanceof i7.FieldReference ? super.pushFields(n) : n instanceof i7.WildcardFieldReference ? this.addWild(n) : n.log("Internal error, not expected in index query");
|
|
46402
46402
|
}
|
|
46403
46403
|
getPipeSegment(e) {
|
|
46404
46404
|
if (e)
|
|
@@ -46445,7 +46445,7 @@ class nTe extends Zbe.QueryOperationSpace {
|
|
|
46445
46445
|
for (const [u, a] of r.entries()) {
|
|
46446
46446
|
if (e.except.has(u))
|
|
46447
46447
|
continue;
|
|
46448
|
-
const l =
|
|
46448
|
+
const l = i7.IndexFieldReference.indexOutputName([
|
|
46449
46449
|
...i,
|
|
46450
46450
|
u
|
|
46451
46451
|
]);
|
|
@@ -46464,7 +46464,7 @@ class nTe extends Zbe.QueryOperationSpace {
|
|
|
46464
46464
|
sT.IndexFieldSpace = nTe;
|
|
46465
46465
|
Object.defineProperty(iT, "__esModule", { value: !0 });
|
|
46466
46466
|
iT.IndexBuilder = void 0;
|
|
46467
|
-
const
|
|
46467
|
+
const s7 = ne, rTe = ai, iTe = Ko, sTe = wy, oTe = Dc, uTe = Ly, aTe = sT;
|
|
46468
46468
|
class lTe {
|
|
46469
46469
|
constructor(e, n, r, i) {
|
|
46470
46470
|
this.filters = [], this.type = "index", this.resultFS = new aTe.IndexFieldSpace(e, n, r, i), this.inputFS = this.resultFS.inputSpace();
|
|
@@ -46473,10 +46473,10 @@ class lTe {
|
|
|
46473
46473
|
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");
|
|
46474
46474
|
}
|
|
46475
46475
|
finalize(e) {
|
|
46476
|
-
if (e && !(0,
|
|
46476
|
+
if (e && !(0, s7.isIndexSegment)(e) && !(0, s7.isPartialSegment)(e))
|
|
46477
46477
|
return this.resultFS.log(`Can't refine index with ${e.type}`), rTe.ErrorFactory.indexSegment;
|
|
46478
46478
|
const n = this.resultFS.getPipeSegment(e), r = (e == null ? void 0 : e.filterList) || [];
|
|
46479
|
-
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,
|
|
46479
|
+
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;
|
|
46480
46480
|
}
|
|
46481
46481
|
}
|
|
46482
46482
|
iT.IndexBuilder = lTe;
|
|
@@ -46493,13 +46493,13 @@ Iy.GroupBy = fTe;
|
|
|
46493
46493
|
var uT = {};
|
|
46494
46494
|
Object.defineProperty(uT, "__esModule", { value: !0 });
|
|
46495
46495
|
uT.ProjectFieldSpace = void 0;
|
|
46496
|
-
const
|
|
46496
|
+
const o7 = ne, xTe = Qo;
|
|
46497
46497
|
class dTe extends xTe.QuerySpace {
|
|
46498
46498
|
constructor() {
|
|
46499
46499
|
super(...arguments), this.segmentType = "project";
|
|
46500
46500
|
}
|
|
46501
46501
|
canContain(e) {
|
|
46502
|
-
return e.dataType === "turtle" || (0,
|
|
46502
|
+
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;
|
|
46503
46503
|
}
|
|
46504
46504
|
}
|
|
46505
46505
|
uT.ProjectFieldSpace = dTe;
|
|
@@ -46689,7 +46689,7 @@ class HTe extends jTe.ListOf {
|
|
|
46689
46689
|
Fy.QOpDesc = HTe;
|
|
46690
46690
|
Object.defineProperty(rT, "__esModule", { value: !0 });
|
|
46691
46691
|
rT.QOpDescView = void 0;
|
|
46692
|
-
const QTe = ne, GTe = ii, KU = Fy, WTe = Ds,
|
|
46692
|
+
const QTe = ne, GTe = ii, KU = Fy, WTe = Ds, u7 = Dn, VTe = Fc;
|
|
46693
46693
|
class YTe extends VTe.View {
|
|
46694
46694
|
constructor(e) {
|
|
46695
46695
|
super({ operation: e }), this.operation = e, this.elementType = "qopdesc-view";
|
|
@@ -46713,13 +46713,13 @@ class YTe extends VTe.View {
|
|
|
46713
46713
|
const s = new KU.QOpDesc([]), o = new KU.QOpDesc([]);
|
|
46714
46714
|
for (const u of this.operation.list)
|
|
46715
46715
|
switch (u.queryRefinementStage) {
|
|
46716
|
-
case
|
|
46716
|
+
case u7.LegalRefinementStage.Head:
|
|
46717
46717
|
s.push(u);
|
|
46718
46718
|
break;
|
|
46719
|
-
case
|
|
46719
|
+
case u7.LegalRefinementStage.Single:
|
|
46720
46720
|
u.log("Illegal in refinement of a query with more than one stage");
|
|
46721
46721
|
break;
|
|
46722
|
-
case
|
|
46722
|
+
case u7.LegalRefinementStage.Tail:
|
|
46723
46723
|
o.push(u);
|
|
46724
46724
|
break;
|
|
46725
46725
|
default:
|
|
@@ -46992,7 +46992,7 @@ var I0 = {}, dl = {};
|
|
|
46992
46992
|
Object.defineProperty(dl, "__esModule", { value: !0 });
|
|
46993
46993
|
dl.findReferences = dl.deprecatedParseTableURI = dl.constructTableKey = void 0;
|
|
46994
46994
|
const _6e = ud, pD = In;
|
|
46995
|
-
function
|
|
46995
|
+
function a7(t) {
|
|
46996
46996
|
const e = (0, pD.getStringIfShort)(t);
|
|
46997
46997
|
if (e)
|
|
46998
46998
|
return e;
|
|
@@ -47017,15 +47017,15 @@ class C6e {
|
|
|
47017
47017
|
});
|
|
47018
47018
|
}
|
|
47019
47019
|
enterTableMethod(e) {
|
|
47020
|
-
const n = (0, pD.getId)(e.connectionId()), r =
|
|
47020
|
+
const n = (0, pD.getId)(e.connectionId()), r = a7(e.tablePath()), i = this.trans.rangeFromContext(e);
|
|
47021
47021
|
this.registerTableReference(n, r, i);
|
|
47022
47022
|
}
|
|
47023
47023
|
enterTableFunction(e) {
|
|
47024
|
-
const n =
|
|
47024
|
+
const n = a7(e.tableURI()), { connectionName: r, tablePath: i } = dZ(n), s = this.trans.rangeFromContext(e);
|
|
47025
47025
|
this.registerTableReference(r, i, s);
|
|
47026
47026
|
}
|
|
47027
47027
|
enterImportURL(e) {
|
|
47028
|
-
const n =
|
|
47028
|
+
const n = a7(e);
|
|
47029
47029
|
this.needImports[n] || (this.needImports[n] = this.trans.rangeFromContext(e));
|
|
47030
47030
|
}
|
|
47031
47031
|
}
|
|
@@ -47240,13 +47240,13 @@ var vT = {}, uRe = N && N.__createBinding || (Object.create ? function(t, e, n,
|
|
|
47240
47240
|
};
|
|
47241
47241
|
Object.defineProperty(vT, "__esModule", { value: !0 });
|
|
47242
47242
|
vT.MalloyToAST = void 0;
|
|
47243
|
-
const nq = U5, cRe = sy, ie = lRe(nb), fRe = Sr, xRe = nb, jn = In,
|
|
47243
|
+
const nq = U5, cRe = sy, ie = lRe(nb), fRe = Sr, xRe = nb, jn = In, l7 = ne, dRe = zl;
|
|
47244
47244
|
class rq extends ie.SourceQueryElement {
|
|
47245
47245
|
constructor() {
|
|
47246
47246
|
super(...arguments), this.elementType = "parseErrorSourceQuery";
|
|
47247
47247
|
}
|
|
47248
47248
|
}
|
|
47249
|
-
class
|
|
47249
|
+
class c7 extends ie.MalloyElement {
|
|
47250
47250
|
constructor(e) {
|
|
47251
47251
|
super(), this.elementType = "ignoredByParser", this.malloySrc = e;
|
|
47252
47252
|
}
|
|
@@ -47310,7 +47310,7 @@ class pRe extends cRe.AbstractParseTreeVisitor {
|
|
|
47310
47310
|
const i = [];
|
|
47311
47311
|
for (const s of e) {
|
|
47312
47312
|
const o = n(s);
|
|
47313
|
-
o ? i.push(o) : s instanceof
|
|
47313
|
+
o ? i.push(o) : s instanceof c7 || this.astError(s, `Parser enountered unexpected statement type '${s.elementType}' when it needed '${r}'`);
|
|
47314
47314
|
}
|
|
47315
47315
|
return i;
|
|
47316
47316
|
}
|
|
@@ -47469,7 +47469,7 @@ class pRe extends cRe.AbstractParseTreeVisitor {
|
|
|
47469
47469
|
visitJoinOn(e) {
|
|
47470
47470
|
var n;
|
|
47471
47471
|
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";
|
|
47472
|
-
return (0,
|
|
47472
|
+
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);
|
|
47473
47473
|
}
|
|
47474
47474
|
visitJoinWith(e) {
|
|
47475
47475
|
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);
|
|
@@ -47906,7 +47906,7 @@ class pRe extends cRe.AbstractParseTreeVisitor {
|
|
|
47906
47906
|
const n = e.malloyType();
|
|
47907
47907
|
if (n) {
|
|
47908
47908
|
const i = n.text;
|
|
47909
|
-
if ((0,
|
|
47909
|
+
if ((0, l7.isCastType)(i))
|
|
47910
47910
|
return i;
|
|
47911
47911
|
throw this.internalError(e, `unknown type '${i}'`);
|
|
47912
47912
|
}
|
|
@@ -47937,7 +47937,7 @@ class pRe extends cRe.AbstractParseTreeVisitor {
|
|
|
47937
47937
|
var n, r;
|
|
47938
47938
|
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;
|
|
47939
47939
|
let a;
|
|
47940
|
-
u && ((0,
|
|
47940
|
+
u && ((0, l7.isCastType)(u) ? a = u : (this.contextError(e, `'#' assertion for unknown type '${u}'`), a = void 0));
|
|
47941
47941
|
let l = (0, jn.getOptionalId)(e) || ((r = e.timeframe()) === null || r === void 0 ? void 0 : r.text);
|
|
47942
47942
|
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);
|
|
47943
47943
|
}
|
|
@@ -48011,10 +48011,10 @@ class pRe extends cRe.AbstractParseTreeVisitor {
|
|
|
48011
48011
|
return this.compilerFlags = r.getCompilerFlags(this.compilerFlags, this.msgLog), r;
|
|
48012
48012
|
}
|
|
48013
48013
|
visitIgnoredObjectAnnotations(e) {
|
|
48014
|
-
return this.contextError(e, "Object annotation not connected to any object"), new
|
|
48014
|
+
return this.contextError(e, "Object annotation not connected to any object"), new c7(e.text);
|
|
48015
48015
|
}
|
|
48016
48016
|
visitIgnoredModelAnnotations(e) {
|
|
48017
|
-
return this.contextError(e, "Model annotations not allowed at this scope"), new
|
|
48017
|
+
return this.contextError(e, "Model annotations not allowed at this scope"), new c7(e.text);
|
|
48018
48018
|
}
|
|
48019
48019
|
visitDefExploreAnnotation(e) {
|
|
48020
48020
|
const n = this.getNotes(e);
|
|
@@ -48630,7 +48630,7 @@ var PRe = N && N.__createBinding || (Object.create ? function(t, e, n, r) {
|
|
|
48630
48630
|
};
|
|
48631
48631
|
Object.defineProperty(Mu, "__esModule", { value: !0 });
|
|
48632
48632
|
Mu.MalloyParserErrorHandler = Mu.MalloyTranslator = Mu.MalloyChildTranslator = Mu.MalloyTranslation = void 0;
|
|
48633
|
-
const iq = U5, URe = IC, qRe = F, mZ = jRe(nb), zRe = vT, HRe = ST, QRe = dl,
|
|
48633
|
+
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, uS = OT, KRe = Py, yZ = zl, XRe = NT;
|
|
48634
48634
|
class JRe extends URe.MalloyLexer {
|
|
48635
48635
|
popMode() {
|
|
48636
48636
|
return this._modeStack.isEmpty ? this._mode : super.popMode();
|
|
@@ -49136,7 +49136,7 @@ class EZ extends pL {
|
|
|
49136
49136
|
Mu.MalloyChildTranslator = EZ;
|
|
49137
49137
|
class uOe extends pL {
|
|
49138
49138
|
constructor(e, n = null, r = null) {
|
|
49139
|
-
super(e, n), this.schemaZone = new
|
|
49139
|
+
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);
|
|
49140
49140
|
}
|
|
49141
49141
|
update(e) {
|
|
49142
49142
|
var n, r, i;
|
|
@@ -49202,7 +49202,7 @@ e2.exploreQueryWalkerBuilder = lOe;
|
|
|
49202
49202
|
var Ne = {};
|
|
49203
49203
|
Object.defineProperty(Ne, "__esModule", { value: !0 });
|
|
49204
49204
|
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;
|
|
49205
|
-
const cOe = _w, $0 = ca, fOe = rZ, Rn = zl,
|
|
49205
|
+
const cOe = _w, $0 = ca, fOe = rZ, Rn = zl, x7 = S_;
|
|
49206
49206
|
class ln {
|
|
49207
49207
|
// TODO load from file built during release
|
|
49208
49208
|
static get version() {
|
|
@@ -50570,14 +50570,14 @@ class hOe extends CL {
|
|
|
50570
50570
|
}
|
|
50571
50571
|
}
|
|
50572
50572
|
get supportsNesting() {
|
|
50573
|
-
return (0,
|
|
50573
|
+
return (0, x7.getDialect)(this.connection.dialectName).supportsNesting;
|
|
50574
50574
|
}
|
|
50575
50575
|
// quote a column name
|
|
50576
50576
|
quote(e) {
|
|
50577
|
-
return (0,
|
|
50577
|
+
return (0, x7.getDialect)(this.connection.dialectName).sqlMaybeQuoteIdentifier(e);
|
|
50578
50578
|
}
|
|
50579
50579
|
get dialect() {
|
|
50580
|
-
return (0,
|
|
50580
|
+
return (0, x7.getDialect)(this.connection.dialectName);
|
|
50581
50581
|
}
|
|
50582
50582
|
getQuoter() {
|
|
50583
50583
|
return (e) => this.quote(e.toString());
|
|
@@ -51913,105 +51913,105 @@ function VOe(t) {
|
|
|
51913
51913
|
return WOe.call(t);
|
|
51914
51914
|
}
|
|
51915
51915
|
var YOe = VOe, oq = TL, KOe = QOe, XOe = YOe, JOe = "[object Null]", ZOe = "[object Undefined]", uq = oq ? oq.toStringTag : void 0;
|
|
51916
|
-
function
|
|
51916
|
+
function e7e(t) {
|
|
51917
51917
|
return t == null ? t === void 0 ? ZOe : JOe : uq && uq in Object(t) ? KOe(t) : XOe(t);
|
|
51918
51918
|
}
|
|
51919
|
-
var
|
|
51920
|
-
function
|
|
51919
|
+
var t7e = e7e;
|
|
51920
|
+
function n7e(t) {
|
|
51921
51921
|
return t != null && typeof t == "object";
|
|
51922
51922
|
}
|
|
51923
|
-
var
|
|
51924
|
-
function
|
|
51925
|
-
return typeof t == "symbol" ||
|
|
51923
|
+
var r7e = n7e, i7e = t7e, s7e = r7e, o7e = "[object Symbol]";
|
|
51924
|
+
function u7e(t) {
|
|
51925
|
+
return typeof t == "symbol" || s7e(t) && i7e(t) == o7e;
|
|
51926
51926
|
}
|
|
51927
|
-
var
|
|
51927
|
+
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;
|
|
51928
51928
|
function UZ(t) {
|
|
51929
51929
|
if (typeof t == "string")
|
|
51930
51930
|
return t;
|
|
51931
|
-
if (
|
|
51932
|
-
return
|
|
51933
|
-
if (
|
|
51931
|
+
if (c7e(t))
|
|
51932
|
+
return l7e(t, UZ) + "";
|
|
51933
|
+
if (f7e(t))
|
|
51934
51934
|
return cq ? cq.call(t) : "";
|
|
51935
51935
|
var e = t + "";
|
|
51936
|
-
return e == "0" && 1 / t == -
|
|
51936
|
+
return e == "0" && 1 / t == -x7e ? "-0" : e;
|
|
51937
51937
|
}
|
|
51938
|
-
var
|
|
51939
|
-
function
|
|
51940
|
-
return t == null ? "" :
|
|
51938
|
+
var d7e = UZ, h7e = d7e;
|
|
51939
|
+
function p7e(t) {
|
|
51940
|
+
return t == null ? "" : h7e(t);
|
|
51941
51941
|
}
|
|
51942
|
-
var RL =
|
|
51943
|
-
function
|
|
51944
|
-
return t =
|
|
51942
|
+
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");
|
|
51943
|
+
function b7e(t) {
|
|
51944
|
+
return t = m7e(t), t && t.replace(y7e, g7e).replace(C7e, "");
|
|
51945
51945
|
}
|
|
51946
|
-
var
|
|
51947
|
-
function
|
|
51948
|
-
return t.match(
|
|
51946
|
+
var T7e = b7e, R7e = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
|
|
51947
|
+
function O7e(t) {
|
|
51948
|
+
return t.match(R7e) || [];
|
|
51949
51949
|
}
|
|
51950
|
-
var
|
|
51951
|
-
function
|
|
51952
|
-
return
|
|
51950
|
+
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 ]/;
|
|
51951
|
+
function F7e(t) {
|
|
51952
|
+
return D7e.test(t);
|
|
51953
51953
|
}
|
|
51954
|
-
var
|
|
51954
|
+
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([
|
|
51955
51955
|
ih + "?" + YZ + "+" + dq + "(?=" + [fq, ih, "$"].join("|") + ")",
|
|
51956
|
-
|
|
51956
|
+
V7e + "+" + hq + "(?=" + [fq, ih + xq, "$"].join("|") + ")",
|
|
51957
51957
|
ih + "?" + xq + "+" + dq,
|
|
51958
51958
|
ih + "+" + hq,
|
|
51959
|
-
|
|
51960
|
-
|
|
51959
|
+
X7e,
|
|
51960
|
+
K7e,
|
|
51961
51961
|
VZ,
|
|
51962
|
-
|
|
51962
|
+
Z7e
|
|
51963
51963
|
].join("|"), "g");
|
|
51964
|
-
function
|
|
51965
|
-
return t.match(
|
|
51964
|
+
function tNe(t) {
|
|
51965
|
+
return t.match(eNe) || [];
|
|
51966
51966
|
}
|
|
51967
|
-
var
|
|
51968
|
-
function
|
|
51969
|
-
return t =
|
|
51967
|
+
var nNe = tNe, rNe = N7e, iNe = w7e, sNe = RL, oNe = nNe;
|
|
51968
|
+
function uNe(t, e, n) {
|
|
51969
|
+
return t = sNe(t), e = n ? void 0 : e, e === void 0 ? iNe(t) ? oNe(t) : rNe(t) : t.match(e) || [];
|
|
51970
51970
|
}
|
|
51971
|
-
var
|
|
51972
|
-
function
|
|
51971
|
+
var aNe = uNe, lNe = _Oe, cNe = T7e, fNe = aNe, xNe = "['’]", dNe = RegExp(xNe, "g");
|
|
51972
|
+
function hNe(t) {
|
|
51973
51973
|
return function(e) {
|
|
51974
|
-
return
|
|
51974
|
+
return lNe(fNe(cNe(e).replace(dNe, "")), t, "");
|
|
51975
51975
|
};
|
|
51976
51976
|
}
|
|
51977
|
-
var
|
|
51978
|
-
function
|
|
51977
|
+
var pNe = hNe;
|
|
51978
|
+
function gNe(t, e, n) {
|
|
51979
51979
|
var r = -1, i = t.length;
|
|
51980
51980
|
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;
|
|
51981
51981
|
for (var s = Array(i); ++r < i; )
|
|
51982
51982
|
s[r] = t[r + e];
|
|
51983
51983
|
return s;
|
|
51984
51984
|
}
|
|
51985
|
-
var
|
|
51986
|
-
function
|
|
51985
|
+
var mNe = gNe, yNe = mNe;
|
|
51986
|
+
function ENe(t, e, n) {
|
|
51987
51987
|
var r = t.length;
|
|
51988
|
-
return n = n === void 0 ? r : n, !e && n >= r ? t :
|
|
51988
|
+
return n = n === void 0 ? r : n, !e && n >= r ? t : yNe(t, e, n);
|
|
51989
51989
|
}
|
|
51990
|
-
var
|
|
51991
|
-
function
|
|
51992
|
-
return
|
|
51990
|
+
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 + "]");
|
|
51991
|
+
function NNe(t) {
|
|
51992
|
+
return ONe.test(t);
|
|
51993
51993
|
}
|
|
51994
|
-
var tee =
|
|
51995
|
-
function
|
|
51994
|
+
var tee = NNe;
|
|
51995
|
+
function DNe(t) {
|
|
51996
51996
|
return t.split("");
|
|
51997
51997
|
}
|
|
51998
|
-
var
|
|
51999
|
-
function
|
|
52000
|
-
return t.match(
|
|
51998
|
+
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");
|
|
51999
|
+
function HNe(t) {
|
|
52000
|
+
return t.match(zNe) || [];
|
|
52001
52001
|
}
|
|
52002
|
-
var
|
|
52003
|
-
function
|
|
52004
|
-
return
|
|
52002
|
+
var QNe = HNe, GNe = FNe, WNe = tee, VNe = QNe;
|
|
52003
|
+
function YNe(t) {
|
|
52004
|
+
return WNe(t) ? VNe(t) : GNe(t);
|
|
52005
52005
|
}
|
|
52006
|
-
var
|
|
52006
|
+
var KNe = YNe, XNe = ANe, JNe = tee, ZNe = KNe, eDe = RL;
|
|
52007
52007
|
function tDe(t) {
|
|
52008
52008
|
return function(e) {
|
|
52009
52009
|
e = eDe(e);
|
|
52010
|
-
var n =
|
|
52010
|
+
var n = JNe(e) ? ZNe(e) : void 0, r = n ? n[0] : e.charAt(0), i = n ? XNe(n, 1).join("") : e.slice(1);
|
|
52011
52011
|
return r[t]() + i;
|
|
52012
52012
|
};
|
|
52013
52013
|
}
|
|
52014
|
-
var nDe = tDe, rDe = nDe, iDe = rDe("toUpperCase"), sDe = iDe, oDe =
|
|
52014
|
+
var nDe = tDe, rDe = nDe, iDe = rDe("toUpperCase"), sDe = iDe, oDe = pNe, uDe = sDe, aDe = oDe(function(t, e, n) {
|
|
52015
52015
|
return t + (n ? " " : "") + uDe(e);
|
|
52016
52016
|
}), lDe = aDe;
|
|
52017
52017
|
const cDe = /* @__PURE__ */ v_(lDe);
|
|
@@ -52119,12 +52119,12 @@ function fDe(t, e) {
|
|
|
52119
52119
|
n.millisecond
|
|
52120
52120
|
);
|
|
52121
52121
|
}
|
|
52122
|
-
let
|
|
52122
|
+
let d7;
|
|
52123
52123
|
const xDe = 100;
|
|
52124
52124
|
async function cS() {
|
|
52125
52125
|
const t = Date.now();
|
|
52126
|
-
if (!(
|
|
52127
|
-
return
|
|
52126
|
+
if (!(d7 && t < d7 + xDe))
|
|
52127
|
+
return d7 = t, new Promise((e) => {
|
|
52128
52128
|
setTimeout(e, 0);
|
|
52129
52129
|
});
|
|
52130
52130
|
}
|
|
@@ -52409,7 +52409,7 @@ class OL extends IT {
|
|
|
52409
52409
|
)
|
|
52410
52410
|
);
|
|
52411
52411
|
const g = this.document.createElement("div");
|
|
52412
|
-
g.style.cssText =
|
|
52412
|
+
g.style.cssText = h7, g.appendChild(h), p.appendChild(m), p.appendChild(g), u.appendChild(p);
|
|
52413
52413
|
}
|
|
52414
52414
|
if (r.length > 0) {
|
|
52415
52415
|
const f = this.document.createElement("div");
|
|
@@ -52441,7 +52441,7 @@ class OL extends IT {
|
|
|
52441
52441
|
)
|
|
52442
52442
|
);
|
|
52443
52443
|
const g = this.document.createElement("div");
|
|
52444
|
-
g.style.cssText =
|
|
52444
|
+
g.style.cssText = h7;
|
|
52445
52445
|
const y = this.document.createElement("div");
|
|
52446
52446
|
y.style.cssText = ODe, y.appendChild(h), g.appendChild(y), p.appendChild(m), p.appendChild(g), l.appendChild(p);
|
|
52447
52447
|
} else {
|
|
@@ -52458,7 +52458,7 @@ class OL extends IT {
|
|
|
52458
52458
|
)
|
|
52459
52459
|
);
|
|
52460
52460
|
const g = this.document.createElement("div");
|
|
52461
|
-
g.style.cssText =
|
|
52461
|
+
g.style.cssText = h7;
|
|
52462
52462
|
const y = this.document.createElement("div");
|
|
52463
52463
|
y.style.cssText = NDe, y.appendChild(h), g.appendChild(y), p.appendChild(m), p.appendChild(g), l.appendChild(p);
|
|
52464
52464
|
}
|
|
@@ -52545,7 +52545,7 @@ const vDe = `
|
|
|
52545
52545
|
justify-content: center;
|
|
52546
52546
|
align-items: center;
|
|
52547
52547
|
margin-top: 5px;
|
|
52548
|
-
`,
|
|
52548
|
+
`, h7 = `
|
|
52549
52549
|
display: flex;
|
|
52550
52550
|
flex-direction: column;
|
|
52551
52551
|
justify-content: center;
|
|
@@ -106680,7 +106680,7 @@ function Q8e(t) {
|
|
|
106680
106680
|
return { arc: "always" };
|
|
106681
106681
|
}
|
|
106682
106682
|
}
|
|
106683
|
-
function
|
|
106683
|
+
function p7(t) {
|
|
106684
106684
|
switch (t) {
|
|
106685
106685
|
case En:
|
|
106686
106686
|
case Er:
|
|
@@ -107214,7 +107214,7 @@ function IFe(t) {
|
|
|
107214
107214
|
function $Fe(t) {
|
|
107215
107215
|
return `Facet encoding dropped as ${t.join(" and ")} ${t.length > 1 ? "are" : "is"} also specified.`;
|
|
107216
107216
|
}
|
|
107217
|
-
function
|
|
107217
|
+
function g7(t, e) {
|
|
107218
107218
|
return `Using discrete channel "${t}" to encode "${e}" field can be misleading as it does not encode ${e === "ordinal" ? "order" : "magnitude"}.`;
|
|
107219
107219
|
}
|
|
107220
107220
|
function BFe(t) {
|
|
@@ -107570,7 +107570,7 @@ function Nwe(t) {
|
|
|
107570
107570
|
var e;
|
|
107571
107571
|
return gte(t) && t.timeUnit ? Object.assign(Object.assign({}, t), { timeUnit: (e = ki(t.timeUnit)) === null || e === void 0 ? void 0 : e.unit }) : t;
|
|
107572
107572
|
}
|
|
107573
|
-
var $q = {},
|
|
107573
|
+
var $q = {}, m7 = {}, y7 = 34, rg = 10, E7 = 13;
|
|
107574
107574
|
function yte(t) {
|
|
107575
107575
|
return new Function("d", "return {" + t.map(function(e, n) {
|
|
107576
107576
|
return JSON.stringify(e) + ": d[" + n + '] || ""';
|
|
@@ -107613,22 +107613,22 @@ function Lwe(t) {
|
|
|
107613
107613
|
}
|
|
107614
107614
|
function i(f, x) {
|
|
107615
107615
|
var h = [], p = f.length, m = 0, g = 0, y, E = p <= 0, A = !1;
|
|
107616
|
-
f.charCodeAt(p - 1) === rg && --p, f.charCodeAt(p - 1) ===
|
|
107616
|
+
f.charCodeAt(p - 1) === rg && --p, f.charCodeAt(p - 1) === E7 && --p;
|
|
107617
107617
|
function v() {
|
|
107618
107618
|
if (E)
|
|
107619
|
-
return
|
|
107619
|
+
return m7;
|
|
107620
107620
|
if (A)
|
|
107621
107621
|
return A = !1, $q;
|
|
107622
107622
|
var C, _ = m, b;
|
|
107623
|
-
if (f.charCodeAt(_) ===
|
|
107624
|
-
for (; m++ < p && f.charCodeAt(m) !==
|
|
107623
|
+
if (f.charCodeAt(_) === y7) {
|
|
107624
|
+
for (; m++ < p && f.charCodeAt(m) !== y7 || f.charCodeAt(++m) === y7; )
|
|
107625
107625
|
;
|
|
107626
|
-
return (C = m) >= p ? E = !0 : (b = f.charCodeAt(m++)) === rg ? A = !0 : b ===
|
|
107626
|
+
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, '"');
|
|
107627
107627
|
}
|
|
107628
107628
|
for (; m < p; ) {
|
|
107629
107629
|
if ((b = f.charCodeAt(C = m++)) === rg)
|
|
107630
107630
|
A = !0;
|
|
107631
|
-
else if (b ===
|
|
107631
|
+
else if (b === E7)
|
|
107632
107632
|
A = !0, f.charCodeAt(m) === rg && ++m;
|
|
107633
107633
|
else if (b !== n)
|
|
107634
107634
|
continue;
|
|
@@ -107636,8 +107636,8 @@ function Lwe(t) {
|
|
|
107636
107636
|
}
|
|
107637
107637
|
return E = !0, f.slice(_, p);
|
|
107638
107638
|
}
|
|
107639
|
-
for (; (y = v()) !==
|
|
107640
|
-
for (var S = []; y !== $q && y !==
|
|
107639
|
+
for (; (y = v()) !== m7; ) {
|
|
107640
|
+
for (var S = []; y !== $q && y !== m7; )
|
|
107641
107641
|
S.push(y), y = v();
|
|
107642
107642
|
x && (S = x(S, g++)) == null || h.push(S);
|
|
107643
107643
|
}
|
|
@@ -108341,7 +108341,7 @@ function Ite(t, e) {
|
|
|
108341
108341
|
function $te(t, e) {
|
|
108342
108342
|
return t = Math.abs(t), e = Math.abs(e) - t, Math.max(0, i2(e) - i2(t)) + 1;
|
|
108343
108343
|
}
|
|
108344
|
-
const
|
|
108344
|
+
const A7 = /* @__PURE__ */ new Date(), v7 = /* @__PURE__ */ new Date();
|
|
108345
108345
|
function nr(t, e, n, r) {
|
|
108346
108346
|
function i(s) {
|
|
108347
108347
|
return t(s = arguments.length === 0 ? /* @__PURE__ */ new Date() : /* @__PURE__ */ new Date(+s)), s;
|
|
@@ -108372,7 +108372,7 @@ function nr(t, e, n, r) {
|
|
|
108372
108372
|
for (; --u >= 0; )
|
|
108373
108373
|
for (; e(o, 1), !s(o); )
|
|
108374
108374
|
;
|
|
108375
|
-
}), n && (i.count = (s, o) => (
|
|
108375
|
+
}), 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;
|
|
108376
108376
|
}
|
|
108377
108377
|
const s2 = nr(() => {
|
|
108378
108378
|
}, (t, e) => {
|
|
@@ -108384,7 +108384,7 @@ s2.every = (t) => (t = Math.floor(t), !isFinite(t) || !(t > 0) ? null : t > 1 ?
|
|
|
108384
108384
|
e.setTime(+e + n * t);
|
|
108385
108385
|
}, (e, n) => (n - e) / t) : s2);
|
|
108386
108386
|
s2.range;
|
|
108387
|
-
const ol = 1e3, ao = ol * 60, ul = ao * 60, Nl = ul * 24, oI = Nl * 7, Hq = Nl * 30,
|
|
108387
|
+
const ol = 1e3, ao = ol * 60, ul = ao * 60, Nl = ul * 24, oI = Nl * 7, Hq = Nl * 30, S7 = Nl * 365, al = nr((t) => {
|
|
108388
108388
|
t.setTime(t - t.getMilliseconds());
|
|
108389
108389
|
}, (t, e) => {
|
|
108390
108390
|
t.setTime(+t + e * ol);
|
|
@@ -108516,7 +108516,7 @@ function kte(t, e, n, r, i, s) {
|
|
|
108516
108516
|
[n, 1, oI],
|
|
108517
108517
|
[e, 1, Hq],
|
|
108518
108518
|
[e, 3, 3 * Hq],
|
|
108519
|
-
[t, 1,
|
|
108519
|
+
[t, 1, S7]
|
|
108520
108520
|
];
|
|
108521
108521
|
function u(l, c, f) {
|
|
108522
108522
|
const x = c < l;
|
|
@@ -108527,7 +108527,7 @@ function kte(t, e, n, r, i, s) {
|
|
|
108527
108527
|
function a(l, c, f) {
|
|
108528
108528
|
const x = Math.abs(c - l) / f, h = Yy(([, , g]) => g).right(o, x);
|
|
108529
108529
|
if (h === o.length)
|
|
108530
|
-
return t.every(nc(l /
|
|
108530
|
+
return t.every(nc(l / S7, c / S7, f));
|
|
108531
108531
|
if (h === 0)
|
|
108532
108532
|
return s2.every(Math.max(nc(l, c, f), 1));
|
|
108533
108533
|
const [p, m] = o[x / o[h - 1][2] < o[h][2] / x ? h - 1 : h];
|
|
@@ -108535,12 +108535,12 @@ function kte(t, e, n, r, i, s) {
|
|
|
108535
108535
|
}
|
|
108536
108536
|
return [u, a];
|
|
108537
108537
|
}
|
|
108538
|
-
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],
|
|
108538
|
+
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), {});
|
|
108539
108539
|
function Mte(t) {
|
|
108540
108540
|
const e = ke(t).slice(), n = {};
|
|
108541
108541
|
return e.length || ve("Missing time unit."), e.forEach((i) => {
|
|
108542
|
-
et(
|
|
108543
|
-
}), (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) =>
|
|
108542
|
+
et(_7, i) ? n[i] = 1 : ve(`Invalid time unit: ${i}.`);
|
|
108543
|
+
}), (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;
|
|
108544
108544
|
}
|
|
108545
108545
|
const A9e = {
|
|
108546
108546
|
[Jr]: "%Y ",
|
|
@@ -108732,14 +108732,14 @@ function H9e(t) {
|
|
|
108732
108732
|
step: o
|
|
108733
108733
|
};
|
|
108734
108734
|
}
|
|
108735
|
-
function
|
|
108735
|
+
function C7(t) {
|
|
108736
108736
|
if (0 <= t.y && t.y < 100) {
|
|
108737
108737
|
var e = new Date(-1, t.m, t.d, t.H, t.M, t.S, t.L);
|
|
108738
108738
|
return e.setFullYear(t.y), e;
|
|
108739
108739
|
}
|
|
108740
108740
|
return new Date(t.y, t.m, t.d, t.H, t.M, t.S, t.L);
|
|
108741
108741
|
}
|
|
108742
|
-
function
|
|
108742
|
+
function b7(t) {
|
|
108743
108743
|
if (0 <= t.y && t.y < 100) {
|
|
108744
108744
|
var e = new Date(Date.UTC(-1, t.m, t.d, t.H, t.M, t.S, t.L));
|
|
108745
108745
|
return e.setUTCFullYear(t.y), e;
|
|
@@ -108871,10 +108871,10 @@ function Wte(t) {
|
|
|
108871
108871
|
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) {
|
|
108872
108872
|
if (Q.V < 1 || Q.V > 53)
|
|
108873
108873
|
return null;
|
|
108874
|
-
"w" in Q || (Q.w = 1), "Z" in Q ? (z =
|
|
108874
|
+
"w" in Q || (Q.w = 1), "Z" in Q ? (z = b7(og(Q.y, 0, 1)), P = z.getUTCDay(), z = P > 4 || P === 0 ? _S.ceil(z) : _S(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 ? SS.ceil(z) : SS(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);
|
|
108875
108875
|
} else
|
|
108876
|
-
("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 ?
|
|
108877
|
-
return "Z" in Q ? (Q.H += Q.Z / 100 | 0, Q.M += Q.Z % 100,
|
|
108876
|
+
("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);
|
|
108877
|
+
return "Z" in Q ? (Q.H += Q.Z / 100 | 0, Q.M += Q.Z % 100, b7(Q)) : C7(Q);
|
|
108878
108878
|
};
|
|
108879
108879
|
}
|
|
108880
108880
|
function b(D, $, j, Q) {
|
|
@@ -109458,7 +109458,7 @@ function one(t, e) {
|
|
|
109458
109458
|
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];
|
|
109459
109459
|
}
|
|
109460
109460
|
one.responseType = "json";
|
|
109461
|
-
const
|
|
109461
|
+
const T7 = {
|
|
109462
109462
|
dsv: cI,
|
|
109463
109463
|
csv: oz(","),
|
|
109464
109464
|
tsv: oz(" "),
|
|
@@ -109466,7 +109466,7 @@ const TN = {
|
|
|
109466
109466
|
topojson: one
|
|
109467
109467
|
};
|
|
109468
109468
|
function une(t, e) {
|
|
109469
|
-
return arguments.length > 1 ? (
|
|
109469
|
+
return arguments.length > 1 ? (T7[t] = e, this) : et(T7, t) ? T7[t] : null;
|
|
109470
109470
|
}
|
|
109471
109471
|
function gIe(t) {
|
|
109472
109472
|
const e = une(t);
|
|
@@ -110019,7 +110019,7 @@ const bS = {}, wu = 1, m0 = 2, Ya = 4, UIe = wu | m0, az = wu | Ya, Gd = wu | m0
|
|
|
110019
110019
|
function Xf(t, e, n) {
|
|
110020
110020
|
this.dataflow = t, this.stamp = e ?? -1, this.add = [], this.rem = [], this.mod = [], this.fields = null, this.encode = n || null;
|
|
110021
110021
|
}
|
|
110022
|
-
function
|
|
110022
|
+
function R7(t, e) {
|
|
110023
110023
|
const n = [];
|
|
110024
110024
|
return Nf(t, e, (r) => n.push(r)), n;
|
|
110025
110025
|
}
|
|
@@ -110227,7 +110227,7 @@ Xf.prototype = {
|
|
|
110227
110227
|
materialize(t) {
|
|
110228
110228
|
t = t || Gd;
|
|
110229
110229
|
const e = this;
|
|
110230
|
-
return t & wu && e.addF && (e.add =
|
|
110230
|
+
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;
|
|
110231
110231
|
},
|
|
110232
110232
|
/**
|
|
110233
110233
|
* Visit one or more tuple sets in this pulse.
|
|
@@ -111125,11 +111125,11 @@ function UD(t) {
|
|
|
111125
111125
|
function Lne(t, e, n) {
|
|
111126
111126
|
return n || t + (e ? "_" + e : "");
|
|
111127
111127
|
}
|
|
111128
|
-
const
|
|
111128
|
+
const O7 = () => {
|
|
111129
111129
|
}, b$e = {
|
|
111130
|
-
init:
|
|
111131
|
-
add:
|
|
111132
|
-
rem:
|
|
111130
|
+
init: O7,
|
|
111131
|
+
add: O7,
|
|
111132
|
+
rem: O7,
|
|
111133
111133
|
idx: 0
|
|
111134
111134
|
}, Qm = {
|
|
111135
111135
|
values: {
|
|
@@ -112500,15 +112500,15 @@ function Wne(t) {
|
|
|
112500
112500
|
Fe(Wne, pe, {
|
|
112501
112501
|
transform(t, e) {
|
|
112502
112502
|
const n = e.dataflow;
|
|
112503
|
-
return this._pending ?
|
|
112503
|
+
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 ? {
|
|
112504
112504
|
async: n.request(t.url, t.format).then((i) => (this._pending = ke(i.data), (s) => s.touch(this)))
|
|
112505
|
-
} : n.request(t.url, t.format).then((r) =>
|
|
112505
|
+
} : n.request(t.url, t.format).then((r) => N7(this, e, ke(r.data)));
|
|
112506
112506
|
}
|
|
112507
112507
|
});
|
|
112508
112508
|
function V$e(t) {
|
|
112509
112509
|
return t.modified("async") && !(t.modified("values") || t.modified("url") || t.modified("format"));
|
|
112510
112510
|
}
|
|
112511
|
-
function
|
|
112511
|
+
function N7(t, e, n) {
|
|
112512
112512
|
n.forEach(kt);
|
|
112513
112513
|
const r = e.fork(e.NO_FIELDS & e.NO_SOURCE);
|
|
112514
112514
|
return r.rem = t.value, t.value = r.source = r.add = n, t._pending = null, r.rem.length && r.clean(!0), r;
|
|
@@ -113302,7 +113302,7 @@ function $t(t) {
|
|
|
113302
113302
|
return t;
|
|
113303
113303
|
};
|
|
113304
113304
|
}
|
|
113305
|
-
const mz = Math.abs, Ur = Math.atan2, _f = Math.cos, cBe = Math.max,
|
|
113305
|
+
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, TS = l2 / 2, ore = 2 * l2;
|
|
113306
113306
|
function fBe(t) {
|
|
113307
113307
|
return t > 1 ? 0 : t < -1 ? l2 : Math.acos(t);
|
|
113308
113308
|
}
|
|
@@ -113435,7 +113435,7 @@ function ABe() {
|
|
|
113435
113435
|
else if (g > ore - Hr)
|
|
113436
113436
|
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));
|
|
113437
113437
|
else {
|
|
113438
|
-
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 =
|
|
113438
|
+
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;
|
|
113439
113439
|
if (R > Hr) {
|
|
113440
113440
|
var B = yz(R / x * Tu(b)), G = yz(R / h * Tu(b));
|
|
113441
113441
|
(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);
|
|
@@ -113446,7 +113446,7 @@ function ABe() {
|
|
|
113446
113446
|
if (g < l2)
|
|
113447
113447
|
if (k = EBe(te, X, T, w, ee, U, de, be)) {
|
|
113448
113448
|
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]);
|
|
113449
|
-
L =
|
|
113449
|
+
L = D7(O, (x - j) / ($ - 1)), M = D7(O, (h - j) / ($ + 1));
|
|
113450
113450
|
} else
|
|
113451
113451
|
L = M = 0;
|
|
113452
113452
|
}
|
|
@@ -114132,7 +114132,7 @@ function vz(t, e) {
|
|
|
114132
114132
|
var n = t._x1 - t._x0;
|
|
114133
114133
|
return n ? (3 * (t._y1 - t._y0) / n - e) / 2 : e;
|
|
114134
114134
|
}
|
|
114135
|
-
function
|
|
114135
|
+
function F7(t, e, n) {
|
|
114136
114136
|
var r = t._x0, i = t._y0, s = t._x1, o = t._y1, u = (s - r) / 3;
|
|
114137
114137
|
t._context.bezierCurveTo(r + u, i + u * e, s - u, o - u * n, s, o);
|
|
114138
114138
|
}
|
|
@@ -114155,7 +114155,7 @@ NS.prototype = {
|
|
|
114155
114155
|
this._context.lineTo(this._x1, this._y1);
|
|
114156
114156
|
break;
|
|
114157
114157
|
case 3:
|
|
114158
|
-
|
|
114158
|
+
F7(this, this._t0, vz(this, this._t0));
|
|
114159
114159
|
break;
|
|
114160
114160
|
}
|
|
114161
114161
|
(this._line || this._line !== 0 && this._point === 1) && this._context.closePath(), this._line = 1 - this._line;
|
|
@@ -114171,10 +114171,10 @@ NS.prototype = {
|
|
|
114171
114171
|
this._point = 2;
|
|
114172
114172
|
break;
|
|
114173
114173
|
case 2:
|
|
114174
|
-
this._point = 3,
|
|
114174
|
+
this._point = 3, F7(this, vz(this, n = Az(this, t, e)), n);
|
|
114175
114175
|
break;
|
|
114176
114176
|
default:
|
|
114177
|
-
|
|
114177
|
+
F7(this, this._t0, n = Az(this, t, e));
|
|
114178
114178
|
break;
|
|
114179
114179
|
}
|
|
114180
114180
|
this._x0 = this._x1, this._x1 = t, this._y0 = this._y1, this._y1 = e, this._t0 = n;
|
|
@@ -114640,9 +114640,9 @@ T1(Mo, FS, tE(Hc, {
|
|
|
114640
114640
|
rgb() {
|
|
114641
114641
|
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;
|
|
114642
114642
|
return new dr(
|
|
114643
|
-
|
|
114644
|
-
|
|
114645
|
-
|
|
114643
|
+
w7(t >= 240 ? t - 240 : t + 120, i, r),
|
|
114644
|
+
w7(t, i, r),
|
|
114645
|
+
w7(t < 120 ? t + 240 : t - 120, i, r),
|
|
114646
114646
|
this.opacity
|
|
114647
114647
|
);
|
|
114648
114648
|
},
|
|
@@ -114663,7 +114663,7 @@ function Dz(t) {
|
|
|
114663
114663
|
function pA(t) {
|
|
114664
114664
|
return Math.max(0, Math.min(1, t || 0));
|
|
114665
114665
|
}
|
|
114666
|
-
function
|
|
114666
|
+
function w7(t, e, n) {
|
|
114667
114667
|
return (t < 60 ? e + (n - e) * t / 60 : t < 180 ? n : t < 240 ? e + (n - e) * (240 - t) / 60 : e) * 255;
|
|
114668
114668
|
}
|
|
114669
114669
|
const bre = Math.PI / 180, Tre = 180 / Math.PI, wS = 18, Rre = 0.96422, Ore = 1, Nre = 0.82521, Dre = 4 / 29, Eh = 6 / 29, Fre = 3 * Eh * Eh, XBe = Eh * Eh * Eh;
|
|
@@ -114673,8 +114673,8 @@ function wre(t) {
|
|
|
114673
114673
|
if (t instanceof ll)
|
|
114674
114674
|
return Lre(t);
|
|
114675
114675
|
t instanceof dr || (t = t$(t));
|
|
114676
|
-
var e =
|
|
114677
|
-
return e === n && n === r ? s = o = i : (s =
|
|
114676
|
+
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;
|
|
114677
|
+
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);
|
|
114678
114678
|
}
|
|
114679
114679
|
function LS(t, e, n, r) {
|
|
114680
114680
|
return arguments.length === 1 ? wre(t) : new Qu(t, e, n, r ?? 1);
|
|
@@ -114691,24 +114691,24 @@ T1(Qu, LS, tE(Hc, {
|
|
|
114691
114691
|
},
|
|
114692
114692
|
rgb() {
|
|
114693
114693
|
var t = (this.l + 16) / 116, e = isNaN(this.a) ? t : t + this.a / 500, n = isNaN(this.b) ? t : t - this.b / 200;
|
|
114694
|
-
return e = Rre *
|
|
114695
|
-
$
|
|
114696
|
-
$
|
|
114697
|
-
$
|
|
114694
|
+
return e = Rre * I7(e), t = Ore * I7(t), n = Nre * I7(n), new dr(
|
|
114695
|
+
$7(3.1338561 * e - 1.6168667 * t - 0.4906146 * n),
|
|
114696
|
+
$7(-0.9787684 * e + 1.9161415 * t + 0.033454 * n),
|
|
114697
|
+
$7(0.0719453 * e - 0.2289914 * t + 1.4052427 * n),
|
|
114698
114698
|
this.opacity
|
|
114699
114699
|
);
|
|
114700
114700
|
}
|
|
114701
114701
|
}));
|
|
114702
|
-
function
|
|
114702
|
+
function L7(t) {
|
|
114703
114703
|
return t > XBe ? Math.pow(t, 1 / 3) : t / Fre + Dre;
|
|
114704
114704
|
}
|
|
114705
|
-
function
|
|
114705
|
+
function I7(t) {
|
|
114706
114706
|
return t > Eh ? t * t * t : Fre * (t - Dre);
|
|
114707
114707
|
}
|
|
114708
|
-
function $
|
|
114708
|
+
function $7(t) {
|
|
114709
114709
|
return 255 * (t <= 31308e-7 ? 12.92 * t : 1.055 * Math.pow(t, 1 / 2.4) - 0.055);
|
|
114710
114710
|
}
|
|
114711
|
-
function
|
|
114711
|
+
function B7(t) {
|
|
114712
114712
|
return (t /= 255) <= 0.04045 ? t / 12.92 : Math.pow((t + 0.055) / 1.055, 2.4);
|
|
114713
114713
|
}
|
|
114714
114714
|
function JBe(t) {
|
|
@@ -114885,7 +114885,7 @@ function zre(t, e) {
|
|
|
114885
114885
|
return r;
|
|
114886
114886
|
};
|
|
114887
114887
|
}
|
|
114888
|
-
var WD = /[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,
|
|
114888
|
+
var WD = /[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g, k7 = new RegExp(WD.source, "g");
|
|
114889
114889
|
function ske(t) {
|
|
114890
114890
|
return function() {
|
|
114891
114891
|
return t;
|
|
@@ -114897,9 +114897,9 @@ function oke(t) {
|
|
|
114897
114897
|
};
|
|
114898
114898
|
}
|
|
114899
114899
|
function Hre(t, e) {
|
|
114900
|
-
var n = WD.lastIndex =
|
|
114901
|
-
for (t = t + "", e = e + ""; (r = WD.exec(t)) && (i =
|
|
114902
|
-
(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 =
|
|
114900
|
+
var n = WD.lastIndex = k7.lastIndex = 0, r, i, s, o = -1, u = [], a = [];
|
|
114901
|
+
for (t = t + "", e = e + ""; (r = WD.exec(t)) && (i = k7.exec(e)); )
|
|
114902
|
+
(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;
|
|
114903
114903
|
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) {
|
|
114904
114904
|
for (var c = 0, f; c < e; ++c)
|
|
114905
114905
|
u[(f = a[c]).i] = f.x(l);
|
|
@@ -116132,11 +116132,11 @@ function RPe(t, e, n) {
|
|
|
116132
116132
|
return r;
|
|
116133
116133
|
}
|
|
116134
116134
|
const oc = Math.PI / 180, OPe = 1e-14, Bf = Math.PI / 2, $u = Math.PI * 2, Wd = Math.sqrt(3) / 2;
|
|
116135
|
-
var
|
|
116135
|
+
var P7 = {}, M7 = {}, Iie = [].join;
|
|
116136
116136
|
function NPe(t, e, n, r, i, s, o, u, a) {
|
|
116137
116137
|
const l = Iie.call(arguments);
|
|
116138
|
-
if (
|
|
116139
|
-
return
|
|
116138
|
+
if (P7[l])
|
|
116139
|
+
return P7[l];
|
|
116140
116140
|
const c = o * oc, f = Math.sin(c), x = Math.cos(c);
|
|
116141
116141
|
n = Math.abs(n), r = Math.abs(r);
|
|
116142
116142
|
const h = x * (u - t) * 0.5 + f * (a - e) * 0.5, p = x * (a - e) * 0.5 - f * (u - t) * 0.5;
|
|
@@ -116155,15 +116155,15 @@ function NPe(t, e, n, r, i, s, o, u, a) {
|
|
|
116155
116155
|
const de = q + X * B / G, be = q + (X + 1) * B / G;
|
|
116156
116156
|
te[X] = [L, M, de, be, n, r, f, x];
|
|
116157
116157
|
}
|
|
116158
|
-
return
|
|
116158
|
+
return P7[l] = te;
|
|
116159
116159
|
}
|
|
116160
116160
|
function DPe(t) {
|
|
116161
116161
|
const e = Iie.call(t);
|
|
116162
|
-
if (
|
|
116163
|
-
return
|
|
116162
|
+
if (M7[e])
|
|
116163
|
+
return M7[e];
|
|
116164
116164
|
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];
|
|
116165
116165
|
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;
|
|
116166
|
-
return
|
|
116166
|
+
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];
|
|
116167
116167
|
}
|
|
116168
116168
|
const Ks = ["l", 0, 0, 0, 0, 0, 0, 0];
|
|
116169
116169
|
function FPe(t, e, n) {
|
|
@@ -116358,17 +116358,17 @@ const Vz = 0.5773502691896257, Yz = {
|
|
|
116358
116358
|
function wPe(t) {
|
|
116359
116359
|
return et(Yz, t) ? Yz[t] : LPe(t);
|
|
116360
116360
|
}
|
|
116361
|
-
var
|
|
116361
|
+
var j7 = {};
|
|
116362
116362
|
function LPe(t) {
|
|
116363
|
-
if (!et(
|
|
116363
|
+
if (!et(j7, t)) {
|
|
116364
116364
|
const e = C$(t);
|
|
116365
|
-
|
|
116365
|
+
j7[t] = {
|
|
116366
116366
|
draw: function(n, r) {
|
|
116367
116367
|
kS(n, e, 0, 0, Math.sqrt(r) / 2);
|
|
116368
116368
|
}
|
|
116369
116369
|
};
|
|
116370
116370
|
}
|
|
116371
|
-
return
|
|
116371
|
+
return j7[t];
|
|
116372
116372
|
}
|
|
116373
116373
|
const u0 = 0.448084975506;
|
|
116374
116374
|
function IPe(t) {
|
|
@@ -116629,7 +116629,7 @@ function mMe(t, e) {
|
|
|
116629
116629
|
}
|
|
116630
116630
|
const yMe = $u - 1e-8;
|
|
116631
116631
|
let E6, xv, dv, Hf, e8, hv, t8, n8;
|
|
116632
|
-
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,
|
|
116632
|
+
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));
|
|
116633
116633
|
function A6(t, e) {
|
|
116634
116634
|
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;
|
|
116635
116635
|
}
|
|
@@ -116638,10 +116638,10 @@ const EMe = {
|
|
|
116638
116638
|
},
|
|
116639
116639
|
closePath() {
|
|
116640
116640
|
},
|
|
116641
|
-
moveTo:
|
|
116642
|
-
lineTo:
|
|
116641
|
+
moveTo: q7,
|
|
116642
|
+
lineTo: q7,
|
|
116643
116643
|
rect(t, e, n, r) {
|
|
116644
|
-
Hf ? (
|
|
116644
|
+
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));
|
|
116645
116645
|
},
|
|
116646
116646
|
quadraticCurveTo(t, e, n, r) {
|
|
116647
116647
|
const i = kf(t, e), s = Pf(t, e), o = kf(n, r), u = Pf(n, r);
|
|
@@ -118104,7 +118104,7 @@ const HS = {
|
|
|
118104
118104
|
function mse(t) {
|
|
118105
118105
|
Jl.call(this, t), this._dirtyID = 0, this._dirty = [], this._svg = null, this._root = null, this._defs = null;
|
|
118106
118106
|
}
|
|
118107
|
-
const
|
|
118107
|
+
const z7 = Jl.prototype;
|
|
118108
118108
|
Fe(mse, Jl, {
|
|
118109
118109
|
/**
|
|
118110
118110
|
* Initialize a new SVGRenderer instance.
|
|
@@ -118118,13 +118118,13 @@ Fe(mse, Jl, {
|
|
|
118118
118118
|
* @return {SVGRenderer} - This renderer instance.
|
|
118119
118119
|
*/
|
|
118120
118120
|
initialize(t, e, n, r, i) {
|
|
118121
|
-
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),
|
|
118121
|
+
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);
|
|
118122
118122
|
},
|
|
118123
118123
|
/**
|
|
118124
118124
|
* Get / set the background color.
|
|
118125
118125
|
*/
|
|
118126
118126
|
background(t) {
|
|
118127
|
-
return arguments.length && this._svg && this._svg.style.setProperty("background-color", t),
|
|
118127
|
+
return arguments.length && this._svg && this._svg.style.setProperty("background-color", t), z7.background.apply(this, arguments);
|
|
118128
118128
|
},
|
|
118129
118129
|
/**
|
|
118130
118130
|
* Resize the display.
|
|
@@ -118137,7 +118137,7 @@ Fe(mse, Jl, {
|
|
|
118137
118137
|
* @return {SVGRenderer} - This renderer instance;
|
|
118138
118138
|
*/
|
|
118139
118139
|
resize(t, e, n, r) {
|
|
118140
|
-
return
|
|
118140
|
+
return z7.resize.call(this, t, e, n, r), this._svg && (C0(this._svg, {
|
|
118141
118141
|
width: this._width * this._scale,
|
|
118142
118142
|
height: this._height * this._scale,
|
|
118143
118143
|
viewBox: `0 0 ${this._width} ${this._height}`
|
|
@@ -118643,16 +118643,16 @@ function Tse(t, e, n) {
|
|
|
118643
118643
|
const r = t.bounds;
|
|
118644
118644
|
return e.encloses(r) || e.intersects(r) && n(t, e);
|
|
118645
118645
|
}
|
|
118646
|
-
const
|
|
118646
|
+
const H7 = new tr();
|
|
118647
118647
|
function iUe(t) {
|
|
118648
118648
|
const e = t.clip;
|
|
118649
118649
|
if (ft(e))
|
|
118650
|
-
e(A6(
|
|
118650
|
+
e(A6(H7.clear()));
|
|
118651
118651
|
else if (e)
|
|
118652
|
-
|
|
118652
|
+
H7.set(0, 0, t.group.width, t.group.height);
|
|
118653
118653
|
else
|
|
118654
118654
|
return;
|
|
118655
|
-
t.bounds.intersect(
|
|
118655
|
+
t.bounds.intersect(H7);
|
|
118656
118656
|
}
|
|
118657
118657
|
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";
|
|
118658
118658
|
function Bse(t) {
|
|
@@ -119672,7 +119672,7 @@ const yqe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
119672
119672
|
sortitems: Zse,
|
|
119673
119673
|
stack: nB
|
|
119674
119674
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
119675
|
-
var tt = 1e-6, GS = 1e-12, ht = Math.PI, On = ht / 2, WS = 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, VS = Math.log,
|
|
119675
|
+
var tt = 1e-6, GS = 1e-12, ht = Math.PI, On = ht / 2, WS = 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, VS = Math.log, Q7 = Math.pow, Xe = Math.sin, lo = Math.sign || function(t) {
|
|
119676
119676
|
return t > 0 ? 1 : t < 0 ? -1 : 0;
|
|
119677
119677
|
}, Mi = Math.sqrt, rB = Math.tan;
|
|
119678
119678
|
function ioe(t) {
|
|
@@ -119784,7 +119784,7 @@ function _A(t, e) {
|
|
|
119784
119784
|
function y2(t, e) {
|
|
119785
119785
|
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]];
|
|
119786
119786
|
}
|
|
119787
|
-
function
|
|
119787
|
+
function G7(t, e) {
|
|
119788
119788
|
t[0] += e[0], t[1] += e[1], t[2] += e[2];
|
|
119789
119789
|
}
|
|
119790
119790
|
function CA(t, e) {
|
|
@@ -120059,16 +120059,16 @@ function UH(t) {
|
|
|
120059
120059
|
r.n = i = t[0], i.p = r;
|
|
120060
120060
|
}
|
|
120061
120061
|
}
|
|
120062
|
-
function
|
|
120062
|
+
function W7(t) {
|
|
120063
120063
|
return yt(t[0]) <= ht ? t[0] : lo(t[0]) * ((yt(t[0]) + ht) % Pi - ht);
|
|
120064
120064
|
}
|
|
120065
120065
|
function $qe(t, e) {
|
|
120066
|
-
var n =
|
|
120066
|
+
var n = W7(e), r = e[1], i = Xe(r), s = [Xe(n), -nt(n), 0], o = 0, u = 0, a = new Di();
|
|
120067
120067
|
i === 1 ? r = On + tt : i === -1 && (r = -On - tt);
|
|
120068
120068
|
for (var l = 0, c = t.length; l < c; ++l)
|
|
120069
120069
|
if (x = (f = t[l]).length)
|
|
120070
|
-
for (var f, x, h = f[x - 1], p =
|
|
120071
|
-
var A = f[E], v =
|
|
120070
|
+
for (var f, x, h = f[x - 1], p = W7(h), m = h[1] / 2 + WS, g = Xe(m), y = nt(m), E = 0; E < x; ++E, p = v, g = C, y = _, h = A) {
|
|
120071
|
+
var A = f[E], v = W7(A), S = A[1] / 2 + WS, C = Xe(S), _ = nt(S), b = v - p, R = b >= 0 ? 1 : -1, O = R * b, L = O > ht, M = g * C;
|
|
120072
120072
|
if (a.add(_o(M * R * Xe(O), y * _ + M * nt(O))), o += L ? b + R * Pi : b, L ^ p >= n ^ v >= n) {
|
|
120073
120073
|
var q = y2(Lx(h), Lx(A));
|
|
120074
120074
|
ZS(q);
|
|
@@ -120219,18 +120219,18 @@ function Uqe(t) {
|
|
|
120219
120219
|
if (!A)
|
|
120220
120220
|
return !x && c;
|
|
120221
120221
|
var v = e * y / A, S = -e * E / A, C = y2(m, g), _ = CA(m, v), b = CA(g, S);
|
|
120222
|
-
|
|
120222
|
+
G7(_, b);
|
|
120223
120223
|
var R = C, O = _A(_, R), L = _A(R, R), M = O * O - L * (_A(_, _) - 1);
|
|
120224
120224
|
if (!(M < 0)) {
|
|
120225
120225
|
var q = Mi(M), W = CA(R, (-O - q) / L);
|
|
120226
|
-
if (
|
|
120226
|
+
if (G7(W, _), W = JS(W), !x)
|
|
120227
120227
|
return W;
|
|
120228
120228
|
var B = c[0], G = f[0], te = c[1], X = f[1], de;
|
|
120229
120229
|
G < B && (de = B, B = G, G = de);
|
|
120230
120230
|
var be = G - B, ee = yt(be - ht) < tt, U = ee || be < tt;
|
|
120231
120231
|
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)) {
|
|
120232
120232
|
var T = CA(R, (-O + q) / L);
|
|
120233
|
-
return
|
|
120233
|
+
return G7(T, _), [W, JS(T)];
|
|
120234
120234
|
}
|
|
120235
120235
|
}
|
|
120236
120236
|
}
|
|
@@ -120417,7 +120417,7 @@ function zqe() {
|
|
|
120417
120417
|
}, y.extentMajor([[-180, -90 + tt], [180, 90 - tt]]).extentMinor([[-180, -80 - tt], [180, 80 + tt]]);
|
|
120418
120418
|
}
|
|
120419
120419
|
const Zm = (t) => t;
|
|
120420
|
-
var
|
|
120420
|
+
var V7 = new Di(), b8 = new Di(), Aoe, voe, T8, R8, el = {
|
|
120421
120421
|
point: Dr,
|
|
120422
120422
|
lineStart: Dr,
|
|
120423
120423
|
lineEnd: Dr,
|
|
@@ -120425,11 +120425,11 @@ var VN = new Di(), b8 = new Di(), Aoe, voe, T8, R8, el = {
|
|
|
120425
120425
|
el.lineStart = Hqe, el.lineEnd = Gqe;
|
|
120426
120426
|
},
|
|
120427
120427
|
polygonEnd: function() {
|
|
120428
|
-
el.lineStart = el.lineEnd = el.point = Dr,
|
|
120428
|
+
el.lineStart = el.lineEnd = el.point = Dr, V7.add(yt(b8)), b8 = new Di();
|
|
120429
120429
|
},
|
|
120430
120430
|
result: function() {
|
|
120431
|
-
var t =
|
|
120432
|
-
return
|
|
120431
|
+
var t = V7 / 2;
|
|
120432
|
+
return V7 = new Di(), t;
|
|
120433
120433
|
}
|
|
120434
120434
|
};
|
|
120435
120435
|
function Hqe() {
|
|
@@ -120540,19 +120540,19 @@ Toe.prototype = {
|
|
|
120540
120540
|
},
|
|
120541
120541
|
result: Dr
|
|
120542
120542
|
};
|
|
120543
|
-
var w8 = new Di(),
|
|
120543
|
+
var w8 = new Di(), Y7, Roe, Ooe, zg, Hg, t3 = {
|
|
120544
120544
|
point: Dr,
|
|
120545
120545
|
lineStart: function() {
|
|
120546
120546
|
t3.point = Zqe;
|
|
120547
120547
|
},
|
|
120548
120548
|
lineEnd: function() {
|
|
120549
|
-
|
|
120549
|
+
Y7 && Noe(Roe, Ooe), t3.point = Dr;
|
|
120550
120550
|
},
|
|
120551
120551
|
polygonStart: function() {
|
|
120552
|
-
|
|
120552
|
+
Y7 = !0;
|
|
120553
120553
|
},
|
|
120554
120554
|
polygonEnd: function() {
|
|
120555
|
-
|
|
120555
|
+
Y7 = null;
|
|
120556
120556
|
},
|
|
120557
120557
|
result: function() {
|
|
120558
120558
|
var t = +w8;
|
|
@@ -121035,17 +121035,17 @@ function RA(t) {
|
|
|
121035
121035
|
return rB((On + t) / 2);
|
|
121036
121036
|
}
|
|
121037
121037
|
function hze(t, e) {
|
|
121038
|
-
var n = nt(t), r = t === e ? Xe(t) : VS(n / nt(e)) / VS(RA(e) / RA(t)), i = n *
|
|
121038
|
+
var n = nt(t), r = t === e ? Xe(t) : VS(n / nt(e)) / VS(RA(e) / RA(t)), i = n * Q7(RA(t), r) / r;
|
|
121039
121039
|
if (!r)
|
|
121040
121040
|
return D6;
|
|
121041
121041
|
function s(o, u) {
|
|
121042
121042
|
i > 0 ? u < -On + tt && (u = -On + tt) : u > On - tt && (u = On - tt);
|
|
121043
|
-
var a = i /
|
|
121043
|
+
var a = i / Q7(RA(u), r);
|
|
121044
121044
|
return [a * Xe(r * o), i - a * nt(r * o)];
|
|
121045
121045
|
}
|
|
121046
121046
|
return s.invert = function(o, u) {
|
|
121047
121047
|
var a = i - u, l = lo(r) * Mi(o * o + a * a), c = _o(o, yt(a)) * lo(a);
|
|
121048
|
-
return a * r < 0 && (c -= ht * lo(o) * lo(a)), [c / r, 2 * N1(
|
|
121048
|
+
return a * r < 0 && (c -= ht * lo(o) * lo(a)), [c / r, 2 * N1(Q7(i / l, 1 / r)) - On];
|
|
121049
121049
|
}, s;
|
|
121050
121050
|
}
|
|
121051
121051
|
function pze() {
|
|
@@ -121497,7 +121497,7 @@ function nQ(t, e, n) {
|
|
|
121497
121497
|
const r = t >= 0 ? t : yne(e, n);
|
|
121498
121498
|
return Math.round((Math.sqrt(4 * r * r + 1) - 1) / 2);
|
|
121499
121499
|
}
|
|
121500
|
-
function
|
|
121500
|
+
function K7(t) {
|
|
121501
121501
|
return ft(t) ? t : Bi(+t);
|
|
121502
121502
|
}
|
|
121503
121503
|
function Koe() {
|
|
@@ -121524,11 +121524,11 @@ function Koe() {
|
|
|
121524
121524
|
};
|
|
121525
121525
|
}
|
|
121526
121526
|
return u.x = function(a) {
|
|
121527
|
-
return arguments.length ? (t =
|
|
121527
|
+
return arguments.length ? (t = K7(a), u) : t;
|
|
121528
121528
|
}, u.y = function(a) {
|
|
121529
|
-
return arguments.length ? (e =
|
|
121529
|
+
return arguments.length ? (e = K7(a), u) : e;
|
|
121530
121530
|
}, u.weight = function(a) {
|
|
121531
|
-
return arguments.length ? (n =
|
|
121531
|
+
return arguments.length ? (n = K7(a), u) : n;
|
|
121532
121532
|
}, u.size = function(a) {
|
|
121533
121533
|
if (!arguments.length)
|
|
121534
121534
|
return [i, s];
|
|
@@ -123121,14 +123121,14 @@ function DQe(t, e) {
|
|
|
123121
123121
|
}
|
|
123122
123122
|
function FQe(t, e) {
|
|
123123
123123
|
var n, r;
|
|
123124
|
-
if (
|
|
123124
|
+
if (X7(e, t))
|
|
123125
123125
|
return [e];
|
|
123126
123126
|
for (n = 0; n < t.length; ++n)
|
|
123127
|
-
if (OA(e, t[n]) &&
|
|
123127
|
+
if (OA(e, t[n]) && X7(Vg(t[n], e), t))
|
|
123128
123128
|
return [t[n], e];
|
|
123129
123129
|
for (n = 0; n < t.length - 1; ++n)
|
|
123130
123130
|
for (r = n + 1; r < t.length; ++r)
|
|
123131
|
-
if (OA(Vg(t[n], t[r]), e) && OA(Vg(t[n], e), t[r]) && OA(Vg(t[r], e), t[n]) &&
|
|
123131
|
+
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))
|
|
123132
123132
|
return [t[n], t[r], e];
|
|
123133
123133
|
throw new Error();
|
|
123134
123134
|
}
|
|
@@ -123140,7 +123140,7 @@ function lue(t, e) {
|
|
|
123140
123140
|
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;
|
|
123141
123141
|
return n > 0 && n * n > r * r + i * i;
|
|
123142
123142
|
}
|
|
123143
|
-
function
|
|
123143
|
+
function X7(t, e) {
|
|
123144
123144
|
for (var n = 0; n < e.length; ++n)
|
|
123145
123145
|
if (!lue(t, e[n]))
|
|
123146
123146
|
return !1;
|
|
@@ -123238,7 +123238,7 @@ function BQe() {
|
|
|
123238
123238
|
var t = null, e = 1, n = 1, r = Mf;
|
|
123239
123239
|
function i(s) {
|
|
123240
123240
|
const o = RQe();
|
|
123241
|
-
return s.x = e / 2, s.y = n / 2, t ? s.eachBefore(hQ(t)).eachAfter(
|
|
123241
|
+
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;
|
|
123242
123242
|
}
|
|
123243
123243
|
return i.radius = function(s) {
|
|
123244
123244
|
return arguments.length ? (t = vv(s), i) : t;
|
|
@@ -123253,7 +123253,7 @@ function hQ(t) {
|
|
|
123253
123253
|
e.children || (e.r = Math.max(0, +t(e) || 0));
|
|
123254
123254
|
};
|
|
123255
123255
|
}
|
|
123256
|
-
function
|
|
123256
|
+
function J7(t, e, n) {
|
|
123257
123257
|
return function(r) {
|
|
123258
123258
|
if (i = r.children) {
|
|
123259
123259
|
var i, s, o = i.length, u = t(r) * e || 0, a;
|
|
@@ -123301,7 +123301,7 @@ function kQe() {
|
|
|
123301
123301
|
return arguments.length ? (n = +o, i) : n;
|
|
123302
123302
|
}, i;
|
|
123303
123303
|
}
|
|
123304
|
-
var PQe = { depth: -1 }, gQ = {},
|
|
123304
|
+
var PQe = { depth: -1 }, gQ = {}, Z7 = {};
|
|
123305
123305
|
function MQe(t) {
|
|
123306
123306
|
return t.id;
|
|
123307
123307
|
}
|
|
@@ -123315,7 +123315,7 @@ function mQ() {
|
|
|
123315
123315
|
if (n != null) {
|
|
123316
123316
|
const y = s.map((v, S) => UQe(n(v, S, i))), E = y.map(yQ), A = new Set(y).add("");
|
|
123317
123317
|
for (const v of E)
|
|
123318
|
-
A.has(v) || (A.add(v), y.push(v), E.push(yQ(v)), s.push(
|
|
123318
|
+
A.has(v) || (A.add(v), y.push(v), E.push(yQ(v)), s.push(Z7));
|
|
123319
123319
|
o = (v, S) => y[S], u = (v, S) => E[S];
|
|
123320
123320
|
}
|
|
123321
123321
|
for (c = 0, a = s.length; c < a; ++c)
|
|
@@ -123335,9 +123335,9 @@ function mQ() {
|
|
|
123335
123335
|
if (!f)
|
|
123336
123336
|
throw new Error("no root");
|
|
123337
123337
|
if (n != null) {
|
|
123338
|
-
for (; f.data ===
|
|
123338
|
+
for (; f.data === Z7 && f.children.length === 1; )
|
|
123339
123339
|
f = f.children[0], --a;
|
|
123340
|
-
for (let y = s.length - 1; y >= 0 && (h = s[y], h.data ===
|
|
123340
|
+
for (let y = s.length - 1; y >= 0 && (h = s[y], h.data === Z7); --y)
|
|
123341
123341
|
h.data = null;
|
|
123342
123342
|
}
|
|
123343
123343
|
if (f.parent = PQe, f.eachBefore(function(y) {
|
|
@@ -123380,11 +123380,11 @@ function j8(t, e) {
|
|
|
123380
123380
|
function qQe(t, e) {
|
|
123381
123381
|
return t.parent === e.parent ? 1 : 2;
|
|
123382
123382
|
}
|
|
123383
|
-
function
|
|
123383
|
+
function eN(t) {
|
|
123384
123384
|
var e = t.children;
|
|
123385
123385
|
return e ? e[0] : t.t;
|
|
123386
123386
|
}
|
|
123387
|
-
function
|
|
123387
|
+
function tN(t) {
|
|
123388
123388
|
var e = t.children;
|
|
123389
123389
|
return e ? e[e.length - 1] : t.t;
|
|
123390
123390
|
}
|
|
@@ -123443,9 +123443,9 @@ function WQe() {
|
|
|
123443
123443
|
}
|
|
123444
123444
|
function u(l, c, f) {
|
|
123445
123445
|
if (c) {
|
|
123446
|
-
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 =
|
|
123447
|
-
m =
|
|
123448
|
-
p && !
|
|
123446
|
+
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; )
|
|
123447
|
+
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;
|
|
123448
|
+
p && !tN(h) && (h.t = p, h.m += E - y), x && !eN(m) && (m.t = x, m.m += g - A, f = l);
|
|
123449
123449
|
}
|
|
123450
123450
|
return f;
|
|
123451
123451
|
}
|
|
@@ -123958,7 +123958,7 @@ const rGe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
123958
123958
|
tree: NB,
|
|
123959
123959
|
treelinks: DB,
|
|
123960
123960
|
treemap: FB
|
|
123961
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
123961
|
+
}, Symbol.toStringTag, { value: "Module" })), nN = 4278190080;
|
|
123962
123962
|
function iGe(t, e) {
|
|
123963
123963
|
const n = t.bitmap();
|
|
123964
123964
|
return (e || []).forEach((r) => n.set(t(r.boundary[0]), t(r.boundary[3]))), [n, void 0];
|
|
@@ -123966,14 +123966,14 @@ function iGe(t, e) {
|
|
|
123966
123966
|
function sGe(t, e, n, r, i) {
|
|
123967
123967
|
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");
|
|
123968
123968
|
n.forEach((b) => _v(a, b, !1)), _v(l, e, !1), u && _v(c, e, !0);
|
|
123969
|
-
const f =
|
|
123969
|
+
const f = rN(a, s, o), x = rN(l, s, o), h = u && rN(c, s, o), p = t.bitmap(), m = u && t.bitmap();
|
|
123970
123970
|
let g, y, E, A, v, S, C, _;
|
|
123971
123971
|
for (y = 0; y < o; ++y)
|
|
123972
123972
|
for (g = 0; g < s; ++g)
|
|
123973
|
-
v = y * s + g, S = f[v] &
|
|
123973
|
+
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));
|
|
123974
123974
|
return [p, m];
|
|
123975
123975
|
}
|
|
123976
|
-
function
|
|
123976
|
+
function rN(t, e, n) {
|
|
123977
123977
|
return new Uint32Array(t.getImageData(0, 0, e, n).data.buffer);
|
|
123978
123978
|
}
|
|
123979
123979
|
function _v(t, e, n) {
|
|
@@ -124153,16 +124153,16 @@ function gGe(t, e, n, r) {
|
|
|
124153
124153
|
function vQ(t, e, n, r, i, s, o, u, a, l, c, f) {
|
|
124154
124154
|
return !(i.outOfBounds(t, n, e, r) || (f && s || i).getRange(t, n, e, r));
|
|
124155
124155
|
}
|
|
124156
|
-
const
|
|
124157
|
-
"top-left":
|
|
124158
|
-
top:
|
|
124159
|
-
"top-right":
|
|
124160
|
-
left:
|
|
124161
|
-
middle:
|
|
124162
|
-
right:
|
|
124163
|
-
"bottom-left":
|
|
124164
|
-
bottom:
|
|
124165
|
-
"bottom-right":
|
|
124156
|
+
const iN = 0, sN = 4, oN = 8, uN = 0, aN = 1, lN = 2, mGe = {
|
|
124157
|
+
"top-left": iN + uN,
|
|
124158
|
+
top: iN + aN,
|
|
124159
|
+
"top-right": iN + lN,
|
|
124160
|
+
left: sN + uN,
|
|
124161
|
+
middle: sN + aN,
|
|
124162
|
+
right: sN + lN,
|
|
124163
|
+
"bottom-left": oN + uN,
|
|
124164
|
+
bottom: oN + aN,
|
|
124165
|
+
"bottom-right": oN + lN
|
|
124166
124166
|
}, yGe = {
|
|
124167
124167
|
naive: lGe,
|
|
124168
124168
|
"reduced-search": cGe,
|
|
@@ -124462,7 +124462,7 @@ const TGe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
124462
124462
|
loess: LB,
|
|
124463
124463
|
regression: IB
|
|
124464
124464
|
}, Symbol.toStringTag, { value: "Module" })), El = 11102230246251565e-32, qr = 134217729, RGe = (3 + 8 * El) * El;
|
|
124465
|
-
function
|
|
124465
|
+
function cN(t, e, n, r, i) {
|
|
124466
124466
|
let s, o, u, a, l = e[0], c = r[0], f = 0, x = 0;
|
|
124467
124467
|
c > l == c > -l ? (s = l, l = e[++f]) : (s = c, c = r[++x]);
|
|
124468
124468
|
let h = 0;
|
|
@@ -124493,11 +124493,11 @@ function wGe(t, e, n, r, i, s, o) {
|
|
|
124493
124493
|
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))
|
|
124494
124494
|
return q;
|
|
124495
124495
|
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;
|
|
124496
|
-
const B =
|
|
124496
|
+
const B = cN(4, Xd, 4, di, SQ);
|
|
124497
124497
|
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;
|
|
124498
|
-
const G =
|
|
124498
|
+
const G = cN(B, SQ, 4, di, _Q);
|
|
124499
124499
|
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;
|
|
124500
|
-
const te =
|
|
124500
|
+
const te = cN(G, _Q, 4, di, CQ);
|
|
124501
124501
|
return CQ[te - 1];
|
|
124502
124502
|
}
|
|
124503
124503
|
function DA(t, e, n, r, i, s) {
|
|
@@ -124535,7 +124535,7 @@ class S4 {
|
|
|
124535
124535
|
const f = (u + l) / 2, x = (a + c) / 2;
|
|
124536
124536
|
let h = 1 / 0, p, m, g;
|
|
124537
124537
|
for (let O = 0; O < o; O++) {
|
|
124538
|
-
const L =
|
|
124538
|
+
const L = fN(f, x, e[2 * O], e[2 * O + 1]);
|
|
124539
124539
|
L < h && (p = O, h = L);
|
|
124540
124540
|
}
|
|
124541
124541
|
const y = e[2 * p], E = e[2 * p + 1];
|
|
@@ -124543,7 +124543,7 @@ class S4 {
|
|
|
124543
124543
|
for (let O = 0; O < o; O++) {
|
|
124544
124544
|
if (O === p)
|
|
124545
124545
|
continue;
|
|
124546
|
-
const L =
|
|
124546
|
+
const L = fN(y, E, e[2 * O], e[2 * O + 1]);
|
|
124547
124547
|
L < h && L > 0 && (m = O, h = L);
|
|
124548
124548
|
}
|
|
124549
124549
|
let A = e[2 * m], v = e[2 * m + 1], S = 1 / 0;
|
|
@@ -124574,7 +124574,7 @@ class S4 {
|
|
|
124574
124574
|
const b = BGe(y, E, A, v, C, _);
|
|
124575
124575
|
this._cx = b.x, this._cy = b.y;
|
|
124576
124576
|
for (let O = 0; O < o; O++)
|
|
124577
|
-
this._dists[O] =
|
|
124577
|
+
this._dists[O] = fN(e[2 * O], e[2 * O + 1], b.x, b.y);
|
|
124578
124578
|
xh(this._ids, this._dists, 0, o - 1), this._hullStart = p;
|
|
124579
124579
|
let R = 3;
|
|
124580
124580
|
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);
|
|
@@ -124670,7 +124670,7 @@ function LGe(t, e) {
|
|
|
124670
124670
|
const n = t / (Math.abs(t) + Math.abs(e));
|
|
124671
124671
|
return (e > 0 ? 3 - n : 1 + n) / 4;
|
|
124672
124672
|
}
|
|
124673
|
-
function
|
|
124673
|
+
function fN(t, e, n, r) {
|
|
124674
124674
|
const i = t - n, s = e - r;
|
|
124675
124675
|
return i * i + s * s;
|
|
124676
124676
|
}
|
|
@@ -125243,7 +125243,7 @@ const YGe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
125243
125243
|
__proto__: null,
|
|
125244
125244
|
voronoi: BB
|
|
125245
125245
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
125246
|
-
var
|
|
125246
|
+
var xN = Math.PI / 180, Yg = 64, Cv = 2048;
|
|
125247
125247
|
function KGe() {
|
|
125248
125248
|
var t = [256, 256], e, n, r, i, s, o, u, a = mue, l = [], c = Math.random, f = {};
|
|
125249
125249
|
f.layout = function() {
|
|
@@ -125330,13 +125330,13 @@ function XGe(t, e, n, r) {
|
|
|
125330
125330
|
var o = 0, u = 0, a = 0, l = n.length, c, f, x, h, p;
|
|
125331
125331
|
for (--r; ++r < l; ) {
|
|
125332
125332
|
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) {
|
|
125333
|
-
var m = Math.sin(e.rotate *
|
|
125333
|
+
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;
|
|
125334
125334
|
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));
|
|
125335
125335
|
} else
|
|
125336
125336
|
c = c + 31 >> 5 << 5;
|
|
125337
125337
|
if (x > a && (a = x), o + c >= Yg << 5 && (o = 0, u += a, a = 0), u + x >= Cv)
|
|
125338
125338
|
break;
|
|
125339
|
-
i.translate((o + (c >> 1)) / s, (u + (x >> 1)) / s), e.rotate && i.rotate(e.rotate *
|
|
125339
|
+
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;
|
|
125340
125340
|
}
|
|
125341
125341
|
for (var S = i.getImageData(0, 0, (Yg << 5) / s, Cv / s).data, C = []; --r >= 0; )
|
|
125342
125342
|
if (e = n[r], !!e.hasText) {
|
|
@@ -125855,7 +125855,7 @@ $a[bd] = "Numeric";
|
|
|
125855
125855
|
$a[Ki] = "Punctuator";
|
|
125856
125856
|
$a[yE] = "String";
|
|
125857
125857
|
$a[CWe] = "RegularExpression";
|
|
125858
|
-
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]");
|
|
125858
|
+
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]");
|
|
125859
125859
|
function $6(t, e) {
|
|
125860
125860
|
if (!t)
|
|
125861
125861
|
throw new Error("ASSERT: " + e);
|
|
@@ -125982,7 +125982,7 @@ function WWe() {
|
|
|
125982
125982
|
end: Ee
|
|
125983
125983
|
};
|
|
125984
125984
|
}
|
|
125985
|
-
function
|
|
125985
|
+
function hN() {
|
|
125986
125986
|
var t = Ee, e = We.charCodeAt(Ee), n, r = We[Ee], i, s, o;
|
|
125987
125987
|
switch (e) {
|
|
125988
125988
|
case 46:
|
|
@@ -126191,9 +126191,9 @@ function JWe() {
|
|
|
126191
126191
|
var t, e, n, r, i;
|
|
126192
126192
|
for (t = We[Ee], $6(t === "/", "Regular expression literal must start with a slash"), e = We[Ee++], n = !1, r = !1; Ee < Zr; )
|
|
126193
126193
|
if (t = We[Ee++], e += t, t === "\\")
|
|
126194
|
-
t = We[Ee++], s3(t.charCodeAt(0)) && Ot({},
|
|
126194
|
+
t = We[Ee++], s3(t.charCodeAt(0)) && Ot({}, dN), e += t;
|
|
126195
126195
|
else if (s3(t.charCodeAt(0)))
|
|
126196
|
-
Ot({},
|
|
126196
|
+
Ot({}, dN);
|
|
126197
126197
|
else if (n)
|
|
126198
126198
|
t === "]" && (n = !1);
|
|
126199
126199
|
else if (t === "/") {
|
|
@@ -126201,7 +126201,7 @@ function JWe() {
|
|
|
126201
126201
|
break;
|
|
126202
126202
|
} else
|
|
126203
126203
|
t === "[" && (n = !0);
|
|
126204
|
-
return r || Ot({},
|
|
126204
|
+
return r || Ot({}, dN), i = e.substr(1, e.length - 2), {
|
|
126205
126205
|
value: i,
|
|
126206
126206
|
literal: e
|
|
126207
126207
|
};
|
|
@@ -126239,7 +126239,7 @@ function Cue() {
|
|
|
126239
126239
|
end: Ee
|
|
126240
126240
|
};
|
|
126241
126241
|
const t = We.charCodeAt(Ee);
|
|
126242
|
-
return EE(t) ? WWe() : t === 40 || t === 41 || t === 59 ?
|
|
126242
|
+
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();
|
|
126243
126243
|
}
|
|
126244
126244
|
function ts() {
|
|
126245
126245
|
const t = Pt;
|
|
@@ -126303,7 +126303,7 @@ function ei(t) {
|
|
|
126303
126303
|
function nn(t) {
|
|
126304
126304
|
return Pt.type === Ki && Pt.value === t;
|
|
126305
126305
|
}
|
|
126306
|
-
function
|
|
126306
|
+
function pN(t) {
|
|
126307
126307
|
return Pt.type === Vc && Pt.value === t;
|
|
126308
126308
|
}
|
|
126309
126309
|
function uVe() {
|
|
@@ -126408,7 +126408,7 @@ function bv() {
|
|
|
126408
126408
|
if (nn("+") || nn("-") || nn("~") || nn("!"))
|
|
126409
126409
|
t = ts(), e = bv(), e = oVe(t.value, e);
|
|
126410
126410
|
else {
|
|
126411
|
-
if (
|
|
126411
|
+
if (pN("delete") || pN("void") || pN("typeof"))
|
|
126412
126412
|
throw new Error(i3);
|
|
126413
126413
|
e = IQ();
|
|
126414
126414
|
}
|
|
@@ -126641,7 +126641,7 @@ function AVe(t) {
|
|
|
126641
126641
|
}
|
|
126642
126642
|
return h.functions = i, h.constants = r, h;
|
|
126643
126643
|
}
|
|
126644
|
-
function
|
|
126644
|
+
function gN(t, e) {
|
|
126645
126645
|
return t == null || e == null ? NaN : t < e ? -1 : t > e ? 1 : t >= e ? 0 : NaN;
|
|
126646
126646
|
}
|
|
126647
126647
|
function vVe(t, e) {
|
|
@@ -126649,7 +126649,7 @@ function vVe(t, e) {
|
|
|
126649
126649
|
}
|
|
126650
126650
|
function SVe(t) {
|
|
126651
126651
|
let e, n, r;
|
|
126652
|
-
t.length !== 2 ? (e =
|
|
126652
|
+
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);
|
|
126653
126653
|
function i(u, a, l = 0, c = u.length) {
|
|
126654
126654
|
if (l < c) {
|
|
126655
126655
|
if (e(a, a) !== 0)
|
|
@@ -126758,14 +126758,14 @@ function jVe(t, e, n, r) {
|
|
|
126758
126758
|
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)
|
|
126759
126759
|
if (l = s[v], x = l.unit, c = l.fields, f = l.values, c && f) {
|
|
126760
126760
|
for (S = 0, C = c.length; S < C; ++S)
|
|
126761
|
-
h = c[S], m = o[h.field] || (o[h.field] = {}), g = m[x] || (m[x] = []), a[h.field] = y = h.type.charAt(0), E =
|
|
126761
|
+
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]));
|
|
126762
126762
|
n && (g = u[x] || (u[x] = []), g.push(ke(f).reduce((_, b, R) => (_[c[R].field] = b, _), {})));
|
|
126763
126763
|
} else
|
|
126764
126764
|
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({
|
|
126765
126765
|
[Iu]: p
|
|
126766
126766
|
}));
|
|
126767
|
-
if (e = e || BQ, o[Iu] ? o[Iu] =
|
|
126768
|
-
o[_] = Object.keys(o[_]).map((b) => o[_][b]).reduce((b, R) => b === void 0 ? R :
|
|
126767
|
+
if (e = e || BQ, o[Iu] ? o[Iu] = mN[`${Iu}_${e}`](...Object.values(o[Iu])) : Object.keys(o).forEach((_) => {
|
|
126768
|
+
o[_] = Object.keys(o[_]).map((b) => o[_][b]).reduce((b, R) => b === void 0 ? R : mN[`${a[_]}_${e}`](b, R));
|
|
126769
126769
|
}), s = Object.keys(u), n && s.length) {
|
|
126770
126770
|
const _ = r ? OVe : RVe;
|
|
126771
126771
|
o[_] = e === BQ ? {
|
|
@@ -126778,7 +126778,7 @@ function jVe(t, e, n, r) {
|
|
|
126778
126778
|
}
|
|
126779
126779
|
return o;
|
|
126780
126780
|
}
|
|
126781
|
-
var
|
|
126781
|
+
var mN = {
|
|
126782
126782
|
[`${Iu}_union`]: TVe,
|
|
126783
126783
|
[`${Iu}_intersect`]: CVe,
|
|
126784
126784
|
E_union: function(t, e) {
|
|
@@ -126930,12 +126930,12 @@ function lYe() {
|
|
|
126930
126930
|
function cYe() {
|
|
126931
126931
|
return WB(this.context.dataflow, "debug", arguments);
|
|
126932
126932
|
}
|
|
126933
|
-
function
|
|
126933
|
+
function yN(t) {
|
|
126934
126934
|
const e = t / 255;
|
|
126935
126935
|
return e <= 0.03928 ? e / 12.92 : Math.pow((e + 0.055) / 1.055, 2.4);
|
|
126936
126936
|
}
|
|
126937
126937
|
function J8(t) {
|
|
126938
|
-
const e = sc(t), n =
|
|
126938
|
+
const e = sc(t), n = yN(e.r), r = yN(e.g), i = yN(e.b);
|
|
126939
126939
|
return 0.2126 * n + 0.7152 * r + 0.0722 * i;
|
|
126940
126940
|
}
|
|
126941
126941
|
function fYe(t, e) {
|
|
@@ -127632,21 +127632,21 @@ function EKe(t) {
|
|
|
127632
127632
|
bg: t._signals.background
|
|
127633
127633
|
});
|
|
127634
127634
|
}
|
|
127635
|
-
const
|
|
127635
|
+
const EN = "default";
|
|
127636
127636
|
function AKe(t) {
|
|
127637
127637
|
const e = t._signals.cursor || (t._signals.cursor = t.add({
|
|
127638
|
-
user:
|
|
127638
|
+
user: EN,
|
|
127639
127639
|
item: null
|
|
127640
127640
|
}));
|
|
127641
127641
|
t.on(t.events("view", "mousemove"), e, (n, r) => {
|
|
127642
|
-
const i = e.value, s = i ? Ue(i) ? i : i.user :
|
|
127642
|
+
const i = e.value, s = i ? Ue(i) ? i : i.user : EN, o = r.item && r.item.cursor || null;
|
|
127643
127643
|
return i && s === i.user && o == i.item ? i : {
|
|
127644
127644
|
user: s,
|
|
127645
127645
|
item: o
|
|
127646
127646
|
};
|
|
127647
127647
|
}), t.add(null, function(n) {
|
|
127648
127648
|
let r = n.cursor, i = this.value;
|
|
127649
|
-
return Ue(r) || (i = r.item, r = r.user), eF(t, r && r !==
|
|
127649
|
+
return Ue(r) || (i = r.item, r = r.user), eF(t, r && r !== EN ? r : i || r), i;
|
|
127650
127650
|
}, {
|
|
127651
127651
|
cursor: e
|
|
127652
127652
|
});
|
|
@@ -127958,17 +127958,17 @@ function WKe(t, e, n, r) {
|
|
|
127958
127958
|
}
|
|
127959
127959
|
function VKe(t, e) {
|
|
127960
127960
|
const n = this, r = n._renderType, i = n._eventConfig.bind, s = G$(r);
|
|
127961
|
-
t = n._el = t ?
|
|
127961
|
+
t = n._el = t ? AN(n, t, !0) : null, yKe(n), s || n.error("Unrecognized renderer type: " + r);
|
|
127962
127962
|
const o = s.handler || T6, u = t ? s.renderer : s.headless;
|
|
127963
|
-
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 =
|
|
127963
|
+
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", {
|
|
127964
127964
|
class: "vega-bindings"
|
|
127965
127965
|
})), n._bind.forEach((a) => {
|
|
127966
|
-
a.param.element && i !== "container" && (a.element =
|
|
127966
|
+
a.param.element && i !== "container" && (a.element = AN(n, a.param.element, !!a.param.input));
|
|
127967
127967
|
}), n._bind.forEach((a) => {
|
|
127968
127968
|
PKe(n, a.element || e, a);
|
|
127969
127969
|
})), n;
|
|
127970
127970
|
}
|
|
127971
|
-
function
|
|
127971
|
+
function AN(t, e, n) {
|
|
127972
127972
|
if (typeof e == "string")
|
|
127973
127973
|
if (typeof document < "u") {
|
|
127974
127974
|
if (e = document.querySelector(e), !e)
|
|
@@ -128424,19 +128424,19 @@ const nk = "mark", rk = "frame", ik = "scope", bXe = "axis", TXe = "axis-domain"
|
|
|
128424
128424
|
function jXe(t, e, n, r, i) {
|
|
128425
128425
|
const s = {}, o = {};
|
|
128426
128426
|
let u, a, l, c;
|
|
128427
|
-
a = "lineBreak", e === "text" && i[a] != null && !oh(a, t) &&
|
|
128427
|
+
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;
|
|
128428
128428
|
for (a in c)
|
|
128429
|
-
l = oh(a, t) || (a === "fill" || a === "stroke") && (oh("fill", t) || oh("stroke", t)), l ||
|
|
128429
|
+
l = oh(a, t) || (a === "fill" || a === "stroke") && (oh("fill", t) || oh("stroke", t)), l || vN(s, a, c[a]);
|
|
128430
128430
|
ke(r).forEach((f) => {
|
|
128431
128431
|
const x = i.style && i.style[f];
|
|
128432
128432
|
for (const h in x)
|
|
128433
|
-
oh(h, t) ||
|
|
128433
|
+
oh(h, t) || vN(s, h, x[h]);
|
|
128434
128434
|
}), t = ct({}, t);
|
|
128435
128435
|
for (a in s)
|
|
128436
128436
|
c = s[a], c.signal ? (u = u || {})[a] = c : o[a] = c;
|
|
128437
128437
|
return t.enter = ct(o, t.enter), u && (t.update = ct(u, t.update)), t;
|
|
128438
128438
|
}
|
|
128439
|
-
function
|
|
128439
|
+
function vN(t, e, n) {
|
|
128440
128440
|
t[e] = n && n.signal ? {
|
|
128441
128441
|
signal: n.signal
|
|
128442
128442
|
} : {
|
|
@@ -129284,10 +129284,10 @@ function CZe(t, e, n) {
|
|
|
129284
129284
|
function aG(t, e, n) {
|
|
129285
129285
|
const r = t.type;
|
|
129286
129286
|
if (Zn(e))
|
|
129287
|
-
return cG(r) ? ve("Expression references can not be signals.") :
|
|
129287
|
+
return cG(r) ? ve("Expression references can not be signals.") : SN(r) ? n.fieldRef(e) : fG(r) ? n.compareRef(e) : n.signalRef(e.signal);
|
|
129288
129288
|
{
|
|
129289
|
-
const i = t.expr ||
|
|
129290
|
-
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) :
|
|
129289
|
+
const i = t.expr || SN(r);
|
|
129290
|
+
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;
|
|
129291
129291
|
}
|
|
129292
129292
|
}
|
|
129293
129293
|
function bZe(t, e, n) {
|
|
@@ -129314,7 +129314,7 @@ function lG(t, e, n) {
|
|
|
129314
129314
|
const s = ct(Rae(i, e, n), i.key);
|
|
129315
129315
|
return Ke(n.add(_Je(s)));
|
|
129316
129316
|
}
|
|
129317
|
-
const RZe = (t) => t && t.expr, OZe = (t) => t && t.field, NZe = (t) => t === "data", cG = (t) => t === "expr",
|
|
129317
|
+
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";
|
|
129318
129318
|
function DZe(t, e, n) {
|
|
129319
129319
|
let r, i, s, o, u;
|
|
129320
129320
|
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({
|
|
@@ -130002,7 +130002,7 @@ function oet(t, e, n, r, i, s) {
|
|
|
130002
130002
|
encode: x
|
|
130003
130003
|
}, n);
|
|
130004
130004
|
}
|
|
130005
|
-
function
|
|
130005
|
+
function _N(t, e, n, r, i) {
|
|
130006
130006
|
return {
|
|
130007
130007
|
signal: 'flush(range("' + t + '"), scale("' + t + '", datum.value), ' + e + "," + n + "," + r + "," + i + ")"
|
|
130008
130008
|
};
|
|
@@ -130017,11 +130017,11 @@ function uet(t, e, n, r, i, s) {
|
|
|
130017
130017
|
field: go,
|
|
130018
130018
|
band: 0.5,
|
|
130019
130019
|
offset: bae(s.offset, o("labelOffset"))
|
|
130020
|
-
}, E = mr(u, p ?
|
|
130020
|
+
}, E = mr(u, p ? _N(a, c, '"left"', '"right"', '"center"') : {
|
|
130021
130021
|
value: "center"
|
|
130022
|
-
}, VZe(u, "left", "right")), A = mr(u, Fae(u, "bottom", "top"), p ?
|
|
130022
|
+
}, VZe(u, "left", "right")), A = mr(u, Fae(u, "bottom", "top"), p ? _N(a, c, '"top"', '"bottom"', '"middle"') : {
|
|
130023
130023
|
value: "middle"
|
|
130024
|
-
}), v =
|
|
130024
|
+
}), v = _N(a, c, `-(${f})`, f, 0);
|
|
130025
130025
|
p = p && f;
|
|
130026
130026
|
const S = {
|
|
130027
130027
|
opacity: St,
|
|
@@ -132972,7 +132972,7 @@ const Utt = [
|
|
|
132972
132972
|
function jk(t) {
|
|
132973
132973
|
return !!t && (t === "legend" || !!t.legend);
|
|
132974
132974
|
}
|
|
132975
|
-
function
|
|
132975
|
+
function CN(t) {
|
|
132976
132976
|
return jk(t) && ze(t);
|
|
132977
132977
|
}
|
|
132978
132978
|
function Uk(t) {
|
|
@@ -133556,7 +133556,7 @@ function Snt(t) {
|
|
|
133556
133556
|
}));
|
|
133557
133557
|
return t;
|
|
133558
133558
|
}
|
|
133559
|
-
function
|
|
133559
|
+
function bN(t, e = {}, n) {
|
|
133560
133560
|
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;
|
|
133561
133561
|
}
|
|
133562
133562
|
function LG(t, e = {}) {
|
|
@@ -133573,18 +133573,18 @@ class _nt {
|
|
|
133573
133573
|
case "line":
|
|
133574
133574
|
case "rule":
|
|
133575
133575
|
case "trail":
|
|
133576
|
-
return !!
|
|
133576
|
+
return !!bN(s, n[s.type], i);
|
|
133577
133577
|
case "area":
|
|
133578
133578
|
return (
|
|
133579
133579
|
// false / null are also included as we want to remove the properties
|
|
133580
|
-
!!
|
|
133580
|
+
!!bN(s, n[s.type], i) || !!LG(s, n[s.type])
|
|
133581
133581
|
);
|
|
133582
133582
|
}
|
|
133583
133583
|
}
|
|
133584
133584
|
return !1;
|
|
133585
133585
|
}
|
|
133586
133586
|
run(e, n, r) {
|
|
133587
|
-
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 =
|
|
133587
|
+
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 = [
|
|
133588
133588
|
Object.assign(Object.assign({}, s ? { params: s } : {}), {
|
|
133589
133589
|
mark: vnt(Object.assign(Object.assign({}, f.type === "area" && f.opacity === void 0 && f.fillOpacity === void 0 ? { opacity: 0.7 } : {}), f)),
|
|
133590
133590
|
// drop shape from encoding as this might be used to trigger point overlay
|
|
@@ -133611,7 +133611,7 @@ var Cnt = function(t, e) {
|
|
|
133611
133611
|
function bnt(t, e) {
|
|
133612
133612
|
return e ? CE(t) ? qle(t, e) : Ule(t, e) : t;
|
|
133613
133613
|
}
|
|
133614
|
-
function
|
|
133614
|
+
function TN(t, e) {
|
|
133615
133615
|
return e ? qle(t, e) : t;
|
|
133616
133616
|
}
|
|
133617
133617
|
function mF(t, e, n) {
|
|
@@ -133722,7 +133722,7 @@ class Rnt extends Hk {
|
|
|
133722
133722
|
}
|
|
133723
133723
|
// This is for normalizing non-facet unit
|
|
133724
133724
|
mapUnit(e, n) {
|
|
133725
|
-
const { parentEncoding: r, parentProjection: i } = n, s =
|
|
133725
|
+
const { parentEncoding: r, parentProjection: i } = n, s = TN(e.encoding, n.repeater), o = Object.assign(Object.assign({}, e), s ? { encoding: s } : {});
|
|
133726
133726
|
if (r || i)
|
|
133727
133727
|
return this.mapUnitWithParentEncodingOrProjection(o, n);
|
|
133728
133728
|
const u = this.mapLayerOrUnit.bind(this);
|
|
@@ -133773,12 +133773,12 @@ class Rnt extends Hk {
|
|
|
133773
133773
|
mapUnitWithParentEncodingOrProjection(e, n) {
|
|
133774
133774
|
const { encoding: r, projection: i } = e, { parentEncoding: s, parentProjection: o, config: u } = n, a = kG({ parentProjection: o, projection: i }), l = BG({
|
|
133775
133775
|
parentEncoding: s,
|
|
133776
|
-
encoding:
|
|
133776
|
+
encoding: TN(r, n.repeater)
|
|
133777
133777
|
});
|
|
133778
133778
|
return this.mapUnit(Object.assign(Object.assign(Object.assign({}, e), a ? { projection: a } : {}), l ? { encoding: l } : {}), { config: u });
|
|
133779
133779
|
}
|
|
133780
133780
|
mapFacetedUnit(e, n) {
|
|
133781
|
-
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 =
|
|
133781
|
+
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);
|
|
133782
133782
|
return this.mapFacet(Object.assign(Object.assign(Object.assign({}, m), y), {
|
|
133783
133783
|
// row / column has higher precedence than facet
|
|
133784
133784
|
facet: g,
|
|
@@ -135289,19 +135289,19 @@ function QG(t, e) {
|
|
|
135289
135289
|
if (e !== void 0)
|
|
135290
135290
|
return { [t]: tn(e) };
|
|
135291
135291
|
}
|
|
135292
|
-
const
|
|
135292
|
+
const RN = "voronoi", s0e = {
|
|
135293
135293
|
defined: (t) => t.type === "point" && t.nearest,
|
|
135294
135294
|
parse: (t, e) => {
|
|
135295
135295
|
if (e.events)
|
|
135296
135296
|
for (const n of e.events)
|
|
135297
|
-
n.markname = t.getName(
|
|
135297
|
+
n.markname = t.getName(RN);
|
|
135298
135298
|
},
|
|
135299
135299
|
marks: (t, e, n) => {
|
|
135300
135300
|
const { x: r, y: i } = e.project.hasChannel, s = t.mark;
|
|
135301
135301
|
if (Yc(s))
|
|
135302
135302
|
return Te(aFe(s)), n;
|
|
135303
135303
|
const o = {
|
|
135304
|
-
name: t.getName(
|
|
135304
|
+
name: t.getName(RN),
|
|
135305
135305
|
type: "path",
|
|
135306
135306
|
interactive: !0,
|
|
135307
135307
|
from: { data: t.getName("marks") },
|
|
@@ -135321,7 +135321,7 @@ const R7 = "voronoi", s0e = {
|
|
|
135321
135321
|
return n.forEach((l, c) => {
|
|
135322
135322
|
var f;
|
|
135323
135323
|
const x = (f = l.name) !== null && f !== void 0 ? f : "";
|
|
135324
|
-
x === t.component.mark[0].name ? u = c : x.indexOf(
|
|
135324
|
+
x === t.component.mark[0].name ? u = c : x.indexOf(RN) >= 0 && (a = !0);
|
|
135325
135325
|
}), a || n.splice(u + 1, 0, o), n;
|
|
135326
135326
|
}
|
|
135327
135327
|
}, o0e = {
|
|
@@ -135399,11 +135399,11 @@ const R7 = "voronoi", s0e = {
|
|
|
135399
135399
|
for (const a of e.events)
|
|
135400
135400
|
a.filter = ke((r = a.filter) !== null && r !== void 0 ? r : []), a.filter.includes(u) || a.filter.push(u);
|
|
135401
135401
|
}
|
|
135402
|
-
const s =
|
|
135402
|
+
const s = CN(e.bind) ? e.bind.legend : "click", o = Ue(s) ? Td(s, "view") : ke(s);
|
|
135403
135403
|
e.bind = { legend: { merge: o } };
|
|
135404
135404
|
},
|
|
135405
135405
|
topLevelSignals: (t, e, n) => {
|
|
135406
|
-
const r = e.name, i =
|
|
135406
|
+
const r = e.name, i = CN(e.bind) && e.bind.legend, s = (o) => (u) => {
|
|
135407
135407
|
const a = lt(u);
|
|
135408
135408
|
return a.markname = o, a;
|
|
135409
135409
|
};
|
|
@@ -135428,7 +135428,7 @@ const R7 = "voronoi", s0e = {
|
|
|
135428
135428
|
events: u.map((x) => ({ signal: x })),
|
|
135429
135429
|
update: l
|
|
135430
135430
|
}) : u.length > 0 && (s.update = l, delete s.value, delete s.on);
|
|
135431
|
-
const c = n.find((x) => x.name === r + M4), f =
|
|
135431
|
+
const c = n.find((x) => x.name === r + M4), f = CN(e.bind) && e.bind.legend;
|
|
135432
135432
|
return c && (e.events ? c.on.push(Object.assign(Object.assign({}, c.on[0]), { events: f })) : c.on[0].events = f), n;
|
|
135433
135433
|
}
|
|
135434
135434
|
};
|
|
@@ -135658,7 +135658,7 @@ function qrt(t, e) {
|
|
|
135658
135658
|
if (t)
|
|
135659
135659
|
return _e(t) && !g0(t) ? t.map((n) => Fk(n, e)).join(", ") : t;
|
|
135660
135660
|
}
|
|
135661
|
-
function
|
|
135661
|
+
function ON(t, e, n, r) {
|
|
135662
135662
|
var i, s, o, u, a;
|
|
135663
135663
|
(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;
|
|
135664
135664
|
}
|
|
@@ -135680,7 +135680,7 @@ function Xg(t, e, n, r = { header: !1 }) {
|
|
|
135680
135680
|
}),
|
|
135681
135681
|
E
|
|
135682
135682
|
];
|
|
135683
|
-
|
|
135683
|
+
ON(h, C, S, _), delete h[p];
|
|
135684
135684
|
} else if (v === null) {
|
|
135685
135685
|
const S = {
|
|
135686
135686
|
signal: A.map((C) => {
|
|
@@ -135694,7 +135694,7 @@ function Xg(t, e, n, r = { header: !1 }) {
|
|
|
135694
135694
|
const y = CG[p];
|
|
135695
135695
|
if (y) {
|
|
135696
135696
|
const { vgProp: E, part: A } = y;
|
|
135697
|
-
|
|
135697
|
+
ON(h, A, E, g), delete h[p];
|
|
135698
135698
|
}
|
|
135699
135699
|
}
|
|
135700
135700
|
bt(["labelAlign", "labelBaseline"], p) && h[p] === null && delete h[p];
|
|
@@ -135726,7 +135726,7 @@ function Xg(t, e, n, r = { header: !1 }) {
|
|
|
135726
135726
|
return;
|
|
135727
135727
|
if (c !== void 0) {
|
|
135728
135728
|
let m = c;
|
|
135729
|
-
!((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)),
|
|
135729
|
+
!((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 });
|
|
135730
135730
|
}
|
|
135731
135731
|
if (h.labelAlign === null && delete h.labelAlign, h.encode) {
|
|
135732
135732
|
for (const m of dle)
|
|
@@ -137928,7 +137928,7 @@ function hst(t, e) {
|
|
|
137928
137928
|
function pst(t, e, n) {
|
|
137929
137929
|
return t.map((r) => ({ signal: `{data: ${sR(r, { timeUnit: n, type: e })}}` }));
|
|
137930
137930
|
}
|
|
137931
|
-
function
|
|
137931
|
+
function NN(t, e, n) {
|
|
137932
137932
|
var r;
|
|
137933
137933
|
const i = (r = ki(n)) === null || r === void 0 ? void 0 : r.unit;
|
|
137934
137934
|
return e === "temporal" || i ? pst(t, e, i) : [t];
|
|
@@ -137936,13 +137936,13 @@ function N7(t, e, n) {
|
|
|
137936
137936
|
function x0(t, e, n, r) {
|
|
137937
137937
|
const { encoding: i } = n, s = Jn(i[r]), { type: o } = s, u = s.timeUnit;
|
|
137938
137938
|
if (Net(e)) {
|
|
137939
|
-
const f = x0(t, void 0, n, r), x =
|
|
137939
|
+
const f = x0(t, void 0, n, r), x = NN(e.unionWith, o, u);
|
|
137940
137940
|
return Lu([...f.value, ...x]);
|
|
137941
137941
|
} else {
|
|
137942
137942
|
if (Ye(e))
|
|
137943
137943
|
return Lu([e]);
|
|
137944
137944
|
if (e && e !== "unaggregated" && !Uae(e))
|
|
137945
|
-
return Lu(
|
|
137945
|
+
return Lu(NN(e, o, u));
|
|
137946
137946
|
}
|
|
137947
137947
|
const a = n.stack;
|
|
137948
137948
|
if (a && r === a.fieldChannel) {
|
|
@@ -137962,7 +137962,7 @@ function x0(t, e, n, r) {
|
|
|
137962
137962
|
}
|
|
137963
137963
|
const l = jc(r) && Ie(s) ? mst(n, r, t) : void 0;
|
|
137964
137964
|
if (Ba(s)) {
|
|
137965
|
-
const f =
|
|
137965
|
+
const f = NN([s.datum], o, u);
|
|
137966
137966
|
return _s(f);
|
|
137967
137967
|
}
|
|
137968
137968
|
const c = s;
|
|
@@ -138041,7 +138041,7 @@ function x0(t, e, n, r) {
|
|
|
138041
138041
|
}
|
|
138042
138042
|
]);
|
|
138043
138043
|
}
|
|
138044
|
-
function
|
|
138044
|
+
function DN(t, e) {
|
|
138045
138045
|
const { op: n, field: r, order: i } = t;
|
|
138046
138046
|
return Object.assign(Object.assign({
|
|
138047
138047
|
// Apply default op
|
|
@@ -138066,16 +138066,16 @@ function mst(t, e, n) {
|
|
|
138066
138066
|
const { stack: s } = t, o = s ? /* @__PURE__ */ new Set([...s.groupbyFields, ...s.stackBy.map((u) => u.fieldDef.field)]) : void 0;
|
|
138067
138067
|
if (Vu(i)) {
|
|
138068
138068
|
const u = s && !o.has(i.field);
|
|
138069
|
-
return
|
|
138069
|
+
return DN(i, u);
|
|
138070
138070
|
} else if (tle(i)) {
|
|
138071
138071
|
const { encoding: u, order: a } = i, l = t.fieldDef(u), { aggregate: c, field: f } = l, x = s && !o.has(f);
|
|
138072
138072
|
if (Ol(c) || Uc(c))
|
|
138073
|
-
return
|
|
138073
|
+
return DN({
|
|
138074
138074
|
field: $e(l),
|
|
138075
138075
|
order: a
|
|
138076
138076
|
}, x);
|
|
138077
138077
|
if (qL(c) || !c)
|
|
138078
|
-
return
|
|
138078
|
+
return DN({
|
|
138079
138079
|
op: c,
|
|
138080
138080
|
field: f,
|
|
138081
138081
|
order: a
|
|
@@ -138640,8 +138640,8 @@ function jst(t, e, n, r) {
|
|
|
138640
138640
|
switch (e.type) {
|
|
138641
138641
|
case "nominal":
|
|
138642
138642
|
case "ordinal": {
|
|
138643
|
-
if (mh(t) ||
|
|
138644
|
-
return t === "shape" && e.type === "ordinal" && Te(
|
|
138643
|
+
if (mh(t) || p7(t) === "discrete")
|
|
138644
|
+
return t === "shape" && e.type === "ordinal" && Te(g7(t, "ordinal")), "ordinal";
|
|
138645
138645
|
if (Ir(t) || v1(t)) {
|
|
138646
138646
|
if (bt(["rect", "bar", "image", "rule"], n.type) || r)
|
|
138647
138647
|
return "band";
|
|
@@ -138651,9 +138651,9 @@ function jst(t, e, n, r) {
|
|
|
138651
138651
|
return I1(s) || Nk(e) && (!((i = e.axis) === null || i === void 0) && i.tickBand) ? "band" : "point";
|
|
138652
138652
|
}
|
|
138653
138653
|
case "temporal":
|
|
138654
|
-
return mh(t) ? "time" :
|
|
138654
|
+
return mh(t) ? "time" : p7(t) === "discrete" ? (Te(g7(t, "temporal")), "ordinal") : Ie(e) && e.timeUnit && ki(e.timeUnit).utc ? "utc" : "time";
|
|
138655
138655
|
case "quantitative":
|
|
138656
|
-
return mh(t) ? Ie(e) && Xt(e.bin) ? "bin-ordinal" : "linear" :
|
|
138656
|
+
return mh(t) ? Ie(e) && Xt(e.bin) ? "bin-ordinal" : "linear" : p7(t) === "discrete" ? (Te(g7(t, "quantitative")), "ordinal") : "linear";
|
|
138657
138657
|
case "geojson":
|
|
138658
138658
|
return;
|
|
138659
138659
|
}
|
|
@@ -138715,7 +138715,7 @@ function Hst(t) {
|
|
|
138715
138715
|
}
|
|
138716
138716
|
return r;
|
|
138717
138717
|
}
|
|
138718
|
-
var
|
|
138718
|
+
var FN = function(t, e) {
|
|
138719
138719
|
var n = {};
|
|
138720
138720
|
for (var r in t)
|
|
138721
138721
|
Object.prototype.hasOwnProperty.call(t, r) && e.indexOf(r) < 0 && (n[r] = t[r]);
|
|
@@ -138724,7 +138724,7 @@ var F7 = function(t, e) {
|
|
|
138724
138724
|
e.indexOf(r[i]) < 0 && Object.prototype.propertyIsEnumerable.call(t, r[i]) && (n[r[i]] = t[r[i]]);
|
|
138725
138725
|
return n;
|
|
138726
138726
|
};
|
|
138727
|
-
class
|
|
138727
|
+
class wN {
|
|
138728
138728
|
constructor() {
|
|
138729
138729
|
this.nameMap = {};
|
|
138730
138730
|
}
|
|
@@ -138758,7 +138758,7 @@ class aP {
|
|
|
138758
138758
|
this.type = n, this.parent = r, this.config = s, this.correctDataNames = (c) => {
|
|
138759
138759
|
var f, x, h;
|
|
138760
138760
|
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;
|
|
138761
|
-
}, 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
|
|
138761
|
+
}, 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 = {
|
|
138762
138762
|
data: {
|
|
138763
138763
|
sources: r ? r.component.data.sources : [],
|
|
138764
138764
|
outputNodes: r ? r.component.data.outputNodes : {},
|
|
@@ -138804,7 +138804,7 @@ class aP {
|
|
|
138804
138804
|
I0e(this);
|
|
138805
138805
|
}
|
|
138806
138806
|
assembleEncodeFromView(e) {
|
|
138807
|
-
const n =
|
|
138807
|
+
const n = FN(e, ["style"]), r = {};
|
|
138808
138808
|
for (const i of Re(n)) {
|
|
138809
138809
|
const s = n[i];
|
|
138810
138810
|
s !== void 0 && (r[i] = tn(s));
|
|
@@ -138818,7 +138818,7 @@ class aP {
|
|
|
138818
138818
|
assembleLayout() {
|
|
138819
138819
|
if (!this.layout)
|
|
138820
138820
|
return;
|
|
138821
|
-
const e = this.layout, { spacing: n } = e, r =
|
|
138821
|
+
const e = this.layout, { spacing: n } = e, r = FN(e, ["spacing"]), { component: i, config: s } = this, o = uit(i.layoutHeaders, s);
|
|
138822
138822
|
return Object.assign(Object.assign(Object.assign({ padding: n }, this.assembleDefaultLayout()), r), o ? { titleBand: o } : {});
|
|
138823
138823
|
}
|
|
138824
138824
|
assembleDefaultLayout() {
|
|
@@ -138844,7 +138844,7 @@ class aP {
|
|
|
138844
138844
|
}
|
|
138845
138845
|
assembleTitle() {
|
|
138846
138846
|
var e, n, r;
|
|
138847
|
-
const i = (e = this.title) !== null && e !== void 0 ? e : {}, { encoding: s } = i, o =
|
|
138847
|
+
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 } } : {});
|
|
138848
138848
|
if (u.text)
|
|
138849
138849
|
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;
|
|
138850
138850
|
}
|
|
@@ -142739,7 +142739,7 @@ function vut(t) {
|
|
|
142739
142739
|
function Sut(t) {
|
|
142740
142740
|
return typeof t == "function" && t.toString().indexOf("class") === 0;
|
|
142741
142741
|
}
|
|
142742
|
-
let
|
|
142742
|
+
let LN;
|
|
142743
142743
|
function _ut(t, e) {
|
|
142744
142744
|
const n = Object.keys(e);
|
|
142745
142745
|
return class extends t {
|
|
@@ -142753,15 +142753,15 @@ function _ut(t, e) {
|
|
|
142753
142753
|
if (this.__initialized)
|
|
142754
142754
|
return;
|
|
142755
142755
|
this.__releaseCallbacks = [], this.__propertyChangedCallbacks = [], this.__updating = {}, this.props = Eut(this, e);
|
|
142756
|
-
const i = yut(this.props), s = this.Component, o =
|
|
142756
|
+
const i = yut(this.props), s = this.Component, o = LN;
|
|
142757
142757
|
try {
|
|
142758
|
-
|
|
142758
|
+
LN = this, this.__initialized = !0, Sut(s) ? new s(i, {
|
|
142759
142759
|
element: this
|
|
142760
142760
|
}) : s(i, {
|
|
142761
142761
|
element: this
|
|
142762
142762
|
});
|
|
142763
142763
|
} finally {
|
|
142764
|
-
|
|
142764
|
+
LN = o;
|
|
142765
142765
|
}
|
|
142766
142766
|
}
|
|
142767
142767
|
async disconnectedCallback() {
|
|
@@ -142823,7 +142823,7 @@ const Xc = 1, Q4 = 2, fce = {
|
|
|
142823
142823
|
owner: null
|
|
142824
142824
|
};
|
|
142825
142825
|
var en = null;
|
|
142826
|
-
let
|
|
142826
|
+
let IN = null, Out = null, qn = null, ti = null, vl = null, bR = 0;
|
|
142827
142827
|
function wv(t, e) {
|
|
142828
142828
|
const n = qn, r = en, i = t.length === 0, s = e === void 0 ? r : e, o = i ? fce : {
|
|
142829
142829
|
owned: null,
|
|
@@ -142913,8 +142913,8 @@ function pce(t, e, n) {
|
|
|
142913
142913
|
let r = t.value;
|
|
142914
142914
|
return (!t.comparator || !t.comparator(r, e)) && (t.value = e, t.observers && t.observers.length && LE(() => {
|
|
142915
142915
|
for (let i = 0; i < t.observers.length; i += 1) {
|
|
142916
|
-
const s = t.observers[i], o =
|
|
142917
|
-
o &&
|
|
142916
|
+
const s = t.observers[i], o = IN && IN.running;
|
|
142917
|
+
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);
|
|
142918
142918
|
}
|
|
142919
142919
|
if (ti.length > 1e6)
|
|
142920
142920
|
throw ti = [], new Error();
|
|
@@ -143151,7 +143151,7 @@ const kut = {
|
|
|
143151
143151
|
return t.keys();
|
|
143152
143152
|
}
|
|
143153
143153
|
};
|
|
143154
|
-
function $
|
|
143154
|
+
function $N(t) {
|
|
143155
143155
|
return (t = typeof t == "function" ? t() : t) ? t : {};
|
|
143156
143156
|
}
|
|
143157
143157
|
function Put() {
|
|
@@ -143172,21 +143172,21 @@ function Mut(...t) {
|
|
|
143172
143172
|
{
|
|
143173
143173
|
get(o) {
|
|
143174
143174
|
for (let u = t.length - 1; u >= 0; u--) {
|
|
143175
|
-
const a = $
|
|
143175
|
+
const a = $N(t[u])[o];
|
|
143176
143176
|
if (a !== void 0)
|
|
143177
143177
|
return a;
|
|
143178
143178
|
}
|
|
143179
143179
|
},
|
|
143180
143180
|
has(o) {
|
|
143181
143181
|
for (let u = t.length - 1; u >= 0; u--)
|
|
143182
|
-
if (o in $
|
|
143182
|
+
if (o in $N(t[u]))
|
|
143183
143183
|
return !0;
|
|
143184
143184
|
return !1;
|
|
143185
143185
|
},
|
|
143186
143186
|
keys() {
|
|
143187
143187
|
const o = [];
|
|
143188
143188
|
for (let u = 0; u < t.length; u++)
|
|
143189
|
-
o.push(...Object.keys($
|
|
143189
|
+
o.push(...Object.keys($N(t[u])));
|
|
143190
143190
|
return [...new Set(o)];
|
|
143191
143191
|
}
|
|
143192
143192
|
},
|