@abi-software/flatmapvuer 1.8.0 → 1.8.1-beta.0
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/flatmapvuer.js +449 -432
- package/dist/flatmapvuer.umd.cjs +46 -46
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/src/components/FlatmapVuer.vue +88 -49
package/dist/flatmapvuer.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getCurrentScope as dj, onScopeDispose as fM, unref as vt, getCurrentInstance as q1, onMounted as K1, nextTick as l1, ref as Ie, readonly as pj, watch as sn, defineComponent as mr, openBlock as ce, createElementBlock as er, createElementVNode as Ue, warn as Ctt, watchEffect as Tj, onBeforeUnmount as Ps, inject as an, computed as Xt, isRef as _2, shallowRef as hQ, onBeforeMount as Ott, provide as X1, mergeProps as ol, renderSlot as Vr, toRef as ns, onUnmounted as Itt, createBlock as
|
|
1
|
+
import { getCurrentScope as dj, onScopeDispose as fM, unref as vt, getCurrentInstance as q1, onMounted as K1, nextTick as l1, ref as Ie, readonly as pj, watch as sn, defineComponent as mr, openBlock as ce, createElementBlock as er, createElementVNode as Ue, warn as Ctt, watchEffect as Tj, onBeforeUnmount as Ps, inject as an, computed as Xt, isRef as _2, shallowRef as hQ, onBeforeMount as Ott, provide as X1, mergeProps as ol, renderSlot as Vr, toRef as ns, onUnmounted as Itt, createBlock as Sr, Transition as $h, withCtx as ge, withDirectives as _i, normalizeClass as Fe, normalizeStyle as A1, vShow as f2, Fragment as Io, createVNode as je, reactive as T3, onActivated as ktt, onUpdated as Ptt, resolveDynamicComponent as Es, createCommentVNode as Or, cloneVNode as Vtt, Text as fj, Comment as Rtt, Teleport as Ntt, onDeactivated as Dtt, toDisplayString as bi, useSlots as Bm, toRaw as Qh, withModifiers as w1, vModelCheckbox as dQ, createTextVNode as An, toRefs as l0, vModelRadio as Qj, h as L7, createSlots as mj, resolveComponent as Ls, resolveDirective as Ftt, toHandlerKey as Btt, renderList as L4, withKeys as iu, vModelText as jtt, createApp as ztt, createStaticVNode as Utt, hasInjectionContext as Gtt, markRaw as Oo, effectScope as $tt, isReactive as QM } from "vue";
|
|
2
2
|
import { MapSvgIcon as Wtt, MapSvgSpriteColor as Ztt } from "@abi-software/svg-sprite";
|
|
3
3
|
import { Tooltip as qtt, TreeControls as Xtt, DrawToolbar as Ktt } from "@abi-software/map-utilities";
|
|
4
4
|
const T4 = (t, e, { checkForDefaultPrevented: r = !0 } = {}) => (i) => {
|
|
@@ -1338,7 +1338,7 @@ const $j = "__epPropKey", $r = (t) => t, M1t = (t) => m2(t) && !!t[$j], qm = (t,
|
|
|
1338
1338
|
[$j]: !0
|
|
1339
1339
|
};
|
|
1340
1340
|
return RO(t, "default") && (u.default = i), u;
|
|
1341
|
-
},
|
|
1341
|
+
}, Cn = (t) => Fw(Object.entries(t).map(([e, r]) => [
|
|
1342
1342
|
e,
|
|
1343
1343
|
qm(r, e)
|
|
1344
1344
|
])), v8 = $r([
|
|
@@ -2407,7 +2407,7 @@ const uz = () => {
|
|
|
2407
2407
|
id: t,
|
|
2408
2408
|
selector: e
|
|
2409
2409
|
};
|
|
2410
|
-
}, Kot =
|
|
2410
|
+
}, Kot = Cn({
|
|
2411
2411
|
showAfter: {
|
|
2412
2412
|
type: Number,
|
|
2413
2413
|
default: 0
|
|
@@ -2535,7 +2535,7 @@ function n2t({
|
|
|
2535
2535
|
handleCompositionEnd: o
|
|
2536
2536
|
};
|
|
2537
2537
|
}
|
|
2538
|
-
const fz = Symbol("emptyValuesContextKey"), i2t = "use-empty-values", o2t = ["", void 0, null], s2t = void 0, a2t =
|
|
2538
|
+
const fz = Symbol("emptyValuesContextKey"), i2t = "use-empty-values", o2t = ["", void 0, null], s2t = void 0, a2t = Cn({
|
|
2539
2539
|
emptyValues: Array,
|
|
2540
2540
|
valueOnClear: {
|
|
2541
2541
|
type: [String, Number, Boolean, Function],
|
|
@@ -2549,7 +2549,7 @@ const fz = Symbol("emptyValuesContextKey"), i2t = "use-empty-values", o2t = ["",
|
|
|
2549
2549
|
valueOnClear: i,
|
|
2550
2550
|
isEmptyValue: o
|
|
2551
2551
|
};
|
|
2552
|
-
}, c2t =
|
|
2552
|
+
}, c2t = Cn({
|
|
2553
2553
|
ariaLabel: String,
|
|
2554
2554
|
ariaOrientation: {
|
|
2555
2555
|
type: String,
|
|
@@ -2608,13 +2608,13 @@ const h2t = (t, e, r = !1) => {
|
|
|
2608
2608
|
n[i] = e[i] !== void 0 ? e[i] : t[i];
|
|
2609
2609
|
return n;
|
|
2610
2610
|
};
|
|
2611
|
-
var
|
|
2611
|
+
var On = (t, e) => {
|
|
2612
2612
|
const r = t.__vccOpts || t;
|
|
2613
2613
|
for (const [n, i] of e)
|
|
2614
2614
|
r[n] = i;
|
|
2615
2615
|
return r;
|
|
2616
2616
|
};
|
|
2617
|
-
const p2t =
|
|
2617
|
+
const p2t = Cn({
|
|
2618
2618
|
size: {
|
|
2619
2619
|
type: $r([Number, String])
|
|
2620
2620
|
},
|
|
@@ -2643,7 +2643,7 @@ const p2t = An({
|
|
|
2643
2643
|
], 16));
|
|
2644
2644
|
}
|
|
2645
2645
|
});
|
|
2646
|
-
var Q2t = /* @__PURE__ */
|
|
2646
|
+
var Q2t = /* @__PURE__ */ On(f2t, [["__file", "icon.vue"]]);
|
|
2647
2647
|
const m3 = L2(Q2t), NM = Symbol("formContextKey"), gQ = Symbol("formItemContextKey"), E8 = (t, e = {}) => {
|
|
2648
2648
|
const r = Ie(void 0), n = e.prop ? r : Xj("size"), i = e.global ? r : e2t(), o = e.form ? { size: void 0 } : an(NM, void 0), s = e.formItem ? { size: void 0 } : an(gQ, void 0);
|
|
2649
2649
|
return Xt(() => n.value || vt(t) || (s == null ? void 0 : s.size) || (o == null ? void 0 : o.size) || i.value || "");
|
|
@@ -2707,7 +2707,7 @@ const m3 = L2(Q2t), NM = Symbol("formContextKey"), gQ = Symbol("formItemContextK
|
|
|
2707
2707
|
}) => ({
|
|
2708
2708
|
[r.size]: e,
|
|
2709
2709
|
transform: `translate${r.axis}(${t}%)`
|
|
2710
|
-
}), DM = Symbol("scrollbarContextKey"), y2t =
|
|
2710
|
+
}), DM = Symbol("scrollbarContextKey"), y2t = Cn({
|
|
2711
2711
|
vertical: Boolean,
|
|
2712
2712
|
size: String,
|
|
2713
2713
|
move: Number,
|
|
@@ -2763,7 +2763,7 @@ const m3 = L2(Q2t), NM = Symbol("formContextKey"), gQ = Symbol("formItemContextK
|
|
|
2763
2763
|
const F = () => {
|
|
2764
2764
|
document.onselectstart !== T && (document.onselectstart = T);
|
|
2765
2765
|
};
|
|
2766
|
-
return aa(ns(r, "scrollbarElement"), "mousemove", I), aa(ns(r, "scrollbarElement"), "mouseleave", R), (U, $) => (ce(),
|
|
2766
|
+
return aa(ns(r, "scrollbarElement"), "mousemove", I), aa(ns(r, "scrollbarElement"), "mouseleave", R), (U, $) => (ce(), Sr($h, {
|
|
2767
2767
|
name: vt(n).b("fade"),
|
|
2768
2768
|
persisted: ""
|
|
2769
2769
|
}, {
|
|
@@ -2789,8 +2789,8 @@ const m3 = L2(Q2t), NM = Symbol("formContextKey"), gQ = Symbol("formItemContextK
|
|
|
2789
2789
|
}, 8, ["name"]));
|
|
2790
2790
|
}
|
|
2791
2791
|
});
|
|
2792
|
-
var EI = /* @__PURE__ */
|
|
2793
|
-
const b2t =
|
|
2792
|
+
var EI = /* @__PURE__ */ On(_2t, [["__file", "thumb.vue"]]);
|
|
2793
|
+
const b2t = Cn({
|
|
2794
2794
|
always: {
|
|
2795
2795
|
type: Boolean,
|
|
2796
2796
|
default: !0
|
|
@@ -2835,8 +2835,8 @@ const b2t = An({
|
|
|
2835
2835
|
], 64));
|
|
2836
2836
|
}
|
|
2837
2837
|
});
|
|
2838
|
-
var w2t = /* @__PURE__ */
|
|
2839
|
-
const x2t =
|
|
2838
|
+
var w2t = /* @__PURE__ */ On(L2t, [["__file", "bar.vue"]]);
|
|
2839
|
+
const x2t = Cn({
|
|
2840
2840
|
height: {
|
|
2841
2841
|
type: [String, Number],
|
|
2842
2842
|
default: ""
|
|
@@ -2965,7 +2965,7 @@ const x2t = An({
|
|
|
2965
2965
|
tabindex: F.tabindex,
|
|
2966
2966
|
onScroll: E
|
|
2967
2967
|
}, [
|
|
2968
|
-
(ce(),
|
|
2968
|
+
(ce(), Sr(Es(F.tag), {
|
|
2969
2969
|
id: F.id,
|
|
2970
2970
|
ref_key: "resizeRef",
|
|
2971
2971
|
ref: f,
|
|
@@ -2981,7 +2981,7 @@ const x2t = An({
|
|
|
2981
2981
|
_: 3
|
|
2982
2982
|
}, 8, ["id", "class", "style", "role", "aria-label", "aria-orientation"]))
|
|
2983
2983
|
], 46, ["tabindex"]),
|
|
2984
|
-
F.native ?
|
|
2984
|
+
F.native ? Or("v-if", !0) : (ce(), Sr(w2t, {
|
|
2985
2985
|
key: 0,
|
|
2986
2986
|
ref_key: "barRef",
|
|
2987
2987
|
ref: Q,
|
|
@@ -2991,7 +2991,7 @@ const x2t = An({
|
|
|
2991
2991
|
], 2));
|
|
2992
2992
|
}
|
|
2993
2993
|
});
|
|
2994
|
-
var H2t = /* @__PURE__ */
|
|
2994
|
+
var H2t = /* @__PURE__ */ On(S2t, [["__file", "scrollbar.vue"]]);
|
|
2995
2995
|
const A2t = L2(H2t), FM = Symbol("popper"), mz = Symbol("popperContent"), C2t = [
|
|
2996
2996
|
"dialog",
|
|
2997
2997
|
"grid",
|
|
@@ -3001,7 +3001,7 @@ const A2t = L2(H2t), FM = Symbol("popper"), mz = Symbol("popperContent"), C2t =
|
|
|
3001
3001
|
"navigation",
|
|
3002
3002
|
"tooltip",
|
|
3003
3003
|
"tree"
|
|
3004
|
-
], gz =
|
|
3004
|
+
], gz = Cn({
|
|
3005
3005
|
role: {
|
|
3006
3006
|
type: String,
|
|
3007
3007
|
values: C2t,
|
|
@@ -3024,8 +3024,8 @@ const A2t = L2(H2t), FM = Symbol("popper"), mz = Symbol("popperContent"), C2t =
|
|
|
3024
3024
|
return e(u), X1(FM, u), (d, T) => Vr(d.$slots, "default");
|
|
3025
3025
|
}
|
|
3026
3026
|
});
|
|
3027
|
-
var k2t = /* @__PURE__ */
|
|
3028
|
-
const yz =
|
|
3027
|
+
var k2t = /* @__PURE__ */ On(I2t, [["__file", "popper.vue"]]);
|
|
3028
|
+
const yz = Cn({
|
|
3029
3029
|
arrowOffset: {
|
|
3030
3030
|
type: Number,
|
|
3031
3031
|
default: 5
|
|
@@ -3053,7 +3053,7 @@ const yz = An({
|
|
|
3053
3053
|
}, null, 6));
|
|
3054
3054
|
}
|
|
3055
3055
|
});
|
|
3056
|
-
var R2t = /* @__PURE__ */
|
|
3056
|
+
var R2t = /* @__PURE__ */ On(V2t, [["__file", "arrow.vue"]]);
|
|
3057
3057
|
const U_ = "ElOnlyChild", N2t = mr({
|
|
3058
3058
|
name: U_,
|
|
3059
3059
|
setup(t, {
|
|
@@ -3101,7 +3101,7 @@ function MI(t) {
|
|
|
3101
3101
|
class: e.e("content")
|
|
3102
3102
|
}, [t]);
|
|
3103
3103
|
}
|
|
3104
|
-
const _z =
|
|
3104
|
+
const _z = Cn({
|
|
3105
3105
|
virtualRef: {
|
|
3106
3106
|
type: $r(Object)
|
|
3107
3107
|
},
|
|
@@ -3193,7 +3193,7 @@ const _z = An({
|
|
|
3193
3193
|
}
|
|
3194
3194
|
}), e({
|
|
3195
3195
|
triggerRef: i
|
|
3196
|
-
}), (f, Q) => f.virtualTriggering ?
|
|
3196
|
+
}), (f, Q) => f.virtualTriggering ? Or("v-if", !0) : (ce(), Sr(vt(N2t), ol({ key: 0 }, f.$attrs, {
|
|
3197
3197
|
"aria-controls": vt(o),
|
|
3198
3198
|
"aria-describedby": vt(s),
|
|
3199
3199
|
"aria-expanded": vt(u),
|
|
@@ -3206,7 +3206,7 @@ const _z = An({
|
|
|
3206
3206
|
}, 16, ["aria-controls", "aria-describedby", "aria-expanded", "aria-haspopup"]));
|
|
3207
3207
|
}
|
|
3208
3208
|
});
|
|
3209
|
-
var B2t = /* @__PURE__ */
|
|
3209
|
+
var B2t = /* @__PURE__ */ On(F2t, [["__file", "trigger.vue"]]);
|
|
3210
3210
|
const G_ = "focus-trap.focus-after-trapped", $_ = "focus-trap.focus-after-released", j2t = "focus-trap.focusout-prevented", SI = {
|
|
3211
3211
|
cancelable: !0,
|
|
3212
3212
|
bubbles: !1
|
|
@@ -3424,8 +3424,8 @@ const W2t = () => {
|
|
|
3424
3424
|
function Y2t(t, e, r, n, i, o) {
|
|
3425
3425
|
return Vr(t.$slots, "default", { handleKeydown: t.onKeydown });
|
|
3426
3426
|
}
|
|
3427
|
-
var wz = /* @__PURE__ */
|
|
3428
|
-
const J2t = ["fixed", "absolute"], tst =
|
|
3427
|
+
var wz = /* @__PURE__ */ On(K2t, [["render", Y2t], ["__file", "focus-trap.vue"]]);
|
|
3428
|
+
const J2t = ["fixed", "absolute"], tst = Cn({
|
|
3429
3429
|
boundariesPadding: {
|
|
3430
3430
|
type: Number,
|
|
3431
3431
|
default: 0
|
|
@@ -3456,7 +3456,7 @@ const J2t = ["fixed", "absolute"], tst = An({
|
|
|
3456
3456
|
values: J2t,
|
|
3457
3457
|
default: "absolute"
|
|
3458
3458
|
}
|
|
3459
|
-
}), xz =
|
|
3459
|
+
}), xz = Cn({
|
|
3460
3460
|
...tst,
|
|
3461
3461
|
id: String,
|
|
3462
3462
|
style: {
|
|
@@ -3738,8 +3738,8 @@ const sst = 0, ast = (t) => {
|
|
|
3738
3738
|
], 16, ["onMouseenter", "onMouseleave"]));
|
|
3739
3739
|
}
|
|
3740
3740
|
});
|
|
3741
|
-
var dst = /* @__PURE__ */
|
|
3742
|
-
const pst = L2(k2t), zM = Symbol("elTooltip"), ts =
|
|
3741
|
+
var dst = /* @__PURE__ */ On(hst, [["__file", "content.vue"]]);
|
|
3742
|
+
const pst = L2(k2t), zM = Symbol("elTooltip"), ts = Cn({
|
|
3743
3743
|
...Kot,
|
|
3744
3744
|
...xz,
|
|
3745
3745
|
appendTo: {
|
|
@@ -3762,7 +3762,7 @@ const pst = L2(k2t), zM = Symbol("elTooltip"), ts = An({
|
|
|
3762
3762
|
},
|
|
3763
3763
|
disabled: Boolean,
|
|
3764
3764
|
...cl(["ariaLabel"])
|
|
3765
|
-
}), wh =
|
|
3765
|
+
}), wh = Cn({
|
|
3766
3766
|
..._z,
|
|
3767
3767
|
disabled: Boolean,
|
|
3768
3768
|
trigger: {
|
|
@@ -3777,7 +3777,7 @@ const pst = L2(k2t), zM = Symbol("elTooltip"), ts = An({
|
|
|
3777
3777
|
useModelToggleProps: Tst,
|
|
3778
3778
|
useModelToggleEmits: fst,
|
|
3779
3779
|
useModelToggle: Qst
|
|
3780
|
-
} = j1t("visible"), mst =
|
|
3780
|
+
} = j1t("visible"), mst = Cn({
|
|
3781
3781
|
...gz,
|
|
3782
3782
|
...Tst,
|
|
3783
3783
|
...ts,
|
|
@@ -3816,7 +3816,7 @@ const pst = L2(k2t), zM = Symbol("elTooltip"), ts = An({
|
|
|
3816
3816
|
});
|
|
3817
3817
|
return e({
|
|
3818
3818
|
triggerRef: T
|
|
3819
|
-
}), (R, F) => (ce(),
|
|
3819
|
+
}), (R, F) => (ce(), Sr(vt(B2t), {
|
|
3820
3820
|
id: vt(o),
|
|
3821
3821
|
"virtual-ref": R.virtualRef,
|
|
3822
3822
|
open: vt(s),
|
|
@@ -3837,8 +3837,8 @@ const pst = L2(k2t), zM = Symbol("elTooltip"), ts = An({
|
|
|
3837
3837
|
}, 8, ["id", "virtual-ref", "open", "virtual-triggering", "class", "onBlur", "onClick", "onContextmenu", "onFocus", "onMouseenter", "onMouseleave", "onKeydown"]));
|
|
3838
3838
|
}
|
|
3839
3839
|
});
|
|
3840
|
-
var bst = /* @__PURE__ */
|
|
3841
|
-
const Lst =
|
|
3840
|
+
var bst = /* @__PURE__ */ On(_st, [["__file", "trigger.vue"]]);
|
|
3841
|
+
const Lst = Cn({
|
|
3842
3842
|
to: {
|
|
3843
3843
|
type: $r([String, Object]),
|
|
3844
3844
|
required: !0
|
|
@@ -3848,7 +3848,7 @@ const Lst = An({
|
|
|
3848
3848
|
__name: "teleport",
|
|
3849
3849
|
props: Lst,
|
|
3850
3850
|
setup(t) {
|
|
3851
|
-
return (e, r) => e.disabled ? Vr(e.$slots, "default", { key: 0 }) : (ce(),
|
|
3851
|
+
return (e, r) => e.disabled ? Vr(e.$slots, "default", { key: 0 }) : (ce(), Sr(Ntt, {
|
|
3852
3852
|
key: 1,
|
|
3853
3853
|
to: e.to
|
|
3854
3854
|
}, [
|
|
@@ -3856,7 +3856,7 @@ const Lst = An({
|
|
|
3856
3856
|
], 8, ["to"]));
|
|
3857
3857
|
}
|
|
3858
3858
|
});
|
|
3859
|
-
var xst = /* @__PURE__ */
|
|
3859
|
+
var xst = /* @__PURE__ */ On(wst, [["__file", "teleport.vue"]]);
|
|
3860
3860
|
const Ez = L2(xst), Est = mr({
|
|
3861
3861
|
name: "ElTooltipContent",
|
|
3862
3862
|
inheritAttrs: !1
|
|
@@ -3919,7 +3919,7 @@ const Ez = L2(xst), Est = mr({
|
|
|
3919
3919
|
(Pe = (re = o.value) == null ? void 0 : re.updatePopper) == null || Pe.call(re);
|
|
3920
3920
|
}), e({
|
|
3921
3921
|
contentRef: o
|
|
3922
|
-
}), (re, Pe) => (ce(),
|
|
3922
|
+
}), (re, Pe) => (ce(), Sr(vt(Ez), {
|
|
3923
3923
|
disabled: !re.teleported,
|
|
3924
3924
|
to: vt(F)
|
|
3925
3925
|
}, {
|
|
@@ -3932,7 +3932,7 @@ const Ez = L2(xst), Est = mr({
|
|
|
3932
3932
|
onBeforeLeave: It
|
|
3933
3933
|
}, {
|
|
3934
3934
|
default: ge(() => [
|
|
3935
|
-
vt(I) ? _i((ce(),
|
|
3935
|
+
vt(I) ? _i((ce(), Sr(vt(dst), ol({
|
|
3936
3936
|
key: 0,
|
|
3937
3937
|
id: vt(u),
|
|
3938
3938
|
ref_key: "contentRef",
|
|
@@ -3967,7 +3967,7 @@ const Ez = L2(xst), Est = mr({
|
|
|
3967
3967
|
_: 3
|
|
3968
3968
|
}, 16, ["id", "aria-label", "aria-hidden", "boundaries-padding", "fallback-placements", "gpu-acceleration", "offset", "placement", "popper-options", "strategy", "effect", "enterable", "pure", "popper-class", "popper-style", "reference-el", "trigger-target-el", "visible", "z-index", "onMouseenter", "onMouseleave", "onClose"])), [
|
|
3969
3969
|
[f2, vt(R)]
|
|
3970
|
-
]) :
|
|
3970
|
+
]) : Or("v-if", !0)
|
|
3971
3971
|
]),
|
|
3972
3972
|
_: 3
|
|
3973
3973
|
}, 8, ["name"])
|
|
@@ -3976,7 +3976,7 @@ const Ez = L2(xst), Est = mr({
|
|
|
3976
3976
|
}, 8, ["disabled", "to"]));
|
|
3977
3977
|
}
|
|
3978
3978
|
});
|
|
3979
|
-
var Sst = /* @__PURE__ */
|
|
3979
|
+
var Sst = /* @__PURE__ */ On(Mst, [["__file", "content.vue"]]);
|
|
3980
3980
|
const Hst = mr({
|
|
3981
3981
|
name: "ElTooltip"
|
|
3982
3982
|
}), Ast = /* @__PURE__ */ mr({
|
|
@@ -4043,7 +4043,7 @@ const Hst = mr({
|
|
|
4043
4043
|
onOpen: y,
|
|
4044
4044
|
onClose: _,
|
|
4045
4045
|
hide: f
|
|
4046
|
-
}), (x, C) => (ce(),
|
|
4046
|
+
}), (x, C) => (ce(), Sr(vt(pst), {
|
|
4047
4047
|
ref_key: "popperRef",
|
|
4048
4048
|
ref: o,
|
|
4049
4049
|
role: x.role
|
|
@@ -4057,7 +4057,7 @@ const Hst = mr({
|
|
|
4057
4057
|
"virtual-triggering": x.virtualTriggering
|
|
4058
4058
|
}, {
|
|
4059
4059
|
default: ge(() => [
|
|
4060
|
-
x.$slots.default ? Vr(x.$slots, "default", { key: 0 }) :
|
|
4060
|
+
x.$slots.default ? Vr(x.$slots, "default", { key: 0 }) : Or("v-if", !0)
|
|
4061
4061
|
]),
|
|
4062
4062
|
_: 3
|
|
4063
4063
|
}, 8, ["disabled", "trigger", "trigger-keys", "virtual-ref", "virtual-triggering"]),
|
|
@@ -4098,10 +4098,10 @@ const Hst = mr({
|
|
|
4098
4098
|
innerHTML: x.content
|
|
4099
4099
|
}, null, 8, ["innerHTML"])) : (ce(), er("span", { key: 1 }, bi(x.content), 1))
|
|
4100
4100
|
]),
|
|
4101
|
-
x.showArrow ? (ce(),
|
|
4101
|
+
x.showArrow ? (ce(), Sr(vt(R2t), {
|
|
4102
4102
|
key: 0,
|
|
4103
4103
|
"arrow-offset": x.arrowOffset
|
|
4104
|
-
}, null, 8, ["arrow-offset"])) :
|
|
4104
|
+
}, null, 8, ["arrow-offset"])) : Or("v-if", !0)
|
|
4105
4105
|
]),
|
|
4106
4106
|
_: 3
|
|
4107
4107
|
}, 8, ["aria-label", "boundaries-padding", "content", "disabled", "effect", "enterable", "fallback-placements", "hide-after", "gpu-acceleration", "offset", "persistent", "popper-class", "popper-style", "placement", "popper-options", "pure", "raw-content", "reference-el", "trigger-target-el", "show-after", "strategy", "teleported", "transition", "virtual-triggering", "z-index", "append-to"])
|
|
@@ -4110,7 +4110,7 @@ const Hst = mr({
|
|
|
4110
4110
|
}, 8, ["role"]));
|
|
4111
4111
|
}
|
|
4112
4112
|
});
|
|
4113
|
-
var Cst = /* @__PURE__ */
|
|
4113
|
+
var Cst = /* @__PURE__ */ On(Ast, [["__file", "tooltip.vue"]]);
|
|
4114
4114
|
const Mz = L2(Cst), Sz = Symbol("buttonGroupContextKey"), Ost = (t, e) => {
|
|
4115
4115
|
c8({
|
|
4116
4116
|
from: "type.text",
|
|
@@ -4163,7 +4163,7 @@ const Mz = L2(Cst), Sz = Symbol("buttonGroupContextKey"), Ost = (t, e) => {
|
|
|
4163
4163
|
"danger",
|
|
4164
4164
|
"text",
|
|
4165
4165
|
""
|
|
4166
|
-
], kst = ["button", "submit", "reset"], $w =
|
|
4166
|
+
], kst = ["button", "submit", "reset"], $w = Cn({
|
|
4167
4167
|
size: K8,
|
|
4168
4168
|
disabled: Boolean,
|
|
4169
4169
|
type: {
|
|
@@ -4783,7 +4783,7 @@ const Xst = mr({
|
|
|
4783
4783
|
type: u,
|
|
4784
4784
|
disabled: d,
|
|
4785
4785
|
shouldAddSpace: f
|
|
4786
|
-
}), (_, L) => (ce(),
|
|
4786
|
+
}), (_, L) => (ce(), Sr(Es(_.tag), ol({
|
|
4787
4787
|
ref_key: "_ref",
|
|
4788
4788
|
ref: s
|
|
4789
4789
|
}, vt(T), {
|
|
@@ -4793,33 +4793,33 @@ const Xst = mr({
|
|
|
4793
4793
|
}), {
|
|
4794
4794
|
default: ge(() => [
|
|
4795
4795
|
_.loading ? (ce(), er(Io, { key: 0 }, [
|
|
4796
|
-
_.$slots.loading ? Vr(_.$slots, "loading", { key: 0 }) : (ce(),
|
|
4796
|
+
_.$slots.loading ? Vr(_.$slots, "loading", { key: 0 }) : (ce(), Sr(vt(m3), {
|
|
4797
4797
|
key: 1,
|
|
4798
4798
|
class: Fe(vt(o).is("loading"))
|
|
4799
4799
|
}, {
|
|
4800
4800
|
default: ge(() => [
|
|
4801
|
-
(ce(),
|
|
4801
|
+
(ce(), Sr(Es(_.loadingIcon)))
|
|
4802
4802
|
]),
|
|
4803
4803
|
_: 1
|
|
4804
4804
|
}, 8, ["class"]))
|
|
4805
|
-
], 64)) : _.icon || _.$slots.icon ? (ce(),
|
|
4805
|
+
], 64)) : _.icon || _.$slots.icon ? (ce(), Sr(vt(m3), { key: 1 }, {
|
|
4806
4806
|
default: ge(() => [
|
|
4807
|
-
_.icon ? (ce(),
|
|
4807
|
+
_.icon ? (ce(), Sr(Es(_.icon), { key: 0 })) : Vr(_.$slots, "icon", { key: 1 })
|
|
4808
4808
|
]),
|
|
4809
4809
|
_: 3
|
|
4810
|
-
})) :
|
|
4810
|
+
})) : Or("v-if", !0),
|
|
4811
4811
|
_.$slots.default ? (ce(), er("span", {
|
|
4812
4812
|
key: 2,
|
|
4813
4813
|
class: Fe({ [vt(o).em("text", "expand")]: vt(f) })
|
|
4814
4814
|
}, [
|
|
4815
4815
|
Vr(_.$slots, "default")
|
|
4816
|
-
], 2)) :
|
|
4816
|
+
], 2)) : Or("v-if", !0)
|
|
4817
4817
|
]),
|
|
4818
4818
|
_: 3
|
|
4819
4819
|
}, 16, ["class", "style", "onClick"]));
|
|
4820
4820
|
}
|
|
4821
4821
|
});
|
|
4822
|
-
var Yst = /* @__PURE__ */
|
|
4822
|
+
var Yst = /* @__PURE__ */ On(Kst, [["__file", "button.vue"]]);
|
|
4823
4823
|
const Jst = {
|
|
4824
4824
|
size: $w.size,
|
|
4825
4825
|
type: $w.type
|
|
@@ -4842,7 +4842,7 @@ const Jst = {
|
|
|
4842
4842
|
], 2));
|
|
4843
4843
|
}
|
|
4844
4844
|
});
|
|
4845
|
-
var Az = /* @__PURE__ */
|
|
4845
|
+
var Az = /* @__PURE__ */ On(eat, [["__file", "button-group.vue"]]);
|
|
4846
4846
|
const Cz = L2(Yst, {
|
|
4847
4847
|
ButtonGroup: Az
|
|
4848
4848
|
});
|
|
@@ -5109,7 +5109,7 @@ const iat = {
|
|
|
5109
5109
|
_.is("indeterminate", e.indeterminate),
|
|
5110
5110
|
_.is("focus", a.value)
|
|
5111
5111
|
]);
|
|
5112
|
-
return (x, C) => (ce(),
|
|
5112
|
+
return (x, C) => (ce(), Sr(Es(!vt(d) && vt(i) ? "span" : "label"), {
|
|
5113
5113
|
class: Fe(vt(L)),
|
|
5114
5114
|
"aria-controls": x.indeterminate ? x.ariaControls : null,
|
|
5115
5115
|
onClick: vt(y)
|
|
@@ -5167,17 +5167,17 @@ const iat = {
|
|
|
5167
5167
|
class: Fe(vt(_).e("label"))
|
|
5168
5168
|
}, [
|
|
5169
5169
|
Vr(x.$slots, "default"),
|
|
5170
|
-
x.$slots.default ?
|
|
5171
|
-
|
|
5170
|
+
x.$slots.default ? Or("v-if", !0) : (ce(), er(Io, { key: 0 }, [
|
|
5171
|
+
An(bi(x.label), 1)
|
|
5172
5172
|
], 64))
|
|
5173
|
-
], 2)) :
|
|
5173
|
+
], 2)) : Or("v-if", !0)
|
|
5174
5174
|
];
|
|
5175
5175
|
}),
|
|
5176
5176
|
_: 3
|
|
5177
5177
|
}, 8, ["class", "aria-controls", "onClick"]));
|
|
5178
5178
|
}
|
|
5179
5179
|
});
|
|
5180
|
-
var hat = /* @__PURE__ */
|
|
5180
|
+
var hat = /* @__PURE__ */ On(uat, [["__file", "checkbox.vue"]]);
|
|
5181
5181
|
const dat = mr({
|
|
5182
5182
|
name: "ElCheckboxButton"
|
|
5183
5183
|
}), pat = /* @__PURE__ */ mr({
|
|
@@ -5254,15 +5254,15 @@ const dat = mr({
|
|
|
5254
5254
|
style: A1(vt(i) ? vt(Q) : void 0)
|
|
5255
5255
|
}, [
|
|
5256
5256
|
Vr(_.$slots, "default", {}, () => [
|
|
5257
|
-
|
|
5257
|
+
An(bi(_.label), 1)
|
|
5258
5258
|
])
|
|
5259
|
-
], 6)) :
|
|
5259
|
+
], 6)) : Or("v-if", !0)
|
|
5260
5260
|
], 2);
|
|
5261
5261
|
};
|
|
5262
5262
|
}
|
|
5263
5263
|
});
|
|
5264
|
-
var Pz = /* @__PURE__ */
|
|
5265
|
-
const Tat =
|
|
5264
|
+
var Pz = /* @__PURE__ */ On(pat, [["__file", "checkbox-button.vue"]]);
|
|
5265
|
+
const Tat = Cn({
|
|
5266
5266
|
modelValue: {
|
|
5267
5267
|
type: $r(Array),
|
|
5268
5268
|
default: () => []
|
|
@@ -5320,7 +5320,7 @@ const Tat = An({
|
|
|
5320
5320
|
r.validateEvent && (i == null || i.validate("change").catch((d) => b2(d)));
|
|
5321
5321
|
}), (d, T) => {
|
|
5322
5322
|
var f;
|
|
5323
|
-
return ce(),
|
|
5323
|
+
return ce(), Sr(Es(d.tag), {
|
|
5324
5324
|
id: vt(o),
|
|
5325
5325
|
class: Fe(vt(n).b("group")),
|
|
5326
5326
|
role: "group",
|
|
@@ -5335,13 +5335,13 @@ const Tat = An({
|
|
|
5335
5335
|
};
|
|
5336
5336
|
}
|
|
5337
5337
|
});
|
|
5338
|
-
var Vz = /* @__PURE__ */
|
|
5338
|
+
var Vz = /* @__PURE__ */ On(mat, [["__file", "checkbox-group.vue"]]);
|
|
5339
5339
|
const Rz = L2(hat, {
|
|
5340
5340
|
CheckboxButton: Pz,
|
|
5341
5341
|
CheckboxGroup: Vz
|
|
5342
5342
|
});
|
|
5343
5343
|
ll(Pz);
|
|
5344
|
-
const Nz = ll(Vz), Dz =
|
|
5344
|
+
const Nz = ll(Vz), Dz = Cn({
|
|
5345
5345
|
modelValue: {
|
|
5346
5346
|
type: [String, Number, Boolean],
|
|
5347
5347
|
default: void 0
|
|
@@ -5360,7 +5360,7 @@ const Nz = ll(Vz), Dz = An({
|
|
|
5360
5360
|
type: String,
|
|
5361
5361
|
default: void 0
|
|
5362
5362
|
}
|
|
5363
|
-
}), gat =
|
|
5363
|
+
}), gat = Cn({
|
|
5364
5364
|
...Dz,
|
|
5365
5365
|
border: Boolean
|
|
5366
5366
|
}), Fz = {
|
|
@@ -5450,15 +5450,15 @@ const Nz = ll(Vz), Dz = An({
|
|
|
5450
5450
|
}, ["stop"])
|
|
5451
5451
|
}, [
|
|
5452
5452
|
Vr(Q.$slots, "default", {}, () => [
|
|
5453
|
-
|
|
5453
|
+
An(bi(Q.label), 1)
|
|
5454
5454
|
])
|
|
5455
5455
|
], 42, ["onKeydown"])
|
|
5456
5456
|
], 2);
|
|
5457
5457
|
};
|
|
5458
5458
|
}
|
|
5459
5459
|
});
|
|
5460
|
-
var _at = /* @__PURE__ */
|
|
5461
|
-
const bat =
|
|
5460
|
+
var _at = /* @__PURE__ */ On(vat, [["__file", "radio.vue"]]);
|
|
5461
|
+
const bat = Cn({
|
|
5462
5462
|
...Dz
|
|
5463
5463
|
}), Lat = mr({
|
|
5464
5464
|
name: "ElRadioButton"
|
|
@@ -5506,15 +5506,15 @@ const bat = An({
|
|
|
5506
5506
|
}, ["stop"])
|
|
5507
5507
|
}, [
|
|
5508
5508
|
Vr(f.$slots, "default", {}, () => [
|
|
5509
|
-
|
|
5509
|
+
An(bi(f.label), 1)
|
|
5510
5510
|
])
|
|
5511
5511
|
], 46, ["onKeydown"])
|
|
5512
5512
|
], 2);
|
|
5513
5513
|
};
|
|
5514
5514
|
}
|
|
5515
5515
|
});
|
|
5516
|
-
var zz = /* @__PURE__ */
|
|
5517
|
-
const xat =
|
|
5516
|
+
var zz = /* @__PURE__ */ On(wat, [["__file", "radio-button.vue"]]);
|
|
5517
|
+
const xat = Cn({
|
|
5518
5518
|
id: {
|
|
5519
5519
|
type: String,
|
|
5520
5520
|
default: void 0
|
|
@@ -5578,13 +5578,13 @@ const xat = An({
|
|
|
5578
5578
|
], 10, ["id", "aria-label", "aria-labelledby"]));
|
|
5579
5579
|
}
|
|
5580
5580
|
});
|
|
5581
|
-
var Uz = /* @__PURE__ */
|
|
5581
|
+
var Uz = /* @__PURE__ */ On(Sat, [["__file", "radio-group.vue"]]);
|
|
5582
5582
|
const Gz = L2(_at, {
|
|
5583
5583
|
RadioButton: zz,
|
|
5584
5584
|
RadioGroup: Uz
|
|
5585
5585
|
}), $z = ll(Uz);
|
|
5586
5586
|
ll(zz);
|
|
5587
|
-
const Zw =
|
|
5587
|
+
const Zw = Cn({
|
|
5588
5588
|
type: {
|
|
5589
5589
|
type: String,
|
|
5590
5590
|
values: ["primary", "success", "info", "warning", "danger"],
|
|
@@ -5643,7 +5643,7 @@ const Zw = An({
|
|
|
5643
5643
|
}, [
|
|
5644
5644
|
Vr(d.$slots, "default")
|
|
5645
5645
|
], 2),
|
|
5646
|
-
d.closable ? (ce(),
|
|
5646
|
+
d.closable ? (ce(), Sr(vt(m3), {
|
|
5647
5647
|
key: 0,
|
|
5648
5648
|
class: Fe(vt(i).e("close")),
|
|
5649
5649
|
onClick: w1(s, ["stop"])
|
|
@@ -5652,8 +5652,8 @@ const Zw = An({
|
|
|
5652
5652
|
je(vt(jw))
|
|
5653
5653
|
]),
|
|
5654
5654
|
_: 1
|
|
5655
|
-
}, 8, ["class", "onClick"])) :
|
|
5656
|
-
], 6)) : (ce(),
|
|
5655
|
+
}, 8, ["class", "onClick"])) : Or("v-if", !0)
|
|
5656
|
+
], 6)) : (ce(), Sr($h, {
|
|
5657
5657
|
key: 1,
|
|
5658
5658
|
name: `${vt(i).namespace.value}-zoom-in-center`,
|
|
5659
5659
|
appear: "",
|
|
@@ -5670,7 +5670,7 @@ const Zw = An({
|
|
|
5670
5670
|
}, [
|
|
5671
5671
|
Vr(d.$slots, "default")
|
|
5672
5672
|
], 2),
|
|
5673
|
-
d.closable ? (ce(),
|
|
5673
|
+
d.closable ? (ce(), Sr(vt(m3), {
|
|
5674
5674
|
key: 0,
|
|
5675
5675
|
class: Fe(vt(i).e("close")),
|
|
5676
5676
|
onClick: w1(s, ["stop"])
|
|
@@ -5679,14 +5679,14 @@ const Zw = An({
|
|
|
5679
5679
|
je(vt(jw))
|
|
5680
5680
|
]),
|
|
5681
5681
|
_: 1
|
|
5682
|
-
}, 8, ["class", "onClick"])) :
|
|
5682
|
+
}, 8, ["class", "onClick"])) : Or("v-if", !0)
|
|
5683
5683
|
], 6)
|
|
5684
5684
|
]),
|
|
5685
5685
|
_: 3
|
|
5686
5686
|
}, 8, ["name"]));
|
|
5687
5687
|
}
|
|
5688
5688
|
});
|
|
5689
|
-
var Oat = /* @__PURE__ */
|
|
5689
|
+
var Oat = /* @__PURE__ */ On(Cat, [["__file", "tag.vue"]]);
|
|
5690
5690
|
const Iat = L2(Oat), Wz = Symbol("rowContextKey"), kat = [
|
|
5691
5691
|
"start",
|
|
5692
5692
|
"center",
|
|
@@ -5694,7 +5694,7 @@ const Iat = L2(Oat), Wz = Symbol("rowContextKey"), kat = [
|
|
|
5694
5694
|
"space-around",
|
|
5695
5695
|
"space-between",
|
|
5696
5696
|
"space-evenly"
|
|
5697
|
-
], Pat = ["top", "middle", "bottom"], Vat =
|
|
5697
|
+
], Pat = ["top", "middle", "bottom"], Vat = Cn({
|
|
5698
5698
|
tag: {
|
|
5699
5699
|
type: String,
|
|
5700
5700
|
default: "div"
|
|
@@ -5730,7 +5730,7 @@ const Iat = L2(Oat), Wz = Symbol("rowContextKey"), kat = [
|
|
|
5730
5730
|
r.is(`justify-${e.justify}`, e.justify !== "start"),
|
|
5731
5731
|
r.is(`align-${e.align}`, !!e.align)
|
|
5732
5732
|
]);
|
|
5733
|
-
return (s, a) => (ce(),
|
|
5733
|
+
return (s, a) => (ce(), Sr(Es(s.tag), {
|
|
5734
5734
|
class: Fe(vt(o)),
|
|
5735
5735
|
style: A1(vt(i))
|
|
5736
5736
|
}, {
|
|
@@ -5741,8 +5741,8 @@ const Iat = L2(Oat), Wz = Symbol("rowContextKey"), kat = [
|
|
|
5741
5741
|
}, 8, ["class", "style"]));
|
|
5742
5742
|
}
|
|
5743
5743
|
});
|
|
5744
|
-
var Dat = /* @__PURE__ */
|
|
5745
|
-
const Kh = L2(Dat), Fat =
|
|
5744
|
+
var Dat = /* @__PURE__ */ On(Nat, [["__file", "row.vue"]]);
|
|
5745
|
+
const Kh = L2(Dat), Fat = Cn({
|
|
5746
5746
|
tag: {
|
|
5747
5747
|
type: String,
|
|
5748
5748
|
default: "div"
|
|
@@ -5803,7 +5803,7 @@ const Kh = L2(Dat), Fat = An({
|
|
|
5803
5803
|
});
|
|
5804
5804
|
}), r.value && s.push(n.is("guttered")), [n.b(), s];
|
|
5805
5805
|
});
|
|
5806
|
-
return (s, a) => (ce(),
|
|
5806
|
+
return (s, a) => (ce(), Sr(Es(s.tag), {
|
|
5807
5807
|
class: Fe(vt(o)),
|
|
5808
5808
|
style: A1(vt(i))
|
|
5809
5809
|
}, {
|
|
@@ -5814,8 +5814,8 @@ const Kh = L2(Dat), Fat = An({
|
|
|
5814
5814
|
}, 8, ["class", "style"]));
|
|
5815
5815
|
}
|
|
5816
5816
|
});
|
|
5817
|
-
var zat = /* @__PURE__ */
|
|
5818
|
-
const Yh = L2(zat), Uat =
|
|
5817
|
+
var zat = /* @__PURE__ */ On(jat, [["__file", "col.vue"]]);
|
|
5818
|
+
const Yh = L2(zat), Uat = Cn({
|
|
5819
5819
|
mask: {
|
|
5820
5820
|
type: Boolean,
|
|
5821
5821
|
default: !0
|
|
@@ -5863,7 +5863,7 @@ var Wat = mr({
|
|
|
5863
5863
|
}, [Vr(e, "default")]);
|
|
5864
5864
|
}
|
|
5865
5865
|
});
|
|
5866
|
-
const Zat = Wat, Zz = Symbol("dialogInjectionKey"), qz =
|
|
5866
|
+
const Zat = Wat, Zz = Symbol("dialogInjectionKey"), qz = Cn({
|
|
5867
5867
|
center: Boolean,
|
|
5868
5868
|
alignCenter: Boolean,
|
|
5869
5869
|
closeIcon: {
|
|
@@ -5929,11 +5929,11 @@ const Zat = Wat, Zz = Symbol("dialogInjectionKey"), qz = An({
|
|
|
5929
5929
|
class: Fe(vt(u).e("close"))
|
|
5930
5930
|
}, {
|
|
5931
5931
|
default: ge(() => [
|
|
5932
|
-
(ce(),
|
|
5932
|
+
(ce(), Sr(Es(E.closeIcon || vt(i))))
|
|
5933
5933
|
]),
|
|
5934
5934
|
_: 1
|
|
5935
5935
|
}, 8, ["class"])
|
|
5936
|
-
], 10, ["aria-label", "onClick"])) :
|
|
5936
|
+
], 10, ["aria-label", "onClick"])) : Or("v-if", !0)
|
|
5937
5937
|
], 2),
|
|
5938
5938
|
Ue("div", {
|
|
5939
5939
|
id: vt(a),
|
|
@@ -5946,12 +5946,12 @@ const Zat = Wat, Zz = Symbol("dialogInjectionKey"), qz = An({
|
|
|
5946
5946
|
class: Fe(vt(u).e("footer"))
|
|
5947
5947
|
}, [
|
|
5948
5948
|
Vr(E.$slots, "footer")
|
|
5949
|
-
], 2)) :
|
|
5949
|
+
], 2)) : Or("v-if", !0)
|
|
5950
5950
|
], 6));
|
|
5951
5951
|
}
|
|
5952
5952
|
});
|
|
5953
|
-
var Yat = /* @__PURE__ */
|
|
5954
|
-
const Jat =
|
|
5953
|
+
var Yat = /* @__PURE__ */ On(Kat, [["__file", "dialog-content.vue"]]);
|
|
5954
|
+
const Jat = Cn({
|
|
5955
5955
|
...qz,
|
|
5956
5956
|
appendToBody: Boolean,
|
|
5957
5957
|
appendTo: {
|
|
@@ -6143,7 +6143,7 @@ const Jat = An({
|
|
|
6143
6143
|
var nt;
|
|
6144
6144
|
(nt = a.value) == null || nt.resetPosition();
|
|
6145
6145
|
}
|
|
6146
|
-
}), (nt, gt) => (ce(),
|
|
6146
|
+
}), (nt, gt) => (ce(), Sr(vt(Ez), {
|
|
6147
6147
|
to: nt.appendTo,
|
|
6148
6148
|
disabled: nt.appendTo !== "body" ? !1 : !nt.appendToBody
|
|
6149
6149
|
}, {
|
|
@@ -6185,7 +6185,7 @@ const Jat = An({
|
|
|
6185
6185
|
onReleaseRequested: vt(U)
|
|
6186
6186
|
}, {
|
|
6187
6187
|
default: ge(() => [
|
|
6188
|
-
vt(y) ? (ce(),
|
|
6188
|
+
vt(y) ? (ce(), Sr(Yat, ol({
|
|
6189
6189
|
key: 0,
|
|
6190
6190
|
ref_key: "dialogContentRef",
|
|
6191
6191
|
ref: a
|
|
@@ -6220,7 +6220,7 @@ const Jat = An({
|
|
|
6220
6220
|
Vr(nt.$slots, "footer")
|
|
6221
6221
|
])
|
|
6222
6222
|
} : void 0
|
|
6223
|
-
]), 1040, ["center", "align-center", "close-icon", "draggable", "overflow", "fullscreen", "show-close", "title", "aria-level", "onClose"])) :
|
|
6223
|
+
]), 1040, ["center", "align-center", "close-icon", "draggable", "overflow", "fullscreen", "show-close", "title", "aria-level", "onClose"])) : Or("v-if", !0)
|
|
6224
6224
|
]),
|
|
6225
6225
|
_: 3
|
|
6226
6226
|
}, 8, ["trapped", "onFocusAfterTrapped", "onFocusAfterReleased", "onFocusoutPrevented", "onReleaseRequested"])
|
|
@@ -6238,14 +6238,14 @@ const Jat = An({
|
|
|
6238
6238
|
}, 8, ["to", "disabled"]));
|
|
6239
6239
|
}
|
|
6240
6240
|
});
|
|
6241
|
-
var i3t = /* @__PURE__ */
|
|
6241
|
+
var i3t = /* @__PURE__ */ On(n3t, [["__file", "dialog.vue"]]);
|
|
6242
6242
|
const o3t = L2(i3t), s3t = /* @__PURE__ */ mr({
|
|
6243
6243
|
inheritAttrs: !1
|
|
6244
6244
|
});
|
|
6245
6245
|
function a3t(t, e, r, n, i, o) {
|
|
6246
6246
|
return Vr(t.$slots, "default");
|
|
6247
6247
|
}
|
|
6248
|
-
var l3t = /* @__PURE__ */
|
|
6248
|
+
var l3t = /* @__PURE__ */ On(s3t, [["render", a3t], ["__file", "collection.vue"]]);
|
|
6249
6249
|
const c3t = /* @__PURE__ */ mr({
|
|
6250
6250
|
name: "ElCollectionItem",
|
|
6251
6251
|
inheritAttrs: !1
|
|
@@ -6253,7 +6253,7 @@ const c3t = /* @__PURE__ */ mr({
|
|
|
6253
6253
|
function u3t(t, e, r, n, i, o) {
|
|
6254
6254
|
return Vr(t.$slots, "default");
|
|
6255
6255
|
}
|
|
6256
|
-
var h3t = /* @__PURE__ */
|
|
6256
|
+
var h3t = /* @__PURE__ */ On(c3t, [["render", u3t], ["__file", "collection-item.vue"]]);
|
|
6257
6257
|
const d3t = "data-el-collection-item", p3t = (t) => {
|
|
6258
6258
|
const e = `El${t}Collection`, r = `${e}Item`, n = Symbol(e), i = Symbol(r), o = {
|
|
6259
6259
|
...l3t,
|
|
@@ -6297,7 +6297,7 @@ const d3t = "data-el-collection-item", p3t = (t) => {
|
|
|
6297
6297
|
ElCollection: o,
|
|
6298
6298
|
ElCollectionItem: s
|
|
6299
6299
|
};
|
|
6300
|
-
}, X_ =
|
|
6300
|
+
}, X_ = Cn({
|
|
6301
6301
|
trigger: wh.trigger,
|
|
6302
6302
|
effect: {
|
|
6303
6303
|
...ts.effect,
|
|
@@ -6358,7 +6358,7 @@ const d3t = "data-el-collection-item", p3t = (t) => {
|
|
|
6358
6358
|
},
|
|
6359
6359
|
teleported: ts.teleported
|
|
6360
6360
|
});
|
|
6361
|
-
|
|
6361
|
+
Cn({
|
|
6362
6362
|
command: {
|
|
6363
6363
|
type: [Object, String, Number],
|
|
6364
6364
|
default: () => ({})
|
|
@@ -6370,7 +6370,7 @@ An({
|
|
|
6370
6370
|
type: v8
|
|
6371
6371
|
}
|
|
6372
6372
|
});
|
|
6373
|
-
|
|
6373
|
+
Cn({
|
|
6374
6374
|
onKeydown: { type: $r(Function) }
|
|
6375
6375
|
});
|
|
6376
6376
|
p3t("Dropdown");
|
|
@@ -6490,7 +6490,7 @@ function Q3t(t, e, r, n, i, o) {
|
|
|
6490
6490
|
[f2, t.visible]
|
|
6491
6491
|
]);
|
|
6492
6492
|
}
|
|
6493
|
-
var UM = /* @__PURE__ */
|
|
6493
|
+
var UM = /* @__PURE__ */ On(f3t, [["render", Q3t], ["__file", "option.vue"]]);
|
|
6494
6494
|
const m3t = mr({
|
|
6495
6495
|
name: "ElSelectDropdown",
|
|
6496
6496
|
componentName: "ElSelectDropdown",
|
|
@@ -6521,17 +6521,17 @@ function g3t(t, e, r, n, i, o) {
|
|
|
6521
6521
|
class: Fe(t.ns.be("dropdown", "header"))
|
|
6522
6522
|
}, [
|
|
6523
6523
|
Vr(t.$slots, "header")
|
|
6524
|
-
], 2)) :
|
|
6524
|
+
], 2)) : Or("v-if", !0),
|
|
6525
6525
|
Vr(t.$slots, "default"),
|
|
6526
6526
|
t.$slots.footer ? (ce(), er("div", {
|
|
6527
6527
|
key: 1,
|
|
6528
6528
|
class: Fe(t.ns.be("dropdown", "footer"))
|
|
6529
6529
|
}, [
|
|
6530
6530
|
Vr(t.$slots, "footer")
|
|
6531
|
-
], 2)) :
|
|
6531
|
+
], 2)) : Or("v-if", !0)
|
|
6532
6532
|
], 6);
|
|
6533
6533
|
}
|
|
6534
|
-
var y3t = /* @__PURE__ */
|
|
6534
|
+
var y3t = /* @__PURE__ */ On(m3t, [["render", g3t], ["__file", "select-dropdown.vue"]]);
|
|
6535
6535
|
const v3t = 11, _3t = (t, e) => {
|
|
6536
6536
|
const { t: r } = MM(), n = W5(), i = Gn("select"), o = Gn("input"), s = T3({
|
|
6537
6537
|
inputValue: "",
|
|
@@ -6882,7 +6882,7 @@ var b3t = mr({
|
|
|
6882
6882
|
};
|
|
6883
6883
|
}
|
|
6884
6884
|
});
|
|
6885
|
-
const L3t =
|
|
6885
|
+
const L3t = Cn({
|
|
6886
6886
|
name: String,
|
|
6887
6887
|
id: String,
|
|
6888
6888
|
modelValue: {
|
|
@@ -7067,7 +7067,7 @@ function x3t(t, e, r, n, i, o) {
|
|
|
7067
7067
|
class: Fe(t.nsSelect.e("prefix"))
|
|
7068
7068
|
}, [
|
|
7069
7069
|
Vr(t.$slots, "prefix")
|
|
7070
|
-
], 2)) :
|
|
7070
|
+
], 2)) : Or("v-if", !0),
|
|
7071
7071
|
Ue("div", {
|
|
7072
7072
|
ref: "selectionRef",
|
|
7073
7073
|
class: Fe([
|
|
@@ -7097,14 +7097,14 @@ function x3t(t, e, r, n, i, o) {
|
|
|
7097
7097
|
label: L.currentLabel,
|
|
7098
7098
|
value: L.value
|
|
7099
7099
|
}, () => [
|
|
7100
|
-
|
|
7100
|
+
An(bi(L.currentLabel), 1)
|
|
7101
7101
|
])
|
|
7102
7102
|
], 2)
|
|
7103
7103
|
]),
|
|
7104
7104
|
_: 2
|
|
7105
7105
|
}, 1032, ["closable", "size", "type", "effect", "style", "onClose"])
|
|
7106
7106
|
], 2))), 128)),
|
|
7107
|
-
t.collapseTags && t.states.selected.length > t.maxCollapseTags ? (ce(),
|
|
7107
|
+
t.collapseTags && t.states.selected.length > t.maxCollapseTags ? (ce(), Sr(a, {
|
|
7108
7108
|
key: 0,
|
|
7109
7109
|
ref: "tagTooltipRef",
|
|
7110
7110
|
disabled: t.dropdownMenuVisible || !t.collapseTagsTooltip,
|
|
@@ -7161,7 +7161,7 @@ function x3t(t, e, r, n, i, o) {
|
|
|
7161
7161
|
label: L.currentLabel,
|
|
7162
7162
|
value: L.value
|
|
7163
7163
|
}, () => [
|
|
7164
|
-
|
|
7164
|
+
An(bi(L.currentLabel), 1)
|
|
7165
7165
|
])
|
|
7166
7166
|
], 2)
|
|
7167
7167
|
]),
|
|
@@ -7171,9 +7171,9 @@ function x3t(t, e, r, n, i, o) {
|
|
|
7171
7171
|
], 2)
|
|
7172
7172
|
]),
|
|
7173
7173
|
_: 3
|
|
7174
|
-
}, 8, ["disabled", "effect", "teleported"])) :
|
|
7175
|
-
]) :
|
|
7176
|
-
t.selectDisabled ?
|
|
7174
|
+
}, 8, ["disabled", "effect", "teleported"])) : Or("v-if", !0)
|
|
7175
|
+
]) : Or("v-if", !0),
|
|
7176
|
+
t.selectDisabled ? Or("v-if", !0) : (ce(), er("div", {
|
|
7177
7177
|
key: 1,
|
|
7178
7178
|
class: Fe([
|
|
7179
7179
|
t.nsSelect.e("selected-item"),
|
|
@@ -7221,7 +7221,7 @@ function x3t(t, e, r, n, i, o) {
|
|
|
7221
7221
|
"aria-hidden": "true",
|
|
7222
7222
|
class: Fe(t.nsSelect.e("input-calculator")),
|
|
7223
7223
|
textContent: bi(t.states.inputValue)
|
|
7224
|
-
}, null, 10, ["textContent"])) :
|
|
7224
|
+
}, null, 10, ["textContent"])) : Or("v-if", !0)
|
|
7225
7225
|
], 2)),
|
|
7226
7226
|
t.shouldShowPlaceholder ? (ce(), er("div", {
|
|
7227
7227
|
key: 2,
|
|
@@ -7238,22 +7238,22 @@ function x3t(t, e, r, n, i, o) {
|
|
|
7238
7238
|
}, () => [
|
|
7239
7239
|
Ue("span", null, bi(t.currentPlaceholder), 1)
|
|
7240
7240
|
]) : (ce(), er("span", { key: 1 }, bi(t.currentPlaceholder), 1))
|
|
7241
|
-
], 2)) :
|
|
7241
|
+
], 2)) : Or("v-if", !0)
|
|
7242
7242
|
], 2),
|
|
7243
7243
|
Ue("div", {
|
|
7244
7244
|
ref: "suffixRef",
|
|
7245
7245
|
class: Fe(t.nsSelect.e("suffix"))
|
|
7246
7246
|
}, [
|
|
7247
|
-
t.iconComponent && !t.showClose ? (ce(),
|
|
7247
|
+
t.iconComponent && !t.showClose ? (ce(), Sr(u, {
|
|
7248
7248
|
key: 0,
|
|
7249
7249
|
class: Fe([t.nsSelect.e("caret"), t.nsSelect.e("icon"), t.iconReverse])
|
|
7250
7250
|
}, {
|
|
7251
7251
|
default: ge(() => [
|
|
7252
|
-
(ce(),
|
|
7252
|
+
(ce(), Sr(Es(t.iconComponent)))
|
|
7253
7253
|
]),
|
|
7254
7254
|
_: 1
|
|
7255
|
-
}, 8, ["class"])) :
|
|
7256
|
-
t.showClose && t.clearIcon ? (ce(),
|
|
7255
|
+
}, 8, ["class"])) : Or("v-if", !0),
|
|
7256
|
+
t.showClose && t.clearIcon ? (ce(), Sr(u, {
|
|
7257
7257
|
key: 1,
|
|
7258
7258
|
class: Fe([
|
|
7259
7259
|
t.nsSelect.e("caret"),
|
|
@@ -7263,19 +7263,19 @@ function x3t(t, e, r, n, i, o) {
|
|
|
7263
7263
|
onClick: t.handleClearClick
|
|
7264
7264
|
}, {
|
|
7265
7265
|
default: ge(() => [
|
|
7266
|
-
(ce(),
|
|
7266
|
+
(ce(), Sr(Es(t.clearIcon)))
|
|
7267
7267
|
]),
|
|
7268
7268
|
_: 1
|
|
7269
|
-
}, 8, ["class", "onClick"])) :
|
|
7270
|
-
t.validateState && t.validateIcon ? (ce(),
|
|
7269
|
+
}, 8, ["class", "onClick"])) : Or("v-if", !0),
|
|
7270
|
+
t.validateState && t.validateIcon ? (ce(), Sr(u, {
|
|
7271
7271
|
key: 2,
|
|
7272
7272
|
class: Fe([t.nsInput.e("icon"), t.nsInput.e("validateIcon")])
|
|
7273
7273
|
}, {
|
|
7274
7274
|
default: ge(() => [
|
|
7275
|
-
(ce(),
|
|
7275
|
+
(ce(), Sr(Es(t.validateIcon)))
|
|
7276
7276
|
]),
|
|
7277
7277
|
_: 1
|
|
7278
|
-
}, 8, ["class"])) :
|
|
7278
|
+
}, 8, ["class"])) : Or("v-if", !0)
|
|
7279
7279
|
], 2)
|
|
7280
7280
|
], 10, ["onClick"])
|
|
7281
7281
|
];
|
|
@@ -7290,7 +7290,7 @@ function x3t(t, e, r, n, i, o) {
|
|
|
7290
7290
|
}, ["stop"])
|
|
7291
7291
|
}, [
|
|
7292
7292
|
Vr(t.$slots, "header")
|
|
7293
|
-
], 10, ["onClick"])) :
|
|
7293
|
+
], 10, ["onClick"])) : Or("v-if", !0),
|
|
7294
7294
|
_i(je(f, {
|
|
7295
7295
|
id: t.contentId,
|
|
7296
7296
|
ref: "scrollbarRef",
|
|
@@ -7303,11 +7303,11 @@ function x3t(t, e, r, n, i, o) {
|
|
|
7303
7303
|
"aria-orientation": "vertical"
|
|
7304
7304
|
}, {
|
|
7305
7305
|
default: ge(() => [
|
|
7306
|
-
t.showNewOption ? (ce(),
|
|
7306
|
+
t.showNewOption ? (ce(), Sr(d, {
|
|
7307
7307
|
key: 0,
|
|
7308
7308
|
value: t.states.inputValue,
|
|
7309
7309
|
created: !0
|
|
7310
|
-
}, null, 8, ["value"])) :
|
|
7310
|
+
}, null, 8, ["value"])) : Or("v-if", !0),
|
|
7311
7311
|
je(T, null, {
|
|
7312
7312
|
default: ge(() => [
|
|
7313
7313
|
Vr(t.$slots, "default")
|
|
@@ -7331,7 +7331,7 @@ function x3t(t, e, r, n, i, o) {
|
|
|
7331
7331
|
Vr(t.$slots, "empty", {}, () => [
|
|
7332
7332
|
Ue("span", null, bi(t.emptyText), 1)
|
|
7333
7333
|
])
|
|
7334
|
-
], 2)) :
|
|
7334
|
+
], 2)) : Or("v-if", !0),
|
|
7335
7335
|
t.$slots.footer ? (ce(), er("div", {
|
|
7336
7336
|
key: 3,
|
|
7337
7337
|
class: Fe(t.nsSelect.be("dropdown", "footer")),
|
|
@@ -7339,7 +7339,7 @@ function x3t(t, e, r, n, i, o) {
|
|
|
7339
7339
|
}, ["stop"])
|
|
7340
7340
|
}, [
|
|
7341
7341
|
Vr(t.$slots, "footer")
|
|
7342
|
-
], 10, ["onClick"])) :
|
|
7342
|
+
], 10, ["onClick"])) : Or("v-if", !0)
|
|
7343
7343
|
]),
|
|
7344
7344
|
_: 3
|
|
7345
7345
|
}, 512)
|
|
@@ -7350,7 +7350,7 @@ function x3t(t, e, r, n, i, o) {
|
|
|
7350
7350
|
[y, t.handleClickOutside, t.popperRef]
|
|
7351
7351
|
]);
|
|
7352
7352
|
}
|
|
7353
|
-
var E3t = /* @__PURE__ */
|
|
7353
|
+
var E3t = /* @__PURE__ */ On(w3t, [["render", x3t], ["__file", "select.vue"]]);
|
|
7354
7354
|
const M3t = mr({
|
|
7355
7355
|
name: "ElOptionGroup",
|
|
7356
7356
|
componentName: "ElOptionGroup",
|
|
@@ -7407,13 +7407,13 @@ function S3t(t, e, r, n, i, o) {
|
|
|
7407
7407
|
[f2, t.visible]
|
|
7408
7408
|
]);
|
|
7409
7409
|
}
|
|
7410
|
-
var Kz = /* @__PURE__ */
|
|
7410
|
+
var Kz = /* @__PURE__ */ On(M3t, [["render", S3t], ["__file", "option-group.vue"]]);
|
|
7411
7411
|
const ng = L2(E3t, {
|
|
7412
7412
|
Option: UM,
|
|
7413
7413
|
OptionGroup: Kz
|
|
7414
7414
|
}), GM = ll(UM);
|
|
7415
7415
|
ll(Kz);
|
|
7416
|
-
const H3t =
|
|
7416
|
+
const H3t = Cn({
|
|
7417
7417
|
trigger: wh.trigger,
|
|
7418
7418
|
placement: X_.placement,
|
|
7419
7419
|
disabled: wh.disabled,
|
|
@@ -7501,7 +7501,7 @@ const H3t = An({
|
|
|
7501
7501
|
return e({
|
|
7502
7502
|
popperRef: a,
|
|
7503
7503
|
hide: f
|
|
7504
|
-
}), (E, x) => (ce(),
|
|
7504
|
+
}), (E, x) => (ce(), Sr(vt(Mz), ol({
|
|
7505
7505
|
ref_key: "tooltipRef",
|
|
7506
7506
|
ref: s
|
|
7507
7507
|
}, E.$attrs, {
|
|
@@ -7537,19 +7537,19 @@ const H3t = An({
|
|
|
7537
7537
|
key: 0,
|
|
7538
7538
|
class: Fe(vt(o).e("title")),
|
|
7539
7539
|
role: "title"
|
|
7540
|
-
}, bi(E.title), 3)) :
|
|
7540
|
+
}, bi(E.title), 3)) : Or("v-if", !0),
|
|
7541
7541
|
Vr(E.$slots, "default", {}, () => [
|
|
7542
|
-
|
|
7542
|
+
An(bi(E.content), 1)
|
|
7543
7543
|
])
|
|
7544
7544
|
]),
|
|
7545
7545
|
default: ge(() => [
|
|
7546
|
-
E.$slots.reference ? Vr(E.$slots, "reference", { key: 0 }) :
|
|
7546
|
+
E.$slots.reference ? Vr(E.$slots, "reference", { key: 0 }) : Or("v-if", !0)
|
|
7547
7547
|
]),
|
|
7548
7548
|
_: 3
|
|
7549
7549
|
}, 16, ["trigger", "placement", "disabled", "visible", "transition", "popper-options", "tabindex", "content", "offset", "show-after", "hide-after", "auto-close", "show-arrow", "aria-label", "effect", "enterable", "popper-class", "popper-style", "teleported", "persistent", "gpu-acceleration", "onUpdate:visible"]));
|
|
7550
7550
|
}
|
|
7551
7551
|
});
|
|
7552
|
-
var k3t = /* @__PURE__ */
|
|
7552
|
+
var k3t = /* @__PURE__ */ On(I3t, [["__file", "popover.vue"]]);
|
|
7553
7553
|
const BI = (t, e) => {
|
|
7554
7554
|
const r = e.arg || e.value, n = r == null ? void 0 : r.popperRef;
|
|
7555
7555
|
n && (n.triggerRef = t);
|
|
@@ -7905,7 +7905,7 @@ function Z3t(t, e, r, n, i, o) {
|
|
|
7905
7905
|
je(d, { span: 12 }, {
|
|
7906
7906
|
default: ge(() => [
|
|
7907
7907
|
Ue("span", U3t, bi(r.title), 1),
|
|
7908
|
-
r.helpMessage ? (ce(),
|
|
7908
|
+
r.helpMessage ? (ce(), Sr(u, {
|
|
7909
7909
|
key: 0,
|
|
7910
7910
|
width: "250",
|
|
7911
7911
|
trigger: "hover",
|
|
@@ -7929,13 +7929,13 @@ function Z3t(t, e, r, n, i, o) {
|
|
|
7929
7929
|
]),
|
|
7930
7930
|
key: "0"
|
|
7931
7931
|
} : void 0
|
|
7932
|
-
]), 1024)) :
|
|
7932
|
+
]), 1024)) : Or("", !0)
|
|
7933
7933
|
]),
|
|
7934
7934
|
_: 1
|
|
7935
7935
|
}),
|
|
7936
7936
|
je(d, { span: 12 }, {
|
|
7937
7937
|
default: ge(() => [
|
|
7938
|
-
r.selections && r.selections.length > 1 ? (ce(),
|
|
7938
|
+
r.selections && r.selections.length > 1 ? (ce(), Sr(T, {
|
|
7939
7939
|
key: 0,
|
|
7940
7940
|
class: "all-checkbox",
|
|
7941
7941
|
indeterminate: o.isIndeterminate,
|
|
@@ -7945,10 +7945,10 @@ function Z3t(t, e, r, n, i, o) {
|
|
|
7945
7945
|
onClick: o.onAllCheckboxNativeChange
|
|
7946
7946
|
}, {
|
|
7947
7947
|
default: ge(() => e[2] || (e[2] = [
|
|
7948
|
-
|
|
7948
|
+
An("Display all")
|
|
7949
7949
|
])),
|
|
7950
7950
|
_: 1
|
|
7951
|
-
}, 8, ["indeterminate", "modelValue", "onChange", "onClick"])) :
|
|
7951
|
+
}, 8, ["indeterminate", "modelValue", "onChange", "onClick"])) : Or("", !0)
|
|
7952
7952
|
]),
|
|
7953
7953
|
_: 1
|
|
7954
7954
|
})
|
|
@@ -7964,7 +7964,7 @@ function Z3t(t, e, r, n, i, o) {
|
|
|
7964
7964
|
}, {
|
|
7965
7965
|
default: ge(() => [
|
|
7966
7966
|
Ue("div", $3t, [
|
|
7967
|
-
(ce(!0), er(Io, null, L4(r.selections, (y) => (ce(),
|
|
7967
|
+
(ce(!0), er(Io, null, L4(r.selections, (y) => (ce(), Sr(f, {
|
|
7968
7968
|
key: y[r.identifierKey],
|
|
7969
7969
|
label: y[r.identifierKey]
|
|
7970
7970
|
}, {
|
|
@@ -7985,7 +7985,7 @@ function Z3t(t, e, r, n, i, o) {
|
|
|
7985
7985
|
default: ge(() => [
|
|
7986
7986
|
je(f, { class: "checkbox-row" }, {
|
|
7987
7987
|
default: ge(() => [
|
|
7988
|
-
o.hasLineStyles(y) ? (ce(),
|
|
7988
|
+
o.hasLineStyles(y) ? (ce(), Sr(d, {
|
|
7989
7989
|
key: 0,
|
|
7990
7990
|
span: 4
|
|
7991
7991
|
}, {
|
|
@@ -7996,7 +7996,7 @@ function Z3t(t, e, r, n, i, o) {
|
|
|
7996
7996
|
}, null, 4)
|
|
7997
7997
|
]),
|
|
7998
7998
|
_: 2
|
|
7999
|
-
}, 1024)) :
|
|
7999
|
+
}, 1024)) : Or("", !0),
|
|
8000
8000
|
je(d, { span: 20 }, {
|
|
8001
8001
|
default: ge(() => [
|
|
8002
8002
|
Ue("div", {
|
|
@@ -13606,12 +13606,12 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
13606
13606
|
}
|
|
13607
13607
|
}
|
|
13608
13608
|
We.prototype.size = 48;
|
|
13609
|
-
class
|
|
13609
|
+
class kr extends $t {
|
|
13610
13610
|
get(c) {
|
|
13611
13611
|
return new We(this, c);
|
|
13612
13612
|
}
|
|
13613
13613
|
}
|
|
13614
|
-
Je("PlacedSymbolArray",
|
|
13614
|
+
Je("PlacedSymbolArray", kr);
|
|
13615
13615
|
class ii extends v {
|
|
13616
13616
|
get anchorX() {
|
|
13617
13617
|
return this._structArray.int16[this._pos2 + 0];
|
|
@@ -15088,7 +15088,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
15088
15088
|
for (const sr of ut) {
|
|
15089
15089
|
const nr = [], ue = [];
|
|
15090
15090
|
for (const gr of sr) {
|
|
15091
|
-
const dr = gr.x,
|
|
15091
|
+
const dr = gr.x, Pr = gr.y, Un = Et[0] * dr + Et[4] * Pr + Et[12], Dn = Et[1] * dr + Et[5] * Pr + Et[13], y1 = Et[2] * dr + Et[6] * Pr + Et[14], Qs = Et[3] * dr + Et[7] * Pr + Et[15], F1 = y1 + _e, v1 = Qs + Xe, wo = Un + Mr, xo = Dn + Be, Eo = y1 + Ve, ki = Qs + fr, _1 = new f((Un + Ft) / v1, (Dn + ee) / v1);
|
|
15092
15092
|
_1.z = F1 / v1, nr.push(_1);
|
|
15093
15093
|
const so = new f(wo / ki, xo / ki);
|
|
15094
15094
|
so.z = Eo / ki, ue.push(so);
|
|
@@ -15234,8 +15234,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
15234
15234
|
const Un = dr - 0.5;
|
|
15235
15235
|
dr += dr * Un * (dr - 1) * ((1.0904 + kt * (kt * (3.55645 - 1.43519 * kt) - 3.2452)) * Un * Un + (0.848013 + kt * (0.215638 * kt - 1.06021)));
|
|
15236
15236
|
}
|
|
15237
|
-
const
|
|
15238
|
-
this.addHalfVertex(tt,
|
|
15237
|
+
const Pr = bt.sub(Tt)._mult(dr)._add(Tt)._unit()._mult(Mr ? -1 : 1);
|
|
15238
|
+
this.addHalfVertex(tt, Pr.x, Pr.y, !1, Mr, 0, X);
|
|
15239
15239
|
}
|
|
15240
15240
|
}
|
|
15241
15241
|
ut && this.addCurrentVertex(tt, bt, -sr, -nr, X);
|
|
@@ -15844,7 +15844,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
15844
15844
|
}(Tt, g_(Tt, z, H, c, g, at));
|
|
15845
15845
|
const kt = [], Ft = { positionedLines: kt, text: Tt.toString(), top: W[1], bottom: W[1], left: W[0], right: W[0], writingMode: X, iconsInText: !1, verticalizable: !1 };
|
|
15846
15846
|
return function(ee, _e, Xe, Mr, Be, Ve, fr, sr, nr, ue, gr, dr) {
|
|
15847
|
-
let
|
|
15847
|
+
let Pr = 0, Un = qc, Dn = 0, y1 = 0;
|
|
15848
15848
|
const Qs = sr === "right" ? 1 : sr === "left" ? 0 : 0.5;
|
|
15849
15849
|
let F1 = 0;
|
|
15850
15850
|
for (const ki of Be) {
|
|
@@ -15879,9 +15879,9 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
15879
15879
|
}
|
|
15880
15880
|
c2 = (_1 - Qn.scale) * s1;
|
|
15881
15881
|
}
|
|
15882
|
-
ms ? (ee.verticalizable = !0, Mo.push({ glyph: ai, imageName: ka, x:
|
|
15882
|
+
ms ? (ee.verticalizable = !0, Mo.push({ glyph: ai, imageName: ka, x: Pr, y: Un + c2, vertical: ms, scale: Qn.scale, fontStack: Qn.fontStack, sectionIndex: qn, metrics: Si, rect: Xl }), Pr += Pa * Qn.scale + ue) : (Mo.push({ glyph: ai, imageName: ka, x: Pr, y: Un + c2, vertical: ms, scale: Qn.scale, fontStack: Qn.fontStack, sectionIndex: qn, metrics: Si, rect: Xl }), Pr += Si.advance * Qn.scale + ue);
|
|
15883
15883
|
}
|
|
15884
|
-
Mo.length !== 0 && (Dn = Math.max(
|
|
15884
|
+
Mo.length !== 0 && (Dn = Math.max(Pr - ue, Dn), ttt(Mo, 0, Mo.length - 1, Qs, j1)), Pr = 0;
|
|
15885
15885
|
const F2 = Ve * _1 + j1;
|
|
15886
15886
|
B1.lineOffset = Math.max(j1, so), Un += F2, y1 = Math.max(F2, y1), ++F1;
|
|
15887
15887
|
}
|
|
@@ -16048,7 +16048,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
16048
16048
|
}
|
|
16049
16049
|
class b_ {
|
|
16050
16050
|
constructor(c) {
|
|
16051
|
-
this.layoutVertexArray = new q3(), this.indexArray = new Wo(), this.programConfigurations = c, this.segments = new Rn(), this.dynamicLayoutVertexArray = new Nl(), this.opacityVertexArray = new Rc(), this.hasVisibleVertices = !1, this.placedSymbolArray = new
|
|
16051
|
+
this.layoutVertexArray = new q3(), this.indexArray = new Wo(), this.programConfigurations = c, this.segments = new Rn(), this.dynamicLayoutVertexArray = new Nl(), this.opacityVertexArray = new Rc(), this.hasVisibleVertices = !1, this.placedSymbolArray = new kr();
|
|
16052
16052
|
}
|
|
16053
16053
|
isEmpty() {
|
|
16054
16054
|
return this.layoutVertexArray.length === 0 && this.indexArray.length === 0 && this.dynamicLayoutVertexArray.length === 0 && this.opacityVertexArray.length === 0;
|
|
@@ -16186,8 +16186,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
16186
16186
|
addSymbols(c, p, g, w, H, A, O, N, z, W, X, tt) {
|
|
16187
16187
|
const at = c.indexArray, ut = c.layoutVertexArray, Tt = c.segments.prepareSegment(4 * p.length, ut, at, this.canOverlap ? A.sortKey : void 0), bt = this.glyphOffsetArray.length, Et = Tt.vertexLength, Gt = this.allowVerticalPlacement && O === s.ah.vertical ? Math.PI / 2 : 0, kt = A.text && A.text.sections;
|
|
16188
16188
|
for (let Ft = 0; Ft < p.length; Ft++) {
|
|
16189
|
-
const { tl: ee, tr: _e, bl: Xe, br: Mr, tex: Be, pixelOffsetTL: Ve, pixelOffsetBR: fr, minFontScaleX: sr, minFontScaleY: nr, glyphOffset: ue, isSDF: gr, sectionIndex: dr } = p[Ft],
|
|
16190
|
-
Lp(ut, N.x, N.y, ee.x, Un + ee.y, Be.x, Be.y, g, gr, Ve.x, Ve.y, sr, nr), Lp(ut, N.x, N.y, _e.x, Un + _e.y, Be.x + Be.w, Be.y, g, gr, fr.x, Ve.y, sr, nr), Lp(ut, N.x, N.y, Xe.x, Un + Xe.y, Be.x, Be.y + Be.h, g, gr, Ve.x, fr.y, sr, nr), Lp(ut, N.x, N.y, Mr.x, Un + Mr.y, Be.x + Be.w, Be.y + Be.h, g, gr, fr.x, fr.y, sr, nr), __(c.dynamicLayoutVertexArray, N, Gt), at.emplaceBack(
|
|
16189
|
+
const { tl: ee, tr: _e, bl: Xe, br: Mr, tex: Be, pixelOffsetTL: Ve, pixelOffsetBR: fr, minFontScaleX: sr, minFontScaleY: nr, glyphOffset: ue, isSDF: gr, sectionIndex: dr } = p[Ft], Pr = Tt.vertexLength, Un = ue[1];
|
|
16190
|
+
Lp(ut, N.x, N.y, ee.x, Un + ee.y, Be.x, Be.y, g, gr, Ve.x, Ve.y, sr, nr), Lp(ut, N.x, N.y, _e.x, Un + _e.y, Be.x + Be.w, Be.y, g, gr, fr.x, Ve.y, sr, nr), Lp(ut, N.x, N.y, Xe.x, Un + Xe.y, Be.x, Be.y + Be.h, g, gr, Ve.x, fr.y, sr, nr), Lp(ut, N.x, N.y, Mr.x, Un + Mr.y, Be.x + Be.w, Be.y + Be.h, g, gr, fr.x, fr.y, sr, nr), __(c.dynamicLayoutVertexArray, N, Gt), at.emplaceBack(Pr, Pr + 1, Pr + 2), at.emplaceBack(Pr + 1, Pr + 2, Pr + 3), Tt.vertexLength += 4, Tt.primitiveLength += 2, this.glyphOffsetArray.emplaceBack(ue[0]), Ft !== p.length - 1 && dr === p[Ft + 1].sectionIndex || c.programConfigurations.populatePaintArrays(ut.length, A, A.index, {}, tt, kt && kt[dr]);
|
|
16191
16191
|
}
|
|
16192
16192
|
c.placedSymbolArray.emplaceBack(N.x, N.y, bt, this.glyphOffsetArray.length - bt, Et, z, W, N.segment, g ? g[0] : 0, g ? g[1] : 0, w[0], w[1], O, 0, !1, 0, X);
|
|
16193
16193
|
}
|
|
@@ -16892,20 +16892,20 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
16892
16892
|
const ue = H.content, gr = ue[2] - ue[0], dr = ue[3] - ue[1];
|
|
16893
16893
|
(H.textFitWidth || H.textFitHeight) && (z = FC(h)), Et = xp(W, 0, ue[0]), kt = xp(X, 0, ue[1]), Gt = xp(W, ue[0], ue[2]), Ft = xp(X, ue[1], ue[3]), ee = ue[0] - Et, Xe = ue[1] - kt, _e = gr - Gt, Mr = dr - Ft;
|
|
16894
16894
|
}
|
|
16895
|
-
const Be = z.x1, Ve = z.y1, fr = z.x2 - Be, sr = z.y2 - Ve, nr = (ue, gr, dr,
|
|
16896
|
-
const Un = Ep(ue.stretch - Et, Gt, fr, Be), Dn = Mp(ue.fixed - ee, _e, ue.stretch, at), y1 = Ep(gr.stretch - kt, Ft, sr, Ve), Qs = Mp(gr.fixed - Xe, Mr, gr.stretch, ut), F1 = Ep(dr.stretch - Et, Gt, fr, Be), v1 = Mp(dr.fixed - ee, _e, dr.stretch, at), wo = Ep(
|
|
16895
|
+
const Be = z.x1, Ve = z.y1, fr = z.x2 - Be, sr = z.y2 - Ve, nr = (ue, gr, dr, Pr) => {
|
|
16896
|
+
const Un = Ep(ue.stretch - Et, Gt, fr, Be), Dn = Mp(ue.fixed - ee, _e, ue.stretch, at), y1 = Ep(gr.stretch - kt, Ft, sr, Ve), Qs = Mp(gr.fixed - Xe, Mr, gr.stretch, ut), F1 = Ep(dr.stretch - Et, Gt, fr, Be), v1 = Mp(dr.fixed - ee, _e, dr.stretch, at), wo = Ep(Pr.stretch - kt, Ft, sr, Ve), xo = Mp(Pr.fixed - Xe, Mr, Pr.stretch, ut), Eo = new f(Un, y1), ki = new f(F1, y1), _1 = new f(F1, wo), so = new f(Un, wo), B1 = new f(Dn / A, Qs / A), Mo = new f(v1 / A, xo / A), j1 = c * Math.PI / 180;
|
|
16897
16897
|
if (j1) {
|
|
16898
16898
|
const Qn = Math.sin(j1), qn = Math.cos(j1), ai = [qn, -Qn, Qn, qn];
|
|
16899
16899
|
Eo._matMult(ai), ki._matMult(ai), so._matMult(ai), _1._matMult(ai);
|
|
16900
16900
|
}
|
|
16901
16901
|
const F2 = ue.stretch + ue.fixed, qo = gr.stretch + gr.fixed;
|
|
16902
|
-
return { tl: Eo, tr: ki, bl: so, br: _1, tex: { x: H.paddedRect.x + tu + F2, y: H.paddedRect.y + tu + qo, w: dr.stretch + dr.fixed - F2, h:
|
|
16902
|
+
return { tl: Eo, tr: ki, bl: so, br: _1, tex: { x: H.paddedRect.x + tu + F2, y: H.paddedRect.y + tu + qo, w: dr.stretch + dr.fixed - F2, h: Pr.stretch + Pr.fixed - qo }, writingMode: void 0, glyphOffset: [0, 0], sectionIndex: 0, pixelOffsetTL: B1, pixelOffsetBR: Mo, minFontScaleX: _e / A / fr, minFontScaleY: Mr / A / sr, isSDF: p };
|
|
16903
16903
|
};
|
|
16904
16904
|
if (g && (H.stretchX || H.stretchY)) {
|
|
16905
16905
|
const ue = TO(W, Tt, at), gr = TO(X, bt, ut);
|
|
16906
16906
|
for (let dr = 0; dr < ue.length - 1; dr++) {
|
|
16907
|
-
const
|
|
16908
|
-
for (let Dn = 0; Dn < gr.length - 1; Dn++) w.push(nr(
|
|
16907
|
+
const Pr = ue[dr], Un = ue[dr + 1];
|
|
16908
|
+
for (let Dn = 0; Dn < gr.length - 1; Dn++) w.push(nr(Pr, gr[Dn], Un, gr[Dn + 1]));
|
|
16909
16909
|
}
|
|
16910
16910
|
} else w.push(nr({ fixed: 0, stretch: -1 }, { fixed: 0, stretch: -1 }, { fixed: 0, stretch: O + 1 }, { fixed: 0, stretch: N + 1 }));
|
|
16911
16911
|
return w;
|
|
@@ -17132,28 +17132,28 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
17132
17132
|
function mtt(h, c, p, g, w, H, A, O, N, z, W) {
|
|
17133
17133
|
let X = H.textMaxSize.evaluate(c, {});
|
|
17134
17134
|
X === void 0 && (X = A);
|
|
17135
|
-
const tt = h.layers[0].layout, at = tt.get("icon-offset").evaluate(c, {}, W), ut = gO(p.horizontal), Tt = A / 24, bt = h.tilePixelRatio * Tt, Et = h.tilePixelRatio * X / 24, Gt = h.tilePixelRatio * O, kt = h.tilePixelRatio * tt.get("symbol-spacing"), Ft = tt.get("text-padding") * h.tilePixelRatio, ee = function(ue, gr, dr,
|
|
17135
|
+
const tt = h.layers[0].layout, at = tt.get("icon-offset").evaluate(c, {}, W), ut = gO(p.horizontal), Tt = A / 24, bt = h.tilePixelRatio * Tt, Et = h.tilePixelRatio * X / 24, Gt = h.tilePixelRatio * O, kt = h.tilePixelRatio * tt.get("symbol-spacing"), Ft = tt.get("text-padding") * h.tilePixelRatio, ee = function(ue, gr, dr, Pr = 1) {
|
|
17136
17136
|
const Un = ue.get("icon-padding").evaluate(gr, {}, dr), Dn = Un && Un.values;
|
|
17137
|
-
return [Dn[0] *
|
|
17137
|
+
return [Dn[0] * Pr, Dn[1] * Pr, Dn[2] * Pr, Dn[3] * Pr];
|
|
17138
17138
|
}(tt, c, W, h.tilePixelRatio), _e = tt.get("text-max-angle") / 180 * Math.PI, Xe = tt.get("text-rotation-alignment") !== "viewport" && tt.get("symbol-placement") !== "point", Mr = tt.get("icon-rotation-alignment") === "map" && tt.get("symbol-placement") !== "point", Be = tt.get("symbol-placement"), Ve = kt / 2, fr = tt.get("icon-text-fit");
|
|
17139
17139
|
let sr;
|
|
17140
17140
|
g && fr !== "none" && (h.allowVerticalPlacement && p.vertical && (sr = BC(g, p.vertical, fr, tt.get("icon-text-fit-padding"), at, Tt)), ut && (g = BC(g, ut, fr, tt.get("icon-text-fit-padding"), at, Tt)));
|
|
17141
17141
|
const nr = (ue, gr) => {
|
|
17142
|
-
gr.x < 0 || gr.x >= Xi || gr.y < 0 || gr.y >= Xi || function(dr,
|
|
17143
|
-
const ka = dr.addToLineVertexArray(
|
|
17142
|
+
gr.x < 0 || gr.x >= Xi || gr.y < 0 || gr.y >= Xi || function(dr, Pr, Un, Dn, y1, Qs, F1, v1, wo, xo, Eo, ki, _1, so, B1, Mo, j1, F2, qo, Qn, qn, ai, c2, Si, Xl) {
|
|
17143
|
+
const ka = dr.addToLineVertexArray(Pr, Un);
|
|
17144
17144
|
let Pa, ms, B2, M1, J3 = 0, nu = 0, bO = 0, LO = 0, R_ = -1, N_ = -1;
|
|
17145
17145
|
const t4 = {};
|
|
17146
17146
|
let wO = Fl("");
|
|
17147
17147
|
if (dr.allowVerticalPlacement && Dn.vertical) {
|
|
17148
17148
|
const ao = v1.layout.get("text-rotate").evaluate(qn, {}, Si) + 90;
|
|
17149
|
-
B2 = new Sp(wo,
|
|
17149
|
+
B2 = new Sp(wo, Pr, xo, Eo, ki, Dn.vertical, _1, so, B1, ao), F1 && (M1 = new Sp(wo, Pr, xo, Eo, ki, F1, j1, F2, B1, ao));
|
|
17150
17150
|
}
|
|
17151
17151
|
if (y1) {
|
|
17152
17152
|
const ao = v1.layout.get("icon-rotate").evaluate(qn, {}), j2 = v1.layout.get("icon-text-fit") !== "none", W0 = pO(y1, ao, c2, j2), ta = F1 ? pO(F1, ao, c2, j2) : void 0;
|
|
17153
|
-
ms = new Sp(wo,
|
|
17153
|
+
ms = new Sp(wo, Pr, xo, Eo, ki, y1, j1, F2, !1, ao), J3 = 4 * W0.length;
|
|
17154
17154
|
const Z0 = dr.iconSizeData;
|
|
17155
17155
|
let Va = null;
|
|
17156
|
-
Z0.kind === "source" ? (Va = [Ia * v1.layout.get("icon-size").evaluate(qn, {})], Va[0] > f6 && It(`${dr.layerIds[0]}: Value for "icon-size" is >= ${Kc}. Reduce your "icon-size".`)) : Z0.kind === "composite" && (Va = [Ia * ai.compositeIconSizes[0].evaluate(qn, {}, Si), Ia * ai.compositeIconSizes[1].evaluate(qn, {}, Si)], (Va[0] > f6 || Va[1] > f6) && It(`${dr.layerIds[0]}: Value for "icon-size" is >= ${Kc}. Reduce your "icon-size".`)), dr.addSymbols(dr.icon, W0, Va, Qn, qo, qn, s.ah.none,
|
|
17156
|
+
Z0.kind === "source" ? (Va = [Ia * v1.layout.get("icon-size").evaluate(qn, {})], Va[0] > f6 && It(`${dr.layerIds[0]}: Value for "icon-size" is >= ${Kc}. Reduce your "icon-size".`)) : Z0.kind === "composite" && (Va = [Ia * ai.compositeIconSizes[0].evaluate(qn, {}, Si), Ia * ai.compositeIconSizes[1].evaluate(qn, {}, Si)], (Va[0] > f6 || Va[1] > f6) && It(`${dr.layerIds[0]}: Value for "icon-size" is >= ${Kc}. Reduce your "icon-size".`)), dr.addSymbols(dr.icon, W0, Va, Qn, qo, qn, s.ah.none, Pr, ka.lineStartIndex, ka.lineLength, -1, Si), R_ = dr.icon.placedSymbolArray.length - 1, ta && (nu = 4 * ta.length, dr.addSymbols(dr.icon, ta, Va, Qn, qo, qn, s.ah.vertical, Pr, ka.lineStartIndex, ka.lineLength, -1, Si), N_ = dr.icon.placedSymbolArray.length - 1);
|
|
17157
17157
|
}
|
|
17158
17158
|
const xO = Object.keys(Dn.horizontal);
|
|
17159
17159
|
for (const ao of xO) {
|
|
@@ -17161,12 +17161,12 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
17161
17161
|
if (!Pa) {
|
|
17162
17162
|
wO = Fl(j2.text);
|
|
17163
17163
|
const ta = v1.layout.get("text-rotate").evaluate(qn, {}, Si);
|
|
17164
|
-
Pa = new Sp(wo,
|
|
17164
|
+
Pa = new Sp(wo, Pr, xo, Eo, ki, j2, _1, so, B1, ta);
|
|
17165
17165
|
}
|
|
17166
17166
|
const W0 = j2.positionedLines.length === 1;
|
|
17167
|
-
if (bO += mO(dr,
|
|
17167
|
+
if (bO += mO(dr, Pr, j2, Qs, v1, B1, qn, Mo, ka, Dn.vertical ? s.ah.horizontal : s.ah.horizontalOnly, W0 ? xO : [ao], t4, R_, ai, Si), W0) break;
|
|
17168
17168
|
}
|
|
17169
|
-
Dn.vertical && (LO += mO(dr,
|
|
17169
|
+
Dn.vertical && (LO += mO(dr, Pr, Dn.vertical, Qs, v1, B1, qn, Mo, ka, s.ah.vertical, ["vertical"], t4, N_, ai, Si));
|
|
17170
17170
|
const vtt = Pa ? Pa.boxStartIndex : dr.collisionBoxArray.length, _tt = Pa ? Pa.boxEndIndex : dr.collisionBoxArray.length, btt = B2 ? B2.boxStartIndex : dr.collisionBoxArray.length, Ltt = B2 ? B2.boxEndIndex : dr.collisionBoxArray.length, wtt = ms ? ms.boxStartIndex : dr.collisionBoxArray.length, xtt = ms ? ms.boxEndIndex : dr.collisionBoxArray.length, Ett = M1 ? M1.boxStartIndex : dr.collisionBoxArray.length, Mtt = M1 ? M1.boxEndIndex : dr.collisionBoxArray.length;
|
|
17171
17171
|
let Js = -1;
|
|
17172
17172
|
const Ap = (ao, j2) => ao && ao.circleDiameter ? Math.max(ao.circleDiameter, j2) : j2;
|
|
@@ -17181,7 +17181,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
17181
17181
|
}
|
|
17182
17182
|
return [W0, ao.length];
|
|
17183
17183
|
}(dr.textAnchorOffsets, Stt);
|
|
17184
|
-
dr.symbolInstances.emplaceBack(
|
|
17184
|
+
dr.symbolInstances.emplaceBack(Pr.x, Pr.y, t4.right >= 0 ? t4.right : -1, t4.center >= 0 ? t4.center : -1, t4.left >= 0 ? t4.left : -1, t4.vertical || -1, R_, N_, wO, vtt, _tt, btt, Ltt, wtt, xtt, Ett, Mtt, xo, bO, LO, J3, nu, EO, 0, _1, Js, Htt, Att);
|
|
17185
17185
|
}(h, gr, ue, p, g, w, sr, h.layers[0], h.collisionBoxArray, c.index, c.sourceLayerIndex, h.index, bt, [Ft, Ft, Ft, Ft], Xe, N, Gt, ee, Mr, at, c, H, z, W, A);
|
|
17186
17186
|
};
|
|
17187
17187
|
if (Be === "line") for (const ue of aO(c.geometry, 0, 0, Xi, Xi)) {
|
|
@@ -17206,16 +17206,16 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
17206
17206
|
for (const sr of kt.positionedLines) for (const nr of sr.positionedGlyphs) {
|
|
17207
17207
|
if (!nr.rect) continue;
|
|
17208
17208
|
const ue = nr.rect || {};
|
|
17209
|
-
let gr = XJ + 1, dr = !0,
|
|
17209
|
+
let gr = XJ + 1, dr = !0, Pr = 1, Un = 0;
|
|
17210
17210
|
const Dn = (_e || Be) && nr.vertical, y1 = nr.metrics.advance * nr.scale / 2;
|
|
17211
17211
|
if (Be && kt.verticalizable && (Un = sr.lineOffset / 2 - (nr.imageName ? -(s1 - nr.metrics.width * nr.scale) / 2 : (nr.scale - 1) * s1)), nr.imageName) {
|
|
17212
17212
|
const Qn = Mr[nr.imageName];
|
|
17213
|
-
dr = Qn.sdf,
|
|
17213
|
+
dr = Qn.sdf, Pr = Qn.pixelRatio, gr = Zo / Pr;
|
|
17214
17214
|
}
|
|
17215
17215
|
const Qs = _e ? [nr.x + y1, nr.y] : [0, 0];
|
|
17216
17216
|
let F1 = _e ? [0, 0] : [nr.x + y1 + Ft[0], nr.y + Ft[1] - Un], v1 = [0, 0];
|
|
17217
17217
|
Dn && (v1 = F1, F1 = [0, 0]);
|
|
17218
|
-
const wo = nr.metrics.isDoubleResolution ? 2 : 1, xo = (nr.metrics.left - gr) * nr.scale - y1 + F1[0], Eo = (-nr.metrics.top - gr) * nr.scale + F1[1], ki = xo + ue.w / wo * nr.scale /
|
|
17218
|
+
const wo = nr.metrics.isDoubleResolution ? 2 : 1, xo = (nr.metrics.left - gr) * nr.scale - y1 + F1[0], Eo = (-nr.metrics.top - gr) * nr.scale + F1[1], ki = xo + ue.w / wo * nr.scale / Pr, _1 = Eo + ue.h / wo * nr.scale / Pr, so = new f(xo, Eo), B1 = new f(ki, Eo), Mo = new f(xo, _1), j1 = new f(ki, _1);
|
|
17219
17219
|
if (Dn) {
|
|
17220
17220
|
const Qn = new f(-y1, y1 - qc), qn = -Math.PI / 2, ai = s1 / 2 - y1, c2 = new f(5 - qc - ai, -(nr.imageName ? ai : 0)), Si = new f(...v1);
|
|
17221
17221
|
so._rotateAround(qn, Qn)._add(c2)._add(Si), B1._rotateAround(qn, Qn)._add(c2)._add(Si), Mo._rotateAround(qn, Qn)._add(c2)._add(Si), j1._rotateAround(qn, Qn)._add(c2)._add(Si);
|
|
@@ -17444,8 +17444,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
17444
17444
|
}
|
|
17445
17445
|
return p;
|
|
17446
17446
|
}, s.N = Q6, s.O = XC, s.P = f, s.Q = KC, s.R = N2, s.S = D2, s.T = Pc, s.U = x, s.V = C, s.W = qr, s.X = Xi, s.Y = M, s.Z = Yc, s._ = a, s.a = rr, s.a$ = function(h, c) {
|
|
17447
|
-
var p = h[0], g = h[1], w = h[2], H = h[3], A = h[4], O = h[5], N = h[6], z = h[7], W = h[8], X = h[9], tt = h[10], at = h[11], ut = h[12], Tt = h[13], bt = h[14], Et = h[15], Gt = c[0], kt = c[1], Ft = c[2], ee = c[3], _e = c[4], Xe = c[5], Mr = c[6], Be = c[7], Ve = c[8], fr = c[9], sr = c[10], nr = c[11], ue = c[12], gr = c[13], dr = c[14],
|
|
17448
|
-
return Math.abs(p - Gt) <= Lo * Math.max(1, Math.abs(p), Math.abs(Gt)) && Math.abs(g - kt) <= Lo * Math.max(1, Math.abs(g), Math.abs(kt)) && Math.abs(w - Ft) <= Lo * Math.max(1, Math.abs(w), Math.abs(Ft)) && Math.abs(H - ee) <= Lo * Math.max(1, Math.abs(H), Math.abs(ee)) && Math.abs(A - _e) <= Lo * Math.max(1, Math.abs(A), Math.abs(_e)) && Math.abs(O - Xe) <= Lo * Math.max(1, Math.abs(O), Math.abs(Xe)) && Math.abs(N - Mr) <= Lo * Math.max(1, Math.abs(N), Math.abs(Mr)) && Math.abs(z - Be) <= Lo * Math.max(1, Math.abs(z), Math.abs(Be)) && Math.abs(W - Ve) <= Lo * Math.max(1, Math.abs(W), Math.abs(Ve)) && Math.abs(X - fr) <= Lo * Math.max(1, Math.abs(X), Math.abs(fr)) && Math.abs(tt - sr) <= Lo * Math.max(1, Math.abs(tt), Math.abs(sr)) && Math.abs(at - nr) <= Lo * Math.max(1, Math.abs(at), Math.abs(nr)) && Math.abs(ut - ue) <= Lo * Math.max(1, Math.abs(ut), Math.abs(ue)) && Math.abs(Tt - gr) <= Lo * Math.max(1, Math.abs(Tt), Math.abs(gr)) && Math.abs(bt - dr) <= Lo * Math.max(1, Math.abs(bt), Math.abs(dr)) && Math.abs(Et -
|
|
17447
|
+
var p = h[0], g = h[1], w = h[2], H = h[3], A = h[4], O = h[5], N = h[6], z = h[7], W = h[8], X = h[9], tt = h[10], at = h[11], ut = h[12], Tt = h[13], bt = h[14], Et = h[15], Gt = c[0], kt = c[1], Ft = c[2], ee = c[3], _e = c[4], Xe = c[5], Mr = c[6], Be = c[7], Ve = c[8], fr = c[9], sr = c[10], nr = c[11], ue = c[12], gr = c[13], dr = c[14], Pr = c[15];
|
|
17448
|
+
return Math.abs(p - Gt) <= Lo * Math.max(1, Math.abs(p), Math.abs(Gt)) && Math.abs(g - kt) <= Lo * Math.max(1, Math.abs(g), Math.abs(kt)) && Math.abs(w - Ft) <= Lo * Math.max(1, Math.abs(w), Math.abs(Ft)) && Math.abs(H - ee) <= Lo * Math.max(1, Math.abs(H), Math.abs(ee)) && Math.abs(A - _e) <= Lo * Math.max(1, Math.abs(A), Math.abs(_e)) && Math.abs(O - Xe) <= Lo * Math.max(1, Math.abs(O), Math.abs(Xe)) && Math.abs(N - Mr) <= Lo * Math.max(1, Math.abs(N), Math.abs(Mr)) && Math.abs(z - Be) <= Lo * Math.max(1, Math.abs(z), Math.abs(Be)) && Math.abs(W - Ve) <= Lo * Math.max(1, Math.abs(W), Math.abs(Ve)) && Math.abs(X - fr) <= Lo * Math.max(1, Math.abs(X), Math.abs(fr)) && Math.abs(tt - sr) <= Lo * Math.max(1, Math.abs(tt), Math.abs(sr)) && Math.abs(at - nr) <= Lo * Math.max(1, Math.abs(at), Math.abs(nr)) && Math.abs(ut - ue) <= Lo * Math.max(1, Math.abs(ut), Math.abs(ue)) && Math.abs(Tt - gr) <= Lo * Math.max(1, Math.abs(Tt), Math.abs(gr)) && Math.abs(bt - dr) <= Lo * Math.max(1, Math.abs(bt), Math.abs(dr)) && Math.abs(Et - Pr) <= Lo * Math.max(1, Math.abs(Et), Math.abs(Pr));
|
|
17449
17449
|
}, s.a0 = Rn, s.a1 = M_, s.a2 = ye, s.a3 = (h) => {
|
|
17450
17450
|
const c = window.document.createElement("video");
|
|
17451
17451
|
return c.muted = !0, new Promise((p) => {
|
|
@@ -21055,7 +21055,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
21055
21055
|
let We = [];
|
|
21056
21056
|
for (let Wr = Fr.path.length - 1; Wr >= 1; Wr--) We.push(Fr.path[Wr]);
|
|
21057
21057
|
for (let Wr = 1; Wr < ke.path.length; Wr++) We.push(ke.path[Wr]);
|
|
21058
|
-
const
|
|
21058
|
+
const kr = 2.5 * tr;
|
|
21059
21059
|
if (Z) {
|
|
21060
21060
|
const Wr = this.projectPathToScreenSpace(We, Nt, Z);
|
|
21061
21061
|
We = Wr.some((on) => on.signedDistanceFromCamera <= 0) ? [] : Wr.map((on) => on.point);
|
|
@@ -21069,7 +21069,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
21069
21069
|
for (const Wr of ii) {
|
|
21070
21070
|
cr.reset(Wr, 0.25 * tr);
|
|
21071
21071
|
let on = 0;
|
|
21072
|
-
on = cr.length <= 0.5 * tr ? 1 : Math.ceil(cr.paddedLength /
|
|
21072
|
+
on = cr.length <= 0.5 * tr ? 1 : Math.ceil(cr.paddedLength / kr) + 1;
|
|
21073
21073
|
for (let oi = 0; oi < on; oi++) {
|
|
21074
21074
|
const R1 = oi / Math.max(on - 1, 1), P2 = cr.lerp(R1), si = P2.x + Se, bo = P2.y + Se;
|
|
21075
21075
|
Ht.push(si, bo, tr, 0);
|
|
@@ -21242,7 +21242,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
21242
21242
|
placeLayerBucketPart(l, m, v) {
|
|
21243
21243
|
const { bucket: b, layout: M, translationText: V, translationIcon: D, posMatrix: j, unwrappedTileID: Z, textLabelPlaneMatrix: Y, labelToScreenMatrix: J, textPixelRatio: lt, holdingForFade: ft, collisionBoxArray: Qt, partiallyEvaluatedTextSize: wt, collisionGroup: Mt } = l.parameters, Ht = M.get("text-optional"), Ct = M.get("icon-optional"), Lt = a.ar(M, "text-overlap", "text-allow-overlap"), Rt = Lt === "always", Nt = a.ar(M, "icon-overlap", "icon-allow-overlap"), $t = Nt === "always", he = M.get("text-rotation-alignment") === "map", we = M.get("text-pitch-alignment") === "map", De = M.get("icon-text-fit") !== "none", tr = M.get("symbol-z-order") === "viewport-y", Ce = Rt && ($t || !b.hasIconData() || Ct), Ae = $t && (Rt || !b.hasTextData() || Ht);
|
|
21244
21244
|
!b.collisionArrays && Qt && b.deserializeCollisionBoxes(Qt);
|
|
21245
|
-
const cr = this._getTerrainElevationFunc(this.retainedQueryData[b.bucketInstanceId].tileID), Fr = (ke, We,
|
|
21245
|
+
const cr = this._getTerrainElevationFunc(this.retainedQueryData[b.bucketInstanceId].tileID), Fr = (ke, We, kr) => {
|
|
21246
21246
|
var ii, Wr;
|
|
21247
21247
|
if (m[ke.crossTileID]) return;
|
|
21248
21248
|
if (ft) return void (this.placements[ke.crossTileID] = new wr(!1, !1, !1));
|
|
@@ -21310,7 +21310,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
21310
21310
|
const q3 = Ht || ke.numHorizontalGlyphVertices === 0 && ke.numVerticalGlyphVertices === 0, Nl = Ct || ke.numIconVertices === 0;
|
|
21311
21311
|
q3 || Nl ? Nl ? q3 || (oi = oi && on) : on = oi && on : oi = on = oi && on;
|
|
21312
21312
|
const Rc = oi && io.placeable;
|
|
21313
|
-
if (on && ro.placeable && this.collisionIndex.insertCollisionBox(ro.box, Lt, M.get("text-ignore-placement"), b.bucketInstanceId, bo && bo.placeable && u6 ? u6 : fs, Mt.ID), Rc && this.collisionIndex.insertCollisionBox(io.box, Nt, M.get("icon-ignore-placement"), b.bucketInstanceId, Rl, Mt.ID), no && on && this.collisionIndex.insertCollisionCircles(no.circles, Lt, M.get("text-ignore-placement"), b.bucketInstanceId, fs, Mt.ID), v && this.storeCollisionData(b.bucketInstanceId,
|
|
21313
|
+
if (on && ro.placeable && this.collisionIndex.insertCollisionBox(ro.box, Lt, M.get("text-ignore-placement"), b.bucketInstanceId, bo && bo.placeable && u6 ? u6 : fs, Mt.ID), Rc && this.collisionIndex.insertCollisionBox(io.box, Nt, M.get("icon-ignore-placement"), b.bucketInstanceId, Rl, Mt.ID), no && on && this.collisionIndex.insertCollisionCircles(no.circles, Lt, M.get("text-ignore-placement"), b.bucketInstanceId, fs, Mt.ID), v && this.storeCollisionData(b.bucketInstanceId, kr, We, ro, io, no), ke.crossTileID === 0) throw new Error("symbolInstance.crossTileID can't be 0");
|
|
21314
21314
|
if (b.bucketInstanceId === 0) throw new Error("bucket.bucketInstanceId can't be 0");
|
|
21315
21315
|
this.placements[ke.crossTileID] = new wr(on || Ce, oi || Ae, R1 || b.justReloaded), m[ke.crossTileID] = !0;
|
|
21316
21316
|
};
|
|
@@ -21318,8 +21318,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
|
|
|
21318
21318
|
if (l.symbolInstanceStart !== 0) throw new Error("bucket.bucketInstanceId should be 0");
|
|
21319
21319
|
const ke = b.getSortedSymbolIndexes(this.transform.angle);
|
|
21320
21320
|
for (let We = ke.length - 1; We >= 0; --We) {
|
|
21321
|
-
const
|
|
21322
|
-
Fr(b.symbolInstances.get(
|
|
21321
|
+
const kr = ke[We];
|
|
21322
|
+
Fr(b.symbolInstances.get(kr), b.collisionArrays[kr], kr);
|
|
21323
21323
|
}
|
|
21324
21324
|
} else for (let ke = l.symbolInstanceStart; ke < l.symbolInstanceEnd; ke++) Fr(b.symbolInstances.get(ke), b.collisionArrays[ke], ke);
|
|
21325
21325
|
if (v && b.bucketInstanceId in this.collisionCircleArrays) {
|
|
@@ -23585,9 +23585,9 @@ uniform ${Y} ${J} u_${lt};
|
|
|
23585
23585
|
const Nt = new a.P(Lt.anchorX, Lt.anchorY), $t = { getElevation: ft, width: b.width, height: b.height, labelPlaneMatrix: M, lineVertexArray: null, pitchWithMap: m, projection: Y, projectionCache: null, tileAnchorPoint: Nt, translation: J, unwrappedTileID: lt }, he = m ? xt(Nt.x, Nt.y, V, ft) : Jt(Nt.x, Nt.y, $t), we = ot(b.cameraToCenterDistance, he.signedDistanceFromCamera);
|
|
23586
23586
|
let De = a.ai(S.textSizeData, j, Lt) * we / a.ap;
|
|
23587
23587
|
m && (De *= S.tilePixelRatio / D);
|
|
23588
|
-
const { width: tr, height: Ce, anchor: Ae, textOffset: cr, textBoxScale: Fr } = Rt, ke = ds(Ae, tr, Ce, cr, Fr, De), We = Y.getPitchedTextCorrection(b, Nt.add(new a.P(J[0], J[1])), lt),
|
|
23589
|
-
for (let Wr = 0; Wr < Lt.numGlyphs; Wr++) a.aj(wt,
|
|
23590
|
-
Z && Lt.associatedIconIndex >= 0 && (Ht[Lt.associatedIconIndex] = { shiftedAnchor:
|
|
23588
|
+
const { width: tr, height: Ce, anchor: Ae, textOffset: cr, textBoxScale: Fr } = Rt, ke = ds(Ae, tr, Ce, cr, Fr, De), We = Y.getPitchedTextCorrection(b, Nt.add(new a.P(J[0], J[1])), lt), kr = S2(he.point, $t, l, ke, b.angle, We), ii = S.allowVerticalPlacement && Lt.placedOrientation === a.ah.vertical ? Math.PI / 2 : 0;
|
|
23589
|
+
for (let Wr = 0; Wr < Lt.numGlyphs; Wr++) a.aj(wt, kr, ii);
|
|
23590
|
+
Z && Lt.associatedIconIndex >= 0 && (Ht[Lt.associatedIconIndex] = { shiftedAnchor: kr, angle: ii });
|
|
23591
23591
|
} else Vt(Lt.numGlyphs, wt);
|
|
23592
23592
|
}
|
|
23593
23593
|
if (Z) {
|
|
@@ -23618,9 +23618,9 @@ uniform ${Y} ${J} u_${lt};
|
|
|
23618
23618
|
if (!cr) continue;
|
|
23619
23619
|
const Fr = b ? cr.text : cr.icon;
|
|
23620
23620
|
if (!Fr || !Fr.segments.get().length || !Fr.hasVisibleVertices) continue;
|
|
23621
|
-
const ke = Fr.programConfigurations.get(m.id), We = b || cr.sdfIcons,
|
|
23621
|
+
const ke = Fr.programConfigurations.get(m.id), We = b || cr.sdfIcons, kr = b ? cr.textSizeData : cr.iconSizeData, ii = Ht || Qt.pitch !== 0, Wr = S.useProgram(Sl(We, b, cr), ke), on = a.ag(kr, Qt.zoom), oi = S.style.map.terrain && S.style.map.terrain.getTerrainData(Ce);
|
|
23622
23622
|
let R1, P2, si, bo, ro = [0, 0], no = null;
|
|
23623
|
-
if (b) P2 = Ae.glyphAtlasTexture, si = ft.LINEAR, R1 = Ae.glyphAtlasTexture.size, cr.iconsInText && (ro = Ae.imageAtlasTexture.size, no = Ae.imageAtlasTexture, bo = ii || S.options.rotating || S.options.zooming ||
|
|
23623
|
+
if (b) P2 = Ae.glyphAtlasTexture, si = ft.LINEAR, R1 = Ae.glyphAtlasTexture.size, cr.iconsInText && (ro = Ae.imageAtlasTexture.size, no = Ae.imageAtlasTexture, bo = ii || S.options.rotating || S.options.zooming || kr.kind === "composite" || kr.kind === "camera" ? ft.LINEAR : ft.NEAREST);
|
|
23624
23624
|
else {
|
|
23625
23625
|
const Mi = m.layout.get("icon-size").constantOr(0) !== 1 || cr.iconsNeedLinear;
|
|
23626
23626
|
P2 = Ae.imageAtlasTexture, si = We || S.options.rotating || S.options.zooming || Mi || ii ? ft.LINEAR : ft.NEAREST, R1 = Ae.imageAtlasTexture.size;
|
|
@@ -23632,7 +23632,7 @@ uniform ${Y} ${J} u_${lt};
|
|
|
23632
23632
|
}
|
|
23633
23633
|
const $o = Ce.posMatrix, R2 = b && we || Rc, Wo = Ct || R2 ? F3 : u6, Oa = Rl, oo = We && m.paint.get(b ? "text-halo-width" : "icon-halo-width").constantOr(1) !== 0;
|
|
23634
23634
|
let N1;
|
|
23635
|
-
N1 = We ? cr.iconsInText ? Z4(
|
|
23635
|
+
N1 = We ? cr.iconsInText ? Z4(kr.kind, on, Lt, Ht, Ct, R2, S, $o, Wo, Oa, q3, R1, ro, tr) : wa(kr.kind, on, Lt, Ht, Ct, R2, S, $o, Wo, Oa, q3, b, R1, !0, tr) : o2(kr.kind, on, Lt, Ht, Ct, R2, S, $o, Wo, Oa, q3, b, R1, tr);
|
|
23636
23636
|
const Rn = { program: Wr, buffers: Fr, uniformValues: N1, atlasTexture: P2, atlasTextureIcon: no, atlasInterpolation: si, atlasInterpolationIcon: bo, isSDF: We, hasHalo: oo };
|
|
23637
23637
|
if (Nt && cr.canOverlap) {
|
|
23638
23638
|
$t = !0;
|
|
@@ -23971,8 +23971,8 @@ uniform ${Y} ${J} u_${lt};
|
|
|
23971
23971
|
if (!Ce || !Ce.text || !Ce.text.segments.get().length) continue;
|
|
23972
23972
|
const Ae = a.ag(Ce.textSizeData, Nt.zoom), cr = Cr(tr, 1, ft.transform.zoom), Fr = Di(De.posMatrix, we, he, ft.transform, cr), ke = Qt.layout.get("icon-text-fit") !== "none" && Ce.hasIconData();
|
|
23973
23973
|
if (Ae) {
|
|
23974
|
-
const We = Math.pow(2, Nt.zoom - tr.tileID.overscaledZ),
|
|
23975
|
-
i1(Ce, he, we, Rt, Nt, Fr, De.posMatrix, We, Ae, ke, $t, ii, De.toUnwrapped(),
|
|
23974
|
+
const We = Math.pow(2, Nt.zoom - tr.tileID.overscaledZ), kr = ft.style.map.terrain ? (Wr, on) => ft.style.map.terrain.getElevation(De, Wr, on) : null, ii = $t.translatePosition(Nt, tr, Ct, Lt);
|
|
23975
|
+
i1(Ce, he, we, Rt, Nt, Fr, De.posMatrix, We, Ae, ke, $t, ii, De.toUnwrapped(), kr);
|
|
23976
23976
|
}
|
|
23977
23977
|
}
|
|
23978
23978
|
}(j, M, D, V, D.layout.get("text-rotation-alignment"), D.layout.get("text-pitch-alignment"), D.paint.get("text-translate"), D.paint.get("text-translate-anchor"), Z), D.paint.get("icon-opacity").constantOr(1) !== 0 && s2(M, V, D, j, !1, D.paint.get("icon-translate"), D.paint.get("icon-translate-anchor"), D.layout.get("icon-rotation-alignment"), D.layout.get("icon-pitch-alignment"), D.layout.get("icon-keep-upright"), Y, J), D.paint.get("text-opacity").constantOr(1) !== 0 && s2(M, V, D, j, !0, D.paint.get("text-translate"), D.paint.get("text-translate-anchor"), D.layout.get("text-rotation-alignment"), D.layout.get("text-pitch-alignment"), D.layout.get("text-keep-upright"), Y, J), V.map.showCollisionBoxes && (D3(M, V, D, j, !0), D3(M, V, D, j, !1));
|
|
@@ -24049,22 +24049,22 @@ uniform ${Y} ${J} u_${lt};
|
|
|
24049
24049
|
if (!we) continue;
|
|
24050
24050
|
const De = we.programConfigurations.get(D.id), tr = M.context.program.get(), Ce = M.useProgram(Ct, De), Ae = Nt || Ce.program !== tr, cr = M.style.map.terrain && M.style.map.terrain.getTerrainData($t), Fr = Qt.constantOr(null);
|
|
24051
24051
|
if (Fr && he.imageAtlas) {
|
|
24052
|
-
const
|
|
24052
|
+
const kr = he.imageAtlas, ii = kr.patternPositions[Fr.to.toString()], Wr = kr.patternPositions[Fr.from.toString()];
|
|
24053
24053
|
ii && Wr && De.setConstantPatternPositions(ii, Wr);
|
|
24054
24054
|
}
|
|
24055
24055
|
const ke = cr ? $t : null, We = wt ? Wn(M, he, D, Ht, ke) : ft ? w0(M, he, D, ft, Ht, ke) : Mt ? Bi(M, he, D, we.lineClipsArray.length, ke) : Tn(M, he, D, ke);
|
|
24056
24056
|
if (wt) Lt.activeTexture.set(Rt.TEXTURE0), he.imageAtlasTexture.bind(Rt.LINEAR, Rt.CLAMP_TO_EDGE), De.updatePaintBuffers(Ht);
|
|
24057
24057
|
else if (ft && (Ae || M.lineAtlas.dirty)) Lt.activeTexture.set(Rt.TEXTURE0), M.lineAtlas.bind(Lt);
|
|
24058
24058
|
else if (Mt) {
|
|
24059
|
-
const
|
|
24060
|
-
let ii =
|
|
24061
|
-
if (D.gradientVersion !==
|
|
24059
|
+
const kr = we.gradients[D.id];
|
|
24060
|
+
let ii = kr.texture;
|
|
24061
|
+
if (D.gradientVersion !== kr.version) {
|
|
24062
24062
|
let Wr = 256;
|
|
24063
24063
|
if (D.stepInterpolant) {
|
|
24064
24064
|
const on = V.getSource().maxzoom, oi = $t.canonical.z === on ? Math.ceil(1 << M.transform.maxZoom - $t.canonical.z) : 1;
|
|
24065
24065
|
Wr = a.ac(a.aV(we.maxLineLength / a.X * 1024 * oi), 256, Lt.maxTextureSize);
|
|
24066
24066
|
}
|
|
24067
|
-
|
|
24067
|
+
kr.gradient = a.aW({ expression: D.gradientExpression(), evaluationKey: "lineProgress", resolution: Wr, image: kr.gradient || void 0, clips: we.lineClipsArray }), kr.texture ? kr.texture.update(kr.gradient) : kr.texture = new nt(Lt, kr.gradient, Rt.RGBA), kr.version = D.gradientVersion, ii = kr.texture;
|
|
24068
24068
|
}
|
|
24069
24069
|
Lt.activeTexture.set(Rt.TEXTURE0), ii.bind(D.stepInterpolant ? Rt.NEAREST : Rt.LINEAR, Rt.CLAMP_TO_EDGE);
|
|
24070
24070
|
}
|
|
@@ -24440,7 +24440,7 @@ uniform ${Y} ${J} u_${lt};
|
|
|
24440
24440
|
const Ae = (Rt << 1) + Ce % 2, cr = (Nt << 1) + (Ce >> 1), Fr = Lt.zoom + 1;
|
|
24441
24441
|
let ke = Lt.aabb.quadrant(Ce);
|
|
24442
24442
|
if (l.terrain) {
|
|
24443
|
-
const We = new a.S(Fr, Lt.wrap, Fr, Ae, cr),
|
|
24443
|
+
const We = new a.S(Fr, Lt.wrap, Fr, Ae, cr), kr = l.terrain.getMinMaxElevation(We), ii = (m = kr.minElevation) !== null && m !== void 0 ? m : this.elevation, Wr = (v = kr.maxElevation) !== null && v !== void 0 ? v : this.elevation;
|
|
24444
24444
|
ke = new P1([ke.min[0], ke.min[1], ii], [ke.max[0], ke.max[1], Wr]);
|
|
24445
24445
|
}
|
|
24446
24446
|
wt.push({ aabb: ke, zoom: Fr, x: Ae, y: cr, wrap: Lt.wrap, fullyVisible: $t });
|
|
@@ -25937,13 +25937,13 @@ uniform ${Y} ${J} u_${lt};
|
|
|
25937
25937
|
let Rt = l.curve;
|
|
25938
25938
|
const Nt = Math.max(b.width, b.height), $t = Nt / Ht, he = Lt.mag();
|
|
25939
25939
|
if ("minZoom" in l) {
|
|
25940
|
-
const We = a.ac(Math.min(l.minZoom, M, Mt), b.minZoom, b.maxZoom),
|
|
25941
|
-
Rt = Math.sqrt(
|
|
25940
|
+
const We = a.ac(Math.min(l.minZoom, M, Mt), b.minZoom, b.maxZoom), kr = Nt / b.zoomScale(We - M);
|
|
25941
|
+
Rt = Math.sqrt(kr / he * 2);
|
|
25942
25942
|
}
|
|
25943
25943
|
const we = Rt * Rt;
|
|
25944
25944
|
function De(We) {
|
|
25945
|
-
const
|
|
25946
|
-
return Math.log(Math.sqrt(
|
|
25945
|
+
const kr = ($t * $t - Nt * Nt + (We ? -1 : 1) * we * we * he * he) / (2 * (We ? $t : Nt) * we * he);
|
|
25946
|
+
return Math.log(Math.sqrt(kr * kr + 1) - kr);
|
|
25947
25947
|
}
|
|
25948
25948
|
function tr(We) {
|
|
25949
25949
|
return (Math.exp(We) - Math.exp(-We)) / 2;
|
|
@@ -25955,18 +25955,18 @@ uniform ${Y} ${J} u_${lt};
|
|
|
25955
25955
|
let cr = function(We) {
|
|
25956
25956
|
return Ce(Ae) / Ce(Ae + Rt * We);
|
|
25957
25957
|
}, Fr = function(We) {
|
|
25958
|
-
return Nt * ((Ce(Ae) * (tr(
|
|
25959
|
-
var
|
|
25958
|
+
return Nt * ((Ce(Ae) * (tr(kr = Ae + Rt * We) / Ce(kr)) - tr(Ae)) / we) / he;
|
|
25959
|
+
var kr;
|
|
25960
25960
|
}, ke = (De(!0) - Ae) / Rt;
|
|
25961
25961
|
if (Math.abs(he) < 1e-6 || !isFinite(ke)) {
|
|
25962
25962
|
if (Math.abs(Nt - $t) < 1e-6) return this.easeTo(l, m);
|
|
25963
25963
|
const We = $t < Nt ? -1 : 1;
|
|
25964
|
-
ke = Math.abs(Math.log($t / Nt)) / Rt, Fr = () => 0, cr = (
|
|
25964
|
+
ke = Math.abs(Math.log($t / Nt)) / Rt, Fr = () => 0, cr = (kr) => Math.exp(We * Rt * kr);
|
|
25965
25965
|
}
|
|
25966
25966
|
return l.duration = "duration" in l ? +l.duration : 1e3 * ke / ("screenSpeed" in l ? +l.screenSpeed / Rt : +l.speed), l.maxDuration && l.duration > l.maxDuration && (l.duration = 0), this._zooming = !0, this._rotating = V !== Z, this._pitching = Y !== D, this._padding = !b.isPaddingEqual(J), this._prepareEase(m, !1), this.terrain && this._prepareElevation(wt), this._ease((We) => {
|
|
25967
|
-
const
|
|
25967
|
+
const kr = We * ke, ii = 1 / cr(kr);
|
|
25968
25968
|
b.zoom = We === 1 ? Mt : M + b.scaleZoom(ii), this._rotating && (b.bearing = a.y.number(V, Z, We)), this._pitching && (b.pitch = a.y.number(D, Y, We)), this._padding && (b.interpolatePadding(j, J, We), ft = b.centerPoint.add(lt)), this.terrain && !l.freezeElevation && this._updateElevation(We);
|
|
25969
|
-
const Wr = We === 1 ? wt : b.unproject(Ct.add(Lt.mult(Fr(
|
|
25969
|
+
const Wr = We === 1 ? wt : b.unproject(Ct.add(Lt.mult(Fr(kr))).mult(ii));
|
|
25970
25970
|
b.setLocationAtPoint(b.renderWorldCopies ? Wr.wrap() : Wr, ft), this._applyUpdatedTransform(b), this._fireMoveEvents(m);
|
|
25971
25971
|
}, () => {
|
|
25972
25972
|
this.terrain && l.freezeElevation && this._finalizeElevation(), this._afterEase(m);
|
|
@@ -65096,7 +65096,7 @@ var YIt = Bg, _T = Pi, zL = cc, JIt = function(t) {
|
|
|
65096
65096
|
}, e;
|
|
65097
65097
|
}(YIt.AbstractFindMath);
|
|
65098
65098
|
Fg.FindTeX = JIt;
|
|
65099
|
-
var jH = {},
|
|
65099
|
+
var jH = {}, Ir = {}, uc = {};
|
|
65100
65100
|
(function(t) {
|
|
65101
65101
|
var e = P && P.__values || function(n) {
|
|
65102
65102
|
var i = typeof Symbol == "function" && Symbol.iterator, o = i && n[i], s = 0;
|
|
@@ -66061,7 +66061,7 @@ D8.AbstractEmptyNode = ekt;
|
|
|
66061
66061
|
}, x;
|
|
66062
66062
|
}(y);
|
|
66063
66063
|
t.XMLNode = L;
|
|
66064
|
-
})(
|
|
66064
|
+
})(Ir);
|
|
66065
66065
|
var gi = {}, bl = {}, zH = {};
|
|
66066
66066
|
(function(t) {
|
|
66067
66067
|
var e = P && P.__values || function(o) {
|
|
@@ -66075,7 +66075,7 @@ var gi = {}, bl = {}, zH = {};
|
|
|
66075
66075
|
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
66076
66076
|
};
|
|
66077
66077
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.OPTABLE = t.MMLSPACING = t.getRange = t.RANGES = t.MO = t.OPDEF = void 0;
|
|
66078
|
-
var r =
|
|
66078
|
+
var r = Ir;
|
|
66079
66079
|
function n(o, s, a, u) {
|
|
66080
66080
|
return a === void 0 && (a = r.TEXCLASS.BIN), u === void 0 && (u = null), [o, s, a, u];
|
|
66081
66081
|
}
|
|
@@ -67402,7 +67402,7 @@ var rkt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
67402
67402
|
};
|
|
67403
67403
|
Object.defineProperty(bl, "__esModule", { value: !0 });
|
|
67404
67404
|
bl.MmlMo = void 0;
|
|
67405
|
-
var ci =
|
|
67405
|
+
var ci = Ir, UL = zH, wD = Pi, ikt = function(t) {
|
|
67406
67406
|
rkt(e, t);
|
|
67407
67407
|
function e() {
|
|
67408
67408
|
var r = t !== null && t.apply(this, arguments) || this;
|
|
@@ -67637,7 +67637,7 @@ var GL = P && P.__values || function(t) {
|
|
|
67637
67637
|
return t.concat(o || Array.prototype.slice.call(e));
|
|
67638
67638
|
};
|
|
67639
67639
|
Object.defineProperty(gi, "__esModule", { value: !0 });
|
|
67640
|
-
var xD =
|
|
67640
|
+
var xD = Ir, akt = bl, IE;
|
|
67641
67641
|
(function(t) {
|
|
67642
67642
|
var e = /* @__PURE__ */ new Map([
|
|
67643
67643
|
["autoOP", !0],
|
|
@@ -67802,7 +67802,7 @@ var J0 = P && P.__values || function(t) {
|
|
|
67802
67802
|
return t && t.__esModule ? t : { default: t };
|
|
67803
67803
|
};
|
|
67804
67804
|
Object.defineProperty(jH, "__esModule", { value: !0 });
|
|
67805
|
-
var ED =
|
|
67805
|
+
var ED = Ir, lo = lkt(gi), kE;
|
|
67806
67806
|
(function(t) {
|
|
67807
67807
|
t.cleanStretchy = function(o) {
|
|
67808
67808
|
var s, a, u = o.data;
|
|
@@ -68499,7 +68499,7 @@ function yi() {
|
|
|
68499
68499
|
return d && d.__esModule ? d : { default: d };
|
|
68500
68500
|
};
|
|
68501
68501
|
Object.defineProperty(LT, "__esModule", { value: !0 });
|
|
68502
|
-
var n =
|
|
68502
|
+
var n = Ir, i = r(gi), o = r(Vo()), s = r(Pn), a = bd, u;
|
|
68503
68503
|
return function(d) {
|
|
68504
68504
|
var T = 7.2, f = 72, Q = {
|
|
68505
68505
|
em: function(Ut) {
|
|
@@ -68919,7 +68919,7 @@ function Vo() {
|
|
|
68919
68919
|
return d && d.__esModule ? d : { default: d };
|
|
68920
68920
|
};
|
|
68921
68921
|
Object.defineProperty(bT, "__esModule", { value: !0 });
|
|
68922
|
-
var i = n(yi()), o = n(zg), s = n(Pn), a =
|
|
68922
|
+
var i = n(yi()), o = n(zg), s = n(Pn), a = Ir, u = function() {
|
|
68923
68923
|
function d(T, f, Q) {
|
|
68924
68924
|
var y, _;
|
|
68925
68925
|
this._string = T, this.configuration = Q, this.macroCount = 0, this.i = 0, this.currentCS = "";
|
|
@@ -70451,7 +70451,7 @@ var Bkt = function(t) {
|
|
|
70451
70451
|
}, e;
|
|
70452
70452
|
}(WH);
|
|
70453
70453
|
Rr.EnvironmentMap = Bkt;
|
|
70454
|
-
var
|
|
70454
|
+
var Hr = {}, Gi = P && P.__extends || /* @__PURE__ */ function() {
|
|
70455
70455
|
var t = function(e, r) {
|
|
70456
70456
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
70457
70457
|
n.__proto__ = i;
|
|
@@ -70491,9 +70491,9 @@ var Sr = {}, Gi = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
70491
70491
|
}, ZH = P && P.__importDefault || function(t) {
|
|
70492
70492
|
return t && t.__esModule ? t : { default: t };
|
|
70493
70493
|
};
|
|
70494
|
-
Object.defineProperty(
|
|
70495
|
-
|
|
70496
|
-
var jkt = Ld, zkt = bd, F8 =
|
|
70494
|
+
Object.defineProperty(Hr, "__esModule", { value: !0 });
|
|
70495
|
+
Hr.EquationItem = Hr.EqnArrayItem = Hr.ArrayItem = Hr.DotsItem = Hr.NonscriptItem = Hr.NotItem = Hr.FnItem = Hr.MmlItem = Hr.CellItem = Hr.PositionItem = Hr.StyleItem = Hr.EndItem = Hr.BeginItem = Hr.RightItem = Hr.Middle = Hr.LeftItem = Hr.OverItem = Hr.SubsupItem = Hr.PrimeItem = Hr.CloseItem = Hr.OpenItem = Hr.StopItem = Hr.StartItem = void 0;
|
|
70496
|
+
var jkt = Ld, zkt = bd, F8 = Ir, p0 = ZH(Pn), q6 = ZH(yi()), wn = ZH(gi), kn = Ta, Ukt = function(t) {
|
|
70497
70497
|
Gi(e, t);
|
|
70498
70498
|
function e(r, n) {
|
|
70499
70499
|
var i = t.call(this, r) || this;
|
|
@@ -70519,7 +70519,7 @@ var jkt = Ld, zkt = bd, F8 = Or, p0 = ZH(Pn), q6 = ZH(yi()), wn = ZH(gi), kn = T
|
|
|
70519
70519
|
return t.prototype.checkItem.call(this, r);
|
|
70520
70520
|
}, e;
|
|
70521
70521
|
}(kn.BaseItem);
|
|
70522
|
-
|
|
70522
|
+
Hr.StartItem = Ukt;
|
|
70523
70523
|
var Gkt = function(t) {
|
|
70524
70524
|
Gi(e, t);
|
|
70525
70525
|
function e() {
|
|
@@ -70539,7 +70539,7 @@ var Gkt = function(t) {
|
|
|
70539
70539
|
configurable: !0
|
|
70540
70540
|
}), e;
|
|
70541
70541
|
}(kn.BaseItem);
|
|
70542
|
-
|
|
70542
|
+
Hr.StopItem = Gkt;
|
|
70543
70543
|
var $kt = function(t) {
|
|
70544
70544
|
Gi(e, t);
|
|
70545
70545
|
function e() {
|
|
@@ -70570,7 +70570,7 @@ var $kt = function(t) {
|
|
|
70570
70570
|
]
|
|
70571
70571
|
}), e;
|
|
70572
70572
|
}(kn.BaseItem);
|
|
70573
|
-
|
|
70573
|
+
Hr.OpenItem = $kt;
|
|
70574
70574
|
var Wkt = function(t) {
|
|
70575
70575
|
Gi(e, t);
|
|
70576
70576
|
function e() {
|
|
@@ -70590,7 +70590,7 @@ var Wkt = function(t) {
|
|
|
70590
70590
|
configurable: !0
|
|
70591
70591
|
}), e;
|
|
70592
70592
|
}(kn.BaseItem);
|
|
70593
|
-
|
|
70593
|
+
Hr.CloseItem = Wkt;
|
|
70594
70594
|
var Zkt = function(t) {
|
|
70595
70595
|
Gi(e, t);
|
|
70596
70596
|
function e() {
|
|
@@ -70611,7 +70611,7 @@ var Zkt = function(t) {
|
|
|
70611
70611
|
return wn.default.setChild(i, i.sup, o), [[i, r], !0];
|
|
70612
70612
|
}, e;
|
|
70613
70613
|
}(kn.BaseItem);
|
|
70614
|
-
|
|
70614
|
+
Hr.PrimeItem = Zkt;
|
|
70615
70615
|
var qkt = function(t) {
|
|
70616
70616
|
Gi(e, t);
|
|
70617
70617
|
function e() {
|
|
@@ -70660,7 +70660,7 @@ var qkt = function(t) {
|
|
|
70660
70660
|
]
|
|
70661
70661
|
}), e;
|
|
70662
70662
|
}(kn.BaseItem);
|
|
70663
|
-
|
|
70663
|
+
Hr.SubsupItem = qkt;
|
|
70664
70664
|
var Xkt = function(t) {
|
|
70665
70665
|
Gi(e, t);
|
|
70666
70666
|
function e(r) {
|
|
@@ -70691,7 +70691,7 @@ var Xkt = function(t) {
|
|
|
70691
70691
|
return "over[" + this.getProperty("num") + " / " + this.nodes.join("; ") + "]";
|
|
70692
70692
|
}, e;
|
|
70693
70693
|
}(kn.BaseItem);
|
|
70694
|
-
|
|
70694
|
+
Hr.OverItem = Xkt;
|
|
70695
70695
|
var Kkt = function(t) {
|
|
70696
70696
|
Gi(e, t);
|
|
70697
70697
|
function e(r, n) {
|
|
@@ -70725,7 +70725,7 @@ var Kkt = function(t) {
|
|
|
70725
70725
|
]
|
|
70726
70726
|
}), e;
|
|
70727
70727
|
}(kn.BaseItem);
|
|
70728
|
-
|
|
70728
|
+
Hr.LeftItem = Kkt;
|
|
70729
70729
|
var Ykt = function(t) {
|
|
70730
70730
|
Gi(e, t);
|
|
70731
70731
|
function e(r, n, i) {
|
|
@@ -70746,7 +70746,7 @@ var Ykt = function(t) {
|
|
|
70746
70746
|
configurable: !0
|
|
70747
70747
|
}), e;
|
|
70748
70748
|
}(kn.BaseItem);
|
|
70749
|
-
|
|
70749
|
+
Hr.Middle = Ykt;
|
|
70750
70750
|
var Jkt = function(t) {
|
|
70751
70751
|
Gi(e, t);
|
|
70752
70752
|
function e(r, n, i) {
|
|
@@ -70767,7 +70767,7 @@ var Jkt = function(t) {
|
|
|
70767
70767
|
configurable: !0
|
|
70768
70768
|
}), e;
|
|
70769
70769
|
}(kn.BaseItem);
|
|
70770
|
-
|
|
70770
|
+
Hr.RightItem = Jkt;
|
|
70771
70771
|
var tPt = function(t) {
|
|
70772
70772
|
Gi(e, t);
|
|
70773
70773
|
function e() {
|
|
@@ -70796,7 +70796,7 @@ var tPt = function(t) {
|
|
|
70796
70796
|
return t.prototype.checkItem.call(this, r);
|
|
70797
70797
|
}, e;
|
|
70798
70798
|
}(kn.BaseItem);
|
|
70799
|
-
|
|
70799
|
+
Hr.BeginItem = tPt;
|
|
70800
70800
|
var ePt = function(t) {
|
|
70801
70801
|
Gi(e, t);
|
|
70802
70802
|
function e() {
|
|
@@ -70816,7 +70816,7 @@ var ePt = function(t) {
|
|
|
70816
70816
|
configurable: !0
|
|
70817
70817
|
}), e;
|
|
70818
70818
|
}(kn.BaseItem);
|
|
70819
|
-
|
|
70819
|
+
Hr.EndItem = ePt;
|
|
70820
70820
|
var rPt = function(t) {
|
|
70821
70821
|
Gi(e, t);
|
|
70822
70822
|
function e() {
|
|
@@ -70835,7 +70835,7 @@ var rPt = function(t) {
|
|
|
70835
70835
|
return [[this.factory.create("mml", n), r], !0];
|
|
70836
70836
|
}, e;
|
|
70837
70837
|
}(kn.BaseItem);
|
|
70838
|
-
|
|
70838
|
+
Hr.StyleItem = rPt;
|
|
70839
70839
|
var nPt = function(t) {
|
|
70840
70840
|
Gi(e, t);
|
|
70841
70841
|
function e() {
|
|
@@ -70870,7 +70870,7 @@ var nPt = function(t) {
|
|
|
70870
70870
|
return t.prototype.checkItem.call(this, r);
|
|
70871
70871
|
}, e;
|
|
70872
70872
|
}(kn.BaseItem);
|
|
70873
|
-
|
|
70873
|
+
Hr.PositionItem = nPt;
|
|
70874
70874
|
var iPt = function(t) {
|
|
70875
70875
|
Gi(e, t);
|
|
70876
70876
|
function e() {
|
|
@@ -70890,7 +70890,7 @@ var iPt = function(t) {
|
|
|
70890
70890
|
configurable: !0
|
|
70891
70891
|
}), e;
|
|
70892
70892
|
}(kn.BaseItem);
|
|
70893
|
-
|
|
70893
|
+
Hr.CellItem = iPt;
|
|
70894
70894
|
var oPt = function(t) {
|
|
70895
70895
|
Gi(e, t);
|
|
70896
70896
|
function e() {
|
|
@@ -70910,7 +70910,7 @@ var oPt = function(t) {
|
|
|
70910
70910
|
configurable: !0
|
|
70911
70911
|
}), e;
|
|
70912
70912
|
}(kn.BaseItem);
|
|
70913
|
-
|
|
70913
|
+
Hr.MmlItem = oPt;
|
|
70914
70914
|
var sPt = function(t) {
|
|
70915
70915
|
Gi(e, t);
|
|
70916
70916
|
function e() {
|
|
@@ -70944,7 +70944,7 @@ var sPt = function(t) {
|
|
|
70944
70944
|
return t.prototype.checkItem.apply(this, arguments);
|
|
70945
70945
|
}, e;
|
|
70946
70946
|
}(kn.BaseItem);
|
|
70947
|
-
|
|
70947
|
+
Hr.FnItem = sPt;
|
|
70948
70948
|
var aPt = function(t) {
|
|
70949
70949
|
Gi(e, t);
|
|
70950
70950
|
function e() {
|
|
@@ -70968,7 +70968,7 @@ var aPt = function(t) {
|
|
|
70968
70968
|
return n = this.create("node", "TeXAtom", [a], { texClass: F8.TEXCLASS.REL }), [[n, r], !0];
|
|
70969
70969
|
}, e;
|
|
70970
70970
|
}(kn.BaseItem);
|
|
70971
|
-
|
|
70971
|
+
Hr.NotItem = aPt;
|
|
70972
70972
|
var lPt = function(t) {
|
|
70973
70973
|
Gi(e, t);
|
|
70974
70974
|
function e() {
|
|
@@ -70994,7 +70994,7 @@ var lPt = function(t) {
|
|
|
70994
70994
|
return [[r], !0];
|
|
70995
70995
|
}, e;
|
|
70996
70996
|
}(kn.BaseItem);
|
|
70997
|
-
|
|
70997
|
+
Hr.NonscriptItem = lPt;
|
|
70998
70998
|
var cPt = function(t) {
|
|
70999
70999
|
Gi(e, t);
|
|
71000
71000
|
function e() {
|
|
@@ -71017,7 +71017,7 @@ var cPt = function(t) {
|
|
|
71017
71017
|
return [[n, r], !0];
|
|
71018
71018
|
}, e;
|
|
71019
71019
|
}(kn.BaseItem);
|
|
71020
|
-
|
|
71020
|
+
Hr.DotsItem = cPt;
|
|
71021
71021
|
var pK = function(t) {
|
|
71022
71022
|
Gi(e, t);
|
|
71023
71023
|
function e() {
|
|
@@ -71094,7 +71094,7 @@ var pK = function(t) {
|
|
|
71094
71094
|
}
|
|
71095
71095
|
}, e;
|
|
71096
71096
|
}(kn.BaseItem);
|
|
71097
|
-
|
|
71097
|
+
Hr.ArrayItem = pK;
|
|
71098
71098
|
var uPt = function(t) {
|
|
71099
71099
|
Gi(e, t);
|
|
71100
71100
|
function e(r) {
|
|
@@ -71132,7 +71132,7 @@ var uPt = function(t) {
|
|
|
71132
71132
|
}
|
|
71133
71133
|
}, e;
|
|
71134
71134
|
}(pK);
|
|
71135
|
-
|
|
71135
|
+
Hr.EqnArrayItem = uPt;
|
|
71136
71136
|
var hPt = function(t) {
|
|
71137
71137
|
Gi(e, t);
|
|
71138
71138
|
function e(r) {
|
|
@@ -71163,7 +71163,7 @@ var hPt = function(t) {
|
|
|
71163
71163
|
return t.prototype.checkItem.call(this, r);
|
|
71164
71164
|
}, e;
|
|
71165
71165
|
}(kn.BaseItem);
|
|
71166
|
-
|
|
71166
|
+
Hr.EquationItem = hPt;
|
|
71167
71167
|
var Qo = {};
|
|
71168
71168
|
(function(t) {
|
|
71169
71169
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.TexConstant = void 0, function(e) {
|
|
@@ -71391,7 +71391,7 @@ var B8 = P && P.__assign || function() {
|
|
|
71391
71391
|
return t && t.__esModule ? t : { default: t };
|
|
71392
71392
|
};
|
|
71393
71393
|
Object.defineProperty(w2, "__esModule", { value: !0 });
|
|
71394
|
-
var XH = TPt(
|
|
71394
|
+
var XH = TPt(Hr), ir = Gg(gi), C1 = Gg(Pn), $g = Gg(Vo()), KH = Qo, d1 = Gg(yi()), pc = Ir, TK = G4, fK = O3, RE = bd, fPt = Y1, _r = {}, QPt = 1.2 / 0.85, mPt = {
|
|
71395
71395
|
fontfamily: 1,
|
|
71396
71396
|
fontsize: 1,
|
|
71397
71397
|
fontweight: 1,
|
|
@@ -71976,7 +71976,7 @@ var _Pt = P && P.__createBinding || (Object.create ? function(t, e, r, n) {
|
|
|
71976
71976
|
return bPt(e, t), e;
|
|
71977
71977
|
}, YH = P && P.__importDefault || function(t) {
|
|
71978
71978
|
return t && t.__esModule ? t : { default: t };
|
|
71979
|
-
}, va = LPt(Rr), Ze = Qo, JH = YH(w2), b0 = YH(ya), wPt = YH(yi()), Gr =
|
|
71979
|
+
}, va = LPt(Rr), Ze = Qo, JH = YH(w2), b0 = YH(ya), wPt = YH(yi()), Gr = Ir, p2 = O3;
|
|
71980
71980
|
new va.RegExpMap("letter", b0.default.variable, /[a-z]/i);
|
|
71981
71981
|
new va.RegExpMap("digit", b0.default.digit, /[0-9.,]/);
|
|
71982
71982
|
new va.RegExpMap("command", b0.default.controlSequence, /^\\/);
|
|
@@ -72705,7 +72705,7 @@ var xPt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
72705
72705
|
}, Hi;
|
|
72706
72706
|
Object.defineProperty(a0, "__esModule", { value: !0 });
|
|
72707
72707
|
a0.BaseConfiguration = a0.BaseTags = a0.Other = void 0;
|
|
72708
|
-
var APt = yn, CPt = Ld, yK = gK(Pn), OPt = gK(gi), IPt = Rr, Zr = SPt(
|
|
72708
|
+
var APt = yn, CPt = Ld, yK = gK(Pn), OPt = gK(gi), IPt = Rr, Zr = SPt(Hr), kPt = G4, PPt = zH;
|
|
72709
72709
|
new IPt.CharacterMap("remap", null, {
|
|
72710
72710
|
"-": "−",
|
|
72711
72711
|
"*": "∗",
|
|
@@ -74262,7 +74262,7 @@ var yVt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
74262
74262
|
};
|
|
74263
74263
|
Object.defineProperty(Kg, "__esModule", { value: !0 });
|
|
74264
74264
|
Kg.CommonWrapper = void 0;
|
|
74265
|
-
var wVt = Yg, YD =
|
|
74265
|
+
var wVt = Yg, YD = Ir, xVt = Pi, Au = bVt(O3), JD = Md, Cu = _a, tF = g2, eF = 2 / 18;
|
|
74266
74266
|
function rF(t, e) {
|
|
74267
74267
|
return t ? e < eF ? 0 : eF : e;
|
|
74268
74268
|
}
|
|
@@ -74926,7 +74926,7 @@ var Sd = {}, HVt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
74926
74926
|
};
|
|
74927
74927
|
Object.defineProperty(Sd, "__esModule", { value: !0 });
|
|
74928
74928
|
Sd.MmlMath = void 0;
|
|
74929
|
-
var iF =
|
|
74929
|
+
var iF = Ir, AVt = function(t) {
|
|
74930
74930
|
HVt(e, t);
|
|
74931
74931
|
function e() {
|
|
74932
74932
|
return t !== null && t.apply(this, arguments) || this;
|
|
@@ -75244,7 +75244,7 @@ var J5 = {}, wK = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
75244
75244
|
};
|
|
75245
75245
|
Object.defineProperty(J5, "__esModule", { value: !0 });
|
|
75246
75246
|
J5.MmlInferredMrow = J5.MmlMrow = void 0;
|
|
75247
|
-
var KL =
|
|
75247
|
+
var KL = Ir, FE = function(t) {
|
|
75248
75248
|
wK(e, t);
|
|
75249
75249
|
function e() {
|
|
75250
75250
|
var r = t !== null && t.apply(this, arguments) || this;
|
|
@@ -75524,7 +75524,7 @@ var Hd = {}, BVt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
75524
75524
|
};
|
|
75525
75525
|
Object.defineProperty(Hd, "__esModule", { value: !0 });
|
|
75526
75526
|
Hd.MmlMi = void 0;
|
|
75527
|
-
var OT =
|
|
75527
|
+
var OT = Ir, jVt = function(t) {
|
|
75528
75528
|
BVt(e, t);
|
|
75529
75529
|
function e() {
|
|
75530
75530
|
var r = t !== null && t.apply(this, arguments) || this;
|
|
@@ -75995,7 +75995,7 @@ var Ad = {}, JVt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
75995
75995
|
};
|
|
75996
75996
|
Object.defineProperty(Ad, "__esModule", { value: !0 });
|
|
75997
75997
|
Ad.MmlMn = void 0;
|
|
75998
|
-
var YL =
|
|
75998
|
+
var YL = Ir, tRt = function(t) {
|
|
75999
75999
|
JVt(e, t);
|
|
76000
76000
|
function e() {
|
|
76001
76001
|
var r = t !== null && t.apply(this, arguments) || this;
|
|
@@ -76126,7 +76126,7 @@ var Cd = {}, sRt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
76126
76126
|
};
|
|
76127
76127
|
Object.defineProperty(Cd, "__esModule", { value: !0 });
|
|
76128
76128
|
Cd.MmlMs = void 0;
|
|
76129
|
-
var JL =
|
|
76129
|
+
var JL = Ir, aRt = function(t) {
|
|
76130
76130
|
sRt(e, t);
|
|
76131
76131
|
function e() {
|
|
76132
76132
|
var r = t !== null && t.apply(this, arguments) || this;
|
|
@@ -76245,7 +76245,7 @@ var Od = {}, hRt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
76245
76245
|
};
|
|
76246
76246
|
Object.defineProperty(Od, "__esModule", { value: !0 });
|
|
76247
76247
|
Od.MmlMtext = void 0;
|
|
76248
|
-
var tw =
|
|
76248
|
+
var tw = Ir, dRt = function(t) {
|
|
76249
76249
|
hRt(e, t);
|
|
76250
76250
|
function e() {
|
|
76251
76251
|
var r = t !== null && t.apply(this, arguments) || this;
|
|
@@ -76326,7 +76326,7 @@ var Nu = {}, Id = {}, TRt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
76326
76326
|
};
|
|
76327
76327
|
Object.defineProperty(Id, "__esModule", { value: !0 });
|
|
76328
76328
|
Id.MmlMerror = void 0;
|
|
76329
|
-
var ew =
|
|
76329
|
+
var ew = Ir, fRt = function(t) {
|
|
76330
76330
|
TRt(e, t);
|
|
76331
76331
|
function e() {
|
|
76332
76332
|
var r = t !== null && t.apply(this, arguments) || this;
|
|
@@ -76466,7 +76466,7 @@ var kd = {}, yRt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
76466
76466
|
};
|
|
76467
76467
|
Object.defineProperty(kd, "__esModule", { value: !0 });
|
|
76468
76468
|
kd.MmlMspace = void 0;
|
|
76469
|
-
var rw =
|
|
76469
|
+
var rw = Ir, vRt = function(t) {
|
|
76470
76470
|
yRt(e, t);
|
|
76471
76471
|
function e() {
|
|
76472
76472
|
var r = t !== null && t.apply(this, arguments) || this;
|
|
@@ -76625,7 +76625,7 @@ var Pd = {}, xRt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
76625
76625
|
};
|
|
76626
76626
|
Object.defineProperty(Pd, "__esModule", { value: !0 });
|
|
76627
76627
|
Pd.MmlMpadded = void 0;
|
|
76628
|
-
var fF =
|
|
76628
|
+
var fF = Ir, ERt = function(t) {
|
|
76629
76629
|
xRt(e, t);
|
|
76630
76630
|
function e() {
|
|
76631
76631
|
return t !== null && t.apply(this, arguments) || this;
|
|
@@ -76718,7 +76718,7 @@ var Bu = {}, Vd = {}, SRt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
76718
76718
|
};
|
|
76719
76719
|
Object.defineProperty(Vd, "__esModule", { value: !0 });
|
|
76720
76720
|
Vd.MmlMphantom = void 0;
|
|
76721
|
-
var nw =
|
|
76721
|
+
var nw = Ir, HRt = function(t) {
|
|
76722
76722
|
SRt(e, t);
|
|
76723
76723
|
function e() {
|
|
76724
76724
|
var r = t !== null && t.apply(this, arguments) || this;
|
|
@@ -76907,7 +76907,7 @@ var Rd = {}, kRt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
76907
76907
|
};
|
|
76908
76908
|
Object.defineProperty(Rd, "__esModule", { value: !0 });
|
|
76909
76909
|
Rd.MmlMfrac = void 0;
|
|
76910
|
-
var yF =
|
|
76910
|
+
var yF = Ir, VRt = function(t) {
|
|
76911
76911
|
kRt(e, t);
|
|
76912
76912
|
function e() {
|
|
76913
76913
|
return t !== null && t.apply(this, arguments) || this;
|
|
@@ -77139,7 +77139,7 @@ var Nd = {}, jRt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
77139
77139
|
};
|
|
77140
77140
|
Object.defineProperty(Nd, "__esModule", { value: !0 });
|
|
77141
77141
|
Nd.MmlMsqrt = void 0;
|
|
77142
|
-
var iw =
|
|
77142
|
+
var iw = Ir, zRt = function(t) {
|
|
77143
77143
|
jRt(e, t);
|
|
77144
77144
|
function e() {
|
|
77145
77145
|
var r = t !== null && t.apply(this, arguments) || this;
|
|
@@ -77291,7 +77291,7 @@ var Dd = {}, $Rt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
77291
77291
|
};
|
|
77292
77292
|
Object.defineProperty(Dd, "__esModule", { value: !0 });
|
|
77293
77293
|
Dd.MmlMroot = void 0;
|
|
77294
|
-
var ow =
|
|
77294
|
+
var ow = Ir, WRt = function(t) {
|
|
77295
77295
|
$Rt(e, t);
|
|
77296
77296
|
function e() {
|
|
77297
77297
|
var r = t !== null && t.apply(this, arguments) || this;
|
|
@@ -77496,7 +77496,7 @@ var Fd = {}, tNt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
77496
77496
|
};
|
|
77497
77497
|
Object.defineProperty(Fd, "__esModule", { value: !0 });
|
|
77498
77498
|
Fd.MmlMfenced = void 0;
|
|
77499
|
-
var $u =
|
|
77499
|
+
var $u = Ir, eNt = function(t) {
|
|
77500
77500
|
tNt(e, t);
|
|
77501
77501
|
function e() {
|
|
77502
77502
|
var r = t !== null && t.apply(this, arguments) || this;
|
|
@@ -77669,7 +77669,7 @@ var i4 = {}, Wu = {}, uy = {}, nNt = P && P.__extends || /* @__PURE__ */ functio
|
|
|
77669
77669
|
};
|
|
77670
77670
|
Object.defineProperty(uy, "__esModule", { value: !0 });
|
|
77671
77671
|
uy.CommonScriptbaseMixin = void 0;
|
|
77672
|
-
var iNt =
|
|
77672
|
+
var iNt = Ir;
|
|
77673
77673
|
function oNt(t) {
|
|
77674
77674
|
var e;
|
|
77675
77675
|
return e = function(r) {
|
|
@@ -78073,7 +78073,7 @@ var d3 = {}, nA = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
78073
78073
|
};
|
|
78074
78074
|
Object.defineProperty(d3, "__esModule", { value: !0 });
|
|
78075
78075
|
d3.MmlMsup = d3.MmlMsub = d3.MmlMsubsup = void 0;
|
|
78076
|
-
var SF =
|
|
78076
|
+
var SF = Ir, Nh = function(t) {
|
|
78077
78077
|
nA(e, t);
|
|
78078
78078
|
function e() {
|
|
78079
78079
|
return t !== null && t.apply(this, arguments) || this;
|
|
@@ -78406,7 +78406,7 @@ var I4 = {}, aA = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
78406
78406
|
};
|
|
78407
78407
|
Object.defineProperty(I4, "__esModule", { value: !0 });
|
|
78408
78408
|
I4.MmlMover = I4.MmlMunder = I4.MmlMunderover = void 0;
|
|
78409
|
-
var AF =
|
|
78409
|
+
var AF = Ir, Dh = function(t) {
|
|
78410
78410
|
aA(e, t);
|
|
78411
78411
|
function e() {
|
|
78412
78412
|
return t !== null && t.apply(this, arguments) || this;
|
|
@@ -78768,7 +78768,7 @@ var k4 = {}, lA = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
78768
78768
|
};
|
|
78769
78769
|
Object.defineProperty(k4, "__esModule", { value: !0 });
|
|
78770
78770
|
k4.MmlNone = k4.MmlMprescripts = k4.MmlMmultiscripts = void 0;
|
|
78771
|
-
var Mm =
|
|
78771
|
+
var Mm = Ir, OF = d3, gNt = function(t) {
|
|
78772
78772
|
lA(e, t);
|
|
78773
78773
|
function e() {
|
|
78774
78774
|
return t !== null && t.apply(this, arguments) || this;
|
|
@@ -79350,7 +79350,7 @@ var Bd = {}, SNt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
79350
79350
|
};
|
|
79351
79351
|
Object.defineProperty(Bd, "__esModule", { value: !0 });
|
|
79352
79352
|
Bd.MmlMtable = void 0;
|
|
79353
|
-
var VT =
|
|
79353
|
+
var VT = Ir, HNt = Pi, ANt = function(t) {
|
|
79354
79354
|
SNt(e, t);
|
|
79355
79355
|
function e() {
|
|
79356
79356
|
var r = t !== null && t.apply(this, arguments) || this;
|
|
@@ -79837,7 +79837,7 @@ var el = {}, SK = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
79837
79837
|
};
|
|
79838
79838
|
Object.defineProperty(el, "__esModule", { value: !0 });
|
|
79839
79839
|
el.MmlMlabeledtr = el.MmlMtr = void 0;
|
|
79840
|
-
var PF =
|
|
79840
|
+
var PF = Ir, cw = uc, kNt = Pi, HK = function(t) {
|
|
79841
79841
|
SK(e, t);
|
|
79842
79842
|
function e() {
|
|
79843
79843
|
return t !== null && t.apply(this, arguments) || this;
|
|
@@ -80114,7 +80114,7 @@ var jd = {}, DNt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
80114
80114
|
};
|
|
80115
80115
|
Object.defineProperty(jd, "__esModule", { value: !0 });
|
|
80116
80116
|
jd.MmlMtd = void 0;
|
|
80117
|
-
var RF =
|
|
80117
|
+
var RF = Ir, uw = uc, FNt = function(t) {
|
|
80118
80118
|
DNt(e, t);
|
|
80119
80119
|
function e() {
|
|
80120
80120
|
return t !== null && t.apply(this, arguments) || this;
|
|
@@ -80294,7 +80294,7 @@ var zd = {}, jNt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
80294
80294
|
};
|
|
80295
80295
|
Object.defineProperty(zd, "__esModule", { value: !0 });
|
|
80296
80296
|
zd.MmlMaction = void 0;
|
|
80297
|
-
var DF =
|
|
80297
|
+
var DF = Ir, zNt = function(t) {
|
|
80298
80298
|
jNt(e, t);
|
|
80299
80299
|
function e() {
|
|
80300
80300
|
return t !== null && t.apply(this, arguments) || this;
|
|
@@ -80991,7 +80991,7 @@ var Ud = {}, KNt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
80991
80991
|
};
|
|
80992
80992
|
Object.defineProperty(Ud, "__esModule", { value: !0 });
|
|
80993
80993
|
Ud.MmlMenclose = void 0;
|
|
80994
|
-
var hw =
|
|
80994
|
+
var hw = Ir, YNt = function(t) {
|
|
80995
80995
|
KNt(e, t);
|
|
80996
80996
|
function e() {
|
|
80997
80997
|
var r = t !== null && t.apply(this, arguments) || this;
|
|
@@ -81329,7 +81329,7 @@ var P4 = {}, cA = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
81329
81329
|
};
|
|
81330
81330
|
Object.defineProperty(P4, "__esModule", { value: !0 });
|
|
81331
81331
|
P4.MmlAnnotation = P4.MmlAnnotationXML = P4.MmlSemantics = void 0;
|
|
81332
|
-
var km =
|
|
81332
|
+
var km = Ir, rDt = function(t) {
|
|
81333
81333
|
cA(e, t);
|
|
81334
81334
|
function e() {
|
|
81335
81335
|
return t !== null && t.apply(this, arguments) || this;
|
|
@@ -81410,7 +81410,7 @@ function iDt() {
|
|
|
81410
81410
|
};
|
|
81411
81411
|
}();
|
|
81412
81412
|
Object.defineProperty(na, "__esModule", { value: !0 }), na.SVGxml = na.SVGannotationXML = na.SVGannotation = na.SVGsemantics = void 0;
|
|
81413
|
-
var e = Ci(), r = Ty, n = P4, i =
|
|
81413
|
+
var e = Ci(), r = Ty, n = P4, i = Ir, o = function(d) {
|
|
81414
81414
|
t(T, d);
|
|
81415
81415
|
function T() {
|
|
81416
81416
|
return d !== null && d.apply(this, arguments) || this;
|
|
@@ -81562,7 +81562,7 @@ var Gd = {}, cDt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
81562
81562
|
};
|
|
81563
81563
|
Object.defineProperty(Gd, "__esModule", { value: !0 });
|
|
81564
81564
|
Gd.MmlMglyph = void 0;
|
|
81565
|
-
var dw =
|
|
81565
|
+
var dw = Ir, uDt = function(t) {
|
|
81566
81566
|
cDt(e, t);
|
|
81567
81567
|
function e() {
|
|
81568
81568
|
var r = t !== null && t.apply(this, arguments) || this;
|
|
@@ -81647,7 +81647,7 @@ var Ju = {}, Qy = {}, dDt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
81647
81647
|
}();
|
|
81648
81648
|
Object.defineProperty(Qy, "__esModule", { value: !0 });
|
|
81649
81649
|
Qy.CommonTeXAtomMixin = void 0;
|
|
81650
|
-
var pDt =
|
|
81650
|
+
var pDt = Ir;
|
|
81651
81651
|
function TDt(t) {
|
|
81652
81652
|
return function(e) {
|
|
81653
81653
|
dDt(r, e);
|
|
@@ -81691,7 +81691,7 @@ var $d = {}, fDt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
81691
81691
|
};
|
|
81692
81692
|
Object.defineProperty($d, "__esModule", { value: !0 });
|
|
81693
81693
|
$d.TeXAtom = void 0;
|
|
81694
|
-
var pw =
|
|
81694
|
+
var pw = Ir, QDt = bl, CK = function(t) {
|
|
81695
81695
|
fDt(e, t);
|
|
81696
81696
|
function e(r, n, i) {
|
|
81697
81697
|
var o = t.call(this, r, n, i) || this;
|
|
@@ -81746,7 +81746,7 @@ function mDt() {
|
|
|
81746
81746
|
};
|
|
81747
81747
|
}();
|
|
81748
81748
|
Object.defineProperty(Ju, "__esModule", { value: !0 }), Ju.SVGTeXAtom = void 0;
|
|
81749
|
-
var e = Ci(), r = Qy, n = $d, i =
|
|
81749
|
+
var e = Ci(), r = Qy, n = $d, i = Ir, o = function(s) {
|
|
81750
81750
|
t(a, s);
|
|
81751
81751
|
function a() {
|
|
81752
81752
|
return s !== null && s.apply(this, arguments) || this;
|
|
@@ -81882,7 +81882,7 @@ function bDt() {
|
|
|
81882
81882
|
throw new TypeError(a ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
81883
81883
|
};
|
|
81884
81884
|
Object.defineProperty(t9, "__esModule", { value: !0 }), t9.SVGTextNode = void 0;
|
|
81885
|
-
var r =
|
|
81885
|
+
var r = Ir, n = Ci(), i = my, o = function(s) {
|
|
81886
81886
|
t(a, s);
|
|
81887
81887
|
function a() {
|
|
81888
81888
|
return s !== null && s.apply(this, arguments) || this;
|
|
@@ -88156,7 +88156,7 @@ var gv = {}, yv = {}, sBt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
88156
88156
|
};
|
|
88157
88157
|
Object.defineProperty(yv, "__esModule", { value: !0 });
|
|
88158
88158
|
yv.MmlMstyle = void 0;
|
|
88159
|
-
var YF =
|
|
88159
|
+
var YF = Ir, e9 = uc, aBt = function(t) {
|
|
88160
88160
|
sBt(e, t);
|
|
88161
88161
|
function e() {
|
|
88162
88162
|
return t !== null && t.apply(this, arguments) || this;
|
|
@@ -88211,7 +88211,7 @@ var vv = {}, lBt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
88211
88211
|
};
|
|
88212
88212
|
Object.defineProperty(vv, "__esModule", { value: !0 });
|
|
88213
88213
|
vv.MmlMaligngroup = void 0;
|
|
88214
|
-
var JF =
|
|
88214
|
+
var JF = Ir, cBt = uc, uBt = function(t) {
|
|
88215
88215
|
lBt(e, t);
|
|
88216
88216
|
function e() {
|
|
88217
88217
|
return t !== null && t.apply(this, arguments) || this;
|
|
@@ -88261,7 +88261,7 @@ var _v = {}, hBt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
88261
88261
|
};
|
|
88262
88262
|
Object.defineProperty(_v, "__esModule", { value: !0 });
|
|
88263
88263
|
_v.MmlMalignmark = void 0;
|
|
88264
|
-
var tB =
|
|
88264
|
+
var tB = Ir, dBt = function(t) {
|
|
88265
88265
|
hBt(e, t);
|
|
88266
88266
|
function e() {
|
|
88267
88267
|
return t !== null && t.apply(this, arguments) || this;
|
|
@@ -88315,7 +88315,7 @@ var bv = {}, pBt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
88315
88315
|
};
|
|
88316
88316
|
Object.defineProperty(bv, "__esModule", { value: !0 });
|
|
88317
88317
|
bv.MathChoice = void 0;
|
|
88318
|
-
var eB =
|
|
88318
|
+
var eB = Ir, TBt = function(t) {
|
|
88319
88319
|
pBt(e, t);
|
|
88320
88320
|
function e() {
|
|
88321
88321
|
return t !== null && t.apply(this, arguments) || this;
|
|
@@ -88347,7 +88347,7 @@ bv.MathChoice = TBt;
|
|
|
88347
88347
|
var Kr;
|
|
88348
88348
|
Object.defineProperty(gv, "__esModule", { value: !0 });
|
|
88349
88349
|
gv.MML = void 0;
|
|
88350
|
-
var DT =
|
|
88350
|
+
var DT = Ir, rB = Sd, nB = Hd, iB = Ad, oB = bl, sB = Od, aB = kd, lB = Cd, FT = J5, cB = Rd, uB = Nd, hB = Dd, dB = yv, pB = Id, TB = Pd, fB = Vd, QB = Fd, mB = Ud, gB = zd, T7 = d3, f7 = I4, Q7 = k4, yB = Bd, BT = el, vB = jd, _B = vv, bB = _v, LB = Gd, m7 = P4, wB = $d, xB = bv;
|
|
88351
88351
|
gv.MML = (Kr = {}, Kr[rB.MmlMath.prototype.kind] = rB.MmlMath, Kr[nB.MmlMi.prototype.kind] = nB.MmlMi, Kr[iB.MmlMn.prototype.kind] = iB.MmlMn, Kr[oB.MmlMo.prototype.kind] = oB.MmlMo, Kr[sB.MmlMtext.prototype.kind] = sB.MmlMtext, Kr[aB.MmlMspace.prototype.kind] = aB.MmlMspace, Kr[lB.MmlMs.prototype.kind] = lB.MmlMs, Kr[FT.MmlMrow.prototype.kind] = FT.MmlMrow, Kr[FT.MmlInferredMrow.prototype.kind] = FT.MmlInferredMrow, Kr[cB.MmlMfrac.prototype.kind] = cB.MmlMfrac, Kr[uB.MmlMsqrt.prototype.kind] = uB.MmlMsqrt, Kr[hB.MmlMroot.prototype.kind] = hB.MmlMroot, Kr[dB.MmlMstyle.prototype.kind] = dB.MmlMstyle, Kr[pB.MmlMerror.prototype.kind] = pB.MmlMerror, Kr[TB.MmlMpadded.prototype.kind] = TB.MmlMpadded, Kr[fB.MmlMphantom.prototype.kind] = fB.MmlMphantom, Kr[QB.MmlMfenced.prototype.kind] = QB.MmlMfenced, Kr[mB.MmlMenclose.prototype.kind] = mB.MmlMenclose, Kr[gB.MmlMaction.prototype.kind] = gB.MmlMaction, Kr[T7.MmlMsub.prototype.kind] = T7.MmlMsub, Kr[T7.MmlMsup.prototype.kind] = T7.MmlMsup, Kr[T7.MmlMsubsup.prototype.kind] = T7.MmlMsubsup, Kr[f7.MmlMunder.prototype.kind] = f7.MmlMunder, Kr[f7.MmlMover.prototype.kind] = f7.MmlMover, Kr[f7.MmlMunderover.prototype.kind] = f7.MmlMunderover, Kr[Q7.MmlMmultiscripts.prototype.kind] = Q7.MmlMmultiscripts, Kr[Q7.MmlMprescripts.prototype.kind] = Q7.MmlMprescripts, Kr[Q7.MmlNone.prototype.kind] = Q7.MmlNone, Kr[yB.MmlMtable.prototype.kind] = yB.MmlMtable, Kr[BT.MmlMlabeledtr.prototype.kind] = BT.MmlMlabeledtr, Kr[BT.MmlMtr.prototype.kind] = BT.MmlMtr, Kr[vB.MmlMtd.prototype.kind] = vB.MmlMtd, Kr[_B.MmlMaligngroup.prototype.kind] = _B.MmlMaligngroup, Kr[bB.MmlMalignmark.prototype.kind] = bB.MmlMalignmark, Kr[LB.MmlMglyph.prototype.kind] = LB.MmlMglyph, Kr[m7.MmlSemantics.prototype.kind] = m7.MmlSemantics, Kr[m7.MmlAnnotation.prototype.kind] = m7.MmlAnnotation, Kr[m7.MmlAnnotationXML.prototype.kind] = m7.MmlAnnotationXML, Kr[wB.TeXAtom.prototype.kind] = wB.TeXAtom, Kr[xB.MathChoice.prototype.kind] = xB.MathChoice, Kr[DT.TextNode.prototype.kind] = DT.TextNode, Kr[DT.XMLNode.prototype.kind] = DT.XMLNode, Kr);
|
|
88352
88352
|
var fBt = P && P.__extends || /* @__PURE__ */ function() {
|
|
88353
88353
|
var t = function(e, r) {
|
|
@@ -89473,7 +89473,7 @@ var Z8 = {}, nl = {}, BK = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
89473
89473
|
};
|
|
89474
89474
|
Object.defineProperty(nl, "__esModule", { value: !0 });
|
|
89475
89475
|
nl.FlalignItem = nl.MultlineItem = void 0;
|
|
89476
|
-
var jK =
|
|
89476
|
+
var jK = Hr, $Bt = TA(yi()), _s = TA(gi), zK = TA(Pn), mw = Qo, WBt = function(t) {
|
|
89477
89477
|
BK(e, t);
|
|
89478
89478
|
function e(r) {
|
|
89479
89479
|
for (var n = [], i = 1; i < arguments.length; i++)
|
|
@@ -89577,7 +89577,7 @@ var Tc = {};
|
|
|
89577
89577
|
return L && L.__esModule ? L : { default: L };
|
|
89578
89578
|
};
|
|
89579
89579
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.NEW_OPS = t.AmsMethods = void 0;
|
|
89580
|
-
var i = n(yi()), o = n(ya), s = n(gi), a = Qo, u = n(Vo()), d = n(Pn), T = fa, f = n(w2), Q =
|
|
89580
|
+
var i = n(yi()), o = n(ya), s = n(gi), a = Qo, u = n(Vo()), d = n(Pn), T = fa, f = n(w2), Q = Ir;
|
|
89581
89581
|
t.AmsMethods = {}, t.AmsMethods.AmsEqnArray = function(L, E, x, C, I, R, F) {
|
|
89582
89582
|
var U = L.GetBrackets("\\begin{" + E.getName() + "}"), $ = f.default.EqnArray(L, E, x, C, I, R, F);
|
|
89583
89583
|
return i.default.setArrayAlign($, U);
|
|
@@ -89740,7 +89740,7 @@ var qBt = P && P.__createBinding || (Object.create ? function(t, e, r, n) {
|
|
|
89740
89740
|
return XBt(e, t), e;
|
|
89741
89741
|
}, UK = P && P.__importDefault || function(t) {
|
|
89742
89742
|
return t && t.__esModule ? t : { default: t };
|
|
89743
|
-
}, Mv = Tc, $4 = KBt(Rr), Ho = Qo, fc = UK(ya), o5 = UK(yi()), O9 =
|
|
89743
|
+
}, Mv = Tc, $4 = KBt(Rr), Ho = Qo, fc = UK(ya), o5 = UK(yi()), O9 = Ir, JE = O3;
|
|
89744
89744
|
new $4.CharacterMap("AMSmath-mathchar0mo", fc.default.mathchar0mo, {
|
|
89745
89745
|
iiiint: ["⨌", { texClass: O9.TEXCLASS.OP }]
|
|
89746
89746
|
});
|
|
@@ -90157,7 +90157,7 @@ var fA = {}, QA = {}, WK = P && P.__importDefault || function(t) {
|
|
|
90157
90157
|
return t && t.__esModule ? t : { default: t };
|
|
90158
90158
|
};
|
|
90159
90159
|
Object.defineProperty(QA, "__esModule", { value: !0 });
|
|
90160
|
-
var $T = WK(Vo()), rjt = a0, njt =
|
|
90160
|
+
var $T = WK(Vo()), rjt = a0, njt = Ir, g7 = WK(gi), M4 = {};
|
|
90161
90161
|
M4.CD = function(t, e) {
|
|
90162
90162
|
t.Push(e);
|
|
90163
90163
|
var r = t.itemFactory.create("array"), n = t.configuration.options.amscd;
|
|
@@ -90390,7 +90390,7 @@ var yA = {}, Sv = {}, hjt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
90390
90390
|
};
|
|
90391
90391
|
Object.defineProperty(Sv, "__esModule", { value: !0 });
|
|
90392
90392
|
Sv.BraketItem = void 0;
|
|
90393
|
-
var HB = Ta, gw =
|
|
90393
|
+
var HB = Ta, gw = Ir, pjt = djt(yi()), Tjt = function(t) {
|
|
90394
90394
|
hjt(e, t);
|
|
90395
90395
|
function e() {
|
|
90396
90396
|
return t !== null && t.apply(this, arguments) || this;
|
|
@@ -90424,7 +90424,7 @@ var vA = {}, qK = P && P.__importDefault || function(t) {
|
|
|
90424
90424
|
return t && t.__esModule ? t : { default: t };
|
|
90425
90425
|
};
|
|
90426
90426
|
Object.defineProperty(vA, "__esModule", { value: !0 });
|
|
90427
|
-
var fjt = qK(w2), yw =
|
|
90427
|
+
var fjt = qK(w2), yw = Ir, Qjt = qK(Pn), Hv = {};
|
|
90428
90428
|
Hv.Macro = fjt.default.Macro;
|
|
90429
90429
|
Hv.Braket = function(t, e, r, n, i, o) {
|
|
90430
90430
|
var s = t.GetNext();
|
|
@@ -91192,7 +91192,7 @@ var Ijt = {}, wA = {};
|
|
|
91192
91192
|
return _ && _.__esModule ? _ : { default: _ };
|
|
91193
91193
|
}, n;
|
|
91194
91194
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.CasesConfiguration = t.CasesMethods = t.CasesTags = t.CasesBeginItem = void 0;
|
|
91195
|
-
var i = yn, o = Rr, s = r(yi()), a = r(w2), u = r(Pn), d =
|
|
91195
|
+
var i = yn, o = Rr, s = r(yi()), a = r(w2), u = r(Pn), d = Hr, T = Z8, f = wA, Q = function(_) {
|
|
91196
91196
|
e(L, _);
|
|
91197
91197
|
function L() {
|
|
91198
91198
|
return _ !== null && _.apply(this, arguments) || this;
|
|
@@ -91603,7 +91603,7 @@ var zh = {}, $jt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
91603
91603
|
};
|
|
91604
91604
|
Object.defineProperty(zh, "__esModule", { value: !0 });
|
|
91605
91605
|
zh.ColortblConfiguration = zh.ColorArrayItem = void 0;
|
|
91606
|
-
var Zjt =
|
|
91606
|
+
var Zjt = Hr, uY = yn, qjt = Rr, Lw = Wjt(Pn), MA = function(t) {
|
|
91607
91607
|
$jt(e, t);
|
|
91608
91608
|
function e() {
|
|
91609
91609
|
var r = t !== null && t.apply(this, arguments) || this;
|
|
@@ -92016,7 +92016,7 @@ var dzt = {};
|
|
|
92016
92016
|
return Q && Q.__esModule ? Q : { default: Q };
|
|
92017
92017
|
}, i;
|
|
92018
92018
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.EmpheqConfiguration = t.EmpheqMethods = t.EmpheqBeginItem = void 0;
|
|
92019
|
-
var o = yn, s = Rr, a = n(yi()), u = n(Pn), d =
|
|
92019
|
+
var o = yn, s = Rr, a = n(yi()), u = n(Pn), d = Hr, T = wA, f = function(Q) {
|
|
92020
92020
|
e(y, Q);
|
|
92021
92021
|
function y() {
|
|
92022
92022
|
return Q !== null && Q.apply(this, arguments) || this;
|
|
@@ -92276,7 +92276,7 @@ function mY() {
|
|
|
92276
92276
|
return T && T.__esModule ? T : { default: T };
|
|
92277
92277
|
};
|
|
92278
92278
|
Object.defineProperty(n9, "__esModule", { value: !0 }), n9.MathtoolsUtil = void 0;
|
|
92279
|
-
var r =
|
|
92279
|
+
var r = Hr, n = e(yi()), i = e(Vo()), o = e(Pn), s = fa, a = Y1, u = gY(), d = yY();
|
|
92280
92280
|
return n9.MathtoolsUtil = {
|
|
92281
92281
|
setDisplayLevel: function(T, f) {
|
|
92282
92282
|
if (f) {
|
|
@@ -92366,7 +92366,7 @@ function gY() {
|
|
|
92366
92366
|
return x && x.__esModule ? x : { default: x };
|
|
92367
92367
|
};
|
|
92368
92368
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.MathtoolsMethods = void 0;
|
|
92369
|
-
var o = i(yi()), s = Tc, a = i(w2), u = i(Vo()), d = i(Pn), T = i(gi), f =
|
|
92369
|
+
var o = i(yi()), s = Tc, a = i(w2), u = i(Vo()), d = i(Pn), T = i(gi), f = Ir, Q = O3, y = Y1, _ = i(Qc), L = i(Zd), E = mY();
|
|
92370
92370
|
t.MathtoolsMethods = {
|
|
92371
92371
|
MtMatrix: function(x, C, I, R) {
|
|
92372
92372
|
var F = x.GetBrackets("\\begin{".concat(C.getName(), "}"), "c");
|
|
@@ -94754,7 +94754,7 @@ var RA = {}, iUt = P && P.__read || function(t, e) {
|
|
|
94754
94754
|
return t && t.__esModule ? t : { default: t };
|
|
94755
94755
|
};
|
|
94756
94756
|
Object.defineProperty(RA, "__esModule", { value: !0 });
|
|
94757
|
-
var NA = Kd(w2), Z1 = Kd(Vo()), q8 = Kd(Pn), DA =
|
|
94757
|
+
var NA = Kd(w2), Z1 = Kd(Vo()), q8 = Kd(Pn), DA = Ir, ph = Kd(yi()), sM = Kd(gi), oUt = dc, ti = {}, _Y = {
|
|
94758
94758
|
"(": ")",
|
|
94759
94759
|
"[": "]",
|
|
94760
94760
|
"{": "}",
|
|
@@ -95083,7 +95083,7 @@ ti.Array = NA.default.Array;
|
|
|
95083
95083
|
RA.default = ti;
|
|
95084
95084
|
var xY = P && P.__importDefault || function(t) {
|
|
95085
95085
|
return t && t.__esModule ? t : { default: t };
|
|
95086
|
-
}, ba = Rr, W4 = xY(RA), m8 = Qo, FA = xY(ya), pUt =
|
|
95086
|
+
}, ba = Rr, W4 = xY(RA), m8 = Qo, FA = xY(ya), pUt = Ir;
|
|
95087
95087
|
new ba.CommandMap("Physics-automatic-bracing-macros", {
|
|
95088
95088
|
quantity: "Quantity",
|
|
95089
95089
|
qty: "Quantity",
|
|
@@ -95645,7 +95645,7 @@ var Yd = {}, vUt = P && P.__extends || /* @__PURE__ */ function() {
|
|
|
95645
95645
|
};
|
|
95646
95646
|
Object.defineProperty(Yd, "__esModule", { value: !0 });
|
|
95647
95647
|
Yd.TextParser = void 0;
|
|
95648
|
-
var LUt = jv(Vo()), ej = jv(Pn), wUt = jv(yi()), xUt =
|
|
95648
|
+
var LUt = jv(Vo()), ej = jv(Pn), wUt = jv(yi()), xUt = Ir, rj = jv(gi), nj = Hr, EUt = function(t) {
|
|
95649
95649
|
vUt(e, t);
|
|
95650
95650
|
function e(r, n, i, o) {
|
|
95651
95651
|
var s = t.call(this, r, n, i) || this;
|
|
@@ -95976,7 +95976,7 @@ var IUt = P && P.__importDefault || function(t) {
|
|
|
95976
95976
|
}, _7;
|
|
95977
95977
|
Object.defineProperty(Gh, "__esModule", { value: !0 });
|
|
95978
95978
|
Gh.TextMacrosConfiguration = Gh.TextBaseConfiguration = void 0;
|
|
95979
|
-
var aM = yn, kUt = IUt(Ug), ij = G4, H6 =
|
|
95979
|
+
var aM = yn, kUt = IUt(Ug), ij = G4, H6 = Hr, oj = Yd, PUt = mc;
|
|
95980
95980
|
Gh.TextBaseConfiguration = aM.Configuration.create("text-base", {
|
|
95981
95981
|
parser: "text",
|
|
95982
95982
|
handler: {
|
|
@@ -96202,10 +96202,10 @@ function YUt(t) {
|
|
|
96202
96202
|
}
|
|
96203
96203
|
return t.renderedLabel;
|
|
96204
96204
|
}
|
|
96205
|
-
var H5, Yi, G7, $7, I9, k9, P9, W7, Ko, V9,
|
|
96205
|
+
var H5, Yi, G7, $7, I9, k9, P9, W7, Ko, V9, In, Z7, qT, R9, N9, D9, lM, cM, aQ, lQ;
|
|
96206
96206
|
class JUt {
|
|
96207
96207
|
constructor(e) {
|
|
96208
|
-
Kt(this,
|
|
96208
|
+
Kt(this, In), Kt(this, H5, /* @__PURE__ */ new Map()), Kt(this, Yi, null), Kt(this, G7, /* @__PURE__ */ new Map()), Kt(this, $7, 0), Kt(this, I9, 9e5), Kt(this, k9, null), Kt(this, P9), Kt(this, W7), Kt(this, Ko, /* @__PURE__ */ new Map()), Kt(this, V9), this._flatmap = e, this._map = e.map, this._currentPopup = null, this._infoControl = null, this._tooltip = null, this._inQuery = !1, this._modal = !1, this.__colourOptions = { colour: !0, outline: !0 }, this.__activeMarker = null, this.__markerIdByMarker = /* @__PURE__ */ new Map(), this.__markerIdByFeatureId = /* @__PURE__ */ new Map(), this.__annotationByMarkerId = /* @__PURE__ */ new Map(), this.__markerPositions = /* @__PURE__ */ new Map(), this.__featureEnabledCount = new Map(Array.from(this._flatmap.annotations.keys()).map((o) => [+o, 0]));
|
|
96209
96209
|
const r = e.options.style !== u1.FUNCTIONAL;
|
|
96210
96210
|
this.tooltipDelay = e.options.tooltipDelay || 0, this.__pathManager = new agt(e, this, r);
|
|
96211
96211
|
const n = this.__pathManager.pathTypes();
|
|
@@ -96292,7 +96292,7 @@ class JUt {
|
|
|
96292
96292
|
}
|
|
96293
96293
|
}
|
|
96294
96294
|
setPaint(e) {
|
|
96295
|
-
this.__colourOptions = e, ne(this,
|
|
96295
|
+
this.__colourOptions = e, ne(this, In, Z7).call(this, e);
|
|
96296
96296
|
}
|
|
96297
96297
|
getLayers() {
|
|
96298
96298
|
return this._layerManager.layers;
|
|
@@ -96331,8 +96331,8 @@ class JUt {
|
|
|
96331
96331
|
}
|
|
96332
96332
|
enableMapFeature(e, r = !0) {
|
|
96333
96333
|
if (e !== void 0) {
|
|
96334
|
-
const n = ne(this,
|
|
96335
|
-
"hidden" in n ? r ? ne(this,
|
|
96334
|
+
const n = ne(this, In, R9).call(this, e);
|
|
96335
|
+
"hidden" in n ? r ? ne(this, In, N9).call(this, e, "hidden") : n.hidden || ne(this, In, D9).call(this, e, { hidden: !0 }) : r || ne(this, In, D9).call(this, e, { hidden: !0 }), this.__enableFeatureMarker(e.id, r);
|
|
96336
96336
|
}
|
|
96337
96337
|
}
|
|
96338
96338
|
enableFeature(e, r = !0, n = !1) {
|
|
@@ -96356,7 +96356,7 @@ class JUt {
|
|
|
96356
96356
|
}
|
|
96357
96357
|
__featureEnabled(e) {
|
|
96358
96358
|
if (e.id) {
|
|
96359
|
-
const r = ne(this,
|
|
96359
|
+
const r = ne(this, In, R9).call(this, e);
|
|
96360
96360
|
return r !== void 0 && !r.hidden && !r.invisible;
|
|
96361
96361
|
}
|
|
96362
96362
|
return ME.includes(e.layer.id);
|
|
@@ -96379,11 +96379,11 @@ class JUt {
|
|
|
96379
96379
|
else {
|
|
96380
96380
|
const s = this.mapFeature(e);
|
|
96381
96381
|
if (s !== void 0) {
|
|
96382
|
-
const a = ne(this,
|
|
96383
|
-
a !== void 0 && (!("hidden" in a) || !a.hidden) && (ne(this,
|
|
96382
|
+
const a = ne(this, In, R9).call(this, s);
|
|
96383
|
+
a !== void 0 && (!("hidden" in a) || !a.hidden) && (ne(this, In, D9).call(this, s, { selected: !0 }), K(this, Ko).set(e, 1), i = !0);
|
|
96384
96384
|
}
|
|
96385
96385
|
}
|
|
96386
|
-
return i && o && ne(this,
|
|
96386
|
+
return i && o && ne(this, In, Z7).call(this, { ...this.__colourOptions, dimmed: r }), i;
|
|
96387
96387
|
}
|
|
96388
96388
|
unselectFeature(e) {
|
|
96389
96389
|
if (e = +e, K(this, Ko).has(e)) {
|
|
@@ -96392,20 +96392,20 @@ class JUt {
|
|
|
96392
96392
|
K(this, Ko).set(e, r - 1);
|
|
96393
96393
|
else {
|
|
96394
96394
|
const n = this.mapFeature(e);
|
|
96395
|
-
n !== void 0 && (ne(this,
|
|
96395
|
+
n !== void 0 && (ne(this, In, N9).call(this, n, "selected"), K(this, Ko).delete(+e));
|
|
96396
96396
|
}
|
|
96397
96397
|
}
|
|
96398
|
-
K(this, Ko).size === 0 && ne(this,
|
|
96398
|
+
K(this, Ko).size === 0 && ne(this, In, Z7).call(this, { ...this.__colourOptions, dimmed: !1 });
|
|
96399
96399
|
}
|
|
96400
96400
|
unselectFeatures() {
|
|
96401
96401
|
for (const e of K(this, Ko).keys()) {
|
|
96402
96402
|
const r = this.mapFeature(e);
|
|
96403
|
-
r !== void 0 && ne(this,
|
|
96403
|
+
r !== void 0 && ne(this, In, N9).call(this, r, "selected");
|
|
96404
96404
|
}
|
|
96405
|
-
K(this, Ko).clear(), ne(this,
|
|
96405
|
+
K(this, Ko).clear(), ne(this, In, Z7).call(this, { ...this.__colourOptions, dimmed: !1 });
|
|
96406
96406
|
}
|
|
96407
96407
|
activateFeature(e) {
|
|
96408
|
-
e !== void 0 && (ne(this,
|
|
96408
|
+
e !== void 0 && (ne(this, In, D9).call(this, e, { active: !0 }), K(this, H5).has(+e.id) || K(this, H5).set(+e.id, e));
|
|
96409
96409
|
}
|
|
96410
96410
|
activateLineFeatures(e) {
|
|
96411
96411
|
for (const r of e) {
|
|
@@ -96417,13 +96417,13 @@ class JUt {
|
|
|
96417
96417
|
}
|
|
96418
96418
|
resetActiveFeatures_() {
|
|
96419
96419
|
for (const e of K(this, H5).values())
|
|
96420
|
-
ne(this,
|
|
96420
|
+
ne(this, In, N9).call(this, e, "active");
|
|
96421
96421
|
K(this, H5).clear();
|
|
96422
96422
|
}
|
|
96423
96423
|
smallestAnnotatedPolygonFeature_(e) {
|
|
96424
96424
|
let r = 0, n = null;
|
|
96425
96425
|
for (const i of e)
|
|
96426
|
-
if (i.geometry.type.includes("Polygon") && ne(this,
|
|
96426
|
+
if (i.geometry.type.includes("Polygon") && ne(this, In, R9).call(this, i)["map-annotation"]) {
|
|
96427
96427
|
const o = mG(i.geometry.type, i.geometry.coordinates), s = QQt(o);
|
|
96428
96428
|
(n === null || r > s) && (n = i, r = s);
|
|
96429
96429
|
}
|
|
@@ -96541,7 +96541,7 @@ class JUt {
|
|
|
96541
96541
|
this.removeTooltip_(), this._map.getCanvas().style.cursor = "default", this.resetActiveFeatures_();
|
|
96542
96542
|
}
|
|
96543
96543
|
mouseMoveEvent_(e) {
|
|
96544
|
-
ne(this,
|
|
96544
|
+
ne(this, In, cM).call(this, e.point, e.lngLat);
|
|
96545
96545
|
}
|
|
96546
96546
|
__showToolTip(e, r, n = null) {
|
|
96547
96547
|
if (e !== "" || this._flatmap.options.showPosition || this._flatmap.options.showId && n !== null) {
|
|
@@ -96569,7 +96569,7 @@ class JUt {
|
|
|
96569
96569
|
return;
|
|
96570
96570
|
}
|
|
96571
96571
|
this.__clearActiveMarker();
|
|
96572
|
-
let r = ne(this,
|
|
96572
|
+
let r = ne(this, In, lM).call(this, e.point);
|
|
96573
96573
|
if (r.length == 0) {
|
|
96574
96574
|
this.unselectFeatures();
|
|
96575
96575
|
return;
|
|
@@ -96587,16 +96587,16 @@ class JUt {
|
|
|
96587
96587
|
);
|
|
96588
96588
|
} else if (r.length) {
|
|
96589
96589
|
if (this.__lastClickLngLat = e.lngLat, this._flatmap.options.style !== u1.CENTRELINE)
|
|
96590
|
-
ne(this,
|
|
96590
|
+
ne(this, In, aQ).call(this, e.originalEvent), this.__featureEvent("click", i);
|
|
96591
96591
|
else {
|
|
96592
96592
|
const o = /* @__PURE__ */ new Set();
|
|
96593
|
-
ne(this,
|
|
96593
|
+
ne(this, In, aQ).call(this, e.originalEvent);
|
|
96594
96594
|
const s = i.properties.kind === "centreline";
|
|
96595
96595
|
for (const a of r)
|
|
96596
96596
|
o.has(a.properties.id) || (o.add(a.properties.id), (!s || s && a.properties.kind === "centreline") && this.__featureEvent(
|
|
96597
96597
|
"click",
|
|
96598
96598
|
a,
|
|
96599
|
-
ne(this,
|
|
96599
|
+
ne(this, In, lQ).call(this, a.id, e.lngLat)
|
|
96600
96600
|
));
|
|
96601
96601
|
}
|
|
96602
96602
|
this._flatmap.options.standalone && "properties" in i && "hyperlink" in i.properties && window.open(i.properties.hyperlink, "_blank");
|
|
@@ -96642,7 +96642,7 @@ class JUt {
|
|
|
96642
96642
|
K(this, V9).enable(Array.isArray(e) ? e : [e], r), this._layerManager.refresh();
|
|
96643
96643
|
}
|
|
96644
96644
|
excludeAnnotated(e = !1) {
|
|
96645
|
-
ne(this,
|
|
96645
|
+
ne(this, In, Z7).call(this, { excludeAnnotated: e });
|
|
96646
96646
|
}
|
|
96647
96647
|
//==============================================================================
|
|
96648
96648
|
// Marker handling
|
|
@@ -96746,7 +96746,7 @@ class JUt {
|
|
|
96746
96746
|
markerEvent_(e, r, n, i) {
|
|
96747
96747
|
if (["mousemove", "click"].includes(e.type) && (this.removeTooltip_(), ["mouseenter", "mousemove", "click"].includes(e.type))) {
|
|
96748
96748
|
const o = this.mapFeature(i.featureId);
|
|
96749
|
-
o !== void 0 && (e.type === "mouseenter" ? (this.resetActiveFeatures_(), this.activateFeature(o)) : ne(this,
|
|
96749
|
+
o !== void 0 && (e.type === "mouseenter" ? (this.resetActiveFeatures_(), this.activateFeature(o)) : ne(this, In, aQ).call(this, e));
|
|
96750
96750
|
const s = this.tooltipHtml_(i, !0);
|
|
96751
96751
|
this.__showToolTip(s, n), this._flatmap.markerEvent(e.type, r, i);
|
|
96752
96752
|
}
|
|
@@ -96772,7 +96772,7 @@ class JUt {
|
|
|
96772
96772
|
this.__pan_zoom_enabled = e;
|
|
96773
96773
|
}
|
|
96774
96774
|
panZoomEvent_(e, r) {
|
|
96775
|
-
this.__pan_zoom_enabled && this._flatmap.panZoomEvent(e), e === "zoom" && ("originalEvent" in r && "layerX" in r.originalEvent && "layerY" in r.originalEvent && ne(this,
|
|
96775
|
+
this.__pan_zoom_enabled && this._flatmap.panZoomEvent(e), e === "zoom" && ("originalEvent" in r && "layerX" in r.originalEvent && "layerY" in r.originalEvent && ne(this, In, cM).call(this, [
|
|
96776
96776
|
r.originalEvent.layerX,
|
|
96777
96777
|
r.originalEvent.layerY
|
|
96778
96778
|
]), this._layerManager.zoomEvent());
|
|
@@ -96823,16 +96823,16 @@ class JUt {
|
|
|
96823
96823
|
K(this, P9).enable(Array.isArray(e) ? e : [e], r), K(this, W7).enableCentrelines(n), this._layerManager.refresh();
|
|
96824
96824
|
}
|
|
96825
96825
|
}
|
|
96826
|
-
H5 = /* @__PURE__ */ new WeakMap(), Yi = /* @__PURE__ */ new WeakMap(), G7 = /* @__PURE__ */ new WeakMap(), $7 = /* @__PURE__ */ new WeakMap(), I9 = /* @__PURE__ */ new WeakMap(), k9 = /* @__PURE__ */ new WeakMap(), P9 = /* @__PURE__ */ new WeakMap(), W7 = /* @__PURE__ */ new WeakMap(), Ko = /* @__PURE__ */ new WeakMap(), V9 = /* @__PURE__ */ new WeakMap(),
|
|
96826
|
+
H5 = /* @__PURE__ */ new WeakMap(), Yi = /* @__PURE__ */ new WeakMap(), G7 = /* @__PURE__ */ new WeakMap(), $7 = /* @__PURE__ */ new WeakMap(), I9 = /* @__PURE__ */ new WeakMap(), k9 = /* @__PURE__ */ new WeakMap(), P9 = /* @__PURE__ */ new WeakMap(), W7 = /* @__PURE__ */ new WeakMap(), Ko = /* @__PURE__ */ new WeakMap(), V9 = /* @__PURE__ */ new WeakMap(), In = /* @__PURE__ */ new WeakSet(), Z7 = function(t) {
|
|
96827
96827
|
this._layerManager.setPaint(t);
|
|
96828
96828
|
}, qT = function(t) {
|
|
96829
96829
|
return bE(t) ? this.mapFeature(t.properties.featureId) : t;
|
|
96830
96830
|
}, R9 = function(t) {
|
|
96831
|
-
return t = ne(this,
|
|
96831
|
+
return t = ne(this, In, qT).call(this, t), this._map.getFeatureState(t);
|
|
96832
96832
|
}, N9 = function(t, e) {
|
|
96833
|
-
t = ne(this,
|
|
96833
|
+
t = ne(this, In, qT).call(this, t), this._map.removeFeatureState(t, e), this._layerManager.removeFeatureState(t, e);
|
|
96834
96834
|
}, D9 = function(t, e) {
|
|
96835
|
-
t = ne(this,
|
|
96835
|
+
t = ne(this, In, qT).call(this, t), this._map.setFeatureState(t, e), this._layerManager.setFeatureState(t, e);
|
|
96836
96836
|
}, lM = function(t) {
|
|
96837
96837
|
return this._layerManager.featuresAtPoint(t).filter((e) => this.__featureEnabled(e));
|
|
96838
96838
|
}, cM = function(t, e) {
|
|
@@ -96841,7 +96841,7 @@ H5 = /* @__PURE__ */ new WeakMap(), Yi = /* @__PURE__ */ new WeakMap(), G7 = /*
|
|
|
96841
96841
|
this.__resetFeatureDisplay();
|
|
96842
96842
|
const r = this._infoControl && this._infoControl.active;
|
|
96843
96843
|
r && this._infoControl.reset();
|
|
96844
|
-
const n = ne(this,
|
|
96844
|
+
const n = ne(this, In, lM).call(this, t);
|
|
96845
96845
|
if (n.length === 0) {
|
|
96846
96846
|
this._lastFeatureMouseEntered = null, this._lastFeatureModelsMouse = null;
|
|
96847
96847
|
return;
|
|
@@ -96851,10 +96851,10 @@ H5 = /* @__PURE__ */ new WeakMap(), Yi = /* @__PURE__ */ new WeakMap(), G7 = /*
|
|
|
96851
96851
|
this.__featureEvent(
|
|
96852
96852
|
"mouseenter",
|
|
96853
96853
|
i,
|
|
96854
|
-
ne(this,
|
|
96854
|
+
ne(this, In, lQ).call(this, o, e)
|
|
96855
96855
|
) ? (this._lastFeatureMouseEntered = o, this._lastFeatureModelsMouse = s) : (this._lastFeatureMouseEntered = null, this._lastFeatureModelsMouse = null);
|
|
96856
96856
|
else if (this._flatmap.options.style === u1.CENTRELINE && i.properties.centreline && this._lastFeatureMouseEntered === o) {
|
|
96857
|
-
const Q = ne(this,
|
|
96857
|
+
const Q = ne(this, In, lQ).call(this, o, e);
|
|
96858
96858
|
"location" in Q && this.__featureEvent("mousemove", i, Q);
|
|
96859
96859
|
}
|
|
96860
96860
|
let a = "", u = "", d = null;
|
|
@@ -98932,17 +98932,8 @@ const QGt = TGt("main", {
|
|
|
98932
98932
|
if (this.mapImp)
|
|
98933
98933
|
if (t) {
|
|
98934
98934
|
const e = Number(t);
|
|
98935
|
-
let
|
|
98936
|
-
|
|
98937
|
-
const n = this.mapImp.featureProperties(e);
|
|
98938
|
-
r.feature = n;
|
|
98939
|
-
} else {
|
|
98940
|
-
const n = this.existDrawnFeatures.find(
|
|
98941
|
-
(i) => i.id === t.replace(" ", "")
|
|
98942
|
-
);
|
|
98943
|
-
r.feature.feature = n;
|
|
98944
|
-
}
|
|
98945
|
-
this.checkAndCreatePopups(r);
|
|
98935
|
+
let n = { feature: e ? this.mapImp.featureProperties(e) : { feature: this.existDrawnFeatures.find((i) => i.id === t.trim()) } };
|
|
98936
|
+
this.checkAndCreatePopups(n);
|
|
98946
98937
|
} else
|
|
98947
98938
|
this.closeTooltip();
|
|
98948
98939
|
},
|
|
@@ -99014,7 +99005,7 @@ const QGt = TGt("main", {
|
|
|
99014
99005
|
* Function to remove all drawn annotations from flatmap annotation layer.
|
|
99015
99006
|
*/
|
|
99016
99007
|
clearAnnotationFeature: function() {
|
|
99017
|
-
this.mapImp && this.
|
|
99008
|
+
this.mapImp && this.mapImp.clearAnnotationFeature();
|
|
99018
99009
|
},
|
|
99019
99010
|
/**
|
|
99020
99011
|
* @public
|
|
@@ -99037,8 +99028,7 @@ const QGt = TGt("main", {
|
|
|
99037
99028
|
* @arg {Object} `annotation`
|
|
99038
99029
|
*/
|
|
99039
99030
|
commitAnnotationEvent: function(t) {
|
|
99040
|
-
this.mapImp && ["created", "updated", "deleted"].includes(this.annotationEntry.type) &&
|
|
99041
|
-
t && (this.featureAnnotationSubmitted = !0, this.mapImp.commitAnnotationEvent(this.annotationEntry), t.body.comment === "Position Updated" ? this.annotationEntry.positionUpdated = !1 : this.annotationEntry.type === "deleted" && (this.annotationSidebar && this.$emit("annotation-close"), this.closeTooltip(), this.annotationEntry = {}), this.addAnnotationFeature());
|
|
99031
|
+
this.mapImp && (this.offlineAnnotate && (this.offlineAnnotation = JSON.parse(sessionStorage.getItem("offline-annotation")) || [], this.offlineAnnotation.push(t), this.annotationEntry.type === "deleted" && (this.offlineAnnotation = this.offlineAnnotation.filter((e) => e.resource !== this.serverURL || e.item.id !== t.item.id)), sessionStorage.setItem("offline-annotation", JSON.stringify(this.offlineAnnotation))), ["created", "updated", "deleted"].includes(this.annotationEntry.type) && (this.featureAnnotationSubmitted = !0, this.mapImp.commitAnnotationEvent(this.annotationEntry), t.body.comment === "Position Updated" ? this.annotationEntry.positionUpdated = !1 : this.annotationEntry.type === "deleted" && (this.annotationSidebar && this.$emit("annotation-close"), this.closeTooltip(), this.annotationEntry = {}), this.addAnnotationFeature()));
|
|
99042
99032
|
},
|
|
99043
99033
|
/**
|
|
99044
99034
|
* @public
|
|
@@ -99047,8 +99037,8 @@ const QGt = TGt("main", {
|
|
|
99047
99037
|
* @arg {String} `participated`
|
|
99048
99038
|
*/
|
|
99049
99039
|
fetchAnnotatedItemIds: async function(t = void 0, e = void 0) {
|
|
99050
|
-
let r
|
|
99051
|
-
return "resource" in r && (r = r.itemIds), r;
|
|
99040
|
+
let r;
|
|
99041
|
+
return this.offlineAnnotate ? (this.offlineAnnotation = JSON.parse(sessionStorage.getItem("offline-annotation")) || [], r = this.offlineAnnotation.filter((n) => n.resource === this.serverURL).map((n) => n.item.id)) : (r = await this.annotator.annotatedItemIds(this.userToken, this.serverURL, t, e), "resource" in r && (r = r.itemIds)), r;
|
|
99052
99042
|
},
|
|
99053
99043
|
/**
|
|
99054
99044
|
* @public
|
|
@@ -99068,9 +99058,14 @@ const QGt = TGt("main", {
|
|
|
99068
99058
|
* @arg {String} `participated`
|
|
99069
99059
|
*/
|
|
99070
99060
|
fetchDrawnFeatures: async function(t, e) {
|
|
99071
|
-
|
|
99072
|
-
|
|
99073
|
-
|
|
99061
|
+
let r;
|
|
99062
|
+
if (this.offlineAnnotate)
|
|
99063
|
+
this.offlineAnnotation = JSON.parse(sessionStorage.getItem("offline-annotation")) || [], r = this.offlineAnnotation.filter((n) => n.feature && n.resource === this.serverURL).map((n) => n.feature);
|
|
99064
|
+
else {
|
|
99065
|
+
const n = await this.fetchAnnotatedItemIds(t, e);
|
|
99066
|
+
r = await this.annotator.drawnFeatures(this.userToken, this.serverURL, n), "resource" in r && (r = r.features);
|
|
99067
|
+
}
|
|
99068
|
+
return r;
|
|
99074
99069
|
},
|
|
99075
99070
|
/**
|
|
99076
99071
|
* @public
|
|
@@ -99079,7 +99074,7 @@ const QGt = TGt("main", {
|
|
|
99079
99074
|
addAnnotationFeature: async function() {
|
|
99080
99075
|
if (this.mapImp) {
|
|
99081
99076
|
this.featureAnnotationSubmitted || (this.clearAnnotationFeature(), this.loading = !0);
|
|
99082
|
-
const t = this.annotationFrom === "Anyone" ? void 0 : this.
|
|
99077
|
+
const t = this.annotationFrom === "Anyone" ? void 0 : this.authorisedUser.orcid ? this.authorisedUser.orcid : "0000-0000-0000-0000", e = this.annotationFrom === "Anyone" ? void 0 : this.annotationFrom === "Me", r = await this.fetchDrawnFeatures(t, e);
|
|
99083
99078
|
if (this.existDrawnFeatures = r, this.loading = !1, !this.featureAnnotationSubmitted)
|
|
99084
99079
|
for (const n of r)
|
|
99085
99080
|
this.mapImp.addAnnotationFeature(n);
|
|
@@ -99648,8 +99643,9 @@ const QGt = TGt("main", {
|
|
|
99648
99643
|
resourceId: this.serverURL
|
|
99649
99644
|
}, this.annotationEventCallback({}, { type: "aborted" })), this.annotationEntry = {
|
|
99650
99645
|
...t.feature,
|
|
99651
|
-
resourceId: this.serverURL
|
|
99652
|
-
|
|
99646
|
+
resourceId: this.serverURL,
|
|
99647
|
+
offline: this.offlineAnnotate
|
|
99648
|
+
}, t.feature.featureId && t.feature.models ? this.displayTooltip(t.feature.models) : t.feature.feature && (this.annotationEntry.featureId = t.feature.feature.id, this.activeDrawTool || this.activeDrawMode || this.isValidDrawnCreated ? (this.featureAnnotationSubmitted = !1, this.activeDrawTool && this.createConnectivityBody(), this.displayTooltip(
|
|
99653
99649
|
t.feature.feature.id,
|
|
99654
99650
|
gGt(t.feature.feature.geometry)
|
|
99655
99651
|
)) : this.rollbackAnnotationEvent())) : this.annotation = {};
|
|
@@ -99892,7 +99888,17 @@ const QGt = TGt("main", {
|
|
|
99892
99888
|
viewport: this.mapImp.getState()
|
|
99893
99889
|
};
|
|
99894
99890
|
const e = this.mapImp.getIdentifier();
|
|
99895
|
-
|
|
99891
|
+
if (this.biologicalSex ? t.biologicalSex = this.biologicalSex : e && e.biologicalSex && (t.biologicalSex = e.biologicalSex), e && e.uuid && (t.uuid = e.uuid), t.viewingMode = this.viewingMode, t.searchTerm = this.statesTracking.activeTerm, t.flightPath3D = this.flightPath3DRadio, t.colour = this.colourRadio, t.outlinesRadio = this.outlinesRadio, t.background = this.currentBackground, this.offlineAnnotate) {
|
|
99892
|
+
if (!sessionStorage.getItem("offline-annotation-expiry")) {
|
|
99893
|
+
const r = (/* @__PURE__ */ new Date()).getTime() + 864e5;
|
|
99894
|
+
sessionStorage.setItem("offline-annotation-expiry", r);
|
|
99895
|
+
}
|
|
99896
|
+
t.offlineAnnotation = {
|
|
99897
|
+
expiry: sessionStorage.getItem("offline-annotation-expiry"),
|
|
99898
|
+
value: sessionStorage.getItem("offline-annotation")
|
|
99899
|
+
};
|
|
99900
|
+
}
|
|
99901
|
+
return this.getVisibilityState(t), t;
|
|
99896
99902
|
}
|
|
99897
99903
|
},
|
|
99898
99904
|
/**
|
|
@@ -99911,7 +99917,7 @@ const QGt = TGt("main", {
|
|
|
99911
99917
|
*/
|
|
99912
99918
|
restoreMapState: function(t) {
|
|
99913
99919
|
if (t) {
|
|
99914
|
-
if (t.viewport && this.mapImp.setState(t.viewport), t.viewingMode && this.changeViewingMode(t.viewingMode), "flightPath3D" in t && this.setFlightPath3D(t.flightPath3D), "colour" in t && this.setColour(t.colour), "outlines" in t && this.setOutlines(t.outlines), t.background && this.backgroundChangeCallback(t.background), t.searchTerm) {
|
|
99920
|
+
if (t.viewport && this.mapImp.setState(t.viewport), t.offlineAnnotation && t.offlineAnnotation.expiry > (/* @__PURE__ */ new Date()).getTime() && sessionStorage.setItem("offline-annotation", t.offlineAnnotation.value), t.viewingMode && this.changeViewingMode(t.viewingMode), "flightPath3D" in t && this.setFlightPath3D(t.flightPath3D), "colour" in t && this.setColour(t.colour), "outlines" in t && this.setOutlines(t.outlines), t.background && this.backgroundChangeCallback(t.background), t.searchTerm) {
|
|
99915
99921
|
const e = t.searchTerm;
|
|
99916
99922
|
t.viewingMode === "Neuron Connection" ? this.highlightConnectedPaths([e]) : this.searchAndShowResult(e, !0);
|
|
99917
99923
|
}
|
|
@@ -100372,6 +100378,8 @@ const QGt = TGt("main", {
|
|
|
100372
100378
|
"Neuron Connection": "Discover Neuron connections by selecting a neuron and viewing its associated network connections",
|
|
100373
100379
|
Annotation: ["View feature annotations", "Add, comment on and view feature annotations"]
|
|
100374
100380
|
},
|
|
100381
|
+
offlineAnnotate: !1,
|
|
100382
|
+
offlineAnnotation: [],
|
|
100375
100383
|
annotationFrom: "Anyone",
|
|
100376
100384
|
annotatedSource: ["Anyone", "Me", "Others"],
|
|
100377
100385
|
openMapRef: void 0,
|
|
@@ -100385,7 +100393,7 @@ const QGt = TGt("main", {
|
|
|
100385
100393
|
"Connection"
|
|
100386
100394
|
],
|
|
100387
100395
|
annotator: void 0,
|
|
100388
|
-
|
|
100396
|
+
authorisedUser: void 0,
|
|
100389
100397
|
activeDrawMode: void 0,
|
|
100390
100398
|
activeDrawTool: void 0,
|
|
100391
100399
|
featureAnnotationSubmitted: !1,
|
|
@@ -100440,7 +100448,7 @@ const QGt = TGt("main", {
|
|
|
100440
100448
|
},
|
|
100441
100449
|
modeDescription: function() {
|
|
100442
100450
|
let t = this.viewingModes[this.viewingMode];
|
|
100443
|
-
return this.viewingMode === "Annotation" ? this.
|
|
100451
|
+
return this.viewingMode === "Annotation" ? this.authorisedUser ? t[1] : t[0] : t;
|
|
100444
100452
|
}
|
|
100445
100453
|
},
|
|
100446
100454
|
watch: {
|
|
@@ -100461,9 +100469,9 @@ const QGt = TGt("main", {
|
|
|
100461
100469
|
deep: !0
|
|
100462
100470
|
},
|
|
100463
100471
|
viewingMode: function(t) {
|
|
100464
|
-
t === "Annotation"
|
|
100465
|
-
e.name && e.email && e.canUpdate
|
|
100466
|
-
}))
|
|
100472
|
+
this.clearAnnotationFeature(), t === "Annotation" && (this.loading = !0, this.annotator.authenticate(this.userToken).then((e) => {
|
|
100473
|
+
e.name && e.email && e.canUpdate ? (this.authorisedUser = e, this.offlineAnnotate = !1) : (this.authorisedUser = void 0, this.offlineAnnotate = !0), this.setFeatureAnnotated(), this.addAnnotationFeature(), this.loading = !1;
|
|
100474
|
+
}));
|
|
100467
100475
|
},
|
|
100468
100476
|
disableUI: function(t) {
|
|
100469
100477
|
t && this.closeTooltip();
|
|
@@ -100529,19 +100537,19 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100529
100537
|
onMouseover: e[7] || (e[7] = (nt) => o.showTooltip(7)),
|
|
100530
100538
|
onMouseout: e[8] || (e[8] = (nt) => o.hideTooltip(7))
|
|
100531
100539
|
}, [
|
|
100532
|
-
r.displayWarning || r.isLegacy ? (ce(),
|
|
100540
|
+
r.displayWarning || r.isLegacy ? (ce(), Sr(u, { key: 0 }, {
|
|
100533
100541
|
default: ge(() => [
|
|
100534
100542
|
je(a)
|
|
100535
100543
|
]),
|
|
100536
100544
|
_: 1
|
|
100537
|
-
})) :
|
|
100545
|
+
})) : Or("", !0),
|
|
100538
100546
|
r.isLegacy ? (ce(), er(Io, { key: 1 }, [
|
|
100539
100547
|
e[33] || (e[33] = Ue("span", { class: "warning-text" }, "Legacy Map", -1)),
|
|
100540
100548
|
Ue("div", {
|
|
100541
100549
|
class: "latest-map-text",
|
|
100542
100550
|
onClick: e[6] || (e[6] = (...nt) => o.viewLatestMap && o.viewLatestMap(...nt))
|
|
100543
100551
|
}, " Click here for the latest map ")
|
|
100544
|
-
], 64)) : r.displayWarning ? (ce(), er("span", xGt, "Beta")) :
|
|
100552
|
+
], 64)) : r.displayWarning ? (ce(), er("span", xGt, "Beta")) : Or("", !0)
|
|
100545
100553
|
], 32)
|
|
100546
100554
|
]),
|
|
100547
100555
|
default: ge(() => [
|
|
@@ -100554,39 +100562,39 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100554
100562
|
onMouseover: e[2] || (e[2] = (nt) => o.showTooltip(7)),
|
|
100555
100563
|
onMouseout: e[3] || (e[3] = (nt) => o.hideTooltip(7))
|
|
100556
100564
|
}, e[31] || (e[31] = [
|
|
100557
|
-
|
|
100565
|
+
An(" This map displays the connectivity of individual neurons. Specifically, those which align with (parts of) the neuron populations from the "),
|
|
100558
100566
|
Ue("a", {
|
|
100559
100567
|
href: "https://sparc.science/resources/1ZUKXU2YmLcn2reCyXjlew",
|
|
100560
100568
|
target: "_blank"
|
|
100561
100569
|
}, " ApiNATOMY ", -1),
|
|
100562
|
-
|
|
100570
|
+
An(" models available in "),
|
|
100563
100571
|
Ue("a", {
|
|
100564
100572
|
href: "https://sparc.science/resources/6eg3VpJbwQR4B84CjrvmyD",
|
|
100565
100573
|
target: "_blank"
|
|
100566
100574
|
}, " SCKAN ", -1),
|
|
100567
|
-
|
|
100575
|
+
An(". ")
|
|
100568
100576
|
]), 32)) : (ce(), er("p", {
|
|
100569
100577
|
key: 2,
|
|
100570
100578
|
onMouseover: e[4] || (e[4] = (nt) => o.showTooltip(7)),
|
|
100571
100579
|
onMouseout: e[5] || (e[5] = (nt) => o.hideTooltip(7))
|
|
100572
100580
|
}, e[32] || (e[32] = [
|
|
100573
|
-
|
|
100581
|
+
An(" This map displays the connectivity of neuron populations. Specifically, those from the primarily rat-based "),
|
|
100574
100582
|
Ue("a", {
|
|
100575
100583
|
href: "https://sparc.science/resources/1ZUKXU2YmLcn2reCyXjlew",
|
|
100576
100584
|
target: "_blank"
|
|
100577
100585
|
}, " ApiNATOMY ", -1),
|
|
100578
|
-
|
|
100586
|
+
An(" models available in "),
|
|
100579
100587
|
Ue("a", {
|
|
100580
100588
|
href: "https://sparc.science/resources/6eg3VpJbwQR4B84CjrvmyD",
|
|
100581
100589
|
target: "_blank"
|
|
100582
100590
|
}, " SCKAN ", -1),
|
|
100583
|
-
|
|
100591
|
+
An(". New connectivity and species specificity will be added as the SPARC program progresses. ")
|
|
100584
100592
|
]), 32))
|
|
100585
100593
|
]),
|
|
100586
100594
|
_: 1
|
|
100587
100595
|
}, 8, ["visible"])
|
|
100588
100596
|
]),
|
|
100589
|
-
r.displayLatestChanges ? (ce(),
|
|
100597
|
+
r.displayLatestChanges ? (ce(), Sr(d, {
|
|
100590
100598
|
key: 0,
|
|
100591
100599
|
placement: "right",
|
|
100592
100600
|
teleported: !1,
|
|
@@ -100609,7 +100617,7 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100609
100617
|
_: 1
|
|
100610
100618
|
}),
|
|
100611
100619
|
e[34] || (e[34] = Ue("span", { class: "warning-text" }, "What's new?", -1))
|
|
100612
|
-
], 32)) :
|
|
100620
|
+
], 32)) : Or("", !0)
|
|
100613
100621
|
]),
|
|
100614
100622
|
default: ge(() => e[35] || (e[35] = [
|
|
100615
100623
|
Ue("b", null, "Connectivity References", -1),
|
|
@@ -100618,7 +100626,7 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100618
100626
|
Ue("p", null, " Current selection and visibility filters are now stored when creating a permalink. ", -1)
|
|
100619
100627
|
])),
|
|
100620
100628
|
_: 1
|
|
100621
|
-
}, 8, ["visible"])) :
|
|
100629
|
+
}, 8, ["visible"])) : Or("", !0)
|
|
100622
100630
|
], 512), [
|
|
100623
100631
|
[f2, !r.disableUI]
|
|
100624
100632
|
]),
|
|
@@ -100634,7 +100642,7 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100634
100642
|
}, 8, ["class", "onClick"]), [
|
|
100635
100643
|
[f2, t.minimapResizeShow]
|
|
100636
100644
|
]),
|
|
100637
|
-
t.viewingMode === "Annotation" && t.
|
|
100645
|
+
t.viewingMode === "Annotation" && (t.authorisedUser || t.offlineAnnotate) && !r.disableUI ? (ce(), Sr(f, {
|
|
100638
100646
|
key: 0,
|
|
100639
100647
|
mapCanvas: {
|
|
100640
100648
|
containerHTML: this.$el,
|
|
@@ -100653,7 +100661,7 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100653
100661
|
onShowTooltip: o.showTooltip,
|
|
100654
100662
|
onHideTooltip: o.hideTooltip,
|
|
100655
100663
|
ref: "toolbarPopover"
|
|
100656
|
-
}, null, 8, ["mapCanvas", "toolbarOptions", "activeDrawTool", "activeDrawMode", "newlyDrawnEntry", "connectionEntry", "hoverVisibilities", "onClickToolbar", "onFeatureTooltip", "onConfirmDrawn", "onCancelDrawn", "onShowTooltip", "onHideTooltip"])) :
|
|
100664
|
+
}, null, 8, ["mapCanvas", "toolbarOptions", "activeDrawTool", "activeDrawMode", "newlyDrawnEntry", "connectionEntry", "hoverVisibilities", "onClickToolbar", "onFeatureTooltip", "onConfirmDrawn", "onCancelDrawn", "onShowTooltip", "onHideTooltip"])) : Or("", !0),
|
|
100657
100665
|
_i(Ue("div", EGt, [
|
|
100658
100666
|
je(d, {
|
|
100659
100667
|
content: "Zoom in",
|
|
@@ -100730,9 +100738,9 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100730
100738
|
]),
|
|
100731
100739
|
default: ge(() => [
|
|
100732
100740
|
e[36] || (e[36] = Ue("div", null, [
|
|
100733
|
-
|
|
100741
|
+
An(" Fit to "),
|
|
100734
100742
|
Ue("br"),
|
|
100735
|
-
|
|
100743
|
+
An(" window ")
|
|
100736
100744
|
], -1))
|
|
100737
100745
|
]),
|
|
100738
100746
|
_: 1
|
|
@@ -100758,11 +100766,11 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100758
100766
|
class: Fe(["pathway-container", { open: t.drawerOpen, close: !t.drawerOpen }]),
|
|
100759
100767
|
style: A1({ "max-height": t.pathwaysMaxHeight + "px" })
|
|
100760
100768
|
}, [
|
|
100761
|
-
t.isFC ?
|
|
100769
|
+
t.isFC ? Or("", !0) : (ce(), Sr(y, {
|
|
100762
100770
|
key: 0,
|
|
100763
100771
|
class: "svg-legends-container"
|
|
100764
100772
|
})),
|
|
100765
|
-
r.showStarInLegend ? (ce(),
|
|
100773
|
+
r.showStarInLegend ? (ce(), Sr(d, {
|
|
100766
100774
|
key: 1,
|
|
100767
100775
|
content: "Location of the featured dataset",
|
|
100768
100776
|
placement: "right",
|
|
@@ -100785,7 +100793,7 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100785
100793
|
])
|
|
100786
100794
|
]),
|
|
100787
100795
|
_: 1
|
|
100788
|
-
}, 8, ["visible"])) :
|
|
100796
|
+
}, 8, ["visible"])) : Or("", !0),
|
|
100789
100797
|
je(d, {
|
|
100790
100798
|
content: "Find these markers for data. The number inside the markers is the number of datasets available for each marker.",
|
|
100791
100799
|
placement: "right",
|
|
@@ -100807,7 +100815,7 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100807
100815
|
]),
|
|
100808
100816
|
_: 1
|
|
100809
100817
|
}, 8, ["visible"]),
|
|
100810
|
-
t.isFC && t.systems && t.systems.length > 0 ? (ce(),
|
|
100818
|
+
t.isFC && t.systems && t.systems.length > 0 ? (ce(), Sr(_, {
|
|
100811
100819
|
key: 2,
|
|
100812
100820
|
class: "treeControls",
|
|
100813
100821
|
mapType: "flatmap",
|
|
@@ -100819,8 +100827,8 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100819
100827
|
onCheckAll: o.checkAllSystems,
|
|
100820
100828
|
onChangeActive: o.ftuSelected,
|
|
100821
100829
|
ref: "treeControls"
|
|
100822
|
-
}, null, 8, ["treeData", "active", "hover", "onCheckChanged", "onCheckAll", "onChangeActive"])) :
|
|
100823
|
-
t.containsAlert && t.alertOptions ? (ce(),
|
|
100830
|
+
}, null, 8, ["treeData", "active", "hover", "onCheckChanged", "onCheckAll", "onChangeActive"])) : Or("", !0),
|
|
100831
|
+
t.containsAlert && t.alertOptions ? (ce(), Sr(L, {
|
|
100824
100832
|
title: "Alert",
|
|
100825
100833
|
labelKey: "label",
|
|
100826
100834
|
identifierKey: "key",
|
|
@@ -100831,8 +100839,8 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100831
100839
|
onCheckAll: o.checkAllAlerts,
|
|
100832
100840
|
ref: "alertSelection",
|
|
100833
100841
|
key: "alertSelection"
|
|
100834
|
-
}, null, 8, ["selections", "onChanged", "onCheckboxMouseEnter", "onSelectionsDataChanged", "onCheckAll"])) :
|
|
100835
|
-
t.pathways && t.pathways.length > 0 ? (ce(),
|
|
100842
|
+
}, null, 8, ["selections", "onChanged", "onCheckboxMouseEnter", "onSelectionsDataChanged", "onCheckAll"])) : Or("", !0),
|
|
100843
|
+
t.pathways && t.pathways.length > 0 ? (ce(), Sr(L, {
|
|
100836
100844
|
title: "Pathways",
|
|
100837
100845
|
labelKey: "label",
|
|
100838
100846
|
identifierKey: "type",
|
|
@@ -100843,8 +100851,8 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100843
100851
|
onCheckAll: o.checkAllPathways,
|
|
100844
100852
|
ref: "pathwaysSelection",
|
|
100845
100853
|
key: "pathwaysSelection"
|
|
100846
|
-
}, null, 8, ["selections", "onChanged", "onSelectionsDataChanged", "onCheckAll"])) :
|
|
100847
|
-
t.taxonConnectivity && t.taxonConnectivity.length > 0 ? (ce(),
|
|
100854
|
+
}, null, 8, ["selections", "onChanged", "onSelectionsDataChanged", "onCheckAll"])) : Or("", !0),
|
|
100855
|
+
t.taxonConnectivity && t.taxonConnectivity.length > 0 ? (ce(), Sr(L, {
|
|
100848
100856
|
title: "Studied in",
|
|
100849
100857
|
labelKey: "label",
|
|
100850
100858
|
identifierKey: "taxon",
|
|
@@ -100856,7 +100864,7 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100856
100864
|
onCheckAll: o.checkAllTaxons,
|
|
100857
100865
|
ref: "taxonSelection",
|
|
100858
100866
|
key: "taxonSelection"
|
|
100859
|
-
}, null, 8, ["selections", "onChanged", "onCheckboxMouseEnter", "onSelectionsDataChanged", "onCheckAll"])) :
|
|
100867
|
+
}, null, 8, ["selections", "onChanged", "onCheckboxMouseEnter", "onSelectionsDataChanged", "onCheckAll"])) : Or("", !0)
|
|
100860
100868
|
], 6)), [
|
|
100861
100869
|
[rt, void 0, "checkBoxPopover"]
|
|
100862
100870
|
]),
|
|
@@ -100877,7 +100885,7 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100877
100885
|
]),
|
|
100878
100886
|
_: 1
|
|
100879
100887
|
}, 8, ["visible"]),
|
|
100880
|
-
t.openMapRef ? (ce(),
|
|
100888
|
+
t.openMapRef ? (ce(), Sr(d, {
|
|
100881
100889
|
key: 1,
|
|
100882
100890
|
ref: "open-map-popover",
|
|
100883
100891
|
"virtual-ref": t.openMapRef,
|
|
@@ -100889,7 +100897,7 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100889
100897
|
"virtual-triggering": ""
|
|
100890
100898
|
}, {
|
|
100891
100899
|
default: ge(() => [
|
|
100892
|
-
(ce(!0), er(Io, null, L4(r.openMapOptions, (nt) => (ce(),
|
|
100900
|
+
(ce(!0), er(Io, null, L4(r.openMapOptions, (nt) => (ce(), Sr(C, {
|
|
100893
100901
|
key: nt.key
|
|
100894
100902
|
}, {
|
|
100895
100903
|
default: ge(() => [
|
|
@@ -100899,7 +100907,7 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100899
100907
|
onClick: (gt) => t.$emit("open-map", nt.key)
|
|
100900
100908
|
}, {
|
|
100901
100909
|
default: ge(() => [
|
|
100902
|
-
|
|
100910
|
+
An(bi(nt.display), 1)
|
|
100903
100911
|
]),
|
|
100904
100912
|
_: 2
|
|
100905
100913
|
}, 1032, ["onClick"])
|
|
@@ -100908,7 +100916,7 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100908
100916
|
}, 1024))), 128))
|
|
100909
100917
|
]),
|
|
100910
100918
|
_: 1
|
|
100911
|
-
}, 8, ["virtual-ref"])) :
|
|
100919
|
+
}, 8, ["virtual-ref"])) : Or("", !0),
|
|
100912
100920
|
je(d, {
|
|
100913
100921
|
ref: "backgroundPopover",
|
|
100914
100922
|
"virtual-ref": t.backgroundIconRef,
|
|
@@ -100923,7 +100931,7 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100923
100931
|
Ue("div", null, [
|
|
100924
100932
|
je(C, { class: "backgroundText" }, {
|
|
100925
100933
|
default: ge(() => e[37] || (e[37] = [
|
|
100926
|
-
|
|
100934
|
+
An("Viewing Mode")
|
|
100927
100935
|
])),
|
|
100928
100936
|
_: 1
|
|
100929
100937
|
}),
|
|
@@ -100942,17 +100950,26 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100942
100950
|
]),
|
|
100943
100951
|
je(C, { class: "viewing-mode-description" }, {
|
|
100944
100952
|
default: ge(() => [
|
|
100945
|
-
|
|
100953
|
+
An(bi(o.modeDescription), 1)
|
|
100946
100954
|
]),
|
|
100947
100955
|
_: 1
|
|
100948
|
-
})
|
|
100956
|
+
}),
|
|
100957
|
+
t.viewingMode === "Annotation" && t.offlineAnnotate ? (ce(), Sr(C, {
|
|
100958
|
+
key: 0,
|
|
100959
|
+
class: "viewing-mode-description"
|
|
100960
|
+
}, {
|
|
100961
|
+
default: ge(() => e[38] || (e[38] = [
|
|
100962
|
+
An(" (Offline annotate) ")
|
|
100963
|
+
])),
|
|
100964
|
+
_: 1
|
|
100965
|
+
})) : Or("", !0)
|
|
100949
100966
|
]),
|
|
100950
100967
|
_: 1
|
|
100951
100968
|
}),
|
|
100952
|
-
t.viewingMode === "Annotation" && t.
|
|
100969
|
+
t.viewingMode === "Annotation" && t.authorisedUser ? (ce(), er(Io, { key: 0 }, [
|
|
100953
100970
|
je(C, { class: "backgroundText" }, {
|
|
100954
|
-
default: ge(() => e[
|
|
100955
|
-
|
|
100971
|
+
default: ge(() => e[39] || (e[39] = [
|
|
100972
|
+
An("Annotations From")
|
|
100956
100973
|
])),
|
|
100957
100974
|
_: 1
|
|
100958
100975
|
}),
|
|
@@ -100968,7 +100985,7 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100968
100985
|
onChange: o.setAnnotationFrom
|
|
100969
100986
|
}, {
|
|
100970
100987
|
default: ge(() => [
|
|
100971
|
-
(ce(!0), er(Io, null, L4(t.annotatedSource, (nt) => (ce(),
|
|
100988
|
+
(ce(!0), er(Io, null, L4(t.annotatedSource, (nt) => (ce(), Sr(R, {
|
|
100972
100989
|
key: nt,
|
|
100973
100990
|
label: nt,
|
|
100974
100991
|
value: nt
|
|
@@ -100978,7 +100995,7 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100978
100995
|
default: ge(() => [
|
|
100979
100996
|
je(I, { span: 12 }, {
|
|
100980
100997
|
default: ge(() => [
|
|
100981
|
-
|
|
100998
|
+
An(bi(nt), 1)
|
|
100982
100999
|
]),
|
|
100983
101000
|
_: 2
|
|
100984
101001
|
}, 1024)
|
|
@@ -100994,21 +101011,21 @@ function IGt(t, e, r, n, i, o) {
|
|
|
100994
101011
|
]),
|
|
100995
101012
|
_: 1
|
|
100996
101013
|
})
|
|
100997
|
-
], 64)) :
|
|
100998
|
-
t.displayFlightPathOption ? (ce(),
|
|
101014
|
+
], 64)) : Or("", !0),
|
|
101015
|
+
t.displayFlightPathOption ? (ce(), Sr(C, {
|
|
100999
101016
|
key: 1,
|
|
101000
101017
|
class: "backgroundSpacer"
|
|
101001
|
-
})) :
|
|
101002
|
-
t.displayFlightPathOption ? (ce(),
|
|
101018
|
+
})) : Or("", !0),
|
|
101019
|
+
t.displayFlightPathOption ? (ce(), Sr(C, {
|
|
101003
101020
|
key: 2,
|
|
101004
101021
|
class: "backgroundText"
|
|
101005
101022
|
}, {
|
|
101006
|
-
default: ge(() => e[
|
|
101007
|
-
|
|
101023
|
+
default: ge(() => e[40] || (e[40] = [
|
|
101024
|
+
An("Flight path display")
|
|
101008
101025
|
])),
|
|
101009
101026
|
_: 1
|
|
101010
|
-
})) :
|
|
101011
|
-
t.displayFlightPathOption ? (ce(),
|
|
101027
|
+
})) : Or("", !0),
|
|
101028
|
+
t.displayFlightPathOption ? (ce(), Sr(C, {
|
|
101012
101029
|
key: 3,
|
|
101013
101030
|
class: "backgroundControl"
|
|
101014
101031
|
}, {
|
|
@@ -101021,14 +101038,14 @@ function IGt(t, e, r, n, i, o) {
|
|
|
101021
101038
|
}, {
|
|
101022
101039
|
default: ge(() => [
|
|
101023
101040
|
je(U, { value: !1 }, {
|
|
101024
|
-
default: ge(() => e[
|
|
101025
|
-
|
|
101041
|
+
default: ge(() => e[41] || (e[41] = [
|
|
101042
|
+
An("2D")
|
|
101026
101043
|
])),
|
|
101027
101044
|
_: 1
|
|
101028
101045
|
}),
|
|
101029
101046
|
je(U, { value: !0 }, {
|
|
101030
|
-
default: ge(() => e[
|
|
101031
|
-
|
|
101047
|
+
default: ge(() => e[42] || (e[42] = [
|
|
101048
|
+
An("3D")
|
|
101032
101049
|
])),
|
|
101033
101050
|
_: 1
|
|
101034
101051
|
})
|
|
@@ -101037,11 +101054,11 @@ function IGt(t, e, r, n, i, o) {
|
|
|
101037
101054
|
}, 8, ["modelValue", "onChange"])
|
|
101038
101055
|
]),
|
|
101039
101056
|
_: 1
|
|
101040
|
-
})) :
|
|
101057
|
+
})) : Or("", !0),
|
|
101041
101058
|
je(C, { class: "backgroundSpacer" }),
|
|
101042
101059
|
je(C, { class: "backgroundText" }, {
|
|
101043
|
-
default: ge(() => e[
|
|
101044
|
-
|
|
101060
|
+
default: ge(() => e[43] || (e[43] = [
|
|
101061
|
+
An("Organs display")
|
|
101045
101062
|
])),
|
|
101046
101063
|
_: 1
|
|
101047
101064
|
}),
|
|
@@ -101055,14 +101072,14 @@ function IGt(t, e, r, n, i, o) {
|
|
|
101055
101072
|
}, {
|
|
101056
101073
|
default: ge(() => [
|
|
101057
101074
|
je(U, { value: !0 }, {
|
|
101058
|
-
default: ge(() => e[
|
|
101059
|
-
|
|
101075
|
+
default: ge(() => e[44] || (e[44] = [
|
|
101076
|
+
An("Colour")
|
|
101060
101077
|
])),
|
|
101061
101078
|
_: 1
|
|
101062
101079
|
}),
|
|
101063
101080
|
je(U, { value: !1 }, {
|
|
101064
|
-
default: ge(() => e[
|
|
101065
|
-
|
|
101081
|
+
default: ge(() => e[45] || (e[45] = [
|
|
101082
|
+
An("Greyscale")
|
|
101066
101083
|
])),
|
|
101067
101084
|
_: 1
|
|
101068
101085
|
})
|
|
@@ -101074,8 +101091,8 @@ function IGt(t, e, r, n, i, o) {
|
|
|
101074
101091
|
}),
|
|
101075
101092
|
je(C, { class: "backgroundSpacer" }),
|
|
101076
101093
|
je(C, { class: "backgroundText" }, {
|
|
101077
|
-
default: ge(() => e[
|
|
101078
|
-
|
|
101094
|
+
default: ge(() => e[46] || (e[46] = [
|
|
101095
|
+
An("Outlines display")
|
|
101079
101096
|
])),
|
|
101080
101097
|
_: 1
|
|
101081
101098
|
}),
|
|
@@ -101089,14 +101106,14 @@ function IGt(t, e, r, n, i, o) {
|
|
|
101089
101106
|
}, {
|
|
101090
101107
|
default: ge(() => [
|
|
101091
101108
|
je(U, { value: !0 }, {
|
|
101092
|
-
default: ge(() => e[
|
|
101093
|
-
|
|
101109
|
+
default: ge(() => e[47] || (e[47] = [
|
|
101110
|
+
An("Show")
|
|
101094
101111
|
])),
|
|
101095
101112
|
_: 1
|
|
101096
101113
|
}),
|
|
101097
101114
|
je(U, { value: !1 }, {
|
|
101098
|
-
default: ge(() => e[
|
|
101099
|
-
|
|
101115
|
+
default: ge(() => e[48] || (e[48] = [
|
|
101116
|
+
An("Hide")
|
|
101100
101117
|
])),
|
|
101101
101118
|
_: 1
|
|
101102
101119
|
})
|
|
@@ -101108,8 +101125,8 @@ function IGt(t, e, r, n, i, o) {
|
|
|
101108
101125
|
}),
|
|
101109
101126
|
je(C, { class: "backgroundSpacer" }),
|
|
101110
101127
|
je(C, { class: "backgroundText" }, {
|
|
101111
|
-
default: ge(() => e[
|
|
101112
|
-
|
|
101128
|
+
default: ge(() => e[49] || (e[49] = [
|
|
101129
|
+
An("Change background")
|
|
101113
101130
|
])),
|
|
101114
101131
|
_: 1
|
|
101115
101132
|
}),
|
|
@@ -101156,7 +101173,7 @@ function IGt(t, e, r, n, i, o) {
|
|
|
101156
101173
|
icon: "openMap",
|
|
101157
101174
|
class: "icon-button open-map-button"
|
|
101158
101175
|
})
|
|
101159
|
-
], 544)) :
|
|
101176
|
+
], 544)) : Or("", !0)
|
|
101160
101177
|
]),
|
|
101161
101178
|
_: 1
|
|
101162
101179
|
}, 8, ["visible"])
|
|
@@ -101195,7 +101212,7 @@ function IGt(t, e, r, n, i, o) {
|
|
|
101195
101212
|
], 2), [
|
|
101196
101213
|
[f2, !r.disableUI]
|
|
101197
101214
|
]),
|
|
101198
|
-
t.tooltipDisplay ? (ce(),
|
|
101215
|
+
t.tooltipDisplay ? (ce(), Sr(et, {
|
|
101199
101216
|
key: 2,
|
|
101200
101217
|
ref: "tooltip",
|
|
101201
101218
|
class: "tooltip",
|
|
@@ -101203,13 +101220,13 @@ function IGt(t, e, r, n, i, o) {
|
|
|
101203
101220
|
tooltipEntry: t.tooltipEntry,
|
|
101204
101221
|
annotationDisplay: t.viewingMode === "Annotation",
|
|
101205
101222
|
onAnnotation: o.commitAnnotationEvent
|
|
101206
|
-
}, null, 8, ["annotationEntry", "tooltipEntry", "annotationDisplay", "onAnnotation"])) :
|
|
101223
|
+
}, null, 8, ["annotationEntry", "tooltipEntry", "annotationDisplay", "onAnnotation"])) : Or("", !0)
|
|
101207
101224
|
])
|
|
101208
101225
|
])), [
|
|
101209
101226
|
[ct, t.loading]
|
|
101210
101227
|
]);
|
|
101211
101228
|
}
|
|
101212
|
-
const VY = /* @__PURE__ */ og(vGt, [["render", IGt], ["__scopeId", "data-v-
|
|
101229
|
+
const VY = /* @__PURE__ */ og(vGt, [["render", IGt], ["__scopeId", "data-v-6dc38bcf"]]);
|
|
101213
101230
|
function kGt(t) {
|
|
101214
101231
|
return { all: t = t || /* @__PURE__ */ new Map(), on: function(e, r) {
|
|
101215
101232
|
var n = t.get(e);
|
|
@@ -101775,7 +101792,7 @@ const uj = new kGt(), hj = {
|
|
|
101775
101792
|
function DGt(t, e, r, n, i, o) {
|
|
101776
101793
|
const s = GM, a = ng, u = ig, d = VY;
|
|
101777
101794
|
return ce(), er("div", VGt, [
|
|
101778
|
-
r.disableUI ?
|
|
101795
|
+
r.disableUI ? Or("", !0) : (ce(), er("div", RGt, [
|
|
101779
101796
|
e[2] || (e[2] = Ue("div", { class: "species-display-text" }, "Species", -1)),
|
|
101780
101797
|
je(u, {
|
|
101781
101798
|
content: "Select a species",
|
|
@@ -101799,7 +101816,7 @@ function DGt(t, e, r, n, i, o) {
|
|
|
101799
101816
|
onChange: o.setSpecies
|
|
101800
101817
|
}, {
|
|
101801
101818
|
default: ge(() => [
|
|
101802
|
-
(ce(!0), er(Io, null, L4(t.speciesList, (T, f) => (ce(),
|
|
101819
|
+
(ce(!0), er(Io, null, L4(t.speciesList, (T, f) => (ce(), Sr(s, {
|
|
101803
101820
|
key: f,
|
|
101804
101821
|
label: f,
|
|
101805
101822
|
value: f
|
|
@@ -101810,7 +101827,7 @@ function DGt(t, e, r, n, i, o) {
|
|
|
101810
101827
|
class: Fe(T.iconClass)
|
|
101811
101828
|
}, null, 2)
|
|
101812
101829
|
]),
|
|
101813
|
-
|
|
101830
|
+
An(" " + bi(f), 1)
|
|
101814
101831
|
]),
|
|
101815
101832
|
_: 2
|
|
101816
101833
|
}, 1032, ["label", "value"]))), 128))
|
|
@@ -101821,7 +101838,7 @@ function DGt(t, e, r, n, i, o) {
|
|
|
101821
101838
|
_: 1
|
|
101822
101839
|
}, 8, ["visible"])
|
|
101823
101840
|
])),
|
|
101824
|
-
(ce(!0), er(Io, null, L4(t.speciesList, (T, f) => _i((ce(),
|
|
101841
|
+
(ce(!0), er(Io, null, L4(t.speciesList, (T, f) => _i((ce(), Sr(d, {
|
|
101825
101842
|
key: f,
|
|
101826
101843
|
entry: T.taxo,
|
|
101827
101844
|
uuid: T.uuid,
|