sat-earth 0.9.0 → 0.9.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/sat-earth.mjs +342 -339
- package/dist/sat-earth.umd.js +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/sat-earth.mjs
CHANGED
|
@@ -16,7 +16,7 @@ var fe = (a, e, t) => (Vt(a, e, "read from private field"), t ? t.call(a) : e.ge
|
|
|
16
16
|
return fe(a, e, l);
|
|
17
17
|
}
|
|
18
18
|
}), ce = (a, e, t) => (Vt(a, e, "access private method"), t);
|
|
19
|
-
import { openBlock as F, createElementBlock as j, pushScopeId as ve, popScopeId as _e, createElementVNode as b, defineComponent as K, inject as z, ref as P, onMounted as Ee, watch as Pe, resolveComponent as O, normalizeClass as le, unref as
|
|
19
|
+
import { openBlock as F, createElementBlock as j, pushScopeId as ve, popScopeId as _e, createElementVNode as b, defineComponent as K, inject as z, ref as P, onMounted as Ee, watch as Pe, resolveComponent as O, normalizeClass as le, unref as E, createVNode as y, withCtx as _, Fragment as oe, renderList as ne, createBlock as H, getCurrentScope as Ya, onScopeDispose as qa, isRef as Xa, toRefs as Za, customRef as $a, getCurrentInstance as Qt, nextTick as el, computed as pe, onBeforeUnmount as Yt, normalizeStyle as jt, createTextVNode as se, toDisplayString as ie, withDirectives as X, vShow as Z, createCommentVNode as I, renderSlot as re, shallowRef as fa, watchEffect as vt, onUnmounted as De, provide as mt, toRaw as Ke, withModifiers as ft, withKeys as tl, reactive as al, mergeProps as ll, Transition as sl } from "vue";
|
|
20
20
|
import { createPinia as ul, defineStore as ut, storeToRefs as Ot } from "pinia";
|
|
21
21
|
import ol, { ElMessage as il, ElLoading as nl, ElMessageBox as ga } from "element-plus";
|
|
22
22
|
import me from "jquery";
|
|
@@ -300,7 +300,7 @@ const Ne = ut("SatLayout__sat-earth", {
|
|
|
300
300
|
function ot() {
|
|
301
301
|
return Ne(Je);
|
|
302
302
|
}
|
|
303
|
-
const va = (a) => (ve("data-v-
|
|
303
|
+
const va = (a) => (ve("data-v-c63a1e2a"), a = a(), _e(), a), Sl = { class: "sat-map-split-panel-module" }, xl = /* @__PURE__ */ va(() => /* @__PURE__ */ b("div", { class: "sat-map-split-panel-title" }, " \u5DE6\u4FA7\u56FE\u5C42 ", -1)), jl = { class: "sat-map-split-panel-module" }, Ol = /* @__PURE__ */ va(() => /* @__PURE__ */ b("div", { class: "sat-map-split-panel-title" }, " \u53F3\u4FA7\u56FE\u5C42 ", -1)), Ll = {
|
|
304
304
|
name: "MapSplitPanel"
|
|
305
305
|
}, Pl = /* @__PURE__ */ K({
|
|
306
306
|
...Ll,
|
|
@@ -327,16 +327,16 @@ const va = (a) => (ve("data-v-70eb1bc4"), a = a(), _e(), a), Sl = { class: "sat-
|
|
|
327
327
|
const i = () => {
|
|
328
328
|
var m, f, g, c;
|
|
329
329
|
o.value = (f = (m = e == null ? void 0 : e.value) == null ? void 0 : m.map) == null ? void 0 : f.getTileLayers().filter((d) => !d._isSplit).map((d) => {
|
|
330
|
-
var p,
|
|
330
|
+
var p, C;
|
|
331
331
|
return {
|
|
332
332
|
id: d.id,
|
|
333
|
-
name: (
|
|
333
|
+
name: (C = (p = d.parent) == null ? void 0 : p.options) != null && C.name ? d.parent.options.name + "-" + d.name : d.name
|
|
334
334
|
};
|
|
335
335
|
}), n.value = (c = (g = e == null ? void 0 : e.value) == null ? void 0 : g.map) == null ? void 0 : c.getTileLayers().filter((d) => !d._isSplit).map((d) => {
|
|
336
|
-
var p,
|
|
336
|
+
var p, C;
|
|
337
337
|
return {
|
|
338
338
|
id: d.id,
|
|
339
|
-
name: (
|
|
339
|
+
name: (C = (p = d.parent) == null ? void 0 : p.options) != null && C.name ? d.parent.options.name + "-" + d.name : d.name
|
|
340
340
|
};
|
|
341
341
|
});
|
|
342
342
|
};
|
|
@@ -345,7 +345,7 @@ const va = (a) => (ve("data-v-70eb1bc4"), a = a(), _e(), a), Sl = { class: "sat-
|
|
|
345
345
|
return F(), j("div", {
|
|
346
346
|
class: le([
|
|
347
347
|
"sat-panel-skin",
|
|
348
|
-
|
|
348
|
+
E(s).record[E(t)].isMobile ? "sat-map-split-panel-mobile" : "sat-map-split-panel"
|
|
349
349
|
])
|
|
350
350
|
}, [
|
|
351
351
|
b("div", Sl, [
|
|
@@ -388,7 +388,7 @@ const va = (a) => (ve("data-v-70eb1bc4"), a = a(), _e(), a), Sl = { class: "sat-
|
|
|
388
388
|
};
|
|
389
389
|
}
|
|
390
390
|
});
|
|
391
|
-
const Tl = /* @__PURE__ */ te(Pl, [["__scopeId", "data-v-
|
|
391
|
+
const Tl = /* @__PURE__ */ te(Pl, [["__scopeId", "data-v-c63a1e2a"]]), Ml = 1e3 * 3, ee = (a) => il(Object.assign({
|
|
392
392
|
message: "\u8BF7\u8F93\u5165\u9700\u8981\u63D0\u793A\u7684\u6D88\u606F",
|
|
393
393
|
showClose: !0,
|
|
394
394
|
duration: Ml
|
|
@@ -398,7 +398,7 @@ const it = typeof window < "u", Gl = (a) => typeof a == "string", It = () => {
|
|
|
398
398
|
};
|
|
399
399
|
it && ((la = window == null ? void 0 : window.navigator) == null ? void 0 : la.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
|
400
400
|
function Qe(a) {
|
|
401
|
-
return typeof a == "function" ? a() :
|
|
401
|
+
return typeof a == "function" ? a() : E(a);
|
|
402
402
|
}
|
|
403
403
|
function zl(a) {
|
|
404
404
|
return a;
|
|
@@ -484,11 +484,11 @@ function as(a, e = {}) {
|
|
|
484
484
|
var p;
|
|
485
485
|
if (!i(d) || Qe(e.exact) && d.target !== Qe(a))
|
|
486
486
|
return;
|
|
487
|
-
const
|
|
488
|
-
x: d.pageX -
|
|
489
|
-
y: d.pageY -
|
|
487
|
+
const C = Qe(a).getBoundingClientRect(), B = {
|
|
488
|
+
x: d.pageX - C.left,
|
|
489
|
+
y: d.pageY - C.top
|
|
490
490
|
};
|
|
491
|
-
((p = e.onStart) == null ? void 0 : p.call(e,
|
|
491
|
+
((p = e.onStart) == null ? void 0 : p.call(e, B, d)) !== !1 && (r.value = B, m(d));
|
|
492
492
|
}, g = (d) => {
|
|
493
493
|
var p;
|
|
494
494
|
!i(d) || !r.value || (n.value = {
|
|
@@ -638,12 +638,12 @@ const Pt = ut("SatCompState__sat-earth", {
|
|
|
638
638
|
this.record[a] && (this.record[a].SatRoam = Object.assign(((t = this.record[a]) == null ? void 0 : t.SatRoam) || {}, e));
|
|
639
639
|
},
|
|
640
640
|
changeCompState(a, e, t) {
|
|
641
|
-
var o, u, n, r, i, m, f, g, c, d, p,
|
|
641
|
+
var o, u, n, r, i, m, f, g, c, d, p, C;
|
|
642
642
|
const l = gt();
|
|
643
643
|
if (((n = (u = (o = this.record) == null ? void 0 : o[a]) == null ? void 0 : u[e]) == null ? void 0 : n.ready) == t)
|
|
644
644
|
return;
|
|
645
|
-
const s = (i = (r = l.record[a]) == null ? void 0 : r.menuTasks) == null ? void 0 : i.find((
|
|
646
|
-
t ? ((g = (f = (m = this.record[a]) == null ? void 0 : m[e]) == null ? void 0 : f.userCustomInitHooks) == null || g.call(f), s && (s.isEnabled = !0)) : ((p = (d = (c = this.record[a]) == null ? void 0 : c[e]) == null ? void 0 : d.userCustomDestroyHooks) == null || p.call(d), s && (s.isEnabled = !1)), (
|
|
645
|
+
const s = (i = (r = l.record[a]) == null ? void 0 : r.menuTasks) == null ? void 0 : i.find((B) => B.name == e);
|
|
646
|
+
t ? ((g = (f = (m = this.record[a]) == null ? void 0 : m[e]) == null ? void 0 : f.userCustomInitHooks) == null || g.call(f), s && (s.isEnabled = !0)) : ((p = (d = (c = this.record[a]) == null ? void 0 : c[e]) == null ? void 0 : d.userCustomDestroyHooks) == null || p.call(d), s && (s.isEnabled = !1)), (C = this == null ? void 0 : this[`set${e}`]) == null || C.call(this, a, {
|
|
647
647
|
ready: t,
|
|
648
648
|
active: t,
|
|
649
649
|
enable: t
|
|
@@ -689,7 +689,7 @@ const gt = ut("SatTaskView__sat-earth", {
|
|
|
689
689
|
}),
|
|
690
690
|
enabled: !1,
|
|
691
691
|
currentMinimizeingId: "",
|
|
692
|
-
satPanelzIndex:
|
|
692
|
+
satPanelzIndex: 2e3
|
|
693
693
|
};
|
|
694
694
|
},
|
|
695
695
|
removeRecord(a) {
|
|
@@ -757,11 +757,11 @@ const Ba = (a, e) => (a.forEach((t) => {
|
|
|
757
757
|
return !1;
|
|
758
758
|
}
|
|
759
759
|
}), i = pe(() => {
|
|
760
|
-
var
|
|
760
|
+
var C, B;
|
|
761
761
|
const d = document.getElementById("sat-globe").offsetLeft, p = document.getElementById("sat-globe").offsetTop;
|
|
762
762
|
try {
|
|
763
763
|
const D = Number(r.value.substring(r.value.indexOf(":") + 1, r.value.indexOf("px;"))), S = Number(r.value.substring(r.value.lastIndexOf(":") + 1, r.value.lastIndexOf("px;")));
|
|
764
|
-
return D == ((
|
|
764
|
+
return D == ((C = e.dragInitialValue) == null ? void 0 : C.x) && S == ((B = e.dragInitialValue) == null ? void 0 : B.y) ? r.value : `left:${D - d > 0 ? D - d : 0}px;top:${S - p > 0 ? S - p : 0}px;`;
|
|
765
765
|
} catch {
|
|
766
766
|
return r.value;
|
|
767
767
|
}
|
|
@@ -770,8 +770,8 @@ const Ba = (a, e) => (a.forEach((t) => {
|
|
|
770
770
|
}, g = async (d) => {
|
|
771
771
|
e.minimizeEvent();
|
|
772
772
|
}, c = Ca(o, (d, p) => {
|
|
773
|
-
const
|
|
774
|
-
(!
|
|
773
|
+
const C = d[0].target, B = d[0].oldValue;
|
|
774
|
+
(!B && !C.style.zIndex || B && (B == null ? void 0 : B.indexOf("display: none;")) > -1) && (s.record[t].satPanelzIndex++, C.style.zIndex = s.record[t].satPanelzIndex.toString(), p.disconnect(), p.takeRecords(), p.observe(o.value, {
|
|
775
775
|
attributes: !0,
|
|
776
776
|
attributeFilter: ["style"],
|
|
777
777
|
attributeOldValue: !0
|
|
@@ -788,12 +788,12 @@ const Ba = (a, e) => (a.forEach((t) => {
|
|
|
788
788
|
}), (d, p) => (F(), j("div", {
|
|
789
789
|
ref_key: "satPanelRef",
|
|
790
790
|
ref: o,
|
|
791
|
-
style: jt(u.value ?
|
|
791
|
+
style: jt(u.value ? E(i) : ""),
|
|
792
792
|
class: le([
|
|
793
793
|
"sat-panel",
|
|
794
794
|
"sat-panel-skin",
|
|
795
|
-
|
|
796
|
-
|
|
795
|
+
E(l)[E(t)].isMobile ? "sat-panel-mobile" : "",
|
|
796
|
+
E(l)[E(t)].isMobile && m.value == "Maximize" ? "with-maximize" : ""
|
|
797
797
|
])
|
|
798
798
|
}, [
|
|
799
799
|
b("div", cs, [
|
|
@@ -808,11 +808,11 @@ const Ba = (a, e) => (a.forEach((t) => {
|
|
|
808
808
|
key: 0,
|
|
809
809
|
title: "\u5355\u51FB\u5F00\u542F/\u5173\u95ED\u62D6\u62FD",
|
|
810
810
|
class: le(["hover-to-active fa fa-arrows", [u.value ? "sat-actived" : ""]]),
|
|
811
|
-
onClick: p[0] || (p[0] = (
|
|
811
|
+
onClick: p[0] || (p[0] = (C) => u.value = !u.value)
|
|
812
812
|
}, null, 2)), [
|
|
813
|
-
[Z, !
|
|
813
|
+
[Z, !E(l)[E(t)].isMobile]
|
|
814
814
|
]) : I("", !0),
|
|
815
|
-
|
|
815
|
+
E(l)[E(t)].isMobile && a.isMaximize ? (F(), j("i", {
|
|
816
816
|
key: 1,
|
|
817
817
|
title: "\u5C55\u5F00/\u6536\u8D77",
|
|
818
818
|
class: le(["hover-to-active fa", [m.value == "Maximize" ? "fa-compress" : "fa-expand"]]),
|
|
@@ -828,7 +828,7 @@ const Ba = (a, e) => (a.forEach((t) => {
|
|
|
828
828
|
key: 3,
|
|
829
829
|
title: "\u5173\u95ED",
|
|
830
830
|
class: "hover-to-active fa fa-close",
|
|
831
|
-
onClick: p[1] || (p[1] = (
|
|
831
|
+
onClick: p[1] || (p[1] = (C) => a.closeEvent())
|
|
832
832
|
})) : I("", !0)
|
|
833
833
|
])
|
|
834
834
|
], 2),
|
|
@@ -895,7 +895,7 @@ const Aa = (a) => (ve("data-v-ef9bb9c0"), a = a(), _e(), a), hs = { class: "came
|
|
|
895
895
|
return;
|
|
896
896
|
}
|
|
897
897
|
if (n.value.findIndex(
|
|
898
|
-
(
|
|
898
|
+
(C) => C.name == u.value
|
|
899
899
|
) > -1) {
|
|
900
900
|
ee({
|
|
901
901
|
message: "\u89C6\u89D2\u4E66\u7B7E\u5217\u8868\u4E2D\u5DF2\u7ECF\u5B58\u5728\u8BE5\u89C6\u89D2\u540D\u79F0\uFF0C\u8BF7\u4FEE\u6539",
|
|
@@ -913,13 +913,13 @@ const Aa = (a) => (ve("data-v-ef9bb9c0"), a = a(), _e(), a), hs = { class: "came
|
|
|
913
913
|
(p = (d = e == null ? void 0 : e.value) == null ? void 0 : d.map) == null || p.expImage({
|
|
914
914
|
download: !1,
|
|
915
915
|
encoderOptions: 0.1
|
|
916
|
-
}).then((
|
|
917
|
-
var
|
|
916
|
+
}).then((C) => {
|
|
917
|
+
var B, D;
|
|
918
918
|
n.value.unshift({
|
|
919
919
|
id: qe(),
|
|
920
920
|
name: u.value,
|
|
921
|
-
center: (D = (
|
|
922
|
-
image:
|
|
921
|
+
center: (D = (B = e == null ? void 0 : e.value) == null ? void 0 : B.map) == null ? void 0 : D.getCameraView(),
|
|
922
|
+
image: C.image
|
|
923
923
|
}), u.value = "", Ce.LocalStorage.set(yt + t, n.value);
|
|
924
924
|
});
|
|
925
925
|
}, m = () => {
|
|
@@ -932,9 +932,9 @@ const Aa = (a) => (ve("data-v-ef9bb9c0"), a = a(), _e(), a), hs = { class: "came
|
|
|
932
932
|
(p = (d = e == null ? void 0 : e.value) == null ? void 0 : d.map) == null || p.setCameraView(c.center);
|
|
933
933
|
};
|
|
934
934
|
return (c, d) => {
|
|
935
|
-
const p = O("el-button"),
|
|
935
|
+
const p = O("el-button"), C = O("el-input"), B = O("el-image");
|
|
936
936
|
return F(), H(Be, {
|
|
937
|
-
class: le([
|
|
937
|
+
class: le([E(l).record[E(t)].isMobile ? "" : "camera-bookmark-panel"]),
|
|
938
938
|
"is-close": !0,
|
|
939
939
|
"is-drag": !1,
|
|
940
940
|
"close-event": o,
|
|
@@ -942,7 +942,7 @@ const Aa = (a) => (ve("data-v-ef9bb9c0"), a = a(), _e(), a), hs = { class: "came
|
|
|
942
942
|
}, {
|
|
943
943
|
default: _(() => [
|
|
944
944
|
b("div", hs, [
|
|
945
|
-
y(
|
|
945
|
+
y(C, {
|
|
946
946
|
modelValue: u.value,
|
|
947
947
|
"onUpdate:modelValue": d[0] || (d[0] = (D) => u.value = D),
|
|
948
948
|
modelModifiers: { trim: !0 },
|
|
@@ -971,7 +971,7 @@ const Aa = (a) => (ve("data-v-ef9bb9c0"), a = a(), _e(), a), hs = { class: "came
|
|
|
971
971
|
key: S,
|
|
972
972
|
class: "camera-bookmark-item"
|
|
973
973
|
}, [
|
|
974
|
-
y(
|
|
974
|
+
y(B, {
|
|
975
975
|
title: "\u8DF3\u8F6C\u5230\u8BE5\u89C6\u89D2",
|
|
976
976
|
src: D.image,
|
|
977
977
|
loading: "lazy",
|
|
@@ -1065,8 +1065,8 @@ class Ds {
|
|
|
1065
1065
|
let r = 0;
|
|
1066
1066
|
if ((m = e.layers) != null && m.length)
|
|
1067
1067
|
e.layers.forEach((d) => {
|
|
1068
|
-
var
|
|
1069
|
-
const p = this.map.getLayerById((
|
|
1068
|
+
var C;
|
|
1069
|
+
const p = this.map.getLayerById((C = d.id) != null ? C : "");
|
|
1070
1070
|
u.push(p);
|
|
1071
1071
|
});
|
|
1072
1072
|
else {
|
|
@@ -1075,8 +1075,8 @@ class Ds {
|
|
|
1075
1075
|
}
|
|
1076
1076
|
if ((g = t.layers) != null && g.length)
|
|
1077
1077
|
t.layers.forEach((d) => {
|
|
1078
|
-
var
|
|
1079
|
-
const p = this.map.getLayerById((
|
|
1078
|
+
var C;
|
|
1079
|
+
const p = this.map.getLayerById((C = d.id) != null ? C : "");
|
|
1080
1080
|
n.push(p);
|
|
1081
1081
|
});
|
|
1082
1082
|
else {
|
|
@@ -1085,10 +1085,10 @@ class Ds {
|
|
|
1085
1085
|
}
|
|
1086
1086
|
s == "after" ? r = n[0].zIndex : r = n[n.length - 1].zIndex + 1, o.filter((d) => d.zIndex >= r).forEach((d, p) => {
|
|
1087
1087
|
var D;
|
|
1088
|
-
const
|
|
1089
|
-
d.zIndex =
|
|
1090
|
-
const
|
|
1091
|
-
|
|
1088
|
+
const C = (D = d.zIndex) != null ? D : d.zIndex;
|
|
1089
|
+
d.zIndex = C + u.length;
|
|
1090
|
+
const B = l.filter((S) => S.id == d.id);
|
|
1091
|
+
B.length && B[0]._zIndex == d.zIndex;
|
|
1092
1092
|
}), u.forEach((d, p) => {
|
|
1093
1093
|
d.zIndex = r + p;
|
|
1094
1094
|
}), e._zIndex = u[u.length - 1].zIndex;
|
|
@@ -1135,8 +1135,8 @@ function ws(a, e) {
|
|
|
1135
1135
|
const t = a.map.getLayerById((o = e.id) != null ? o : "");
|
|
1136
1136
|
e.hasOpacity = (u = t.hasOpacity) != null ? u : !1;
|
|
1137
1137
|
let s = (n = a.map.getTileLayers().sort((g, c) => {
|
|
1138
|
-
var
|
|
1139
|
-
const d = (
|
|
1138
|
+
var C, B;
|
|
1139
|
+
const d = (C = c.zIndex) != null ? C : -1, p = (B = g.zIndex) != null ? B : -1;
|
|
1140
1140
|
return d - p;
|
|
1141
1141
|
})[0].zIndex) != null ? n : 0;
|
|
1142
1142
|
if (e.hasZIndex = (r = t.hasZIndex) != null ? r : !1, t.hasZIndex)
|
|
@@ -1144,12 +1144,12 @@ function ws(a, e) {
|
|
|
1144
1144
|
const g = t.arrLayer.filter((d) => d.hasZIndex);
|
|
1145
1145
|
g.length && (g.forEach((d) => {
|
|
1146
1146
|
var p;
|
|
1147
|
-
d.zIndex = (p = d.zIndex) != null ? p : ++s, e.layers.filter((
|
|
1147
|
+
d.zIndex = (p = d.zIndex) != null ? p : ++s, e.layers.filter((C) => C.id == d.id)[0]._zIndex = d.zIndex;
|
|
1148
1148
|
}), e._zIndex = g[g.length - 1].zIndex, t.zIndex = e._zIndex);
|
|
1149
1149
|
const c = t.arrLayer.filter((d) => !d.hasZIndex);
|
|
1150
1150
|
c.length && (c.forEach((d) => {
|
|
1151
1151
|
var p;
|
|
1152
|
-
d.zIndex = (p = d.zIndex) != null ? p : ++a.noIndexLayerStartIndex, e.layers.filter((
|
|
1152
|
+
d.zIndex = (p = d.zIndex) != null ? p : ++a.noIndexLayerStartIndex, e.layers.filter((C) => C.id == d.id)[0]._zIndex = d.zIndex;
|
|
1153
1153
|
}), e._zIndex = c[c.length - 1].zIndex, t.zIndex = e._zIndex);
|
|
1154
1154
|
} else
|
|
1155
1155
|
t.zIndex = (i = t.zIndex) != null ? i : ++s, e._zIndex = t.zIndex;
|
|
@@ -1993,15 +1993,15 @@ const Hs = (a) => {
|
|
|
1993
1993
|
}, Ws = (a, e) => {
|
|
1994
1994
|
ot().setIsDark(a, e), e ? document.documentElement.classList.add("dark") : document.documentElement.classList.remove("dark");
|
|
1995
1995
|
}, ge = "sat-base-layers-default", ct = "sat-auxiliary-layers-default", et = "sat-terrain-layers-default", Ks = (a) => {
|
|
1996
|
-
var l, s, o, u, n, r, i, m, f, g, c, d, p,
|
|
1996
|
+
var l, s, o, u, n, r, i, m, f, g, c, d, p, C, B, D, S, G, v, w, W, R, A, h, k, L, V, U, T;
|
|
1997
1997
|
const e = Qs();
|
|
1998
1998
|
(l = a.map3d) != null && l.basemaps && (((s = a.map3d) == null ? void 0 : s.basemaps) instanceof Array ? (c = a == null ? void 0 : a.map3d) == null || c.basemaps.forEach((M) => {
|
|
1999
1999
|
M.pid = ge;
|
|
2000
2000
|
}) : (u = (o = a.map3d) == null ? void 0 : o.basemaps) != null && u.cover ? (e.map3d.basemaps = a.map3d.basemaps.list, (n = a == null ? void 0 : a.map3d) == null || delete n.basemaps) : ((m = (i = (r = a == null ? void 0 : a.map3d) == null ? void 0 : r.basemaps) == null ? void 0 : i.list) == null || m.forEach((M) => {
|
|
2001
2001
|
M.pid = ge;
|
|
2002
|
-
}), a.map3d.basemaps = (g = (f = a == null ? void 0 : a.map3d) == null ? void 0 : f.basemaps) == null ? void 0 : g.list)), (
|
|
2002
|
+
}), a.map3d.basemaps = (g = (f = a == null ? void 0 : a.map3d) == null ? void 0 : f.basemaps) == null ? void 0 : g.list)), (B = (C = (p = (d = a.map3d) == null ? void 0 : d.custom) == null ? void 0 : p.layers) == null ? void 0 : C.auxiliaryLayers) != null && B.cover ? e.map3d.custom.layers.auxiliaryLayers.list = [] : (w = (v = (G = (S = (D = a.map3d) == null ? void 0 : D.custom) == null ? void 0 : S.layers) == null ? void 0 : G.auxiliaryLayers) == null ? void 0 : v.list) == null || w.forEach((M) => {
|
|
2003
2003
|
M.pid = ct;
|
|
2004
|
-
}), (h = (
|
|
2004
|
+
}), (h = (A = (R = (W = a.map3d) == null ? void 0 : W.custom) == null ? void 0 : R.layers) == null ? void 0 : A.terrainLayers) != null && h.cover ? e.map3d.custom.layers.terrainLayers.list = [] : (T = (U = (V = (L = (k = a.map3d) == null ? void 0 : k.custom) == null ? void 0 : L.layers) == null ? void 0 : V.terrainLayers) == null ? void 0 : U.list) == null || T.forEach((M) => {
|
|
2005
2005
|
M.pid = et;
|
|
2006
2006
|
});
|
|
2007
2007
|
const t = Gt(e, a);
|
|
@@ -2277,14 +2277,14 @@ const Hs = (a) => {
|
|
|
2277
2277
|
}
|
|
2278
2278
|
},
|
|
2279
2279
|
setup(a, { expose: e }) {
|
|
2280
|
-
var c, d, p,
|
|
2280
|
+
var c, d, p, C, B, D, S, G;
|
|
2281
2281
|
const t = a, l = fa(null), s = Pt(), o = Lt(), u = Mt(), n = Ne();
|
|
2282
2282
|
Hs(t.eleId);
|
|
2283
2283
|
const r = Ks(t.satMapOptions);
|
|
2284
2284
|
Ee(() => {
|
|
2285
|
-
var W, R,
|
|
2285
|
+
var W, R, A, h, k, L, V, U, T, M, N, q, ue, he, we, ke, Me, Se;
|
|
2286
2286
|
let v = [];
|
|
2287
|
-
v = v.concat(((h = (
|
|
2287
|
+
v = v.concat(((h = (A = (R = (W = r == null ? void 0 : r.map3d) == null ? void 0 : W.custom) == null ? void 0 : R.layers) == null ? void 0 : A.terrainLayers) == null ? void 0 : h.list) || []).concat(((U = (V = (L = (k = r == null ? void 0 : r.map3d) == null ? void 0 : k.custom) == null ? void 0 : L.layers) == null ? void 0 : V.auxiliaryLayers) == null ? void 0 : U.list) || []).concat(((T = r == null ? void 0 : r.map3d) == null ? void 0 : T._basemapsCache) || []).concat(((q = (N = (M = r == null ? void 0 : r.map3d) == null ? void 0 : M.custom) == null ? void 0 : N.layers) == null ? void 0 : q.list) || []), (he = (ue = s.record[t.eleId]) == null ? void 0 : ue.SatSource) != null && he.enable && (r.map3d.basemaps = [], r.map3d.control.baseLayerPicker = !1);
|
|
2288
2288
|
const w = Oa(v);
|
|
2289
2289
|
if (l.value = new J(t.eleId, r), o.setLayerList(t.eleId, w), (ke = (we = s.record[t.eleId]) == null ? void 0 : we.SatSource) != null && ke.enable) {
|
|
2290
2290
|
const be = w.filter((Ae) => Ae.show);
|
|
@@ -2292,7 +2292,7 @@ const Hs = (a) => {
|
|
|
2292
2292
|
}
|
|
2293
2293
|
n.setIsRenderedMap(t.eleId, !0);
|
|
2294
2294
|
});
|
|
2295
|
-
const i = P(Boolean((p = (d = (c = t.satMapOptions) == null ? void 0 : c.map3d) == null ? void 0 : d.control) == null ? void 0 : p.locationBar)), m = P((G = (S = (D = (
|
|
2295
|
+
const i = P(Boolean((p = (d = (c = t.satMapOptions) == null ? void 0 : c.map3d) == null ? void 0 : d.control) == null ? void 0 : p.locationBar)), m = P((G = (S = (D = (B = (C = t.satMapOptions) == null ? void 0 : C.map3d) == null ? void 0 : B.custom) == null ? void 0 : D.layoutTheme) == null ? void 0 : S.isDark) != null ? G : n.record[t.eleId].isDark);
|
|
2296
2296
|
vt(() => {
|
|
2297
2297
|
Ws(t.eleId, m.value);
|
|
2298
2298
|
});
|
|
@@ -2329,13 +2329,13 @@ const Hs = (a) => {
|
|
|
2329
2329
|
}, null, 8, ["modelValue"]), [
|
|
2330
2330
|
[Z, i.value]
|
|
2331
2331
|
]),
|
|
2332
|
-
|
|
2333
|
-
|
|
2332
|
+
E(u).record[t.eleId].mapSplitPanelVisible ? (F(), H(Tl, { key: 0 })) : I("", !0),
|
|
2333
|
+
E(u).record[t.eleId].cameraBookmarkPanelVisible ? (F(), H(As, { key: 1 })) : I("", !0)
|
|
2334
2334
|
]);
|
|
2335
2335
|
};
|
|
2336
2336
|
}
|
|
2337
2337
|
});
|
|
2338
|
-
const au = /* @__PURE__ */ te(tu, [["__scopeId", "data-v-
|
|
2338
|
+
const au = /* @__PURE__ */ te(tu, [["__scopeId", "data-v-5e14b067"]]), ye = (a) => (a.install = function(e) {
|
|
2339
2339
|
e.component(a.name, a);
|
|
2340
2340
|
}, a), lu = ye(au), su = { class: "sat-menu-title" }, uu = ["onClick"], ou = { class: "sat-menu-title" }, iu = { class: "sat-menu-control-area" }, nu = ["onClick"], ru = {
|
|
2341
2341
|
name: "SatMenuTree"
|
|
@@ -2370,18 +2370,18 @@ const au = /* @__PURE__ */ te(tu, [["__scopeId", "data-v-8bb349c7"]]), ye = (a)
|
|
|
2370
2370
|
return (m, f) => {
|
|
2371
2371
|
const g = O("SatMenuTree", !0), c = O("el-sub-menu"), d = O("el-menu-item");
|
|
2372
2372
|
return F(!0), j(oe, null, ne(a.treeData, (p) => {
|
|
2373
|
-
var
|
|
2373
|
+
var C;
|
|
2374
2374
|
return F(), j(oe, null, [
|
|
2375
|
-
(
|
|
2375
|
+
(C = p.children) != null && C.length ? (F(), H(c, {
|
|
2376
2376
|
key: p.name,
|
|
2377
2377
|
index: p.name,
|
|
2378
2378
|
"data-mark": p.name
|
|
2379
2379
|
}, {
|
|
2380
2380
|
title: _(() => {
|
|
2381
|
-
var
|
|
2381
|
+
var B, D;
|
|
2382
2382
|
return [
|
|
2383
2383
|
b("div", null, [
|
|
2384
|
-
(
|
|
2384
|
+
(B = p.icon) != null && B.class ? (F(), j("i", {
|
|
2385
2385
|
key: 0,
|
|
2386
2386
|
class: le(["fa sat-menu-icon", [(D = p.icon) == null ? void 0 : D.class]])
|
|
2387
2387
|
}, null, 2)) : I("", !0),
|
|
@@ -2401,13 +2401,13 @@ const au = /* @__PURE__ */ te(tu, [["__scopeId", "data-v-8bb349c7"]]), ye = (a)
|
|
|
2401
2401
|
"data-mark": p.name
|
|
2402
2402
|
}, {
|
|
2403
2403
|
default: _(() => {
|
|
2404
|
-
var
|
|
2404
|
+
var B, D;
|
|
2405
2405
|
return [
|
|
2406
2406
|
b("div", {
|
|
2407
2407
|
style: { width: "100%" },
|
|
2408
2408
|
onClick: (S) => r(p)
|
|
2409
2409
|
}, [
|
|
2410
|
-
(
|
|
2410
|
+
(B = p.icon) != null && B.class ? (F(), j("i", {
|
|
2411
2411
|
key: 0,
|
|
2412
2412
|
class: le(["fa sat-menu-icon", [(D = p.icon) == null ? void 0 : D.class]])
|
|
2413
2413
|
}, null, 2)) : I("", !0),
|
|
@@ -2467,7 +2467,7 @@ const Ga = (a) => (ve("data-v-d9ff1caa"), a = a(), _e(), a), cu = /* @__PURE__ *
|
|
|
2467
2467
|
return (i, m) => {
|
|
2468
2468
|
const f = O("el-menu"), g = O("el-drawer");
|
|
2469
2469
|
return F(), H(g, {
|
|
2470
|
-
size:
|
|
2470
|
+
size: E(n)[E(t)].isMobile ? "80%" : "18%",
|
|
2471
2471
|
"model-value": a.isVisible,
|
|
2472
2472
|
direction: "ltr",
|
|
2473
2473
|
"lock-scroll": !1,
|
|
@@ -2478,13 +2478,13 @@ const Ga = (a) => (ve("data-v-d9ff1caa"), a = a(), _e(), a), cu = /* @__PURE__ *
|
|
|
2478
2478
|
]),
|
|
2479
2479
|
default: _(() => [
|
|
2480
2480
|
X(b("div", mu, " \u542F\u7528\u4E2D ", 512), [
|
|
2481
|
-
[Z,
|
|
2481
|
+
[Z, E(o) && E(o).length]
|
|
2482
2482
|
]),
|
|
2483
2483
|
y(f, { class: "sat-menu-vertical sat-menu-vertical-inverse" }, {
|
|
2484
2484
|
default: _(() => [
|
|
2485
2485
|
y(Jt, {
|
|
2486
2486
|
"show-type": "enabled",
|
|
2487
|
-
"tree-data":
|
|
2487
|
+
"tree-data": E(o)
|
|
2488
2488
|
}, null, 8, ["tree-data"])
|
|
2489
2489
|
]),
|
|
2490
2490
|
_: 1
|
|
@@ -2497,11 +2497,11 @@ const Ga = (a) => (ve("data-v-d9ff1caa"), a = a(), _e(), a), cu = /* @__PURE__ *
|
|
|
2497
2497
|
}),
|
|
2498
2498
|
fu,
|
|
2499
2499
|
y(f, {
|
|
2500
|
-
"default-openeds":
|
|
2500
|
+
"default-openeds": E(r),
|
|
2501
2501
|
class: "sat-menu-vertical"
|
|
2502
2502
|
}, {
|
|
2503
2503
|
default: _(() => [
|
|
2504
|
-
y(Jt, { "tree-data":
|
|
2504
|
+
y(Jt, { "tree-data": E(s) }, null, 8, ["tree-data"])
|
|
2505
2505
|
]),
|
|
2506
2506
|
_: 1
|
|
2507
2507
|
}, 8, ["default-openeds"]),
|
|
@@ -2757,7 +2757,7 @@ const Tu = (a) => (ve("data-v-85143543"), a = a(), _e(), a), Mu = { class: "cust
|
|
|
2757
2757
|
},
|
|
2758
2758
|
setup(a) {
|
|
2759
2759
|
const e = a, t = z(de), l = z(Y, ""), s = Lt(), o = P("\u6570\u636E\u6E90"), u = (h, k) => {
|
|
2760
|
-
h.paneName == "\u5DF2\u52A0\u8F7D" &&
|
|
2760
|
+
h.paneName == "\u5DF2\u52A0\u8F7D" && B();
|
|
2761
2761
|
}, n = {
|
|
2762
2762
|
children: "children",
|
|
2763
2763
|
label: "name",
|
|
@@ -2796,7 +2796,7 @@ const Tu = (a) => (ve("data-v-85143543"), a = a(), _e(), a), Mu = { class: "cust
|
|
|
2796
2796
|
Va(M, be), (ke = (we = t == null ? void 0 : t.value) == null ? void 0 : we.layer) == null || ke.addLayers(be.filter((Ae) => Ae.show)), (Se = (Me = t == null ? void 0 : t.value) == null ? void 0 : Me.layer) == null || Se.removeLayers(be.filter((Ae) => !Ae.show));
|
|
2797
2797
|
}
|
|
2798
2798
|
}, d = P();
|
|
2799
|
-
let p = P([]),
|
|
2799
|
+
let p = P([]), C = P(0);
|
|
2800
2800
|
vt(() => {
|
|
2801
2801
|
let h = [];
|
|
2802
2802
|
Na(Ke(i.value), h), h.sort((k, L) => {
|
|
@@ -2805,8 +2805,8 @@ const Tu = (a) => (ve("data-v-85143543"), a = a(), _e(), a), Mu = { class: "cust
|
|
|
2805
2805
|
return V - U;
|
|
2806
2806
|
}), p.value = h;
|
|
2807
2807
|
});
|
|
2808
|
-
const
|
|
2809
|
-
|
|
2808
|
+
const B = () => {
|
|
2809
|
+
C.value++;
|
|
2810
2810
|
}, D = pe(() => p.value.map((h) => h.id)), S = (h) => {
|
|
2811
2811
|
var k, L, V;
|
|
2812
2812
|
h.show && !((k = h.children) != null && k.length) && ((V = (L = t == null ? void 0 : t.value) == null ? void 0 : L.layer) == null || V.flyTo(h));
|
|
@@ -2821,11 +2821,11 @@ const Tu = (a) => (ve("data-v-85143543"), a = a(), _e(), a), Mu = { class: "cust
|
|
|
2821
2821
|
);
|
|
2822
2822
|
}, W = (h) => {
|
|
2823
2823
|
var k, L, V, U;
|
|
2824
|
-
(L = (k = t == null ? void 0 : t.value) == null ? void 0 : k.layer) == null || L.removeLayers([h]),
|
|
2824
|
+
(L = (k = t == null ? void 0 : t.value) == null ? void 0 : k.layer) == null || L.removeLayers([h]), B(), (U = r.value) == null || U.setChecked((V = h.id) != null ? V : "", !1, !0);
|
|
2825
2825
|
}, R = (h) => {
|
|
2826
2826
|
var k, L;
|
|
2827
2827
|
(L = (k = t == null ? void 0 : t.value) == null ? void 0 : k.layer) == null || L.toggleHiddenShowLayer(h);
|
|
2828
|
-
},
|
|
2828
|
+
}, A = (h) => {
|
|
2829
2829
|
p.value.forEach((k) => {
|
|
2830
2830
|
k.showStyleSlider = !1;
|
|
2831
2831
|
}), p.value.filter(
|
|
@@ -2849,11 +2849,11 @@ const Tu = (a) => (ve("data-v-85143543"), a = a(), _e(), a), Mu = { class: "cust
|
|
|
2849
2849
|
y(L, {
|
|
2850
2850
|
ref_key: "elTreeRef",
|
|
2851
2851
|
ref: r,
|
|
2852
|
-
data:
|
|
2852
|
+
data: E(i),
|
|
2853
2853
|
"show-checkbox": "",
|
|
2854
2854
|
"node-key": "id",
|
|
2855
|
-
"default-expanded-keys":
|
|
2856
|
-
"default-checked-keys":
|
|
2855
|
+
"default-expanded-keys": E(m),
|
|
2856
|
+
"default-checked-keys": E(f),
|
|
2857
2857
|
props: n,
|
|
2858
2858
|
onNodeClick: g,
|
|
2859
2859
|
onCheck: c
|
|
@@ -2869,12 +2869,12 @@ const Tu = (a) => (ve("data-v-85143543"), a = a(), _e(), a), Mu = { class: "cust
|
|
|
2869
2869
|
y(L, {
|
|
2870
2870
|
ref_key: "elTreeShowedRef",
|
|
2871
2871
|
ref: d,
|
|
2872
|
-
data:
|
|
2872
|
+
data: E(p),
|
|
2873
2873
|
draggable: "",
|
|
2874
2874
|
"allow-drag": G,
|
|
2875
2875
|
"allow-drop": v,
|
|
2876
2876
|
"node-key": "id",
|
|
2877
|
-
"default-checked-keys":
|
|
2877
|
+
"default-checked-keys": E(D),
|
|
2878
2878
|
props: n,
|
|
2879
2879
|
onNodeDrop: w
|
|
2880
2880
|
}, {
|
|
@@ -2918,7 +2918,7 @@ const Tu = (a) => (ve("data-v-85143543"), a = a(), _e(), a), Mu = { class: "cust
|
|
|
2918
2918
|
b("i", {
|
|
2919
2919
|
title: "\u8272\u5F69\u53CA\u900F\u660E\u5EA6",
|
|
2920
2920
|
class: "fa sat-menu-icon fa-sliders",
|
|
2921
|
-
onClick: ft((q) =>
|
|
2921
|
+
onClick: ft((q) => A(N), ["stop"])
|
|
2922
2922
|
}, null, 8, Nu)
|
|
2923
2923
|
]),
|
|
2924
2924
|
default: _(() => [
|
|
@@ -2954,8 +2954,8 @@ const Tu = (a) => (ve("data-v-85143543"), a = a(), _e(), a), Mu = { class: "cust
|
|
|
2954
2954
|
}
|
|
2955
2955
|
});
|
|
2956
2956
|
const Wu = /* @__PURE__ */ te(Ju, [["__scopeId", "data-v-85143543"]]), Ku = ["SatMenu", "SatGlobe"], Te = (a, e, t) => {
|
|
2957
|
-
var S, G, v, w, W, R,
|
|
2958
|
-
const l = Qt(), s = Tt(), o = ot(), u = (G = (S = l == null ? void 0 : l.type) == null ? void 0 : S.name) != null ? G : "", n = (W = (w = (v = l == null ? void 0 : l.parent) == null ? void 0 : v.type) == null ? void 0 : w.name) != null ? W : "", r = Wt(_t, "name", "children", u), i = (R = r == null ? void 0 : r.label) != null ? R : "", m = Ku.indexOf(n) > -1, f = m && !((h = (
|
|
2957
|
+
var S, G, v, w, W, R, A, h, k, L, V, U;
|
|
2958
|
+
const l = Qt(), s = Tt(), o = ot(), u = (G = (S = l == null ? void 0 : l.type) == null ? void 0 : S.name) != null ? G : "", n = (W = (w = (v = l == null ? void 0 : l.parent) == null ? void 0 : v.type) == null ? void 0 : w.name) != null ? W : "", r = Wt(_t, "name", "children", u), i = (R = r == null ? void 0 : r.label) != null ? R : "", m = Ku.indexOf(n) > -1, f = m && !((h = (A = s.record[a]) == null ? void 0 : A[u]) != null && h.enable), g = n == "SatMenu" && !((L = (k = s.record) == null ? void 0 : k[a][u]) != null && L.enable), c = pe(() => {
|
|
2959
2959
|
var T, M;
|
|
2960
2960
|
return (M = (T = s.record[a]) == null ? void 0 : T[u]) == null ? void 0 : M.ready;
|
|
2961
2961
|
}), d = pe(() => f && c.value && o.record[a].isRenderedMap);
|
|
@@ -2976,12 +2976,12 @@ const Wu = /* @__PURE__ */ te(Ju, [["__scopeId", "data-v-85143543"]]), Ku = ["Sa
|
|
|
2976
2976
|
const p = pe(() => {
|
|
2977
2977
|
var T;
|
|
2978
2978
|
return ((T = s.record[a]) == null ? void 0 : T[u]).active;
|
|
2979
|
-
}),
|
|
2979
|
+
}), C = (T) => {
|
|
2980
2980
|
s[`set${u}`](a, {
|
|
2981
2981
|
active: T
|
|
2982
2982
|
});
|
|
2983
|
-
},
|
|
2984
|
-
|
|
2983
|
+
}, B = () => {
|
|
2984
|
+
C(!1);
|
|
2985
2985
|
}, D = () => {
|
|
2986
2986
|
s.changeCompState(a, u, !1);
|
|
2987
2987
|
};
|
|
@@ -2993,7 +2993,7 @@ const Wu = /* @__PURE__ */ te(Ju, [["__scopeId", "data-v-85143543"]]), Ku = ["Sa
|
|
|
2993
2993
|
isInSide: m,
|
|
2994
2994
|
isActiveRef: p,
|
|
2995
2995
|
isRenderRef: d,
|
|
2996
|
-
shrinkWindow:
|
|
2996
|
+
shrinkWindow: B,
|
|
2997
2997
|
closeWindow: D
|
|
2998
2998
|
};
|
|
2999
2999
|
}, Qu = {
|
|
@@ -3021,15 +3021,15 @@ const Wu = /* @__PURE__ */ te(Ju, [["__scopeId", "data-v-85143543"]]), Ku = ["Sa
|
|
|
3021
3021
|
shrinkWindow: f,
|
|
3022
3022
|
closeWindow: g
|
|
3023
3023
|
} = Te(o, l, s);
|
|
3024
|
-
return (c, d) =>
|
|
3024
|
+
return (c, d) => E(r) && E(m) ? X((F(), H(Be, {
|
|
3025
3025
|
key: 0,
|
|
3026
|
-
id:
|
|
3026
|
+
id: E(u),
|
|
3027
3027
|
class: "sat-source",
|
|
3028
3028
|
"is-minimize": !0,
|
|
3029
3029
|
"is-close": !0,
|
|
3030
|
-
"minimize-event":
|
|
3031
|
-
"close-event":
|
|
3032
|
-
title:
|
|
3030
|
+
"minimize-event": E(f),
|
|
3031
|
+
"close-event": E(g),
|
|
3032
|
+
title: E(n)
|
|
3033
3033
|
}, {
|
|
3034
3034
|
default: _(() => [
|
|
3035
3035
|
re(c.$slots, "default"),
|
|
@@ -3039,7 +3039,7 @@ const Wu = /* @__PURE__ */ te(Ju, [["__scopeId", "data-v-85143543"]]), Ku = ["Sa
|
|
|
3039
3039
|
]),
|
|
3040
3040
|
_: 3
|
|
3041
3041
|
}, 8, ["id", "minimize-event", "close-event", "title"])), [
|
|
3042
|
-
[Z,
|
|
3042
|
+
[Z, E(i)]
|
|
3043
3043
|
]) : I("", !0);
|
|
3044
3044
|
}
|
|
3045
3045
|
}), qu = ye(Yu), Xu = ye(Be), Zu = {
|
|
@@ -3061,22 +3061,22 @@ const Wu = /* @__PURE__ */ te(Ju, [["__scopeId", "data-v-85143543"]]), Ku = ["Sa
|
|
|
3061
3061
|
shrinkWindow: m,
|
|
3062
3062
|
closeWindow: f
|
|
3063
3063
|
} = Te(s, t, l);
|
|
3064
|
-
return (g, c) =>
|
|
3064
|
+
return (g, c) => E(n) && E(i) ? X((F(), H(Be, {
|
|
3065
3065
|
key: 0,
|
|
3066
|
-
id:
|
|
3066
|
+
id: E(o),
|
|
3067
3067
|
class: "sat-model-analysis",
|
|
3068
3068
|
"is-minimize": !0,
|
|
3069
3069
|
"is-close": !0,
|
|
3070
|
-
"minimize-event":
|
|
3071
|
-
"close-event":
|
|
3072
|
-
title:
|
|
3070
|
+
"minimize-event": E(m),
|
|
3071
|
+
"close-event": E(f),
|
|
3072
|
+
title: E(u)
|
|
3073
3073
|
}, {
|
|
3074
3074
|
default: _(() => [
|
|
3075
3075
|
re(g.$slots, "default")
|
|
3076
3076
|
]),
|
|
3077
3077
|
_: 3
|
|
3078
3078
|
}, 8, ["id", "minimize-event", "close-event", "title"])), [
|
|
3079
|
-
[Z,
|
|
3079
|
+
[Z, E(r)]
|
|
3080
3080
|
]) : I("", !0);
|
|
3081
3081
|
}
|
|
3082
3082
|
}), eo = ye($u), to = (a) => (ve("data-v-61b74407"), a = a(), _e(), a), ao = { class: "analysis-section-main" }, lo = { class: "analysis-section-header" }, so = /* @__PURE__ */ se(" \u5750\u6807\u6D4B\u91CF "), uo = /* @__PURE__ */ se(" \u5B8C\u6210\u7ED8\u5236 "), oo = /* @__PURE__ */ se(" \u6E05\u9664 "), io = /* @__PURE__ */ to(() => /* @__PURE__ */ b("div", {
|
|
@@ -3115,7 +3115,7 @@ const Wu = /* @__PURE__ */ te(Ju, [["__scopeId", "data-v-85143543"]]), Ku = ["Sa
|
|
|
3115
3115
|
]),
|
|
3116
3116
|
_: 1
|
|
3117
3117
|
}, 512), [
|
|
3118
|
-
[Z,
|
|
3118
|
+
[Z, E(t)[E(e)].isMobile]
|
|
3119
3119
|
]),
|
|
3120
3120
|
y(r, {
|
|
3121
3121
|
type: "danger",
|
|
@@ -3152,7 +3152,7 @@ const co = /* @__PURE__ */ te(ro, [["__scopeId", "data-v-61b74407"]]), mo = { cl
|
|
|
3152
3152
|
placeholder: "\u8BF7\u9009\u62E9"
|
|
3153
3153
|
}, {
|
|
3154
3154
|
default: _(() => [
|
|
3155
|
-
(F(!0), j(oe, null, ne(
|
|
3155
|
+
(F(!0), j(oe, null, ne(E(e), (r) => (F(), H(o, {
|
|
3156
3156
|
key: r,
|
|
3157
3157
|
label: r,
|
|
3158
3158
|
value: r
|
|
@@ -3192,15 +3192,15 @@ const yo = /* @__PURE__ */ te(ho, [["__scopeId", "data-v-565ae40e"]]), bo = {
|
|
|
3192
3192
|
shrinkWindow: m,
|
|
3193
3193
|
closeWindow: f
|
|
3194
3194
|
} = Te(s, t, l);
|
|
3195
|
-
return (g, c) =>
|
|
3195
|
+
return (g, c) => E(n) && E(i) ? X((F(), H(Be, {
|
|
3196
3196
|
key: 0,
|
|
3197
|
-
id:
|
|
3197
|
+
id: E(o),
|
|
3198
3198
|
class: "sat-spatial-analysis",
|
|
3199
3199
|
"is-minimize": !0,
|
|
3200
3200
|
"is-close": !0,
|
|
3201
|
-
"minimize-event":
|
|
3202
|
-
"close-event":
|
|
3203
|
-
title:
|
|
3201
|
+
"minimize-event": E(m),
|
|
3202
|
+
"close-event": E(f),
|
|
3203
|
+
title: E(u)
|
|
3204
3204
|
}, {
|
|
3205
3205
|
default: _(() => [
|
|
3206
3206
|
re(g.$slots, "default"),
|
|
@@ -3208,7 +3208,7 @@ const yo = /* @__PURE__ */ te(ho, [["__scopeId", "data-v-565ae40e"]]), bo = {
|
|
|
3208
3208
|
]),
|
|
3209
3209
|
_: 3
|
|
3210
3210
|
}, 8, ["id", "minimize-event", "close-event", "title"])), [
|
|
3211
|
-
[Z,
|
|
3211
|
+
[Z, E(r)]
|
|
3212
3212
|
]) : I("", !0);
|
|
3213
3213
|
}
|
|
3214
3214
|
}), _o = ye(vo), Fo = {
|
|
@@ -3230,22 +3230,22 @@ const yo = /* @__PURE__ */ te(ho, [["__scopeId", "data-v-565ae40e"]]), bo = {
|
|
|
3230
3230
|
shrinkWindow: m,
|
|
3231
3231
|
closeWindow: f
|
|
3232
3232
|
} = Te(s, t, l);
|
|
3233
|
-
return (g, c) =>
|
|
3233
|
+
return (g, c) => E(n) && E(i) ? X((F(), H(Be, {
|
|
3234
3234
|
key: 0,
|
|
3235
|
-
id:
|
|
3235
|
+
id: E(o),
|
|
3236
3236
|
class: "sat-terrain-analysis",
|
|
3237
3237
|
"is-minimize": !0,
|
|
3238
3238
|
"is-close": !0,
|
|
3239
|
-
"minimize-event":
|
|
3240
|
-
"close-event":
|
|
3241
|
-
title:
|
|
3239
|
+
"minimize-event": E(m),
|
|
3240
|
+
"close-event": E(f),
|
|
3241
|
+
title: E(u)
|
|
3242
3242
|
}, {
|
|
3243
3243
|
default: _(() => [
|
|
3244
3244
|
re(g.$slots, "default")
|
|
3245
3245
|
]),
|
|
3246
3246
|
_: 3
|
|
3247
3247
|
}, 8, ["id", "minimize-event", "close-event", "title"])), [
|
|
3248
|
-
[Z,
|
|
3248
|
+
[Z, E(r)]
|
|
3249
3249
|
]) : I("", !0);
|
|
3250
3250
|
}
|
|
3251
3251
|
}), Eo = ye(Co), He = (a, e, t) => {
|
|
@@ -3554,7 +3554,7 @@ const yo = /* @__PURE__ */ te(ho, [["__scopeId", "data-v-565ae40e"]]), bo = {
|
|
|
3554
3554
|
return De(() => {
|
|
3555
3555
|
t.removeMarkerCoordinates();
|
|
3556
3556
|
}), (i, m) => {
|
|
3557
|
-
const f = O("el-option"), g = O("el-select"), c = O("el-form-item"), d = O("el-input"), p = O("el-col"),
|
|
3557
|
+
const f = O("el-option"), g = O("el-select"), c = O("el-form-item"), d = O("el-input"), p = O("el-col"), C = O("el-row"), B = O("el-button"), D = O("el-form");
|
|
3558
3558
|
return F(), H(D, {
|
|
3559
3559
|
ref_key: "zbdwFormRef",
|
|
3560
3560
|
ref: s,
|
|
@@ -3601,7 +3601,7 @@ const yo = /* @__PURE__ */ te(ho, [["__scopeId", "data-v-565ae40e"]]), bo = {
|
|
|
3601
3601
|
]),
|
|
3602
3602
|
_: 1
|
|
3603
3603
|
}),
|
|
3604
|
-
l.value.cType == "\u5EA6" ? (F(), H(
|
|
3604
|
+
l.value.cType == "\u5EA6" ? (F(), H(C, { key: 0 }, {
|
|
3605
3605
|
default: _(() => [
|
|
3606
3606
|
y(p, { span: 24 }, {
|
|
3607
3607
|
default: _(() => [
|
|
@@ -3637,7 +3637,7 @@ const yo = /* @__PURE__ */ te(ho, [["__scopeId", "data-v-565ae40e"]]), bo = {
|
|
|
3637
3637
|
]),
|
|
3638
3638
|
_: 1
|
|
3639
3639
|
})) : I("", !0),
|
|
3640
|
-
l.value.cType == "\u5EA6\u5206\u79D2" ? (F(), H(
|
|
3640
|
+
l.value.cType == "\u5EA6\u5206\u79D2" ? (F(), H(C, { key: 1 }, {
|
|
3641
3641
|
default: _(() => [
|
|
3642
3642
|
y(p, { span: 12 }, {
|
|
3643
3643
|
default: _(() => [
|
|
@@ -3743,7 +3743,7 @@ const yo = /* @__PURE__ */ te(ho, [["__scopeId", "data-v-565ae40e"]]), bo = {
|
|
|
3743
3743
|
_: 1
|
|
3744
3744
|
})) : I("", !0),
|
|
3745
3745
|
b("div", jo, [
|
|
3746
|
-
y(
|
|
3746
|
+
y(B, {
|
|
3747
3747
|
type: "primary",
|
|
3748
3748
|
onClick: r
|
|
3749
3749
|
}, {
|
|
@@ -3752,8 +3752,8 @@ const yo = /* @__PURE__ */ te(ho, [["__scopeId", "data-v-565ae40e"]]), bo = {
|
|
|
3752
3752
|
]),
|
|
3753
3753
|
_: 1
|
|
3754
3754
|
}),
|
|
3755
|
-
y(
|
|
3756
|
-
onClick:
|
|
3755
|
+
y(B, {
|
|
3756
|
+
onClick: E(t).removeMarkerCoordinates
|
|
3757
3757
|
}, {
|
|
3758
3758
|
default: _(() => [
|
|
3759
3759
|
Lo
|
|
@@ -3911,16 +3911,16 @@ const Mo = /* @__PURE__ */ te(To, [["__scopeId", "data-v-a4d90a1b"]]), Go = "dat
|
|
|
3911
3911
|
start: "",
|
|
3912
3912
|
end: "",
|
|
3913
3913
|
selectWay: "3"
|
|
3914
|
-
}), m = (
|
|
3915
|
-
i.value.start && i.value.end && t.btnAnalyse(
|
|
3914
|
+
}), m = (C) => {
|
|
3915
|
+
i.value.start && i.value.end && t.btnAnalyse(C);
|
|
3916
3916
|
}, f = async () => {
|
|
3917
|
-
var
|
|
3918
|
-
const
|
|
3919
|
-
i.value.start = (
|
|
3917
|
+
var B;
|
|
3918
|
+
const C = await t.startPoint(i.value.selectWay);
|
|
3919
|
+
i.value.start = (C == null ? void 0 : C.lng) + ", " + (C == null ? void 0 : C.lat), l.value = (B = C == null ? void 0 : C.address) != null ? B : "\u672A\u77E5";
|
|
3920
3920
|
}, g = async () => {
|
|
3921
|
-
var
|
|
3922
|
-
const
|
|
3923
|
-
i.value.end = (
|
|
3921
|
+
var B;
|
|
3922
|
+
const C = await t.endPoint(i.value.selectWay);
|
|
3923
|
+
i.value.end = (C == null ? void 0 : C.lng) + ", " + (C == null ? void 0 : C.lat), s.value = (B = C == null ? void 0 : C.address) != null ? B : "\u672A\u77E5";
|
|
3924
3924
|
}, c = () => {
|
|
3925
3925
|
t.btnAnalyse(i.value.selectWay);
|
|
3926
3926
|
}, d = () => {
|
|
@@ -3933,15 +3933,15 @@ const Mo = /* @__PURE__ */ te(To, [["__scopeId", "data-v-a4d90a1b"]]), Go = "dat
|
|
|
3933
3933
|
t.saveGeoJSON();
|
|
3934
3934
|
};
|
|
3935
3935
|
return Ee(() => {
|
|
3936
|
-
var
|
|
3937
|
-
(
|
|
3938
|
-
t.init(), t.eventTarget.on("analyse", function(
|
|
3939
|
-
u.value =
|
|
3936
|
+
var C;
|
|
3937
|
+
(C = e == null ? void 0 : e.value) == null || C.inited().then(() => {
|
|
3938
|
+
t.init(), t.eventTarget.on("analyse", function(B) {
|
|
3939
|
+
u.value = B.allTime, o.value = B.allDistance, n.value = B.dhHtml;
|
|
3940
3940
|
});
|
|
3941
3941
|
});
|
|
3942
3942
|
}), De(() => {
|
|
3943
3943
|
d();
|
|
3944
|
-
}), (
|
|
3944
|
+
}), (C, B) => {
|
|
3945
3945
|
const D = O("el-option"), S = O("el-select"), G = O("el-form-item"), v = O("el-button"), w = O("el-input"), W = O("el-form");
|
|
3946
3946
|
return F(), j(oe, null, [
|
|
3947
3947
|
y(W, {
|
|
@@ -3954,7 +3954,7 @@ const Mo = /* @__PURE__ */ te(To, [["__scopeId", "data-v-a4d90a1b"]]), Go = "dat
|
|
|
3954
3954
|
default: _(() => [
|
|
3955
3955
|
y(S, {
|
|
3956
3956
|
modelValue: i.value.selectWay,
|
|
3957
|
-
"onUpdate:modelValue":
|
|
3957
|
+
"onUpdate:modelValue": B[0] || (B[0] = (R) => i.value.selectWay = R),
|
|
3958
3958
|
placeholder: "\u8BF7\u9009\u62E9",
|
|
3959
3959
|
onChange: m
|
|
3960
3960
|
}, {
|
|
@@ -3974,7 +3974,7 @@ const Mo = /* @__PURE__ */ te(To, [["__scopeId", "data-v-a4d90a1b"]]), Go = "dat
|
|
|
3974
3974
|
default: _(() => [
|
|
3975
3975
|
y(w, {
|
|
3976
3976
|
modelValue: i.value.start,
|
|
3977
|
-
"onUpdate:modelValue":
|
|
3977
|
+
"onUpdate:modelValue": B[1] || (B[1] = (R) => i.value.start = R),
|
|
3978
3978
|
modelModifiers: { trim: !0 },
|
|
3979
3979
|
disabled: ""
|
|
3980
3980
|
}, {
|
|
@@ -3998,7 +3998,7 @@ const Mo = /* @__PURE__ */ te(To, [["__scopeId", "data-v-a4d90a1b"]]), Go = "dat
|
|
|
3998
3998
|
default: _(() => [
|
|
3999
3999
|
y(w, {
|
|
4000
4000
|
modelValue: i.value.end,
|
|
4001
|
-
"onUpdate:modelValue":
|
|
4001
|
+
"onUpdate:modelValue": B[2] || (B[2] = (R) => i.value.end = R),
|
|
4002
4002
|
modelModifiers: { trim: !0 },
|
|
4003
4003
|
disabled: ""
|
|
4004
4004
|
}, {
|
|
@@ -4192,20 +4192,20 @@ const $o = /* @__PURE__ */ te(Zo, [["__scopeId", "data-v-3f4d05f2"]]), ei = (a)
|
|
|
4192
4192
|
}), De(() => {
|
|
4193
4193
|
t.destroy();
|
|
4194
4194
|
}), (g, c) => {
|
|
4195
|
-
const d = O("el-button"), p = O("el-input"),
|
|
4195
|
+
const d = O("el-button"), p = O("el-input"), C = O("el-pagination");
|
|
4196
4196
|
return F(), j("div", ai, [
|
|
4197
4197
|
y(p, {
|
|
4198
4198
|
modelValue: l.value,
|
|
4199
|
-
"onUpdate:modelValue": c[1] || (c[1] = (
|
|
4199
|
+
"onUpdate:modelValue": c[1] || (c[1] = (B) => l.value = B),
|
|
4200
4200
|
modelModifiers: { trim: !0 },
|
|
4201
4201
|
class: "sat-poiquery-input",
|
|
4202
4202
|
placeholder: "\u8BF7\u8F93\u5165\u5730\u540D",
|
|
4203
4203
|
onInput: m,
|
|
4204
|
-
onKeyup: c[2] || (c[2] = tl((
|
|
4204
|
+
onKeyup: c[2] || (c[2] = tl((B) => i(), ["enter"]))
|
|
4205
4205
|
}, {
|
|
4206
4206
|
append: _(() => [
|
|
4207
4207
|
y(d, {
|
|
4208
|
-
onClick: c[0] || (c[0] = (
|
|
4208
|
+
onClick: c[0] || (c[0] = (B) => i())
|
|
4209
4209
|
}, {
|
|
4210
4210
|
default: _(() => [
|
|
4211
4211
|
li
|
|
@@ -4217,30 +4217,30 @@ const $o = /* @__PURE__ */ te(Zo, [["__scopeId", "data-v-3f4d05f2"]]), ei = (a)
|
|
|
4217
4217
|
}, 8, ["modelValue"]),
|
|
4218
4218
|
X(b("div", si, [
|
|
4219
4219
|
b("ul", null, [
|
|
4220
|
-
(F(!0), j(oe, null, ne(o.value, (
|
|
4220
|
+
(F(!0), j(oe, null, ne(o.value, (B, D) => (F(), j("li", {
|
|
4221
4221
|
key: D,
|
|
4222
4222
|
class: "hover-to-active wot",
|
|
4223
|
-
onClick: (S) => i(
|
|
4224
|
-
}, ie(
|
|
4223
|
+
onClick: (S) => i(B.name)
|
|
4224
|
+
}, ie(B.name), 9, ui))), 128))
|
|
4225
4225
|
])
|
|
4226
4226
|
], 512), [
|
|
4227
4227
|
[Z, s.value]
|
|
4228
4228
|
]),
|
|
4229
4229
|
b("div", oi, [
|
|
4230
4230
|
b("ul", null, [
|
|
4231
|
-
(F(!0), j(oe, null, ne(u.value, (
|
|
4231
|
+
(F(!0), j(oe, null, ne(u.value, (B, D) => (F(), j("li", {
|
|
4232
4232
|
key: D,
|
|
4233
4233
|
class: "hover-to-active wot",
|
|
4234
|
-
onClick: (S) => f(
|
|
4235
|
-
}, ie(D + 1 + ". " +
|
|
4234
|
+
onClick: (S) => f(B)
|
|
4235
|
+
}, ie(D + 1 + ". " + B.name), 9, ii))), 128))
|
|
4236
4236
|
])
|
|
4237
4237
|
]),
|
|
4238
4238
|
X(b("div", ni, [
|
|
4239
|
-
y(
|
|
4239
|
+
y(C, {
|
|
4240
4240
|
currentPage: n.value.pageNo,
|
|
4241
|
-
"onUpdate:currentPage": c[3] || (c[3] = (
|
|
4241
|
+
"onUpdate:currentPage": c[3] || (c[3] = (B) => n.value.pageNo = B),
|
|
4242
4242
|
"page-size": n.value.pageSize,
|
|
4243
|
-
"onUpdate:page-size": c[4] || (c[4] = (
|
|
4243
|
+
"onUpdate:page-size": c[4] || (c[4] = (B) => n.value.pageSize = B),
|
|
4244
4244
|
layout: "total, prev, next, jumper",
|
|
4245
4245
|
small: !0,
|
|
4246
4246
|
total: n.value.total,
|
|
@@ -4333,15 +4333,15 @@ const Fi = /* @__PURE__ */ te(_i, [["__scopeId", "data-v-1f744a30"]]), Ci = {
|
|
|
4333
4333
|
shrinkWindow: m,
|
|
4334
4334
|
closeWindow: f
|
|
4335
4335
|
} = Te(s, t, l);
|
|
4336
|
-
return (g, c) =>
|
|
4336
|
+
return (g, c) => E(n) && E(i) ? X((F(), H(Be, {
|
|
4337
4337
|
key: 0,
|
|
4338
|
-
id:
|
|
4338
|
+
id: E(o),
|
|
4339
4339
|
class: "sat-location",
|
|
4340
4340
|
"is-minimize": !0,
|
|
4341
4341
|
"is-close": !0,
|
|
4342
|
-
"minimize-event":
|
|
4343
|
-
"close-event":
|
|
4344
|
-
title:
|
|
4342
|
+
"minimize-event": E(m),
|
|
4343
|
+
"close-event": E(f),
|
|
4344
|
+
title: E(u)
|
|
4345
4345
|
}, {
|
|
4346
4346
|
default: _(() => [
|
|
4347
4347
|
re(g.$slots, "default"),
|
|
@@ -4349,7 +4349,7 @@ const Fi = /* @__PURE__ */ te(_i, [["__scopeId", "data-v-1f744a30"]]), Ci = {
|
|
|
4349
4349
|
]),
|
|
4350
4350
|
_: 3
|
|
4351
4351
|
}, 8, ["id", "minimize-event", "close-event", "title"])), [
|
|
4352
|
-
[Z,
|
|
4352
|
+
[Z, E(r)]
|
|
4353
4353
|
]) : I("", !0);
|
|
4354
4354
|
}
|
|
4355
4355
|
}), Bi = ye(Ei), Ai = { class: "map-part-main" }, Di = { class: "item-title" }, wi = { class: "item-title-left" }, ki = { class: "item-content" }, Si = {
|
|
@@ -4359,7 +4359,7 @@ const Fi = /* @__PURE__ */ te(_i, [["__scopeId", "data-v-1f744a30"]]), Ci = {
|
|
|
4359
4359
|
setup(a) {
|
|
4360
4360
|
const e = z(de), t = z(Y, ""), l = Mt(), s = z(ya);
|
|
4361
4361
|
return (() => {
|
|
4362
|
-
var u, n, r, i, m, f, g, c, d, p,
|
|
4362
|
+
var u, n, r, i, m, f, g, c, d, p, C, B, D, S, G, v, w, W, R, A, h, k;
|
|
4363
4363
|
(n = (u = l.record[t]) == null ? void 0 : u.parts) != null && n.length || (l.record[t].parts = [
|
|
4364
4364
|
{
|
|
4365
4365
|
field: "compass",
|
|
@@ -4377,22 +4377,22 @@ const Fi = /* @__PURE__ */ te(_i, [["__scopeId", "data-v-1f744a30"]]), Ci = {
|
|
|
4377
4377
|
field: "animation&timeline",
|
|
4378
4378
|
label: "\u65F6\u949F\u52A8\u753B",
|
|
4379
4379
|
enable: !0,
|
|
4380
|
-
value: Boolean((S = (D = (
|
|
4380
|
+
value: Boolean((S = (D = (B = (C = e == null ? void 0 : e.value) == null ? void 0 : C.configOptions) == null ? void 0 : B.map3d) == null ? void 0 : D.control) == null ? void 0 : S.animation) && Boolean((W = (w = (v = (G = e == null ? void 0 : e.value) == null ? void 0 : G.configOptions) == null ? void 0 : v.map3d) == null ? void 0 : w.control) == null ? void 0 : W.timeline)
|
|
4381
4381
|
},
|
|
4382
4382
|
{
|
|
4383
4383
|
field: "overviewMap",
|
|
4384
4384
|
label: "\u9E70\u773C\u5730\u56FE",
|
|
4385
4385
|
enable: !0,
|
|
4386
|
-
value: Boolean((k = (h = (
|
|
4386
|
+
value: Boolean((k = (h = (A = (R = e == null ? void 0 : e.value) == null ? void 0 : R.configOptions) == null ? void 0 : A.map3d) == null ? void 0 : h.control) == null ? void 0 : k.overviewMap)
|
|
4387
4387
|
}
|
|
4388
4388
|
]);
|
|
4389
4389
|
})(), vt(() => {
|
|
4390
4390
|
var u, n;
|
|
4391
4391
|
(n = (u = l.record[t]) == null ? void 0 : u.parts) == null || n.forEach((r) => {
|
|
4392
|
-
var i, m, f, g, c, d, p,
|
|
4393
|
-
if (r.field == "compass" && (r.value ? ((m = (i = e == null ? void 0 : e.value) == null ? void 0 : i.map) != null && m.controls.compass && (e.value.map.controls.compass.show = !0), me(".cesium-viewer-toolbar").css("cssText", "display:flex !important")) : ((g = (f = e == null ? void 0 : e.value) == null ? void 0 : f.map) != null && g.controls.compass && (e.value.map.controls.compass.show = !1), me(".cesium-viewer-toolbar").css("cssText", "display:none !important"))), r.field == "locationBar" && (s.value = r.value, r.value ? ((d = (c = e == null ? void 0 : e.value) == null ? void 0 : c.map) != null && d.controls.locationBar && (e.value.map.controls.locationBar.show = !0), (
|
|
4392
|
+
var i, m, f, g, c, d, p, C, B, D, S, G, v, w, W, R, A, h, k, L, V, U, T, M, N, q, ue, he, we, ke, Me, Se, be, Ae, We;
|
|
4393
|
+
if (r.field == "compass" && (r.value ? ((m = (i = e == null ? void 0 : e.value) == null ? void 0 : i.map) != null && m.controls.compass && (e.value.map.controls.compass.show = !0), me(".cesium-viewer-toolbar").css("cssText", "display:flex !important")) : ((g = (f = e == null ? void 0 : e.value) == null ? void 0 : f.map) != null && g.controls.compass && (e.value.map.controls.compass.show = !1), me(".cesium-viewer-toolbar").css("cssText", "display:none !important"))), r.field == "locationBar" && (s.value = r.value, r.value ? ((d = (c = e == null ? void 0 : e.value) == null ? void 0 : c.map) != null && d.controls.locationBar && (e.value.map.controls.locationBar.show = !0), (C = (p = e == null ? void 0 : e.value) == null ? void 0 : p.map) != null && C.controls.distanceLegend && (e.value.map.controls.distanceLegend.show = !0)) : ((D = (B = e == null ? void 0 : e.value) == null ? void 0 : B.map) != null && D.controls.locationBar && (e.value.map.controls.locationBar.show = !1), (G = (S = e == null ? void 0 : e.value) == null ? void 0 : S.map) != null && G.controls.distanceLegend && (e.value.map.controls.distanceLegend.show = !1)), (w = (v = e == null ? void 0 : e.value) == null ? void 0 : v.map) != null && w.controls.animation && (e.value.map.controls.animation.container.style.bottom = r.value ? "28px" : "0px"), (R = (W = e == null ? void 0 : e.value) == null ? void 0 : W.map) != null && R.controls.timeline && e.value.map.controls.timeline.setStyle({
|
|
4394
4394
|
bottom: r.value ? "28px" : "0px"
|
|
4395
|
-
})), r.field == "animation&timeline" && (r.value ? ((h = (
|
|
4395
|
+
})), r.field == "animation&timeline" && (r.value ? ((h = (A = e == null ? void 0 : e.value) == null ? void 0 : A.map) != null && h.controls.animation && (e.value.map.controls.animation.show = !0), (L = (k = e == null ? void 0 : e.value) == null ? void 0 : k.map) != null && L.controls.timeline && (e.value.map.controls.timeline.show = !0)) : ((U = (V = e == null ? void 0 : e.value) == null ? void 0 : V.map) != null && U.controls.animation && (e.value.map.controls.animation.show = !1), (M = (T = e == null ? void 0 : e.value) == null ? void 0 : T.map) != null && M.controls.timeline && (e.value.map.controls.timeline.show = !1))), r.field == "overviewMap") {
|
|
4396
4396
|
const dt = "overviewMap-control";
|
|
4397
4397
|
if (r.value) {
|
|
4398
4398
|
let Xe = (we = (he = (ue = (q = (N = e == null ? void 0 : e.value) == null ? void 0 : N.configOptions) == null ? void 0 : q.map3d) == null ? void 0 : ue.control) == null ? void 0 : he.overviewMap) == null ? void 0 : we.options;
|
|
@@ -4438,7 +4438,7 @@ const Fi = /* @__PURE__ */ te(_i, [["__scopeId", "data-v-1f744a30"]]), Ci = {
|
|
|
4438
4438
|
}), (u, n) => {
|
|
4439
4439
|
const r = O("el-switch");
|
|
4440
4440
|
return F(), j("div", Ai, [
|
|
4441
|
-
(F(!0), j(oe, null, ne(
|
|
4441
|
+
(F(!0), j(oe, null, ne(E(l).record[E(t)].parts, (i) => (F(), j("div", {
|
|
4442
4442
|
key: i.field,
|
|
4443
4443
|
class: "map-part-item"
|
|
4444
4444
|
}, [
|
|
@@ -4480,15 +4480,15 @@ const ji = /* @__PURE__ */ te(xi, [["__scopeId", "data-v-df868348"]]), Oi = {
|
|
|
4480
4480
|
shrinkWindow: m,
|
|
4481
4481
|
closeWindow: f
|
|
4482
4482
|
} = Te(s, t, l);
|
|
4483
|
-
return (g, c) =>
|
|
4483
|
+
return (g, c) => E(n) && E(i) ? X((F(), H(Be, {
|
|
4484
4484
|
key: 0,
|
|
4485
|
-
id:
|
|
4485
|
+
id: E(o),
|
|
4486
4486
|
class: "sat-map-part",
|
|
4487
4487
|
"is-minimize": !0,
|
|
4488
4488
|
"is-close": !0,
|
|
4489
|
-
"minimize-event":
|
|
4490
|
-
"close-event":
|
|
4491
|
-
title:
|
|
4489
|
+
"minimize-event": E(m),
|
|
4490
|
+
"close-event": E(f),
|
|
4491
|
+
title: E(u)
|
|
4492
4492
|
}, {
|
|
4493
4493
|
default: _(() => [
|
|
4494
4494
|
re(g.$slots, "default", {}, void 0, !0),
|
|
@@ -4496,7 +4496,7 @@ const ji = /* @__PURE__ */ te(xi, [["__scopeId", "data-v-df868348"]]), Oi = {
|
|
|
4496
4496
|
]),
|
|
4497
4497
|
_: 3
|
|
4498
4498
|
}, 8, ["id", "minimize-event", "close-event", "title"])), [
|
|
4499
|
-
[Z,
|
|
4499
|
+
[Z, E(r)]
|
|
4500
4500
|
]) : I("", !0);
|
|
4501
4501
|
}
|
|
4502
4502
|
});
|
|
@@ -4529,7 +4529,7 @@ const Pi = /* @__PURE__ */ te(Li, [["__scopeId", "data-v-8371305a"]]), Ti = ye(P
|
|
|
4529
4529
|
};
|
|
4530
4530
|
return De(() => {
|
|
4531
4531
|
c();
|
|
4532
|
-
}), (
|
|
4532
|
+
}), (C, B) => {
|
|
4533
4533
|
const D = O("el-button");
|
|
4534
4534
|
return F(), j("div", Mi, [
|
|
4535
4535
|
b("div", null, [
|
|
@@ -4630,7 +4630,7 @@ const Pi = /* @__PURE__ */ te(Li, [["__scopeId", "data-v-8371305a"]]), Ti = ye(P
|
|
|
4630
4630
|
]),
|
|
4631
4631
|
_: 1
|
|
4632
4632
|
}, 512), [
|
|
4633
|
-
[Z,
|
|
4633
|
+
[Z, E(l).record[E(t)].isMobile]
|
|
4634
4634
|
]),
|
|
4635
4635
|
y(D, {
|
|
4636
4636
|
type: "danger",
|
|
@@ -4665,15 +4665,15 @@ const qi = /* @__PURE__ */ te(Yi, [["__scopeId", "data-v-bc6220e8"]]), Xi = {
|
|
|
4665
4665
|
shrinkWindow: m,
|
|
4666
4666
|
closeWindow: f
|
|
4667
4667
|
} = Te(s, t, l);
|
|
4668
|
-
return (g, c) =>
|
|
4668
|
+
return (g, c) => E(n) && E(i) ? X((F(), H(Be, {
|
|
4669
4669
|
key: 0,
|
|
4670
|
-
id:
|
|
4670
|
+
id: E(o),
|
|
4671
4671
|
class: "sat-measure",
|
|
4672
4672
|
"is-minimize": !0,
|
|
4673
4673
|
"is-close": !0,
|
|
4674
|
-
"minimize-event":
|
|
4675
|
-
"close-event":
|
|
4676
|
-
title:
|
|
4674
|
+
"minimize-event": E(m),
|
|
4675
|
+
"close-event": E(f),
|
|
4676
|
+
title: E(u)
|
|
4677
4677
|
}, {
|
|
4678
4678
|
default: _(() => [
|
|
4679
4679
|
re(g.$slots, "default", {}, void 0, !0),
|
|
@@ -4681,7 +4681,7 @@ const qi = /* @__PURE__ */ te(Yi, [["__scopeId", "data-v-bc6220e8"]]), Xi = {
|
|
|
4681
4681
|
]),
|
|
4682
4682
|
_: 3
|
|
4683
4683
|
}, 8, ["id", "minimize-event", "close-event", "title"])), [
|
|
4684
|
-
[Z,
|
|
4684
|
+
[Z, E(r)]
|
|
4685
4685
|
]) : I("", !0);
|
|
4686
4686
|
}
|
|
4687
4687
|
});
|
|
@@ -4848,9 +4848,9 @@ const ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4848
4848
|
const g = document.getElementsByClassName("tui-image-editor-controls-logo"), c = document.getElementsByClassName("tui-image-editor-header-logo");
|
|
4849
4849
|
(d = g == null ? void 0 : g[0]) == null || d.remove(), (p = c == null ? void 0 : c[0]) == null || p.remove();
|
|
4850
4850
|
}, u = (f) => {
|
|
4851
|
-
var d, p,
|
|
4851
|
+
var d, p, C, B;
|
|
4852
4852
|
const g = (p = (d = t == null ? void 0 : t.value) == null ? void 0 : d.map) == null ? void 0 : p.container, c = document.getElementsByClassName("cesium-viewer-cesiumWidgetContainer");
|
|
4853
|
-
f ? (
|
|
4853
|
+
f ? (C = t == null ? void 0 : t.value) == null || C.map.expImage({ download: !1, encoderOptions: 1 }).then((D) => {
|
|
4854
4854
|
Ra(g, {
|
|
4855
4855
|
filter: (S) => S !== c[0]
|
|
4856
4856
|
}).then(function(S) {
|
|
@@ -4861,7 +4861,7 @@ const ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4861
4861
|
}).catch(function(S) {
|
|
4862
4862
|
console.error(S);
|
|
4863
4863
|
});
|
|
4864
|
-
}) : (
|
|
4864
|
+
}) : (B = t == null ? void 0 : t.value) == null || B.map.expImage({
|
|
4865
4865
|
download: !1,
|
|
4866
4866
|
encoderOptions: 1
|
|
4867
4867
|
}).then((D) => {
|
|
@@ -4927,8 +4927,8 @@ const ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4927
4927
|
title: "\u662F\u5426\u5305\u542B\u7EC4\u4EF6\u5185\u7F6E\u7684DIV\u5143\u7D20?",
|
|
4928
4928
|
"confirm-button-text": "Yes",
|
|
4929
4929
|
"cancel-button-text": "No",
|
|
4930
|
-
onConfirm: g[0] || (g[0] = (
|
|
4931
|
-
onCancel: g[1] || (g[1] = (
|
|
4930
|
+
onConfirm: g[0] || (g[0] = (C) => u(!0)),
|
|
4931
|
+
onCancel: g[1] || (g[1] = (C) => u())
|
|
4932
4932
|
}, {
|
|
4933
4933
|
reference: _(() => [
|
|
4934
4934
|
y(c, { size: "small" }, {
|
|
@@ -4942,7 +4942,7 @@ const ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4942
4942
|
}),
|
|
4943
4943
|
y(p, {
|
|
4944
4944
|
"file-list": s.value,
|
|
4945
|
-
"onUpdate:file-list": g[2] || (g[2] = (
|
|
4945
|
+
"onUpdate:file-list": g[2] || (g[2] = (C) => s.value = C),
|
|
4946
4946
|
"auto-upload": !1,
|
|
4947
4947
|
"show-file-list": !1,
|
|
4948
4948
|
accept: "image/*",
|
|
@@ -4960,7 +4960,7 @@ const ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4960
4960
|
}, 8, ["file-list"]),
|
|
4961
4961
|
y(c, {
|
|
4962
4962
|
size: "small",
|
|
4963
|
-
onClick: g[3] || (g[3] = (
|
|
4963
|
+
onClick: g[3] || (g[3] = (C) => i(!0))
|
|
4964
4964
|
}, {
|
|
4965
4965
|
default: _(() => [
|
|
4966
4966
|
mn
|
|
@@ -4993,19 +4993,19 @@ const pn = /* @__PURE__ */ te(gn, [["__scopeId", "data-v-d76495d8"]]), hn = {
|
|
|
4993
4993
|
} = Te(o, l, s), c = P();
|
|
4994
4994
|
return e({
|
|
4995
4995
|
getImageEditor: () => c
|
|
4996
|
-
}), (p,
|
|
4996
|
+
}), (p, C) => E(r) && E(m) ? X((F(), H(Be, {
|
|
4997
4997
|
key: 0,
|
|
4998
|
-
id:
|
|
4998
|
+
id: E(u),
|
|
4999
4999
|
class: "sat-picture",
|
|
5000
5000
|
"is-minimize": !0,
|
|
5001
5001
|
"is-close": !0,
|
|
5002
5002
|
"is-maximize": !1,
|
|
5003
|
-
"minimize-event":
|
|
5004
|
-
"close-event":
|
|
5005
|
-
title:
|
|
5003
|
+
"minimize-event": E(f),
|
|
5004
|
+
"close-event": E(g),
|
|
5005
|
+
title: E(n)
|
|
5006
5006
|
}, {
|
|
5007
5007
|
default: _(() => [
|
|
5008
|
-
y(
|
|
5008
|
+
y(E(pn), {
|
|
5009
5009
|
ref_key: "theImageEditor",
|
|
5010
5010
|
ref: c
|
|
5011
5011
|
}, {
|
|
@@ -5017,7 +5017,7 @@ const pn = /* @__PURE__ */ te(gn, [["__scopeId", "data-v-d76495d8"]]), hn = {
|
|
|
5017
5017
|
]),
|
|
5018
5018
|
_: 3
|
|
5019
5019
|
}, 8, ["id", "minimize-event", "close-event", "title"])), [
|
|
5020
|
-
[Z,
|
|
5020
|
+
[Z, E(i)]
|
|
5021
5021
|
]) : I("", !0);
|
|
5022
5022
|
}
|
|
5023
5023
|
});
|
|
@@ -9251,10 +9251,10 @@ const bn = /* @__PURE__ */ te(yn, [["__scopeId", "data-v-5e59a674"]]), vn = ye(b
|
|
|
9251
9251
|
(d = (c = e == null ? void 0 : e.value) == null ? void 0 : c.plot) == null || d.stopDraw();
|
|
9252
9252
|
};
|
|
9253
9253
|
return (c, d) => {
|
|
9254
|
-
const p = O("el-option"),
|
|
9254
|
+
const p = O("el-option"), C = O("el-select"), B = O("el-button");
|
|
9255
9255
|
return F(), j("div", Cn, [
|
|
9256
9256
|
b("div", En, [
|
|
9257
|
-
y(
|
|
9257
|
+
y(C, {
|
|
9258
9258
|
modelValue: o.value,
|
|
9259
9259
|
"onUpdate:modelValue": d[0] || (d[0] = (D) => o.value = D),
|
|
9260
9260
|
class: "plot-source-select",
|
|
@@ -9262,7 +9262,7 @@ const bn = /* @__PURE__ */ te(yn, [["__scopeId", "data-v-5e59a674"]]), vn = ye(b
|
|
|
9262
9262
|
onChange: n
|
|
9263
9263
|
}, {
|
|
9264
9264
|
default: _(() => [
|
|
9265
|
-
(F(!0), j(oe, null, ne(
|
|
9265
|
+
(F(!0), j(oe, null, ne(E(s), (D) => (F(), H(p, {
|
|
9266
9266
|
key: D.value,
|
|
9267
9267
|
label: D.label,
|
|
9268
9268
|
value: D.value
|
|
@@ -9270,7 +9270,7 @@ const bn = /* @__PURE__ */ te(yn, [["__scopeId", "data-v-5e59a674"]]), vn = ye(b
|
|
|
9270
9270
|
]),
|
|
9271
9271
|
_: 1
|
|
9272
9272
|
}, 8, ["modelValue"]),
|
|
9273
|
-
X(y(
|
|
9273
|
+
X(y(B, {
|
|
9274
9274
|
type: "success",
|
|
9275
9275
|
onClick: g
|
|
9276
9276
|
}, {
|
|
@@ -9279,11 +9279,11 @@ const bn = /* @__PURE__ */ te(yn, [["__scopeId", "data-v-5e59a674"]]), vn = ye(b
|
|
|
9279
9279
|
]),
|
|
9280
9280
|
_: 1
|
|
9281
9281
|
}, 512), [
|
|
9282
|
-
[Z,
|
|
9282
|
+
[Z, E(l)[E(t)].isMobile]
|
|
9283
9283
|
])
|
|
9284
9284
|
]),
|
|
9285
9285
|
b("ul", An, [
|
|
9286
|
-
(F(!0), j(oe, null, ne(
|
|
9286
|
+
(F(!0), j(oe, null, ne(E(i), (D, S) => (F(), j("li", {
|
|
9287
9287
|
key: D.name + S,
|
|
9288
9288
|
title: D.name,
|
|
9289
9289
|
class: le(D.type == "subtitle" ? "li-subtitle" : ""),
|
|
@@ -9294,7 +9294,7 @@ const bn = /* @__PURE__ */ te(yn, [["__scopeId", "data-v-5e59a674"]]), vn = ye(b
|
|
|
9294
9294
|
src: `${D.image || D.style.image}`
|
|
9295
9295
|
}, null, 8, kn))
|
|
9296
9296
|
], 10, Dn))), 128)),
|
|
9297
|
-
(F(!0), j(oe, null, ne(
|
|
9297
|
+
(F(!0), j(oe, null, ne(E(m), (D, S) => (F(), j("li", {
|
|
9298
9298
|
key: D.name + S,
|
|
9299
9299
|
title: D.name,
|
|
9300
9300
|
class: le(D.type == "subtitle" ? "li-subtitle" : ""),
|
|
@@ -9325,18 +9325,18 @@ const Ln = /* @__PURE__ */ te(On, [["__scopeId", "data-v-26a6de3b"]]), Pn = { cl
|
|
|
9325
9325
|
rightClickItem: void 0,
|
|
9326
9326
|
top: "",
|
|
9327
9327
|
left: ""
|
|
9328
|
-
}), s = (
|
|
9329
|
-
|
|
9328
|
+
}), s = (A, h) => {
|
|
9329
|
+
A.stopPropagation();
|
|
9330
9330
|
const k = document.getElementById("SatPlot").offsetLeft, L = document.getElementById("SatPlot").offsetTop, V = document.getElementById("sat-globe").offsetLeft, U = document.getElementById("sat-globe").offsetTop;
|
|
9331
|
-
let T =
|
|
9331
|
+
let T = A.pageY + 10, M = A.pageX + 10;
|
|
9332
9332
|
T = T - L - U, M = M - k - V, l.visible = !0, l.top = T + "px", l.left = M + "px", l.rightClickItem = h;
|
|
9333
9333
|
}, o = () => {
|
|
9334
9334
|
l.visible = !1;
|
|
9335
9335
|
};
|
|
9336
9336
|
Pe(
|
|
9337
9337
|
() => l.visible,
|
|
9338
|
-
(
|
|
9339
|
-
|
|
9338
|
+
(A) => {
|
|
9339
|
+
A ? document.body.addEventListener("click", o) : document.body.removeEventListener("click", o);
|
|
9340
9340
|
}
|
|
9341
9341
|
);
|
|
9342
9342
|
const u = P({
|
|
@@ -9352,15 +9352,15 @@ const Ln = /* @__PURE__ */ te(On, [["__scopeId", "data-v-26a6de3b"]]), Pn = { cl
|
|
|
9352
9352
|
}, r = P([]), i = P(), m = z(ha, P("")), f = nt();
|
|
9353
9353
|
Pe(
|
|
9354
9354
|
() => f.record[t].groupTreeData,
|
|
9355
|
-
(
|
|
9356
|
-
g(
|
|
9355
|
+
(A) => {
|
|
9356
|
+
g(A);
|
|
9357
9357
|
}
|
|
9358
9358
|
);
|
|
9359
|
-
const g = (
|
|
9359
|
+
const g = (A) => {
|
|
9360
9360
|
var L, V, U, T, M, N, q;
|
|
9361
9361
|
let h;
|
|
9362
|
-
if (
|
|
9363
|
-
h =
|
|
9362
|
+
if (A)
|
|
9363
|
+
h = A;
|
|
9364
9364
|
else {
|
|
9365
9365
|
let ue = Ce.LocalStorage.get(((V = (L = e == null ? void 0 : e.value) == null ? void 0 : L.plot) == null ? void 0 : V.storageName) || "");
|
|
9366
9366
|
ue != null && ue != "null" && (h = JSON.parse(ue));
|
|
@@ -9385,47 +9385,47 @@ const Ln = /* @__PURE__ */ te(On, [["__scopeId", "data-v-26a6de3b"]]), Pn = { cl
|
|
|
9385
9385
|
}), (M = i.value) == null || M.setCheckedKeys(k), m.value = (q = (N = e == null ? void 0 : e.value) == null ? void 0 : N.plot) == null ? void 0 : q.getActiveGroupName();
|
|
9386
9386
|
};
|
|
9387
9387
|
Ee(() => {
|
|
9388
|
-
var
|
|
9389
|
-
(
|
|
9388
|
+
var A;
|
|
9389
|
+
(A = e == null ? void 0 : e.value) == null || A.inited().then(() => {
|
|
9390
9390
|
g();
|
|
9391
9391
|
});
|
|
9392
9392
|
});
|
|
9393
|
-
const c = (
|
|
9393
|
+
const c = (A, h, k) => {
|
|
9394
9394
|
var L, V, U, T;
|
|
9395
|
-
if (
|
|
9396
|
-
let M = (V = (L = e == null ? void 0 : e.value) == null ? void 0 : L.plot) == null ? void 0 : V.getLayer(
|
|
9395
|
+
if (A.children) {
|
|
9396
|
+
let M = (V = (L = e == null ? void 0 : e.value) == null ? void 0 : L.plot) == null ? void 0 : V.getLayer(A.id || A.name);
|
|
9397
9397
|
M == null || M.flyTo({
|
|
9398
9398
|
scale: 3,
|
|
9399
9399
|
radius: 6e3
|
|
9400
9400
|
});
|
|
9401
9401
|
} else {
|
|
9402
|
-
let M = (T = (U = e == null ? void 0 : e.value) == null ? void 0 : U.plot) == null ? void 0 : T.getGraphicById(
|
|
9402
|
+
let M = (T = (U = e == null ? void 0 : e.value) == null ? void 0 : U.plot) == null ? void 0 : T.getGraphicById(A.id);
|
|
9403
9403
|
M == null || M.flyTo({
|
|
9404
9404
|
scale: 3,
|
|
9405
9405
|
radius: 6e3
|
|
9406
9406
|
});
|
|
9407
9407
|
}
|
|
9408
|
-
}, d = (
|
|
9408
|
+
}, d = (A, h) => {
|
|
9409
9409
|
var k, L, V, U;
|
|
9410
|
-
if (
|
|
9411
|
-
let T = (L = (k = e == null ? void 0 : e.value) == null ? void 0 : k.plot) == null ? void 0 : L.getLayer(
|
|
9410
|
+
if (A.children) {
|
|
9411
|
+
let T = (L = (k = e == null ? void 0 : e.value) == null ? void 0 : k.plot) == null ? void 0 : L.getLayer(A.id || A.name);
|
|
9412
9412
|
T.show = !T.show;
|
|
9413
9413
|
} else {
|
|
9414
|
-
let T = (U = (V = e == null ? void 0 : e.value) == null ? void 0 : V.plot) == null ? void 0 : U.getGraphicById(
|
|
9414
|
+
let T = (U = (V = e == null ? void 0 : e.value) == null ? void 0 : V.plot) == null ? void 0 : U.getGraphicById(A.id);
|
|
9415
9415
|
T.show = !(T != null && T.show);
|
|
9416
9416
|
}
|
|
9417
9417
|
}, p = () => {
|
|
9418
|
-
var
|
|
9419
|
-
m.value = (h = (
|
|
9420
|
-
},
|
|
9421
|
-
var
|
|
9422
|
-
(h = (
|
|
9423
|
-
},
|
|
9424
|
-
var
|
|
9425
|
-
(h = (
|
|
9418
|
+
var A, h;
|
|
9419
|
+
m.value = (h = (A = e == null ? void 0 : e.value) == null ? void 0 : A.plot) == null ? void 0 : h.activeGroup(l.rightClickItem);
|
|
9420
|
+
}, C = () => {
|
|
9421
|
+
var A, h;
|
|
9422
|
+
(h = (A = e == null ? void 0 : e.value) == null ? void 0 : A.plot) == null || h.deleteGroup(l.rightClickItem);
|
|
9423
|
+
}, B = () => {
|
|
9424
|
+
var A, h;
|
|
9425
|
+
(h = (A = e == null ? void 0 : e.value) == null ? void 0 : A.plot) == null || h.startEditGraphic(l.rightClickItem);
|
|
9426
9426
|
}, D = () => {
|
|
9427
|
-
var
|
|
9428
|
-
(h = (
|
|
9427
|
+
var A, h;
|
|
9428
|
+
(h = (A = e == null ? void 0 : e.value) == null ? void 0 : A.plot) == null || h.deleteGraphic(l.rightClickItem);
|
|
9429
9429
|
}, S = () => {
|
|
9430
9430
|
var h, k, L, V, U, T, M, N;
|
|
9431
9431
|
if (l.rightClickItem.children) {
|
|
@@ -9453,16 +9453,16 @@ const Ln = /* @__PURE__ */ te(On, [["__scopeId", "data-v-26a6de3b"]]), Pn = { cl
|
|
|
9453
9453
|
}, w = () => {
|
|
9454
9454
|
u.value.visible = !0, u.value.title = "\u91CD\u547D\u540D\u5206\u7EC4", u.value.form.name = l.rightClickItem.name;
|
|
9455
9455
|
}, W = () => {
|
|
9456
|
-
var
|
|
9457
|
-
(h = (
|
|
9456
|
+
var A, h;
|
|
9457
|
+
(h = (A = e == null ? void 0 : e.value) == null ? void 0 : A.plot) == null || h.deleteEmptyGroups();
|
|
9458
9458
|
}, R = () => {
|
|
9459
|
-
var
|
|
9460
|
-
u.value.title == "\u6DFB\u52A0\u5206\u7EC4" ? (h = (
|
|
9459
|
+
var A, h, k, L;
|
|
9460
|
+
u.value.title == "\u6DFB\u52A0\u5206\u7EC4" ? (h = (A = e == null ? void 0 : e.value) == null ? void 0 : A.plot) == null || h.addGroup(u.value.form.name) : (L = (k = e == null ? void 0 : e.value) == null ? void 0 : k.plot) == null || L.renameGroup(
|
|
9461
9461
|
u.value.form.name,
|
|
9462
9462
|
l.rightClickItem
|
|
9463
9463
|
), u.value.visible = !1;
|
|
9464
9464
|
};
|
|
9465
|
-
return (
|
|
9465
|
+
return (A, h) => {
|
|
9466
9466
|
const k = O("el-tree"), L = O("el-input"), V = O("el-form-item"), U = O("el-button"), T = O("el-form"), M = O("el-dialog");
|
|
9467
9467
|
return F(), j("div", Pn, [
|
|
9468
9468
|
b("div", { class: "plot-group-top" }, [
|
|
@@ -9496,7 +9496,7 @@ const Ln = /* @__PURE__ */ te(On, [["__scopeId", "data-v-26a6de3b"]]), Pn = { cl
|
|
|
9496
9496
|
b("span", Mn, [
|
|
9497
9497
|
b("span", Gn, [
|
|
9498
9498
|
se(ie(q.name) + " ", 1),
|
|
9499
|
-
q.name ==
|
|
9499
|
+
q.name == E(m) ? (F(), j("i", zn)) : I("", !0)
|
|
9500
9500
|
])
|
|
9501
9501
|
])
|
|
9502
9502
|
]),
|
|
@@ -9516,11 +9516,11 @@ const Ln = /* @__PURE__ */ te(On, [["__scopeId", "data-v-26a6de3b"]]), Pn = { cl
|
|
|
9516
9516
|
}, " \u91CD\u547D\u540D\u5206\u7EC4 ")) : I("", !0),
|
|
9517
9517
|
l.rightClickItem && l.rightClickItem.children ? (F(), j("li", {
|
|
9518
9518
|
key: 2,
|
|
9519
|
-
onClick:
|
|
9519
|
+
onClick: C
|
|
9520
9520
|
}, " \u5220\u9664\u5206\u7EC4 ")) : I("", !0),
|
|
9521
9521
|
l.rightClickItem && !l.rightClickItem.children ? (F(), j("li", {
|
|
9522
9522
|
key: 3,
|
|
9523
|
-
onClick:
|
|
9523
|
+
onClick: B
|
|
9524
9524
|
}, " \u5F00\u59CB\u7F16\u8F91 ")) : I("", !0),
|
|
9525
9525
|
l.rightClickItem && !l.rightClickItem.children ? (F(), j("li", {
|
|
9526
9526
|
key: 4,
|
|
@@ -9584,7 +9584,7 @@ const Ln = /* @__PURE__ */ te(On, [["__scopeId", "data-v-26a6de3b"]]), Pn = { cl
|
|
|
9584
9584
|
};
|
|
9585
9585
|
}
|
|
9586
9586
|
});
|
|
9587
|
-
const Un = /* @__PURE__ */ te(Rn, [["__scopeId", "data-v-
|
|
9587
|
+
const Un = /* @__PURE__ */ te(Rn, [["__scopeId", "data-v-7f5b5d69"]]), zt = (a) => (ve("data-v-84511eec"), a = a(), _e(), a), Jn = { class: "plot-edit-attr" }, Wn = /* @__PURE__ */ zt(() => /* @__PURE__ */ b("div", { class: "plot-edit-attr-top" }, " \u5C5E\u6027\u4FE1\u606F ", -1)), Kn = /* @__PURE__ */ zt(() => /* @__PURE__ */ b("div", { class: "plot-style-title" }, " \u4E3B\u952EID ", -1)), Qn = { class: "plot-style-content" }, Yn = /* @__PURE__ */ zt(() => /* @__PURE__ */ b("div", { class: "plot-style-title" }, " \u6240\u5728\u56FE\u5C42 ", -1)), qn = { class: "plot-style-content" }, Xn = /* @__PURE__ */ zt(() => /* @__PURE__ */ b("div", { class: "plot-style-title" }, " \u6807\u53F7\u7C7B\u578B ", -1)), Zn = { class: "plot-style-content" }, $n = {
|
|
9588
9588
|
name: "PlotEditAttr"
|
|
9589
9589
|
}, er = /* @__PURE__ */ K({
|
|
9590
9590
|
...$n,
|
|
@@ -9678,8 +9678,8 @@ const tr = /* @__PURE__ */ te(er, [["__scopeId", "data-v-84511eec"]]), ar = (a)
|
|
|
9678
9678
|
const s = nt(), o = ["corridor", "rectangle", "polylineVolume"], u = P(""), n = P(!1), r = P(!1), i = P([]), m = () => {
|
|
9679
9679
|
var G, v, w;
|
|
9680
9680
|
l = (v = (G = e == null ? void 0 : e.value) == null ? void 0 : G.plot) == null ? void 0 : v.getGraphicById(s.record[t].editingGraphicId), l._positions_draw ? i.value = l._positions_draw.map((W) => {
|
|
9681
|
-
let R = J.Cesium.Cartographic.fromCartesian(W),
|
|
9682
|
-
return [h,
|
|
9681
|
+
let R = J.Cesium.Cartographic.fromCartesian(W), A = J.Cesium.Math.toDegrees(R.latitude), h = J.Cesium.Math.toDegrees(R.longitude), k = R.height;
|
|
9682
|
+
return [h, A, k];
|
|
9683
9683
|
}) : i.value = l.coordinates, i.value.length < f() && (r.value = !0), l.coordinates && (n.value = !0, ((w = l.style) != null && w.clampToGround || o.indexOf(l.type) != -1) && (n.value = !1));
|
|
9684
9684
|
};
|
|
9685
9685
|
Ee(() => {
|
|
@@ -9705,19 +9705,19 @@ const tr = /* @__PURE__ */ te(er, [["__scopeId", "data-v-84511eec"]]), ar = (a)
|
|
|
9705
9705
|
v.push([G[w], G[w + 1], G[w + 2]]);
|
|
9706
9706
|
v && v.length > 0 && (l.positions = v);
|
|
9707
9707
|
}, d = P(void 0), p = () => {
|
|
9708
|
-
|
|
9708
|
+
C.value = void 0, me(".coordinates-latlngs input").each(function() {
|
|
9709
9709
|
if (me(this).attr("name") == "alt") {
|
|
9710
9710
|
let G = Number(me(this).val()), v = Number(G + (d.value || 0));
|
|
9711
9711
|
me(this).val(v);
|
|
9712
9712
|
}
|
|
9713
9713
|
}), c();
|
|
9714
|
-
},
|
|
9714
|
+
}, C = P(void 0), B = () => {
|
|
9715
9715
|
d.value = void 0, me(".coordinates-latlngs input").each(function() {
|
|
9716
|
-
me(this).attr("name") == "alt" && me(this).val(
|
|
9716
|
+
me(this).attr("name") == "alt" && me(this).val(C.value || 0);
|
|
9717
9717
|
}), c();
|
|
9718
9718
|
}, D = (G) => {
|
|
9719
|
-
let v = i.value[G], w, W, R,
|
|
9720
|
-
G == i.value.length - 1 ? (w = i.value[0], R = Number(((v[0] + w[0]) / 2).toFixed(6)),
|
|
9719
|
+
let v = i.value[G], w, W, R, A, h;
|
|
9720
|
+
G == i.value.length - 1 ? (w = i.value[0], R = Number(((v[0] + w[0]) / 2).toFixed(6)), A = Number(((v[1] + w[1]) / 2).toFixed(6)), h = Number(((v[2] + w[2]) / 2).toFixed(1)), W = [R, A, h], i.value.push(W)) : (w = i.value[G + 1], R = Number(((v[0] + w[0]) / 2).toFixed(6)), A = Number(((v[1] + w[1]) / 2).toFixed(6)), h = Number(((v[2] + w[2]) / 2).toFixed(1)), W = [R, A, h], i.value.splice(G, 0, W)), setTimeout(() => {
|
|
9721
9721
|
c();
|
|
9722
9722
|
}, 500);
|
|
9723
9723
|
}, S = (G) => {
|
|
@@ -9747,7 +9747,7 @@ const tr = /* @__PURE__ */ te(er, [["__scopeId", "data-v-84511eec"]]), ar = (a)
|
|
|
9747
9747
|
default: _(() => [
|
|
9748
9748
|
y(w, {
|
|
9749
9749
|
modelValue: d.value,
|
|
9750
|
-
"onUpdate:modelValue": v[0] || (v[0] = (
|
|
9750
|
+
"onUpdate:modelValue": v[0] || (v[0] = (A) => d.value = A),
|
|
9751
9751
|
class: "coordinates-add-height",
|
|
9752
9752
|
precision: 8,
|
|
9753
9753
|
step: 0.1,
|
|
@@ -9762,12 +9762,12 @@ const tr = /* @__PURE__ */ te(er, [["__scopeId", "data-v-84511eec"]]), ar = (a)
|
|
|
9762
9762
|
}, {
|
|
9763
9763
|
default: _(() => [
|
|
9764
9764
|
y(w, {
|
|
9765
|
-
modelValue:
|
|
9766
|
-
"onUpdate:modelValue": v[1] || (v[1] = (
|
|
9765
|
+
modelValue: C.value,
|
|
9766
|
+
"onUpdate:modelValue": v[1] || (v[1] = (A) => C.value = A),
|
|
9767
9767
|
class: "coordinates-reset-height",
|
|
9768
9768
|
precision: 8,
|
|
9769
9769
|
step: 0.1,
|
|
9770
|
-
onChange:
|
|
9770
|
+
onChange: B
|
|
9771
9771
|
}, null, 8, ["modelValue", "step"])
|
|
9772
9772
|
]),
|
|
9773
9773
|
_: 1
|
|
@@ -9777,8 +9777,8 @@ const tr = /* @__PURE__ */ te(er, [["__scopeId", "data-v-84511eec"]]), ar = (a)
|
|
|
9777
9777
|
}, 512), [
|
|
9778
9778
|
[Z, o.indexOf(u.value) == -1 && n.value]
|
|
9779
9779
|
]),
|
|
9780
|
-
(F(!0), j(oe, null, ne(i.value, (
|
|
9781
|
-
key:
|
|
9780
|
+
(F(!0), j(oe, null, ne(i.value, (A, h) => (F(), H(R, {
|
|
9781
|
+
key: A[0] + h
|
|
9782
9782
|
}, {
|
|
9783
9783
|
default: _(() => [
|
|
9784
9784
|
y(W, {
|
|
@@ -9805,8 +9805,8 @@ const tr = /* @__PURE__ */ te(er, [["__scopeId", "data-v-84511eec"]]), ar = (a)
|
|
|
9805
9805
|
y(W, { label: "\u7ECF\u5EA6" }, {
|
|
9806
9806
|
default: _(() => [
|
|
9807
9807
|
y(w, {
|
|
9808
|
-
modelValue:
|
|
9809
|
-
"onUpdate:modelValue": (k) =>
|
|
9808
|
+
modelValue: A[0],
|
|
9809
|
+
"onUpdate:modelValue": (k) => A[0] = k,
|
|
9810
9810
|
class: "coordinates-latlngs",
|
|
9811
9811
|
name: "lon",
|
|
9812
9812
|
precision: 8,
|
|
@@ -9819,8 +9819,8 @@ const tr = /* @__PURE__ */ te(er, [["__scopeId", "data-v-84511eec"]]), ar = (a)
|
|
|
9819
9819
|
y(W, { label: "\u7EAC\u5EA6" }, {
|
|
9820
9820
|
default: _(() => [
|
|
9821
9821
|
y(w, {
|
|
9822
|
-
modelValue:
|
|
9823
|
-
"onUpdate:modelValue": (k) =>
|
|
9822
|
+
modelValue: A[1],
|
|
9823
|
+
"onUpdate:modelValue": (k) => A[1] = k,
|
|
9824
9824
|
class: "coordinates-latlngs",
|
|
9825
9825
|
name: "lat",
|
|
9826
9826
|
precision: 8,
|
|
@@ -9833,8 +9833,8 @@ const tr = /* @__PURE__ */ te(er, [["__scopeId", "data-v-84511eec"]]), ar = (a)
|
|
|
9833
9833
|
X(y(W, { label: "\u9AD8\u5EA6" }, {
|
|
9834
9834
|
default: _(() => [
|
|
9835
9835
|
y(w, {
|
|
9836
|
-
modelValue:
|
|
9837
|
-
"onUpdate:modelValue": (k) =>
|
|
9836
|
+
modelValue: A[2],
|
|
9837
|
+
"onUpdate:modelValue": (k) => A[2] = k,
|
|
9838
9838
|
class: "coordinates-latlngs",
|
|
9839
9839
|
name: "alt",
|
|
9840
9840
|
precision: 8,
|
|
@@ -9871,14 +9871,14 @@ const dr = /* @__PURE__ */ te(rr, [["__scopeId", "data-v-2e4c272c"]]), cr = { cl
|
|
|
9871
9871
|
});
|
|
9872
9872
|
});
|
|
9873
9873
|
const m = () => {
|
|
9874
|
-
var g, c, d, p,
|
|
9875
|
-
s = (c = (g = e == null ? void 0 : e.value) == null ? void 0 : g.plot) == null ? void 0 : c.getGraphicById(o.record[t].editingGraphicId), s != null && s.type && (n.value = (
|
|
9874
|
+
var g, c, d, p, C, B;
|
|
9875
|
+
s = (c = (g = e == null ? void 0 : e.value) == null ? void 0 : g.plot) == null ? void 0 : c.getGraphicById(o.record[t].editingGraphicId), s != null && s.type && (n.value = (C = l[((p = (d = s.attr) == null ? void 0 : d.attrOri) == null ? void 0 : p.edittype) || s.type]) == null ? void 0 : C.style, r.value = (B = l.label) == null ? void 0 : B.style, i.value = Le(s.style));
|
|
9876
9876
|
}, f = () => {
|
|
9877
9877
|
const g = Le(i.value);
|
|
9878
9878
|
s.setStyle(g);
|
|
9879
9879
|
};
|
|
9880
9880
|
return (g, c) => {
|
|
9881
|
-
const d = O("el-color-picker"), p = O("el-switch"),
|
|
9881
|
+
const d = O("el-color-picker"), p = O("el-switch"), C = O("el-slider"), B = O("el-option"), D = O("el-select"), S = O("el-input"), G = O("el-input-number");
|
|
9882
9882
|
return F(), j("div", cr, [
|
|
9883
9883
|
b("div", mr, [
|
|
9884
9884
|
b("div", {
|
|
@@ -9908,7 +9908,7 @@ const dr = /* @__PURE__ */ te(rr, [["__scopeId", "data-v-2e4c272c"]]), cr = { cl
|
|
|
9908
9908
|
"inactive-text": "\u5426",
|
|
9909
9909
|
onChange: f
|
|
9910
9910
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])) : I("", !0),
|
|
9911
|
-
v.type == "slider" ? (F(), H(
|
|
9911
|
+
v.type == "slider" ? (F(), H(C, {
|
|
9912
9912
|
key: 2,
|
|
9913
9913
|
modelValue: i.value[v.name],
|
|
9914
9914
|
"onUpdate:modelValue": (w) => i.value[v.name] = w,
|
|
@@ -9925,7 +9925,7 @@ const dr = /* @__PURE__ */ te(rr, [["__scopeId", "data-v-2e4c272c"]]), cr = { cl
|
|
|
9925
9925
|
onChange: f
|
|
9926
9926
|
}, {
|
|
9927
9927
|
default: _(() => [
|
|
9928
|
-
(F(!0), j(oe, null, ne(v.data, (w) => (F(), H(
|
|
9928
|
+
(F(!0), j(oe, null, ne(v.data, (w) => (F(), H(B, {
|
|
9929
9929
|
key: w.value,
|
|
9930
9930
|
label: w.text,
|
|
9931
9931
|
value: w.value
|
|
@@ -9993,7 +9993,7 @@ const dr = /* @__PURE__ */ te(rr, [["__scopeId", "data-v-2e4c272c"]]), cr = { cl
|
|
|
9993
9993
|
"inactive-text": "\u5426",
|
|
9994
9994
|
onChange: f
|
|
9995
9995
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])) : I("", !0),
|
|
9996
|
-
v.type == "slider" ? (F(), H(
|
|
9996
|
+
v.type == "slider" ? (F(), H(C, {
|
|
9997
9997
|
key: 2,
|
|
9998
9998
|
modelValue: i.value.label[v.name],
|
|
9999
9999
|
"onUpdate:modelValue": (w) => i.value.label[v.name] = w,
|
|
@@ -10010,7 +10010,7 @@ const dr = /* @__PURE__ */ te(rr, [["__scopeId", "data-v-2e4c272c"]]), cr = { cl
|
|
|
10010
10010
|
onChange: f
|
|
10011
10011
|
}, {
|
|
10012
10012
|
default: _(() => [
|
|
10013
|
-
(F(!0), j(oe, null, ne(v.data, (w) => (F(), H(
|
|
10013
|
+
(F(!0), j(oe, null, ne(v.data, (w) => (F(), H(B, {
|
|
10014
10014
|
key: w.value,
|
|
10015
10015
|
label: w.text,
|
|
10016
10016
|
value: w.value
|
|
@@ -10125,29 +10125,29 @@ const Dr = /* @__PURE__ */ te(Ar, [["__scopeId", "data-v-da5bbe8f"]]), wr = (a)
|
|
|
10125
10125
|
setup(a) {
|
|
10126
10126
|
const e = z(de), t = z(Y, ""), l = nt();
|
|
10127
10127
|
Ee(() => {
|
|
10128
|
-
var
|
|
10129
|
-
(
|
|
10128
|
+
var A;
|
|
10129
|
+
(A = e == null ? void 0 : e.value) == null || A.inited().then(() => {
|
|
10130
10130
|
var h, k;
|
|
10131
10131
|
g(), (k = (h = e == null ? void 0 : e.value) == null ? void 0 : h.plot) == null || k.init();
|
|
10132
10132
|
});
|
|
10133
10133
|
});
|
|
10134
10134
|
const s = pe(() => Boolean(l.record[t].editingGraphicId)), o = P("\u8D44\u6E90\u5217\u8868");
|
|
10135
10135
|
let u = "";
|
|
10136
|
-
Pe(() => o.value, (
|
|
10136
|
+
Pe(() => o.value, (A, h) => {
|
|
10137
10137
|
u = h;
|
|
10138
|
-
}), Pe(() => s.value, (
|
|
10139
|
-
|
|
10138
|
+
}), Pe(() => s.value, (A) => {
|
|
10139
|
+
A ? o.value = "\u6807\u7ED8\u7F16\u8F91" : o.value == "\u6807\u7ED8\u7F16\u8F91" && (o.value = u || "\u8D44\u6E90\u5217\u8868");
|
|
10140
10140
|
});
|
|
10141
|
-
const n = (
|
|
10142
|
-
|
|
10141
|
+
const n = (A, h) => {
|
|
10142
|
+
A.paneName == "\u6807\u7ED8\u7F16\u8F91";
|
|
10143
10143
|
}, r = P({}), i = P("");
|
|
10144
10144
|
mt(ha, i);
|
|
10145
|
-
const m = (
|
|
10146
|
-
r.value =
|
|
10145
|
+
const m = (A) => {
|
|
10146
|
+
r.value = A || {}, r.value.clear = !r.value.overly, r.value.flyTo = !0, me("#input_plot_file").trigger("click");
|
|
10147
10147
|
}, f = () => {
|
|
10148
10148
|
window.addEventListener ? document.getElementById("input_plot_file").value = "" : document.getElementById("input_plot_file").outerHTML += "";
|
|
10149
10149
|
}, g = () => {
|
|
10150
|
-
me("#input_plot_file").on("change", function(
|
|
10150
|
+
me("#input_plot_file").on("change", function(A) {
|
|
10151
10151
|
var V, U;
|
|
10152
10152
|
let h = this.files[0], k = h.name, L = k.substring(k.lastIndexOf(".") + 1, k.length).toLowerCase();
|
|
10153
10153
|
if (r.value.symbol = null, L == "json" || L == "geojson") {
|
|
@@ -10183,41 +10183,41 @@ const Dr = /* @__PURE__ */ te(Ar, [["__scopeId", "data-v-da5bbe8f"]]), wr = (a)
|
|
|
10183
10183
|
overly: !0
|
|
10184
10184
|
});
|
|
10185
10185
|
}, p = () => {
|
|
10186
|
-
var
|
|
10187
|
-
(h = (
|
|
10188
|
-
},
|
|
10189
|
-
var
|
|
10190
|
-
(h = (
|
|
10191
|
-
},
|
|
10192
|
-
var
|
|
10193
|
-
|
|
10186
|
+
var A, h;
|
|
10187
|
+
(h = (A = e == null ? void 0 : e.value) == null ? void 0 : A.plot) == null || h.downloadJson("\u6807\u7ED8");
|
|
10188
|
+
}, C = () => {
|
|
10189
|
+
var A, h;
|
|
10190
|
+
(h = (A = e == null ? void 0 : e.value) == null ? void 0 : A.plot) == null || h.deleteAll();
|
|
10191
|
+
}, B = P(!0), D = () => {
|
|
10192
|
+
var A, h;
|
|
10193
|
+
B.value = !B.value, (h = (A = e == null ? void 0 : e.value) == null ? void 0 : A.plot) == null || h.hasEdit(B.value);
|
|
10194
10194
|
}, S = P(!1), G = () => {
|
|
10195
|
-
var
|
|
10196
|
-
S.value = !S.value, (h = (
|
|
10195
|
+
var A, h;
|
|
10196
|
+
S.value = !S.value, (h = (A = e == null ? void 0 : e.value) == null ? void 0 : A.plot) == null || h.hasPopup(S.value);
|
|
10197
10197
|
};
|
|
10198
10198
|
De(() => {
|
|
10199
|
-
var
|
|
10200
|
-
(h = (
|
|
10199
|
+
var A, h;
|
|
10200
|
+
(h = (A = e == null ? void 0 : e.value) == null ? void 0 : A.plot) == null || h.destroy();
|
|
10201
10201
|
});
|
|
10202
10202
|
const v = () => {
|
|
10203
10203
|
var h, k;
|
|
10204
|
-
const
|
|
10205
|
-
|
|
10204
|
+
const A = (k = (h = e == null ? void 0 : e.value) == null ? void 0 : h.plot) == null ? void 0 : k.getGraphicById(l.record[t].editingGraphicId);
|
|
10205
|
+
A == null || A.flyTo({
|
|
10206
10206
|
scale: 2,
|
|
10207
10207
|
radius: 1e3
|
|
10208
10208
|
});
|
|
10209
10209
|
}, w = () => {
|
|
10210
10210
|
var h, k, L, V;
|
|
10211
|
-
const
|
|
10212
|
-
(V = (L = e == null ? void 0 : e.value) == null ? void 0 : L.plot) == null || V.downloadJson(
|
|
10211
|
+
const A = (k = (h = e == null ? void 0 : e.value) == null ? void 0 : h.plot) == null ? void 0 : k.getGraphicById(l.record[t].editingGraphicId);
|
|
10212
|
+
(V = (L = e == null ? void 0 : e.value) == null ? void 0 : L.plot) == null || V.downloadJson(A.name, A);
|
|
10213
10213
|
}, W = () => {
|
|
10214
|
-
var
|
|
10215
|
-
(h = (
|
|
10214
|
+
var A, h;
|
|
10215
|
+
(h = (A = e == null ? void 0 : e.value) == null ? void 0 : A.plot) == null || h.deleteGraphicById(l.record[t].editingGraphicId);
|
|
10216
10216
|
}, R = () => {
|
|
10217
|
-
var
|
|
10218
|
-
(h = (
|
|
10217
|
+
var A, h;
|
|
10218
|
+
(h = (A = e == null ? void 0 : e.value) == null ? void 0 : A.plot) == null || h.stopEditting(l.record[t].editingGraphicId);
|
|
10219
10219
|
};
|
|
10220
|
-
return (
|
|
10220
|
+
return (A, h) => {
|
|
10221
10221
|
const k = O("el-tab-pane"), L = O("el-tabs");
|
|
10222
10222
|
return F(), j("div", kr, [
|
|
10223
10223
|
X(b("div", Sr, [
|
|
@@ -10237,8 +10237,8 @@ const Dr = /* @__PURE__ */ te(Ar, [["__scopeId", "data-v-da5bbe8f"]]), wr = (a)
|
|
|
10237
10237
|
onClick: p
|
|
10238
10238
|
}),
|
|
10239
10239
|
b("i", {
|
|
10240
|
-
class: le(["fa",
|
|
10241
|
-
title: `\u662F\u5426\u53EF\u7F16\u8F91:\uFF08${
|
|
10240
|
+
class: le(["fa", B.value ? "fa-unlock" : "fa-lock"]),
|
|
10241
|
+
title: `\u662F\u5426\u53EF\u7F16\u8F91:\uFF08${B.value}\uFF09`,
|
|
10242
10242
|
onClick: D
|
|
10243
10243
|
}, null, 10, xr),
|
|
10244
10244
|
b("i", {
|
|
@@ -10249,7 +10249,7 @@ const Dr = /* @__PURE__ */ te(Ar, [["__scopeId", "data-v-da5bbe8f"]]), wr = (a)
|
|
|
10249
10249
|
b("i", {
|
|
10250
10250
|
class: le(["fa", "fa-trash-o"]),
|
|
10251
10251
|
title: "\u6E05\u7A7A\u6807\u7ED8",
|
|
10252
|
-
onClick:
|
|
10252
|
+
onClick: C
|
|
10253
10253
|
})
|
|
10254
10254
|
], 512), [
|
|
10255
10255
|
[Z, o.value != "\u6807\u7ED8\u7F16\u8F91"]
|
|
@@ -10306,10 +10306,10 @@ const Dr = /* @__PURE__ */ te(Ar, [["__scopeId", "data-v-da5bbe8f"]]), wr = (a)
|
|
|
10306
10306
|
y(k, {
|
|
10307
10307
|
label: "\u6807\u7ED8\u7F16\u8F91",
|
|
10308
10308
|
name: "\u6807\u7ED8\u7F16\u8F91",
|
|
10309
|
-
disabled: !
|
|
10309
|
+
disabled: !E(s)
|
|
10310
10310
|
}, {
|
|
10311
10311
|
default: _(() => [
|
|
10312
|
-
|
|
10312
|
+
E(s) ? (F(), H(Dr, { key: 0 })) : I("", !0)
|
|
10313
10313
|
]),
|
|
10314
10314
|
_: 1
|
|
10315
10315
|
}, 8, ["disabled"])
|
|
@@ -10340,15 +10340,15 @@ const Mr = /* @__PURE__ */ te(Tr, [["__scopeId", "data-v-2b446e23"]]), Gr = {
|
|
|
10340
10340
|
shrinkWindow: m,
|
|
10341
10341
|
closeWindow: f
|
|
10342
10342
|
} = Te(s, t, l);
|
|
10343
|
-
return (g, c) =>
|
|
10343
|
+
return (g, c) => E(n) && E(i) ? X((F(), H(Be, {
|
|
10344
10344
|
key: 0,
|
|
10345
|
-
id:
|
|
10345
|
+
id: E(o),
|
|
10346
10346
|
class: "sat-plot",
|
|
10347
10347
|
"is-minimize": !0,
|
|
10348
10348
|
"is-close": !0,
|
|
10349
|
-
"minimize-event":
|
|
10350
|
-
"close-event":
|
|
10351
|
-
title:
|
|
10349
|
+
"minimize-event": E(m),
|
|
10350
|
+
"close-event": E(f),
|
|
10351
|
+
title: E(u)
|
|
10352
10352
|
}, {
|
|
10353
10353
|
default: _(() => [
|
|
10354
10354
|
re(g.$slots, "default"),
|
|
@@ -10356,7 +10356,7 @@ const Mr = /* @__PURE__ */ te(Tr, [["__scopeId", "data-v-2b446e23"]]), Gr = {
|
|
|
10356
10356
|
]),
|
|
10357
10357
|
_: 3
|
|
10358
10358
|
}, 8, ["id", "minimize-event", "close-event", "title"])), [
|
|
10359
|
-
[Z,
|
|
10359
|
+
[Z, E(r)]
|
|
10360
10360
|
]) : I("", !0);
|
|
10361
10361
|
}
|
|
10362
10362
|
}), Vr = ye(zr), Ir = {
|
|
@@ -10378,22 +10378,22 @@ const Mr = /* @__PURE__ */ te(Tr, [["__scopeId", "data-v-2b446e23"]]), Gr = {
|
|
|
10378
10378
|
shrinkWindow: m,
|
|
10379
10379
|
closeWindow: f
|
|
10380
10380
|
} = Te(s, t, l);
|
|
10381
|
-
return (g, c) =>
|
|
10381
|
+
return (g, c) => E(n) && E(i) ? X((F(), H(Be, {
|
|
10382
10382
|
key: 0,
|
|
10383
|
-
id:
|
|
10383
|
+
id: E(o),
|
|
10384
10384
|
class: "sat-roam",
|
|
10385
10385
|
"is-minimize": !0,
|
|
10386
10386
|
"is-close": !0,
|
|
10387
|
-
"minimize-event":
|
|
10388
|
-
"close-event":
|
|
10389
|
-
title:
|
|
10387
|
+
"minimize-event": E(m),
|
|
10388
|
+
"close-event": E(f),
|
|
10389
|
+
title: E(u)
|
|
10390
10390
|
}, {
|
|
10391
10391
|
default: _(() => [
|
|
10392
10392
|
re(g.$slots, "default")
|
|
10393
10393
|
]),
|
|
10394
10394
|
_: 3
|
|
10395
10395
|
}, 8, ["id", "minimize-event", "close-event", "title"])), [
|
|
10396
|
-
[Z,
|
|
10396
|
+
[Z, E(r)]
|
|
10397
10397
|
]) : I("", !0);
|
|
10398
10398
|
}
|
|
10399
10399
|
}), Hr = ye(Nr), Rr = {
|
|
@@ -10415,25 +10415,25 @@ const Mr = /* @__PURE__ */ te(Tr, [["__scopeId", "data-v-2b446e23"]]), Gr = {
|
|
|
10415
10415
|
shrinkWindow: m,
|
|
10416
10416
|
closeWindow: f
|
|
10417
10417
|
} = Te(s, t, l);
|
|
10418
|
-
return (g, c) =>
|
|
10418
|
+
return (g, c) => E(n) && E(i) ? X((F(), H(Be, {
|
|
10419
10419
|
key: 0,
|
|
10420
|
-
id:
|
|
10420
|
+
id: E(o),
|
|
10421
10421
|
class: "sat-video-fusion",
|
|
10422
10422
|
"is-minimize": !0,
|
|
10423
10423
|
"is-close": !0,
|
|
10424
|
-
"minimize-event":
|
|
10425
|
-
"close-event":
|
|
10426
|
-
title:
|
|
10424
|
+
"minimize-event": E(m),
|
|
10425
|
+
"close-event": E(f),
|
|
10426
|
+
title: E(u)
|
|
10427
10427
|
}, {
|
|
10428
10428
|
default: _(() => [
|
|
10429
10429
|
re(g.$slots, "default")
|
|
10430
10430
|
]),
|
|
10431
10431
|
_: 3
|
|
10432
10432
|
}, 8, ["id", "minimize-event", "close-event", "title"])), [
|
|
10433
|
-
[Z,
|
|
10433
|
+
[Z, E(r)]
|
|
10434
10434
|
]) : I("", !0);
|
|
10435
10435
|
}
|
|
10436
|
-
}), Jr = ye(Ur), Wr = (a) => (ve("data-v-
|
|
10436
|
+
}), Jr = ye(Ur), Wr = (a) => (ve("data-v-3f7dcdf4"), a = a(), _e(), a), Kr = /* @__PURE__ */ Wr(() => /* @__PURE__ */ b("div", { class: "sat-task-view__trigger" }, [
|
|
10437
10437
|
/* @__PURE__ */ b("i", { class: "fa fa-window-restore" })
|
|
10438
10438
|
], -1)), Qr = ["onMouseenter", "onClick"], Yr = { class: "sat-task-view__item-header" }, qr = ["title"], Xr = ["onClick"], Zr = { class: "fa fa-close" }, $r = ["id"], ed = {
|
|
10439
10439
|
name: "SatTaskView"
|
|
@@ -10448,9 +10448,12 @@ const Mr = /* @__PURE__ */ te(Tr, [["__scopeId", "data-v-2b446e23"]]), Gr = {
|
|
|
10448
10448
|
setup(a) {
|
|
10449
10449
|
const e = a, t = z(Y, ""), l = P(!1), s = "_task-view", o = async (c) => {
|
|
10450
10450
|
c ? (ta.start(), m.value.forEach((d) => {
|
|
10451
|
+
var B, D;
|
|
10451
10452
|
me("#" + d.eleId + s).empty();
|
|
10452
|
-
const p = me("#" + d.eleId)
|
|
10453
|
-
p.attr("
|
|
10453
|
+
const p = me("#" + d.eleId);
|
|
10454
|
+
p.attr("old-dz", p[0].style.display + "," + p[0].style.zIndex), p[0].style.display = "block", p[0].style.zIndex = "-1";
|
|
10455
|
+
const C = p.clone();
|
|
10456
|
+
C.attr("id", qe()), me("#" + d.eleId + s).append(C), p[0].style.display = ((B = p.attr("old-dz")) == null ? void 0 : B.split(",")[0]) || "", p[0].style.zIndex = ((D = p.attr("old-dz")) == null ? void 0 : D.split(",")[1]) || "";
|
|
10454
10457
|
}), ta.done(), document.onkeydown = (d) => {
|
|
10455
10458
|
(d.key == "Escape" || d.keyCode == 27) && o(!1);
|
|
10456
10459
|
}) : document.onkeydown = null, l.value = c;
|
|
@@ -10464,20 +10467,20 @@ const Mr = /* @__PURE__ */ te(Tr, [["__scopeId", "data-v-2b446e23"]]), Gr = {
|
|
|
10464
10467
|
var d;
|
|
10465
10468
|
(d = c == null ? void 0 : c.onDestroy) == null || d.call(c), m.value.length == 0 && o(!1);
|
|
10466
10469
|
}, g = (c) => {
|
|
10467
|
-
var p,
|
|
10470
|
+
var p, C;
|
|
10468
10471
|
(p = c == null ? void 0 : c.onActive) == null || p.call(c), o(!1);
|
|
10469
10472
|
const d = document.getElementById(c.name) || document.getElementById(c.eleId || "");
|
|
10470
|
-
d && (
|
|
10473
|
+
d && (C = n.record[t]) != null && C.satPanelzIndex && (n.record[t].satPanelzIndex++, d.style.zIndex = n.record[t].satPanelzIndex.toString());
|
|
10471
10474
|
};
|
|
10472
10475
|
return Ee(() => {
|
|
10473
10476
|
n.record[t].enabled = !0;
|
|
10474
10477
|
}), De(() => {
|
|
10475
10478
|
n.record[t].enabled = !1;
|
|
10476
10479
|
}), (c, d) => {
|
|
10477
|
-
const p = O("el-tooltip"),
|
|
10480
|
+
const p = O("el-tooltip"), C = O("el-scrollbar");
|
|
10478
10481
|
return F(), j(oe, null, [
|
|
10479
10482
|
b("div", ll(c.$attrs, {
|
|
10480
|
-
onClick: d[0] || (d[0] = (
|
|
10483
|
+
onClick: d[0] || (d[0] = (B) => o(!0))
|
|
10481
10484
|
}), [
|
|
10482
10485
|
re(c.$slots, "trigger", {}, () => [
|
|
10483
10486
|
y(p, {
|
|
@@ -10495,42 +10498,42 @@ const Mr = /* @__PURE__ */ te(Tr, [["__scopeId", "data-v-2b446e23"]]), Gr = {
|
|
|
10495
10498
|
default: _(() => [
|
|
10496
10499
|
X(b("div", {
|
|
10497
10500
|
class: "sat-task-view",
|
|
10498
|
-
onClick: d[2] || (d[2] = (
|
|
10501
|
+
onClick: d[2] || (d[2] = (B) => o(!1))
|
|
10499
10502
|
}, [
|
|
10500
|
-
y(
|
|
10503
|
+
y(C, null, {
|
|
10501
10504
|
default: _(() => [
|
|
10502
|
-
(F(!0), j(oe, null, ne(
|
|
10503
|
-
key:
|
|
10505
|
+
(F(!0), j(oe, null, ne(E(m), (B) => (F(), j("div", {
|
|
10506
|
+
key: B.name,
|
|
10504
10507
|
class: "sat-task-view__item",
|
|
10505
|
-
onMouseenter: (D) => u.value =
|
|
10508
|
+
onMouseenter: (D) => u.value = B,
|
|
10506
10509
|
onMouseleave: d[1] || (d[1] = (D) => u.value = void 0),
|
|
10507
|
-
onClick: ft((D) => g(
|
|
10510
|
+
onClick: ft((D) => g(B), ["stop"])
|
|
10508
10511
|
}, [
|
|
10509
10512
|
b("div", Yr, [
|
|
10510
|
-
|
|
10513
|
+
B.faClass ? (F(), j("i", {
|
|
10511
10514
|
key: 0,
|
|
10512
|
-
class: le(["perfix-icon", "fa",
|
|
10515
|
+
class: le(["perfix-icon", "fa", B.faClass])
|
|
10513
10516
|
}, null, 2)) : I("", !0),
|
|
10514
10517
|
b("div", {
|
|
10515
|
-
title:
|
|
10518
|
+
title: B.label,
|
|
10516
10519
|
class: "wot",
|
|
10517
10520
|
style: jt({
|
|
10518
|
-
maxWidth:
|
|
10521
|
+
maxWidth: B.maxWidth
|
|
10519
10522
|
})
|
|
10520
|
-
}, ie(
|
|
10523
|
+
}, ie(B.label), 13, qr),
|
|
10521
10524
|
X(b("div", {
|
|
10522
10525
|
class: "close-area",
|
|
10523
|
-
onClick: ft((D) => f(
|
|
10526
|
+
onClick: ft((D) => f(B), ["stop"])
|
|
10524
10527
|
}, [
|
|
10525
10528
|
X(b("i", Zr, null, 512), [
|
|
10526
|
-
[Z, u.value && u.value.name ==
|
|
10529
|
+
[Z, u.value && u.value.name == B.name]
|
|
10527
10530
|
])
|
|
10528
10531
|
], 8, Xr), [
|
|
10529
|
-
[Z,
|
|
10532
|
+
[Z, B.isShowTaskViewClose]
|
|
10530
10533
|
])
|
|
10531
10534
|
]),
|
|
10532
10535
|
b("div", {
|
|
10533
|
-
id:
|
|
10536
|
+
id: B.eleId + s,
|
|
10534
10537
|
class: "sat-task-view__item-content"
|
|
10535
10538
|
}, null, 8, $r)
|
|
10536
10539
|
], 40, Qr))), 128))
|
|
@@ -10547,7 +10550,7 @@ const Mr = /* @__PURE__ */ te(Tr, [["__scopeId", "data-v-2b446e23"]]), Gr = {
|
|
|
10547
10550
|
};
|
|
10548
10551
|
}
|
|
10549
10552
|
});
|
|
10550
|
-
const ad = /* @__PURE__ */ te(td, [["__scopeId", "data-v-
|
|
10553
|
+
const ad = /* @__PURE__ */ te(td, [["__scopeId", "data-v-3f7dcdf4"]]), ld = ye(ad), sd = [
|
|
10551
10554
|
lu,
|
|
10552
10555
|
Fu,
|
|
10553
10556
|
Cu,
|