@pocketprep/ui-kit 3.4.18 → 3.4.20
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/@pocketprep/ui-kit.js +1012 -1002
- package/dist/@pocketprep/ui-kit.js.map +1 -1
- package/dist/@pocketprep/ui-kit.umd.cjs +4 -4
- package/dist/@pocketprep/ui-kit.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/lib/components/SidePanels/SidePanel.vue +14 -1
- package/lib/components/Toasts/Toast.vue +3 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var Hr = Object.defineProperty;
|
|
2
2
|
var zr = (e, i, s) => i in e ? Hr(e, i, { enumerable: !0, configurable: !0, writable: !0, value: s }) : e[i] = s;
|
|
3
|
-
var
|
|
3
|
+
var Y = (e, i, s) => (zr(e, typeof i != "symbol" ? i + "" : i, s), s);
|
|
4
4
|
import { Prop as W, Component as ve, Vue as we, Emit as De, Watch as it } from "vue-facing-decorator";
|
|
5
5
|
import { resolveDirective as Ye, withDirectives as he, openBlock as q, createElementBlock as ie, renderSlot as Be, createElementVNode as oe, createTextVNode as xe, toDisplayString as ye, pushScopeId as Fr, popScopeId as Nr, withKeys as ze, withModifiers as ke, normalizeClass as Le, normalizeStyle as Ke, vModelText as tn, createStaticVNode as $e, resolveComponent as fe, createBlock as Me, createCommentVNode as be, createVNode as Ge, Fragment as et, renderList as lt, withCtx as Ze, vShow as on } from "vue";
|
|
6
6
|
import Zr from "litepicker";
|
|
@@ -309,7 +309,7 @@ const ai = (e, i, s) => {
|
|
|
309
309
|
const i = e.dataset.eventId, s = i && Qi[i];
|
|
310
310
|
i && s && (document.removeEventListener("scroll", s), delete Qi[i]);
|
|
311
311
|
}
|
|
312
|
-
},
|
|
312
|
+
}, Lt = {
|
|
313
313
|
beforeMount(e, i) {
|
|
314
314
|
var s;
|
|
315
315
|
e.dataset.breakpointId || (s = i.instance) == null || s.$nextTick(() => {
|
|
@@ -378,7 +378,7 @@ const ai = (e, i, s) => {
|
|
|
378
378
|
});
|
|
379
379
|
}, aA = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
380
380
|
__proto__: null,
|
|
381
|
-
breakpoint:
|
|
381
|
+
breakpoint: Lt,
|
|
382
382
|
dark: je,
|
|
383
383
|
fixed: Na
|
|
384
384
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -390,8 +390,8 @@ var Za = Object.defineProperty, Ja = Object.getOwnPropertyDescriptor, Fs = (e, i
|
|
|
390
390
|
let $i = class extends we {
|
|
391
391
|
constructor() {
|
|
392
392
|
super(...arguments);
|
|
393
|
-
|
|
394
|
-
|
|
393
|
+
Y(this, "text");
|
|
394
|
+
Y(this, "isDarkMode");
|
|
395
395
|
}
|
|
396
396
|
};
|
|
397
397
|
Fs([
|
|
@@ -1398,8 +1398,8 @@ var ln = { exports: {} };
|
|
|
1398
1398
|
this,
|
|
1399
1399
|
M,
|
|
1400
1400
|
Z
|
|
1401
|
-
) : (f(M, function(T,
|
|
1402
|
-
X = !1, N || z(this,
|
|
1401
|
+
) : (f(M, function(T, R) {
|
|
1402
|
+
X = !1, N || z(this, R), this.symbolName && m.indexOf(R) !== -1 && (I || (this.symbolAttr(M), I = !0), X = !0), !this.rotation || R !== "x" && R !== "y" || (this.doTransform = !0), X || (U = this[R + "Setter"] || this._defaultSetter, U.call(this, T, R, Z), !this.styledMode && this.shadows && /^(width|height|visibility|x|y|d|transform|cx|cy|r)$/.test(R) && this.updateShadows(R, T, U));
|
|
1403
1403
|
}, this), this.afterSetters()), S && S.call(this), F;
|
|
1404
1404
|
}, w.prototype.clip = function(M) {
|
|
1405
1405
|
return this.attr("clip-path", M ? "url(" + this.renderer.url + "#" + M.id + ")" : "none");
|
|
@@ -1408,10 +1408,10 @@ var ln = { exports: {} };
|
|
|
1408
1408
|
var S = Math.round(D) % 2 / 2;
|
|
1409
1409
|
return M.x = Math.floor(M.x || this.x || 0) + S, M.y = Math.floor(M.y || this.y || 0) + S, M.width = Math.floor((M.width || this.width || 0) - 2 * S), M.height = Math.floor((M.height || this.height || 0) - 2 * S), b(M.strokeWidth) && (M.strokeWidth = D), M;
|
|
1410
1410
|
}, w.prototype.complexColor = function(M, D, S) {
|
|
1411
|
-
var N = this.renderer, Z, m, I, F, X, U, E, T,
|
|
1411
|
+
var N = this.renderer, Z, m, I, F, X, U, E, T, R, V, K = [], _;
|
|
1412
1412
|
J(this.renderer, "complexColor", { args: arguments }, function() {
|
|
1413
1413
|
if (M.radialGradient ? m = "radialGradient" : M.linearGradient && (m = "linearGradient"), m) {
|
|
1414
|
-
if (I = M[m], X = N.gradients, U = M.stops,
|
|
1414
|
+
if (I = M[m], X = N.gradients, U = M.stops, R = S.radialReference, G(I) && (M[m] = I = { x1: I[0], y1: I[1], x2: I[2], y2: I[3], gradientUnits: "userSpaceOnUse" }), m === "radialGradient" && R && !b(I.gradientUnits) && (F = I, I = a(I, N.getRadialAttr(R, F), { gradientUnits: "userSpaceOnUse" })), f(I, function(se, ne) {
|
|
1415
1415
|
ne !== "id" && K.push(ne, se);
|
|
1416
1416
|
}), f(U, function(se) {
|
|
1417
1417
|
K.push(se);
|
|
@@ -1497,10 +1497,10 @@ var ln = { exports: {} };
|
|
|
1497
1497
|
"font-size"
|
|
1498
1498
|
) : m && m.fontSize, T;
|
|
1499
1499
|
if (b(I)) {
|
|
1500
|
-
var
|
|
1501
|
-
|
|
1500
|
+
var R = I.toString();
|
|
1501
|
+
R.indexOf("<") === -1 && (R = R.replace(/[0-9]/g, "0")), R += ["", D, E, this.textWidth, S, m && m.textOverflow, m && m.fontWeight].join();
|
|
1502
1502
|
}
|
|
1503
|
-
if (
|
|
1503
|
+
if (R && !M && (T = F[R]), !T) {
|
|
1504
1504
|
if (U || Z.forExport) {
|
|
1505
1505
|
try {
|
|
1506
1506
|
var V = this.fakeTS && function(_) {
|
|
@@ -1518,10 +1518,10 @@ var ln = { exports: {} };
|
|
|
1518
1518
|
var K = Z * Math.cos(m);
|
|
1519
1519
|
D = Z * Math.sin(m), V = Math.cos(E), m = Math.sin(E), Z = T.x + S * (Z - K) + U * V, E = Z + K, V = E - M * V, K = V - K, U = T.y + U - S * D + U * m, S = U + D, M = S - M * m, D = M - D, T.x = Math.min(Z, E, V, K), T.y = Math.min(U, S, M, D), T.width = Math.max(Z, E, V, K) - T.x, T.height = Math.max(U, S, M, D) - T.y;
|
|
1520
1520
|
}
|
|
1521
|
-
if (
|
|
1521
|
+
if (R && (I === "" || 0 < T.height)) {
|
|
1522
1522
|
for (; 250 < X.length; )
|
|
1523
1523
|
delete F[X.shift()];
|
|
1524
|
-
F[
|
|
1524
|
+
F[R] || X.push(R), F[R] = T;
|
|
1525
1525
|
}
|
|
1526
1526
|
}
|
|
1527
1527
|
return T;
|
|
@@ -1578,8 +1578,8 @@ var ln = { exports: {} };
|
|
|
1578
1578
|
", "
|
|
1579
1579
|
).concat(U.offsetY, ")");
|
|
1580
1580
|
for (F = 1; F <= U.width; F++) {
|
|
1581
|
-
var T = Z.cloneNode(!1),
|
|
1582
|
-
d(T, { stroke: M.color || "#000000", "stroke-opacity": I * F, "stroke-width":
|
|
1581
|
+
var T = Z.cloneNode(!1), R = 2 * U.width + 1 - 2 * F;
|
|
1582
|
+
d(T, { stroke: M.color || "#000000", "stroke-opacity": I * F, "stroke-width": R, transform: E, fill: "none" }), T.setAttribute("class", (T.getAttribute("class") || "") + " highcharts-shadow"), S && (d(T, "height", Math.max(d(T, "height") - R, 0)), T.cutHeight = R), D ? D.element.appendChild(T) : Z.parentNode && Z.parentNode.insertBefore(T, Z), N.push(T);
|
|
1583
1583
|
}
|
|
1584
1584
|
this.shadows = N;
|
|
1585
1585
|
}
|
|
@@ -1903,12 +1903,12 @@ var ln = { exports: {} };
|
|
|
1903
1903
|
], function(t, n, r, O, k, j, z, B, P) {
|
|
1904
1904
|
var x = r.charts, v = r.deg2rad, g = r.doc, p = r.isFirefox, d = r.isMS, c = r.isWebKit, A = r.noop, b = r.SVG_NS, Q = r.symbolSizes, H = r.win, J = P.addEvent, G = P.attr, y = P.createElement, L = P.css, a = P.defined, f = P.destroyObjectProperties, u = P.extend, C = P.isArray, h = P.isNumber, l = P.isObject, w = P.isString, M = P.merge, D = P.pick, S = P.pInt, N = P.uniqueKey, Z;
|
|
1905
1905
|
return r = function() {
|
|
1906
|
-
function m(I, F, X, U, E, T,
|
|
1907
|
-
this.width = this.url = this.style = this.isSVG = this.imgCount = this.height = this.gradients = this.globalAnimation = this.defs = this.chartIndex = this.cacheKeys = this.cache = this.boxWrapper = this.box = this.alignedObjects = void 0, this.init(I, F, X, U, E, T,
|
|
1906
|
+
function m(I, F, X, U, E, T, R) {
|
|
1907
|
+
this.width = this.url = this.style = this.isSVG = this.imgCount = this.height = this.gradients = this.globalAnimation = this.defs = this.chartIndex = this.cacheKeys = this.cache = this.boxWrapper = this.box = this.alignedObjects = void 0, this.init(I, F, X, U, E, T, R);
|
|
1908
1908
|
}
|
|
1909
|
-
return m.prototype.init = function(I, F, X, U, E, T,
|
|
1909
|
+
return m.prototype.init = function(I, F, X, U, E, T, R) {
|
|
1910
1910
|
var V = this.createElement("svg").attr({ version: "1.1", class: "highcharts-root" }), K = V.element;
|
|
1911
|
-
|
|
1911
|
+
R || V.css(this.getStyle(U)), I.appendChild(K), G(I, "dir", "ltr"), I.innerHTML.indexOf("xmlns") === -1 && G(K, "xmlns", this.SVG_NS), this.isSVG = !0, this.box = K, this.boxWrapper = V, this.alignedObjects = [], this.url = this.getReferenceURL(), this.createElement("desc").add().element.appendChild(g.createTextNode("Created with Highcharts 10.3.3")), this.defs = this.createElement("defs").add(), this.allowHTML = T, this.forExport = E, this.styledMode = R, this.gradients = {}, this.cache = {}, this.cacheKeys = [], this.imgCount = 0, this.setSize(F, X, !1);
|
|
1912
1912
|
var _;
|
|
1913
1913
|
p && I.getBoundingClientRect && (F = function() {
|
|
1914
1914
|
L(I, { left: 0, top: 0 }), _ = I.getBoundingClientRect(), L(I, { left: Math.ceil(_.left) - _.left + "px", top: Math.ceil(_.top) - _.top + "px" });
|
|
@@ -1947,7 +1947,7 @@ var ln = { exports: {} };
|
|
|
1947
1947
|
return I = n.parse(I).rgba.map(function(F) {
|
|
1948
1948
|
return F /= 255, 0.03928 >= F ? F / 12.92 : Math.pow((F + 0.055) / 1.055, 2.4);
|
|
1949
1949
|
}), I = 0.2126 * I[0] + 0.7152 * I[1] + 0.0722 * I[2], 1.05 / (I + 0.05) > (I + 0.05) / 0.05 ? "#FFFFFF" : "#000000";
|
|
1950
|
-
}, m.prototype.button = function(I, F, X, U, E, T,
|
|
1950
|
+
}, m.prototype.button = function(I, F, X, U, E, T, R, V, K, _) {
|
|
1951
1951
|
E === void 0 && (E = {});
|
|
1952
1952
|
var te = this.label(I, F, X, K, void 0, void 0, _, void 0, "button"), se = this.styledMode;
|
|
1953
1953
|
I = E.states || {};
|
|
@@ -1959,9 +1959,9 @@ var ln = { exports: {} };
|
|
|
1959
1959
|
if (te.attr(M({ padding: 8, r: 2 }, ge)), !se) {
|
|
1960
1960
|
ge = M({ fill: "#f7f7f7", stroke: "#cccccc", "stroke-width": 1 }, ge), T = M(ge, { fill: "#e6e6e6" }, t.filterUserAttributes(T || I.hover || {}));
|
|
1961
1961
|
var pe = T.style;
|
|
1962
|
-
delete T.style,
|
|
1963
|
-
var de =
|
|
1964
|
-
delete
|
|
1962
|
+
delete T.style, R = M(ge, { fill: "#e6ebf5", style: { color: "#000000", fontWeight: "bold" } }, t.filterUserAttributes(R || I.select || {}));
|
|
1963
|
+
var de = R.style;
|
|
1964
|
+
delete R.style, V = M(ge, { style: { color: "#cccccc" } }, t.filterUserAttributes(V || I.disabled || {}));
|
|
1965
1965
|
var Ce = V.style;
|
|
1966
1966
|
delete V.style;
|
|
1967
1967
|
}
|
|
@@ -1970,7 +1970,7 @@ var ln = { exports: {} };
|
|
|
1970
1970
|
}), J(te.element, d ? "mouseout" : "mouseleave", function() {
|
|
1971
1971
|
ne !== 3 && te.setState(ne);
|
|
1972
1972
|
}), te.setState = function(ae) {
|
|
1973
|
-
ae !== 1 && (te.state = ne = ae), te.removeClass(/highcharts-button-(normal|hover|pressed|disabled)/).addClass("highcharts-button-" + ["normal", "hover", "pressed", "disabled"][ae || 0]), se || (te.attr([ge, T,
|
|
1973
|
+
ae !== 1 && (te.state = ne = ae), te.removeClass(/highcharts-button-(normal|hover|pressed|disabled)/).addClass("highcharts-button-" + ["normal", "hover", "pressed", "disabled"][ae || 0]), se || (te.attr([ge, T, R, V][ae || 0]), ae = [ue, pe, de, Ce][ae || 0], l(ae) && te.css(ae));
|
|
1974
1974
|
}, se || (te.attr(ge).css(u({ cursor: "default" }, ue)), _ && te.text.css({ pointerEvents: "none" })), te.on("touchstart", function(ae) {
|
|
1975
1975
|
return ae.stopPropagation();
|
|
1976
1976
|
}).on(
|
|
@@ -1994,12 +1994,12 @@ var ln = { exports: {} };
|
|
|
1994
1994
|
return l(I) ? (U = I, F = U.y, X = U.r, I = U.x) : U = { innerR: U, start: E, end: T }, I = this.symbol("arc", I, F, X, X, U), I.r = X, I;
|
|
1995
1995
|
}, m.prototype.rect = function(I, F, X, U, E, T) {
|
|
1996
1996
|
E = l(I) ? I.r : E;
|
|
1997
|
-
var
|
|
1998
|
-
return I = l(I) ? I : typeof I > "u" ? {} : { x: I, y: F, width: Math.max(X, 0), height: Math.max(U, 0) }, this.styledMode || (typeof T < "u" && (I["stroke-width"] = T, I =
|
|
1999
|
-
|
|
2000
|
-
},
|
|
2001
|
-
return
|
|
2002
|
-
},
|
|
1997
|
+
var R = this.createElement("rect");
|
|
1998
|
+
return I = l(I) ? I : typeof I > "u" ? {} : { x: I, y: F, width: Math.max(X, 0), height: Math.max(U, 0) }, this.styledMode || (typeof T < "u" && (I["stroke-width"] = T, I = R.crisp(I)), I.fill = "none"), E && (I.r = E), R.rSetter = function(V, K, _) {
|
|
1999
|
+
R.r = V, G(_, { rx: V, ry: V });
|
|
2000
|
+
}, R.rGetter = function() {
|
|
2001
|
+
return R.r || 0;
|
|
2002
|
+
}, R.attr(I);
|
|
2003
2003
|
}, m.prototype.setSize = function(I, F, X) {
|
|
2004
2004
|
this.width = I, this.height = F, this.boxWrapper.animate({ width: I, height: F }, { step: function() {
|
|
2005
2005
|
this.attr({ viewBox: "0 0 " + this.attr("width") + " " + this.attr("height") });
|
|
@@ -2008,20 +2008,20 @@ var ln = { exports: {} };
|
|
|
2008
2008
|
var F = this.createElement("g");
|
|
2009
2009
|
return I ? F.attr({ class: "highcharts-" + I }) : F;
|
|
2010
2010
|
}, m.prototype.image = function(I, F, X, U, E, T) {
|
|
2011
|
-
var
|
|
2011
|
+
var R = { preserveAspectRatio: "none" }, V = function(_, te) {
|
|
2012
2012
|
_.setAttributeNS ? _.setAttributeNS("http://www.w3.org/1999/xlink", "href", te) : _.setAttribute("hc-svg-href", te);
|
|
2013
2013
|
};
|
|
2014
|
-
h(F) && (
|
|
2015
|
-
var K = this.createElement("image").attr(
|
|
2014
|
+
h(F) && (R.x = F), h(X) && (R.y = X), h(U) && (R.width = U), h(E) && (R.height = E);
|
|
2015
|
+
var K = this.createElement("image").attr(R);
|
|
2016
2016
|
return F = function(_) {
|
|
2017
2017
|
V(K.element, I), T.call(K, _);
|
|
2018
2018
|
}, T ? (V(K.element, "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="), X = new H.Image(), J(X, "load", F), X.src = I, X.complete && F({})) : V(K.element, I), K;
|
|
2019
2019
|
}, m.prototype.symbol = function(I, F, X, U, E, T) {
|
|
2020
|
-
var
|
|
2020
|
+
var R = this, V = /^url\((.*?)\)$/, K = V.test(I), _ = !K && (this.symbols[I] ? I : "circle"), te = _ && this.symbols[_], se;
|
|
2021
2021
|
if (te) {
|
|
2022
2022
|
typeof F == "number" && (se = te.call(this.symbols, Math.round(F || 0), Math.round(X || 0), U || 0, E || 0, T));
|
|
2023
2023
|
var ne = this.path(se);
|
|
2024
|
-
|
|
2024
|
+
R.styledMode || ne.attr("fill", "none"), u(ne, { symbolName: _ || void 0, x: F, y: X, width: U, height: E }), T && u(ne, T);
|
|
2025
2025
|
} else if (K) {
|
|
2026
2026
|
var ue = I.match(V)[1], ge = ne = this.image(ue);
|
|
2027
2027
|
ge.imgwidth = D(Q[ue] && Q[ue].width, T && T.width), ge.imgheight = D(Q[ue] && Q[ue].height, T && T.height);
|
|
@@ -2041,8 +2041,8 @@ var ln = { exports: {} };
|
|
|
2041
2041
|
}
|
|
2042
2042
|
};
|
|
2043
2043
|
}), a(F) && ge.attr({ x: F, y: X }), ge.isImg = !0, a(ge.imgwidth) && a(ge.imgheight) ? pe(ge) : (ge.attr({ width: 0, height: 0 }), y("img", { onload: function() {
|
|
2044
|
-
var de = x[
|
|
2045
|
-
this.width === 0 && (L(this, { position: "absolute", top: "-999em" }), g.body.appendChild(this)), Q[ue] = { width: this.width, height: this.height }, ge.imgwidth = this.width, ge.imgheight = this.height, ge.element && pe(ge), this.parentNode && this.parentNode.removeChild(this),
|
|
2044
|
+
var de = x[R.chartIndex];
|
|
2045
|
+
this.width === 0 && (L(this, { position: "absolute", top: "-999em" }), g.body.appendChild(this)), Q[ue] = { width: this.width, height: this.height }, ge.imgwidth = this.width, ge.imgheight = this.height, ge.element && pe(ge), this.parentNode && this.parentNode.removeChild(this), R.imgCount--, !R.imgCount && de && !de.hasLoaded && de.onload();
|
|
2046
2046
|
}, src: ue }), this.imgCount++);
|
|
2047
2047
|
}
|
|
2048
2048
|
return ne;
|
|
@@ -2057,10 +2057,10 @@ var ln = { exports: {} };
|
|
|
2057
2057
|
).add(T), I.id = E, I.clipPath = T, I.count = 0, I;
|
|
2058
2058
|
}, m.prototype.text = function(I, F, X, U) {
|
|
2059
2059
|
var E = {};
|
|
2060
|
-
return U && (this.allowHTML || !this.forExport) ? this.html(I, F, X) : (E.x = Math.round(F || 0), X && (E.y = Math.round(X)), a(I) && (E.text = I), I = this.createElement("text").attr(E), (!U || this.forExport && !this.allowHTML) && (I.xSetter = function(T,
|
|
2061
|
-
for (var K = V.getElementsByTagName("tspan"), _ = V.getAttribute(
|
|
2062
|
-
se = K[te], se.getAttribute(
|
|
2063
|
-
V.setAttribute(
|
|
2060
|
+
return U && (this.allowHTML || !this.forExport) ? this.html(I, F, X) : (E.x = Math.round(F || 0), X && (E.y = Math.round(X)), a(I) && (E.text = I), I = this.createElement("text").attr(E), (!U || this.forExport && !this.allowHTML) && (I.xSetter = function(T, R, V) {
|
|
2061
|
+
for (var K = V.getElementsByTagName("tspan"), _ = V.getAttribute(R), te = 0, se; te < K.length; te++)
|
|
2062
|
+
se = K[te], se.getAttribute(R) === _ && se.setAttribute(R, T);
|
|
2063
|
+
V.setAttribute(R, T);
|
|
2064
2064
|
}), I);
|
|
2065
2065
|
}, m.prototype.fontMetrics = function(I, F) {
|
|
2066
2066
|
return I = !this.styledMode && /px/.test(I) || !H.getComputedStyle ? I || F && F.style && F.style.fontSize || this.style && this.style.fontSize : F && k.prototype.getStyle.call(F, "font-size"), I = /px/.test(I) ? S(I) : 12, F = 24 > I ? I + 3 : Math.round(1.2 * I), { h: F, b: Math.round(0.8 * F), f: I };
|
|
@@ -2071,8 +2071,8 @@ var ln = { exports: {} };
|
|
|
2071
2071
|
for (var F = [], X = [], U = { A: 8, C: 7, H: 2, L: 3, M: 3, Q: 5, S: 5, T: 3, V: 2 }, E = 0; E < I.length; E++)
|
|
2072
2072
|
w(X[0]) && h(I[E]) && X.length === U[X[0].toUpperCase()] && I.splice(E, 0, X[0].replace("M", "L").replace("m", "l")), typeof I[E] == "string" && (X.length && F.push(X.slice(0)), X.length = 0), X.push(I[E]);
|
|
2073
2073
|
return F.push(X.slice(0)), F;
|
|
2074
|
-
}, m.prototype.label = function(I, F, X, U, E, T,
|
|
2075
|
-
return new j(this, I, F, X, U, E, T,
|
|
2074
|
+
}, m.prototype.label = function(I, F, X, U, E, T, R, V, K) {
|
|
2075
|
+
return new j(this, I, F, X, U, E, T, R, V, K);
|
|
2076
2076
|
}, m.prototype.alignElements = function() {
|
|
2077
2077
|
this.alignedObjects.forEach(function(I) {
|
|
2078
2078
|
return I.align();
|
|
@@ -2421,14 +2421,14 @@ var ln = { exports: {} };
|
|
|
2421
2421
|
m = this.chart.numberFormatter;
|
|
2422
2422
|
var F = a(this.value) ? this.value : NaN, X = I.chart.time, U = this.dateTimeLabelFormat, E = x.lang, T = E.numericSymbols;
|
|
2423
2423
|
E = E.numericSymbolMagnitude || 1e3;
|
|
2424
|
-
var
|
|
2424
|
+
var R = I.logarithmic ? Math.abs(F) : I.tickInterval, V = T && T.length;
|
|
2425
2425
|
if (I.categories)
|
|
2426
2426
|
var K = "".concat(this.value);
|
|
2427
2427
|
else if (U)
|
|
2428
2428
|
K = X.dateFormat(U, F);
|
|
2429
|
-
else if (V && 1e3 <=
|
|
2429
|
+
else if (V && 1e3 <= R)
|
|
2430
2430
|
for (; V-- && typeof K > "u"; )
|
|
2431
|
-
I = Math.pow(E, V + 1),
|
|
2431
|
+
I = Math.pow(E, V + 1), R >= I && 10 * F % I === 0 && T[V] !== null && F !== 0 && (K = m(F / I, -1) + T[V]);
|
|
2432
2432
|
return typeof K > "u" && (K = 1e4 <= Math.abs(F) ? m(
|
|
2433
2433
|
F,
|
|
2434
2434
|
-1
|
|
@@ -2442,22 +2442,22 @@ var ln = { exports: {} };
|
|
|
2442
2442
|
if (m.hasVisibleSeries = !0, m.positiveValuesOnly && 0 >= E && (E = null), m.isXAxis) {
|
|
2443
2443
|
if (U = X.xData, U.length) {
|
|
2444
2444
|
U = m.logarithmic ? U.filter(m.validatePositiveValue) : U, F = X.getXExtremes(U);
|
|
2445
|
-
var T = F.min,
|
|
2446
|
-
a(T) || T instanceof Date || (U = U.filter(a), F = X.getXExtremes(U), T = F.min,
|
|
2445
|
+
var T = F.min, R = F.max;
|
|
2446
|
+
a(T) || T instanceof Date || (U = U.filter(a), F = X.getXExtremes(U), T = F.min, R = F.max), U.length && (m.dataMin = Math.min(l(m.dataMin, T), T), m.dataMax = Math.max(l(m.dataMax, R), R));
|
|
2447
2447
|
}
|
|
2448
2448
|
} else
|
|
2449
|
-
X = X.applyExtremes(), a(X.dataMin) && (T = X.dataMin, m.dataMin = Math.min(l(m.dataMin, T), T)), a(X.dataMax) && (
|
|
2449
|
+
X = X.applyExtremes(), a(X.dataMin) && (T = X.dataMin, m.dataMin = Math.min(l(m.dataMin, T), T)), a(X.dataMax) && (R = X.dataMax, m.dataMax = Math.max(l(m.dataMax, R), R)), b(E) && (m.threshold = E), (!U.softThreshold || m.positiveValuesOnly) && (m.softThreshold = !1);
|
|
2450
2450
|
}
|
|
2451
2451
|
});
|
|
2452
2452
|
}), y(this, "afterGetSeriesExtremes");
|
|
2453
2453
|
}, Z.prototype.translate = function(m, I, F, X, U, E) {
|
|
2454
|
-
var T = this.linkedParent || this,
|
|
2455
|
-
if (!a(
|
|
2454
|
+
var T = this.linkedParent || this, R = X && T.old ? T.old.min : T.min;
|
|
2455
|
+
if (!a(R))
|
|
2456
2456
|
return NaN;
|
|
2457
2457
|
var V = T.minPixelPadding;
|
|
2458
2458
|
U = (T.isOrdinal || T.brokenAxis && T.brokenAxis.hasBreaks || T.logarithmic && U) && T.lin2val;
|
|
2459
2459
|
var K = 1, _ = 0;
|
|
2460
|
-
return X = X && T.old ? T.old.transA : T.transA, X || (X = T.transA), F && (K *= -1, _ = T.len), T.reversed && (K *= -1, _ -= K * (T.sector || T.len)), I ? (E = (m * K + _ - V) / X +
|
|
2460
|
+
return X = X && T.old ? T.old.transA : T.transA, X || (X = T.transA), F && (K *= -1, _ = T.len), T.reversed && (K *= -1, _ -= K * (T.sector || T.len)), I ? (E = (m * K + _ - V) / X + R, U && (E = T.lin2val(E))) : (U && (m = T.val2lin(m)), m = K * (m - R) * X, E = (T.isRadial ? m : A(m)) + _ + K * V + (a(E) ? X * E : 0)), E;
|
|
2461
2461
|
}, Z.prototype.toPixels = function(m, I) {
|
|
2462
2462
|
return this.translate(
|
|
2463
2463
|
m,
|
|
@@ -2472,16 +2472,16 @@ var ln = { exports: {} };
|
|
|
2472
2472
|
function I(ae, $, ee) {
|
|
2473
2473
|
return ne !== "pass" && (ae < $ || ae > ee) && (ne ? ae = c(ae, $, ee) : Ce = !0), ae;
|
|
2474
2474
|
}
|
|
2475
|
-
var F = this, X = F.chart, U = F.left, E = F.top, T = m.old,
|
|
2475
|
+
var F = this, X = F.chart, U = F.left, E = F.top, T = m.old, R = m.value, V = m.lineWidth, K = T && X.oldChartHeight || X.chartHeight, _ = T && X.oldChartWidth || X.chartWidth, te = F.transB, se = m.translatedValue, ne = m.force, ue, ge, pe, de, Ce;
|
|
2476
2476
|
return m = {
|
|
2477
|
-
value:
|
|
2477
|
+
value: R,
|
|
2478
2478
|
lineWidth: V,
|
|
2479
2479
|
old: T,
|
|
2480
2480
|
force: ne,
|
|
2481
2481
|
acrossPanes: m.acrossPanes,
|
|
2482
2482
|
translatedValue: se
|
|
2483
2483
|
}, y(this, "getPlotLinePath", m, function(ae) {
|
|
2484
|
-
se = l(se, F.translate(
|
|
2484
|
+
se = l(se, F.translate(R, void 0, void 0, T)), se = c(se, -1e5, 1e5), ue = pe = Math.round(se + te), ge = de = Math.round(K - se - te), a(se) ? F.horiz ? (ge = E, de = K - F.bottom, ue = pe = I(ue, U, U + F.width)) : (ue = U, pe = _ - F.right, ge = de = I(ge, E, E + F.height)) : (Ce = !0, ne = !1), ae.path = Ce && !ne ? null : X.renderer.crispLine([["M", ue, ge], ["L", pe, de]], V || 1);
|
|
2485
2485
|
}), m.path;
|
|
2486
2486
|
}, Z.prototype.getLinearTickPositions = function(m, I, F) {
|
|
2487
2487
|
var X = A(Math.floor(I / m) * m);
|
|
@@ -2500,12 +2500,12 @@ var ln = { exports: {} };
|
|
|
2500
2500
|
X = this.max + X;
|
|
2501
2501
|
var E = X - U, T = [];
|
|
2502
2502
|
if (E && E / F < this.len / 3) {
|
|
2503
|
-
var
|
|
2504
|
-
if (
|
|
2503
|
+
var R = this.logarithmic;
|
|
2504
|
+
if (R)
|
|
2505
2505
|
this.paddedTicks.forEach(function(V, K, _) {
|
|
2506
2506
|
K && T.push.apply(
|
|
2507
2507
|
T,
|
|
2508
|
-
|
|
2508
|
+
R.getLogTickPositions(F, _[K - 1], _[K], !0)
|
|
2509
2509
|
);
|
|
2510
2510
|
});
|
|
2511
2511
|
else if (this.dateTime && this.getMinorTickInterval() === "auto")
|
|
@@ -2516,11 +2516,11 @@ var ln = { exports: {} };
|
|
|
2516
2516
|
}
|
|
2517
2517
|
return T.length !== 0 && this.trimTicks(T), T;
|
|
2518
2518
|
}, Z.prototype.adjustForMinRange = function() {
|
|
2519
|
-
var m = this.options, I = this.logarithmic, F = this.min, X = this.max, U = 0, E, T,
|
|
2519
|
+
var m = this.options, I = this.logarithmic, F = this.min, X = this.max, U = 0, E, T, R, V;
|
|
2520
2520
|
if (this.isXAxis && typeof this.minRange > "u" && !I && (b(m.min) || b(m.max) || b(m.floor) || b(m.ceiling) ? this.minRange = null : (this.series.forEach(function(se) {
|
|
2521
|
-
if (
|
|
2521
|
+
if (R = se.xData, V = se.xIncrement ? 1 : R.length - 1, 1 < R.length)
|
|
2522
2522
|
for (E = V; 0 < E; E--)
|
|
2523
|
-
T =
|
|
2523
|
+
T = R[E] - R[E - 1], (!U || T < U) && (U = T);
|
|
2524
2524
|
}), this.minRange = Math.min(5 * U, this.dataMax - this.dataMin))), X - F < this.minRange) {
|
|
2525
2525
|
var K = this.dataMax - this.dataMin >= this.minRange, _ = this.minRange, te = (_ - X + F) / 2;
|
|
2526
2526
|
te = [F - te, l(m.min, F - te)], K && (te[2] = this.logarithmic ? this.logarithmic.log2lin(this.dataMin) : this.dataMin), F = p(te), X = [F + _, l(m.max, F + _)], K && (X[2] = I ? I.log2lin(this.dataMax) : this.dataMax), X = d(X), X - F < _ && (te[0] = X - _, te[1] = l(m.min, X - _), F = p(te));
|
|
@@ -2556,20 +2556,20 @@ var ln = { exports: {} };
|
|
|
2556
2556
|
});
|
|
2557
2557
|
}));
|
|
2558
2558
|
}, Z.prototype.setAxisTranslation = function() {
|
|
2559
|
-
var m = this, I = m.max - m.min, F = m.linkedParent, X = !!m.categories, U = m.isXAxis, E = m.axisPointRange || 0, T = 0,
|
|
2559
|
+
var m = this, I = m.max - m.min, F = m.linkedParent, X = !!m.categories, U = m.isXAxis, E = m.axisPointRange || 0, T = 0, R = 0, V = m.transA;
|
|
2560
2560
|
if (U || X || E) {
|
|
2561
2561
|
var K = m.getClosest();
|
|
2562
|
-
F ? (T = F.minPointOffset,
|
|
2562
|
+
F ? (T = F.minPointOffset, R = F.pointRangePadding) : m.series.forEach(function(_) {
|
|
2563
2563
|
var te = X ? 1 : U ? l(_.options.pointRange, K, 0) : m.axisPointRange || 0, se = _.options.pointPlacement;
|
|
2564
|
-
E = Math.max(E, te), (!m.single || X) && (_ = _.is("xrange") ? !U : U, T = Math.max(T, _ && f(se) ? 0 : te / 2),
|
|
2565
|
-
}), F = m.ordinal && m.ordinal.slope && K ? m.ordinal.slope / K : 1, m.minPointOffset = T *= F, m.pointRangePadding =
|
|
2564
|
+
E = Math.max(E, te), (!m.single || X) && (_ = _.is("xrange") ? !U : U, T = Math.max(T, _ && f(se) ? 0 : te / 2), R = Math.max(R, _ && se === "on" ? 0 : te));
|
|
2565
|
+
}), F = m.ordinal && m.ordinal.slope && K ? m.ordinal.slope / K : 1, m.minPointOffset = T *= F, m.pointRangePadding = R *= F, m.pointRange = Math.min(E, m.single && X ? 1 : I), U && (m.closestPointRange = K);
|
|
2566
2566
|
}
|
|
2567
|
-
m.translationSlope = m.transA = V = m.staticScale || m.len / (I +
|
|
2567
|
+
m.translationSlope = m.transA = V = m.staticScale || m.len / (I + R || 1), m.transB = m.horiz ? m.left : m.bottom, m.minPixelPadding = V * T, y(this, "afterSetAxisTranslation");
|
|
2568
2568
|
}, Z.prototype.minFromRange = function() {
|
|
2569
2569
|
return this.max - this.range;
|
|
2570
2570
|
}, Z.prototype.setTickInterval = function(m) {
|
|
2571
|
-
var I = this.chart, F = this.logarithmic, X = this.options, U = this.isXAxis, E = this.isLinked, T = X.tickPixelInterval,
|
|
2572
|
-
this.dateTime ||
|
|
2571
|
+
var I = this.chart, F = this.logarithmic, X = this.options, U = this.isXAxis, E = this.isLinked, T = X.tickPixelInterval, R = this.categories, V = this.softThreshold, K = X.maxPadding, _ = X.minPadding, te = a(X.tickInterval) && 0 <= X.tickInterval ? X.tickInterval : void 0, se = a(this.threshold) ? this.threshold : null;
|
|
2572
|
+
this.dateTime || R || E || this.getTickAmount();
|
|
2573
2573
|
var ne = l(this.userMin, X.min), ue = l(this.userMax, X.max);
|
|
2574
2574
|
if (E) {
|
|
2575
2575
|
this.linkedParent = I[this.coll][X.linkedTo];
|
|
@@ -2586,10 +2586,10 @@ var ln = { exports: {} };
|
|
|
2586
2586
|
}
|
|
2587
2587
|
this.min = l(ne, ge, this.dataMin), this.max = l(ue, pe, this.dataMax);
|
|
2588
2588
|
}
|
|
2589
|
-
if (F && (this.positiveValuesOnly && !m && 0 >= Math.min(this.min, l(this.dataMin, this.min)) && J(10, 1, I), this.min = A(F.log2lin(this.min), 16), this.max = A(F.log2lin(this.max), 16)), this.range && b(this.max) && (this.userMin = this.min = ne = Math.max(this.dataMin, this.minFromRange()), this.userMax = ue = this.max, this.range = null), y(this, "foundExtremes"), this.beforePadding && this.beforePadding(), this.adjustForMinRange(), !(
|
|
2589
|
+
if (F && (this.positiveValuesOnly && !m && 0 >= Math.min(this.min, l(this.dataMin, this.min)) && J(10, 1, I), this.min = A(F.log2lin(this.min), 16), this.max = A(F.log2lin(this.max), 16)), this.range && b(this.max) && (this.userMin = this.min = ne = Math.max(this.dataMin, this.minFromRange()), this.userMax = ue = this.max, this.range = null), y(this, "foundExtremes"), this.beforePadding && this.beforePadding(), this.adjustForMinRange(), !(R || this.axisPointRange || this.stacking && this.stacking.usePercentage || E) && b(this.min) && b(this.max) && (I = this.max - this.min) && (!b(ne) && _ && (this.min -= I * _), !b(ue) && K && (this.max += I * K)), a(this.userMin) || (a(X.softMin) && X.softMin < this.min && (this.min = ne = X.softMin), a(X.floor) && (this.min = Math.max(this.min, X.floor))), a(this.userMax) || (a(X.softMax) && X.softMax > this.max && (this.max = ue = X.softMax), a(X.ceiling) && (this.max = Math.min(
|
|
2590
2590
|
this.max,
|
|
2591
2591
|
X.ceiling
|
|
2592
|
-
))), V && b(this.dataMin) && (se = se || 0, !b(ne) && this.min < se && this.dataMin >= se ? this.min = this.options.minRange ? Math.min(se, this.max - this.minRange) : se : !b(ue) && this.max > se && this.dataMax <= se && (this.max = this.options.minRange ? Math.max(se, this.min + this.minRange) : se)), a(this.min) && a(this.max) && !this.chart.polar && this.min > this.max && (b(this.options.min) ? this.max = this.min : b(this.options.max) && (this.min = this.max)), this.tickInterval = this.min === this.max || typeof this.min > "u" || typeof this.max > "u" ? 1 : E && this.linkedParent && !te && T === this.linkedParent.options.tickPixelInterval ? te = this.linkedParent.tickInterval : l(te, this.tickAmount ? (this.max - this.min) / Math.max(this.tickAmount - 1, 1) : void 0,
|
|
2592
|
+
))), V && b(this.dataMin) && (se = se || 0, !b(ne) && this.min < se && this.dataMin >= se ? this.min = this.options.minRange ? Math.min(se, this.max - this.minRange) : se : !b(ue) && this.max > se && this.dataMax <= se && (this.max = this.options.minRange ? Math.max(se, this.min + this.minRange) : se)), a(this.min) && a(this.max) && !this.chart.polar && this.min > this.max && (b(this.options.min) ? this.max = this.min : b(this.options.max) && (this.min = this.max)), this.tickInterval = this.min === this.max || typeof this.min > "u" || typeof this.max > "u" ? 1 : E && this.linkedParent && !te && T === this.linkedParent.options.tickPixelInterval ? te = this.linkedParent.tickInterval : l(te, this.tickAmount ? (this.max - this.min) / Math.max(this.tickAmount - 1, 1) : void 0, R ? 1 : (this.max - this.min) * T / Math.max(this.len, T)), U && !m) {
|
|
2593
2593
|
var de = this.min !== (this.old && this.old.min) || this.max !== (this.old && this.old.max);
|
|
2594
2594
|
this.series.forEach(function(Ce) {
|
|
2595
2595
|
Ce.forceCrop = Ce.forceCropping && Ce.forceCropping(), Ce.processData(de);
|
|
@@ -2601,7 +2601,7 @@ var ln = { exports: {} };
|
|
|
2601
2601
|
}, Z.prototype.setTickPositions = function() {
|
|
2602
2602
|
var m = this.options, I = m.tickPositions, F = m.tickPositioner, X = this.getMinorTickInterval(), U = this.hasVerticalPanning(), E = this.coll === "colorAxis", T = (E || !U) && m.startOnTick;
|
|
2603
2603
|
U = (E || !U) && m.endOnTick, E = [];
|
|
2604
|
-
var
|
|
2604
|
+
var R;
|
|
2605
2605
|
if (this.tickmarkOffset = this.categories && m.tickmarkPlacement === "between" && this.tickInterval === 1 ? 0.5 : 0, this.minorTickInterval = X === "auto" && this.tickInterval ? this.tickInterval / 5 : X, this.single = this.min === this.max && b(this.min) && !this.tickAmount && (parseInt(this.min, 10) === this.min || m.allowDecimals !== !1), I)
|
|
2606
2606
|
E = I.slice();
|
|
2607
2607
|
else if (a(this.min) && a(this.max)) {
|
|
@@ -2615,11 +2615,11 @@ var ln = { exports: {} };
|
|
|
2615
2615
|
this.tickInterval = N(this, X *= 1.1);
|
|
2616
2616
|
else
|
|
2617
2617
|
E = [this.min, this.max], J(19, !1, this.chart);
|
|
2618
|
-
E.length > this.len && (E = [E[0], E[E.length - 1]], E[0] === E[1] && (E.length = 1)), F && (this.tickPositions = E, (
|
|
2618
|
+
E.length > this.len && (E = [E[0], E[E.length - 1]], E[0] === E[1] && (E.length = 1)), F && (this.tickPositions = E, (R = F.apply(this, [this.min, this.max])) && (E = R));
|
|
2619
2619
|
}
|
|
2620
2620
|
this.tickPositions = E, this.paddedTicks = E.slice(0), this.trimTicks(E, T, U), !this.isLinked && a(this.min) && a(this.max) && (this.single && 2 > E.length && !this.categories && !this.series.some(function(V) {
|
|
2621
2621
|
return V.is("heatmap") && V.options.pointPlacement === "between";
|
|
2622
|
-
}) && (this.min -= 0.5, this.max += 0.5), I ||
|
|
2622
|
+
}) && (this.min -= 0.5, this.max += 0.5), I || R || this.adjustTickAmount()), y(this, "afterSetTickPositions");
|
|
2623
2623
|
}, Z.prototype.trimTicks = function(m, I, F) {
|
|
2624
2624
|
var X = m[0], U = m[m.length - 1], E = !this.isOrdinal && this.minPointOffset || 0;
|
|
2625
2625
|
if (y(this, "trimTicks"), !this.isLinked) {
|
|
@@ -2641,12 +2641,12 @@ var ln = { exports: {} };
|
|
|
2641
2641
|
var T = function(K) {
|
|
2642
2642
|
var _ = K.options;
|
|
2643
2643
|
return [K.horiz ? _.left : _.top, _.width, _.height, _.pane].join();
|
|
2644
|
-
},
|
|
2644
|
+
}, R = T(this);
|
|
2645
2645
|
this.chart[this.coll].forEach(function(K) {
|
|
2646
2646
|
var _ = K.series;
|
|
2647
2647
|
_.length && _.some(function(te) {
|
|
2648
2648
|
return te.visible;
|
|
2649
|
-
}) && K !== m && T(K) ===
|
|
2649
|
+
}) && K !== m && T(K) === R && (E = !0, I.push(K));
|
|
2650
2650
|
});
|
|
2651
2651
|
}
|
|
2652
2652
|
if (E && X) {
|
|
@@ -2670,13 +2670,13 @@ var ln = { exports: {} };
|
|
|
2670
2670
|
var m = this.options, I = m.tickPixelInterval, F = m.tickAmount;
|
|
2671
2671
|
!b(m.tickInterval) && !F && this.len < I && !this.isRadial && !this.logarithmic && m.startOnTick && m.endOnTick && (F = 2), !F && this.alignToOthers() && (F = Math.ceil(this.len / I) + 1), 4 > F && (this.finalTickAmt = F, F = 5), this.tickAmount = F;
|
|
2672
2672
|
}, Z.prototype.adjustTickAmount = function() {
|
|
2673
|
-
var m = this, I = m.finalTickAmt, F = m.max, X = m.min, U = m.options, E = m.tickPositions, T = m.tickAmount,
|
|
2674
|
-
if (a(
|
|
2675
|
-
var te = 0.5 >
|
|
2673
|
+
var m = this, I = m.finalTickAmt, F = m.max, X = m.min, U = m.options, E = m.tickPositions, T = m.tickAmount, R = m.thresholdAlignment, V = E && E.length, K = l(m.threshold, m.softThreshold ? 0 : null), _ = m.tickInterval;
|
|
2674
|
+
if (a(R)) {
|
|
2675
|
+
var te = 0.5 > R ? Math.ceil(R * (T - 1)) : Math.floor(R * (T - 1));
|
|
2676
2676
|
U.reversed && (te = T - 1 - te);
|
|
2677
2677
|
}
|
|
2678
2678
|
if (m.hasData() && a(X) && a(F)) {
|
|
2679
|
-
if (
|
|
2679
|
+
if (R = function() {
|
|
2680
2680
|
m.transA *= (V - 1) / (T - 1), m.min = U.startOnTick ? E[0] : Math.min(X, E[0]), m.max = U.endOnTick ? E[E.length - 1] : Math.max(F, E[E.length - 1]);
|
|
2681
2681
|
}, a(te) && a(m.threshold)) {
|
|
2682
2682
|
for (; E[te] !== K || E.length !== T || E[0] > X || E[E.length - 1] < F; ) {
|
|
@@ -2686,11 +2686,11 @@ var ln = { exports: {} };
|
|
|
2686
2686
|
break;
|
|
2687
2687
|
_ *= 2;
|
|
2688
2688
|
}
|
|
2689
|
-
|
|
2689
|
+
R();
|
|
2690
2690
|
} else if (V < T) {
|
|
2691
2691
|
for (; E.length < T; )
|
|
2692
2692
|
E.length % 2 || X === K ? E.push(A(E[E.length - 1] + _)) : E.unshift(A(E[0] - _));
|
|
2693
|
-
|
|
2693
|
+
R();
|
|
2694
2694
|
}
|
|
2695
2695
|
if (b(I)) {
|
|
2696
2696
|
for (_ = K = E.length; _--; )
|
|
@@ -2707,8 +2707,8 @@ var ln = { exports: {} };
|
|
|
2707
2707
|
F || m || I || this.isLinked || this.forceRedraw || this.userMin !== (this.old && this.old.userMin) || this.userMax !== (this.old && this.old.userMax) || this.alignToOthers() ? (this.stacking && (this.stacking.resetStacks(), this.stacking.buildStacks()), this.forceRedraw = !1, this.getSeriesExtremes(), this.setTickInterval(), this.isDirty || (this.isDirty = F || this.min !== (this.old && this.old.min) || this.max !== (this.old && this.old.max))) : this.stacking && this.stacking.cleanStacks(), m && this.panningState && (this.panningState.isDirty = !0), y(this, "afterSetScale");
|
|
2708
2708
|
}, Z.prototype.setExtremes = function(m, I, F, X, U) {
|
|
2709
2709
|
var E = this, T = E.chart;
|
|
2710
|
-
F = l(F, !0), E.series.forEach(function(
|
|
2711
|
-
delete
|
|
2710
|
+
F = l(F, !0), E.series.forEach(function(R) {
|
|
2711
|
+
delete R.kdTree;
|
|
2712
2712
|
}), U = G(U, {
|
|
2713
2713
|
min: m,
|
|
2714
2714
|
max: I
|
|
@@ -2716,10 +2716,10 @@ var ln = { exports: {} };
|
|
|
2716
2716
|
E.userMin = m, E.userMax = I, E.eventArgs = U, F && T.redraw(X);
|
|
2717
2717
|
});
|
|
2718
2718
|
}, Z.prototype.zoom = function(m, I) {
|
|
2719
|
-
var F = this, X = this.dataMin, U = this.dataMax, E = this.options, T = Math.min(X, l(E.min, X)),
|
|
2719
|
+
var F = this, X = this.dataMin, U = this.dataMax, E = this.options, T = Math.min(X, l(E.min, X)), R = Math.max(U, l(E.max, U));
|
|
2720
2720
|
return m = { newMin: m, newMax: I }, y(this, "zoom", m, function(V) {
|
|
2721
2721
|
var K = V.newMin, _ = V.newMax;
|
|
2722
|
-
(K !== F.min || _ !== F.max) && (F.allowZoomOutside || (b(X) && (K < T && (K = T), K >
|
|
2722
|
+
(K !== F.min || _ !== F.max) && (F.allowZoomOutside || (b(X) && (K < T && (K = T), K > R && (K = R)), b(U) && (_ < T && (_ = T), _ > R && (_ = R))), F.displayBtn = typeof K < "u" || typeof _ < "u", F.setExtremes(
|
|
2723
2723
|
K,
|
|
2724
2724
|
_,
|
|
2725
2725
|
!1,
|
|
@@ -2752,7 +2752,7 @@ var ln = { exports: {} };
|
|
|
2752
2752
|
var m = this.tickPositions && this.tickPositions[0] || 0;
|
|
2753
2753
|
return this.chart.renderer.fontMetrics(this.options.labels.style.fontSize, this.ticks[m] && this.ticks[m].label);
|
|
2754
2754
|
}, Z.prototype.unsquish = function() {
|
|
2755
|
-
var m = this.options.labels, I = this.horiz, F = this.tickInterval, X = this.len / (((this.categories ? 1 : 0) + this.max - this.min) / F), U = m.rotation, E = this.labelMetrics(), T = Math.max(this.max - this.min, 0),
|
|
2755
|
+
var m = this.options.labels, I = this.horiz, F = this.tickInterval, X = this.len / (((this.categories ? 1 : 0) + this.max - this.min) / F), U = m.rotation, E = this.labelMetrics(), T = Math.max(this.max - this.min, 0), R = function(pe) {
|
|
2756
2756
|
var de = pe / (X || 1);
|
|
2757
2757
|
return de = 1 < de ? Math.ceil(de) : 1, de * F > T && pe !== 1 / 0 && X !== 1 / 0 && T && (de = Math.ceil(T / F)), A(de * F);
|
|
2758
2758
|
}, V = F, K = Number.MAX_VALUE;
|
|
@@ -2765,14 +2765,14 @@ var ln = { exports: {} };
|
|
|
2765
2765
|
if (_)
|
|
2766
2766
|
for (var te = I = void 0, se = 0, ne = _; se < ne.length; se++) {
|
|
2767
2767
|
var ue = ne[se];
|
|
2768
|
-
if ((ue === U || ue && -90 <= ue && 90 >= ue) && (I =
|
|
2768
|
+
if ((ue === U || ue && -90 <= ue && 90 >= ue) && (I = R(Math.abs(E.h / Math.sin(g * ue))), te = I + Math.abs(ue / 360), te < K)) {
|
|
2769
2769
|
K = te;
|
|
2770
2770
|
var ge = ue;
|
|
2771
2771
|
V = I;
|
|
2772
2772
|
}
|
|
2773
2773
|
}
|
|
2774
2774
|
} else
|
|
2775
|
-
V =
|
|
2775
|
+
V = R(E.h);
|
|
2776
2776
|
return this.autoRotation = _, this.labelRotation = l(ge, a(U) ? U : 0), m.step ? F : V;
|
|
2777
2777
|
}, Z.prototype.getSlotWidth = function(m) {
|
|
2778
2778
|
var I = this.chart, F = this.horiz, X = this.options.labels, U = Math.max(this.tickPositions.length - (this.categories ? 0 : 1), 1), E = I.margin[3];
|
|
@@ -2788,18 +2788,18 @@ var ln = { exports: {} };
|
|
|
2788
2788
|
}
|
|
2789
2789
|
return 0.33 * I.chartWidth;
|
|
2790
2790
|
}, Z.prototype.renderUnsquish = function() {
|
|
2791
|
-
var m = this.chart, I = m.renderer, F = this.tickPositions, X = this.ticks, U = this.options.labels, E = U.style, T = this.horiz,
|
|
2791
|
+
var m = this.chart, I = m.renderer, F = this.tickPositions, X = this.ticks, U = this.options.labels, E = U.style, T = this.horiz, R = this.getSlotWidth(), V = Math.max(1, Math.round(R - 2 * U.padding)), K = {}, _ = this.labelMetrics(), te = E.textOverflow, se = 0;
|
|
2792
2792
|
if (f(U.rotation) || (K.rotation = U.rotation || 0), F.forEach(function(pe) {
|
|
2793
2793
|
pe = X[pe], pe.movedLabel && pe.replaceMovedLabel(), pe && pe.label && pe.label.textPxLength > se && (se = pe.label.textPxLength);
|
|
2794
2794
|
}), this.maxLabelLength = se, this.autoRotation)
|
|
2795
2795
|
se > V && se > _.h ? K.rotation = this.labelRotation : this.labelRotation = 0;
|
|
2796
|
-
else if (
|
|
2796
|
+
else if (R) {
|
|
2797
2797
|
var ne = V;
|
|
2798
2798
|
if (!te) {
|
|
2799
2799
|
var ue = "clip";
|
|
2800
2800
|
for (V = F.length; !T && V--; ) {
|
|
2801
2801
|
var ge = F[V];
|
|
2802
|
-
(ge = X[ge].label) && (ge.styles && ge.styles.textOverflow === "ellipsis" ? ge.css({ textOverflow: "clip" }) : ge.textPxLength >
|
|
2802
|
+
(ge = X[ge].label) && (ge.styles && ge.styles.textOverflow === "ellipsis" ? ge.css({ textOverflow: "clip" }) : ge.textPxLength > R && ge.css({ width: R + "px" }), ge.getBBox().height > this.len / F.length - (_.h - _.f) && (ge.specificTextOverflow = "ellipsis"));
|
|
2803
2803
|
}
|
|
2804
2804
|
}
|
|
2805
2805
|
}
|
|
@@ -2825,7 +2825,7 @@ var ln = { exports: {} };
|
|
|
2825
2825
|
m
|
|
2826
2826
|
);
|
|
2827
2827
|
}, Z.prototype.getOffset = function() {
|
|
2828
|
-
var m = this, I = this, F = I.chart, X = I.horiz, U = I.options, E = I.side, T = I.ticks,
|
|
2828
|
+
var m = this, I = this, F = I.chart, X = I.horiz, U = I.options, E = I.side, T = I.ticks, R = I.tickPositions, V = I.coll, K = I.axisParent, _ = F.renderer, te = F.inverted && !I.isZAxis ? [1, 0, 3, 2][E] : E, se = I.hasData(), ne = U.title, ue = U.labels, ge = F.axisOffset;
|
|
2829
2829
|
F = F.clipOffset;
|
|
2830
2830
|
var pe = [-1, 1, 1, -1][E], de = U.className, Ce, ae = 0, $ = 0, ee = 0;
|
|
2831
2831
|
if (I.showAxis = Ce = se || U.showEmpty, I.staggerLines = I.horiz && ue.staggerLines || void 0, !I.axisGroup) {
|
|
@@ -2837,9 +2837,9 @@ var ln = { exports: {} };
|
|
|
2837
2837
|
};
|
|
2838
2838
|
I.gridGroup = re("grid", "-grid", U.gridZIndex), I.axisGroup = re("axis", "", U.zIndex), I.labelGroup = re("axis-labels", "-labels", ue.zIndex);
|
|
2839
2839
|
}
|
|
2840
|
-
if (se || I.isLinked ? (
|
|
2840
|
+
if (se || I.isLinked ? (R.forEach(function(ce) {
|
|
2841
2841
|
I.generateTick(ce);
|
|
2842
|
-
}), I.renderUnsquish(), I.reserveSpaceDefault = E === 0 || E === 2 || { 1: "left", 3: "right" }[E] === I.labelAlign, l(ue.reserveSpace, I.labelAlign === "center" ? !0 : null, I.reserveSpaceDefault) &&
|
|
2842
|
+
}), I.renderUnsquish(), I.reserveSpaceDefault = E === 0 || E === 2 || { 1: "left", 3: "right" }[E] === I.labelAlign, l(ue.reserveSpace, I.labelAlign === "center" ? !0 : null, I.reserveSpaceDefault) && R.forEach(function(ce) {
|
|
2843
2843
|
ee = Math.max(T[ce].getLabelSize(), ee);
|
|
2844
2844
|
}), I.staggerLines && (ee *= I.staggerLines), I.labelOffset = ee * (I.opposite ? -1 : 1)) : h(T, function(ce, Ae) {
|
|
2845
2845
|
ce.destroy(), delete T[Ae];
|
|
@@ -2848,15 +2848,15 @@ var ln = { exports: {} };
|
|
|
2848
2848
|
var le = ne.offset;
|
|
2849
2849
|
$ = b(le) ? 0 : l(ne.margin, X ? 5 : 10);
|
|
2850
2850
|
}
|
|
2851
|
-
I.renderLine(), I.offset = pe * l(U.offset, ge[E] ? ge[E] + (U.margin || 0) : 0), I.tickRotCorr = I.tickRotCorr || { x: 0, y: 0 }, ne = E === 0 ? -I.labelMetrics().h : E === 2 ? I.tickRotCorr.y : 0, se = Math.abs(ee) + $, ee && (se = se - ne + pe * (X ? l(ue.y, I.tickRotCorr.y + 8 * pe) : ue.x)), I.axisTitleMargin = l(le, se), I.getMaxLabelDimensions && (I.maxLabelDimensions = I.getMaxLabelDimensions(T,
|
|
2851
|
+
I.renderLine(), I.offset = pe * l(U.offset, ge[E] ? ge[E] + (U.margin || 0) : 0), I.tickRotCorr = I.tickRotCorr || { x: 0, y: 0 }, ne = E === 0 ? -I.labelMetrics().h : E === 2 ? I.tickRotCorr.y : 0, se = Math.abs(ee) + $, ee && (se = se - ne + pe * (X ? l(ue.y, I.tickRotCorr.y + 8 * pe) : ue.x)), I.axisTitleMargin = l(le, se), I.getMaxLabelDimensions && (I.maxLabelDimensions = I.getMaxLabelDimensions(T, R)), V !== "colorAxis" && (X = this.tickSize("tick"), ge[E] = Math.max(ge[E], (I.axisTitleMargin || 0) + ae + pe * I.offset, se, R && R.length && X ? X[0] + pe * I.offset : 0), U = !I.axisLine || U.offset ? 0 : 2 * Math.floor(I.axisLine.strokeWidth() / 2), F[te] = Math.max(F[te], U)), y(this, "afterGetOffset");
|
|
2852
2852
|
}, Z.prototype.getLinePath = function(m) {
|
|
2853
2853
|
var I = this.chart, F = this.opposite, X = this.offset, U = this.horiz, E = this.left + (F ? this.width : 0) + X;
|
|
2854
2854
|
return X = I.chartHeight - this.bottom - (F ? this.height : 0) + X, F && (m *= -1), I.renderer.crispLine([["M", U ? this.left : E, U ? X : this.top], ["L", U ? I.chartWidth - this.right : E, U ? X : I.chartHeight - this.bottom]], m);
|
|
2855
2855
|
}, Z.prototype.renderLine = function() {
|
|
2856
2856
|
this.axisLine || (this.axisLine = this.chart.renderer.path().addClass("highcharts-axis-line").add(this.axisGroup), this.chart.styledMode || this.axisLine.attr({ stroke: this.options.lineColor, "stroke-width": this.options.lineWidth, zIndex: 7 }));
|
|
2857
2857
|
}, Z.prototype.getTitlePosition = function() {
|
|
2858
|
-
var m = this.horiz, I = this.left, F = this.top, X = this.len, U = this.options.title, E = m ? I : F, T = this.opposite,
|
|
2859
|
-
return _ = _ ? Math.max(_.getBBox(!1, 0).height - te.h - 1, 0) : 0, X = { low: E + (m ? 0 : X), middle: E + X / 2, high: E + (m ? X : 0) }[U.align], I = (m ? F + this.height : I) + (m ? 1 : -1) * (T ? -1 : 1) * (this.axisTitleMargin || 0) + [-_, _, te.f, -_][this.side], m = { x: m ? X + V : I + (T ? this.width : 0) +
|
|
2858
|
+
var m = this.horiz, I = this.left, F = this.top, X = this.len, U = this.options.title, E = m ? I : F, T = this.opposite, R = this.offset, V = U.x, K = U.y, _ = this.axisTitle, te = this.chart.renderer.fontMetrics(U.style.fontSize, _);
|
|
2859
|
+
return _ = _ ? Math.max(_.getBBox(!1, 0).height - te.h - 1, 0) : 0, X = { low: E + (m ? 0 : X), middle: E + X / 2, high: E + (m ? X : 0) }[U.align], I = (m ? F + this.height : I) + (m ? 1 : -1) * (T ? -1 : 1) * (this.axisTitleMargin || 0) + [-_, _, te.f, -_][this.side], m = { x: m ? X + V : I + (T ? this.width : 0) + R + V, y: m ? I + K - (T ? this.height : 0) + R : X + K }, y(this, "afterGetTitlePosition", { titlePosition: m }), m;
|
|
2860
2860
|
}, Z.prototype.renderMinorTick = function(m, I) {
|
|
2861
2861
|
var F = this.minorTicks;
|
|
2862
2862
|
F[m] || (F[m] = new z(this, m, "minor")), I && F[m].isNew && F[m].render(null, !0), F[m].render(null, !1, 1);
|
|
@@ -2864,8 +2864,8 @@ var ln = { exports: {} };
|
|
|
2864
2864
|
var X = this.ticks;
|
|
2865
2865
|
(!this.isLinked || m >= this.min && m <= this.max || this.grid && this.grid.isColumn) && (X[m] || (X[m] = new z(this, m)), F && X[m].isNew && X[m].render(I, !0, -1), X[m].render(I));
|
|
2866
2866
|
}, Z.prototype.render = function() {
|
|
2867
|
-
var m = this, I = m.chart, F = m.logarithmic, X = m.options, U = m.isLinked, E = m.tickPositions, T = m.axisTitle,
|
|
2868
|
-
if (m.labelEdge.length = 0, m.overlap = !1, [
|
|
2867
|
+
var m = this, I = m.chart, F = m.logarithmic, X = m.options, U = m.isLinked, E = m.tickPositions, T = m.axisTitle, R = m.ticks, V = m.minorTicks, K = m.alternateBands, _ = X.stackLabels, te = X.alternateGridColor, se = m.tickmarkOffset, ne = m.axisLine, ue = m.showAxis, ge = P(I.renderer.globalAnimation), pe, de;
|
|
2868
|
+
if (m.labelEdge.length = 0, m.overlap = !1, [R, V, K].forEach(function(ae) {
|
|
2869
2869
|
h(ae, function($) {
|
|
2870
2870
|
$.isActive = !1;
|
|
2871
2871
|
});
|
|
@@ -2875,13 +2875,13 @@ var ln = { exports: {} };
|
|
|
2875
2875
|
m.renderMinorTick(ae, Ce);
|
|
2876
2876
|
}), E.length && (E.forEach(function(ae, $) {
|
|
2877
2877
|
m.renderTick(ae, $, Ce);
|
|
2878
|
-
}), se && (m.min === 0 || m.single) && (
|
|
2878
|
+
}), se && (m.min === 0 || m.single) && (R[-1] || (R[-1] = new z(m, -1, null, !0)), R[-1].render(-1))), te && E.forEach(function(ae, $) {
|
|
2879
2879
|
de = typeof E[$ + 1] < "u" ? E[$ + 1] + se : m.max - se, $ % 2 === 0 && ae < m.max && de <= m.max + (I.polar ? -se : se) && (K[ae] || (K[ae] = new j.PlotLineOrBand(m)), pe = ae + se, K[ae].options = { from: F ? F.lin2log(pe) : pe, to: F ? F.lin2log(de) : de, color: te, className: "highcharts-alternate-grid" }, K[ae].render(), K[ae].isActive = !0);
|
|
2880
2880
|
}), m._addedPlotLB || (m._addedPlotLB = !0, (X.plotLines || []).concat(X.plotBands || []).forEach(function(ae) {
|
|
2881
2881
|
m.addPlotBandOrLine(ae);
|
|
2882
2882
|
}));
|
|
2883
2883
|
}
|
|
2884
|
-
[
|
|
2884
|
+
[R, V, K].forEach(function(ae) {
|
|
2885
2885
|
var $ = [], ee = ge.duration;
|
|
2886
2886
|
h(ae, function(re, le) {
|
|
2887
2887
|
re.isActive || (re.render(le, !1, 0), re.isActive = !1, $.push(le));
|
|
@@ -2917,14 +2917,14 @@ var ln = { exports: {} };
|
|
|
2917
2917
|
var F = this.crosshair, X = l(F && F.snap, !0), U = this.chart, E, T = this.cross;
|
|
2918
2918
|
if (y(this, "drawCrosshair", { e: m, point: I }), m || (m = this.cross && this.cross.e), F && (b(I) || !X) !== !1) {
|
|
2919
2919
|
if (X ? b(I) && (E = l(this.coll !== "colorAxis" ? I.crosshairPos : null, this.isXAxis ? I.plotX : this.len - I.plotY)) : E = m && (this.horiz ? m.chartX - this.pos : this.len - m.chartY + this.pos), b(E)) {
|
|
2920
|
-
var
|
|
2921
|
-
U.polar && G(
|
|
2920
|
+
var R = { value: I && (this.isXAxis ? I.x : l(I.stackY, I.y)), translatedValue: E };
|
|
2921
|
+
U.polar && G(R, { isCrosshair: !0, chartX: m && m.chartX, chartY: m && m.chartY, point: I }), R = this.getPlotLinePath(R) || null;
|
|
2922
2922
|
}
|
|
2923
|
-
if (!b(
|
|
2923
|
+
if (!b(R)) {
|
|
2924
2924
|
this.hideCrosshair();
|
|
2925
2925
|
return;
|
|
2926
2926
|
}
|
|
2927
|
-
X = this.categories && !this.isRadial, T || (this.cross = T = U.renderer.path().addClass("highcharts-crosshair highcharts-crosshair-" + (X ? "category " : "thin ") + (F.className || "")).attr({ zIndex: l(F.zIndex, 2) }).add(), U.styledMode || (T.attr({ stroke: F.color || (X ? r.parse("#ccd6eb").setOpacity(0.25).get() : "#cccccc"), "stroke-width": l(F.width, 1) }).css({ "pointer-events": "none" }), F.dashStyle && T.attr({ dashstyle: F.dashStyle }))), T.show().attr({ d:
|
|
2927
|
+
X = this.categories && !this.isRadial, T || (this.cross = T = U.renderer.path().addClass("highcharts-crosshair highcharts-crosshair-" + (X ? "category " : "thin ") + (F.className || "")).attr({ zIndex: l(F.zIndex, 2) }).add(), U.styledMode || (T.attr({ stroke: F.color || (X ? r.parse("#ccd6eb").setOpacity(0.25).get() : "#cccccc"), "stroke-width": l(F.width, 1) }).css({ "pointer-events": "none" }), F.dashStyle && T.attr({ dashstyle: F.dashStyle }))), T.show().attr({ d: R }), X && !F.width && T.attr({ "stroke-width": this.transA }), this.cross.e = m;
|
|
2928
2928
|
} else
|
|
2929
2929
|
this.hideCrosshair();
|
|
2930
2930
|
y(this, "afterDrawCrosshair", { e: m, point: I });
|
|
@@ -3207,12 +3207,12 @@ var ln = { exports: {} };
|
|
|
3207
3207
|
return this.label;
|
|
3208
3208
|
}, G.prototype.getPosition = function(y, L, a) {
|
|
3209
3209
|
var f = this.chart, u = this.distance, C = {}, h = f.inverted && a.h || 0, l = this.outside, w = l ? z.documentElement.clientWidth - 2 * u : f.chartWidth, M = l ? Math.max(z.body.scrollHeight, z.documentElement.scrollHeight, z.body.offsetHeight, z.documentElement.offsetHeight, z.documentElement.clientHeight) : f.chartHeight, D = f.pointer.getChartPosition(), S = function(T) {
|
|
3210
|
-
var
|
|
3211
|
-
return [T,
|
|
3210
|
+
var R = T === "x";
|
|
3211
|
+
return [T, R ? w : M, R ? y : L].concat(l ? [R ? y * D.scaleX : L * D.scaleY, R ? D.left - u + (a.plotX + f.plotLeft) * D.scaleX : D.top - u + (a.plotY + f.plotTop) * D.scaleY, 0, R ? w : M] : [R ? y : L, R ? a.plotX + f.plotLeft : a.plotY + f.plotTop, R ? f.plotLeft : f.plotTop, R ? f.plotLeft + f.plotWidth : f.plotTop + f.plotHeight]);
|
|
3212
3212
|
}, N = S("y"), Z = S("x"), m;
|
|
3213
3213
|
S = !!a.negative, !f.polar && f.hoverSeries && f.hoverSeries.yAxis && f.hoverSeries.yAxis.reversed && (S = !S);
|
|
3214
|
-
var I = !this.followPointer && Q(a.ttBelow, !f.inverted === S), F = function(T,
|
|
3215
|
-
var ne = l ? T === "y" ? u * D.scaleY : u * D.scaleX : u, ue = (V - K) / 2, ge = K < _ - u, pe = _ + u + K <
|
|
3214
|
+
var I = !this.followPointer && Q(a.ttBelow, !f.inverted === S), F = function(T, R, V, K, _, te, se) {
|
|
3215
|
+
var ne = l ? T === "y" ? u * D.scaleY : u * D.scaleX : u, ue = (V - K) / 2, ge = K < _ - u, pe = _ + u + K < R, de = _ - ne - V + ue;
|
|
3216
3216
|
if (_ = _ + ne - ue, I && pe)
|
|
3217
3217
|
C[T] = _;
|
|
3218
3218
|
else if (!I && ge)
|
|
@@ -3220,15 +3220,15 @@ var ln = { exports: {} };
|
|
|
3220
3220
|
else if (ge)
|
|
3221
3221
|
C[T] = Math.min(se - K, 0 > de - h ? de : de - h);
|
|
3222
3222
|
else if (pe)
|
|
3223
|
-
C[T] = Math.max(te, _ + h + V >
|
|
3223
|
+
C[T] = Math.max(te, _ + h + V > R ? _ : _ + h);
|
|
3224
3224
|
else
|
|
3225
3225
|
return !1;
|
|
3226
|
-
}, X = function(T,
|
|
3226
|
+
}, X = function(T, R, V, K, _) {
|
|
3227
3227
|
var te;
|
|
3228
|
-
return _ < u || _ >
|
|
3228
|
+
return _ < u || _ > R - u ? te = !1 : C[T] = _ < V / 2 ? 1 : _ > R - K / 2 ? R - K - 2 : _ - V / 2, te;
|
|
3229
3229
|
}, U = function(T) {
|
|
3230
|
-
var
|
|
3231
|
-
N = Z, Z =
|
|
3230
|
+
var R = N;
|
|
3231
|
+
N = Z, Z = R, m = T;
|
|
3232
3232
|
}, E = function() {
|
|
3233
3233
|
F.apply(0, N) !== !1 ? X.apply(0, Z) !== !1 || m || (U(!0), E()) : m ? C.x = C.y = 0 : (U(!0), E());
|
|
3234
3234
|
};
|
|
@@ -3293,7 +3293,7 @@ var ln = { exports: {} };
|
|
|
3293
3293
|
m = m === void 0 ? { scrollLeft: 0, scrollTop: 0 } : m;
|
|
3294
3294
|
var I = m.scrollLeft;
|
|
3295
3295
|
m = m.scrollTop;
|
|
3296
|
-
var F = C.styledMode, X = f.distance, U = f.options, E = f.options.positioner, T = f.outside && typeof Z != "number" ? z.documentElement.getBoundingClientRect() : { left: I, right: I + h, top: m, bottom: m + l },
|
|
3296
|
+
var F = C.styledMode, X = f.distance, U = f.options, E = f.options.positioner, T = f.outside && typeof Z != "number" ? z.documentElement.getBoundingClientRect() : { left: I, right: I + h, top: m, bottom: m + l }, R = f.getLabel(), V = this.renderer || u.renderer, K = !(!u.xAxis[0] || !u.xAxis[0].opposite);
|
|
3297
3297
|
u = S.getChartPosition();
|
|
3298
3298
|
var _ = u.left;
|
|
3299
3299
|
u = u.top;
|
|
@@ -3312,7 +3312,7 @@ var ln = { exports: {} };
|
|
|
3312
3312
|
void 0,
|
|
3313
3313
|
void 0,
|
|
3314
3314
|
U.useHTML
|
|
3315
|
-
).addClass(f.getClassName(Ce, !0, re)).attr(ee).add(
|
|
3315
|
+
).addClass(f.getClassName(Ce, !0, re)).attr(ee).add(R)), ee.isActive = !0, ee.attr({ text: de }), F || ee.css(U.style).shadow(U.shadow).attr({ stroke: U.borderColor || Ce.color || le.color || "#333333" }), $ = $.tt = ee, re = $.getBBox(), de = re.width + $.strokeWidth(), ae && (se = re.height, ne += se, K && (te -= se)), le = Ce.plotX, le = le === void 0 ? 0 : le, ee = Ce.plotY, ee = ee === void 0 ? 0 : ee;
|
|
3316
3316
|
var ce = Ce.series;
|
|
3317
3317
|
if (Ce.isHeader) {
|
|
3318
3318
|
le = M + le;
|
|
@@ -3342,7 +3342,7 @@ var ln = { exports: {} };
|
|
|
3342
3342
|
0 < ee && ($ || (ae.x = de + ee, ae.anchorX = Ce + ee), $ && (ae.x = (ge - ue) / 2, ae.anchorX = Ce + ee));
|
|
3343
3343
|
}
|
|
3344
3344
|
pe.tt.attr(ae);
|
|
3345
|
-
}), y = f.container, N = f.renderer, f.outside && y && N && (C =
|
|
3345
|
+
}), y = f.container, N = f.renderer, f.outside && y && N && (C = R.getBBox(), N.setSize(C.width + C.x, C.height + C.y, !1), y.style.left = ue + "px", y.style.top = u + "px");
|
|
3346
3346
|
}, G.prototype.drawTracker = function() {
|
|
3347
3347
|
if (this.shouldStickOnContact()) {
|
|
3348
3348
|
var y = this.chart, L = this.label, a = this.shared ? y.hoverPoints : y.hoverPoint;
|
|
@@ -3543,8 +3543,8 @@ var ln = { exports: {} };
|
|
|
3543
3543
|
if (l && this.graphic.removeClass("highcharts-point-" + l), u && this.graphic.addClass("highcharts-point-" + u), !m.styledMode) {
|
|
3544
3544
|
l = h.pointAttribs(this, u);
|
|
3545
3545
|
var E = G(m.options.chart.animation, w.animation), T = l.opacity;
|
|
3546
|
-
h.options.inactiveOtherPoints && b(T) && ((this.dataLabels || []).forEach(function(
|
|
3547
|
-
|
|
3546
|
+
h.options.inactiveOtherPoints && b(T) && ((this.dataLabels || []).forEach(function(R) {
|
|
3547
|
+
R && !R.hasClass("highcharts-data-label-hidden") && R.animate({ opacity: T }, E);
|
|
3548
3548
|
}), this.connector && this.connector.animate({ opacity: T }, E)), this.graphic.animate(l, E);
|
|
3549
3549
|
}
|
|
3550
3550
|
X && this.graphic.animate(X, G(m.options.chart.animation, S.animation, M.animation)), U && U.hide();
|
|
@@ -3751,15 +3751,15 @@ var ln = { exports: {} };
|
|
|
3751
3751
|
}, G.prototype.pinchTranslateDirection = function(y, L, a, f, u, C, h, l) {
|
|
3752
3752
|
var w = this.chart, M = y ? "x" : "y", D = y ? "X" : "Y", S = "chart" + D, N = y ? "width" : "height", Z = w["plot" + (y ? "Left" : "Top")], m = w.inverted, I = w.bounds[y ? "h" : "v"], F = L.length === 1, X = L[0][S], U = !F && L[1][S];
|
|
3753
3753
|
L = function() {
|
|
3754
|
-
typeof K == "number" && 20 < Math.abs(X - U) && (
|
|
3754
|
+
typeof K == "number" && 20 < Math.abs(X - U) && (R = l || Math.abs(V - K) / Math.abs(X - U)), T = (Z - V) / R + X, E = w["plot" + (y ? "Width" : "Height")] / R;
|
|
3755
3755
|
};
|
|
3756
|
-
var E, T,
|
|
3756
|
+
var E, T, R = l || 1, V = a[0][S], K = !F && a[1][S];
|
|
3757
3757
|
if (L(), a = T, a < I.min) {
|
|
3758
3758
|
a = I.min;
|
|
3759
3759
|
var _ = !0;
|
|
3760
3760
|
} else
|
|
3761
3761
|
a + E > I.max && (a = I.max - E, _ = !0);
|
|
3762
|
-
_ ? (V -= 0.8 * (V - h[M][0]), typeof K == "number" && (K -= 0.8 * (K - h[M][1])), L()) : h[M] = [V, K], m || (C[M] = T - Z, C[N] = E), C = m ? 1 /
|
|
3762
|
+
_ ? (V -= 0.8 * (V - h[M][0]), typeof K == "number" && (K -= 0.8 * (K - h[M][1])), L()) : h[M] = [V, K], m || (C[M] = T - Z, C[N] = E), C = m ? 1 / R : R, u[N] = E, u[M] = a, f[m ? y ? "scaleY" : "scaleX" : "scale" + D] = R, f["translate" + D] = C * Z + (V - C * X);
|
|
3763
3763
|
}, G.prototype.reset = function(y, L) {
|
|
3764
3764
|
var a = this.chart, f = a.hoverSeries, u = a.hoverPoint, C = a.hoverPoints, h = a.tooltip, l = h && h.shared ? C : u;
|
|
3765
3765
|
y && l && J(l).forEach(function(w) {
|
|
@@ -3978,8 +3978,8 @@ var ln = { exports: {} };
|
|
|
3978
3978
|
var C = this.options;
|
|
3979
3979
|
u.legendItem.label.attr({ text: C.labelFormat ? P(C.labelFormat, u, this.chart) : C.labelFormatter.call(u) });
|
|
3980
3980
|
}, f.prototype.renderItem = function(u) {
|
|
3981
|
-
var C = u.legendItem = u.legendItem || {}, h = this.chart, l = h.renderer, w = this.options, M = this.symbolWidth, D = w.symbolPadding || 0, S = this.itemStyle, N = this.itemHiddenStyle, Z = w.layout === "horizontal" ? G(w.itemDistance, 20) : 0, m = !w.rtl, I = !u.series, F = !I && u.series.drawLegendSymbol ? u.series : u, X = F.options, U = this.createCheckboxForItem && X && X.showCheckbox, E = w.useHTML, T = u.options.className,
|
|
3982
|
-
X = M + D + Z + (U ? 20 : 0),
|
|
3981
|
+
var C = u.legendItem = u.legendItem || {}, h = this.chart, l = h.renderer, w = this.options, M = this.symbolWidth, D = w.symbolPadding || 0, S = this.itemStyle, N = this.itemHiddenStyle, Z = w.layout === "horizontal" ? G(w.itemDistance, 20) : 0, m = !w.rtl, I = !u.series, F = !I && u.series.drawLegendSymbol ? u.series : u, X = F.options, U = this.createCheckboxForItem && X && X.showCheckbox, E = w.useHTML, T = u.options.className, R = C.label;
|
|
3982
|
+
X = M + D + Z + (U ? 20 : 0), R || (C.group = l.g("legend-item").addClass("highcharts-" + F.type + "-series highcharts-color-" + u.colorIndex + (T ? " " + T : "") + (I ? " highcharts-series-" + u.index : "")).attr({ zIndex: 1 }).add(this.scrollGroup), C.label = R = l.text("", m ? M + D : -D, this.baseline || 0, E), h.styledMode || R.css(J(u.visible ? S : N)), R.attr({ align: m ? "left" : "right", zIndex: 2 }).add(C.group), this.baseline || (this.fontMetrics = l.fontMetrics(h.styledMode ? 12 : S.fontSize, R), this.baseline = this.fontMetrics.f + 3 + this.itemMarginTop, R.attr("y", this.baseline), this.symbolHeight = w.symbolHeight || this.fontMetrics.f, w.squareSymbol && (this.symbolWidth = G(w.symbolWidth, Math.max(this.symbolHeight, 16)), X = this.symbolWidth + D + Z + (U ? 20 : 0), m && R.attr("x", this.symbolWidth + D))), F.drawLegendSymbol(this, u), this.setItemEvents && this.setItemEvents(u, R, E)), U && !u.checkbox && this.createCheckboxForItem && this.createCheckboxForItem(u), this.colorizeItem(u, u.visible), !h.styledMode && S.width || R.css({ width: (w.itemWidth || this.widthOption || h.spacingBox.width) - X + "px" }), this.setText(u), h = R.getBBox(), l = this.fontMetrics && this.fontMetrics.h || 0, u.itemWidth = u.checkboxOffset = w.itemWidth || C.labelWidth || h.width + X, this.maxItemWidth = Math.max(this.maxItemWidth, u.itemWidth), this.totalItemWidth += u.itemWidth, this.itemHeight = u.itemHeight = Math.round(C.labelHeight || (h.height > 1.5 * l ? h.height : l));
|
|
3983
3983
|
}, f.prototype.layoutItem = function(u) {
|
|
3984
3984
|
var C = this.options, h = this.padding, l = C.layout === "horizontal", w = u.itemHeight, M = this.itemMarginBottom, D = this.itemMarginTop, S = l ? G(C.itemDistance, 20) : 0, N = this.maxLegendWidth;
|
|
3985
3985
|
C = C.alignColumns && this.totalItemWidth > N ? this.maxItemWidth : u.itemWidth;
|
|
@@ -4037,13 +4037,13 @@ var ln = { exports: {} };
|
|
|
4037
4037
|
typeof te == "number" ? _.attr({ height: te }) : _ && (C.clipRect = _.destroy(), C.contentGroup.clip()), C.contentGroup.div && (C.contentGroup.div.style.clip = te ? "rect(" + S + "px,9999px," + (S + te) + "px,0)" : "auto");
|
|
4038
4038
|
}, E = function(te) {
|
|
4039
4039
|
return C[te] = l.circle(0, 0, 1.3 * I).translate(I / 2, I / 2).add(K), h.styledMode || C[te].attr("fill", "rgba(0,0,0,0.0001)"), C[te];
|
|
4040
|
-
}, T,
|
|
4040
|
+
}, T, R, V;
|
|
4041
4041
|
M = h.spacingBox.height + (D ? -M : M) - S;
|
|
4042
4042
|
var K = this.nav, _ = this.clipRect;
|
|
4043
4043
|
return w.layout !== "horizontal" || w.verticalAlign === "middle" || w.floating || (M /= 2), N && (M = Math.min(M, N)), F.length = 0, u && 0 < M && u > M && Z.enabled !== !1 ? (this.clipHeight = T = Math.max(M - 20 - this.titleHeight - S, 0), this.currentPage = G(this.currentPage, 1), this.fullHeight = u, X.forEach(function(te, se) {
|
|
4044
4044
|
V = te.legendItem || {}, te = V.y || 0;
|
|
4045
4045
|
var ne = Math.round(V.label.getBBox().height), ue = F.length;
|
|
4046
|
-
(!ue || te - F[ue - 1] > T && (
|
|
4046
|
+
(!ue || te - F[ue - 1] > T && (R || te) !== F[ue - 1]) && (F.push(R || te), ue++), V.pageIx = ue - 1, R && ((X[se - 1].legendItem || {}).pageIx = ue - 1), se === X.length - 1 && te + ne - F[ue - 1] > T && ne <= T && (F.push(te), V.pageIx = ue), te !== R && (R = te);
|
|
4047
4047
|
}), _ || (_ = C.clipRect = l.clipRect(0, S, 9999, 0), C.contentGroup.clip(_)), U(T), K || (this.nav = K = l.g().attr({ zIndex: 1 }).add(this.group), this.up = l.symbol("triangle", 0, 0, I, I).add(K), E("upTracker").on("click", function() {
|
|
4048
4048
|
C.scroll(-1, m);
|
|
4049
4049
|
}), this.pager = l.text("", 15, 10).addClass("highcharts-legend-navigation"), !h.styledMode && Z.style && this.pager.css(Z.style), this.pager.add(K), this.down = l.symbol("triangle-down", 0, 0, I, I).add(K), E("downTracker").on("click", function() {
|
|
@@ -4115,7 +4115,7 @@ var ln = { exports: {} };
|
|
|
4115
4115
|
o["Core/Utilities.js"],
|
|
4116
4116
|
o["Core/Renderer/HTML/AST.js"]
|
|
4117
4117
|
], function(t, n, r, O, k, j, z, B, P, x, v, g, p, d, c) {
|
|
4118
|
-
var A = t.animate, b = t.animObject, Q = t.setAnimation, H = r.defaultOptions, J = r.defaultTime, G = O.numberFormat, y = k.registerEventOptions, L = j.charts, a = j.doc, f = j.marginNames, u = j.svg, C = j.win, h = v.seriesTypes, l = d.addEvent, w = d.attr, M = d.cleanRecursively, D = d.createElement, S = d.css, N = d.defined, Z = d.discardElement, m = d.erase, I = d.error, F = d.extend, X = d.find, U = d.fireEvent, E = d.getStyle, T = d.isArray,
|
|
4118
|
+
var A = t.animate, b = t.animObject, Q = t.setAnimation, H = r.defaultOptions, J = r.defaultTime, G = O.numberFormat, y = k.registerEventOptions, L = j.charts, a = j.doc, f = j.marginNames, u = j.svg, C = j.win, h = v.seriesTypes, l = d.addEvent, w = d.attr, M = d.cleanRecursively, D = d.createElement, S = d.css, N = d.defined, Z = d.discardElement, m = d.erase, I = d.error, F = d.extend, X = d.find, U = d.fireEvent, E = d.getStyle, T = d.isArray, R = d.isNumber, V = d.isObject, K = d.isString, _ = d.merge, te = d.objectEach, se = d.pick, ne = d.pInt, ue = d.relativeLength, ge = d.removeEvent, pe = d.splat, de = d.syncTimeout, Ce = d.uniqueKey;
|
|
4119
4119
|
return t = function() {
|
|
4120
4120
|
function ae($, ee, re) {
|
|
4121
4121
|
this.series = this.renderTo = this.renderer = this.pointer = this.pointCount = this.plotWidth = this.plotTop = this.plotLeft = this.plotHeight = this.plotBox = this.options = this.numberFormatter = this.margin = this.legend = this.labelCollectors = this.isResizing = this.index = this.eventOptions = this.container = this.colorCounter = this.clipBox = this.chartWidth = this.chartHeight = this.bounds = this.axisOffset = this.axes = void 0, this.sharedClips = {}, this.yAxis = this.xAxis = this.userOptions = this.titleOffset = this.time = this.symbolCounter = this.spacingBox = this.spacing = void 0, this.getArgs(
|
|
@@ -4272,7 +4272,7 @@ var ln = { exports: {} };
|
|
|
4272
4272
|
var $ = this.options, ee = $.chart, re = Ce(), le, ce = this.renderTo;
|
|
4273
4273
|
ce || (this.renderTo = ce = ee.renderTo), K(ce) && (this.renderTo = ce = a.getElementById(ce)), ce || I(13, !0, this);
|
|
4274
4274
|
var Ae = ne(w(ce, "data-highcharts-chart"));
|
|
4275
|
-
|
|
4275
|
+
R(Ae) && L[Ae] && L[Ae].hasRendered && L[Ae].destroy(), w(ce, "data-highcharts-chart", this.index), ce.innerHTML = c.emptyHTML, ee.skipClone || ce.offsetWidth || this.temporaryDisplay(), this.getChartSize(), Ae = this.chartWidth;
|
|
4276
4276
|
var Ee = this.chartHeight;
|
|
4277
4277
|
if (S(ce, { overflow: "hidden" }), this.styledMode || (le = F({
|
|
4278
4278
|
position: "relative",
|
|
@@ -4489,7 +4489,7 @@ var ln = { exports: {} };
|
|
|
4489
4489
|
Te.update({}, !1);
|
|
4490
4490
|
}), Se && ce.getSeriesOrderByLinks().forEach(function(Te) {
|
|
4491
4491
|
Te.chart && Te.update({}, !1);
|
|
4492
|
-
}, this), qe = Qe && Qe.width, Qe = Qe && (K(Qe.height) ? ue(Qe.height, qe || ce.chartWidth) : Qe.height), Ie ||
|
|
4492
|
+
}, this), qe = Qe && Qe.width, Qe = Qe && (K(Qe.height) ? ue(Qe.height, qe || ce.chartWidth) : Qe.height), Ie || R(qe) && qe !== ce.chartWidth || R(Qe) && Qe !== ce.chartHeight ? ce.setSize(qe, Qe, le) : se(ee, !0) && ce.redraw(le), U(ce, "afterUpdate", { options: $, redraw: ee, animation: le });
|
|
4493
4493
|
}, ae.prototype.setSubtitle = function($, ee) {
|
|
4494
4494
|
this.applyDescription("subtitle", $), this.layOutTitles(ee);
|
|
4495
4495
|
}, ae.prototype.setCaption = function($, ee) {
|
|
@@ -4536,7 +4536,7 @@ var ln = { exports: {} };
|
|
|
4536
4536
|
var nt = Ie.panningState;
|
|
4537
4537
|
!Oe || Ie.isXAxis || nt && !nt.isDirty || Ie.series.forEach(function(Et) {
|
|
4538
4538
|
var Bt = Et.getProcessedData(!0);
|
|
4539
|
-
Bt = Et.getExtremes(Bt.yData, !0), nt || (nt = { startMin: Number.MAX_VALUE, startMax: -Number.MAX_VALUE }),
|
|
4539
|
+
Bt = Et.getExtremes(Bt.yData, !0), nt || (nt = { startMin: Number.MAX_VALUE, startMax: -Number.MAX_VALUE }), R(Bt.dataMin) && R(Bt.dataMax) && (nt.startMin = Math.min(se(Et.options.threshold, 1 / 0), Bt.dataMin, nt.startMin), nt.startMax = Math.max(se(Et.options.threshold, -1 / 0), Bt.dataMax, nt.startMax));
|
|
4540
4540
|
}), Oe = Math.min(se(nt && nt.startMin, st.dataMin), We ? st.min : Ie.toValue(Ie.toPixels(st.min) - Ie.minPixelPadding)), _e = Math.max(se(nt && nt.startMax, st.dataMax), We ? st.max : Ie.toValue(Ie.toPixels(st.max) + Ie.minPixelPadding)), Ie.panningState = nt, Ie.isOrdinal || (We = Oe - Te, 0 < We && (ot += We, Te = Oe), We = ot - _e, 0 < We && (ot = _e, Te -= We), Ie.series.length && Te !== st.min && ot !== st.max && Te >= Oe && ot <= _e && (Ie.setExtremes(Te, ot, !1, !1, { trigger: "pan" }), !re.resetZoomButton && Te !== Oe && ot !== _e && Ae.match("y") && (re.showResetZoom(), Ie.displayBtn = !1), Ee = !0), Se[Qe] = qe);
|
|
4541
4541
|
}
|
|
4542
4542
|
}), te(Se, function(Ie, Qe) {
|
|
@@ -4614,74 +4614,74 @@ var ln = { exports: {} };
|
|
|
4614
4614
|
}
|
|
4615
4615
|
return U.prototype.init = function(E, T) {
|
|
4616
4616
|
l(this, "init", { options: T });
|
|
4617
|
-
var
|
|
4618
|
-
this.eventsToUnbind = [],
|
|
4619
|
-
|
|
4617
|
+
var R = this, V = E.series;
|
|
4618
|
+
this.eventsToUnbind = [], R.chart = E, R.options = R.setOptions(T), T = R.options, R.linkedSeries = [], R.bindAxes(), C(
|
|
4619
|
+
R,
|
|
4620
4620
|
{ name: T.name, state: "", visible: T.visible !== !1, selected: T.selected === !0 }
|
|
4621
4621
|
), d(this, T);
|
|
4622
4622
|
var K = T.events;
|
|
4623
|
-
(K && K.click || T.point && T.point.events && T.point.events.click || T.allowPointSelect) && (E.runTrackerClick = !0),
|
|
4624
|
-
|
|
4625
|
-
}),
|
|
4623
|
+
(K && K.click || T.point && T.point.events && T.point.events.click || T.allowPointSelect) && (E.runTrackerClick = !0), R.getColor(), R.getSymbol(), R.parallelArrays.forEach(function(te) {
|
|
4624
|
+
R[te + "Data"] || (R[te + "Data"] = []);
|
|
4625
|
+
}), R.isCartesian && (E.hasCartesianSeries = !0);
|
|
4626
4626
|
var _;
|
|
4627
|
-
V.length && (_ = V[V.length - 1]),
|
|
4627
|
+
V.length && (_ = V[V.length - 1]), R._i = m(_ && _._i, -1) + 1, R.opacity = R.options.opacity, E.orderSeries(this.insert(V)), T.dataSorting && T.dataSorting.enabled ? R.setDataSortingOptions() : R.points || R.data || R.setData(T.data, !1), l(this, "afterInit");
|
|
4628
4628
|
}, U.prototype.is = function(E) {
|
|
4629
4629
|
return Q[E] && this instanceof Q[E];
|
|
4630
4630
|
}, U.prototype.insert = function(E) {
|
|
4631
|
-
var T = this.options.index,
|
|
4631
|
+
var T = this.options.index, R;
|
|
4632
4632
|
if (D(T)) {
|
|
4633
|
-
for (
|
|
4634
|
-
if (T >= m(E[
|
|
4635
|
-
E.splice(
|
|
4633
|
+
for (R = E.length; R--; )
|
|
4634
|
+
if (T >= m(E[R].options.index, E[R]._i)) {
|
|
4635
|
+
E.splice(R + 1, 0, this);
|
|
4636
4636
|
break;
|
|
4637
4637
|
}
|
|
4638
|
-
|
|
4638
|
+
R === -1 && E.unshift(this), R += 1;
|
|
4639
4639
|
} else
|
|
4640
4640
|
E.push(this);
|
|
4641
|
-
return m(
|
|
4641
|
+
return m(R, E.length - 1);
|
|
4642
4642
|
}, U.prototype.bindAxes = function() {
|
|
4643
|
-
var E = this, T = E.options,
|
|
4643
|
+
var E = this, T = E.options, R = E.chart, V;
|
|
4644
4644
|
l(this, "bindAxes", null, function() {
|
|
4645
4645
|
(E.axisTypes || []).forEach(function(K) {
|
|
4646
4646
|
var _ = 0;
|
|
4647
|
-
|
|
4647
|
+
R[K].forEach(function(te) {
|
|
4648
4648
|
V = te.options, (T[K] === _ && !V.isInternal || typeof T[K] < "u" && T[K] === V.id || typeof T[K] > "u" && V.index === 0) && (E.insert(te.series), E[K] = te, te.isDirty = !0), V.isInternal || _++;
|
|
4649
|
-
}), E[K] || E.optionalAxis === K || u(18, !0,
|
|
4649
|
+
}), E[K] || E.optionalAxis === K || u(18, !0, R);
|
|
4650
4650
|
});
|
|
4651
4651
|
}), l(this, "afterBindAxes");
|
|
4652
4652
|
}, U.prototype.updateParallelArrays = function(E, T) {
|
|
4653
|
-
var
|
|
4654
|
-
var te = _ === "y" &&
|
|
4655
|
-
|
|
4653
|
+
var R = E.series, V = arguments, K = D(T) ? function(_) {
|
|
4654
|
+
var te = _ === "y" && R.toYData ? R.toYData(E) : E[_];
|
|
4655
|
+
R[_ + "Data"][T] = te;
|
|
4656
4656
|
} : function(_) {
|
|
4657
|
-
Array.prototype[T].apply(
|
|
4657
|
+
Array.prototype[T].apply(R[_ + "Data"], Array.prototype.slice.call(V, 2));
|
|
4658
4658
|
};
|
|
4659
|
-
|
|
4659
|
+
R.parallelArrays.forEach(K);
|
|
4660
4660
|
}, U.prototype.hasData = function() {
|
|
4661
4661
|
return this.visible && typeof this.dataMax < "u" && typeof this.dataMin < "u" || this.visible && this.yData && 0 < this.yData.length;
|
|
4662
4662
|
}, U.prototype.autoIncrement = function(E) {
|
|
4663
|
-
var T = this.options,
|
|
4664
|
-
return _ = m(_, T.pointStart, 0), this.pointInterval = te = m(this.pointInterval, T.pointInterval, 1), V && D(E) && (te *= E),
|
|
4663
|
+
var T = this.options, R = T.pointIntervalUnit, V = T.relativeXValue, K = this.chart.time, _ = this.xIncrement, te;
|
|
4664
|
+
return _ = m(_, T.pointStart, 0), this.pointInterval = te = m(this.pointInterval, T.pointInterval, 1), V && D(E) && (te *= E), R && (T = new K.Date(_), R === "day" ? K.set("Date", T, K.get("Date", T) + te) : R === "month" ? K.set("Month", T, K.get(
|
|
4665
4665
|
"Month",
|
|
4666
4666
|
T
|
|
4667
|
-
) + te) :
|
|
4667
|
+
) + te) : R === "year" && K.set("FullYear", T, K.get("FullYear", T) + te), te = T.getTime() - _), V && D(E) ? _ + te : (this.xIncrement = _ + te, _);
|
|
4668
4668
|
}, U.prototype.setDataSortingOptions = function() {
|
|
4669
4669
|
var E = this.options;
|
|
4670
4670
|
C(this, { requireSorting: !1, sorted: !1, enabledDataSorting: !0, allowDG: !1 }), a(E.pointRange) || (E.pointRange = 1);
|
|
4671
4671
|
}, U.prototype.setOptions = function(E) {
|
|
4672
|
-
var T = this.chart,
|
|
4672
|
+
var T = this.chart, R = T.options, V = R.plotOptions, K = T.userOptions || {};
|
|
4673
4673
|
E = N(E), T = T.styledMode;
|
|
4674
4674
|
var _ = { plotOptions: V, userOptions: E };
|
|
4675
4675
|
l(this, "setOptions", _);
|
|
4676
4676
|
var te = _.plotOptions[this.type], se = K.plotOptions || {};
|
|
4677
|
-
return this.userOptions = _.userOptions, K = N(te, V.series, K.plotOptions && K.plotOptions[this.type], E), this.tooltipOptions = N(p.tooltip, p.plotOptions.series && p.plotOptions.series.tooltip, p.plotOptions[this.type].tooltip,
|
|
4677
|
+
return this.userOptions = _.userOptions, K = N(te, V.series, K.plotOptions && K.plotOptions[this.type], E), this.tooltipOptions = N(p.tooltip, p.plotOptions.series && p.plotOptions.series.tooltip, p.plotOptions[this.type].tooltip, R.tooltip.userOptions, V.series && V.series.tooltip, V[this.type].tooltip, E.tooltip), this.stickyTracking = m(E.stickyTracking, se[this.type] && se[this.type].stickyTracking, se.series && se.series.stickyTracking, this.tooltipOptions.shared && !this.noSharedTooltip ? !0 : K.stickyTracking), te.marker === null && delete K.marker, this.zoneAxis = K.zoneAxis, V = this.zones = (K.zones || []).slice(), !K.negativeColor && !K.negativeFillColor || K.zones || (R = { value: K[this.zoneAxis + "Threshold"] || K.threshold || 0, className: "highcharts-negative" }, T || (R.color = K.negativeColor, R.fillColor = K.negativeFillColor), V.push(R)), V.length && a(V[V.length - 1].value) && V.push(T ? {} : { color: this.color, fillColor: this.fillColor }), l(this, "afterSetOptions", { options: K }), K;
|
|
4678
4678
|
}, U.prototype.getName = function() {
|
|
4679
4679
|
return m(this.options.name, "Series " + (this.index + 1));
|
|
4680
|
-
}, U.prototype.getCyclic = function(E, T,
|
|
4681
|
-
var V = this.chart, K = this.userOptions, _ = E + "Index", te = E + "Counter", se =
|
|
4680
|
+
}, U.prototype.getCyclic = function(E, T, R) {
|
|
4681
|
+
var V = this.chart, K = this.userOptions, _ = E + "Index", te = E + "Counter", se = R ? R.length : m(V.options.chart[E + "Count"], V[E + "Count"]);
|
|
4682
4682
|
if (!T) {
|
|
4683
4683
|
var ne = m(K[_], K["_" + _]);
|
|
4684
|
-
a(ne) || (V.series.length || (V[te] = 0), K["_" + _] = ne = V[te] % se, V[te] += 1),
|
|
4684
|
+
a(ne) || (V.series.length || (V[te] = 0), K["_" + _] = ne = V[te] % se, V[te] += 1), R && (T = R[ne]);
|
|
4685
4685
|
}
|
|
4686
4686
|
typeof ne < "u" && (this[_] = ne), this[E] = T;
|
|
4687
4687
|
}, U.prototype.getColor = function() {
|
|
@@ -4695,9 +4695,9 @@ var ln = { exports: {} };
|
|
|
4695
4695
|
}, U.prototype.getSymbol = function() {
|
|
4696
4696
|
this.getCyclic("symbol", this.options.marker.symbol, this.chart.options.symbols);
|
|
4697
4697
|
}, U.prototype.findPointIndex = function(E, T) {
|
|
4698
|
-
var
|
|
4699
|
-
if (
|
|
4700
|
-
_ = this.chart.get(
|
|
4698
|
+
var R = E.id, V = E.x, K = this.points, _ = this.options.dataSorting, te, se;
|
|
4699
|
+
if (R)
|
|
4700
|
+
_ = this.chart.get(R), _ instanceof j && (te = _);
|
|
4701
4701
|
else if ((this.linkedParent || this.enabledDataSorting || this.options.relativeXValue) && (te = function(ue) {
|
|
4702
4702
|
return !ue.touched && ue.index === E.index;
|
|
4703
4703
|
}, _ && _.matchByName ? te = function(ue) {
|
|
@@ -4712,10 +4712,10 @@ var ln = { exports: {} };
|
|
|
4712
4712
|
}
|
|
4713
4713
|
return typeof ne > "u" && D(V) && (ne = this.xData.indexOf(V, T)), ne !== -1 && typeof ne < "u" && this.cropped && (ne = ne >= this.cropStart ? ne - this.cropStart : ne), !se && D(ne) && K[ne] && K[ne].touched && (ne = void 0), ne;
|
|
4714
4714
|
}, U.prototype.updateData = function(E, T) {
|
|
4715
|
-
var
|
|
4715
|
+
var R = this.options, V = R.dataSorting, K = this.points, _ = [], te = this.requireSorting, se = E.length === K.length, ne, ue, ge, pe = !0;
|
|
4716
4716
|
if (this.xIncrement = null, E.forEach(function(de, Ce) {
|
|
4717
4717
|
var ae = a(de) && this.pointClass.prototype.optionsToObject.call({ series: this }, de) || {}, $ = ae.x;
|
|
4718
|
-
ae.id || D($) ? (ae = this.findPointIndex(ae, ge), ae === -1 || typeof ae > "u" ? _.push(de) : K[ae] && de !==
|
|
4718
|
+
ae.id || D($) ? (ae = this.findPointIndex(ae, ge), ae === -1 || typeof ae > "u" ? _.push(de) : K[ae] && de !== R.data[ae] ? (K[ae].update(de, !1, null, !1), K[ae].touched = !0, te && (ge = ae + 1)) : K[ae] && (K[ae].touched = !0), (!se || Ce !== ae || V && V.enabled || this.hasDerivedData) && (ne = !0)) : _.push(de);
|
|
4719
4719
|
}, this), ne)
|
|
4720
4720
|
for (E = K.length; E--; )
|
|
4721
4721
|
(ue = K[E]) && !ue.touched && ue.remove && ue.remove(!1, T);
|
|
@@ -4728,7 +4728,7 @@ var ln = { exports: {} };
|
|
|
4728
4728
|
}), pe ? (_.forEach(function(de) {
|
|
4729
4729
|
this.addPoint(de, !1, null, null, !1);
|
|
4730
4730
|
}, this), this.xIncrement === null && this.xData && this.xData.length && (this.xIncrement = H(this.xData), this.autoIncrement()), !0) : !1;
|
|
4731
|
-
}, U.prototype.setData = function(E, T,
|
|
4731
|
+
}, U.prototype.setData = function(E, T, R, V) {
|
|
4732
4732
|
T === void 0 && (T = !0);
|
|
4733
4733
|
var K = this, _ = K.points, te = _ && _.length || 0, se = K.options, ne = K.chart, ue = se.dataSorting, ge = K.xAxis, pe = se.turboThreshold, de = this.xData, Ce = this.yData, ae = K.pointArrayMap;
|
|
4734
4734
|
ae = ae && ae.length;
|
|
@@ -4737,39 +4737,39 @@ var ln = { exports: {} };
|
|
|
4737
4737
|
se.data && delete K.options.data, K.userOptions.data && delete K.userOptions.data;
|
|
4738
4738
|
var Ae = N(!0, E);
|
|
4739
4739
|
}
|
|
4740
|
-
if (E = Ae || E || [], Ae = E.length, ue && ue.enabled && (E = this.sortData(E)), ne.options.chart.allowMutatingData && V !== !1 && Ae && te && !K.cropped && !K.hasGroupedData && K.visible && !K.boosted && (ee = this.updateData(E,
|
|
4740
|
+
if (E = Ae || E || [], Ae = E.length, ue && ue.enabled && (E = this.sortData(E)), ne.options.chart.allowMutatingData && V !== !1 && Ae && te && !K.cropped && !K.hasGroupedData && K.visible && !K.boosted && (ee = this.updateData(E, R)), !ee) {
|
|
4741
4741
|
if (K.xIncrement = null, K.colorCounter = 0, this.parallelArrays.forEach(function(Ee) {
|
|
4742
4742
|
K[Ee + "Data"].length = 0;
|
|
4743
4743
|
}), pe && Ae > pe)
|
|
4744
4744
|
if (ce = K.getFirstValidPoint(E), D(ce))
|
|
4745
|
-
for (
|
|
4746
|
-
de[
|
|
4745
|
+
for (R = 0; R < Ae; R++)
|
|
4746
|
+
de[R] = this.autoIncrement(), Ce[R] = E[R];
|
|
4747
4747
|
else if (M(ce))
|
|
4748
4748
|
if (ae)
|
|
4749
4749
|
if (ce.length === ae)
|
|
4750
|
-
for (
|
|
4751
|
-
de[
|
|
4750
|
+
for (R = 0; R < Ae; R++)
|
|
4751
|
+
de[R] = this.autoIncrement(), Ce[R] = E[R];
|
|
4752
4752
|
else
|
|
4753
|
-
for (
|
|
4754
|
-
V = E[
|
|
4753
|
+
for (R = 0; R < Ae; R++)
|
|
4754
|
+
V = E[R], de[R] = V[0], Ce[R] = V.slice(1, ae + 1);
|
|
4755
4755
|
else if ($ && (re = $.indexOf("x"), le = $.indexOf("y"), re = 0 <= re ? re : 0, le = 0 <= le ? le : 1), ce.length === 1 && (le = 0), re === le)
|
|
4756
|
-
for (
|
|
4757
|
-
de[
|
|
4756
|
+
for (R = 0; R < Ae; R++)
|
|
4757
|
+
de[R] = this.autoIncrement(), Ce[R] = E[R][le];
|
|
4758
4758
|
else
|
|
4759
|
-
for (
|
|
4760
|
-
V = E[
|
|
4759
|
+
for (R = 0; R < Ae; R++)
|
|
4760
|
+
V = E[R], de[R] = V[re], Ce[R] = V[le];
|
|
4761
4761
|
else
|
|
4762
4762
|
u(12, !1, ne);
|
|
4763
4763
|
else
|
|
4764
|
-
for (
|
|
4765
|
-
typeof E[
|
|
4766
|
-
for (Ce && S(Ce[0]) && u(14, !0, ne), K.data = [], K.options.data = K.userOptions.data = E,
|
|
4767
|
-
_[
|
|
4768
|
-
ge && (ge.minRange = ge.userMinRange), K.isDirty = ne.isDirtyBox = !0, K.isDirtyData = !!_,
|
|
4764
|
+
for (R = 0; R < Ae; R++)
|
|
4765
|
+
typeof E[R] < "u" && (V = { series: K }, K.pointClass.prototype.applyOptions.apply(V, [E[R]]), K.updateParallelArrays(V, R));
|
|
4766
|
+
for (Ce && S(Ce[0]) && u(14, !0, ne), K.data = [], K.options.data = K.userOptions.data = E, R = te; R--; )
|
|
4767
|
+
_[R] && _[R].destroy && _[R].destroy();
|
|
4768
|
+
ge && (ge.minRange = ge.userMinRange), K.isDirty = ne.isDirtyBox = !0, K.isDirtyData = !!_, R = !1;
|
|
4769
4769
|
}
|
|
4770
|
-
se.legendType === "point" && (this.processData(), this.generatePoints()), T && ne.redraw(
|
|
4770
|
+
se.legendType === "point" && (this.processData(), this.generatePoints()), T && ne.redraw(R);
|
|
4771
4771
|
}, U.prototype.sortData = function(E) {
|
|
4772
|
-
var T = this,
|
|
4772
|
+
var T = this, R = T.options.dataSorting.sortKey || "y", V = function(K, _) {
|
|
4773
4773
|
return a(_) && K.pointClass.prototype.optionsToObject.call(
|
|
4774
4774
|
{ series: K },
|
|
4775
4775
|
_
|
|
@@ -4778,7 +4778,7 @@ var ln = { exports: {} };
|
|
|
4778
4778
|
return E.forEach(function(K, _) {
|
|
4779
4779
|
E[_] = V(T, K), E[_].index = _;
|
|
4780
4780
|
}, this), E.concat().sort(function(K, _) {
|
|
4781
|
-
return K = w(
|
|
4781
|
+
return K = w(R, K), _ = w(R, _), _ < K ? -1 : _ > K ? 1 : 0;
|
|
4782
4782
|
}).forEach(function(K, _) {
|
|
4783
4783
|
K.x = _;
|
|
4784
4784
|
}, this), T.linkedSeries && T.linkedSeries.forEach(function(K) {
|
|
@@ -4788,8 +4788,8 @@ var ln = { exports: {} };
|
|
|
4788
4788
|
}), K.setData(te, !1));
|
|
4789
4789
|
}), E;
|
|
4790
4790
|
}, U.prototype.getProcessedData = function(E) {
|
|
4791
|
-
var T = this.xAxis,
|
|
4792
|
-
E = T && T.val2lin,
|
|
4791
|
+
var T = this.xAxis, R = this.options, V = R.cropThreshold, K = E || this.getExtremesFromAll || R.getExtremesFromAll, _ = this.isCartesian;
|
|
4792
|
+
E = T && T.val2lin, R = !(!T || !T.logarithmic);
|
|
4793
4793
|
var te = 0, se = this.xData, ne = this.yData, ue = this.requireSorting, ge = !1, pe = se.length;
|
|
4794
4794
|
if (T) {
|
|
4795
4795
|
ge = T.getExtremes();
|
|
@@ -4805,7 +4805,7 @@ var ln = { exports: {} };
|
|
|
4805
4805
|
}
|
|
4806
4806
|
}
|
|
4807
4807
|
for (V = se.length || 1; --V; )
|
|
4808
|
-
if (T =
|
|
4808
|
+
if (T = R ? E(se[V]) - E(se[V - 1]) : se[V] - se[V - 1], 0 < T && (typeof $ > "u" || T < $))
|
|
4809
4809
|
var $ = T;
|
|
4810
4810
|
else
|
|
4811
4811
|
0 > T && ue && !ge && (u(15, !1, this.chart), ue = !1);
|
|
@@ -4815,21 +4815,21 @@ var ln = { exports: {} };
|
|
|
4815
4815
|
if (this.isCartesian && !this.isDirty && !T.isDirty && !this.yAxis.isDirty && !E)
|
|
4816
4816
|
return !1;
|
|
4817
4817
|
E = this.getProcessedData(), this.cropped = E.cropped, this.cropStart = E.cropStart, this.processedXData = E.xData, this.processedYData = E.yData, this.closestPointRange = this.basePointRange = E.closestPointRange, l(this, "afterProcessData");
|
|
4818
|
-
}, U.prototype.cropData = function(E, T,
|
|
4818
|
+
}, U.prototype.cropData = function(E, T, R, V, K) {
|
|
4819
4819
|
var _ = E.length, te, se = 0, ne = _;
|
|
4820
4820
|
for (K = m(K, this.cropShoulder), te = 0; te < _; te++)
|
|
4821
|
-
if (E[te] >=
|
|
4821
|
+
if (E[te] >= R) {
|
|
4822
4822
|
se = Math.max(0, te - K);
|
|
4823
4823
|
break;
|
|
4824
4824
|
}
|
|
4825
|
-
for (
|
|
4826
|
-
if (E[
|
|
4827
|
-
ne =
|
|
4825
|
+
for (R = te; R < _; R++)
|
|
4826
|
+
if (E[R] > V) {
|
|
4827
|
+
ne = R + K;
|
|
4828
4828
|
break;
|
|
4829
4829
|
}
|
|
4830
4830
|
return { xData: E.slice(se, ne), yData: T.slice(se, ne), start: se, end: ne };
|
|
4831
4831
|
}, U.prototype.generatePoints = function() {
|
|
4832
|
-
var E = this.options, T = this.processedData || E.data,
|
|
4832
|
+
var E = this.options, T = this.processedData || E.data, R = this.processedXData, V = this.processedYData, K = this.pointClass, _ = R.length, te = this.cropStart || 0, se = this.hasGroupedData, ne = E.keys, ue = [];
|
|
4833
4833
|
E = E.dataGrouping && E.dataGrouping.groupAll ? te : 0;
|
|
4834
4834
|
var ge, pe, de = this.data;
|
|
4835
4835
|
if (!de && !se) {
|
|
@@ -4838,10 +4838,10 @@ var ln = { exports: {} };
|
|
|
4838
4838
|
}
|
|
4839
4839
|
for (ne && se && (this.options.keys = !1), pe = 0; pe < _; pe++) {
|
|
4840
4840
|
if (Ce = te + pe, se) {
|
|
4841
|
-
var ae = new K().init(this, [
|
|
4841
|
+
var ae = new K().init(this, [R[pe]].concat(F(V[pe])));
|
|
4842
4842
|
ae.dataGroup = this.groupMap[E + pe], ae.dataGroup.options && (ae.options = ae.dataGroup.options, C(ae, ae.dataGroup.options), delete ae.dataLabels);
|
|
4843
4843
|
} else
|
|
4844
|
-
(ae = de[Ce]) || typeof T[Ce] > "u" || (de[Ce] = ae = new K().init(this, T[Ce],
|
|
4844
|
+
(ae = de[Ce]) || typeof T[Ce] > "u" || (de[Ce] = ae = new K().init(this, T[Ce], R[pe]));
|
|
4845
4845
|
ae && (ae.index = se ? E + pe : Ce, ue[pe] = ae);
|
|
4846
4846
|
}
|
|
4847
4847
|
if (this.options.keys = ne, de && (_ !== (ge = de.length) || se))
|
|
@@ -4851,20 +4851,20 @@ var ln = { exports: {} };
|
|
|
4851
4851
|
}, U.prototype.getXExtremes = function(E) {
|
|
4852
4852
|
return { min: J(E), max: H(E) };
|
|
4853
4853
|
}, U.prototype.getExtremes = function(E, T) {
|
|
4854
|
-
var
|
|
4854
|
+
var R = this.xAxis, V = this.yAxis, K = this.processedXData || this.xData, _ = [], te = this.requireSorting ? this.cropShoulder : 0;
|
|
4855
4855
|
V = V ? V.positiveValuesOnly : !1;
|
|
4856
4856
|
var se, ne = 0, ue = 0, ge = 0;
|
|
4857
4857
|
E = E || this.stackedYData || this.processedYData || [];
|
|
4858
4858
|
var pe = E.length;
|
|
4859
|
-
if (
|
|
4860
|
-
var de =
|
|
4859
|
+
if (R) {
|
|
4860
|
+
var de = R.getExtremes();
|
|
4861
4861
|
ne = de.min, ue = de.max;
|
|
4862
4862
|
}
|
|
4863
4863
|
for (se = 0; se < pe; se++) {
|
|
4864
4864
|
var Ce = K[se];
|
|
4865
4865
|
de = E[se];
|
|
4866
4866
|
var ae = (D(de) || M(de)) && (de.length || 0 < de || !V);
|
|
4867
|
-
if (Ce = T || this.getExtremesFromAll || this.options.getExtremesFromAll || this.cropped || !
|
|
4867
|
+
if (Ce = T || this.getExtremesFromAll || this.options.getExtremesFromAll || this.cropped || !R || (K[se + te] || Ce) >= ne && (K[se - te] || Ce) <= ue, ae && Ce)
|
|
4868
4868
|
if (ae = de.length)
|
|
4869
4869
|
for (; ae--; )
|
|
4870
4870
|
D(de[ae]) && (_[ge++] = de[ae]);
|
|
@@ -4876,44 +4876,44 @@ var ln = { exports: {} };
|
|
|
4876
4876
|
var E = this.getExtremes();
|
|
4877
4877
|
return this.dataMin = E.dataMin, this.dataMax = E.dataMax, E;
|
|
4878
4878
|
}, U.prototype.getFirstValidPoint = function(E) {
|
|
4879
|
-
for (var T = E.length,
|
|
4880
|
-
V = E[
|
|
4879
|
+
for (var T = E.length, R = 0, V = null; V === null && R < T; )
|
|
4880
|
+
V = E[R], R++;
|
|
4881
4881
|
return V;
|
|
4882
4882
|
}, U.prototype.translate = function() {
|
|
4883
4883
|
this.processedXData || this.processData(), this.generatePoints();
|
|
4884
|
-
var E = this.options, T = E.stacking,
|
|
4884
|
+
var E = this.options, T = E.stacking, R = this.xAxis, V = R.categories, K = this.enabledDataSorting, _ = this.yAxis, te = this.points, se = te.length, ne = this.pointPlacementToXValue(), ue = !!ne, ge = E.threshold, pe = E.startFromThreshold ? ge : 0, de = this.zoneAxis || "y", Ce, ae, $ = Number.MAX_VALUE;
|
|
4885
4885
|
for (Ce = 0; Ce < se; Ce++) {
|
|
4886
4886
|
var ee = te[Ce], re = ee.x, le = void 0, ce = void 0, Ae = ee.y, Ee = ee.low, Pe = T && _.stacking && _.stacking.stacks[(this.negStacks && Ae < (pe ? 0 : ge) ? "-" : "") + this.stackKey];
|
|
4887
|
-
if ((_.positiveValuesOnly && !_.validatePositiveValue(Ae) ||
|
|
4887
|
+
if ((_.positiveValuesOnly && !_.validatePositiveValue(Ae) || R.positiveValuesOnly && !R.validatePositiveValue(re)) && (ee.isNull = !0), ee.plotX = ae = L(G(R.translate(re, 0, 0, 0, 1, ne, this.type === "flags"), -1e5, 1e5)), T && this.visible && Pe && Pe[re]) {
|
|
4888
4888
|
var Se = this.getStackIndicator(Se, re, this.index);
|
|
4889
4889
|
!ee.isNull && Se.key && (le = Pe[re], ce = le.points[Se.key]), le && M(ce) && (Ee = ce[0], Ae = ce[1], Ee === pe && Se.key === Pe[re].base && (Ee = m(D(ge) ? ge : _.min)), _.positiveValuesOnly && a(Ee) && 0 >= Ee && (Ee = void 0), ee.total = ee.stackTotal = m(le.total), ee.percentage = a(ee.y) && le.total ? ee.y / le.total * 100 : void 0, ee.stackY = Ae, this.irregularWidths || le.setOffset(this.pointXOffset || 0, this.barW || 0, void 0, void 0, void 0, this.xAxis));
|
|
4890
4890
|
}
|
|
4891
|
-
if (ee.yBottom = a(Ee) ? G(_.translate(Ee, 0, 1, 0, 1), -1e5, 1e5) : void 0, this.dataModify && (Ae = this.dataModify.modifyValue(Ae, Ce)), ee.plotY = void 0, D(Ae) && (le = _.translate(Ae, !1, !0, !1, !0), typeof le < "u" && (ee.plotY = G(le, -1e5, 1e5))), ee.isInside = this.isPointInside(ee), ee.clientX = ue ? L(
|
|
4891
|
+
if (ee.yBottom = a(Ee) ? G(_.translate(Ee, 0, 1, 0, 1), -1e5, 1e5) : void 0, this.dataModify && (Ae = this.dataModify.modifyValue(Ae, Ce)), ee.plotY = void 0, D(Ae) && (le = _.translate(Ae, !1, !0, !1, !0), typeof le < "u" && (ee.plotY = G(le, -1e5, 1e5))), ee.isInside = this.isPointInside(ee), ee.clientX = ue ? L(R.translate(re, 0, 0, 0, 1, ne)) : ae, ee.negative = ee[de] < (E[de + "Threshold"] || ge || 0), ee.category = m(V && V[ee.x], ee.x), !ee.isNull && ee.visible !== !1) {
|
|
4892
4892
|
typeof Ie < "u" && ($ = Math.min($, Math.abs(ae - Ie)));
|
|
4893
4893
|
var Ie = ae;
|
|
4894
4894
|
}
|
|
4895
4895
|
ee.zone = this.zones.length ? ee.getZone() : void 0, !ee.graphic && this.group && K && (ee.isNew = !0);
|
|
4896
4896
|
}
|
|
4897
4897
|
this.closestPointRangePx = $, l(this, "afterTranslate");
|
|
4898
|
-
}, U.prototype.getValidPoints = function(E, T,
|
|
4898
|
+
}, U.prototype.getValidPoints = function(E, T, R) {
|
|
4899
4899
|
var V = this.chart;
|
|
4900
4900
|
return (E || this.points || []).filter(function(K) {
|
|
4901
|
-
return T && !V.isInsidePlot(K.plotX, K.plotY, { inverted: V.inverted }) ? !1 : K.visible !== !1 && (
|
|
4901
|
+
return T && !V.isInsidePlot(K.plotX, K.plotY, { inverted: V.inverted }) ? !1 : K.visible !== !1 && (R || !K.isNull);
|
|
4902
4902
|
});
|
|
4903
4903
|
}, U.prototype.getClipBox = function() {
|
|
4904
|
-
var E = this.chart, T = this.xAxis,
|
|
4905
|
-
return T && T.len !== E.plotSizeX && (V.width = T.len),
|
|
4904
|
+
var E = this.chart, T = this.xAxis, R = this.yAxis, V = N(E.clipBox);
|
|
4905
|
+
return T && T.len !== E.plotSizeX && (V.width = T.len), R && R.len !== E.plotSizeY && (V.height = R.len), V;
|
|
4906
4906
|
}, U.prototype.getSharedClipKey = function() {
|
|
4907
4907
|
return this.sharedClipKey = (this.options.xAxis || 0) + "," + (this.options.yAxis || 0);
|
|
4908
4908
|
}, U.prototype.setClip = function() {
|
|
4909
|
-
var E = this.chart, T = this.group,
|
|
4909
|
+
var E = this.chart, T = this.group, R = this.markerGroup, V = E.sharedClips;
|
|
4910
4910
|
E = E.renderer;
|
|
4911
4911
|
var K = this.getClipBox(), _ = this.getSharedClipKey(), te = V[_];
|
|
4912
|
-
te ? te.animate(K) : V[_] = te = E.clipRect(K), T && T.clip(this.options.clip === !1 ? void 0 : te),
|
|
4912
|
+
te ? te.animate(K) : V[_] = te = E.clipRect(K), T && T.clip(this.options.clip === !1 ? void 0 : te), R && R.clip();
|
|
4913
4913
|
}, U.prototype.animate = function(E) {
|
|
4914
|
-
var T = this.chart,
|
|
4915
|
-
if (E &&
|
|
4916
|
-
_ = this.getClipBox(), se ? se.attr("height", _.height) : (_.width = 0, K && (_.x = T.plotHeight), se = T.renderer.clipRect(_), T.sharedClips[te] = se, ne = T.renderer.clipRect({ x: -99, y: -99, width: K ? T.plotWidth + 199 : 99, height: K ? 99 : T.plotHeight + 199 }), T.sharedClips[te + "m"] = ne),
|
|
4914
|
+
var T = this.chart, R = this.group, V = this.markerGroup, K = T.inverted, _ = v(this.options.animation), te = [this.getSharedClipKey(), _.duration, _.easing, _.defer].join(), se = T.sharedClips[te], ne = T.sharedClips[te + "m"];
|
|
4915
|
+
if (E && R)
|
|
4916
|
+
_ = this.getClipBox(), se ? se.attr("height", _.height) : (_.width = 0, K && (_.x = T.plotHeight), se = T.renderer.clipRect(_), T.sharedClips[te] = se, ne = T.renderer.clipRect({ x: -99, y: -99, width: K ? T.plotWidth + 199 : 99, height: K ? 99 : T.plotHeight + 199 }), T.sharedClips[te + "m"] = ne), R.clip(se), V && V.clip(ne);
|
|
4917
4917
|
else if (se && !se.hasClass("highcharts-animating")) {
|
|
4918
4918
|
T = this.getClipBox();
|
|
4919
4919
|
var ue = _.step;
|
|
@@ -4923,12 +4923,12 @@ var ln = { exports: {} };
|
|
|
4923
4923
|
}
|
|
4924
4924
|
}, U.prototype.afterAnimate = function() {
|
|
4925
4925
|
var E = this;
|
|
4926
|
-
this.setClip(), Z(this.chart.sharedClips, function(T,
|
|
4927
|
-
T && !E.chart.container.querySelector('[clip-path="url(#'.concat(T.id, ')"]')) && (T.destroy(), delete V[
|
|
4926
|
+
this.setClip(), Z(this.chart.sharedClips, function(T, R, V) {
|
|
4927
|
+
T && !E.chart.container.querySelector('[clip-path="url(#'.concat(T.id, ')"]')) && (T.destroy(), delete V[R]);
|
|
4928
4928
|
}), this.finishedAnimating = !0, l(this, "afterAnimate");
|
|
4929
4929
|
}, U.prototype.drawPoints = function(E) {
|
|
4930
4930
|
E === void 0 && (E = this.points);
|
|
4931
|
-
var T = this.chart,
|
|
4931
|
+
var T = this.chart, R = T.styledMode, V = this.colorAxis, K = this.options.marker, _ = this[this.specialGroup || "markerGroup"], te = this.xAxis, se = m(K.enabled, !te || te.isRadial ? !0 : null, this.closestPointRangePx >= K.enabledThreshold * K.radius), ne, ue;
|
|
4932
4932
|
if (K.enabled !== !1 || this._hasPointMarkers)
|
|
4933
4933
|
for (ne = 0; ne < E.length; ne++) {
|
|
4934
4934
|
var ge = E[ne], pe = (ue = ge.graphic) ? "animate" : "attr", de = ge.marker || {}, Ce = !!ge.marker;
|
|
@@ -4940,18 +4940,18 @@ var ln = { exports: {} };
|
|
|
4940
4940
|
), $ = this.markerAttribs(ge, ge.selected && "select");
|
|
4941
4941
|
this.enabledDataSorting && (ge.startXPos = te.reversed ? -($.width || 0) : te.width);
|
|
4942
4942
|
var ee = ge.isInside !== !1;
|
|
4943
|
-
!ue && ee && (0 < ($.width || 0) || ge.hasImage) && (ge.graphic = ue = T.renderer.symbol(ae, $.x, $.y, $.width, $.height, Ce ? de : K).add(_), this.enabledDataSorting && T.hasRendered && (ue.attr({ x: ge.startXPos }), pe = "animate")), ue && pe === "animate" && ue[ee ? "show" : "hide"](ee).animate($), ue && (de = this.pointAttribs(ge,
|
|
4943
|
+
!ue && ee && (0 < ($.width || 0) || ge.hasImage) && (ge.graphic = ue = T.renderer.symbol(ae, $.x, $.y, $.width, $.height, Ce ? de : K).add(_), this.enabledDataSorting && T.hasRendered && (ue.attr({ x: ge.startXPos }), pe = "animate")), ue && pe === "animate" && ue[ee ? "show" : "hide"](ee).animate($), ue && (de = this.pointAttribs(ge, R || !ge.selected ? void 0 : "select"), R ? V && ue.css({ fill: de.fill }) : ue[pe](de)), ue && ue.addClass(ge.getClassName(), !0);
|
|
4944
4944
|
} else
|
|
4945
4945
|
ue && (ge.graphic = ue.destroy());
|
|
4946
4946
|
}
|
|
4947
4947
|
}, U.prototype.markerAttribs = function(E, T) {
|
|
4948
|
-
var
|
|
4949
|
-
return T && (V = V.states[T], T = K.states && K.states[T], se = m(T && T.radius, V && V.radius, se && se + (V && V.radiusPlus || 0))), E.hasImage = _ && _.indexOf("url") === 0, E.hasImage && (se = 0), E = E.pos(), D(se) && E && (te.x = E[0] - se, te.y = E[1] - se,
|
|
4948
|
+
var R = this.options, V = R.marker, K = E.marker || {}, _ = K.symbol || V.symbol, te = {}, se = m(K.radius, V && V.radius);
|
|
4949
|
+
return T && (V = V.states[T], T = K.states && K.states[T], se = m(T && T.radius, V && V.radius, se && se + (V && V.radiusPlus || 0))), E.hasImage = _ && _.indexOf("url") === 0, E.hasImage && (se = 0), E = E.pos(), D(se) && E && (te.x = E[0] - se, te.y = E[1] - se, R.crisp && (te.x = Math.floor(te.x))), se && (te.width = te.height = 2 * se), te;
|
|
4950
4950
|
}, U.prototype.pointAttribs = function(E, T) {
|
|
4951
|
-
var
|
|
4952
|
-
return E = m(K.lineWidth,
|
|
4951
|
+
var R = this.options.marker, V = E && E.options, K = V && V.marker || {}, _ = V && V.color, te = E && E.color, se = E && E.zone && E.zone.color, ne = this.color;
|
|
4952
|
+
return E = m(K.lineWidth, R.lineWidth), V = 1, ne = _ || se || te || ne, _ = K.fillColor || R.fillColor || ne, te = K.lineColor || R.lineColor || ne, T = T || "normal", R = R.states[T] || {}, T = K.states && K.states[T] || {}, E = m(T.lineWidth, R.lineWidth, E + m(T.lineWidthPlus, R.lineWidthPlus, 0)), _ = T.fillColor || R.fillColor || _, te = T.lineColor || R.lineColor || te, V = m(T.opacity, R.opacity, V), { stroke: te, "stroke-width": E, fill: _, opacity: V };
|
|
4953
4953
|
}, U.prototype.destroy = function(E) {
|
|
4954
|
-
var T = this,
|
|
4954
|
+
var T = this, R = T.chart, V = /AppleWebKit\/533/.test(b.navigator.userAgent), K = T.data || [], _, te, se, ne;
|
|
4955
4955
|
for (l(T, "destroy", { keepEventsForUpdate: E }), this.removeEvents(E), (T.axisTypes || []).forEach(function(ue) {
|
|
4956
4956
|
(ne = T[ue]) && ne.series && (f(ne.series, T), ne.isDirty = ne.forceRedraw = !0);
|
|
4957
4957
|
}), T.legendItem && T.chart.legend.destroyItem(T), te = K.length; te--; )
|
|
@@ -4960,51 +4960,51 @@ var ln = { exports: {} };
|
|
|
4960
4960
|
return ue.destroy();
|
|
4961
4961
|
}), x.clearTimeout(T.animationTimeout), Z(T, function(ue, ge) {
|
|
4962
4962
|
ue instanceof P && !ue.survive && (_ = V && ge === "group" ? "hide" : "destroy", ue[_]());
|
|
4963
|
-
}),
|
|
4963
|
+
}), R.hoverSeries === T && (R.hoverSeries = void 0), f(R.series, T), R.orderSeries(), Z(T, function(ue, ge) {
|
|
4964
4964
|
E && ge === "hcEvents" || delete T[ge];
|
|
4965
4965
|
});
|
|
4966
4966
|
}, U.prototype.applyZones = function() {
|
|
4967
|
-
var E = this, T = this.chart,
|
|
4967
|
+
var E = this, T = this.chart, R = T.renderer, V = this.zones, K = this.clips || [], _ = this.graph, te = this.area, se = Math.max(T.plotWidth, T.plotHeight), ne = this[(this.zoneAxis || "y") + "Axis"], ue = T.inverted, ge, pe, de, Ce, ae, $, ee, re, le = !1;
|
|
4968
4968
|
if (V.length && (_ || te) && ne && typeof ne.min < "u") {
|
|
4969
4969
|
var ce = ne.reversed, Ae = ne.horiz;
|
|
4970
4970
|
_ && !this.showLine && _.hide(), te && te.hide();
|
|
4971
4971
|
var Ee = ne.getExtremes();
|
|
4972
4972
|
V.forEach(function(Pe, Se) {
|
|
4973
|
-
ge = ce ? Ae ? T.plotWidth : 0 : Ae ? 0 : ne.toPixels(Ee.min) || 0, ge = G(m(pe, ge), 0, se), pe = G(Math.round(ne.toPixels(m(Pe.value, Ee.max), !0) || 0), 0, se), le && (ge = pe = ne.toPixels(Ee.max)), Ce = Math.abs(ge - pe), ae = Math.min(ge, pe), $ = Math.max(ge, pe), ne.isXAxis ? (de = { x: ue ? $ : ae, y: 0, width: Ce, height: se }, Ae || (de.x = T.plotHeight - de.x)) : (de = { x: 0, y: ue ? $ : ae, width: se, height: Ce }, Ae && (de.y = T.plotWidth - de.y)), ue &&
|
|
4973
|
+
ge = ce ? Ae ? T.plotWidth : 0 : Ae ? 0 : ne.toPixels(Ee.min) || 0, ge = G(m(pe, ge), 0, se), pe = G(Math.round(ne.toPixels(m(Pe.value, Ee.max), !0) || 0), 0, se), le && (ge = pe = ne.toPixels(Ee.max)), Ce = Math.abs(ge - pe), ae = Math.min(ge, pe), $ = Math.max(ge, pe), ne.isXAxis ? (de = { x: ue ? $ : ae, y: 0, width: Ce, height: se }, Ae || (de.x = T.plotHeight - de.x)) : (de = { x: 0, y: ue ? $ : ae, width: se, height: Ce }, Ae && (de.y = T.plotWidth - de.y)), ue && R.isVML && (de = ne.isXAxis ? { x: 0, y: ce ? ae : $, height: de.width, width: T.chartWidth } : {
|
|
4974
4974
|
x: de.y - T.plotLeft - T.spacingBox.x,
|
|
4975
4975
|
y: 0,
|
|
4976
4976
|
width: de.height,
|
|
4977
4977
|
height: T.chartHeight
|
|
4978
|
-
}), K[Se] ? K[Se].animate(de) : K[Se] =
|
|
4978
|
+
}), K[Se] ? K[Se].animate(de) : K[Se] = R.clipRect(de), ee = E["zone-area-" + Se], re = E["zone-graph-" + Se], _ && re && re.clip(K[Se]), te && ee && ee.clip(K[Se]), le = Pe.value > Ee.max, E.resetZones && pe === 0 && (pe = void 0);
|
|
4979
4979
|
}), this.clips = K;
|
|
4980
4980
|
} else
|
|
4981
4981
|
E.visible && (_ && _.show(), te && te.show());
|
|
4982
|
-
}, U.prototype.plotGroup = function(E, T,
|
|
4982
|
+
}, U.prototype.plotGroup = function(E, T, R, V, K) {
|
|
4983
4983
|
var _ = this[E], te = !_;
|
|
4984
|
-
return
|
|
4984
|
+
return R = { visibility: R, zIndex: V || 0.1 }, typeof this.opacity > "u" || this.chart.styledMode || this.state === "inactive" || (R.opacity = this.opacity), te && (this[E] = _ = this.chart.renderer.g().add(K)), _.addClass("highcharts-" + T + " highcharts-series-" + this.index + " highcharts-" + this.type + "-series " + (a(this.colorIndex) ? "highcharts-color-" + this.colorIndex + " " : "") + (this.options.className || "") + (_.hasClass("highcharts-tracker") ? " highcharts-tracker" : ""), !0), _.attr(R)[te ? "attr" : "animate"](this.getPlotBox(T)), _;
|
|
4985
4985
|
}, U.prototype.getPlotBox = function(E) {
|
|
4986
|
-
var T = this.xAxis,
|
|
4987
|
-
return E = V.inverted && !V.polar && T && this.invertible !== !1 && E === "series", V.inverted && (T =
|
|
4986
|
+
var T = this.xAxis, R = this.yAxis, V = this.chart;
|
|
4987
|
+
return E = V.inverted && !V.polar && T && this.invertible !== !1 && E === "series", V.inverted && (T = R, R = this.xAxis), { translateX: T ? T.left : V.plotLeft, translateY: R ? R.top : V.plotTop, rotation: E ? 90 : 0, rotationOriginX: E ? (T.len - R.len) / 2 : 0, rotationOriginY: E ? (T.len + R.len) / 2 : 0, scaleX: E ? -1 : 1, scaleY: 1 };
|
|
4988
4988
|
}, U.prototype.removeEvents = function(E) {
|
|
4989
4989
|
E || I(this), this.eventsToUnbind.length && (this.eventsToUnbind.forEach(function(T) {
|
|
4990
4990
|
T();
|
|
4991
4991
|
}), this.eventsToUnbind.length = 0);
|
|
4992
4992
|
}, U.prototype.render = function() {
|
|
4993
|
-
var E = this, T = E.chart,
|
|
4994
|
-
T = !E.finishedAnimating && T.renderer.isSVG ? V.duration : 0, l(this, "render"), E.plotGroup("group", "series", K, _, se), E.markerGroup = E.plotGroup("markerGroup", "markers", K, _, se),
|
|
4993
|
+
var E = this, T = E.chart, R = E.options, V = v(R.animation), K = E.visible ? "inherit" : "hidden", _ = R.zIndex, te = E.hasRendered, se = T.seriesGroup;
|
|
4994
|
+
T = !E.finishedAnimating && T.renderer.isSVG ? V.duration : 0, l(this, "render"), E.plotGroup("group", "series", K, _, se), E.markerGroup = E.plotGroup("markerGroup", "markers", K, _, se), R.clip !== !1 && E.setClip(), E.animate && T && E.animate(!0), E.drawGraph && (E.drawGraph(), E.applyZones()), E.visible && E.drawPoints(), E.drawDataLabels && E.drawDataLabels(), E.redrawPoints && E.redrawPoints(), E.drawTracker && E.options.enableMouseTracking !== !1 && E.drawTracker(), E.animate && T && E.animate(), te || (T && V.defer && (T += V.defer), E.animationTimeout = X(function() {
|
|
4995
4995
|
E.afterAnimate();
|
|
4996
4996
|
}, T || 0)), E.isDirty = !1, E.hasRendered = !0, l(E, "afterRender");
|
|
4997
4997
|
}, U.prototype.redraw = function() {
|
|
4998
4998
|
var E = this.isDirty || this.isDirtyData;
|
|
4999
4999
|
this.translate(), this.render(), E && delete this.kdTree;
|
|
5000
5000
|
}, U.prototype.searchPoint = function(E, T) {
|
|
5001
|
-
var
|
|
5002
|
-
return this.searchKDTree({ clientX: K ?
|
|
5001
|
+
var R = this.xAxis, V = this.yAxis, K = this.chart.inverted;
|
|
5002
|
+
return this.searchKDTree({ clientX: K ? R.len - E.chartY + R.pos : E.chartX - R.pos, plotY: K ? V.len - E.chartX + V.pos : E.chartY - V.pos }, T, E);
|
|
5003
5003
|
}, U.prototype.buildKDTree = function(E) {
|
|
5004
5004
|
function T(K, _, te) {
|
|
5005
5005
|
var se = K && K.length;
|
|
5006
5006
|
if (se) {
|
|
5007
|
-
var ne =
|
|
5007
|
+
var ne = R.kdAxisArray[_ % te];
|
|
5008
5008
|
return K.sort(function(ue, ge) {
|
|
5009
5009
|
return ue[ne] - ge[ne];
|
|
5010
5010
|
}), se = Math.floor(se / 2), {
|
|
@@ -5015,29 +5015,29 @@ var ln = { exports: {} };
|
|
|
5015
5015
|
}
|
|
5016
5016
|
}
|
|
5017
5017
|
this.buildingKdTree = !0;
|
|
5018
|
-
var
|
|
5019
|
-
delete
|
|
5020
|
-
|
|
5021
|
-
},
|
|
5022
|
-
}, U.prototype.searchKDTree = function(E, T,
|
|
5018
|
+
var R = this, V = -1 < R.options.findNearestPointBy.indexOf("y") ? 2 : 1;
|
|
5019
|
+
delete R.kdTree, X(function() {
|
|
5020
|
+
R.kdTree = T(R.getValidPoints(null, !R.directTouch), V, V), R.buildingKdTree = !1;
|
|
5021
|
+
}, R.options.kdNow || E && E.type === "touchstart" ? 0 : 1);
|
|
5022
|
+
}, U.prototype.searchKDTree = function(E, T, R) {
|
|
5023
5023
|
function V(ne, ue, ge, pe) {
|
|
5024
5024
|
var de = ue.point, Ce = K.kdAxisArray[ge % pe], ae = de, $ = a(ne[_]) && a(de[_]) ? Math.pow(ne[_] - de[_], 2) : null, ee = a(ne[te]) && a(de[te]) ? Math.pow(ne[te] - de[te], 2) : null;
|
|
5025
5025
|
return ee = ($ || 0) + (ee || 0), de.dist = a(ee) ? Math.sqrt(ee) : Number.MAX_VALUE, de.distX = a($) ? Math.sqrt($) : Number.MAX_VALUE, Ce = ne[Ce] - de[Ce], ee = 0 > Ce ? "left" : "right", $ = 0 > Ce ? "right" : "left", ue[ee] && (ee = V(ne, ue[ee], ge + 1, pe), ae = ee[se] < ae[se] ? ee : de), ue[$] && Math.sqrt(Ce * Ce) < ae[se] && (ne = V(ne, ue[$], ge + 1, pe), ae = ne[se] < ae[se] ? ne : ae), ae;
|
|
5026
5026
|
}
|
|
5027
5027
|
var K = this, _ = this.kdAxisArray[0], te = this.kdAxisArray[1], se = T ? "distX" : "dist";
|
|
5028
|
-
if (T = -1 < K.options.findNearestPointBy.indexOf("y") ? 2 : 1, this.kdTree || this.buildingKdTree || this.buildKDTree(
|
|
5028
|
+
if (T = -1 < K.options.findNearestPointBy.indexOf("y") ? 2 : 1, this.kdTree || this.buildingKdTree || this.buildKDTree(R), this.kdTree)
|
|
5029
5029
|
return V(E, this.kdTree, T, T);
|
|
5030
5030
|
}, U.prototype.pointPlacementToXValue = function() {
|
|
5031
|
-
var E = this.options, T = E.pointRange,
|
|
5032
|
-
return E = E.pointPlacement, E === "between" && (E =
|
|
5031
|
+
var E = this.options, T = E.pointRange, R = this.xAxis;
|
|
5032
|
+
return E = E.pointPlacement, E === "between" && (E = R.reversed ? -0.5 : 0.5), D(E) ? E * (T || R.pointRange) : 0;
|
|
5033
5033
|
}, U.prototype.isPointInside = function(E) {
|
|
5034
|
-
var T = this.chart,
|
|
5035
|
-
return typeof E.plotY < "u" && typeof E.plotX < "u" && 0 <= E.plotY && E.plotY <= (V ? V.len : T.plotHeight) && 0 <= E.plotX && E.plotX <= (
|
|
5034
|
+
var T = this.chart, R = this.xAxis, V = this.yAxis;
|
|
5035
|
+
return typeof E.plotY < "u" && typeof E.plotX < "u" && 0 <= E.plotY && E.plotY <= (V ? V.len : T.plotHeight) && 0 <= E.plotX && E.plotX <= (R ? R.len : T.plotWidth);
|
|
5036
5036
|
}, U.prototype.drawTracker = function() {
|
|
5037
|
-
var E = this, T = E.options,
|
|
5037
|
+
var E = this, T = E.options, R = T.trackByArea, V = [].concat(R ? E.areaPath : E.graphPath), K = E.chart, _ = K.pointer, te = K.renderer, se = K.options.tooltip.snap, ne = E.tracker, ue = function(pe) {
|
|
5038
5038
|
K.hoverSeries !== E && E.onMouseOver();
|
|
5039
5039
|
}, ge = "rgba(192,192,192," + (A ? 1e-4 : 2e-3) + ")";
|
|
5040
|
-
ne ? ne.attr({ d: V }) : E.graph && (E.tracker = te.path(V).attr({ visibility: E.visible ? "inherit" : "hidden", zIndex: 2 }).addClass(
|
|
5040
|
+
ne ? ne.attr({ d: V }) : E.graph && (E.tracker = te.path(V).attr({ visibility: E.visible ? "inherit" : "hidden", zIndex: 2 }).addClass(R ? "highcharts-tracker-area" : "highcharts-tracker-line").add(E.group), K.styledMode || E.tracker.attr({ "stroke-linecap": "round", "stroke-linejoin": "round", stroke: ge, fill: R ? ge : "none", "stroke-width": E.graph.strokeWidth() + (R ? 0 : 2 * se) }), [
|
|
5041
5041
|
E.tracker,
|
|
5042
5042
|
E.markerGroup,
|
|
5043
5043
|
E.dataLabelsGroup
|
|
@@ -5046,7 +5046,7 @@ var ln = { exports: {} };
|
|
|
5046
5046
|
_.onTrackerMouseOut(de);
|
|
5047
5047
|
}), T.cursor && !K.styledMode && pe.css({ cursor: T.cursor }), c) && pe.on("touchstart", ue);
|
|
5048
5048
|
})), l(this, "afterDrawTracker");
|
|
5049
|
-
}, U.prototype.addPoint = function(E, T,
|
|
5049
|
+
}, U.prototype.addPoint = function(E, T, R, V, K) {
|
|
5050
5050
|
var _ = this.options, te = this.data, se = this.chart, ne = this.xAxis;
|
|
5051
5051
|
ne = ne && ne.hasNames && ne.names;
|
|
5052
5052
|
var ue = _.data, ge = this.xData, pe;
|
|
@@ -5057,18 +5057,18 @@ var ln = { exports: {} };
|
|
|
5057
5057
|
if (this.requireSorting && Ce < ge[ae - 1])
|
|
5058
5058
|
for (pe = !0; ae && ge[ae - 1] > Ce; )
|
|
5059
5059
|
ae--;
|
|
5060
|
-
this.updateParallelArrays(de, "splice", ae, 0, 0), this.updateParallelArrays(de, ae), ne && de.name && (ne[Ce] = de.name), ue.splice(ae, 0, E), (pe || this.processedData) && (this.data.splice(ae, 0, null), this.processData()), _.legendType === "point" && this.generatePoints(),
|
|
5061
|
-
}, U.prototype.removePoint = function(E, T,
|
|
5060
|
+
this.updateParallelArrays(de, "splice", ae, 0, 0), this.updateParallelArrays(de, ae), ne && de.name && (ne[Ce] = de.name), ue.splice(ae, 0, E), (pe || this.processedData) && (this.data.splice(ae, 0, null), this.processData()), _.legendType === "point" && this.generatePoints(), R && (te[0] && te[0].remove ? te[0].remove(!1) : (te.shift(), this.updateParallelArrays(de, "shift"), ue.shift())), K !== !1 && l(this, "addPoint", { point: de }), this.isDirtyData = this.isDirty = !0, T && se.redraw(V);
|
|
5061
|
+
}, U.prototype.removePoint = function(E, T, R) {
|
|
5062
5062
|
var V = this, K = V.data, _ = K[E], te = V.points, se = V.chart, ne = function() {
|
|
5063
5063
|
te && te.length === K.length && te.splice(E, 1), K.splice(E, 1), V.options.data.splice(E, 1), V.updateParallelArrays(_ || { series: V }, "splice", E, 1), _ && _.destroy(), V.isDirty = !0, V.isDirtyData = !0, T && se.redraw();
|
|
5064
5064
|
};
|
|
5065
|
-
g(
|
|
5066
|
-
}, U.prototype.remove = function(E, T,
|
|
5065
|
+
g(R, se), T = m(T, !0), _ ? _.firePointEvent("remove", null, ne) : ne();
|
|
5066
|
+
}, U.prototype.remove = function(E, T, R, V) {
|
|
5067
5067
|
function K() {
|
|
5068
5068
|
_.destroy(V), te.isDirtyLegend = te.isDirtyBox = !0, te.linkSeries(), m(E, !0) && te.redraw(T);
|
|
5069
5069
|
}
|
|
5070
5070
|
var _ = this, te = _.chart;
|
|
5071
|
-
|
|
5071
|
+
R !== !1 ? l(
|
|
5072
5072
|
_,
|
|
5073
5073
|
"remove",
|
|
5074
5074
|
null,
|
|
@@ -5076,32 +5076,32 @@ var ln = { exports: {} };
|
|
|
5076
5076
|
) : K();
|
|
5077
5077
|
}, U.prototype.update = function(E, T) {
|
|
5078
5078
|
E = y(E, this.userOptions), l(this, "update", { options: E });
|
|
5079
|
-
var
|
|
5080
|
-
if (pe = pe || _, de && (ge.push("data", "isDirtyData", "points", "processedData", "processedXData", "processedYData", "xIncrement", "cropped", "_hasPointMarkers", "_hasPointLabels", "clips", "nodes", "layout", "level", "mapMap", "mapData", "minY", "maxY", "minX", "maxX"), E.visible !== !1 && ge.push("area", "graph"),
|
|
5079
|
+
var R = this, V = R.chart, K = R.userOptions, _ = R.initialType || R.type, te = V.options.plotOptions, se = Q[_].prototype, ne = R.finishedAnimating && { animation: !1 }, ue = {}, ge = ["eventOptions", "navigatorSeries", "baseSeries"], pe = E.type || K.type || V.options.chart.type, de = !(this.hasDerivedData || pe && pe !== this.type || typeof E.pointStart < "u" || typeof E.pointInterval < "u" || typeof E.relativeXValue < "u" || E.joinBy || E.mapData || R.hasOptionChanged("dataGrouping") || R.hasOptionChanged("pointStart") || R.hasOptionChanged("pointInterval") || R.hasOptionChanged("pointIntervalUnit") || R.hasOptionChanged("keys"));
|
|
5080
|
+
if (pe = pe || _, de && (ge.push("data", "isDirtyData", "points", "processedData", "processedXData", "processedYData", "xIncrement", "cropped", "_hasPointMarkers", "_hasPointLabels", "clips", "nodes", "layout", "level", "mapMap", "mapData", "minY", "maxY", "minX", "maxX"), E.visible !== !1 && ge.push("area", "graph"), R.parallelArrays.forEach(function(ae) {
|
|
5081
5081
|
ge.push(ae + "Data");
|
|
5082
|
-
}), E.data && (E.dataSorting && C(
|
|
5083
|
-
ge[ae] =
|
|
5082
|
+
}), E.data && (E.dataSorting && C(R.options.dataSorting, E.dataSorting), this.setData(E.data, !1))), E = N(K, ne, { index: typeof K.index > "u" ? R.index : K.index, pointStart: m(te && te.series && te.series.pointStart, K.pointStart, R.xData[0]) }, !de && { data: R.options.data }, E), de && E.data && (E.data = R.options.data), ge = ["group", "markerGroup", "dataLabelsGroup", "transformGroup", "shadowGroup"].concat(ge), ge.forEach(function(ae) {
|
|
5083
|
+
ge[ae] = R[ae], delete R[ae];
|
|
5084
5084
|
}), te = !1, Q[pe]) {
|
|
5085
|
-
if (te = pe !==
|
|
5085
|
+
if (te = pe !== R.type, R.remove(!1, !1, !1, !0), te)
|
|
5086
5086
|
if (Object.setPrototypeOf)
|
|
5087
5087
|
Object.setPrototypeOf(
|
|
5088
|
-
|
|
5088
|
+
R,
|
|
5089
5089
|
Q[pe].prototype
|
|
5090
5090
|
);
|
|
5091
5091
|
else {
|
|
5092
|
-
ne = Object.hasOwnProperty.call(
|
|
5092
|
+
ne = Object.hasOwnProperty.call(R, "hcEvents") && R.hcEvents;
|
|
5093
5093
|
for (Ce in se)
|
|
5094
|
-
|
|
5095
|
-
C(
|
|
5094
|
+
R[Ce] = void 0;
|
|
5095
|
+
C(R, Q[pe].prototype), ne ? R.hcEvents = ne : delete R.hcEvents;
|
|
5096
5096
|
}
|
|
5097
5097
|
} else
|
|
5098
5098
|
u(17, !0, V, { missingModuleFor: pe });
|
|
5099
5099
|
if (ge.forEach(function(ae) {
|
|
5100
|
-
|
|
5101
|
-
}),
|
|
5102
|
-
if (E =
|
|
5100
|
+
R[ae] = ge[ae];
|
|
5101
|
+
}), R.init(V, E), de && this.points) {
|
|
5102
|
+
if (E = R.options, E.visible === !1)
|
|
5103
5103
|
ue.graphic = 1, ue.dataLabel = 1;
|
|
5104
|
-
else if (!
|
|
5104
|
+
else if (!R._hasPointLabels) {
|
|
5105
5105
|
se = E.marker;
|
|
5106
5106
|
var Ce = E.dataLabels;
|
|
5107
5107
|
K = K.marker || {}, !se || se.enabled !== !1 && K.symbol === se.symbol && K.height === se.height && K.width === se.width || (ue.graphic = 1), Ce && Ce.enabled === !1 && (ue.dataLabel = 1);
|
|
@@ -5109,56 +5109,56 @@ var ln = { exports: {} };
|
|
|
5109
5109
|
for (K = 0, se = this.points; K < se.length; K++)
|
|
5110
5110
|
(Ce = se[K]) && Ce.series && (Ce.resolveColor(), Object.keys(ue).length && Ce.destroyElements(ue), E.showInLegend === !1 && Ce.legendItem && V.legend.destroyItem(Ce));
|
|
5111
5111
|
}
|
|
5112
|
-
|
|
5112
|
+
R.initialType = _, V.linkSeries(), te && R.linkedSeries.length && (R.isDirtyData = !0), l(this, "afterUpdate"), m(T, !0) && V.redraw(de ? void 0 : !1);
|
|
5113
5113
|
}, U.prototype.setName = function(E) {
|
|
5114
5114
|
this.name = this.options.name = this.userOptions.name = E, this.chart.isDirtyLegend = !0;
|
|
5115
5115
|
}, U.prototype.hasOptionChanged = function(E) {
|
|
5116
|
-
var T = this.options[E],
|
|
5117
|
-
return V ? T !== V : T !== m(
|
|
5116
|
+
var T = this.options[E], R = this.chart.options.plotOptions, V = this.userOptions[E];
|
|
5117
|
+
return V ? T !== V : T !== m(R && R[this.type] && R[this.type][E], R && R.series && R.series[E], T);
|
|
5118
5118
|
}, U.prototype.onMouseOver = function() {
|
|
5119
5119
|
var E = this.chart, T = E.hoverSeries;
|
|
5120
5120
|
E.pointer.setHoverChartIndex(), T && T !== this && T.onMouseOut(), this.options.events.mouseOver && l(this, "mouseOver"), this.setState("hover"), E.hoverSeries = this;
|
|
5121
5121
|
}, U.prototype.onMouseOut = function() {
|
|
5122
|
-
var E = this.options, T = this.chart,
|
|
5123
|
-
T.hoverSeries = null, V && V.onMouseOut(), this && E.events.mouseOut && l(this, "mouseOut"), !
|
|
5122
|
+
var E = this.options, T = this.chart, R = T.tooltip, V = T.hoverPoint;
|
|
5123
|
+
T.hoverSeries = null, V && V.onMouseOut(), this && E.events.mouseOut && l(this, "mouseOut"), !R || this.stickyTracking || R.shared && !this.noSharedTooltip || R.hide(), T.series.forEach(function(K) {
|
|
5124
5124
|
K.setState("", !0);
|
|
5125
5125
|
});
|
|
5126
5126
|
}, U.prototype.setState = function(E, T) {
|
|
5127
|
-
var
|
|
5128
|
-
if (E = E || "",
|
|
5129
|
-
pe && (
|
|
5130
|
-
}),
|
|
5127
|
+
var R = this, V = R.options, K = R.graph, _ = V.inactiveOtherPoints, te = V.states, se = m(te[E || "normal"] && te[E || "normal"].animation, R.chart.options.chart.animation), ne = V.lineWidth, ue = 0, ge = V.opacity;
|
|
5128
|
+
if (E = E || "", R.state !== E && ([R.group, R.markerGroup, R.dataLabelsGroup].forEach(function(pe) {
|
|
5129
|
+
pe && (R.state && pe.removeClass("highcharts-series-" + R.state), E && pe.addClass("highcharts-series-" + E));
|
|
5130
|
+
}), R.state = E, !R.chart.styledMode)) {
|
|
5131
5131
|
if (te[E] && te[E].enabled === !1)
|
|
5132
5132
|
return;
|
|
5133
5133
|
if (E && (ne = te[E].lineWidth || ne + (te[E].lineWidthPlus || 0), ge = m(te[E].opacity, ge)), K && !K.dashstyle && D(ne))
|
|
5134
|
-
for (V = { "stroke-width": ne }, K.animate(V, se);
|
|
5135
|
-
|
|
5136
|
-
_ || [
|
|
5134
|
+
for (V = { "stroke-width": ne }, K.animate(V, se); R["zone-graph-" + ue]; )
|
|
5135
|
+
R["zone-graph-" + ue].animate(V, se), ue += 1;
|
|
5136
|
+
_ || [R.group, R.markerGroup, R.dataLabelsGroup, R.labelBySeries].forEach(function(pe) {
|
|
5137
5137
|
pe && pe.animate({ opacity: ge }, se);
|
|
5138
5138
|
});
|
|
5139
5139
|
}
|
|
5140
|
-
T && _ &&
|
|
5140
|
+
T && _ && R.points && R.setAllPointsToState(E || void 0);
|
|
5141
5141
|
}, U.prototype.setAllPointsToState = function(E) {
|
|
5142
5142
|
this.points.forEach(function(T) {
|
|
5143
5143
|
T.setState && T.setState(E);
|
|
5144
5144
|
});
|
|
5145
5145
|
}, U.prototype.setVisible = function(E, T) {
|
|
5146
|
-
var
|
|
5146
|
+
var R = this, V = R.chart, K = V.options.chart.ignoreHiddenSeries, _ = R.visible, te = (R.visible = E = R.options.visible = R.userOptions.visible = typeof E > "u" ? !_ : E) ? "show" : "hide";
|
|
5147
5147
|
["group", "dataLabelsGroup", "markerGroup", "tracker", "tt"].forEach(function(se) {
|
|
5148
|
-
|
|
5149
|
-
}), (V.hoverSeries ===
|
|
5148
|
+
R[se] && R[se][te]();
|
|
5149
|
+
}), (V.hoverSeries === R || (V.hoverPoint && V.hoverPoint.series) === R) && R.onMouseOut(), R.legendItem && V.legend.colorizeItem(R, E), R.isDirty = !0, R.options.stacking && V.series.forEach(function(se) {
|
|
5150
5150
|
se.options.stacking && se.visible && (se.isDirty = !0);
|
|
5151
|
-
}),
|
|
5151
|
+
}), R.linkedSeries.forEach(function(se) {
|
|
5152
5152
|
se.setVisible(E, !1);
|
|
5153
|
-
}), K && (V.isDirtyBox = !0), l(
|
|
5153
|
+
}), K && (V.isDirtyBox = !0), l(R, te), T !== !1 && V.redraw();
|
|
5154
5154
|
}, U.prototype.show = function() {
|
|
5155
5155
|
this.setVisible(!0);
|
|
5156
5156
|
}, U.prototype.hide = function() {
|
|
5157
5157
|
this.setVisible(!1);
|
|
5158
5158
|
}, U.prototype.select = function(E) {
|
|
5159
5159
|
this.selected = E = this.options.selected = typeof E > "u" ? !this.selected : E, this.checkbox && (this.checkbox.checked = E), l(this, E ? "select" : "unselect");
|
|
5160
|
-
}, U.prototype.shouldShowTooltip = function(E, T,
|
|
5161
|
-
return
|
|
5160
|
+
}, U.prototype.shouldShowTooltip = function(E, T, R) {
|
|
5161
|
+
return R === void 0 && (R = {}), R.series = this, R.visiblePlotOnly = !0, this.chart.isInsidePlot(E, T, R);
|
|
5162
5162
|
}, U.defaultOptions = z, U.types = B.seriesTypes, U.registerType = B.registerSeriesType, U;
|
|
5163
5163
|
}(), C(t.prototype, { axisTypes: ["xAxis", "yAxis"], coll: "series", colorCounter: 0, cropShoulder: 1, directTouch: !1, drawLegendSymbol: k.drawLineMarker, isCartesian: !0, kdAxisArray: ["clientX", "plotY"], parallelArrays: ["x", "y"], pointClass: j, requireSorting: !0, sorted: !0 }), B.series = t, t;
|
|
5164
5164
|
}), s(o, "Extensions/ScrollablePlotArea.js", [
|
|
@@ -5302,8 +5302,8 @@ var ln = { exports: {} };
|
|
|
5302
5302
|
h = l === "group" ? h.yAxis[0] : this.yAxis;
|
|
5303
5303
|
var X = h.stacking.stacks, U = h.stacking.oldStacks, E, T;
|
|
5304
5304
|
for (h.stacking.stacksTouched += 1, T = 0; T < S; T++) {
|
|
5305
|
-
var
|
|
5306
|
-
X[te] || (X[te] = {}), X[te][
|
|
5305
|
+
var R = w[T], V = M[T], K = this.getStackIndicator(K, R, this.index), _ = K.key, te = (E = F && V < (m ? 0 : Z)) ? I : C;
|
|
5306
|
+
X[te] || (X[te] = {}), X[te][R] || (U[te] && U[te][R] ? (X[te][R] = U[te][R], X[te][R].total = null) : X[te][R] = new O(h, h.options.stackLabels, !!E, R, N)), te = X[te][R], V !== null ? (te.points[_] = te.points[this.index] = [a(te.cumulative, m)], Q(te.cumulative) || (te.base = _), te.touched = h.stacking.stacksTouched, 0 < K.index && this.singleStacks === !1 && (te.points[_][0] = te.points[this.index + "," + R + ",0"][0])) : te.points[_] = te.points[this.index] = null, l === "percent" ? (E = E ? C : I, F && X[E] && X[E][R] ? (E = X[E][R], te.total = E.total = Math.max(E.total, te.total) + Math.abs(V) || 0) : te.total = b(te.total + (Math.abs(V) || 0))) : l === "group" ? (G(V) && (V = V[0]), V !== null && (te.total = (te.total || 0) + 1)) : te.total = b(te.total + (V || 0)), te.cumulative = l === "group" ? (te.total || 1) - 1 : a(te.cumulative, m) + (V || 0), V !== null && (te.points[_].push(te.cumulative), D[T] = te.cumulative, te.hasValidPoints = !0);
|
|
5307
5307
|
}
|
|
5308
5308
|
l === "percent" && (h.stacking.usePercentage = !0), l !== "group" && (this.stackedYData = D), h.stacking.oldStacks = {};
|
|
5309
5309
|
}
|
|
@@ -5652,8 +5652,8 @@ var ln = { exports: {} };
|
|
|
5652
5652
|
f.inverted && (M -= 0.5), u.pointPadding && (F = Math.ceil(F)), j.prototype.translate.apply(a), a.points.forEach(function(X) {
|
|
5653
5653
|
var U = J(X.yBottom, M), E = 999 + Math.abs(U), T = X.plotX || 0;
|
|
5654
5654
|
E = p(X.plotY, -E, l.len + E);
|
|
5655
|
-
var
|
|
5656
|
-
D && Math.abs(V) < D && (V = D, T = !l.reversed && !X.negative || l.reversed && X.negative, Q(w) && Q(I) && X.y === w && I <= w && (l.min || 0) < w && (m !== I || (l.max || 0) <= w) && (T = !T),
|
|
5655
|
+
var R = Math.min(E, U), V = Math.max(E, U) - R, K = N, _ = T + Z, te = F;
|
|
5656
|
+
D && Math.abs(V) < D && (V = D, T = !l.reversed && !X.negative || l.reversed && X.negative, Q(w) && Q(I) && X.y === w && I <= w && (l.min || 0) < w && (m !== I || (l.max || 0) <= w) && (T = !T), R = Math.abs(R - M) > D ? U - D : M - (T ? D : 0)), d(X.options.pointWidth) && (K = te = Math.ceil(X.options.pointWidth), _ -= Math.round((K - N) / 2)), u.centerInCategory && (_ = a.adjustForMissingColumns(_, K, X, S)), X.barX = _, X.pointWidth = K, X.tooltipPos = f.inverted ? [p(l.len + l.pos - f.plotLeft - E, l.pos - f.plotLeft, l.len + l.pos - f.plotLeft), h.len + h.pos - f.plotTop - _ - te / 2, V] : [h.left - f.plotLeft + _ + te / 2, p(E + l.pos - f.plotTop, l.pos - f.plotTop, l.len + l.pos - f.plotTop), V], X.shapeType = a.pointClass.prototype.shapeType || "rect", X.shapeArgs = a.crispCol.apply(a, X.isNull ? [_, M, te, 0] : [_, R, te, V]);
|
|
5657
5657
|
});
|
|
5658
5658
|
}, L.prototype.drawGraph = function() {
|
|
5659
5659
|
this.group[this.dense ? "addClass" : "removeClass"]("highcharts-dense-data");
|
|
@@ -5727,17 +5727,17 @@ var ln = { exports: {} };
|
|
|
5727
5727
|
var Z = f.plotGroup("dataLabelsGroup", "data-labels", h ? "inherit" : "hidden", S.zIndex || 6);
|
|
5728
5728
|
Z.attr({ opacity: +h }), !h && (h = f.dataLabelsGroup) && (f.visible && Z.show(), h[C.animation ? "animate" : "attr"]({ opacity: 1 }, M)), a.forEach(function(m) {
|
|
5729
5729
|
N = d(G(S, m.dlOptions || m.options && m.options.dataLabels)), N.forEach(function(I, F) {
|
|
5730
|
-
var X = I.enabled && (!m.isNull || m.dataLabelOnNull) && Q(m, I), U = m.connectors ? m.connectors[F] : m.connector, E = m.dataLabels ? m.dataLabels[F] : m.dataLabel, T = !E,
|
|
5730
|
+
var X = I.enabled && (!m.isNull || m.dataLabelOnNull) && Q(m, I), U = m.connectors ? m.connectors[F] : m.connector, E = m.dataLabels ? m.dataLabels[F] : m.dataLabel, T = !E, R = p(I.distance, m.labelDistance);
|
|
5731
5731
|
if (X) {
|
|
5732
5732
|
var V = m.getLabelConfig(), K = p(I[m.formatPrefix + "Format"], I.format);
|
|
5733
5733
|
V = j(K) ? k(K, V, u) : (I[m.formatPrefix + "Formatter"] || I.formatter).call(V, I), K = I.style;
|
|
5734
5734
|
var _ = I.rotation;
|
|
5735
|
-
u.styledMode || (K.color = p(I.color, K.color, f.color, "#000000"), K.color === "contrast" ? (m.contrastColor = l.getContrast(m.color || f.color), K.color = !j(
|
|
5735
|
+
u.styledMode || (K.color = p(I.color, K.color, f.color, "#000000"), K.color === "contrast" ? (m.contrastColor = l.getContrast(m.color || f.color), K.color = !j(R) && I.inside || 0 > R || C.stacking ? m.contrastColor : D) : delete m.contrastColor, C.cursor && (K.cursor = C.cursor));
|
|
5736
5736
|
var te = { r: I.borderRadius || 0, rotation: _, padding: I.padding, zIndex: 1 };
|
|
5737
5737
|
if (!u.styledMode) {
|
|
5738
|
-
|
|
5738
|
+
R = I.backgroundColor;
|
|
5739
5739
|
var se = I.borderColor;
|
|
5740
|
-
te.fill =
|
|
5740
|
+
te.fill = R === "auto" ? m.color : R, te.stroke = se === "auto" ? m.color : se, te["stroke-width"] = I.borderWidth;
|
|
5741
5741
|
}
|
|
5742
5742
|
g(te, function(ne, ue) {
|
|
5743
5743
|
typeof ne > "u" && delete te[ue];
|
|
@@ -6101,7 +6101,7 @@ var ln = { exports: {} };
|
|
|
6101
6101
|
var j = n.noop, z = r.distribute, B = O.series, P = k.arrayMax, x = k.clamp, v = k.defined, g = k.merge, p = k.pick, d = k.relativeLength, c;
|
|
6102
6102
|
return function(A) {
|
|
6103
6103
|
function b() {
|
|
6104
|
-
var y = this, L = y.data, a = y.chart, f = y.options.dataLabels || {}, u = f.connectorPadding, C = a.plotWidth, h = a.plotHeight, l = a.plotLeft, w = Math.round(a.chartWidth / 3), M = y.center, D = M[2] / 2, S = M[1], N = [[], []], Z = [0, 0, 0, 0], m = y.dataLabelPositioners, I, F, X, U, E, T,
|
|
6104
|
+
var y = this, L = y.data, a = y.chart, f = y.options.dataLabels || {}, u = f.connectorPadding, C = a.plotWidth, h = a.plotHeight, l = a.plotLeft, w = Math.round(a.chartWidth / 3), M = y.center, D = M[2] / 2, S = M[1], N = [[], []], Z = [0, 0, 0, 0], m = y.dataLabelPositioners, I, F, X, U, E, T, R, V, K, _, te, se;
|
|
6105
6105
|
y.visible && (f.enabled || y._hasPointLabels) && (L.forEach(function(ne) {
|
|
6106
6106
|
ne.dataLabel && ne.visible && ne.dataLabel.shortened && (ne.dataLabel.attr({ width: "auto" }).css({ width: "auto", textOverflow: "clip" }), ne.dataLabel.shortened = !1);
|
|
6107
6107
|
}), B.prototype.drawDataLabels.apply(y), L.forEach(function(ne) {
|
|
@@ -6116,7 +6116,7 @@ var ln = { exports: {} };
|
|
|
6116
6116
|
}), Ce = ae + de - Ce, z(pe, Ce, Ce / 5);
|
|
6117
6117
|
}
|
|
6118
6118
|
for (te = 0; te < ge; te++) {
|
|
6119
|
-
if (I = ne[te], T = I.labelPosition, U = I.dataLabel, _ = I.visible === !1 ? "hidden" : "inherit", K = Ce = T.natural.y, pe && v(I.distributeBox) && (typeof I.distributeBox.pos > "u" ? _ = "hidden" : (
|
|
6119
|
+
if (I = ne[te], T = I.labelPosition, U = I.dataLabel, _ = I.visible === !1 ? "hidden" : "inherit", K = Ce = T.natural.y, pe && v(I.distributeBox) && (typeof I.distributeBox.pos > "u" ? _ = "hidden" : (R = I.distributeBox.size, K = m.radialDistributionY(I))), delete I.positionIndex, f.justify)
|
|
6120
6120
|
V = m.justify(I, D, M);
|
|
6121
6121
|
else
|
|
6122
6122
|
switch (f.alignTo) {
|
|
@@ -6132,7 +6132,7 @@ var ln = { exports: {} };
|
|
|
6132
6132
|
U._attr = {
|
|
6133
6133
|
visibility: _,
|
|
6134
6134
|
align: T.alignment
|
|
6135
|
-
}, se = I.options.dataLabels || {}, U._pos = { x: V + p(se.x, f.x) + ({ left: u, right: -u }[T.alignment] || 0), y: K + p(se.y, f.y) - 10 }, T.final.x = V, T.final.y = K, p(f.crop, !0) && (E = U.getBBox().width, Ce = null, V - E < u && ue === 1 ? (Ce = Math.round(E - V + u), Z[3] = Math.max(Ce, Z[3])) : V + E > C - u && ue === 0 && (Ce = Math.round(V + E - C + u), Z[1] = Math.max(Ce, Z[1])), 0 > K -
|
|
6135
|
+
}, se = I.options.dataLabels || {}, U._pos = { x: V + p(se.x, f.x) + ({ left: u, right: -u }[T.alignment] || 0), y: K + p(se.y, f.y) - 10 }, T.final.x = V, T.final.y = K, p(f.crop, !0) && (E = U.getBBox().width, Ce = null, V - E < u && ue === 1 ? (Ce = Math.round(E - V + u), Z[3] = Math.max(Ce, Z[3])) : V + E > C - u && ue === 0 && (Ce = Math.round(V + E - C + u), Z[1] = Math.max(Ce, Z[1])), 0 > K - R / 2 ? Z[0] = Math.max(Math.round(-K + R / 2), Z[0]) : K + R / 2 > h && (Z[2] = Math.max(Math.round(K + R / 2 - h), Z[2])), U.sideOverflow = Ce);
|
|
6136
6136
|
}
|
|
6137
6137
|
}
|
|
6138
6138
|
}), P(Z) === 0 || this.verifyDataLabelOverflow(Z)) && (this.placeDataLabels(), this.points.forEach(function(ne) {
|
|
@@ -7827,10 +7827,10 @@ var dn = { exports: {} };
|
|
|
7827
7827
|
f = a.getYTDExtremes(D, M, f.time.useUTC);
|
|
7828
7828
|
var S = f.min, N = f.max, Z = a.selected, m = a.options.allButtonsEnabled, I = a.buttons, F = A(Z);
|
|
7829
7829
|
a.buttonOptions.forEach(function(X, U) {
|
|
7830
|
-
var E = X._range, T = X.type,
|
|
7830
|
+
var E = X._range, T = X.type, R = X.count || 1, V = I[U], K = X._offsetMax - X._offsetMin, _ = U === Z, te = E > D - M, se = E < C.minRange;
|
|
7831
7831
|
X = 0;
|
|
7832
7832
|
var ne = !1, ue = !1;
|
|
7833
|
-
E = E === h, (T === "month" || T === "year") && h + 36e5 >= 864e5 * { month: 28, year: 365 }[T] *
|
|
7833
|
+
E = E === h, (T === "month" || T === "year") && h + 36e5 >= 864e5 * { month: 28, year: 365 }[T] * R - K && h - 36e5 <= 864e5 * { month: 31, year: 366 }[T] * R + K ? E = !0 : T === "ytd" ? (E = N - S + K === h, ne = !_) : T === "all" && (E = C.max - C.min >= D - M, ue = !_ && F && E), T = !m && (te || se || ue || l), R = _ && E || E && !F && !ne || _ && a.frozenStates, T ? X = 3 : R && (F = !0, X = 2), V.state !== X && (V.setState(X), u && (u.options[U + 1].disabled = T, X === 2 && (u.selectedIndex = U + 1)), X === 0 && Z === U && a.setSelected());
|
|
7834
7834
|
});
|
|
7835
7835
|
}, L.prototype.computeButtonRange = function(a) {
|
|
7836
7836
|
var f = a.type, u = a.count || 1, C = { millisecond: 1, second: 1e3, minute: 6e4, hour: 36e5, day: 864e5, week: 6048e5 };
|
|
@@ -8974,21 +8974,21 @@ tl(hn);
|
|
|
8974
8974
|
});
|
|
8975
8975
|
});
|
|
8976
8976
|
})(hn);
|
|
8977
|
-
let
|
|
8977
|
+
let yt = class extends we {
|
|
8978
8978
|
constructor() {
|
|
8979
8979
|
super(...arguments);
|
|
8980
|
-
|
|
8981
|
-
|
|
8982
|
-
|
|
8983
|
-
|
|
8984
|
-
|
|
8985
|
-
|
|
8986
|
-
|
|
8987
|
-
|
|
8988
|
-
|
|
8989
|
-
|
|
8990
|
-
|
|
8991
|
-
|
|
8980
|
+
Y(this, "title");
|
|
8981
|
+
Y(this, "data");
|
|
8982
|
+
Y(this, "formatterFunc");
|
|
8983
|
+
Y(this, "type");
|
|
8984
|
+
Y(this, "yAxisTitle");
|
|
8985
|
+
Y(this, "max");
|
|
8986
|
+
Y(this, "hideAverageLine");
|
|
8987
|
+
Y(this, "size");
|
|
8988
|
+
Y(this, "barColor");
|
|
8989
|
+
Y(this, "description");
|
|
8990
|
+
Y(this, "isDarkMode");
|
|
8991
|
+
Y(this, "chartId", `chart${Math.round(Math.random() * 1e4)}`);
|
|
8992
8992
|
}
|
|
8993
8993
|
mounted() {
|
|
8994
8994
|
var n;
|
|
@@ -9155,40 +9155,40 @@ let wt = class extends we {
|
|
|
9155
9155
|
};
|
|
9156
9156
|
Tt([
|
|
9157
9157
|
W({ default: "" })
|
|
9158
|
-
],
|
|
9158
|
+
], yt.prototype, "title", 2);
|
|
9159
9159
|
Tt([
|
|
9160
9160
|
W()
|
|
9161
|
-
],
|
|
9161
|
+
], yt.prototype, "data", 2);
|
|
9162
9162
|
Tt([
|
|
9163
9163
|
W()
|
|
9164
|
-
],
|
|
9164
|
+
], yt.prototype, "formatterFunc", 2);
|
|
9165
9165
|
Tt([
|
|
9166
9166
|
W()
|
|
9167
|
-
],
|
|
9167
|
+
], yt.prototype, "type", 2);
|
|
9168
9168
|
Tt([
|
|
9169
9169
|
W({ default: null })
|
|
9170
|
-
],
|
|
9170
|
+
], yt.prototype, "yAxisTitle", 2);
|
|
9171
9171
|
Tt([
|
|
9172
9172
|
W({ default: null })
|
|
9173
|
-
],
|
|
9173
|
+
], yt.prototype, "max", 2);
|
|
9174
9174
|
Tt([
|
|
9175
9175
|
W({ default: !1 })
|
|
9176
|
-
],
|
|
9176
|
+
], yt.prototype, "hideAverageLine", 2);
|
|
9177
9177
|
Tt([
|
|
9178
9178
|
W({ default: "normal" })
|
|
9179
|
-
],
|
|
9179
|
+
], yt.prototype, "size", 2);
|
|
9180
9180
|
Tt([
|
|
9181
9181
|
W()
|
|
9182
|
-
],
|
|
9182
|
+
], yt.prototype, "barColor", 2);
|
|
9183
9183
|
Tt([
|
|
9184
9184
|
W({ default: "" })
|
|
9185
|
-
],
|
|
9185
|
+
], yt.prototype, "description", 2);
|
|
9186
9186
|
Tt([
|
|
9187
9187
|
W({ default: !1 })
|
|
9188
|
-
],
|
|
9189
|
-
|
|
9188
|
+
], yt.prototype, "isDarkMode", 2);
|
|
9189
|
+
yt = Tt([
|
|
9190
9190
|
ve
|
|
9191
|
-
],
|
|
9191
|
+
], yt);
|
|
9192
9192
|
const sl = ["id"];
|
|
9193
9193
|
function nl(e, i, s, o, t, n) {
|
|
9194
9194
|
return q(), ie("div", {
|
|
@@ -9196,7 +9196,7 @@ function nl(e, i, s, o, t, n) {
|
|
|
9196
9196
|
class: "uikit-bar"
|
|
9197
9197
|
}, null, 8, sl);
|
|
9198
9198
|
}
|
|
9199
|
-
const rl = /* @__PURE__ */ me(
|
|
9199
|
+
const rl = /* @__PURE__ */ me(yt, [["render", nl]]);
|
|
9200
9200
|
var al = Object.defineProperty, ll = Object.getOwnPropertyDescriptor, vi = (e, i, s, o) => {
|
|
9201
9201
|
for (var t = o > 1 ? void 0 : o ? ll(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
9202
9202
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
@@ -9205,14 +9205,14 @@ var al = Object.defineProperty, ll = Object.getOwnPropertyDescriptor, vi = (e, i
|
|
|
9205
9205
|
let Zt = class extends we {
|
|
9206
9206
|
constructor() {
|
|
9207
9207
|
super(...arguments);
|
|
9208
|
-
|
|
9209
|
-
|
|
9210
|
-
|
|
9211
|
-
|
|
9212
|
-
|
|
9213
|
-
|
|
9214
|
-
|
|
9215
|
-
|
|
9208
|
+
Y(this, "title");
|
|
9209
|
+
Y(this, "data");
|
|
9210
|
+
Y(this, "formatterFunc");
|
|
9211
|
+
Y(this, "type");
|
|
9212
|
+
Y(this, "yAxisTitle");
|
|
9213
|
+
Y(this, "max");
|
|
9214
|
+
Y(this, "size");
|
|
9215
|
+
Y(this, "chartId", `chart${Math.round(Math.random() * 1e4)}`);
|
|
9216
9216
|
}
|
|
9217
9217
|
mounted() {
|
|
9218
9218
|
const s = {
|
|
@@ -9304,10 +9304,10 @@ var pl = Object.defineProperty, ul = Object.getOwnPropertyDescriptor, zi = (e, i
|
|
|
9304
9304
|
let li = class extends we {
|
|
9305
9305
|
constructor() {
|
|
9306
9306
|
super(...arguments);
|
|
9307
|
-
|
|
9308
|
-
|
|
9309
|
-
|
|
9310
|
-
|
|
9307
|
+
Y(this, "option1");
|
|
9308
|
+
Y(this, "option2");
|
|
9309
|
+
Y(this, "defaultOption");
|
|
9310
|
+
Y(this, "activeOption", 1);
|
|
9311
9311
|
}
|
|
9312
9312
|
toggleOption() {
|
|
9313
9313
|
return this.activeOption = this.activeOption === 2 ? 1 : 2, this.activeOption;
|
|
@@ -9365,10 +9365,10 @@ var Al = Object.defineProperty, Cl = Object.getOwnPropertyDescriptor, Fi = (e, i
|
|
|
9365
9365
|
let hi = class extends we {
|
|
9366
9366
|
constructor() {
|
|
9367
9367
|
super(...arguments);
|
|
9368
|
-
|
|
9369
|
-
|
|
9370
|
-
|
|
9371
|
-
|
|
9368
|
+
Y(this, "modelValue");
|
|
9369
|
+
Y(this, "isDarkMode");
|
|
9370
|
+
Y(this, "disabled");
|
|
9371
|
+
Y(this, "size");
|
|
9372
9372
|
}
|
|
9373
9373
|
toggleOption() {
|
|
9374
9374
|
return !this.modelValue;
|
|
@@ -9438,14 +9438,14 @@ var wl = Object.defineProperty, yl = Object.getOwnPropertyDescriptor, zt = (e, i
|
|
|
9438
9438
|
let Dt = class extends we {
|
|
9439
9439
|
constructor() {
|
|
9440
9440
|
super(...arguments);
|
|
9441
|
-
|
|
9442
|
-
|
|
9443
|
-
|
|
9444
|
-
|
|
9445
|
-
|
|
9446
|
-
|
|
9447
|
-
|
|
9448
|
-
|
|
9441
|
+
Y(this, "min");
|
|
9442
|
+
Y(this, "max");
|
|
9443
|
+
Y(this, "step");
|
|
9444
|
+
Y(this, "modelValue");
|
|
9445
|
+
Y(this, "size");
|
|
9446
|
+
Y(this, "isDarkMode");
|
|
9447
|
+
Y(this, "inputId");
|
|
9448
|
+
Y(this, "sliderValue", 0);
|
|
9449
9449
|
}
|
|
9450
9450
|
get filledWidth() {
|
|
9451
9451
|
return (this.modelValue - this.min) / (this.max - this.min) * 100;
|
|
@@ -9559,7 +9559,7 @@ var Il = Object.defineProperty, kl = Object.getOwnPropertyDescriptor, pn = (e, i
|
|
|
9559
9559
|
let uo = class extends we {
|
|
9560
9560
|
constructor() {
|
|
9561
9561
|
super(...arguments);
|
|
9562
|
-
|
|
9562
|
+
Y(this, "title");
|
|
9563
9563
|
}
|
|
9564
9564
|
};
|
|
9565
9565
|
pn([
|
|
@@ -9601,7 +9601,7 @@ var Ol = Object.defineProperty, Yl = Object.getOwnPropertyDescriptor, un = (e, i
|
|
|
9601
9601
|
let go = class extends we {
|
|
9602
9602
|
constructor() {
|
|
9603
9603
|
super(...arguments);
|
|
9604
|
-
|
|
9604
|
+
Y(this, "title");
|
|
9605
9605
|
}
|
|
9606
9606
|
};
|
|
9607
9607
|
un([
|
|
@@ -9645,7 +9645,7 @@ var Hl = Object.defineProperty, zl = Object.getOwnPropertyDescriptor, gn = (e, i
|
|
|
9645
9645
|
let fo = class extends we {
|
|
9646
9646
|
constructor() {
|
|
9647
9647
|
super(...arguments);
|
|
9648
|
-
|
|
9648
|
+
Y(this, "title");
|
|
9649
9649
|
}
|
|
9650
9650
|
};
|
|
9651
9651
|
gn([
|
|
@@ -9687,7 +9687,7 @@ var Wl = Object.defineProperty, Ul = Object.getOwnPropertyDescriptor, fn = (e, i
|
|
|
9687
9687
|
let Ao = class extends we {
|
|
9688
9688
|
constructor() {
|
|
9689
9689
|
super(...arguments);
|
|
9690
|
-
|
|
9690
|
+
Y(this, "title");
|
|
9691
9691
|
}
|
|
9692
9692
|
};
|
|
9693
9693
|
fn([
|
|
@@ -9733,7 +9733,7 @@ var _l = Object.defineProperty, $l = Object.getOwnPropertyDescriptor, An = (e, i
|
|
|
9733
9733
|
let Co = class extends we {
|
|
9734
9734
|
constructor() {
|
|
9735
9735
|
super(...arguments);
|
|
9736
|
-
|
|
9736
|
+
Y(this, "title");
|
|
9737
9737
|
}
|
|
9738
9738
|
};
|
|
9739
9739
|
An([
|
|
@@ -9765,7 +9765,7 @@ var s2 = Object.defineProperty, n2 = Object.getOwnPropertyDescriptor, Cn = (e, i
|
|
|
9765
9765
|
let mo = class extends we {
|
|
9766
9766
|
constructor() {
|
|
9767
9767
|
super(...arguments);
|
|
9768
|
-
|
|
9768
|
+
Y(this, "title");
|
|
9769
9769
|
}
|
|
9770
9770
|
};
|
|
9771
9771
|
Cn([
|
|
@@ -9812,7 +9812,7 @@ var h2 = Object.defineProperty, d2 = Object.getOwnPropertyDescriptor, vn = (e, i
|
|
|
9812
9812
|
let vo = class extends we {
|
|
9813
9813
|
constructor() {
|
|
9814
9814
|
super(...arguments);
|
|
9815
|
-
|
|
9815
|
+
Y(this, "title");
|
|
9816
9816
|
}
|
|
9817
9817
|
};
|
|
9818
9818
|
vn([
|
|
@@ -9857,7 +9857,7 @@ var f2 = Object.defineProperty, A2 = Object.getOwnPropertyDescriptor, wn = (e, i
|
|
|
9857
9857
|
let wo = class extends we {
|
|
9858
9858
|
constructor() {
|
|
9859
9859
|
super(...arguments);
|
|
9860
|
-
|
|
9860
|
+
Y(this, "title");
|
|
9861
9861
|
}
|
|
9862
9862
|
};
|
|
9863
9863
|
wn([
|
|
@@ -9904,7 +9904,7 @@ var y2 = Object.defineProperty, M2 = Object.getOwnPropertyDescriptor, yn = (e, i
|
|
|
9904
9904
|
let yo = class extends we {
|
|
9905
9905
|
constructor() {
|
|
9906
9906
|
super(...arguments);
|
|
9907
|
-
|
|
9907
|
+
Y(this, "title");
|
|
9908
9908
|
}
|
|
9909
9909
|
};
|
|
9910
9910
|
yn([
|
|
@@ -9936,7 +9936,7 @@ var D2 = Object.defineProperty, I2 = Object.getOwnPropertyDescriptor, Mn = (e, i
|
|
|
9936
9936
|
let Mo = class extends we {
|
|
9937
9937
|
constructor() {
|
|
9938
9938
|
super(...arguments);
|
|
9939
|
-
|
|
9939
|
+
Y(this, "title");
|
|
9940
9940
|
}
|
|
9941
9941
|
};
|
|
9942
9942
|
Mn([
|
|
@@ -9981,7 +9981,7 @@ var Q2 = Object.defineProperty, O2 = Object.getOwnPropertyDescriptor, Ln = (e, i
|
|
|
9981
9981
|
let Lo = class extends we {
|
|
9982
9982
|
constructor() {
|
|
9983
9983
|
super(...arguments);
|
|
9984
|
-
|
|
9984
|
+
Y(this, "title");
|
|
9985
9985
|
}
|
|
9986
9986
|
};
|
|
9987
9987
|
Ln([
|
|
@@ -10030,7 +10030,7 @@ var j2 = Object.defineProperty, H2 = Object.getOwnPropertyDescriptor, bn = (e, i
|
|
|
10030
10030
|
let bo = class extends we {
|
|
10031
10031
|
constructor() {
|
|
10032
10032
|
super(...arguments);
|
|
10033
|
-
|
|
10033
|
+
Y(this, "title");
|
|
10034
10034
|
}
|
|
10035
10035
|
};
|
|
10036
10036
|
bn([
|
|
@@ -10080,7 +10080,7 @@ var J2 = Object.defineProperty, W2 = Object.getOwnPropertyDescriptor, En = (e, i
|
|
|
10080
10080
|
let Eo = class extends we {
|
|
10081
10081
|
constructor() {
|
|
10082
10082
|
super(...arguments);
|
|
10083
|
-
|
|
10083
|
+
Y(this, "title");
|
|
10084
10084
|
}
|
|
10085
10085
|
};
|
|
10086
10086
|
En([
|
|
@@ -10112,7 +10112,7 @@ var V2 = Object.defineProperty, _2 = Object.getOwnPropertyDescriptor, Bn = (e, i
|
|
|
10112
10112
|
let Bo = class extends we {
|
|
10113
10113
|
constructor() {
|
|
10114
10114
|
super(...arguments);
|
|
10115
|
-
|
|
10115
|
+
Y(this, "title");
|
|
10116
10116
|
}
|
|
10117
10117
|
};
|
|
10118
10118
|
Bn([
|
|
@@ -10166,7 +10166,7 @@ var o5 = Object.defineProperty, s5 = Object.getOwnPropertyDescriptor, Dn = (e, i
|
|
|
10166
10166
|
let Do = class extends we {
|
|
10167
10167
|
constructor() {
|
|
10168
10168
|
super(...arguments);
|
|
10169
|
-
|
|
10169
|
+
Y(this, "title");
|
|
10170
10170
|
}
|
|
10171
10171
|
};
|
|
10172
10172
|
Dn([
|
|
@@ -10198,7 +10198,7 @@ var h5 = Object.defineProperty, d5 = Object.getOwnPropertyDescriptor, In = (e, i
|
|
|
10198
10198
|
let Io = class extends we {
|
|
10199
10199
|
constructor() {
|
|
10200
10200
|
super(...arguments);
|
|
10201
|
-
|
|
10201
|
+
Y(this, "title");
|
|
10202
10202
|
}
|
|
10203
10203
|
};
|
|
10204
10204
|
In([
|
|
@@ -10233,7 +10233,7 @@ var A5 = Object.defineProperty, C5 = Object.getOwnPropertyDescriptor, kn = (e, i
|
|
|
10233
10233
|
let ko = class extends we {
|
|
10234
10234
|
constructor() {
|
|
10235
10235
|
super(...arguments);
|
|
10236
|
-
|
|
10236
|
+
Y(this, "title");
|
|
10237
10237
|
}
|
|
10238
10238
|
};
|
|
10239
10239
|
kn([
|
|
@@ -10284,7 +10284,7 @@ var M5 = Object.defineProperty, L5 = Object.getOwnPropertyDescriptor, xn = (e, i
|
|
|
10284
10284
|
let xo = class extends we {
|
|
10285
10285
|
constructor() {
|
|
10286
10286
|
super(...arguments);
|
|
10287
|
-
|
|
10287
|
+
Y(this, "title");
|
|
10288
10288
|
}
|
|
10289
10289
|
};
|
|
10290
10290
|
xn([
|
|
@@ -10317,8 +10317,8 @@ var I5 = Object.defineProperty, k5 = Object.getOwnPropertyDescriptor, Zs = (e, i
|
|
|
10317
10317
|
let eo = class extends we {
|
|
10318
10318
|
constructor() {
|
|
10319
10319
|
super(...arguments);
|
|
10320
|
-
|
|
10321
|
-
|
|
10320
|
+
Y(this, "title");
|
|
10321
|
+
Y(this, "isDarkMode");
|
|
10322
10322
|
}
|
|
10323
10323
|
};
|
|
10324
10324
|
Zs([
|
|
@@ -10347,7 +10347,7 @@ var Q5 = Object.defineProperty, O5 = Object.getOwnPropertyDescriptor, Pn = (e, i
|
|
|
10347
10347
|
let Po = class extends we {
|
|
10348
10348
|
constructor() {
|
|
10349
10349
|
super(...arguments);
|
|
10350
|
-
|
|
10350
|
+
Y(this, "title");
|
|
10351
10351
|
}
|
|
10352
10352
|
};
|
|
10353
10353
|
Pn([
|
|
@@ -10392,7 +10392,7 @@ var j5 = Object.defineProperty, H5 = Object.getOwnPropertyDescriptor, Gn = (e, i
|
|
|
10392
10392
|
let Go = class extends we {
|
|
10393
10393
|
constructor() {
|
|
10394
10394
|
super(...arguments);
|
|
10395
|
-
|
|
10395
|
+
Y(this, "title");
|
|
10396
10396
|
}
|
|
10397
10397
|
};
|
|
10398
10398
|
Gn([
|
|
@@ -10453,7 +10453,7 @@ var J5 = Object.defineProperty, W5 = Object.getOwnPropertyDescriptor, Qn = (e, i
|
|
|
10453
10453
|
let Qo = class extends we {
|
|
10454
10454
|
constructor() {
|
|
10455
10455
|
super(...arguments);
|
|
10456
|
-
|
|
10456
|
+
Y(this, "title");
|
|
10457
10457
|
}
|
|
10458
10458
|
};
|
|
10459
10459
|
Qn([
|
|
@@ -10497,7 +10497,7 @@ var V5 = Object.defineProperty, _5 = Object.getOwnPropertyDescriptor, On = (e, i
|
|
|
10497
10497
|
let Oo = class extends we {
|
|
10498
10498
|
constructor() {
|
|
10499
10499
|
super(...arguments);
|
|
10500
|
-
|
|
10500
|
+
Y(this, "title");
|
|
10501
10501
|
}
|
|
10502
10502
|
};
|
|
10503
10503
|
On([
|
|
@@ -10543,7 +10543,7 @@ var o0 = Object.defineProperty, s0 = Object.getOwnPropertyDescriptor, Yn = (e, i
|
|
|
10543
10543
|
let Yo = class extends we {
|
|
10544
10544
|
constructor() {
|
|
10545
10545
|
super(...arguments);
|
|
10546
|
-
|
|
10546
|
+
Y(this, "title");
|
|
10547
10547
|
}
|
|
10548
10548
|
};
|
|
10549
10549
|
Yn([
|
|
@@ -10575,7 +10575,7 @@ var h0 = Object.defineProperty, d0 = Object.getOwnPropertyDescriptor, Rn = (e, i
|
|
|
10575
10575
|
let Ro = class extends we {
|
|
10576
10576
|
constructor() {
|
|
10577
10577
|
super(...arguments);
|
|
10578
|
-
|
|
10578
|
+
Y(this, "title");
|
|
10579
10579
|
}
|
|
10580
10580
|
};
|
|
10581
10581
|
Rn([
|
|
@@ -10619,7 +10619,7 @@ var f0 = Object.defineProperty, A0 = Object.getOwnPropertyDescriptor, Sn = (e, i
|
|
|
10619
10619
|
let So = class extends we {
|
|
10620
10620
|
constructor() {
|
|
10621
10621
|
super(...arguments);
|
|
10622
|
-
|
|
10622
|
+
Y(this, "title");
|
|
10623
10623
|
}
|
|
10624
10624
|
};
|
|
10625
10625
|
Sn([
|
|
@@ -10662,7 +10662,7 @@ var y0 = Object.defineProperty, M0 = Object.getOwnPropertyDescriptor, Tn = (e, i
|
|
|
10662
10662
|
let To = class extends we {
|
|
10663
10663
|
constructor() {
|
|
10664
10664
|
super(...arguments);
|
|
10665
|
-
|
|
10665
|
+
Y(this, "title");
|
|
10666
10666
|
}
|
|
10667
10667
|
};
|
|
10668
10668
|
Tn([
|
|
@@ -10698,7 +10698,7 @@ var D0 = Object.defineProperty, I0 = Object.getOwnPropertyDescriptor, jn = (e, i
|
|
|
10698
10698
|
let jo = class extends we {
|
|
10699
10699
|
constructor() {
|
|
10700
10700
|
super(...arguments);
|
|
10701
|
-
|
|
10701
|
+
Y(this, "title");
|
|
10702
10702
|
}
|
|
10703
10703
|
};
|
|
10704
10704
|
jn([
|
|
@@ -10730,7 +10730,7 @@ var Q0 = Object.defineProperty, O0 = Object.getOwnPropertyDescriptor, Hn = (e, i
|
|
|
10730
10730
|
let Ho = class extends we {
|
|
10731
10731
|
constructor() {
|
|
10732
10732
|
super(...arguments);
|
|
10733
|
-
|
|
10733
|
+
Y(this, "title");
|
|
10734
10734
|
}
|
|
10735
10735
|
};
|
|
10736
10736
|
Hn([
|
|
@@ -10773,7 +10773,7 @@ var j0 = Object.defineProperty, H0 = Object.getOwnPropertyDescriptor, zn = (e, i
|
|
|
10773
10773
|
let zo = class extends we {
|
|
10774
10774
|
constructor() {
|
|
10775
10775
|
super(...arguments);
|
|
10776
|
-
|
|
10776
|
+
Y(this, "title");
|
|
10777
10777
|
}
|
|
10778
10778
|
};
|
|
10779
10779
|
zn([
|
|
@@ -10805,7 +10805,7 @@ var J0 = Object.defineProperty, W0 = Object.getOwnPropertyDescriptor, Fn = (e, i
|
|
|
10805
10805
|
let Fo = class extends we {
|
|
10806
10806
|
constructor() {
|
|
10807
10807
|
super(...arguments);
|
|
10808
|
-
|
|
10808
|
+
Y(this, "title");
|
|
10809
10809
|
}
|
|
10810
10810
|
};
|
|
10811
10811
|
Fn([
|
|
@@ -10859,7 +10859,7 @@ var V0 = Object.defineProperty, _0 = Object.getOwnPropertyDescriptor, Nn = (e, i
|
|
|
10859
10859
|
let No = class extends we {
|
|
10860
10860
|
constructor() {
|
|
10861
10861
|
super(...arguments);
|
|
10862
|
-
|
|
10862
|
+
Y(this, "title");
|
|
10863
10863
|
}
|
|
10864
10864
|
};
|
|
10865
10865
|
Nn([
|
|
@@ -10891,7 +10891,7 @@ var o8 = Object.defineProperty, s8 = Object.getOwnPropertyDescriptor, Zn = (e, i
|
|
|
10891
10891
|
let Zo = class extends we {
|
|
10892
10892
|
constructor() {
|
|
10893
10893
|
super(...arguments);
|
|
10894
|
-
|
|
10894
|
+
Y(this, "title");
|
|
10895
10895
|
}
|
|
10896
10896
|
};
|
|
10897
10897
|
Zn([
|
|
@@ -10923,7 +10923,7 @@ var h8 = Object.defineProperty, d8 = Object.getOwnPropertyDescriptor, Jn = (e, i
|
|
|
10923
10923
|
let Jo = class extends we {
|
|
10924
10924
|
constructor() {
|
|
10925
10925
|
super(...arguments);
|
|
10926
|
-
|
|
10926
|
+
Y(this, "title");
|
|
10927
10927
|
}
|
|
10928
10928
|
};
|
|
10929
10929
|
Jn([
|
|
@@ -10972,7 +10972,7 @@ var f8 = Object.defineProperty, A8 = Object.getOwnPropertyDescriptor, Wn = (e, i
|
|
|
10972
10972
|
let Wo = class extends we {
|
|
10973
10973
|
constructor() {
|
|
10974
10974
|
super(...arguments);
|
|
10975
|
-
|
|
10975
|
+
Y(this, "title");
|
|
10976
10976
|
}
|
|
10977
10977
|
};
|
|
10978
10978
|
Wn([
|
|
@@ -11019,7 +11019,7 @@ var y8 = Object.defineProperty, M8 = Object.getOwnPropertyDescriptor, Un = (e, i
|
|
|
11019
11019
|
let Uo = class extends we {
|
|
11020
11020
|
constructor() {
|
|
11021
11021
|
super(...arguments);
|
|
11022
|
-
|
|
11022
|
+
Y(this, "title");
|
|
11023
11023
|
}
|
|
11024
11024
|
};
|
|
11025
11025
|
Un([
|
|
@@ -11061,7 +11061,7 @@ var D8 = Object.defineProperty, I8 = Object.getOwnPropertyDescriptor, qn = (e, i
|
|
|
11061
11061
|
let qo = class extends we {
|
|
11062
11062
|
constructor() {
|
|
11063
11063
|
super(...arguments);
|
|
11064
|
-
|
|
11064
|
+
Y(this, "title");
|
|
11065
11065
|
}
|
|
11066
11066
|
};
|
|
11067
11067
|
qn([
|
|
@@ -11107,7 +11107,7 @@ var Q8 = Object.defineProperty, O8 = Object.getOwnPropertyDescriptor, Xn = (e, i
|
|
|
11107
11107
|
let Xo = class extends we {
|
|
11108
11108
|
constructor() {
|
|
11109
11109
|
super(...arguments);
|
|
11110
|
-
|
|
11110
|
+
Y(this, "title");
|
|
11111
11111
|
}
|
|
11112
11112
|
};
|
|
11113
11113
|
Xn([
|
|
@@ -11153,7 +11153,7 @@ var j8 = Object.defineProperty, H8 = Object.getOwnPropertyDescriptor, Kn = (e, i
|
|
|
11153
11153
|
let Ko = class extends we {
|
|
11154
11154
|
constructor() {
|
|
11155
11155
|
super(...arguments);
|
|
11156
|
-
|
|
11156
|
+
Y(this, "title");
|
|
11157
11157
|
}
|
|
11158
11158
|
};
|
|
11159
11159
|
Kn([
|
|
@@ -11185,7 +11185,7 @@ var J8 = Object.defineProperty, W8 = Object.getOwnPropertyDescriptor, Vn = (e, i
|
|
|
11185
11185
|
let Vo = class extends we {
|
|
11186
11186
|
constructor() {
|
|
11187
11187
|
super(...arguments);
|
|
11188
|
-
|
|
11188
|
+
Y(this, "title");
|
|
11189
11189
|
}
|
|
11190
11190
|
};
|
|
11191
11191
|
Vn([
|
|
@@ -11230,7 +11230,7 @@ var V8 = Object.defineProperty, _8 = Object.getOwnPropertyDescriptor, _n = (e, i
|
|
|
11230
11230
|
let _o = class extends we {
|
|
11231
11231
|
constructor() {
|
|
11232
11232
|
super(...arguments);
|
|
11233
|
-
|
|
11233
|
+
Y(this, "title");
|
|
11234
11234
|
}
|
|
11235
11235
|
};
|
|
11236
11236
|
_n([
|
|
@@ -11275,7 +11275,7 @@ var o4 = Object.defineProperty, s4 = Object.getOwnPropertyDescriptor, $n = (e, i
|
|
|
11275
11275
|
let $o = class extends we {
|
|
11276
11276
|
constructor() {
|
|
11277
11277
|
super(...arguments);
|
|
11278
|
-
|
|
11278
|
+
Y(this, "title");
|
|
11279
11279
|
}
|
|
11280
11280
|
};
|
|
11281
11281
|
$n([
|
|
@@ -11322,7 +11322,7 @@ var h4 = Object.defineProperty, d4 = Object.getOwnPropertyDescriptor, er = (e, i
|
|
|
11322
11322
|
let es = class extends we {
|
|
11323
11323
|
constructor() {
|
|
11324
11324
|
super(...arguments);
|
|
11325
|
-
|
|
11325
|
+
Y(this, "title");
|
|
11326
11326
|
}
|
|
11327
11327
|
};
|
|
11328
11328
|
er([
|
|
@@ -11354,7 +11354,7 @@ var f4 = Object.defineProperty, A4 = Object.getOwnPropertyDescriptor, tr = (e, i
|
|
|
11354
11354
|
let ts = class extends we {
|
|
11355
11355
|
constructor() {
|
|
11356
11356
|
super(...arguments);
|
|
11357
|
-
|
|
11357
|
+
Y(this, "title");
|
|
11358
11358
|
}
|
|
11359
11359
|
};
|
|
11360
11360
|
tr([
|
|
@@ -11398,7 +11398,7 @@ var y4 = Object.defineProperty, M4 = Object.getOwnPropertyDescriptor, ir = (e, i
|
|
|
11398
11398
|
let is = class extends we {
|
|
11399
11399
|
constructor() {
|
|
11400
11400
|
super(...arguments);
|
|
11401
|
-
|
|
11401
|
+
Y(this, "title");
|
|
11402
11402
|
}
|
|
11403
11403
|
};
|
|
11404
11404
|
ir([
|
|
@@ -11430,7 +11430,7 @@ var D4 = Object.defineProperty, I4 = Object.getOwnPropertyDescriptor, or = (e, i
|
|
|
11430
11430
|
let os = class extends we {
|
|
11431
11431
|
constructor() {
|
|
11432
11432
|
super(...arguments);
|
|
11433
|
-
|
|
11433
|
+
Y(this, "title");
|
|
11434
11434
|
}
|
|
11435
11435
|
};
|
|
11436
11436
|
or([
|
|
@@ -11462,7 +11462,7 @@ var Q4 = Object.defineProperty, O4 = Object.getOwnPropertyDescriptor, sr = (e, i
|
|
|
11462
11462
|
let ss = class extends we {
|
|
11463
11463
|
constructor() {
|
|
11464
11464
|
super(...arguments);
|
|
11465
|
-
|
|
11465
|
+
Y(this, "title");
|
|
11466
11466
|
}
|
|
11467
11467
|
};
|
|
11468
11468
|
sr([
|
|
@@ -11494,7 +11494,7 @@ var j4 = Object.defineProperty, H4 = Object.getOwnPropertyDescriptor, nr = (e, i
|
|
|
11494
11494
|
let ns = class extends we {
|
|
11495
11495
|
constructor() {
|
|
11496
11496
|
super(...arguments);
|
|
11497
|
-
|
|
11497
|
+
Y(this, "title");
|
|
11498
11498
|
}
|
|
11499
11499
|
};
|
|
11500
11500
|
nr([
|
|
@@ -11525,7 +11525,7 @@ var W4 = Object.defineProperty, U4 = Object.getOwnPropertyDescriptor, rr = (e, i
|
|
|
11525
11525
|
let rs = class extends we {
|
|
11526
11526
|
constructor() {
|
|
11527
11527
|
super(...arguments);
|
|
11528
|
-
|
|
11528
|
+
Y(this, "title");
|
|
11529
11529
|
}
|
|
11530
11530
|
};
|
|
11531
11531
|
rr([
|
|
@@ -11557,7 +11557,7 @@ var _4 = Object.defineProperty, $4 = Object.getOwnPropertyDescriptor, ar = (e, i
|
|
|
11557
11557
|
let as = class extends we {
|
|
11558
11558
|
constructor() {
|
|
11559
11559
|
super(...arguments);
|
|
11560
|
-
|
|
11560
|
+
Y(this, "title");
|
|
11561
11561
|
}
|
|
11562
11562
|
};
|
|
11563
11563
|
ar([
|
|
@@ -11589,7 +11589,7 @@ var sh = Object.defineProperty, nh = Object.getOwnPropertyDescriptor, lr = (e, i
|
|
|
11589
11589
|
let ls = class extends we {
|
|
11590
11590
|
constructor() {
|
|
11591
11591
|
super(...arguments);
|
|
11592
|
-
|
|
11592
|
+
Y(this, "title");
|
|
11593
11593
|
}
|
|
11594
11594
|
};
|
|
11595
11595
|
lr([
|
|
@@ -11631,7 +11631,7 @@ var dh = Object.defineProperty, ch = Object.getOwnPropertyDescriptor, hr = (e, i
|
|
|
11631
11631
|
let hs = class extends we {
|
|
11632
11632
|
constructor() {
|
|
11633
11633
|
super(...arguments);
|
|
11634
|
-
|
|
11634
|
+
Y(this, "title");
|
|
11635
11635
|
}
|
|
11636
11636
|
};
|
|
11637
11637
|
hr([
|
|
@@ -11675,8 +11675,8 @@ var Ah = Object.defineProperty, Ch = Object.getOwnPropertyDescriptor, Js = (e, i
|
|
|
11675
11675
|
let to = class extends we {
|
|
11676
11676
|
constructor() {
|
|
11677
11677
|
super(...arguments);
|
|
11678
|
-
|
|
11679
|
-
|
|
11678
|
+
Y(this, "title");
|
|
11679
|
+
Y(this, "secondaryColor");
|
|
11680
11680
|
}
|
|
11681
11681
|
};
|
|
11682
11682
|
Js([
|
|
@@ -11730,7 +11730,7 @@ var Bh = Object.defineProperty, Dh = Object.getOwnPropertyDescriptor, dr = (e, i
|
|
|
11730
11730
|
let ds = class extends we {
|
|
11731
11731
|
constructor() {
|
|
11732
11732
|
super(...arguments);
|
|
11733
|
-
|
|
11733
|
+
Y(this, "title");
|
|
11734
11734
|
}
|
|
11735
11735
|
};
|
|
11736
11736
|
dr([
|
|
@@ -11781,7 +11781,7 @@ var Gh = Object.defineProperty, Qh = Object.getOwnPropertyDescriptor, cr = (e, i
|
|
|
11781
11781
|
let cs = class extends we {
|
|
11782
11782
|
constructor() {
|
|
11783
11783
|
super(...arguments);
|
|
11784
|
-
|
|
11784
|
+
Y(this, "title");
|
|
11785
11785
|
}
|
|
11786
11786
|
};
|
|
11787
11787
|
cr([
|
|
@@ -11828,7 +11828,7 @@ var Th = Object.defineProperty, jh = Object.getOwnPropertyDescriptor, pr = (e, i
|
|
|
11828
11828
|
let ps = class extends we {
|
|
11829
11829
|
constructor() {
|
|
11830
11830
|
super(...arguments);
|
|
11831
|
-
|
|
11831
|
+
Y(this, "title");
|
|
11832
11832
|
}
|
|
11833
11833
|
};
|
|
11834
11834
|
pr([
|
|
@@ -11860,7 +11860,7 @@ var Zh = Object.defineProperty, Jh = Object.getOwnPropertyDescriptor, ur = (e, i
|
|
|
11860
11860
|
let us = class extends we {
|
|
11861
11861
|
constructor() {
|
|
11862
11862
|
super(...arguments);
|
|
11863
|
-
|
|
11863
|
+
Y(this, "title");
|
|
11864
11864
|
}
|
|
11865
11865
|
};
|
|
11866
11866
|
ur([
|
|
@@ -11892,7 +11892,7 @@ var Kh = Object.defineProperty, Vh = Object.getOwnPropertyDescriptor, gr = (e, i
|
|
|
11892
11892
|
let gs = class extends we {
|
|
11893
11893
|
constructor() {
|
|
11894
11894
|
super(...arguments);
|
|
11895
|
-
|
|
11895
|
+
Y(this, "title");
|
|
11896
11896
|
}
|
|
11897
11897
|
};
|
|
11898
11898
|
gr([
|
|
@@ -11940,7 +11940,7 @@ var s3 = Object.defineProperty, n3 = Object.getOwnPropertyDescriptor, fr = (e, i
|
|
|
11940
11940
|
let fs = class extends we {
|
|
11941
11941
|
constructor() {
|
|
11942
11942
|
super(...arguments);
|
|
11943
|
-
|
|
11943
|
+
Y(this, "title");
|
|
11944
11944
|
}
|
|
11945
11945
|
};
|
|
11946
11946
|
fr([
|
|
@@ -11991,7 +11991,7 @@ var u3 = Object.defineProperty, g3 = Object.getOwnPropertyDescriptor, Ar = (e, i
|
|
|
11991
11991
|
let As = class extends we {
|
|
11992
11992
|
constructor() {
|
|
11993
11993
|
super(...arguments);
|
|
11994
|
-
|
|
11994
|
+
Y(this, "title");
|
|
11995
11995
|
}
|
|
11996
11996
|
};
|
|
11997
11997
|
Ar([
|
|
@@ -12033,7 +12033,7 @@ var w3 = Object.defineProperty, y3 = Object.getOwnPropertyDescriptor, Cr = (e, i
|
|
|
12033
12033
|
let Cs = class extends we {
|
|
12034
12034
|
constructor() {
|
|
12035
12035
|
super(...arguments);
|
|
12036
|
-
|
|
12036
|
+
Y(this, "title");
|
|
12037
12037
|
}
|
|
12038
12038
|
};
|
|
12039
12039
|
Cr([
|
|
@@ -12081,7 +12081,7 @@ var I3 = Object.defineProperty, k3 = Object.getOwnPropertyDescriptor, mr = (e, i
|
|
|
12081
12081
|
let ms = class extends we {
|
|
12082
12082
|
constructor() {
|
|
12083
12083
|
super(...arguments);
|
|
12084
|
-
|
|
12084
|
+
Y(this, "title");
|
|
12085
12085
|
}
|
|
12086
12086
|
};
|
|
12087
12087
|
mr([
|
|
@@ -12113,7 +12113,7 @@ var O3 = Object.defineProperty, Y3 = Object.getOwnPropertyDescriptor, vr = (e, i
|
|
|
12113
12113
|
let vs = class extends we {
|
|
12114
12114
|
constructor() {
|
|
12115
12115
|
super(...arguments);
|
|
12116
|
-
|
|
12116
|
+
Y(this, "title");
|
|
12117
12117
|
}
|
|
12118
12118
|
};
|
|
12119
12119
|
vr([
|
|
@@ -12148,7 +12148,7 @@ var z3 = Object.defineProperty, F3 = Object.getOwnPropertyDescriptor, wr = (e, i
|
|
|
12148
12148
|
let ws = class extends we {
|
|
12149
12149
|
constructor() {
|
|
12150
12150
|
super(...arguments);
|
|
12151
|
-
|
|
12151
|
+
Y(this, "title");
|
|
12152
12152
|
}
|
|
12153
12153
|
};
|
|
12154
12154
|
wr([
|
|
@@ -12183,7 +12183,7 @@ var q3 = Object.defineProperty, X3 = Object.getOwnPropertyDescriptor, yr = (e, i
|
|
|
12183
12183
|
let ys = class extends we {
|
|
12184
12184
|
constructor() {
|
|
12185
12185
|
super(...arguments);
|
|
12186
|
-
|
|
12186
|
+
Y(this, "title");
|
|
12187
12187
|
}
|
|
12188
12188
|
};
|
|
12189
12189
|
yr([
|
|
@@ -12214,11 +12214,11 @@ var ed = Object.defineProperty, td = Object.getOwnPropertyDescriptor, Ni = (e, i
|
|
|
12214
12214
|
let di = class extends we {
|
|
12215
12215
|
constructor() {
|
|
12216
12216
|
super(...arguments);
|
|
12217
|
-
|
|
12218
|
-
|
|
12219
|
-
|
|
12220
|
-
|
|
12221
|
-
|
|
12217
|
+
Y(this, "type");
|
|
12218
|
+
Y(this, "title");
|
|
12219
|
+
Y(this, "isDarkMode");
|
|
12220
|
+
Y(this, "primaryColor");
|
|
12221
|
+
Y(this, "secondaryColor");
|
|
12222
12222
|
}
|
|
12223
12223
|
};
|
|
12224
12224
|
Ni([
|
|
@@ -12308,7 +12308,7 @@ di = Ni([
|
|
|
12308
12308
|
})
|
|
12309
12309
|
], di);
|
|
12310
12310
|
function id(e, i, s, o, t, n) {
|
|
12311
|
-
const r = fe("IconAdd"), O = fe("IconEdit"), k = fe("IconFilter"), j = fe("IconFilterActive"), z = fe("IconSearch"), B = fe("IconClose"), P = fe("IconCheck"), x = fe("IconHandle"), v = fe("IconHelp"), g = fe("IconArrow"), p = fe("IconPaginationArrow"), d = fe("IconAccordionArrow"), c = fe("IconQuestions"), A = fe("IconSubject"), b = fe("IconFlag"), Q = fe("IconFlagContent"), H = fe("IconFlagFilled"), J = fe("IconLoading"), G = fe("IconLoading2"), y = fe("IconWarning"), L = fe("IconHourglass"), a = fe("IconImage"), f = fe("IconActivity"), u = fe("IconBarChart"), C = fe("IconExam"), h = fe("IconLightning"), l = fe("IconCalendar"), w = fe("IconCalendarPicker"), M = fe("IconPassage"), D = fe("IconPencil"), S = fe("IconPeople"), N = fe("IconPercent"), Z = fe("IconPerson"), m = fe("IconMissedQuestions"), I = fe("IconQuick10"), F = fe("IconShare"), X = fe("IconStopwatch"), U = fe("IconStrike"), E = fe("IconAddCircle"), T = fe("IconRemoveCircle"),
|
|
12311
|
+
const r = fe("IconAdd"), O = fe("IconEdit"), k = fe("IconFilter"), j = fe("IconFilterActive"), z = fe("IconSearch"), B = fe("IconClose"), P = fe("IconCheck"), x = fe("IconHandle"), v = fe("IconHelp"), g = fe("IconArrow"), p = fe("IconPaginationArrow"), d = fe("IconAccordionArrow"), c = fe("IconQuestions"), A = fe("IconSubject"), b = fe("IconFlag"), Q = fe("IconFlagContent"), H = fe("IconFlagFilled"), J = fe("IconLoading"), G = fe("IconLoading2"), y = fe("IconWarning"), L = fe("IconHourglass"), a = fe("IconImage"), f = fe("IconActivity"), u = fe("IconBarChart"), C = fe("IconExam"), h = fe("IconLightning"), l = fe("IconCalendar"), w = fe("IconCalendarPicker"), M = fe("IconPassage"), D = fe("IconPencil"), S = fe("IconPeople"), N = fe("IconPercent"), Z = fe("IconPerson"), m = fe("IconMissedQuestions"), I = fe("IconQuick10"), F = fe("IconShare"), X = fe("IconStopwatch"), U = fe("IconStrike"), E = fe("IconAddCircle"), T = fe("IconRemoveCircle"), R = fe("IconReviewFlag"), V = fe("IconEyeShow"), K = fe("IconEyeHide"), _ = fe("IconLock"), te = fe("IconMoon"), se = fe("IconHeart"), ne = fe("IconExternalLink"), ue = fe("IconKeyboard"), ge = fe("IconFullView"), pe = fe("IconFullViewActive"), de = fe("IconSideBar"), Ce = fe("IconSideBarActive"), ae = fe("IconCorrect"), $ = fe("IconIncorrect"), ee = fe("IconFlagFeedback"), re = fe("IconText"), le = fe("IconTimer"), ce = fe("IconInfo"), Ae = fe("IconList"), Ee = fe("IconLaunch"), Pe = fe("IconLevelUp"), Se = fe("IconLightbulb"), Ie = fe("IconChat"), Qe = fe("IconPreview"), qe = fe("IconPresent");
|
|
12312
12312
|
return e.type === "add" ? (q(), Me(r, {
|
|
12313
12313
|
key: 0,
|
|
12314
12314
|
title: e.title
|
|
@@ -12430,7 +12430,7 @@ function id(e, i, s, o, t, n) {
|
|
|
12430
12430
|
}, null, 8, ["title"])) : e.type === "removeCircle" ? (q(), Me(T, {
|
|
12431
12431
|
key: 39,
|
|
12432
12432
|
title: e.title
|
|
12433
|
-
}, null, 8, ["title"])) : e.type === "review-flag" ? (q(), Me(
|
|
12433
|
+
}, null, 8, ["title"])) : e.type === "review-flag" ? (q(), Me(R, {
|
|
12434
12434
|
key: 40,
|
|
12435
12435
|
title: e.title
|
|
12436
12436
|
}, null, 8, ["title"])) : e.type === "eyeShow" ? (q(), Me(V, {
|
|
@@ -12517,12 +12517,12 @@ var od = Object.defineProperty, sd = Object.getOwnPropertyDescriptor, wi = (e, i
|
|
|
12517
12517
|
let Jt = class extends we {
|
|
12518
12518
|
constructor() {
|
|
12519
12519
|
super(...arguments);
|
|
12520
|
-
|
|
12521
|
-
|
|
12522
|
-
|
|
12523
|
-
|
|
12524
|
-
|
|
12525
|
-
|
|
12520
|
+
Y(this, "type");
|
|
12521
|
+
Y(this, "disabled");
|
|
12522
|
+
Y(this, "isDarkMode");
|
|
12523
|
+
Y(this, "icon");
|
|
12524
|
+
Y(this, "iconTitle");
|
|
12525
|
+
Y(this, "isLoading");
|
|
12526
12526
|
}
|
|
12527
12527
|
buttonClicked(s) {
|
|
12528
12528
|
!this.disabled && !this.isLoading && this.emitClick(s);
|
|
@@ -12616,12 +12616,12 @@ var ad = Object.defineProperty, ld = Object.getOwnPropertyDescriptor, Zi = (e, i
|
|
|
12616
12616
|
let ci = class extends we {
|
|
12617
12617
|
constructor() {
|
|
12618
12618
|
super(...arguments);
|
|
12619
|
-
|
|
12620
|
-
|
|
12621
|
-
|
|
12622
|
-
|
|
12623
|
-
|
|
12624
|
-
|
|
12619
|
+
Y(this, "modelValue");
|
|
12620
|
+
Y(this, "disabled");
|
|
12621
|
+
Y(this, "isDarkMode");
|
|
12622
|
+
Y(this, "hasLabel");
|
|
12623
|
+
Y(this, "hover", !1);
|
|
12624
|
+
Y(this, "focus", !1);
|
|
12625
12625
|
}
|
|
12626
12626
|
toggleCheckbox() {
|
|
12627
12627
|
return !this.modelValue;
|
|
@@ -12703,10 +12703,10 @@ var cd = Object.defineProperty, pd = Object.getOwnPropertyDescriptor, no = (e, i
|
|
|
12703
12703
|
let Mi = class extends we {
|
|
12704
12704
|
constructor() {
|
|
12705
12705
|
super(...arguments);
|
|
12706
|
-
|
|
12707
|
-
|
|
12708
|
-
|
|
12709
|
-
|
|
12706
|
+
Y(this, "modelValue");
|
|
12707
|
+
Y(this, "isDarkMode");
|
|
12708
|
+
Y(this, "label");
|
|
12709
|
+
Y(this, "checkboxId", null);
|
|
12710
12710
|
}
|
|
12711
12711
|
mounted() {
|
|
12712
12712
|
this.checkboxId = `checkbox-${Math.round(Math.random() * 1e6)}`;
|
|
@@ -12777,12 +12777,12 @@ var Ad = Object.defineProperty, Cd = Object.getOwnPropertyDescriptor, yi = (e, i
|
|
|
12777
12777
|
let Wt = class extends we {
|
|
12778
12778
|
constructor() {
|
|
12779
12779
|
super(...arguments);
|
|
12780
|
-
|
|
12781
|
-
|
|
12782
|
-
|
|
12783
|
-
|
|
12784
|
-
|
|
12785
|
-
|
|
12780
|
+
Y(this, "type");
|
|
12781
|
+
Y(this, "href");
|
|
12782
|
+
Y(this, "target");
|
|
12783
|
+
Y(this, "disabled");
|
|
12784
|
+
Y(this, "hasIcon");
|
|
12785
|
+
Y(this, "isDarkMode");
|
|
12786
12786
|
}
|
|
12787
12787
|
clicked(s) {
|
|
12788
12788
|
return this.href === "#" && s.preventDefault(), s;
|
|
@@ -12845,16 +12845,16 @@ var wd = Object.defineProperty, yd = Object.getOwnPropertyDescriptor, ri = (e, i
|
|
|
12845
12845
|
let Ht = class extends we {
|
|
12846
12846
|
constructor() {
|
|
12847
12847
|
super(...arguments);
|
|
12848
|
-
|
|
12849
|
-
|
|
12850
|
-
|
|
12851
|
-
|
|
12852
|
-
|
|
12853
|
-
|
|
12854
|
-
|
|
12855
|
-
|
|
12856
|
-
|
|
12857
|
-
|
|
12848
|
+
Y(this, "label");
|
|
12849
|
+
Y(this, "data");
|
|
12850
|
+
Y(this, "center");
|
|
12851
|
+
Y(this, "modelValue");
|
|
12852
|
+
Y(this, "disabled");
|
|
12853
|
+
Y(this, "isDarkMode");
|
|
12854
|
+
Y(this, "labelledBy");
|
|
12855
|
+
Y(this, "uid", Math.floor(Math.random() * 1e9));
|
|
12856
|
+
Y(this, "hover", !1);
|
|
12857
|
+
Y(this, "focus", !1);
|
|
12858
12858
|
}
|
|
12859
12859
|
selectItem(s) {
|
|
12860
12860
|
return s;
|
|
@@ -12986,19 +12986,19 @@ var kd = Object.defineProperty, xd = Object.getOwnPropertyDescriptor, Pt = (e, i
|
|
|
12986
12986
|
let mt = class extends we {
|
|
12987
12987
|
constructor() {
|
|
12988
12988
|
super(...arguments);
|
|
12989
|
-
|
|
12990
|
-
|
|
12991
|
-
|
|
12992
|
-
|
|
12993
|
-
|
|
12994
|
-
|
|
12995
|
-
|
|
12996
|
-
|
|
12997
|
-
|
|
12998
|
-
|
|
12999
|
-
|
|
13000
|
-
|
|
13001
|
-
|
|
12989
|
+
Y(this, "defaultRadioEntry");
|
|
12990
|
+
Y(this, "radioEntries");
|
|
12991
|
+
Y(this, "checkboxEntries");
|
|
12992
|
+
Y(this, "align");
|
|
12993
|
+
Y(this, "size");
|
|
12994
|
+
Y(this, "isDarkMode");
|
|
12995
|
+
Y(this, "filterOptionsLabel");
|
|
12996
|
+
Y(this, "radioOptions", []);
|
|
12997
|
+
Y(this, "checkboxOptions", []);
|
|
12998
|
+
Y(this, "showFilterDropdown", !1);
|
|
12999
|
+
Y(this, "showRadioOptions", !0);
|
|
13000
|
+
Y(this, "showCheckboxOptions", !1);
|
|
13001
|
+
Y(this, "radioEntry", this.radioOptions.find(
|
|
13002
13002
|
(s) => s.value === this.defaultRadioEntry
|
|
13003
13003
|
) || null);
|
|
13004
13004
|
}
|
|
@@ -13188,25 +13188,25 @@ function Rd(e, i, s, o, t, n) {
|
|
|
13188
13188
|
]);
|
|
13189
13189
|
}
|
|
13190
13190
|
const Er = /* @__PURE__ */ me(mt, [["render", Rd]]);
|
|
13191
|
-
var Sd = Object.defineProperty, Td = Object.getOwnPropertyDescriptor,
|
|
13191
|
+
var Sd = Object.defineProperty, Td = Object.getOwnPropertyDescriptor, bt = (e, i, s, o) => {
|
|
13192
13192
|
for (var t = o > 1 ? void 0 : o ? Td(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
13193
13193
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
13194
13194
|
return o && t && Sd(i, s, t), t;
|
|
13195
13195
|
};
|
|
13196
|
-
let
|
|
13196
|
+
let At = class extends we {
|
|
13197
13197
|
constructor() {
|
|
13198
13198
|
super(...arguments);
|
|
13199
|
-
|
|
13200
|
-
|
|
13201
|
-
|
|
13202
|
-
|
|
13203
|
-
|
|
13204
|
-
|
|
13205
|
-
|
|
13206
|
-
|
|
13207
|
-
|
|
13208
|
-
|
|
13209
|
-
|
|
13199
|
+
Y(this, "radioEntries");
|
|
13200
|
+
Y(this, "checkboxEntries");
|
|
13201
|
+
Y(this, "filterLabel");
|
|
13202
|
+
Y(this, "align");
|
|
13203
|
+
Y(this, "size");
|
|
13204
|
+
Y(this, "isDarkMode");
|
|
13205
|
+
Y(this, "responsiveButton");
|
|
13206
|
+
Y(this, "filterOptionsLabel");
|
|
13207
|
+
Y(this, "radioOptions", []);
|
|
13208
|
+
Y(this, "checkboxOptions", []);
|
|
13209
|
+
Y(this, "showFilterDropdown", !1);
|
|
13210
13210
|
}
|
|
13211
13211
|
mounted() {
|
|
13212
13212
|
document.addEventListener("click", this.clickListener), document.addEventListener("keydown", this.keydownListener), this.radioOptions = [...this.radioEntries], this.checkboxOptions = [...this.checkboxEntries];
|
|
@@ -13241,46 +13241,46 @@ let ft = class extends we {
|
|
|
13241
13241
|
return s;
|
|
13242
13242
|
}
|
|
13243
13243
|
};
|
|
13244
|
-
|
|
13244
|
+
bt([
|
|
13245
13245
|
W()
|
|
13246
|
-
],
|
|
13247
|
-
|
|
13246
|
+
], At.prototype, "radioEntries", 2);
|
|
13247
|
+
bt([
|
|
13248
13248
|
W()
|
|
13249
|
-
],
|
|
13250
|
-
|
|
13249
|
+
], At.prototype, "checkboxEntries", 2);
|
|
13250
|
+
bt([
|
|
13251
13251
|
W()
|
|
13252
|
-
],
|
|
13253
|
-
|
|
13252
|
+
], At.prototype, "filterLabel", 2);
|
|
13253
|
+
bt([
|
|
13254
13254
|
W({ default: "right" })
|
|
13255
|
-
],
|
|
13256
|
-
|
|
13255
|
+
], At.prototype, "align", 2);
|
|
13256
|
+
bt([
|
|
13257
13257
|
W({ default: "small" })
|
|
13258
|
-
],
|
|
13259
|
-
|
|
13258
|
+
], At.prototype, "size", 2);
|
|
13259
|
+
bt([
|
|
13260
13260
|
W({ default: !1 })
|
|
13261
|
-
],
|
|
13262
|
-
|
|
13261
|
+
], At.prototype, "isDarkMode", 2);
|
|
13262
|
+
bt([
|
|
13263
13263
|
W({ default: !1 })
|
|
13264
|
-
],
|
|
13265
|
-
|
|
13264
|
+
], At.prototype, "responsiveButton", 2);
|
|
13265
|
+
bt([
|
|
13266
13266
|
W({ default: "FILTER BY SUBJECT" })
|
|
13267
|
-
],
|
|
13268
|
-
|
|
13267
|
+
], At.prototype, "filterOptionsLabel", 2);
|
|
13268
|
+
bt([
|
|
13269
13269
|
it("checkboxOptions", { deep: !0 })
|
|
13270
|
-
],
|
|
13271
|
-
|
|
13270
|
+
], At.prototype, "checkboxOptionsChanged", 1);
|
|
13271
|
+
bt([
|
|
13272
13272
|
it("checkboxEntries", { deep: !0 })
|
|
13273
|
-
],
|
|
13274
|
-
|
|
13273
|
+
], At.prototype, "checkboxOptionChanged", 1);
|
|
13274
|
+
bt([
|
|
13275
13275
|
it("radioOptions", { deep: !0 })
|
|
13276
|
-
],
|
|
13277
|
-
|
|
13276
|
+
], At.prototype, "radioOptionsChanged", 1);
|
|
13277
|
+
bt([
|
|
13278
13278
|
it("radioEntries", { deep: !0 })
|
|
13279
|
-
],
|
|
13280
|
-
|
|
13279
|
+
], At.prototype, "radioOptionChanged", 1);
|
|
13280
|
+
bt([
|
|
13281
13281
|
De("update:modelValue")
|
|
13282
|
-
],
|
|
13283
|
-
|
|
13282
|
+
], At.prototype, "emitUpdateModelValue", 1);
|
|
13283
|
+
At = bt([
|
|
13284
13284
|
ve({
|
|
13285
13285
|
components: {
|
|
13286
13286
|
FilterOptions: Er,
|
|
@@ -13291,7 +13291,7 @@ ft = Lt([
|
|
|
13291
13291
|
dark: je
|
|
13292
13292
|
}
|
|
13293
13293
|
})
|
|
13294
|
-
],
|
|
13294
|
+
], At);
|
|
13295
13295
|
const jd = { class: "filter" };
|
|
13296
13296
|
function Hd(e, i, s, o, t, n) {
|
|
13297
13297
|
const r = fe("Icon"), O = fe("Link"), k = fe("FilterOptions"), j = Ye("dark");
|
|
@@ -13349,7 +13349,7 @@ function Hd(e, i, s, o, t, n) {
|
|
|
13349
13349
|
]) : be("", !0)
|
|
13350
13350
|
]);
|
|
13351
13351
|
}
|
|
13352
|
-
const zd = /* @__PURE__ */ me(
|
|
13352
|
+
const zd = /* @__PURE__ */ me(At, [["render", Hd]]);
|
|
13353
13353
|
var Fd = Object.defineProperty, Nd = Object.getOwnPropertyDescriptor, ro = (e, i, s, o) => {
|
|
13354
13354
|
for (var t = o > 1 ? void 0 : o ? Nd(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
13355
13355
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
@@ -13358,9 +13358,9 @@ var Fd = Object.defineProperty, Nd = Object.getOwnPropertyDescriptor, ro = (e, i
|
|
|
13358
13358
|
let Li = class extends we {
|
|
13359
13359
|
constructor() {
|
|
13360
13360
|
super(...arguments);
|
|
13361
|
-
|
|
13362
|
-
|
|
13363
|
-
|
|
13361
|
+
Y(this, "disabled");
|
|
13362
|
+
Y(this, "active");
|
|
13363
|
+
Y(this, "isDarkMode");
|
|
13364
13364
|
}
|
|
13365
13365
|
emitClick(s) {
|
|
13366
13366
|
return s;
|
|
@@ -13410,24 +13410,24 @@ var Ud = Object.defineProperty, qd = Object.getOwnPropertyDescriptor, at = (e, i
|
|
|
13410
13410
|
let tt = class extends we {
|
|
13411
13411
|
constructor() {
|
|
13412
13412
|
super(...arguments);
|
|
13413
|
-
|
|
13414
|
-
|
|
13415
|
-
|
|
13416
|
-
|
|
13417
|
-
|
|
13418
|
-
|
|
13419
|
-
|
|
13420
|
-
|
|
13421
|
-
|
|
13422
|
-
|
|
13423
|
-
|
|
13424
|
-
|
|
13425
|
-
|
|
13426
|
-
|
|
13427
|
-
|
|
13428
|
-
|
|
13429
|
-
|
|
13430
|
-
|
|
13413
|
+
Y(this, "label");
|
|
13414
|
+
Y(this, "modelValue");
|
|
13415
|
+
Y(this, "subtext");
|
|
13416
|
+
Y(this, "placeholder");
|
|
13417
|
+
Y(this, "data");
|
|
13418
|
+
Y(this, "disabled");
|
|
13419
|
+
Y(this, "autoFocus");
|
|
13420
|
+
Y(this, "showEmptyOption");
|
|
13421
|
+
Y(this, "emptyOptionLabel");
|
|
13422
|
+
Y(this, "typeahead");
|
|
13423
|
+
Y(this, "error");
|
|
13424
|
+
Y(this, "openMenuAbove");
|
|
13425
|
+
Y(this, "isDarkMode");
|
|
13426
|
+
Y(this, "hover", !1);
|
|
13427
|
+
Y(this, "focus", !1);
|
|
13428
|
+
Y(this, "showDropdown", !1);
|
|
13429
|
+
Y(this, "searchText", "");
|
|
13430
|
+
Y(this, "menuHeight", null);
|
|
13431
13431
|
}
|
|
13432
13432
|
get filteredData() {
|
|
13433
13433
|
return this.typeahead && this.searchText ? this.data.filter((s) => s.label.toLowerCase().includes(this.searchText.toLowerCase())) : this.showEmptyOption && this.modelValue ? [{ value: null, label: this.emptyOptionLabel || "" }, ...this.data] : this.data;
|
|
@@ -13743,25 +13743,25 @@ var t7 = Object.defineProperty, i7 = Object.getOwnPropertyDescriptor, pt = (e, i
|
|
|
13743
13743
|
let rt = class extends we {
|
|
13744
13744
|
constructor() {
|
|
13745
13745
|
super(...arguments);
|
|
13746
|
-
|
|
13747
|
-
|
|
13748
|
-
|
|
13749
|
-
|
|
13750
|
-
|
|
13751
|
-
|
|
13752
|
-
|
|
13753
|
-
|
|
13754
|
-
|
|
13755
|
-
|
|
13756
|
-
|
|
13757
|
-
|
|
13758
|
-
|
|
13759
|
-
|
|
13760
|
-
|
|
13761
|
-
|
|
13762
|
-
|
|
13763
|
-
|
|
13764
|
-
|
|
13746
|
+
Y(this, "label");
|
|
13747
|
+
Y(this, "fieldType");
|
|
13748
|
+
Y(this, "placeholder");
|
|
13749
|
+
Y(this, "maxlength");
|
|
13750
|
+
Y(this, "center");
|
|
13751
|
+
Y(this, "modelValue");
|
|
13752
|
+
Y(this, "disabled");
|
|
13753
|
+
Y(this, "autoFocus");
|
|
13754
|
+
Y(this, "error");
|
|
13755
|
+
Y(this, "tabindex");
|
|
13756
|
+
Y(this, "isDarkMode");
|
|
13757
|
+
Y(this, "ariaRequired");
|
|
13758
|
+
Y(this, "name");
|
|
13759
|
+
Y(this, "forceHoverStyle");
|
|
13760
|
+
Y(this, "forceFocusStyle");
|
|
13761
|
+
Y(this, "hideInputCaret");
|
|
13762
|
+
Y(this, "hover", !1);
|
|
13763
|
+
Y(this, "focus", !1);
|
|
13764
|
+
Y(this, "showPassword", !1);
|
|
13765
13765
|
}
|
|
13766
13766
|
get componentId() {
|
|
13767
13767
|
return this.label ? `input-${this.label.toLowerCase().replace(/ /g, "-")}` : `input-${Math.round(Math.random() * 1e6)}`;
|
|
@@ -13941,16 +13941,16 @@ var h7 = Object.defineProperty, d7 = Object.getOwnPropertyDescriptor, Ut = (e, i
|
|
|
13941
13941
|
let Qt = class extends we {
|
|
13942
13942
|
constructor() {
|
|
13943
13943
|
super(...arguments);
|
|
13944
|
-
|
|
13945
|
-
|
|
13946
|
-
|
|
13947
|
-
|
|
13948
|
-
|
|
13949
|
-
|
|
13950
|
-
|
|
13951
|
-
|
|
13952
|
-
|
|
13953
|
-
|
|
13944
|
+
Y(this, "label");
|
|
13945
|
+
Y(this, "placeholder");
|
|
13946
|
+
Y(this, "center");
|
|
13947
|
+
Y(this, "modelValue");
|
|
13948
|
+
Y(this, "disabled");
|
|
13949
|
+
Y(this, "autoFocus");
|
|
13950
|
+
Y(this, "height");
|
|
13951
|
+
Y(this, "isDarkMode");
|
|
13952
|
+
Y(this, "hover", !1);
|
|
13953
|
+
Y(this, "focus", !1);
|
|
13954
13954
|
}
|
|
13955
13955
|
valueChange(s) {
|
|
13956
13956
|
return s.target.value;
|
|
@@ -14049,9 +14049,9 @@ var w7 = Object.defineProperty, y7 = Object.getOwnPropertyDescriptor, Bs = (e, i
|
|
|
14049
14049
|
let Oi = class extends we {
|
|
14050
14050
|
constructor() {
|
|
14051
14051
|
super(...arguments);
|
|
14052
|
-
|
|
14053
|
-
|
|
14054
|
-
|
|
14052
|
+
Y(this, "bundleId");
|
|
14053
|
+
Y(this, "grayscale");
|
|
14054
|
+
Y(this, "theme");
|
|
14055
14055
|
}
|
|
14056
14056
|
get title() {
|
|
14057
14057
|
return "";
|
|
@@ -14181,10 +14181,10 @@ var z7 = Object.defineProperty, F7 = Object.getOwnPropertyDescriptor, Ds = (e, i
|
|
|
14181
14181
|
let Yi = class extends we {
|
|
14182
14182
|
constructor() {
|
|
14183
14183
|
super(...arguments);
|
|
14184
|
-
|
|
14185
|
-
|
|
14186
|
-
|
|
14187
|
-
|
|
14184
|
+
Y(this, "theme");
|
|
14185
|
+
Y(this, "styles");
|
|
14186
|
+
Y(this, "isDarkMode");
|
|
14187
|
+
Y(this, "tooltipId", Math.floor(Math.random() * 1e6));
|
|
14188
14188
|
}
|
|
14189
14189
|
mounted() {
|
|
14190
14190
|
this.$nextTick(() => {
|
|
@@ -14265,12 +14265,12 @@ var W7 = Object.defineProperty, U7 = Object.getOwnPropertyDescriptor, q7 = (e, i
|
|
|
14265
14265
|
let Rs = class extends we {
|
|
14266
14266
|
constructor() {
|
|
14267
14267
|
super(...arguments);
|
|
14268
|
-
|
|
14269
|
-
|
|
14270
|
-
|
|
14271
|
-
|
|
14272
|
-
|
|
14273
|
-
|
|
14268
|
+
Y(this, "showTooltip", !1);
|
|
14269
|
+
Y(this, "textOverflows", !1);
|
|
14270
|
+
Y(this, "measurementComplete", !1);
|
|
14271
|
+
Y(this, "uid", Math.floor(Math.random() * 1e9));
|
|
14272
|
+
Y(this, "intersectionObserver", null);
|
|
14273
|
+
Y(this, "isVisible", !1);
|
|
14274
14274
|
}
|
|
14275
14275
|
mounted() {
|
|
14276
14276
|
this.checkTextOverflows();
|
|
@@ -14346,30 +14346,30 @@ var V7 = Object.defineProperty, _7 = Object.getOwnPropertyDescriptor, Ve = (e, i
|
|
|
14346
14346
|
let Xe = class extends we {
|
|
14347
14347
|
constructor() {
|
|
14348
14348
|
super(...arguments);
|
|
14349
|
-
|
|
14350
|
-
|
|
14351
|
-
|
|
14352
|
-
|
|
14353
|
-
|
|
14354
|
-
|
|
14355
|
-
|
|
14356
|
-
|
|
14357
|
-
|
|
14358
|
-
|
|
14359
|
-
|
|
14360
|
-
|
|
14361
|
-
|
|
14362
|
-
|
|
14363
|
-
|
|
14364
|
-
|
|
14365
|
-
|
|
14366
|
-
|
|
14367
|
-
|
|
14368
|
-
|
|
14369
|
-
|
|
14370
|
-
|
|
14371
|
-
|
|
14372
|
-
|
|
14349
|
+
Y(this, "columns");
|
|
14350
|
+
Y(this, "rows");
|
|
14351
|
+
Y(this, "showHeader");
|
|
14352
|
+
Y(this, "name");
|
|
14353
|
+
Y(this, "count");
|
|
14354
|
+
Y(this, "grid");
|
|
14355
|
+
Y(this, "sortToggleOrder");
|
|
14356
|
+
Y(this, "defaultSort");
|
|
14357
|
+
Y(this, "isDarkMode");
|
|
14358
|
+
Y(this, "tableContainerStyles");
|
|
14359
|
+
Y(this, "tableStyles");
|
|
14360
|
+
Y(this, "tableHeaderStyles");
|
|
14361
|
+
Y(this, "tableNameStyles");
|
|
14362
|
+
Y(this, "tableCountStyles");
|
|
14363
|
+
Y(this, "tableContentStyles");
|
|
14364
|
+
Y(this, "tableColumnLabelsStyles");
|
|
14365
|
+
Y(this, "tableColumnLabelStyles");
|
|
14366
|
+
Y(this, "tableSortIconStyles");
|
|
14367
|
+
Y(this, "tableRowsStyles");
|
|
14368
|
+
Y(this, "tableRowStyles");
|
|
14369
|
+
Y(this, "tableCellStyles");
|
|
14370
|
+
Y(this, "tableSubrowsStyles");
|
|
14371
|
+
Y(this, "gridStyles", {});
|
|
14372
|
+
Y(this, "currentSort", {
|
|
14373
14373
|
column: null,
|
|
14374
14374
|
direction: ((en = this.sortToggleOrder) == null ? void 0 : en[0]) !== void 0 ? this.sortToggleOrder[0] : -1
|
|
14375
14375
|
});
|
|
@@ -14738,11 +14738,11 @@ var a6 = Object.defineProperty, l6 = Object.getOwnPropertyDescriptor, Is = (e, i
|
|
|
14738
14738
|
let Ri = class extends we {
|
|
14739
14739
|
constructor() {
|
|
14740
14740
|
super(...arguments);
|
|
14741
|
-
|
|
14742
|
-
|
|
14743
|
-
|
|
14744
|
-
|
|
14745
|
-
|
|
14741
|
+
Y(this, "name");
|
|
14742
|
+
Y(this, "actions");
|
|
14743
|
+
Y(this, "visibleMenuActionId", "");
|
|
14744
|
+
Y(this, "hoveringMenuActionId", null);
|
|
14745
|
+
Y(this, "focusedMenuOptionIndex", null);
|
|
14746
14746
|
}
|
|
14747
14747
|
blurActions() {
|
|
14748
14748
|
this.visibleMenuActionId = "", this.hoveringMenuActionId = null, this.focusedMenuOptionIndex = null;
|
|
@@ -14855,11 +14855,11 @@ var f6 = Object.defineProperty, A6 = Object.getOwnPropertyDescriptor, Ii = (e, i
|
|
|
14855
14855
|
let ti = class extends we {
|
|
14856
14856
|
constructor() {
|
|
14857
14857
|
super(...arguments);
|
|
14858
|
-
|
|
14859
|
-
|
|
14860
|
-
|
|
14861
|
-
|
|
14862
|
-
|
|
14858
|
+
Y(this, "perPage");
|
|
14859
|
+
Y(this, "currentPage");
|
|
14860
|
+
Y(this, "total");
|
|
14861
|
+
Y(this, "unit");
|
|
14862
|
+
Y(this, "isDarkMode");
|
|
14863
14863
|
}
|
|
14864
14864
|
get nextPageDisabled() {
|
|
14865
14865
|
return this.currentPage >= Math.floor((this.total - 1) / this.perPage);
|
|
@@ -14951,8 +14951,8 @@ var L6 = Object.defineProperty, b6 = Object.getOwnPropertyDescriptor, ks = (e, i
|
|
|
14951
14951
|
let Si = class extends we {
|
|
14952
14952
|
constructor() {
|
|
14953
14953
|
super(...arguments);
|
|
14954
|
-
|
|
14955
|
-
|
|
14954
|
+
Y(this, "currentPage");
|
|
14955
|
+
Y(this, "total");
|
|
14956
14956
|
}
|
|
14957
14957
|
get nextPageDisabled() {
|
|
14958
14958
|
return this.currentPage >= Math.floor(this.total - 1);
|
|
@@ -15045,18 +15045,18 @@ var S6 = Object.defineProperty, T6 = Object.getOwnPropertyDescriptor, Ft = (e, i
|
|
|
15045
15045
|
let kt = class extends we {
|
|
15046
15046
|
constructor() {
|
|
15047
15047
|
super(...arguments);
|
|
15048
|
-
|
|
15049
|
-
|
|
15050
|
-
|
|
15051
|
-
|
|
15052
|
-
|
|
15053
|
-
|
|
15054
|
-
|
|
15055
|
-
|
|
15056
|
-
|
|
15057
|
-
|
|
15058
|
-
|
|
15059
|
-
|
|
15048
|
+
Y(this, "type");
|
|
15049
|
+
Y(this, "placeholder");
|
|
15050
|
+
Y(this, "maxlength");
|
|
15051
|
+
Y(this, "modelValue");
|
|
15052
|
+
Y(this, "autoFocus");
|
|
15053
|
+
Y(this, "searchResultInfo");
|
|
15054
|
+
Y(this, "isDarkMode");
|
|
15055
|
+
Y(this, "disabled");
|
|
15056
|
+
Y(this, "hover", !1);
|
|
15057
|
+
Y(this, "focus", !1);
|
|
15058
|
+
Y(this, "clearHover", !1);
|
|
15059
|
+
Y(this, "clearFocus", !1);
|
|
15060
15060
|
}
|
|
15061
15061
|
keyDownClearSearch(s) {
|
|
15062
15062
|
(s.key === "Enter" || s.key === " ") && (s.preventDefault(), this.clearSearch());
|
|
@@ -15194,8 +15194,8 @@ var F6 = Object.defineProperty, N6 = Object.getOwnPropertyDescriptor, xs = (e, i
|
|
|
15194
15194
|
let Ti = class extends we {
|
|
15195
15195
|
constructor() {
|
|
15196
15196
|
super(...arguments);
|
|
15197
|
-
|
|
15198
|
-
|
|
15197
|
+
Y(this, "showClose");
|
|
15198
|
+
Y(this, "isDarkMode");
|
|
15199
15199
|
}
|
|
15200
15200
|
emitClick(s) {
|
|
15201
15201
|
return s;
|
|
@@ -15251,8 +15251,8 @@ var n9 = Object.defineProperty, r9 = Object.getOwnPropertyDescriptor, kr = (e, i
|
|
|
15251
15251
|
let Ms = class extends we {
|
|
15252
15252
|
constructor() {
|
|
15253
15253
|
super(...arguments);
|
|
15254
|
-
|
|
15255
|
-
|
|
15254
|
+
Y(this, "bundleId");
|
|
15255
|
+
Y(this, "urls", {
|
|
15256
15256
|
PhonePersonBehavioralHealth: q6,
|
|
15257
15257
|
PhonePersonEMT: X6,
|
|
15258
15258
|
PhonePersonEssentials: K6,
|
|
@@ -15319,9 +15319,9 @@ var w9 = Object.defineProperty, y9 = Object.getOwnPropertyDescriptor, lo = (e, i
|
|
|
15319
15319
|
let bi = class extends we {
|
|
15320
15320
|
constructor() {
|
|
15321
15321
|
super(...arguments);
|
|
15322
|
-
|
|
15323
|
-
|
|
15324
|
-
|
|
15322
|
+
Y(this, "showCloseButton");
|
|
15323
|
+
Y(this, "customCloseStyles");
|
|
15324
|
+
Y(this, "isDarkMode");
|
|
15325
15325
|
}
|
|
15326
15326
|
get hasHeadSlot() {
|
|
15327
15327
|
var s, o, t, n;
|
|
@@ -15392,12 +15392,12 @@ var E9 = Object.defineProperty, B9 = Object.getOwnPropertyDescriptor, ho = (e, i
|
|
|
15392
15392
|
let Ei = class extends we {
|
|
15393
15393
|
constructor() {
|
|
15394
15394
|
super(...arguments);
|
|
15395
|
-
|
|
15396
|
-
|
|
15397
|
-
|
|
15398
|
-
|
|
15399
|
-
|
|
15400
|
-
|
|
15395
|
+
Y(this, "showCloseButton");
|
|
15396
|
+
Y(this, "customCloseStyles");
|
|
15397
|
+
Y(this, "isDarkMode");
|
|
15398
|
+
Y(this, "focusListener", null);
|
|
15399
|
+
Y(this, "savedYPosition", 0);
|
|
15400
|
+
Y(this, "modalNumber", 0);
|
|
15401
15401
|
}
|
|
15402
15402
|
numberOfModals() {
|
|
15403
15403
|
return document.querySelectorAll(".uikit-modal-container").length;
|
|
@@ -15514,10 +15514,10 @@ var I9 = Object.defineProperty, k9 = Object.getOwnPropertyDescriptor, Ji = (e, i
|
|
|
15514
15514
|
let pi = class extends we {
|
|
15515
15515
|
constructor() {
|
|
15516
15516
|
super(...arguments);
|
|
15517
|
-
|
|
15518
|
-
|
|
15519
|
-
|
|
15520
|
-
|
|
15517
|
+
Y(this, "error");
|
|
15518
|
+
Y(this, "modelValue");
|
|
15519
|
+
Y(this, "highlightInput", !1);
|
|
15520
|
+
Y(this, "cursorIndex", 0);
|
|
15521
15521
|
}
|
|
15522
15522
|
mounted() {
|
|
15523
15523
|
setTimeout(() => {
|
|
@@ -15619,14 +15619,14 @@ var G9 = Object.defineProperty, Q9 = Object.getOwnPropertyDescriptor, qt = (e, i
|
|
|
15619
15619
|
let Ot = class extends we {
|
|
15620
15620
|
constructor() {
|
|
15621
15621
|
super(...arguments);
|
|
15622
|
-
|
|
15623
|
-
|
|
15624
|
-
|
|
15625
|
-
|
|
15626
|
-
|
|
15627
|
-
|
|
15628
|
-
|
|
15629
|
-
|
|
15622
|
+
Y(this, "parentError");
|
|
15623
|
+
Y(this, "parentIsLoading");
|
|
15624
|
+
Y(this, "email");
|
|
15625
|
+
Y(this, "modelValue");
|
|
15626
|
+
Y(this, "errorMessage", "");
|
|
15627
|
+
Y(this, "isLoading", !1);
|
|
15628
|
+
Y(this, "isResending", !1);
|
|
15629
|
+
Y(this, "highlightInput", !1);
|
|
15630
15630
|
}
|
|
15631
15631
|
parentErrorChanged(s, o) {
|
|
15632
15632
|
s !== o && (this.errorMessage = s);
|
|
@@ -15752,7 +15752,7 @@ var H9 = Object.defineProperty, z9 = Object.getOwnPropertyDescriptor, Qr = (e, i
|
|
|
15752
15752
|
let Ls = class extends we {
|
|
15753
15753
|
constructor() {
|
|
15754
15754
|
super(...arguments);
|
|
15755
|
-
|
|
15755
|
+
Y(this, "isDarkMode");
|
|
15756
15756
|
}
|
|
15757
15757
|
};
|
|
15758
15758
|
Qr([
|
|
@@ -15783,14 +15783,14 @@ var Z9 = Object.defineProperty, J9 = Object.getOwnPropertyDescriptor, Xt = (e, i
|
|
|
15783
15783
|
let Yt = class extends we {
|
|
15784
15784
|
constructor() {
|
|
15785
15785
|
super(...arguments);
|
|
15786
|
-
|
|
15787
|
-
|
|
15788
|
-
|
|
15789
|
-
|
|
15790
|
-
|
|
15791
|
-
|
|
15792
|
-
|
|
15793
|
-
|
|
15786
|
+
Y(this, "exam");
|
|
15787
|
+
Y(this, "bundle");
|
|
15788
|
+
Y(this, "showCancelButton");
|
|
15789
|
+
Y(this, "disableInteraction");
|
|
15790
|
+
Y(this, "isPremium");
|
|
15791
|
+
Y(this, "isSelected");
|
|
15792
|
+
Y(this, "isDarkMode");
|
|
15793
|
+
Y(this, "bundleColor", null);
|
|
15794
15794
|
}
|
|
15795
15795
|
mounted() {
|
|
15796
15796
|
var s, o, t, n;
|
|
@@ -15916,13 +15916,13 @@ var $9 = Object.defineProperty, ec = Object.getOwnPropertyDescriptor, ki = (e, i
|
|
|
15916
15916
|
let ii = class extends we {
|
|
15917
15917
|
constructor() {
|
|
15918
15918
|
super(...arguments);
|
|
15919
|
-
|
|
15920
|
-
|
|
15921
|
-
|
|
15922
|
-
|
|
15923
|
-
|
|
15924
|
-
|
|
15925
|
-
|
|
15919
|
+
Y(this, "bundles");
|
|
15920
|
+
Y(this, "modelValue");
|
|
15921
|
+
Y(this, "isDarkMode");
|
|
15922
|
+
Y(this, "premiumBundleIds");
|
|
15923
|
+
Y(this, "hoverBundleId", null);
|
|
15924
|
+
Y(this, "hoverBundleColor", null);
|
|
15925
|
+
Y(this, "selectedBundleColor", null);
|
|
15926
15926
|
}
|
|
15927
15927
|
mounted() {
|
|
15928
15928
|
this.modelValue && this.selectBundle(this.modelValue);
|
|
@@ -16029,17 +16029,17 @@ var sc = Object.defineProperty, nc = Object.getOwnPropertyDescriptor, Nt = (e, i
|
|
|
16029
16029
|
let xt = class extends we {
|
|
16030
16030
|
constructor() {
|
|
16031
16031
|
super(...arguments);
|
|
16032
|
-
|
|
16033
|
-
|
|
16034
|
-
|
|
16035
|
-
|
|
16036
|
-
|
|
16037
|
-
|
|
16038
|
-
|
|
16039
|
-
|
|
16040
|
-
|
|
16041
|
-
|
|
16042
|
-
|
|
16032
|
+
Y(this, "bundles");
|
|
16033
|
+
Y(this, "examMetadataById");
|
|
16034
|
+
Y(this, "premiumBundleIds");
|
|
16035
|
+
Y(this, "premiumExamIds");
|
|
16036
|
+
Y(this, "isDarkMode");
|
|
16037
|
+
Y(this, "selectedExam", null);
|
|
16038
|
+
Y(this, "selectedBundle", null);
|
|
16039
|
+
Y(this, "examSearchString", "");
|
|
16040
|
+
Y(this, "examDisplayName", "");
|
|
16041
|
+
Y(this, "examSearchContainer", null);
|
|
16042
|
+
Y(this, "smallBreakpoint", 420);
|
|
16043
16043
|
}
|
|
16044
16044
|
get filteredExams() {
|
|
16045
16045
|
return this.bundleExams.filter(
|
|
@@ -16130,7 +16130,7 @@ xt = Nt([
|
|
|
16130
16130
|
Icon: Ue
|
|
16131
16131
|
},
|
|
16132
16132
|
directives: {
|
|
16133
|
-
breakpoint:
|
|
16133
|
+
breakpoint: Lt,
|
|
16134
16134
|
dark: je
|
|
16135
16135
|
}
|
|
16136
16136
|
})
|
|
@@ -16286,13 +16286,13 @@ var wc = Object.defineProperty, yc = Object.getOwnPropertyDescriptor, Kt = (e, i
|
|
|
16286
16286
|
let Rt = class extends we {
|
|
16287
16287
|
constructor() {
|
|
16288
16288
|
super(...arguments);
|
|
16289
|
-
|
|
16290
|
-
|
|
16291
|
-
|
|
16292
|
-
|
|
16293
|
-
|
|
16294
|
-
|
|
16295
|
-
|
|
16289
|
+
Y(this, "exam");
|
|
16290
|
+
Y(this, "bundleId");
|
|
16291
|
+
Y(this, "theme");
|
|
16292
|
+
Y(this, "isPremium");
|
|
16293
|
+
Y(this, "showMenuArrow");
|
|
16294
|
+
Y(this, "menuArrowDirection");
|
|
16295
|
+
Y(this, "isClickable");
|
|
16296
16296
|
}
|
|
16297
16297
|
emitClick(s) {
|
|
16298
16298
|
return s;
|
|
@@ -16389,8 +16389,8 @@ var kc = Object.defineProperty, xc = Object.getOwnPropertyDescriptor, Us = (e, i
|
|
|
16389
16389
|
let io = class extends we {
|
|
16390
16390
|
constructor() {
|
|
16391
16391
|
super(...arguments);
|
|
16392
|
-
|
|
16393
|
-
|
|
16392
|
+
Y(this, "errors");
|
|
16393
|
+
Y(this, "isDarkMode");
|
|
16394
16394
|
}
|
|
16395
16395
|
get filteredErrors() {
|
|
16396
16396
|
return [...new Set(this.errors)];
|
|
@@ -16454,7 +16454,7 @@ var Qc = Object.defineProperty, Oc = Object.getOwnPropertyDescriptor, Yc = (e, i
|
|
|
16454
16454
|
let Ts = class extends we {
|
|
16455
16455
|
constructor() {
|
|
16456
16456
|
super(...arguments);
|
|
16457
|
-
|
|
16457
|
+
Y(this, "colors", {
|
|
16458
16458
|
grayscale: {
|
|
16459
16459
|
color1: "#647D8F",
|
|
16460
16460
|
color2: Re.brandBlack
|
|
@@ -16521,29 +16521,30 @@ function Uc(e, i, s, o, t, n) {
|
|
|
16521
16521
|
]);
|
|
16522
16522
|
}
|
|
16523
16523
|
const qc = /* @__PURE__ */ me(Ts, [["render", Uc]]);
|
|
16524
|
-
var Xc = Object.defineProperty, Kc = Object.getOwnPropertyDescriptor,
|
|
16524
|
+
var Xc = Object.defineProperty, Kc = Object.getOwnPropertyDescriptor, wt = (e, i, s, o) => {
|
|
16525
16525
|
for (var t = o > 1 ? void 0 : o ? Kc(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
16526
16526
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
16527
16527
|
return o && t && Xc(i, s, t), t;
|
|
16528
16528
|
};
|
|
16529
|
-
let
|
|
16529
|
+
let ut = class extends we {
|
|
16530
16530
|
constructor() {
|
|
16531
16531
|
super(...arguments);
|
|
16532
|
-
|
|
16533
|
-
|
|
16534
|
-
|
|
16535
|
-
|
|
16536
|
-
|
|
16537
|
-
|
|
16538
|
-
|
|
16539
|
-
|
|
16540
|
-
|
|
16541
|
-
|
|
16542
|
-
|
|
16543
|
-
|
|
16544
|
-
|
|
16545
|
-
|
|
16546
|
-
|
|
16532
|
+
Y(this, "name");
|
|
16533
|
+
Y(this, "tabs");
|
|
16534
|
+
Y(this, "activeTabName");
|
|
16535
|
+
Y(this, "steppedTabs");
|
|
16536
|
+
Y(this, "cancelButtonText");
|
|
16537
|
+
Y(this, "customCancelButtonAction");
|
|
16538
|
+
Y(this, "customContentStyles");
|
|
16539
|
+
Y(this, "width");
|
|
16540
|
+
Y(this, "disableTransition");
|
|
16541
|
+
Y(this, "isTeachSidePanel");
|
|
16542
|
+
Y(this, "isDarkMode");
|
|
16543
|
+
Y(this, "openSidePanel", !1);
|
|
16544
|
+
Y(this, "notContentHeight", this.tabs && this.tabs.length ? 262 : 218);
|
|
16545
|
+
Y(this, "focusListener", null);
|
|
16546
|
+
Y(this, "savedYPosition", 0);
|
|
16547
|
+
Y(this, "sidePanelNumber", 0);
|
|
16547
16548
|
}
|
|
16548
16549
|
get sidePanelWidth() {
|
|
16549
16550
|
return this.width === "large" ? 572 : this.width === "medium" ? 460 : this.width;
|
|
@@ -16603,46 +16604,49 @@ let At = class extends we {
|
|
|
16603
16604
|
return s;
|
|
16604
16605
|
}
|
|
16605
16606
|
};
|
|
16606
|
-
|
|
16607
|
+
wt([
|
|
16607
16608
|
W()
|
|
16608
|
-
],
|
|
16609
|
-
|
|
16609
|
+
], ut.prototype, "name", 2);
|
|
16610
|
+
wt([
|
|
16610
16611
|
W({ default: () => [] })
|
|
16611
|
-
],
|
|
16612
|
-
|
|
16612
|
+
], ut.prototype, "tabs", 2);
|
|
16613
|
+
wt([
|
|
16613
16614
|
W({ default: void 0 })
|
|
16614
|
-
],
|
|
16615
|
-
|
|
16615
|
+
], ut.prototype, "activeTabName", 2);
|
|
16616
|
+
wt([
|
|
16616
16617
|
W({ default: !1 })
|
|
16617
|
-
],
|
|
16618
|
-
|
|
16618
|
+
], ut.prototype, "steppedTabs", 2);
|
|
16619
|
+
wt([
|
|
16619
16620
|
W({ default: "Cancel" })
|
|
16620
|
-
],
|
|
16621
|
-
|
|
16621
|
+
], ut.prototype, "cancelButtonText", 2);
|
|
16622
|
+
wt([
|
|
16622
16623
|
W({ default: !1 })
|
|
16623
|
-
],
|
|
16624
|
-
|
|
16624
|
+
], ut.prototype, "customCancelButtonAction", 2);
|
|
16625
|
+
wt([
|
|
16625
16626
|
W({ default: () => ({}) })
|
|
16626
|
-
],
|
|
16627
|
-
|
|
16627
|
+
], ut.prototype, "customContentStyles", 2);
|
|
16628
|
+
wt([
|
|
16628
16629
|
W({ default: "large" })
|
|
16629
|
-
],
|
|
16630
|
-
|
|
16630
|
+
], ut.prototype, "width", 2);
|
|
16631
|
+
wt([
|
|
16631
16632
|
W({ default: !1 })
|
|
16632
|
-
],
|
|
16633
|
-
|
|
16633
|
+
], ut.prototype, "disableTransition", 2);
|
|
16634
|
+
wt([
|
|
16634
16635
|
W({ default: !1 })
|
|
16635
|
-
],
|
|
16636
|
-
|
|
16636
|
+
], ut.prototype, "isTeachSidePanel", 2);
|
|
16637
|
+
wt([
|
|
16638
|
+
W({ default: !1 })
|
|
16639
|
+
], ut.prototype, "isDarkMode", 2);
|
|
16640
|
+
wt([
|
|
16637
16641
|
De("close")
|
|
16638
|
-
],
|
|
16639
|
-
|
|
16642
|
+
], ut.prototype, "emitClose", 1);
|
|
16643
|
+
wt([
|
|
16640
16644
|
De("close-button")
|
|
16641
|
-
],
|
|
16642
|
-
|
|
16645
|
+
], ut.prototype, "emitCloseButton", 1);
|
|
16646
|
+
wt([
|
|
16643
16647
|
De("selectTab")
|
|
16644
|
-
],
|
|
16645
|
-
|
|
16648
|
+
], ut.prototype, "emitSelectTab", 1);
|
|
16649
|
+
ut = wt([
|
|
16646
16650
|
ve({
|
|
16647
16651
|
components: {
|
|
16648
16652
|
Icon: Ue,
|
|
@@ -16652,7 +16656,7 @@ At = bt([
|
|
|
16652
16656
|
dark: je
|
|
16653
16657
|
}
|
|
16654
16658
|
})
|
|
16655
|
-
],
|
|
16659
|
+
], ut);
|
|
16656
16660
|
const Vc = { class: "uikit-side-panel__title-inner" }, _c = {
|
|
16657
16661
|
key: 0,
|
|
16658
16662
|
class: "uikit-side-panel__tabs",
|
|
@@ -16686,7 +16690,8 @@ function op(e, i, s, o, t, n) {
|
|
|
16686
16690
|
he((q(), ie("div", {
|
|
16687
16691
|
class: Le(["uikit-side-panel__head", {
|
|
16688
16692
|
"uikit-side-panel__head--has-tabs": e.tabs && e.tabs.length,
|
|
16689
|
-
"uikit-side-panel__head--has-stepped-tabs": e.tabs && e.tabs.length && e.steppedTabs
|
|
16693
|
+
"uikit-side-panel__head--has-stepped-tabs": e.tabs && e.tabs.length && e.steppedTabs,
|
|
16694
|
+
"uikit-side-panel__head--teach-side-panel": e.isTeachSidePanel
|
|
16690
16695
|
}])
|
|
16691
16696
|
}, [
|
|
16692
16697
|
he((q(), ie("div", {
|
|
@@ -16739,7 +16744,10 @@ function op(e, i, s, o, t, n) {
|
|
|
16739
16744
|
]),
|
|
16740
16745
|
Be(e.$slots, "sidePanelContent", {}, () => [
|
|
16741
16746
|
he((q(), ie("div", {
|
|
16742
|
-
class: Le(["uikit-side-panel__content", {
|
|
16747
|
+
class: Le(["uikit-side-panel__content", {
|
|
16748
|
+
"uikit-side-panel__content--has-tabs": e.tabs && e.tabs.length,
|
|
16749
|
+
"uikit-side-panel__content--teach-side-panel": e.isTeachSidePanel
|
|
16750
|
+
}]),
|
|
16743
16751
|
style: Ke({ ...e.customContentStyles })
|
|
16744
16752
|
}, [
|
|
16745
16753
|
Be(e.$slots, "default")
|
|
@@ -16777,7 +16785,7 @@ function op(e, i, s, o, t, n) {
|
|
|
16777
16785
|
[k, e.isDarkMode]
|
|
16778
16786
|
]);
|
|
16779
16787
|
}
|
|
16780
|
-
const sp = /* @__PURE__ */ me(
|
|
16788
|
+
const sp = /* @__PURE__ */ me(ut, [["render", op]]);
|
|
16781
16789
|
/*!
|
|
16782
16790
|
*
|
|
16783
16791
|
* plugins/keyboardnav.js
|
|
@@ -17128,18 +17136,18 @@ var np = Object.defineProperty, rp = Object.getOwnPropertyDescriptor, xi = (e, i
|
|
|
17128
17136
|
let oi = class extends we {
|
|
17129
17137
|
constructor() {
|
|
17130
17138
|
super(...arguments);
|
|
17131
|
-
|
|
17132
|
-
|
|
17133
|
-
|
|
17134
|
-
|
|
17135
|
-
|
|
17136
|
-
|
|
17137
|
-
|
|
17138
|
-
|
|
17139
|
-
|
|
17140
|
-
|
|
17141
|
-
|
|
17142
|
-
|
|
17139
|
+
Y(this, "label");
|
|
17140
|
+
Y(this, "placeholder");
|
|
17141
|
+
Y(this, "modelValue");
|
|
17142
|
+
Y(this, "isDarkMode");
|
|
17143
|
+
Y(this, "disabled");
|
|
17144
|
+
Y(this, "calendar", null);
|
|
17145
|
+
Y(this, "calendarInput", null);
|
|
17146
|
+
Y(this, "dateString", "");
|
|
17147
|
+
Y(this, "hover", !1);
|
|
17148
|
+
Y(this, "isShowingCalendar", !1);
|
|
17149
|
+
Y(this, "afterCalendarTab", -1);
|
|
17150
|
+
Y(this, "showClearDateTooltip", !1);
|
|
17143
17151
|
}
|
|
17144
17152
|
beforeUnmount() {
|
|
17145
17153
|
var s;
|
|
@@ -17298,15 +17306,15 @@ var cp = Object.defineProperty, pp = Object.getOwnPropertyDescriptor, Vt = (e, i
|
|
|
17298
17306
|
let St = class extends we {
|
|
17299
17307
|
constructor() {
|
|
17300
17308
|
super(...arguments);
|
|
17301
|
-
|
|
17302
|
-
|
|
17303
|
-
|
|
17304
|
-
|
|
17305
|
-
|
|
17306
|
-
|
|
17307
|
-
|
|
17308
|
-
|
|
17309
|
-
|
|
17309
|
+
Y(this, "quizLength");
|
|
17310
|
+
Y(this, "quizMode");
|
|
17311
|
+
Y(this, "questionNumber");
|
|
17312
|
+
Y(this, "isDarkMode");
|
|
17313
|
+
Y(this, "isCorrect");
|
|
17314
|
+
Y(this, "contextIconType");
|
|
17315
|
+
Y(this, "questionEl");
|
|
17316
|
+
Y(this, "showAnswers");
|
|
17317
|
+
Y(this, "breakpoints");
|
|
17310
17318
|
}
|
|
17311
17319
|
};
|
|
17312
17320
|
Vt([
|
|
@@ -17347,7 +17355,7 @@ St = Vt([
|
|
|
17347
17355
|
},
|
|
17348
17356
|
directives: {
|
|
17349
17357
|
dark: je,
|
|
17350
|
-
breakpoint:
|
|
17358
|
+
breakpoint: Lt
|
|
17351
17359
|
}
|
|
17352
17360
|
})
|
|
17353
17361
|
], St);
|
|
@@ -17407,62 +17415,62 @@ var yp = Object.defineProperty, Mp = Object.getOwnPropertyDescriptor, jt = (e, i
|
|
|
17407
17415
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
17408
17416
|
return o && t && yp(i, s, t), t;
|
|
17409
17417
|
};
|
|
17410
|
-
let
|
|
17418
|
+
let Mt = class extends we {
|
|
17411
17419
|
constructor() {
|
|
17412
17420
|
super(...arguments);
|
|
17413
|
-
|
|
17414
|
-
|
|
17415
|
-
|
|
17416
|
-
|
|
17417
|
-
|
|
17418
|
-
|
|
17419
|
-
|
|
17420
|
-
|
|
17421
|
-
|
|
17422
|
-
|
|
17423
|
-
|
|
17421
|
+
Y(this, "isDarkMode");
|
|
17422
|
+
Y(this, "question");
|
|
17423
|
+
Y(this, "imageUrlPrefix");
|
|
17424
|
+
Y(this, "passageImageUrl");
|
|
17425
|
+
Y(this, "showPassageImageLongAlt");
|
|
17426
|
+
Y(this, "passageImageLongAlt");
|
|
17427
|
+
Y(this, "passageImageAlt");
|
|
17428
|
+
Y(this, "passageAndImageTitle");
|
|
17429
|
+
Y(this, "questionEl");
|
|
17430
|
+
Y(this, "breakpoints");
|
|
17431
|
+
Y(this, "showPassageImageDropdown", !1);
|
|
17424
17432
|
}
|
|
17425
17433
|
togglePassageImageLongAltDropdown() {
|
|
17426
17434
|
}
|
|
17427
17435
|
};
|
|
17428
17436
|
jt([
|
|
17429
17437
|
W({ default: !1 })
|
|
17430
|
-
],
|
|
17438
|
+
], Mt.prototype, "isDarkMode", 2);
|
|
17431
17439
|
jt([
|
|
17432
17440
|
W()
|
|
17433
|
-
],
|
|
17441
|
+
], Mt.prototype, "question", 2);
|
|
17434
17442
|
jt([
|
|
17435
17443
|
W({ default: "" })
|
|
17436
|
-
],
|
|
17444
|
+
], Mt.prototype, "imageUrlPrefix", 2);
|
|
17437
17445
|
jt([
|
|
17438
17446
|
W({ default: null })
|
|
17439
|
-
],
|
|
17447
|
+
], Mt.prototype, "passageImageUrl", 2);
|
|
17440
17448
|
jt([
|
|
17441
17449
|
W({ default: !1 })
|
|
17442
|
-
],
|
|
17450
|
+
], Mt.prototype, "showPassageImageLongAlt", 2);
|
|
17443
17451
|
jt([
|
|
17444
17452
|
W({ default: "" })
|
|
17445
|
-
],
|
|
17453
|
+
], Mt.prototype, "passageImageLongAlt", 2);
|
|
17446
17454
|
jt([
|
|
17447
17455
|
W({ default: "" })
|
|
17448
|
-
],
|
|
17456
|
+
], Mt.prototype, "passageImageAlt", 2);
|
|
17449
17457
|
jt([
|
|
17450
17458
|
W({ default: "Passage" })
|
|
17451
|
-
],
|
|
17459
|
+
], Mt.prototype, "passageAndImageTitle", 2);
|
|
17452
17460
|
jt([
|
|
17453
17461
|
W({ default: null })
|
|
17454
|
-
],
|
|
17462
|
+
], Mt.prototype, "questionEl", 2);
|
|
17455
17463
|
jt([
|
|
17456
17464
|
W({ default: {
|
|
17457
17465
|
mobile: 767,
|
|
17458
17466
|
"tablet-portrait": 1023,
|
|
17459
17467
|
"tablet-landscape": 1439
|
|
17460
17468
|
} })
|
|
17461
|
-
],
|
|
17469
|
+
], Mt.prototype, "breakpoints", 2);
|
|
17462
17470
|
jt([
|
|
17463
17471
|
De("togglePassageImageLongAltDropdown")
|
|
17464
|
-
],
|
|
17465
|
-
|
|
17472
|
+
], Mt.prototype, "togglePassageImageLongAltDropdown", 1);
|
|
17473
|
+
Mt = jt([
|
|
17466
17474
|
ve({
|
|
17467
17475
|
components: {
|
|
17468
17476
|
Icon: Ue,
|
|
@@ -17470,10 +17478,10 @@ yt = jt([
|
|
|
17470
17478
|
},
|
|
17471
17479
|
directives: {
|
|
17472
17480
|
dark: je,
|
|
17473
|
-
breakpoint:
|
|
17481
|
+
breakpoint: Lt
|
|
17474
17482
|
}
|
|
17475
17483
|
})
|
|
17476
|
-
],
|
|
17484
|
+
], Mt);
|
|
17477
17485
|
const Lp = {
|
|
17478
17486
|
key: 0,
|
|
17479
17487
|
ref: "uikit-question-passage-and-image-dropdown",
|
|
@@ -17583,8 +17591,8 @@ function Pp(e, i, s, o, t, n) {
|
|
|
17583
17591
|
[k, e.isDarkMode]
|
|
17584
17592
|
]) : be("", !0);
|
|
17585
17593
|
}
|
|
17586
|
-
const Gp = /* @__PURE__ */ me(
|
|
17587
|
-
var Qp = Object.defineProperty, Op = Object.getOwnPropertyDescriptor,
|
|
17594
|
+
const Gp = /* @__PURE__ */ me(Mt, [["render", Pp]]);
|
|
17595
|
+
var Qp = Object.defineProperty, Op = Object.getOwnPropertyDescriptor, gt = (e, i, s, o) => {
|
|
17588
17596
|
for (var t = o > 1 ? void 0 : o ? Op(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
17589
17597
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
17590
17598
|
return o && t && Qp(i, s, t), t;
|
|
@@ -17592,78 +17600,78 @@ var Qp = Object.defineProperty, Op = Object.getOwnPropertyDescriptor, ut = (e, i
|
|
|
17592
17600
|
let ht = class extends we {
|
|
17593
17601
|
constructor() {
|
|
17594
17602
|
super(...arguments);
|
|
17595
|
-
|
|
17596
|
-
|
|
17597
|
-
|
|
17598
|
-
|
|
17599
|
-
|
|
17600
|
-
|
|
17601
|
-
|
|
17602
|
-
|
|
17603
|
-
|
|
17604
|
-
|
|
17605
|
-
|
|
17606
|
-
|
|
17607
|
-
|
|
17608
|
-
|
|
17609
|
-
|
|
17603
|
+
Y(this, "question");
|
|
17604
|
+
Y(this, "answerKeys");
|
|
17605
|
+
Y(this, "choice");
|
|
17606
|
+
Y(this, "globalMetrics");
|
|
17607
|
+
Y(this, "showAnswers");
|
|
17608
|
+
Y(this, "isMCR");
|
|
17609
|
+
Y(this, "showExplanationImageLongAlt");
|
|
17610
|
+
Y(this, "explanationImageUrl");
|
|
17611
|
+
Y(this, "explanationImageAlt");
|
|
17612
|
+
Y(this, "explanationImageLongAlt");
|
|
17613
|
+
Y(this, "reference");
|
|
17614
|
+
Y(this, "hideReferences");
|
|
17615
|
+
Y(this, "isDarkMode");
|
|
17616
|
+
Y(this, "questionEl");
|
|
17617
|
+
Y(this, "breakpoints");
|
|
17610
17618
|
}
|
|
17611
17619
|
toggleDropdownExplanationImageLongAlt() {
|
|
17612
17620
|
}
|
|
17613
17621
|
};
|
|
17614
|
-
|
|
17622
|
+
gt([
|
|
17615
17623
|
W()
|
|
17616
17624
|
], ht.prototype, "question", 2);
|
|
17617
|
-
|
|
17625
|
+
gt([
|
|
17618
17626
|
W({ default: [] })
|
|
17619
17627
|
], ht.prototype, "answerKeys", 2);
|
|
17620
|
-
|
|
17628
|
+
gt([
|
|
17621
17629
|
W()
|
|
17622
17630
|
], ht.prototype, "choice", 2);
|
|
17623
|
-
|
|
17631
|
+
gt([
|
|
17624
17632
|
W({ default: null })
|
|
17625
17633
|
], ht.prototype, "globalMetrics", 2);
|
|
17626
|
-
|
|
17634
|
+
gt([
|
|
17627
17635
|
W({ default: !1 })
|
|
17628
17636
|
], ht.prototype, "showAnswers", 2);
|
|
17629
|
-
|
|
17637
|
+
gt([
|
|
17630
17638
|
W({ default: !1 })
|
|
17631
17639
|
], ht.prototype, "isMCR", 2);
|
|
17632
|
-
|
|
17640
|
+
gt([
|
|
17633
17641
|
W({ default: !1 })
|
|
17634
17642
|
], ht.prototype, "showExplanationImageLongAlt", 2);
|
|
17635
|
-
|
|
17643
|
+
gt([
|
|
17636
17644
|
W({ default: null })
|
|
17637
17645
|
], ht.prototype, "explanationImageUrl", 2);
|
|
17638
|
-
|
|
17646
|
+
gt([
|
|
17639
17647
|
W({ default: void 0 })
|
|
17640
17648
|
], ht.prototype, "explanationImageAlt", 2);
|
|
17641
|
-
|
|
17649
|
+
gt([
|
|
17642
17650
|
W({ default: void 0 })
|
|
17643
17651
|
], ht.prototype, "explanationImageLongAlt", 2);
|
|
17644
|
-
|
|
17652
|
+
gt([
|
|
17645
17653
|
W({ default: void 0 })
|
|
17646
17654
|
], ht.prototype, "reference", 2);
|
|
17647
|
-
|
|
17655
|
+
gt([
|
|
17648
17656
|
W({ default: !1 })
|
|
17649
17657
|
], ht.prototype, "hideReferences", 2);
|
|
17650
|
-
|
|
17658
|
+
gt([
|
|
17651
17659
|
W({ default: !1 })
|
|
17652
17660
|
], ht.prototype, "isDarkMode", 2);
|
|
17653
|
-
|
|
17661
|
+
gt([
|
|
17654
17662
|
W({ default: null })
|
|
17655
17663
|
], ht.prototype, "questionEl", 2);
|
|
17656
|
-
|
|
17664
|
+
gt([
|
|
17657
17665
|
W({ default: {
|
|
17658
17666
|
mobile: 767,
|
|
17659
17667
|
"tablet-portrait": 1023,
|
|
17660
17668
|
"tablet-landscape": 1439
|
|
17661
17669
|
} })
|
|
17662
17670
|
], ht.prototype, "breakpoints", 2);
|
|
17663
|
-
|
|
17671
|
+
gt([
|
|
17664
17672
|
De("toggleDropdownExplanationImageLongAlt")
|
|
17665
17673
|
], ht.prototype, "toggleDropdownExplanationImageLongAlt", 1);
|
|
17666
|
-
ht =
|
|
17674
|
+
ht = gt([
|
|
17667
17675
|
ve({
|
|
17668
17676
|
components: {
|
|
17669
17677
|
Icon: Ue,
|
|
@@ -17671,7 +17679,7 @@ ht = ut([
|
|
|
17671
17679
|
},
|
|
17672
17680
|
directives: {
|
|
17673
17681
|
dark: je,
|
|
17674
|
-
breakpoint:
|
|
17682
|
+
breakpoint: Lt
|
|
17675
17683
|
}
|
|
17676
17684
|
})
|
|
17677
17685
|
], ht);
|
|
@@ -17756,10 +17764,10 @@ var Jp = Object.defineProperty, Wp = Object.getOwnPropertyDescriptor, Wi = (e, i
|
|
|
17756
17764
|
let ui = class extends we {
|
|
17757
17765
|
constructor() {
|
|
17758
17766
|
super(...arguments);
|
|
17759
|
-
|
|
17760
|
-
|
|
17761
|
-
|
|
17762
|
-
|
|
17767
|
+
Y(this, "reviewMode");
|
|
17768
|
+
Y(this, "isDarkMode");
|
|
17769
|
+
Y(this, "questionEl");
|
|
17770
|
+
Y(this, "breakpoints");
|
|
17763
17771
|
}
|
|
17764
17772
|
get paywallImages() {
|
|
17765
17773
|
return {
|
|
@@ -17798,7 +17806,7 @@ ui = Wi([
|
|
|
17798
17806
|
},
|
|
17799
17807
|
directives: {
|
|
17800
17808
|
dark: je,
|
|
17801
|
-
breakpoint:
|
|
17809
|
+
breakpoint: Lt
|
|
17802
17810
|
}
|
|
17803
17811
|
})
|
|
17804
17812
|
], ui);
|
|
@@ -17839,7 +17847,7 @@ function Kp(e, i, s, o, t, n) {
|
|
|
17839
17847
|
]);
|
|
17840
17848
|
}
|
|
17841
17849
|
const Vp = /* @__PURE__ */ me(ui, [["render", Kp]]);
|
|
17842
|
-
var _p = Object.defineProperty, $p = Object.getOwnPropertyDescriptor,
|
|
17850
|
+
var _p = Object.defineProperty, $p = Object.getOwnPropertyDescriptor, ft = (e, i, s, o) => {
|
|
17843
17851
|
for (var t = o > 1 ? void 0 : o ? $p(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
17844
17852
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
17845
17853
|
return o && t && _p(i, s, t), t;
|
|
@@ -17847,79 +17855,79 @@ var _p = Object.defineProperty, $p = Object.getOwnPropertyDescriptor, gt = (e, i
|
|
|
17847
17855
|
let dt = class extends we {
|
|
17848
17856
|
constructor() {
|
|
17849
17857
|
super(...arguments);
|
|
17850
|
-
|
|
17851
|
-
|
|
17852
|
-
|
|
17853
|
-
|
|
17854
|
-
|
|
17855
|
-
|
|
17856
|
-
|
|
17857
|
-
|
|
17858
|
-
|
|
17859
|
-
|
|
17860
|
-
|
|
17861
|
-
|
|
17862
|
-
|
|
17863
|
-
|
|
17858
|
+
Y(this, "question");
|
|
17859
|
+
Y(this, "showExplanation");
|
|
17860
|
+
Y(this, "showExplanationImageLongAlt");
|
|
17861
|
+
Y(this, "explanationImageUrl");
|
|
17862
|
+
Y(this, "explanationImageAlt");
|
|
17863
|
+
Y(this, "explanationImageLongAlt");
|
|
17864
|
+
Y(this, "reference");
|
|
17865
|
+
Y(this, "hideReferences");
|
|
17866
|
+
Y(this, "isCorrect");
|
|
17867
|
+
Y(this, "isUnanswered");
|
|
17868
|
+
Y(this, "reviewMode");
|
|
17869
|
+
Y(this, "isDarkMode");
|
|
17870
|
+
Y(this, "questionEl");
|
|
17871
|
+
Y(this, "breakpoints");
|
|
17864
17872
|
}
|
|
17865
17873
|
toggleSummaryExplanation() {
|
|
17866
17874
|
}
|
|
17867
17875
|
toggleSummaryExplanationImageLongAlt() {
|
|
17868
17876
|
}
|
|
17869
17877
|
};
|
|
17870
|
-
|
|
17878
|
+
ft([
|
|
17871
17879
|
W()
|
|
17872
17880
|
], dt.prototype, "question", 2);
|
|
17873
|
-
|
|
17881
|
+
ft([
|
|
17874
17882
|
W({ default: !1 })
|
|
17875
17883
|
], dt.prototype, "showExplanation", 2);
|
|
17876
|
-
|
|
17884
|
+
ft([
|
|
17877
17885
|
W({ default: !1 })
|
|
17878
17886
|
], dt.prototype, "showExplanationImageLongAlt", 2);
|
|
17879
|
-
|
|
17887
|
+
ft([
|
|
17880
17888
|
W({ default: null })
|
|
17881
17889
|
], dt.prototype, "explanationImageUrl", 2);
|
|
17882
|
-
|
|
17890
|
+
ft([
|
|
17883
17891
|
W({ default: void 0 })
|
|
17884
17892
|
], dt.prototype, "explanationImageAlt", 2);
|
|
17885
|
-
|
|
17893
|
+
ft([
|
|
17886
17894
|
W({ default: void 0 })
|
|
17887
17895
|
], dt.prototype, "explanationImageLongAlt", 2);
|
|
17888
|
-
|
|
17896
|
+
ft([
|
|
17889
17897
|
W({ default: void 0 })
|
|
17890
17898
|
], dt.prototype, "reference", 2);
|
|
17891
|
-
|
|
17899
|
+
ft([
|
|
17892
17900
|
W({ default: !1 })
|
|
17893
17901
|
], dt.prototype, "hideReferences", 2);
|
|
17894
|
-
|
|
17902
|
+
ft([
|
|
17895
17903
|
W({ default: !1 })
|
|
17896
17904
|
], dt.prototype, "isCorrect", 2);
|
|
17897
|
-
|
|
17905
|
+
ft([
|
|
17898
17906
|
W({ default: !1 })
|
|
17899
17907
|
], dt.prototype, "isUnanswered", 2);
|
|
17900
|
-
|
|
17908
|
+
ft([
|
|
17901
17909
|
W({ default: !1 })
|
|
17902
17910
|
], dt.prototype, "reviewMode", 2);
|
|
17903
|
-
|
|
17911
|
+
ft([
|
|
17904
17912
|
W({ default: !1 })
|
|
17905
17913
|
], dt.prototype, "isDarkMode", 2);
|
|
17906
|
-
|
|
17914
|
+
ft([
|
|
17907
17915
|
W({ default: null })
|
|
17908
17916
|
], dt.prototype, "questionEl", 2);
|
|
17909
|
-
|
|
17917
|
+
ft([
|
|
17910
17918
|
W({ default: {
|
|
17911
17919
|
mobile: 767,
|
|
17912
17920
|
"tablet-portrait": 1023,
|
|
17913
17921
|
"tablet-landscape": 1439
|
|
17914
17922
|
} })
|
|
17915
17923
|
], dt.prototype, "breakpoints", 2);
|
|
17916
|
-
|
|
17924
|
+
ft([
|
|
17917
17925
|
De("toggleSummaryExplanation")
|
|
17918
17926
|
], dt.prototype, "toggleSummaryExplanation", 1);
|
|
17919
|
-
|
|
17927
|
+
ft([
|
|
17920
17928
|
De("toggleSummaryExplanationImageLongAlt")
|
|
17921
17929
|
], dt.prototype, "toggleSummaryExplanationImageLongAlt", 1);
|
|
17922
|
-
dt =
|
|
17930
|
+
dt = ft([
|
|
17923
17931
|
ve({
|
|
17924
17932
|
components: {
|
|
17925
17933
|
Icon: Ue,
|
|
@@ -17927,7 +17935,7 @@ dt = gt([
|
|
|
17927
17935
|
},
|
|
17928
17936
|
directives: {
|
|
17929
17937
|
dark: je,
|
|
17930
|
-
breakpoint:
|
|
17938
|
+
breakpoint: Lt
|
|
17931
17939
|
}
|
|
17932
17940
|
})
|
|
17933
17941
|
], dt);
|
|
@@ -18061,32 +18069,32 @@ var pu = Object.defineProperty, uu = Object.getOwnPropertyDescriptor, Ne = (e, i
|
|
|
18061
18069
|
let He = class extends we {
|
|
18062
18070
|
constructor() {
|
|
18063
18071
|
super(...arguments);
|
|
18064
|
-
|
|
18065
|
-
|
|
18066
|
-
|
|
18067
|
-
|
|
18068
|
-
|
|
18069
|
-
|
|
18070
|
-
|
|
18071
|
-
|
|
18072
|
-
|
|
18073
|
-
|
|
18074
|
-
|
|
18075
|
-
|
|
18076
|
-
|
|
18077
|
-
|
|
18078
|
-
|
|
18079
|
-
|
|
18080
|
-
|
|
18081
|
-
|
|
18082
|
-
|
|
18083
|
-
|
|
18084
|
-
|
|
18085
|
-
|
|
18086
|
-
|
|
18087
|
-
|
|
18088
|
-
|
|
18089
|
-
|
|
18072
|
+
Y(this, "question");
|
|
18073
|
+
Y(this, "choices");
|
|
18074
|
+
Y(this, "showAnswers");
|
|
18075
|
+
Y(this, "showExplanation");
|
|
18076
|
+
Y(this, "isMCR");
|
|
18077
|
+
Y(this, "isUnanswered");
|
|
18078
|
+
Y(this, "answerKeys");
|
|
18079
|
+
Y(this, "hoverChoiceKey");
|
|
18080
|
+
Y(this, "focusChoiceKey");
|
|
18081
|
+
Y(this, "selectedChoices");
|
|
18082
|
+
Y(this, "distractorKeys");
|
|
18083
|
+
Y(this, "choiceStrikes");
|
|
18084
|
+
Y(this, "choiceScores");
|
|
18085
|
+
Y(this, "passageImageUrl");
|
|
18086
|
+
Y(this, "isCorrect");
|
|
18087
|
+
Y(this, "globalMetrics");
|
|
18088
|
+
Y(this, "reviewMode");
|
|
18089
|
+
Y(this, "showExplanationImageLongAlt");
|
|
18090
|
+
Y(this, "explanationImageUrl");
|
|
18091
|
+
Y(this, "explanationImageAlt");
|
|
18092
|
+
Y(this, "explanationImageLongAlt");
|
|
18093
|
+
Y(this, "reference");
|
|
18094
|
+
Y(this, "hideReferences");
|
|
18095
|
+
Y(this, "isDarkMode");
|
|
18096
|
+
Y(this, "questionEl");
|
|
18097
|
+
Y(this, "breakpoints");
|
|
18090
18098
|
}
|
|
18091
18099
|
stripText(s) {
|
|
18092
18100
|
return s == null ? void 0 : s.replace(/<[^\s>]+[^>]*>/gi, " ").trim();
|
|
@@ -18246,7 +18254,7 @@ He = Ne([
|
|
|
18246
18254
|
},
|
|
18247
18255
|
directives: {
|
|
18248
18256
|
dark: je,
|
|
18249
|
-
breakpoint:
|
|
18257
|
+
breakpoint: Lt
|
|
18250
18258
|
}
|
|
18251
18259
|
})
|
|
18252
18260
|
], He);
|
|
@@ -18484,9 +18492,9 @@ var yu = Object.defineProperty, Mu = Object.getOwnPropertyDescriptor, Gs = (e, i
|
|
|
18484
18492
|
let ji = class extends we {
|
|
18485
18493
|
constructor() {
|
|
18486
18494
|
super(...arguments);
|
|
18487
|
-
|
|
18488
|
-
|
|
18489
|
-
|
|
18495
|
+
Y(this, "globalMetrics");
|
|
18496
|
+
Y(this, "choiceScores");
|
|
18497
|
+
Y(this, "isDarkMode");
|
|
18490
18498
|
}
|
|
18491
18499
|
};
|
|
18492
18500
|
Gs([
|
|
@@ -18502,7 +18510,7 @@ ji = Gs([
|
|
|
18502
18510
|
ve({
|
|
18503
18511
|
directives: {
|
|
18504
18512
|
dark: je,
|
|
18505
|
-
breakpoint:
|
|
18513
|
+
breakpoint: Lt
|
|
18506
18514
|
}
|
|
18507
18515
|
})
|
|
18508
18516
|
], ji);
|
|
@@ -18544,19 +18552,19 @@ var Gu = Object.defineProperty, Qu = Object.getOwnPropertyDescriptor, Ct = (e, i
|
|
|
18544
18552
|
let ct = class extends we {
|
|
18545
18553
|
constructor() {
|
|
18546
18554
|
super(...arguments);
|
|
18547
|
-
|
|
18548
|
-
|
|
18549
|
-
|
|
18550
|
-
|
|
18551
|
-
|
|
18552
|
-
|
|
18553
|
-
|
|
18554
|
-
|
|
18555
|
-
|
|
18556
|
-
|
|
18557
|
-
|
|
18558
|
-
|
|
18559
|
-
|
|
18555
|
+
Y(this, "question");
|
|
18556
|
+
Y(this, "showExplanation");
|
|
18557
|
+
Y(this, "showPaywall");
|
|
18558
|
+
Y(this, "showExplanationImageLongAlt");
|
|
18559
|
+
Y(this, "explanationImageUrl");
|
|
18560
|
+
Y(this, "explanationImageAlt");
|
|
18561
|
+
Y(this, "explanationImageLongAlt");
|
|
18562
|
+
Y(this, "reviewMode");
|
|
18563
|
+
Y(this, "reference");
|
|
18564
|
+
Y(this, "hideReferences");
|
|
18565
|
+
Y(this, "isDarkMode");
|
|
18566
|
+
Y(this, "questionEl");
|
|
18567
|
+
Y(this, "breakpoints");
|
|
18560
18568
|
}
|
|
18561
18569
|
toggleExplanationImageLongAlt() {
|
|
18562
18570
|
}
|
|
@@ -18620,7 +18628,7 @@ ct = Ct([
|
|
|
18620
18628
|
},
|
|
18621
18629
|
directives: {
|
|
18622
18630
|
dark: je,
|
|
18623
|
-
breakpoint:
|
|
18631
|
+
breakpoint: Lt
|
|
18624
18632
|
}
|
|
18625
18633
|
})
|
|
18626
18634
|
], ct);
|
|
@@ -18730,16 +18738,16 @@ var Ju = Object.defineProperty, Wu = Object.getOwnPropertyDescriptor, Gt = (e, i
|
|
|
18730
18738
|
let vt = class extends we {
|
|
18731
18739
|
constructor() {
|
|
18732
18740
|
super(...arguments);
|
|
18733
|
-
|
|
18734
|
-
|
|
18735
|
-
|
|
18736
|
-
|
|
18737
|
-
|
|
18738
|
-
|
|
18739
|
-
|
|
18740
|
-
|
|
18741
|
-
|
|
18742
|
-
|
|
18741
|
+
Y(this, "question");
|
|
18742
|
+
Y(this, "showPassageImageLongAlt");
|
|
18743
|
+
Y(this, "showPassageAndImage");
|
|
18744
|
+
Y(this, "passageImageUrl");
|
|
18745
|
+
Y(this, "passageImageLongAlt");
|
|
18746
|
+
Y(this, "passageImageAlt");
|
|
18747
|
+
Y(this, "passageAndImageTitle");
|
|
18748
|
+
Y(this, "isDarkMode");
|
|
18749
|
+
Y(this, "questionEl");
|
|
18750
|
+
Y(this, "breakpoints");
|
|
18743
18751
|
}
|
|
18744
18752
|
emitTogglePassageImageLongAlt() {
|
|
18745
18753
|
}
|
|
@@ -18794,7 +18802,7 @@ vt = Gt([
|
|
|
18794
18802
|
},
|
|
18795
18803
|
directives: {
|
|
18796
18804
|
dark: je,
|
|
18797
|
-
breakpoint:
|
|
18805
|
+
breakpoint: Lt
|
|
18798
18806
|
}
|
|
18799
18807
|
})
|
|
18800
18808
|
], vt);
|
|
@@ -18942,41 +18950,41 @@ var tg = Object.defineProperty, ig = Object.getOwnPropertyDescriptor, Je = (e, i
|
|
|
18942
18950
|
let Fe = class extends we {
|
|
18943
18951
|
constructor() {
|
|
18944
18952
|
super(...arguments);
|
|
18945
|
-
|
|
18946
|
-
|
|
18947
|
-
|
|
18948
|
-
|
|
18949
|
-
|
|
18950
|
-
|
|
18951
|
-
|
|
18952
|
-
|
|
18953
|
-
|
|
18954
|
-
|
|
18955
|
-
|
|
18956
|
-
|
|
18957
|
-
|
|
18958
|
-
|
|
18959
|
-
|
|
18960
|
-
|
|
18961
|
-
|
|
18962
|
-
|
|
18963
|
-
|
|
18964
|
-
|
|
18965
|
-
|
|
18966
|
-
|
|
18967
|
-
|
|
18968
|
-
|
|
18969
|
-
|
|
18970
|
-
|
|
18971
|
-
|
|
18972
|
-
|
|
18973
|
-
|
|
18974
|
-
|
|
18975
|
-
|
|
18976
|
-
|
|
18977
|
-
|
|
18978
|
-
|
|
18979
|
-
|
|
18953
|
+
Y(this, "question");
|
|
18954
|
+
Y(this, "questionNumber");
|
|
18955
|
+
Y(this, "quizLength");
|
|
18956
|
+
Y(this, "imageUrlPrefix");
|
|
18957
|
+
Y(this, "quizMode");
|
|
18958
|
+
Y(this, "initialShowAnswers");
|
|
18959
|
+
Y(this, "showCheckAnswer");
|
|
18960
|
+
Y(this, "hideAnswer");
|
|
18961
|
+
Y(this, "showNextQuestion");
|
|
18962
|
+
Y(this, "reviewMode");
|
|
18963
|
+
Y(this, "previousChoices");
|
|
18964
|
+
Y(this, "globalMetrics");
|
|
18965
|
+
Y(this, "showNames");
|
|
18966
|
+
Y(this, "allowKeyboardShortcuts");
|
|
18967
|
+
Y(this, "containerEl");
|
|
18968
|
+
Y(this, "isDarkMode");
|
|
18969
|
+
Y(this, "answerSeed");
|
|
18970
|
+
Y(this, "showCloseButton");
|
|
18971
|
+
Y(this, "defaultShowExplanation");
|
|
18972
|
+
Y(this, "autoFocusPrompt");
|
|
18973
|
+
Y(this, "showPaywall");
|
|
18974
|
+
Y(this, "hideReferences");
|
|
18975
|
+
Y(this, "isTeachReview");
|
|
18976
|
+
Y(this, "hoverChoiceKey", null);
|
|
18977
|
+
Y(this, "focusChoiceKey", null);
|
|
18978
|
+
Y(this, "choiceStrikes", []);
|
|
18979
|
+
Y(this, "selectedChoices", []);
|
|
18980
|
+
Y(this, "showAnswers", !1);
|
|
18981
|
+
Y(this, "showExplanation", !1);
|
|
18982
|
+
Y(this, "showPassageImageLongAlt", !1);
|
|
18983
|
+
Y(this, "showExplanationImageDropdown", !1);
|
|
18984
|
+
Y(this, "showExplanationImageLongAlt", !1);
|
|
18985
|
+
Y(this, "swipeStart", { x: null, y: null });
|
|
18986
|
+
Y(this, "sortSettings", null);
|
|
18987
|
+
Y(this, "showNamesColumns", [{
|
|
18980
18988
|
name: "",
|
|
18981
18989
|
propName: "nameOne",
|
|
18982
18990
|
isSortDisabled: !0
|
|
@@ -19503,7 +19511,7 @@ Fe = Je([
|
|
|
19503
19511
|
PassageAndImage: eg
|
|
19504
19512
|
},
|
|
19505
19513
|
directives: {
|
|
19506
|
-
breakpoint:
|
|
19514
|
+
breakpoint: Lt,
|
|
19507
19515
|
dark: je
|
|
19508
19516
|
}
|
|
19509
19517
|
})
|
|
@@ -19869,11 +19877,11 @@ var ug = Object.defineProperty, gg = Object.getOwnPropertyDescriptor, Ui = (e, i
|
|
|
19869
19877
|
let gi = class extends we {
|
|
19870
19878
|
constructor() {
|
|
19871
19879
|
super(...arguments);
|
|
19872
|
-
|
|
19873
|
-
|
|
19874
|
-
|
|
19875
|
-
|
|
19876
|
-
|
|
19880
|
+
Y(this, "showSide");
|
|
19881
|
+
Y(this, "isDarkMode");
|
|
19882
|
+
Y(this, "customHeaderStyles");
|
|
19883
|
+
Y(this, "customMainStyles");
|
|
19884
|
+
Y(this, "customFooterStyles");
|
|
19877
19885
|
}
|
|
19878
19886
|
get quizContainerEl() {
|
|
19879
19887
|
return this.$refs["quiz-container"];
|
|
@@ -19905,7 +19913,7 @@ Ui([
|
|
|
19905
19913
|
gi = Ui([
|
|
19906
19914
|
ve({
|
|
19907
19915
|
directives: {
|
|
19908
|
-
breakpoint:
|
|
19916
|
+
breakpoint: Lt,
|
|
19909
19917
|
dark: je
|
|
19910
19918
|
},
|
|
19911
19919
|
components: {
|
|
@@ -19974,9 +19982,9 @@ var vg = Object.defineProperty, wg = Object.getOwnPropertyDescriptor, qi = (e, i
|
|
|
19974
19982
|
let fi = class extends we {
|
|
19975
19983
|
constructor() {
|
|
19976
19984
|
super(...arguments);
|
|
19977
|
-
|
|
19978
|
-
|
|
19979
|
-
|
|
19985
|
+
Y(this, "isSelected");
|
|
19986
|
+
Y(this, "isAnswered");
|
|
19987
|
+
Y(this, "isFocusable");
|
|
19980
19988
|
}
|
|
19981
19989
|
emitClick(s) {
|
|
19982
19990
|
return s;
|
|
@@ -20003,7 +20011,7 @@ qi([
|
|
|
20003
20011
|
fi = qi([
|
|
20004
20012
|
ve({
|
|
20005
20013
|
directives: {
|
|
20006
|
-
breakpoint:
|
|
20014
|
+
breakpoint: Lt
|
|
20007
20015
|
}
|
|
20008
20016
|
})
|
|
20009
20017
|
], fi);
|
|
@@ -20033,12 +20041,12 @@ var Lg = Object.defineProperty, bg = Object.getOwnPropertyDescriptor, Xi = (e, i
|
|
|
20033
20041
|
let Ai = class extends we {
|
|
20034
20042
|
constructor() {
|
|
20035
20043
|
super(...arguments);
|
|
20036
|
-
|
|
20037
|
-
|
|
20038
|
-
|
|
20039
|
-
|
|
20040
|
-
|
|
20041
|
-
|
|
20044
|
+
Y(this, "answeredIndexList");
|
|
20045
|
+
Y(this, "selectedIndex");
|
|
20046
|
+
Y(this, "numQuestions");
|
|
20047
|
+
Y(this, "forceSlider");
|
|
20048
|
+
Y(this, "containerWidth", 0);
|
|
20049
|
+
Y(this, "mutationObserver", null);
|
|
20042
20050
|
}
|
|
20043
20051
|
get isSlider() {
|
|
20044
20052
|
return this.forceSlider || this.numQuestions > 100;
|
|
@@ -20152,9 +20160,9 @@ var Ig = Object.defineProperty, kg = Object.getOwnPropertyDescriptor, Ki = (e, i
|
|
|
20152
20160
|
let Ci = class extends we {
|
|
20153
20161
|
constructor() {
|
|
20154
20162
|
super(...arguments);
|
|
20155
|
-
|
|
20156
|
-
|
|
20157
|
-
|
|
20163
|
+
Y(this, "allowKeyboardShortcuts");
|
|
20164
|
+
Y(this, "isDarkMode");
|
|
20165
|
+
Y(this, "keyboardMode");
|
|
20158
20166
|
}
|
|
20159
20167
|
mounted() {
|
|
20160
20168
|
setTimeout(() => {
|
|
@@ -20361,11 +20369,11 @@ var gf = Object.defineProperty, ff = Object.getOwnPropertyDescriptor, qs = (e, i
|
|
|
20361
20369
|
let oo = class extends we {
|
|
20362
20370
|
constructor() {
|
|
20363
20371
|
super(...arguments);
|
|
20364
|
-
|
|
20365
|
-
|
|
20366
|
-
|
|
20367
|
-
|
|
20368
|
-
|
|
20372
|
+
Y(this, "tooltipTheme");
|
|
20373
|
+
Y(this, "isDarkMode");
|
|
20374
|
+
Y(this, "brandColors", Re);
|
|
20375
|
+
Y(this, "showKeyboardTooltip", !1);
|
|
20376
|
+
Y(this, "showKeyboardShortcutsModal", !1);
|
|
20369
20377
|
}
|
|
20370
20378
|
};
|
|
20371
20379
|
qs([
|
|
@@ -20432,11 +20440,11 @@ var mf = Object.defineProperty, vf = Object.getOwnPropertyDescriptor, co = (e, i
|
|
|
20432
20440
|
let Bi = class extends we {
|
|
20433
20441
|
constructor() {
|
|
20434
20442
|
super(...arguments);
|
|
20435
|
-
|
|
20436
|
-
|
|
20437
|
-
|
|
20438
|
-
|
|
20439
|
-
|
|
20443
|
+
Y(this, "isFlagged");
|
|
20444
|
+
Y(this, "enableFlagKeyboardShortcut");
|
|
20445
|
+
Y(this, "enableFlagTooltip");
|
|
20446
|
+
Y(this, "brandColors", Re);
|
|
20447
|
+
Y(this, "showFlagTooltip", !1);
|
|
20440
20448
|
}
|
|
20441
20449
|
mounted() {
|
|
20442
20450
|
this.enableFlagKeyboardShortcut && window.addEventListener("keydown", this.keydownListener);
|
|
@@ -20522,13 +20530,13 @@ var Lf = Object.defineProperty, bf = Object.getOwnPropertyDescriptor, Pi = (e, i
|
|
|
20522
20530
|
let si = class extends we {
|
|
20523
20531
|
constructor() {
|
|
20524
20532
|
super(...arguments);
|
|
20525
|
-
|
|
20526
|
-
|
|
20527
|
-
|
|
20528
|
-
|
|
20529
|
-
|
|
20530
|
-
|
|
20531
|
-
|
|
20533
|
+
Y(this, "showGlobalMetrics");
|
|
20534
|
+
Y(this, "disabled");
|
|
20535
|
+
Y(this, "customTooltipStyles");
|
|
20536
|
+
Y(this, "tooltipTheme");
|
|
20537
|
+
Y(this, "isDarkMode");
|
|
20538
|
+
Y(this, "brandColors", Re);
|
|
20539
|
+
Y(this, "showGlobalMetricsToolTip", !1);
|
|
20532
20540
|
}
|
|
20533
20541
|
toggleGlobalMetrics() {
|
|
20534
20542
|
this.emitToggleGlobalMetrics(!this.showGlobalMetrics);
|
|
@@ -20617,9 +20625,9 @@ var If = Object.defineProperty, kf = Object.getOwnPropertyDescriptor, Qs = (e, i
|
|
|
20617
20625
|
let Hi = class extends we {
|
|
20618
20626
|
constructor() {
|
|
20619
20627
|
super(...arguments);
|
|
20620
|
-
|
|
20621
|
-
|
|
20622
|
-
|
|
20628
|
+
Y(this, "showCloseButton");
|
|
20629
|
+
Y(this, "isDarkMode");
|
|
20630
|
+
Y(this, "closeTimeout", null);
|
|
20623
20631
|
}
|
|
20624
20632
|
mounted() {
|
|
20625
20633
|
this.setCloseTimeout();
|
|
@@ -20690,7 +20698,9 @@ function Of(e, i, s, o, t, n) {
|
|
|
20690
20698
|
[O, e.isDarkMode]
|
|
20691
20699
|
]) : be("", !0),
|
|
20692
20700
|
oe("div", xf, [
|
|
20693
|
-
|
|
20701
|
+
Be(e.$slots, "icon", {}, () => [
|
|
20702
|
+
Ge(r, { type: "check" })
|
|
20703
|
+
], !0)
|
|
20694
20704
|
]),
|
|
20695
20705
|
oe("div", Pf, [
|
|
20696
20706
|
he((q(), ie("div", Gf, [
|
|
@@ -20708,7 +20718,7 @@ function Of(e, i, s, o, t, n) {
|
|
|
20708
20718
|
[O, e.isDarkMode]
|
|
20709
20719
|
]);
|
|
20710
20720
|
}
|
|
20711
|
-
const Yf = /* @__PURE__ */ me(Hi, [["render", Of], ["__scopeId", "data-v-
|
|
20721
|
+
const Yf = /* @__PURE__ */ me(Hi, [["render", Of], ["__scopeId", "data-v-161a24a7"]]);
|
|
20712
20722
|
var Rf = Object.defineProperty, Sf = Object.getOwnPropertyDescriptor, Xs = (e, i, s, o) => {
|
|
20713
20723
|
for (var t = o > 1 ? void 0 : o ? Sf(i, s) : i, n = e.length - 1, r; n >= 0; n--)
|
|
20714
20724
|
(r = e[n]) && (t = (o ? r(i, s, t) : r(t)) || t);
|
|
@@ -20717,8 +20727,8 @@ var Rf = Object.defineProperty, Sf = Object.getOwnPropertyDescriptor, Xs = (e, i
|
|
|
20717
20727
|
let so = class extends we {
|
|
20718
20728
|
constructor() {
|
|
20719
20729
|
super(...arguments);
|
|
20720
|
-
|
|
20721
|
-
|
|
20730
|
+
Y(this, "title");
|
|
20731
|
+
Y(this, "primaryColor");
|
|
20722
20732
|
}
|
|
20723
20733
|
};
|
|
20724
20734
|
Xs([
|
|
@@ -20765,11 +20775,11 @@ var Jf = Object.defineProperty, Wf = Object.getOwnPropertyDescriptor, Vi = (e, i
|
|
|
20765
20775
|
let mi = class extends we {
|
|
20766
20776
|
constructor() {
|
|
20767
20777
|
super(...arguments);
|
|
20768
|
-
|
|
20769
|
-
|
|
20770
|
-
|
|
20771
|
-
|
|
20772
|
-
|
|
20778
|
+
Y(this, "type");
|
|
20779
|
+
Y(this, "title");
|
|
20780
|
+
Y(this, "isDarkMode");
|
|
20781
|
+
Y(this, "primaryColor");
|
|
20782
|
+
Y(this, "secondaryColor");
|
|
20773
20783
|
}
|
|
20774
20784
|
};
|
|
20775
20785
|
Vi([
|
|
@@ -20811,13 +20821,13 @@ var Xf = Object.defineProperty, Kf = Object.getOwnPropertyDescriptor, Gi = (e, i
|
|
|
20811
20821
|
let ni = class extends we {
|
|
20812
20822
|
constructor() {
|
|
20813
20823
|
super(...arguments);
|
|
20814
|
-
|
|
20815
|
-
|
|
20816
|
-
|
|
20817
|
-
|
|
20818
|
-
|
|
20819
|
-
|
|
20820
|
-
|
|
20824
|
+
Y(this, "message");
|
|
20825
|
+
Y(this, "title");
|
|
20826
|
+
Y(this, "backgroundColor");
|
|
20827
|
+
Y(this, "state");
|
|
20828
|
+
Y(this, "isDarkMode");
|
|
20829
|
+
Y(this, "customBlobColor");
|
|
20830
|
+
Y(this, "brandColors", Re);
|
|
20821
20831
|
}
|
|
20822
20832
|
get iconType() {
|
|
20823
20833
|
return this.state === "incorrect" ? "incorrect" : this.state === "correct" ? "correct" : this.state === "flagged" ? "flagFeedback" : "activity";
|