sctj-components 1.1.34 → 1.1.37
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/lib/sctj-components.es.js +12 -7
- package/lib/sctj-components.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -30,7 +30,7 @@ if (typeof window !== "undefined") {
|
|
|
30
30
|
loadSvg();
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
const
|
|
33
|
+
const index_vue_vue_type_style_index_0_scoped_d535ba4f_lang = "";
|
|
34
34
|
const _export_sfc = (sfc, props) => {
|
|
35
35
|
const target = sfc.__vccOpts || sfc;
|
|
36
36
|
for (const [key, val] of props) {
|
|
@@ -53,7 +53,11 @@ const _sfc_main$y = {
|
|
|
53
53
|
const props = __props;
|
|
54
54
|
const values = computed$1(() => {
|
|
55
55
|
if (props.value !== null && typeof props.value !== "undefined") {
|
|
56
|
-
|
|
56
|
+
if (Array.isArray(props.value))
|
|
57
|
+
return props.value;
|
|
58
|
+
if (typeof props.value === "string")
|
|
59
|
+
return props.value.split(",").filter((item) => item);
|
|
60
|
+
return [props.value];
|
|
57
61
|
} else {
|
|
58
62
|
return [];
|
|
59
63
|
}
|
|
@@ -87,7 +91,7 @@ const _sfc_main$y = {
|
|
|
87
91
|
};
|
|
88
92
|
}
|
|
89
93
|
};
|
|
90
|
-
const SCTJDictTag = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-
|
|
94
|
+
const SCTJDictTag = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-d535ba4f"]]);
|
|
91
95
|
const index_vue_vue_type_style_index_0_scope_true_lang = "";
|
|
92
96
|
const _hoisted_1$p = ["xlink:href", "fill"];
|
|
93
97
|
const _sfc_main$x = {
|
|
@@ -10198,8 +10202,8 @@ const _sfc_main$5 = {
|
|
|
10198
10202
|
}
|
|
10199
10203
|
};
|
|
10200
10204
|
const SCTJTrackPlayback = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-87a3abe5"]]);
|
|
10201
|
-
const
|
|
10202
|
-
const _withScopeId$3 = (n) => (pushScopeId("data-v-
|
|
10205
|
+
const index_vue_vue_type_style_index_0_scoped_e5322b91_lang = "";
|
|
10206
|
+
const _withScopeId$3 = (n) => (pushScopeId("data-v-e5322b91"), n = n(), popScopeId(), n);
|
|
10203
10207
|
const _hoisted_1$3 = {
|
|
10204
10208
|
key: 0,
|
|
10205
10209
|
class: "btn-container"
|
|
@@ -10996,13 +11000,14 @@ const _sfc_main$4 = {
|
|
|
10996
11000
|
} else if (target instanceof AMap.Polyline) {
|
|
10997
11001
|
deletePolyline(target);
|
|
10998
11002
|
} else if (target instanceof AMap.Polygon) {
|
|
11003
|
+
console.log("target", target);
|
|
10999
11004
|
deletePolygon(target);
|
|
11000
11005
|
} else if (target instanceof AMap.BezierCurve) {
|
|
11001
11006
|
deleteBezierCurve(target);
|
|
11002
11007
|
} else if (target instanceof AMap.Circle) {
|
|
11003
11008
|
deleteCircle(target);
|
|
11004
11009
|
} else {
|
|
11005
|
-
if (props.immediateComplete) {
|
|
11010
|
+
if (props.immediateComplete && currentEditingObj.value) {
|
|
11006
11011
|
handleConfirm();
|
|
11007
11012
|
} else {
|
|
11008
11013
|
closeEditor();
|
|
@@ -11776,7 +11781,7 @@ const _sfc_main$4 = {
|
|
|
11776
11781
|
};
|
|
11777
11782
|
}
|
|
11778
11783
|
};
|
|
11779
|
-
const SCTJMapDrawing = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
11784
|
+
const SCTJMapDrawing = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-e5322b91"]]);
|
|
11780
11785
|
const BimViewer_vue_vue_type_style_index_0_scoped_5d1b1a03_lang = "";
|
|
11781
11786
|
const _withScopeId$2 = (n) => (pushScopeId("data-v-5d1b1a03"), n = n(), popScopeId(), n);
|
|
11782
11787
|
const _hoisted_1$2 = {
|