@abi-software/mapintegratedvuer 1.6.0 → 1.6.1
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/{ContentMixin-CetX1ug9.js → ContentMixin-BTXCMWvE.js} +1 -1
- package/dist/{Flatmap-CfapnFQ6.js → Flatmap-BPYW-zJs.js} +3 -3
- package/dist/{Iframe-CPMsJHLL.js → Iframe-BZW4KSMI.js} +2 -2
- package/dist/{MultiFlatmap-C9YhGVTK.js → MultiFlatmap-DIlQi9RY.js} +3 -3
- package/dist/{Plot-B5oQVpfQ.js → Plot-BHrtko8L.js} +2 -2
- package/dist/{Scaffold-DH-cWyUN.js → Scaffold-D6q4r5RG.js} +161 -162
- package/dist/{Simulation-vQXlk9Mc.js → Simulation-DPVhTovy.js} +2 -2
- package/dist/{index-BzopGyiz.js → index-D_VgD-w_.js} +27 -17
- package/dist/mapintegratedvuer.js +1 -1
- package/dist/mapintegratedvuer.umd.cjs +2 -2
- package/dist/{style-CrjDxqUa.js → style-ZSZlDMUI.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
- package/src/components/SplitFlow.vue +6 -1
- package/src/components/viewers/Scaffold.vue +1 -3
@@ -1,5 +1,5 @@
|
|
1
|
-
import { I as K1, R as Q1, w as ew, h as tw, N as iw, z as rw, _ as nw, $ as ow, E as Wu } from "./index-
|
2
|
-
import { C as aw } from "./ContentMixin-
|
1
|
+
import { I as K1, R as Q1, w as ew, h as tw, N as iw, z as rw, _ as nw, $ as ow, E as Wu } from "./index-D_VgD-w_.js";
|
2
|
+
import { C as aw } from "./ContentMixin-BTXCMWvE.js";
|
3
3
|
import { ref as Ae, defineComponent as Ie, computed as ce, openBlock as fe, createElementBlock as Ce, mergeProps as Pr, unref as H, renderSlot as qe, useAttrs as sw, useSlots as au, shallowRef as Pi, watch as Je, nextTick as _t, onMounted as ni, toRef as ki, createCommentVNode as Ve, Fragment as Gt, normalizeClass as Le, createElementVNode as ke, createBlock as He, withCtx as pe, resolveDynamicComponent as Fi, withModifiers as ui, createVNode as se, toDisplayString as wt, normalizeStyle as It, provide as pi, reactive as Yi, onActivated as lw, onUpdated as rp, inject as ct, onBeforeUnmount as sr, withDirectives as Bt, cloneVNode as cw, Text as o0, Comment as uw, Transition as hl, vShow as yi, readonly as a0, onDeactivated as hw, toHandlers as dw, withKeys as gr, createTextVNode as yt, createSlots as pw, toRefs as cn, getCurrentInstance as si, h as ba, renderList as rr, onUnmounted as s0, markRaw as Ai, watchEffect as l0, warn as fw, onBeforeMount as mw, toRaw as np, getCurrentScope as c0, onScopeDispose as u0, isRef as Ro, isVNode as Qh, Teleport as gw, resolveComponent as Ri, resolveDirective as vw, toHandlerKey as yw, vModelText as bw, createApp as xw, hasInjectionContext as ww, effectScope as _w, isReactive as op, pushScopeId as Mw, popScopeId as Sw } from "vue";
|
4
4
|
const Kr = (i, e, { checkForDefaultPrevented: t = !0 } = {}) => (r) => {
|
5
5
|
const n = i == null ? void 0 : i(r);
|
@@ -6029,24 +6029,24 @@ const jr = fi(GL, {
|
|
6029
6029
|
Main: Sy
|
6030
6030
|
});
|
6031
6031
|
gn(wy);
|
6032
|
-
const Ty = gn(_y), QL = gn(My), vn = gn(Sy),
|
6032
|
+
const Ty = gn(_y), QL = gn(My), vn = gn(Sy), e3 = /* @__PURE__ */ Ie({
|
6033
6033
|
inheritAttrs: !1
|
6034
6034
|
});
|
6035
|
-
function
|
6035
|
+
function t3(i, e, t, r, n, o) {
|
6036
6036
|
return qe(i.$slots, "default");
|
6037
6037
|
}
|
6038
|
-
var
|
6039
|
-
const
|
6038
|
+
var i3 = /* @__PURE__ */ at(e3, [["render", t3], ["__file", "collection.vue"]]);
|
6039
|
+
const r3 = /* @__PURE__ */ Ie({
|
6040
6040
|
name: "ElCollectionItem",
|
6041
6041
|
inheritAttrs: !1
|
6042
6042
|
});
|
6043
|
-
function
|
6043
|
+
function n3(i, e, t, r, n, o) {
|
6044
6044
|
return qe(i.$slots, "default");
|
6045
6045
|
}
|
6046
|
-
var
|
6047
|
-
const
|
6046
|
+
var o3 = /* @__PURE__ */ at(r3, [["render", n3], ["__file", "collection-item.vue"]]);
|
6047
|
+
const a3 = "data-el-collection-item", s3 = (i) => {
|
6048
6048
|
const e = `El${i}Collection`, t = `${e}Item`, r = Symbol(e), n = Symbol(t), o = {
|
6049
|
-
...
|
6049
|
+
...i3,
|
6050
6050
|
name: e,
|
6051
6051
|
setup() {
|
6052
6052
|
const s = Ae(null), c = /* @__PURE__ */ new Map();
|
@@ -6056,14 +6056,14 @@ const aR = "data-el-collection-item", sR = (i) => {
|
|
6056
6056
|
const l = H(s);
|
6057
6057
|
if (!l)
|
6058
6058
|
return [];
|
6059
|
-
const h = Array.from(l.querySelectorAll(`[${
|
6059
|
+
const h = Array.from(l.querySelectorAll(`[${a3}]`));
|
6060
6060
|
return [...c.values()].sort((u, p) => h.indexOf(u.ref) - h.indexOf(p.ref));
|
6061
6061
|
},
|
6062
6062
|
collectionRef: s
|
6063
6063
|
});
|
6064
6064
|
}
|
6065
6065
|
}, a = {
|
6066
|
-
...
|
6066
|
+
...o3,
|
6067
6067
|
name: t,
|
6068
6068
|
setup(s, { attrs: c }) {
|
6069
6069
|
const l = Ae(null), h = ct(r, void 0);
|
@@ -6163,8 +6163,8 @@ ht({
|
|
6163
6163
|
ht({
|
6164
6164
|
onKeydown: { type: Xe(Function) }
|
6165
6165
|
});
|
6166
|
-
|
6167
|
-
const
|
6166
|
+
s3("Dropdown");
|
6167
|
+
const l3 = ht({
|
6168
6168
|
id: {
|
6169
6169
|
type: String,
|
6170
6170
|
default: void 0
|
@@ -6211,18 +6211,18 @@ const lR = ht({
|
|
6211
6211
|
default: !0
|
6212
6212
|
},
|
6213
6213
|
...jo(["ariaLabel"])
|
6214
|
-
}),
|
6214
|
+
}), c3 = {
|
6215
6215
|
[Qn]: (i, e) => e !== i,
|
6216
6216
|
blur: (i) => i instanceof FocusEvent,
|
6217
6217
|
focus: (i) => i instanceof FocusEvent,
|
6218
6218
|
[So]: (i) => Mt(i) || on(i),
|
6219
6219
|
[Dt]: (i) => Mt(i) || on(i)
|
6220
|
-
},
|
6220
|
+
}, u3 = Ie({
|
6221
6221
|
name: "ElInputNumber"
|
6222
|
-
}),
|
6223
|
-
...
|
6224
|
-
props:
|
6225
|
-
emits:
|
6222
|
+
}), h3 = /* @__PURE__ */ Ie({
|
6223
|
+
...u3,
|
6224
|
+
props: l3,
|
6225
|
+
emits: c3,
|
6226
6226
|
setup(i, { expose: e, emit: t }) {
|
6227
6227
|
const r = i, { t: n } = mu(), o = it("input-number"), a = Ae(), s = Yi({
|
6228
6228
|
currentValue: r.modelValue,
|
@@ -6416,9 +6416,9 @@ const lR = ht({
|
|
6416
6416
|
], 42, ["onDragstart"]));
|
6417
6417
|
}
|
6418
6418
|
});
|
6419
|
-
var
|
6420
|
-
const yn = fi(
|
6421
|
-
function
|
6419
|
+
var d3 = /* @__PURE__ */ at(h3, [["__file", "input-number.vue"]]);
|
6420
|
+
const yn = fi(d3), Ey = Symbol("ElSelectGroup"), wu = Symbol("ElSelect");
|
6421
|
+
function p3(i, e) {
|
6422
6422
|
const t = ct(wu), r = ct(Ey, { disabled: !1 }), n = ce(() => h(Lr(t.props.modelValue), i.value)), o = ce(() => {
|
6423
6423
|
var m;
|
6424
6424
|
if (t.props.multiple) {
|
@@ -6459,7 +6459,7 @@ function pR(i, e) {
|
|
6459
6459
|
updateOption: p
|
6460
6460
|
};
|
6461
6461
|
}
|
6462
|
-
const
|
6462
|
+
const f3 = Ie({
|
6463
6463
|
name: "ElOption",
|
6464
6464
|
componentName: "ElOption",
|
6465
6465
|
props: {
|
@@ -6489,7 +6489,7 @@ const fR = Ie({
|
|
6489
6489
|
select: c,
|
6490
6490
|
hoverItem: l,
|
6491
6491
|
updateOption: h
|
6492
|
-
} =
|
6492
|
+
} = p3(i, n), { visible: u, hover: p } = cn(n), m = si().proxy;
|
6493
6493
|
c.onOptionCreate(m), sr(() => {
|
6494
6494
|
const d = m.value, { selected: y } = c.states, f = (c.props.multiple ? y : [y]).some((v) => v.value === m.value);
|
6495
6495
|
_t(() => {
|
@@ -6516,7 +6516,7 @@ const fR = Ie({
|
|
6516
6516
|
};
|
6517
6517
|
}
|
6518
6518
|
});
|
6519
|
-
function
|
6519
|
+
function m3(i, e, t, r, n, o) {
|
6520
6520
|
return Bt((fe(), Ce("li", {
|
6521
6521
|
id: i.id,
|
6522
6522
|
class: Le(i.containerKls),
|
@@ -6533,8 +6533,8 @@ function mR(i, e, t, r, n, o) {
|
|
6533
6533
|
[yi, i.visible]
|
6534
6534
|
]);
|
6535
6535
|
}
|
6536
|
-
var Bp = /* @__PURE__ */ at(
|
6537
|
-
const
|
6536
|
+
var Bp = /* @__PURE__ */ at(f3, [["render", m3], ["__file", "option.vue"]]);
|
6537
|
+
const g3 = Ie({
|
6538
6538
|
name: "ElSelectDropdown",
|
6539
6539
|
componentName: "ElSelectDropdown",
|
6540
6540
|
setup() {
|
@@ -6554,7 +6554,7 @@ const gR = Ie({
|
|
6554
6554
|
};
|
6555
6555
|
}
|
6556
6556
|
});
|
6557
|
-
function
|
6557
|
+
function v3(i, e, t, r, n, o) {
|
6558
6558
|
return fe(), Ce("div", {
|
6559
6559
|
class: Le([i.ns.b("dropdown"), i.ns.is("multiple", i.isMultiple), i.popperClass]),
|
6560
6560
|
style: It({ [i.isFitInputWidth ? "width" : "minWidth"]: i.minWidth })
|
@@ -6574,8 +6574,8 @@ function vR(i, e, t, r, n, o) {
|
|
6574
6574
|
], 2)) : Ve("v-if", !0)
|
6575
6575
|
], 6);
|
6576
6576
|
}
|
6577
|
-
var
|
6578
|
-
const
|
6577
|
+
var y3 = /* @__PURE__ */ at(g3, [["render", v3], ["__file", "select-dropdown.vue"]]);
|
6578
|
+
const b3 = 11, x3 = (i, e) => {
|
6579
6579
|
const { t } = mu(), r = vu(), n = it("select"), o = it("input"), a = Yi({
|
6580
6580
|
inputValue: "",
|
6581
6581
|
options: /* @__PURE__ */ new Map(),
|
@@ -6828,7 +6828,7 @@ const bR = 11, xR = (i, e) => {
|
|
6828
6828
|
const he = be();
|
6829
6829
|
return { maxWidth: `${f.value && i.maxCollapseTags === 1 ? a.selectionWidth - a.collapseItemWidth - he : a.selectionWidth}px` };
|
6830
6830
|
}), _e = ce(() => ({ maxWidth: `${a.selectionWidth}px` })), Pe = ce(() => ({
|
6831
|
-
width: `${Math.max(a.calculatorWidth,
|
6831
|
+
width: `${Math.max(a.calculatorWidth, b3)}px`
|
6832
6832
|
}));
|
6833
6833
|
return ir(c, de), ir(p, ve), ir(d, le), ir(b, le), ir(y, Se), ir(f, ye), ni(() => {
|
6834
6834
|
V();
|
@@ -6906,7 +6906,7 @@ const bR = 11, xR = (i, e) => {
|
|
6906
6906
|
collapseItemRef: f
|
6907
6907
|
};
|
6908
6908
|
};
|
6909
|
-
var
|
6909
|
+
var w3 = Ie({
|
6910
6910
|
name: "ElOptions",
|
6911
6911
|
setup(i, { slots: e }) {
|
6912
6912
|
const t = ct(wu);
|
@@ -6925,7 +6925,7 @@ var wR = Ie({
|
|
6925
6925
|
};
|
6926
6926
|
}
|
6927
6927
|
});
|
6928
|
-
const
|
6928
|
+
const _3 = ht({
|
6929
6929
|
name: String,
|
6930
6930
|
id: String,
|
6931
6931
|
modelValue: {
|
@@ -7017,20 +7017,20 @@ const _R = ht({
|
|
7017
7017
|
appendTo: String,
|
7018
7018
|
...e2,
|
7019
7019
|
...jo(["ariaLabel"])
|
7020
|
-
}), og = "ElSelect",
|
7020
|
+
}), og = "ElSelect", M3 = Ie({
|
7021
7021
|
name: og,
|
7022
7022
|
componentName: og,
|
7023
7023
|
components: {
|
7024
|
-
ElSelectMenu:
|
7024
|
+
ElSelectMenu: y3,
|
7025
7025
|
ElOption: Bp,
|
7026
|
-
ElOptions:
|
7026
|
+
ElOptions: w3,
|
7027
7027
|
ElTag: mL,
|
7028
7028
|
ElScrollbar: P2,
|
7029
7029
|
ElTooltip: Np,
|
7030
7030
|
ElIcon: kt
|
7031
7031
|
},
|
7032
7032
|
directives: { ClickOutside: lL },
|
7033
|
-
props:
|
7033
|
+
props: _3,
|
7034
7034
|
emits: [
|
7035
7035
|
Dt,
|
7036
7036
|
Qn,
|
@@ -7047,7 +7047,7 @@ const _R = ht({
|
|
7047
7047
|
}), r = Yi({
|
7048
7048
|
...cn(i),
|
7049
7049
|
modelValue: t
|
7050
|
-
}), n =
|
7050
|
+
}), n = x3(r, e);
|
7051
7051
|
return pi(wu, Yi({
|
7052
7052
|
props: r,
|
7053
7053
|
states: n.states,
|
@@ -7063,7 +7063,7 @@ const _R = ht({
|
|
7063
7063
|
};
|
7064
7064
|
}
|
7065
7065
|
});
|
7066
|
-
function
|
7066
|
+
function S3(i, e, t, r, n, o) {
|
7067
7067
|
const a = Ri("el-tag"), s = Ri("el-tooltip"), c = Ri("el-icon"), l = Ri("el-option"), h = Ri("el-options"), u = Ri("el-scrollbar"), p = Ri("el-select-menu"), m = vw("click-outside");
|
7068
7068
|
return Bt((fe(), Ce("div", {
|
7069
7069
|
ref: "selectRef",
|
@@ -7393,8 +7393,8 @@ function SR(i, e, t, r, n, o) {
|
|
7393
7393
|
[m, i.handleClickOutside, i.popperRef]
|
7394
7394
|
]);
|
7395
7395
|
}
|
7396
|
-
var
|
7397
|
-
const
|
7396
|
+
var T3 = /* @__PURE__ */ at(M3, [["render", S3], ["__file", "select.vue"]]);
|
7397
|
+
const E3 = Ie({
|
7398
7398
|
name: "ElOptionGroup",
|
7399
7399
|
componentName: "ElOptionGroup",
|
7400
7400
|
props: {
|
@@ -7431,7 +7431,7 @@ const ER = Ie({
|
|
7431
7431
|
};
|
7432
7432
|
}
|
7433
7433
|
});
|
7434
|
-
function
|
7434
|
+
function A3(i, e, t, r, n, o) {
|
7435
7435
|
return Bt((fe(), Ce("ul", {
|
7436
7436
|
ref: "groupRef",
|
7437
7437
|
class: Le(i.ns.be("group", "wrap"))
|
@@ -7450,13 +7450,13 @@ function AR(i, e, t, r, n, o) {
|
|
7450
7450
|
[yi, i.visible]
|
7451
7451
|
]);
|
7452
7452
|
}
|
7453
|
-
var Ay = /* @__PURE__ */ at(
|
7454
|
-
const as = fi(
|
7453
|
+
var Ay = /* @__PURE__ */ at(E3, [["render", A3], ["__file", "option-group.vue"]]);
|
7454
|
+
const as = fi(T3, {
|
7455
7455
|
Option: Bp,
|
7456
7456
|
OptionGroup: Ay
|
7457
7457
|
}), ss = gn(Bp);
|
7458
7458
|
gn(Ay);
|
7459
|
-
const
|
7459
|
+
const C3 = ht({
|
7460
7460
|
trigger: Js.trigger,
|
7461
7461
|
placement: rh.placement,
|
7462
7462
|
disabled: Js.disabled,
|
@@ -7508,20 +7508,20 @@ const CR = ht({
|
|
7508
7508
|
"onUpdate:visible": {
|
7509
7509
|
type: Function
|
7510
7510
|
}
|
7511
|
-
}),
|
7511
|
+
}), L3 = {
|
7512
7512
|
"update:visible": (i) => fp(i),
|
7513
7513
|
"before-enter": () => !0,
|
7514
7514
|
"before-leave": () => !0,
|
7515
7515
|
"after-enter": () => !0,
|
7516
7516
|
"after-leave": () => !0
|
7517
|
-
},
|
7517
|
+
}, R3 = "onUpdate:visible", O3 = Ie({
|
7518
7518
|
name: "ElPopover"
|
7519
|
-
}),
|
7520
|
-
...
|
7521
|
-
props:
|
7522
|
-
emits:
|
7519
|
+
}), P3 = /* @__PURE__ */ Ie({
|
7520
|
+
...O3,
|
7521
|
+
props: C3,
|
7522
|
+
emits: L3,
|
7523
7523
|
setup(i, { expose: e, emit: t }) {
|
7524
|
-
const r = i, n = ce(() => r[
|
7524
|
+
const r = i, n = ce(() => r[R3]), o = it("popover"), a = Ae(), s = ce(() => {
|
7525
7525
|
var y;
|
7526
7526
|
return (y = H(a)) == null ? void 0 : y.popperRef;
|
7527
7527
|
}), c = ce(() => [
|
@@ -7592,12 +7592,12 @@ const CR = ht({
|
|
7592
7592
|
}, 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"]));
|
7593
7593
|
}
|
7594
7594
|
});
|
7595
|
-
var
|
7595
|
+
var I3 = /* @__PURE__ */ at(P3, [["__file", "popover.vue"]]);
|
7596
7596
|
const ag = (i, e) => {
|
7597
7597
|
const t = e.arg || e.value, r = t == null ? void 0 : t.popperRef;
|
7598
7598
|
r && (r.triggerRef = i);
|
7599
7599
|
};
|
7600
|
-
var
|
7600
|
+
var D3 = {
|
7601
7601
|
mounted(i, e) {
|
7602
7602
|
ag(i, e);
|
7603
7603
|
},
|
@@ -7605,9 +7605,9 @@ var DR = {
|
|
7605
7605
|
ag(i, e);
|
7606
7606
|
}
|
7607
7607
|
};
|
7608
|
-
const
|
7609
|
-
directive:
|
7610
|
-
}), Cy = Symbol("sliderContextKey"),
|
7608
|
+
const N3 = "popover", B3 = wE(D3, N3), _u = fi(I3, {
|
7609
|
+
directive: B3
|
7610
|
+
}), Cy = Symbol("sliderContextKey"), k3 = ht({
|
7611
7611
|
modelValue: {
|
7612
7612
|
type: Xe([Number, Array]),
|
7613
7613
|
default: 0
|
@@ -7681,22 +7681,22 @@ const NR = "popover", BR = wE(DR, NR), _u = fi(IR, {
|
|
7681
7681
|
default: !0
|
7682
7682
|
},
|
7683
7683
|
...jo(["ariaLabel"])
|
7684
|
-
}), nh = (i) => Mt(i) || zi(i) && i.every(Mt),
|
7684
|
+
}), nh = (i) => Mt(i) || zi(i) && i.every(Mt), F3 = {
|
7685
7685
|
[Dt]: nh,
|
7686
7686
|
[So]: nh,
|
7687
7687
|
[Qn]: nh
|
7688
|
-
},
|
7688
|
+
}, z3 = (i, e, t) => {
|
7689
7689
|
const r = Ae();
|
7690
7690
|
return ni(async () => {
|
7691
7691
|
i.range ? (Array.isArray(i.modelValue) ? (e.firstValue = Math.max(i.min, i.modelValue[0]), e.secondValue = Math.min(i.max, i.modelValue[1])) : (e.firstValue = i.min, e.secondValue = i.max), e.oldValue = [e.firstValue, e.secondValue]) : (typeof i.modelValue != "number" || Number.isNaN(i.modelValue) ? e.firstValue = i.min : e.firstValue = Math.min(i.max, Math.max(i.min, i.modelValue)), e.oldValue = e.firstValue), hi(window, "resize", t), await _t(), t();
|
7692
7692
|
}), {
|
7693
7693
|
sliderWrapper: r
|
7694
7694
|
};
|
7695
|
-
},
|
7695
|
+
}, U3 = (i) => ce(() => i.marks ? Object.keys(i.marks).map(Number.parseFloat).sort((e, t) => e - t).filter((e) => e <= i.max && e >= i.min).map((e) => ({
|
7696
7696
|
point: e,
|
7697
7697
|
position: (e - i.min) * 100 / (i.max - i.min),
|
7698
7698
|
mark: i.marks[e]
|
7699
|
-
})) : []),
|
7699
|
+
})) : []), V3 = (i, e, t) => {
|
7700
7700
|
const { form: r, formItem: n } = gl(), o = Pi(), a = Ae(), s = Ae(), c = {
|
7701
7701
|
firstButton: a,
|
7702
7702
|
secondButton: s
|
@@ -7771,7 +7771,7 @@ const NR = "popover", BR = wE(DR, NR), _u = fi(IR, {
|
|
7771
7771
|
setFirstValue: _,
|
7772
7772
|
setSecondValue: M
|
7773
7773
|
};
|
7774
|
-
}, { left:
|
7774
|
+
}, { left: H3, down: j3, right: G3, up: W3, home: $3, end: q3, pageUp: X3, pageDown: Z3 } = Ir, Y3 = (i, e, t) => {
|
7775
7775
|
const r = Ae(), n = Ae(!1), o = ce(() => e.value instanceof Function), a = ce(() => o.value && e.value(i.modelValue) || i.modelValue), s = ad(() => {
|
7776
7776
|
t.value && (n.value = !0);
|
7777
7777
|
}, 50), c = ad(() => {
|
@@ -7784,7 +7784,7 @@ const NR = "popover", BR = wE(DR, NR), _u = fi(IR, {
|
|
7784
7784
|
displayTooltip: s,
|
7785
7785
|
hideTooltip: c
|
7786
7786
|
};
|
7787
|
-
},
|
7787
|
+
}, J3 = (i, e, t) => {
|
7788
7788
|
const {
|
7789
7789
|
disabled: r,
|
7790
7790
|
min: n,
|
@@ -7797,7 +7797,7 @@ const NR = "popover", BR = wE(DR, NR), _u = fi(IR, {
|
|
7797
7797
|
emitChange: u,
|
7798
7798
|
resetSize: p,
|
7799
7799
|
updateDragging: m
|
7800
|
-
} = ct(Cy), { tooltip: g, tooltipVisible: d, formatValue: y, displayTooltip: f, hideTooltip: v } =
|
7800
|
+
} = ct(Cy), { tooltip: g, tooltipVisible: d, formatValue: y, displayTooltip: f, hideTooltip: v } = Y3(i, h, s), _ = Ae(), M = ce(() => `${(i.modelValue - n.value) / (o.value - n.value) * 100}%`), T = ce(() => i.vertical ? { bottom: M.value } : { left: M.value }), w = () => {
|
7801
7801
|
e.hovering = !0, f();
|
7802
7802
|
}, b = () => {
|
7803
7803
|
e.hovering = !1, e.dragging || v();
|
@@ -7819,7 +7819,7 @@ const NR = "popover", BR = wE(DR, NR), _u = fi(IR, {
|
|
7819
7819
|
r.value || (F(100), u());
|
7820
7820
|
}, x = (W) => {
|
7821
7821
|
let K = !0;
|
7822
|
-
[
|
7822
|
+
[H3, j3].includes(W.key) ? C() : [G3, W3].includes(W.key) ? R() : W.key === $3 ? P() : W.key === q3 ? O() : W.key === Z3 ? L() : W.key === X3 ? A() : K = !1, K && W.preventDefault();
|
7823
7823
|
}, I = (W) => {
|
7824
7824
|
let K, ne;
|
7825
7825
|
return W.type.startsWith("touch") ? (ne = W.touches[0].clientY, K = W.touches[0].clientX) : (ne = W.clientY, K = W.clientX), {
|
@@ -7865,7 +7865,7 @@ const NR = "popover", BR = wE(DR, NR), _u = fi(IR, {
|
|
7865
7865
|
onKeyDown: x,
|
7866
7866
|
setPosition: F
|
7867
7867
|
};
|
7868
|
-
},
|
7868
|
+
}, K3 = (i, e, t, r) => ({
|
7869
7869
|
stops: ce(() => {
|
7870
7870
|
if (!i.showStops || i.min > i.max)
|
7871
7871
|
return [];
|
@@ -7875,7 +7875,7 @@ const NR = "popover", BR = wE(DR, NR), _u = fi(IR, {
|
|
7875
7875
|
return i.range ? a.filter((s) => s < 100 * (t.value - i.min) / (i.max - i.min) || s > 100 * (r.value - i.min) / (i.max - i.min)) : a.filter((s) => s > 100 * (e.firstValue - i.min) / (i.max - i.min));
|
7876
7876
|
}),
|
7877
7877
|
getStopStyle: (n) => i.vertical ? { bottom: `${n}%` } : { left: `${n}%` }
|
7878
|
-
}),
|
7878
|
+
}), Q3 = (i, e, t, r, n, o) => {
|
7879
7879
|
const a = (l) => {
|
7880
7880
|
n(Dt, l), n(So, l);
|
7881
7881
|
}, s = () => i.range ? ![t.value, r.value].every((l, h) => l === e.oldValue[h]) : i.modelValue !== e.oldValue, c = () => {
|
@@ -7893,7 +7893,7 @@ const NR = "popover", BR = wE(DR, NR), _u = fi(IR, {
|
|
7893
7893
|
}), Je(() => [i.min, i.max], () => {
|
7894
7894
|
c();
|
7895
7895
|
});
|
7896
|
-
},
|
7896
|
+
}, eR = ht({
|
7897
7897
|
modelValue: {
|
7898
7898
|
type: Number,
|
7899
7899
|
default: 0
|
@@ -7905,14 +7905,14 @@ const NR = "popover", BR = wE(DR, NR), _u = fi(IR, {
|
|
7905
7905
|
values: rs,
|
7906
7906
|
default: "top"
|
7907
7907
|
}
|
7908
|
-
}),
|
7908
|
+
}), tR = {
|
7909
7909
|
[Dt]: (i) => Mt(i)
|
7910
|
-
},
|
7910
|
+
}, iR = Ie({
|
7911
7911
|
name: "ElSliderButton"
|
7912
|
-
}),
|
7913
|
-
...
|
7914
|
-
props:
|
7915
|
-
emits:
|
7912
|
+
}), rR = /* @__PURE__ */ Ie({
|
7913
|
+
...iR,
|
7914
|
+
props: eR,
|
7915
|
+
emits: tR,
|
7916
7916
|
setup(i, { expose: e, emit: t }) {
|
7917
7917
|
const r = i, n = it("slider"), o = Yi({
|
7918
7918
|
hovering: !1,
|
@@ -7938,7 +7938,7 @@ const NR = "popover", BR = wE(DR, NR), _u = fi(IR, {
|
|
7938
7938
|
onButtonDown: d,
|
7939
7939
|
onKeyDown: y,
|
7940
7940
|
setPosition: f
|
7941
|
-
} =
|
7941
|
+
} = J3(r, o, t), { hovering: v, dragging: _ } = cn(o);
|
7942
7942
|
return e({
|
7943
7943
|
onButtonDown: d,
|
7944
7944
|
onKeyDown: y,
|
@@ -7982,16 +7982,16 @@ const NR = "popover", BR = wE(DR, NR), _u = fi(IR, {
|
|
7982
7982
|
], 46, ["tabindex", "onMouseenter", "onMouseleave", "onMousedown", "onFocus", "onBlur", "onKeydown"]));
|
7983
7983
|
}
|
7984
7984
|
});
|
7985
|
-
var sg = /* @__PURE__ */ at(
|
7986
|
-
const
|
7985
|
+
var sg = /* @__PURE__ */ at(rR, [["__file", "button.vue"]]);
|
7986
|
+
const nR = ht({
|
7987
7987
|
mark: {
|
7988
7988
|
type: Xe([String, Object]),
|
7989
7989
|
default: void 0
|
7990
7990
|
}
|
7991
7991
|
});
|
7992
|
-
var
|
7992
|
+
var oR = Ie({
|
7993
7993
|
name: "ElSliderMarker",
|
7994
|
-
props:
|
7994
|
+
props: nR,
|
7995
7995
|
setup(i) {
|
7996
7996
|
const e = it("slider"), t = ce(() => Ii(i.mark) ? i.mark : i.mark.label), r = ce(() => Ii(i.mark) ? void 0 : i.mark.style);
|
7997
7997
|
return () => ba("div", {
|
@@ -8000,12 +8000,12 @@ var o3 = Ie({
|
|
8000
8000
|
}, t.value);
|
8001
8001
|
}
|
8002
8002
|
});
|
8003
|
-
const
|
8003
|
+
const aR = Ie({
|
8004
8004
|
name: "ElSlider"
|
8005
|
-
}),
|
8006
|
-
...
|
8007
|
-
props:
|
8008
|
-
emits:
|
8005
|
+
}), sR = /* @__PURE__ */ Ie({
|
8006
|
+
...aR,
|
8007
|
+
props: k3,
|
8008
|
+
emits: F3,
|
8009
8009
|
setup(i, { expose: e, emit: t }) {
|
8010
8010
|
const r = i, n = it("slider"), { t: o } = mu(), a = Yi({
|
8011
8011
|
firstValue: 0,
|
@@ -8031,7 +8031,7 @@ const a3 = Ie({
|
|
8031
8031
|
onSliderMarkerDown: T,
|
8032
8032
|
setFirstValue: w,
|
8033
8033
|
setSecondValue: b
|
8034
|
-
} =
|
8034
|
+
} = V3(r, a, t), { stops: E, getStopStyle: S } = K3(r, a, p, m), { inputId: C, isLabeledByFormItem: R } = Lp(r, {
|
8035
8035
|
formItemContext: s
|
8036
8036
|
}), L = ns(), A = ce(() => r.inputSize || L.value), P = ce(() => r.ariaLabel || o("el.slider.defaultLabel", {
|
8037
8037
|
min: r.min,
|
@@ -8041,15 +8041,15 @@ const a3 = Ie({
|
|
8041
8041
|
n.m(L.value),
|
8042
8042
|
n.is("vertical", r.vertical),
|
8043
8043
|
{ [n.m("with-input")]: r.showInput }
|
8044
|
-
]), k =
|
8045
|
-
|
8044
|
+
]), k = U3(r);
|
8045
|
+
Q3(r, a, p, m, t, s);
|
8046
8046
|
const F = ce(() => {
|
8047
8047
|
const j = [r.min, r.max, r.step].map((Q) => {
|
8048
8048
|
const Y = `${Q}`.split(".")[1];
|
8049
8049
|
return Y ? Y.length : 0;
|
8050
8050
|
});
|
8051
8051
|
return Math.max.apply(null, j);
|
8052
|
-
}), { sliderWrapper: W } =
|
8052
|
+
}), { sliderWrapper: W } = z3(r, a, y), { firstValue: K, secondValue: ne, sliderSize: q } = cn(a), z = (j) => {
|
8053
8053
|
a.dragging = j;
|
8054
8054
|
};
|
8055
8055
|
return hi(W, "touchstart", v, {
|
@@ -8148,7 +8148,7 @@ const a3 = Ie({
|
|
8148
8148
|
ke("div", {
|
8149
8149
|
class: Le(H(n).e("marks"))
|
8150
8150
|
}, [
|
8151
|
-
(fe(!0), Ce(Gt, null, rr(H(k), (G, J) => (fe(), He(H(
|
8151
|
+
(fe(!0), Ce(Gt, null, rr(H(k), (G, J) => (fe(), He(H(oR), {
|
8152
8152
|
key: J,
|
8153
8153
|
mark: G.mark,
|
8154
8154
|
style: It(H(S)(G.position)),
|
@@ -8177,17 +8177,17 @@ const a3 = Ie({
|
|
8177
8177
|
};
|
8178
8178
|
}
|
8179
8179
|
});
|
8180
|
-
var
|
8181
|
-
const lr = fi(
|
8180
|
+
var lR = /* @__PURE__ */ at(sR, [["__file", "slider.vue"]]);
|
8181
|
+
const lr = fi(lR), Mu = Symbol("tabsRootContextKey"), cR = ht({
|
8182
8182
|
tabs: {
|
8183
8183
|
type: Xe(Array),
|
8184
8184
|
default: () => en([])
|
8185
8185
|
}
|
8186
|
-
}), Ly = "ElTabBar",
|
8186
|
+
}), Ly = "ElTabBar", uR = Ie({
|
8187
8187
|
name: Ly
|
8188
|
-
}),
|
8189
|
-
...
|
8190
|
-
props:
|
8188
|
+
}), hR = /* @__PURE__ */ Ie({
|
8189
|
+
...uR,
|
8190
|
+
props: cR,
|
8191
8191
|
setup(i, { expose: e }) {
|
8192
8192
|
const t = i, r = si(), n = ct(Mu);
|
8193
8193
|
n || is(Ly, "<el-tabs><el-tab-bar /></el-tabs>");
|
@@ -8237,8 +8237,8 @@ const lr = fi(l3), Mu = Symbol("tabsRootContextKey"), c3 = ht({
|
|
8237
8237
|
}, null, 6));
|
8238
8238
|
}
|
8239
8239
|
});
|
8240
|
-
var
|
8241
|
-
const
|
8240
|
+
var dR = /* @__PURE__ */ at(hR, [["__file", "tab-bar.vue"]]);
|
8241
|
+
const pR = ht({
|
8242
8242
|
panes: {
|
8243
8243
|
type: Xe(Array),
|
8244
8244
|
default: () => en([])
|
@@ -8254,13 +8254,13 @@ const p3 = ht({
|
|
8254
8254
|
default: ""
|
8255
8255
|
},
|
8256
8256
|
stretch: Boolean
|
8257
|
-
}),
|
8257
|
+
}), fR = {
|
8258
8258
|
tabClick: (i, e, t) => t instanceof Event,
|
8259
8259
|
tabRemove: (i, e) => e instanceof Event
|
8260
|
-
}, lg = "ElTabNav",
|
8260
|
+
}, lg = "ElTabNav", mR = Ie({
|
8261
8261
|
name: lg,
|
8262
|
-
props:
|
8263
|
-
emits:
|
8262
|
+
props: pR,
|
8263
|
+
emits: fR,
|
8264
8264
|
setup(i, {
|
8265
8265
|
expose: e,
|
8266
8266
|
emit: t
|
@@ -8379,13 +8379,13 @@ const p3 = ht({
|
|
8379
8379
|
style: y.value,
|
8380
8380
|
role: "tablist",
|
8381
8381
|
onKeydown: T
|
8382
|
-
}, [i.type ? null : se(
|
8382
|
+
}, [i.type ? null : se(dR, {
|
8383
8383
|
ref: h,
|
8384
8384
|
tabs: [...i.panes]
|
8385
8385
|
}, null), S])])]);
|
8386
8386
|
};
|
8387
8387
|
}
|
8388
|
-
}),
|
8388
|
+
}), gR = ht({
|
8389
8389
|
type: {
|
8390
8390
|
type: String,
|
8391
8391
|
values: ["card", "border-card", ""],
|
@@ -8407,17 +8407,17 @@ const p3 = ht({
|
|
8407
8407
|
default: () => !0
|
8408
8408
|
},
|
8409
8409
|
stretch: Boolean
|
8410
|
-
}), oh = (i) => Ii(i) || Mt(i),
|
8410
|
+
}), oh = (i) => Ii(i) || Mt(i), vR = {
|
8411
8411
|
[Dt]: (i) => oh(i),
|
8412
8412
|
tabClick: (i, e) => e instanceof Event,
|
8413
8413
|
tabChange: (i) => oh(i),
|
8414
8414
|
edit: (i, e) => ["remove", "add"].includes(e),
|
8415
8415
|
tabRemove: (i) => oh(i),
|
8416
8416
|
tabAdd: () => !0
|
8417
|
-
},
|
8417
|
+
}, yR = Ie({
|
8418
8418
|
name: "ElTabs",
|
8419
|
-
props:
|
8420
|
-
emits:
|
8419
|
+
props: gR,
|
8420
|
+
emits: vR,
|
8421
8421
|
setup(i, {
|
8422
8422
|
emit: e,
|
8423
8423
|
slots: t,
|
@@ -8476,7 +8476,7 @@ const p3 = ht({
|
|
8476
8476
|
}, [se(y, {
|
8477
8477
|
render: () => {
|
8478
8478
|
const T = s.value.some((w) => w.slots.label);
|
8479
|
-
return se(
|
8479
|
+
return se(mR, {
|
8480
8480
|
ref: h,
|
8481
8481
|
currentName: u.value,
|
8482
8482
|
editable: i.editable,
|
@@ -8500,7 +8500,7 @@ const p3 = ht({
|
|
8500
8500
|
}, [M, _]);
|
8501
8501
|
};
|
8502
8502
|
}
|
8503
|
-
}),
|
8503
|
+
}), bR = ht({
|
8504
8504
|
label: {
|
8505
8505
|
type: String,
|
8506
8506
|
default: ""
|
@@ -8511,11 +8511,11 @@ const p3 = ht({
|
|
8511
8511
|
closable: Boolean,
|
8512
8512
|
disabled: Boolean,
|
8513
8513
|
lazy: Boolean
|
8514
|
-
}), Ry = "ElTabPane",
|
8514
|
+
}), Ry = "ElTabPane", xR = Ie({
|
8515
8515
|
name: Ry
|
8516
|
-
}),
|
8517
|
-
...
|
8518
|
-
props:
|
8516
|
+
}), wR = /* @__PURE__ */ Ie({
|
8517
|
+
...xR,
|
8518
|
+
props: bR,
|
8519
8519
|
setup(i) {
|
8520
8520
|
const e = i, t = si(), r = au(), n = ct(Mu);
|
8521
8521
|
n || is(Ry, "usage: <el-tabs><el-tab-pane /></el-tabs/>");
|
@@ -8556,11 +8556,11 @@ const p3 = ht({
|
|
8556
8556
|
]) : Ve("v-if", !0);
|
8557
8557
|
}
|
8558
8558
|
});
|
8559
|
-
var Oy = /* @__PURE__ */ at(
|
8560
|
-
const Py = fi(
|
8559
|
+
var Oy = /* @__PURE__ */ at(wR, [["__file", "tab-pane.vue"]]);
|
8560
|
+
const Py = fi(yR, {
|
8561
8561
|
TabPane: Oy
|
8562
8562
|
}), Iy = gn(Oy);
|
8563
|
-
function
|
8563
|
+
function _R(i) {
|
8564
8564
|
let e;
|
8565
8565
|
const t = Ae(!1), r = Yi({
|
8566
8566
|
...i,
|
@@ -8654,20 +8654,20 @@ let Hl;
|
|
8654
8654
|
const md = function(i = {}) {
|
8655
8655
|
if (!ii)
|
8656
8656
|
return;
|
8657
|
-
const e =
|
8657
|
+
const e = MR(i);
|
8658
8658
|
if (e.fullscreen && Hl)
|
8659
8659
|
return Hl;
|
8660
|
-
const t =
|
8660
|
+
const t = _R({
|
8661
8661
|
...e,
|
8662
8662
|
closed: () => {
|
8663
8663
|
var n;
|
8664
8664
|
(n = e.closed) == null || n.call(e), e.fullscreen && (Hl = void 0);
|
8665
8665
|
}
|
8666
8666
|
});
|
8667
|
-
|
8667
|
+
SR(e, e.parent, t), cg(e, e.parent, t), e.parent.vLoadingAddClassList = () => cg(e, e.parent, t);
|
8668
8668
|
let r = e.parent.getAttribute("loading-number");
|
8669
8669
|
return r ? r = `${Number.parseInt(r) + 1}` : r = "1", e.parent.setAttribute("loading-number", r), e.parent.appendChild(t.$el), _t(() => t.visible.value = e.visible), e.fullscreen && (Hl = t), t;
|
8670
|
-
},
|
8670
|
+
}, MR = (i) => {
|
8671
8671
|
var e, t, r, n;
|
8672
8672
|
let o;
|
8673
8673
|
return Ii(i.target) ? o = (e = document.querySelector(i.target)) != null ? e : document.body : o = i.target || document.body, {
|
@@ -8685,7 +8685,7 @@ const md = function(i = {}) {
|
|
8685
8685
|
closed: i.closed,
|
8686
8686
|
target: o
|
8687
8687
|
};
|
8688
|
-
},
|
8688
|
+
}, SR = async (i, e, t) => {
|
8689
8689
|
const { nextZIndex: r } = t.vm.zIndex || t.vm._.exposed.zIndex, n = {};
|
8690
8690
|
if (i.fullscreen)
|
8691
8691
|
t.originalPosition.value = vs(document.body, "position"), t.originalOverflow.value = vs(document.body, "overflow"), n.zIndex = r();
|
@@ -8725,7 +8725,7 @@ const md = function(i = {}) {
|
|
8725
8725
|
options: u,
|
8726
8726
|
instance: md(u)
|
8727
8727
|
};
|
8728
|
-
},
|
8728
|
+
}, TR = (i, e) => {
|
8729
8729
|
for (const t of Object.keys(e))
|
8730
8730
|
Ro(e[t]) && (e[t].value = i[t]);
|
8731
8731
|
}, gd = {
|
@@ -8734,21 +8734,21 @@ const md = function(i = {}) {
|
|
8734
8734
|
},
|
8735
8735
|
updated(i, e) {
|
8736
8736
|
const t = i[zc];
|
8737
|
-
e.oldValue !== e.value && (e.value && !e.oldValue ? ug(i, e) : e.value && e.oldValue ? Oi(e.value) &&
|
8737
|
+
e.oldValue !== e.value && (e.value && !e.oldValue ? ug(i, e) : e.value && e.oldValue ? Oi(e.value) && TR(e.value, t.options) : t == null || t.instance.close());
|
8738
8738
|
},
|
8739
8739
|
unmounted(i) {
|
8740
8740
|
var e;
|
8741
8741
|
(e = i[zc]) == null || e.instance.close(), i[zc] = null;
|
8742
8742
|
}
|
8743
|
-
},
|
8743
|
+
}, ER = {
|
8744
8744
|
install(i) {
|
8745
8745
|
i.directive("loading", gd), i.config.globalProperties.$loading = md;
|
8746
8746
|
},
|
8747
8747
|
directive: gd,
|
8748
8748
|
service: md
|
8749
8749
|
};
|
8750
|
-
var Dy = { exports: {} },
|
8751
|
-
function
|
8750
|
+
var Dy = { exports: {} }, AR = {}, hg;
|
8751
|
+
function CR() {
|
8752
8752
|
return hg || (hg = 1, function(i) {
|
8753
8753
|
var e = function() {
|
8754
8754
|
try {
|
@@ -9024,14 +9024,14 @@ function C3() {
|
|
9024
9024
|
}
|
9025
9025
|
}(
|
9026
9026
|
typeof Bn < "u" ? Bn : typeof window < "u" ? window : typeof self < "u" ? self : Bn
|
9027
|
-
)),
|
9027
|
+
)), AR;
|
9028
9028
|
}
|
9029
9029
|
/**
|
9030
9030
|
* @license
|
9031
9031
|
* Copyright 2010-2021 Three.js Authors
|
9032
9032
|
* SPDX-License-Identifier: MIT
|
9033
9033
|
*/
|
9034
|
-
const kp = "130",
|
9034
|
+
const kp = "130", LR = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 }, RR = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 }, Ny = 0, vd = 1, By = 2, OR = 3, PR = 0, Fp = 1, ky = 2, wa = 3, Xn = 0, Yt = 1, Zn = 2, zp = 1, IR = 2, an = 0, Sa = 1, yd = 2, bd = 3, xd = 4, Fy = 5, bo = 100, zy = 101, Uy = 102, wd = 103, _d = 104, Vy = 200, Hy = 201, jy = 202, Gy = 203, Up = 204, Vp = 205, Wy = 206, $y = 207, qy = 208, Xy = 209, Zy = 210, Yy = 0, Jy = 1, Ky = 2, Kc = 3, Qy = 4, eb = 5, tb = 6, ib = 7, vl = 0, rb = 1, nb = 2, Un = 0, ob = 1, ab = 2, sb = 3, lb = 4, cb = 5, Su = 300, yl = 301, bl = 302, Qc = 303, eu = 304, ls = 306, xl = 307, Yn = 1e3, di = 1001, Na = 1002, Jt = 1003, Ks = 1004, DR = 1004, Qs = 1005, NR = 1005, Wt = 1006, Tu = 1007, BR = 1007, bn = 1008, kR = 1008, Po = 1009, ub = 1010, hb = 1011, el = 1012, db = 1013, Us = 1014, tn = 1015, Eo = 1016, pb = 1017, fb = 1018, mb = 1019, Ta = 1020, gb = 1021, sn = 1022, Xi = 1023, vb = 1024, yb = 1025, bb = Xi, Ao = 1026, Ba = 1027, xb = 1028, wb = 1029, _b = 1030, Mb = 1031, Sb = 1032, Tb = 1033, Md = 33776, Sd = 33777, Td = 33778, Ed = 33779, Ad = 35840, Cd = 35841, Ld = 35842, Rd = 35843, Eb = 36196, Od = 37492, Pd = 37496, Ab = 37808, Cb = 37809, Lb = 37810, Rb = 37811, Ob = 37812, Pb = 37813, Ib = 37814, Db = 37815, Nb = 37816, Bb = 37817, kb = 37818, Fb = 37819, zb = 37820, Ub = 37821, Vb = 36492, Hb = 37840, jb = 37841, Gb = 37842, Wb = 37843, $b = 37844, qb = 37845, Xb = 37846, Zb = 37847, Yb = 37848, Jb = 37849, Kb = 37850, Qb = 37851, ex = 37852, tx = 37853, ix = 2200, rx = 2201, nx = 2202, ka = 2300, Io = 2301, Uc = 2302, wo = 2400, _o = 2401, tl = 2402, Eu = 2500, Hp = 2501, ox = 0, ax = 1, jp = 2, Di = 3e3, Do = 3001, Au = 3007, Cu = 3002, sx = 3003, Gp = 3004, Wp = 3005, $p = 3006, lx = 3200, cx = 3201, to = 0, ux = 1, FR = 0, Vc = 7680, zR = 7681, UR = 7682, VR = 7683, HR = 34055, jR = 34056, GR = 5386, WR = 512, $R = 513, qR = 514, XR = 515, ZR = 516, YR = 517, JR = 518, hx = 519, Fa = 35044, za = 35048, KR = 35040, QR = 35045, eO = 35049, tO = 35041, iO = 35046, rO = 35050, nO = 35042, oO = "100", Id = "300 es";
|
9035
9035
|
class io {
|
9036
9036
|
addEventListener(e, t) {
|
9037
9037
|
this._listeners === void 0 && (this._listeners = {});
|
@@ -28703,7 +28703,7 @@ const Vk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28703
28703
|
AxisHelper: Rk,
|
28704
28704
|
BackSide: Yt,
|
28705
28705
|
BasicDepthPacking: lx,
|
28706
|
-
BasicShadowMap:
|
28706
|
+
BasicShadowMap: PR,
|
28707
28707
|
BinaryTextureLoader: Nk,
|
28708
28708
|
Bone: Cl,
|
28709
28709
|
BooleanKeyframeTrack: qo,
|
@@ -28747,7 +28747,7 @@ const Vk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28747
28747
|
CubicInterpolant: Wx,
|
28748
28748
|
CullFaceBack: vd,
|
28749
28749
|
CullFaceFront: By,
|
28750
|
-
CullFaceFrontBack:
|
28750
|
+
CullFaceFrontBack: OR,
|
28751
28751
|
CullFaceNone: Ny,
|
28752
28752
|
Curve: Ji,
|
28753
28753
|
CurvePath: Jx,
|
@@ -28761,8 +28761,8 @@ const Vk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28761
28761
|
DataTexture3D: Jp,
|
28762
28762
|
DataTextureLoader: Yx,
|
28763
28763
|
DataUtils: ek,
|
28764
|
-
DecrementStencilOp:
|
28765
|
-
DecrementWrapStencilOp:
|
28764
|
+
DecrementStencilOp: VR,
|
28765
|
+
DecrementWrapStencilOp: jR,
|
28766
28766
|
DefaultLoadingManager: Xx,
|
28767
28767
|
DepthFormat: Ao,
|
28768
28768
|
DepthStencilFormat: Ba,
|
@@ -28783,7 +28783,7 @@ const Vk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28783
28783
|
EdgesHelper: Pk,
|
28784
28784
|
EllipseCurve: Rl,
|
28785
28785
|
EqualDepth: Qy,
|
28786
|
-
EqualStencilFunc:
|
28786
|
+
EqualStencilFunc: qR,
|
28787
28787
|
EquirectangularReflectionMapping: Qc,
|
28788
28788
|
EquirectangularRefractionMapping: eu,
|
28789
28789
|
Euler: Wo,
|
@@ -28811,8 +28811,8 @@ const Vk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28811
28811
|
GammaEncoding: Au,
|
28812
28812
|
GreaterDepth: tb,
|
28813
28813
|
GreaterEqualDepth: eb,
|
28814
|
-
GreaterEqualStencilFunc:
|
28815
|
-
GreaterStencilFunc:
|
28814
|
+
GreaterEqualStencilFunc: JR,
|
28815
|
+
GreaterStencilFunc: ZR,
|
28816
28816
|
GridHelper: y1,
|
28817
28817
|
Group: Rr,
|
28818
28818
|
HalfFloatType: Eo,
|
@@ -28825,8 +28825,8 @@ const Vk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28825
28825
|
ImageLoader: al,
|
28826
28826
|
ImageUtils: Go,
|
28827
28827
|
ImmediateRenderObject: m1,
|
28828
|
-
IncrementStencilOp:
|
28829
|
-
IncrementWrapStencilOp:
|
28828
|
+
IncrementStencilOp: UR,
|
28829
|
+
IncrementWrapStencilOp: HR,
|
28830
28830
|
InstancedBufferAttribute: Af,
|
28831
28831
|
InstancedBufferGeometry: Ef,
|
28832
28832
|
InstancedInterleavedBuffer: d1,
|
@@ -28844,7 +28844,7 @@ const Vk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28844
28844
|
InterpolateDiscrete: ka,
|
28845
28845
|
InterpolateLinear: Io,
|
28846
28846
|
InterpolateSmooth: Uc,
|
28847
|
-
InvertStencilOp:
|
28847
|
+
InvertStencilOp: GR,
|
28848
28848
|
JSONLoader: Fk,
|
28849
28849
|
KeepStencilOp: Vc,
|
28850
28850
|
KeyframeTrack: Sr,
|
@@ -28855,8 +28855,8 @@ const Vk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28855
28855
|
LensFlare: Uk,
|
28856
28856
|
LessDepth: Ky,
|
28857
28857
|
LessEqualDepth: Kc,
|
28858
|
-
LessEqualStencilFunc:
|
28859
|
-
LessStencilFunc: $
|
28858
|
+
LessEqualStencilFunc: XR,
|
28859
|
+
LessStencilFunc: $R,
|
28860
28860
|
Light: wr,
|
28861
28861
|
LightProbe: Il,
|
28862
28862
|
Line: Fr,
|
@@ -28872,8 +28872,8 @@ const Vk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28872
28872
|
LinearEncoding: Di,
|
28873
28873
|
LinearFilter: Wt,
|
28874
28874
|
LinearInterpolant: vf,
|
28875
|
-
LinearMipMapLinearFilter:
|
28876
|
-
LinearMipMapNearestFilter:
|
28875
|
+
LinearMipMapLinearFilter: kR,
|
28876
|
+
LinearMipMapNearestFilter: BR,
|
28877
28877
|
LinearMipmapLinearFilter: bn,
|
28878
28878
|
LinearMipmapNearestFilter: Tu,
|
28879
28879
|
LinearToneMapping: ob,
|
@@ -28886,7 +28886,7 @@ const Vk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28886
28886
|
LoopRepeat: rx,
|
28887
28887
|
LuminanceAlphaFormat: yb,
|
28888
28888
|
LuminanceFormat: vb,
|
28889
|
-
MOUSE:
|
28889
|
+
MOUSE: LR,
|
28890
28890
|
Material: ri,
|
28891
28891
|
MaterialLoader: t1,
|
28892
28892
|
Math: Nd,
|
@@ -28913,19 +28913,19 @@ const Vk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28913
28913
|
MultiplyBlending: xd,
|
28914
28914
|
MultiplyOperation: vl,
|
28915
28915
|
NearestFilter: Jt,
|
28916
|
-
NearestMipMapLinearFilter:
|
28917
|
-
NearestMipMapNearestFilter:
|
28916
|
+
NearestMipMapLinearFilter: NR,
|
28917
|
+
NearestMipMapNearestFilter: DR,
|
28918
28918
|
NearestMipmapLinearFilter: Qs,
|
28919
28919
|
NearestMipmapNearestFilter: Ks,
|
28920
28920
|
NeverDepth: Yy,
|
28921
|
-
NeverStencilFunc:
|
28921
|
+
NeverStencilFunc: WR,
|
28922
28922
|
NoBlending: an,
|
28923
28923
|
NoColors: lk,
|
28924
28924
|
NoToneMapping: Un,
|
28925
28925
|
NormalAnimationBlendMode: Eu,
|
28926
28926
|
NormalBlending: Sa,
|
28927
28927
|
NotEqualDepth: ib,
|
28928
|
-
NotEqualStencilFunc:
|
28928
|
+
NotEqualStencilFunc: YR,
|
28929
28929
|
NumberKeyframeTrack: Ja,
|
28930
28930
|
Object3D: ot,
|
28931
28931
|
ObjectLoader: xB,
|
@@ -29017,7 +29017,7 @@ const Vk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
29017
29017
|
RedIntegerFormat: wb,
|
29018
29018
|
ReinhardToneMapping: ab,
|
29019
29019
|
RepeatWrapping: Yn,
|
29020
|
-
ReplaceStencilOp:
|
29020
|
+
ReplaceStencilOp: zR,
|
29021
29021
|
ReverseSubtractEquation: Uy,
|
29022
29022
|
RingBufferGeometry: $a,
|
29023
29023
|
RingGeometry: $a,
|
@@ -29050,7 +29050,7 @@ const Vk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
29050
29050
|
Skeleton: Ll,
|
29051
29051
|
SkeletonHelper: g1,
|
29052
29052
|
SkinnedMesh: Al,
|
29053
|
-
SmoothShading:
|
29053
|
+
SmoothShading: IR,
|
29054
29054
|
Sphere: xn,
|
29055
29055
|
SphereBufferGeometry: Fo,
|
29056
29056
|
SphereGeometry: Fo,
|
@@ -29066,15 +29066,15 @@ const Vk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
29066
29066
|
SrcColorFactor: jy,
|
29067
29067
|
StaticCopyUsage: iO,
|
29068
29068
|
StaticDrawUsage: Fa,
|
29069
|
-
StaticReadUsage:
|
29069
|
+
StaticReadUsage: QR,
|
29070
29070
|
StereoCamera: TB,
|
29071
29071
|
StreamCopyUsage: nO,
|
29072
|
-
StreamDrawUsage:
|
29072
|
+
StreamDrawUsage: KR,
|
29073
29073
|
StreamReadUsage: tO,
|
29074
29074
|
StringKeyframeTrack: Zo,
|
29075
29075
|
SubtractEquation: zy,
|
29076
29076
|
SubtractiveBlending: bd,
|
29077
|
-
TOUCH:
|
29077
|
+
TOUCH: RR,
|
29078
29078
|
TangentSpaceNormalMap: to,
|
29079
29079
|
TetrahedronBufferGeometry: qa,
|
29080
29080
|
TetrahedronGeometry: qa,
|
@@ -29134,7 +29134,7 @@ const Vk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
29134
29134
|
ZeroCurvatureEnding: wo,
|
29135
29135
|
ZeroFactor: Vy,
|
29136
29136
|
ZeroSlopeEnding: _o,
|
29137
|
-
ZeroStencilOp:
|
29137
|
+
ZeroStencilOp: FR,
|
29138
29138
|
sRGBEncoding: Do
|
29139
29139
|
}, Symbol.toStringTag, { value: "Module" })), Hk = /* @__PURE__ */ xu(Vk);
|
29140
29140
|
function jk(i, e) {
|
@@ -31402,7 +31402,7 @@ const F4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
31402
31402
|
/* 1 */
|
31403
31403
|
/***/
|
31404
31404
|
(a) => {
|
31405
|
-
a.exports =
|
31405
|
+
a.exports = CR();
|
31406
31406
|
},
|
31407
31407
|
/* 2 */
|
31408
31408
|
/***/
|
@@ -41610,7 +41610,7 @@ const XF = {
|
|
41610
41610
|
components: {
|
41611
41611
|
Button: os,
|
41612
41612
|
Col: Mr,
|
41613
|
-
Loading:
|
41613
|
+
Loading: ER,
|
41614
41614
|
Option: ss,
|
41615
41615
|
Popover: _u,
|
41616
41616
|
Row: Hr,
|
@@ -42519,7 +42519,7 @@ const XF = {
|
|
42519
42519
|
if (i.identifiers.length > 0 && i.identifiers[0] && (r = i.identifiers[0].data.id ? i.identifiers[0].data.id : i.identifiers[0].data.group, i.identifiers[0].data.region && (n = i.identifiers[0].data.region)), i.eventType == 1)
|
42520
42520
|
this.viewingMode === "Annotation" ? (this.tData.label = r, this.tData.region = n, this.activateAnnotationMode(e, i)) : (this.$refs.scaffoldTreeControls && (e.length > 0 ? (this.$refs.scaffoldTreeControls.updateActiveUI(t), this.updatePrimitiveControls(t)) : (this.hideRegionTooltip(), this.$refs.scaffoldTreeControls.removeActive(!1))), i.identifiers.length === 1 ? (this.lastSelected.isSearch = !1, this.lastSelected.region = n, this.lastSelected.group = i.identifiers[0].data.group) : i.identifiers.length === 0 && (this.lastSelected.isSearch = !1, this.lastSelected.region = "", this.lastSelected.group = ""), this.$emit("scaffold-selected", i.identifiers));
|
42521
42521
|
else if (i.eventType == 2)
|
42522
|
-
this.selectedObjects.length === 0 && (this.hideRegionTooltip(), this.$refs.scaffoldTreeControls && (e.length > 0 ? this.$refs.scaffoldTreeControls.updateHoverUI(t) : this.$refs.scaffoldTreeControls.removeHover(!0)), i.identifiers.length > 0 && i.identifiers[0] && i.identifiers[0].coords && (this.tData.active = !1, (
|
42522
|
+
this.selectedObjects.length === 0 && (this.hideRegionTooltip(), this.$refs.scaffoldTreeControls && (e.length > 0 ? this.$refs.scaffoldTreeControls.updateHoverUI(t) : this.$refs.scaffoldTreeControls.removeHover(!0)), i.identifiers.length > 0 && i.identifiers[0] && i.identifiers[0].coords && (this.tData.active = !1, (this.viewingMode !== "Annotation" || !this.annotationSidebar) && (this.tData.visible = !0), this.tData.label = r, this.tData.region = n, this.tData.x = i.identifiers[0].coords.x, this.tData.y = i.identifiers[0].coords.y, this.createEditTemporaryLines(i.identifiers)), this.$emit("scaffold-highlighted", i.identifiers));
|
42523
42523
|
else if (i.eventType == 3 && i.identifiers.length > 0 && i.identifiers[0]) {
|
42524
42524
|
if (i.identifiers[0].coords) {
|
42525
42525
|
const o = this.$refs.scaffoldContainer.getBoundingClientRect();
|
@@ -43085,7 +43085,7 @@ const XF = {
|
|
43085
43085
|
this.setMarkerModeForObjectsWithName(i, e, "on");
|
43086
43086
|
}
|
43087
43087
|
}
|
43088
|
-
}, Uf = (i) => (Mw("data-v-
|
43088
|
+
}, Uf = (i) => (Mw("data-v-3a5a2c2d"), i = i(), Sw(), i), ZF = {
|
43089
43089
|
ref: "scaffoldContainer",
|
43090
43090
|
class: "scaffold-container",
|
43091
43091
|
"element-loading-text": "Loading...",
|
@@ -43542,7 +43542,7 @@ function uz(i, e, t, r, n, o) {
|
|
43542
43542
|
[w, i.loading]
|
43543
43543
|
]);
|
43544
43544
|
}
|
43545
|
-
const hz = /* @__PURE__ */ wn(XF, [["render", uz], ["__scopeId", "data-v-
|
43545
|
+
const hz = /* @__PURE__ */ wn(XF, [["render", uz], ["__scopeId", "data-v-3a5a2c2d"]]), dz = {
|
43546
43546
|
name: "Scaffold",
|
43547
43547
|
mixins: [aw],
|
43548
43548
|
components: {
|
@@ -43560,8 +43560,7 @@ const hz = /* @__PURE__ */ wn(XF, [["render", uz], ["__scopeId", "data-v-421c0aa
|
|
43560
43560
|
* Perform a local search on this contentvuer
|
43561
43561
|
*/
|
43562
43562
|
search: function(i) {
|
43563
|
-
|
43564
|
-
return this.$refs.scaffold.search(e, !0);
|
43563
|
+
return this.$refs.scaffold.search(i, !0);
|
43565
43564
|
},
|
43566
43565
|
searchSuggestions: function(i, e) {
|
43567
43566
|
if (i === "" || !this.$refs.scaffold)
|
@@ -43715,7 +43714,7 @@ function fz(i, e, t, r, n, o) {
|
|
43715
43714
|
}, null, 8, ["scaffoldRef", "lastItem", "onShowNext", "onFinishHelpMode"])) : Ve("", !0)
|
43716
43715
|
]);
|
43717
43716
|
}
|
43718
|
-
const yz = /* @__PURE__ */ nw(dz, [["render", fz], ["__scopeId", "data-v-
|
43717
|
+
const yz = /* @__PURE__ */ nw(dz, [["render", fz], ["__scopeId", "data-v-343030f1"]]);
|
43719
43718
|
export {
|
43720
43719
|
yz as default
|
43721
43720
|
};
|