@kq_npm/client3d_webgl_vue 4.5.2 → 4.5.4-beta
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/adddata/index.js +355 -538
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +172 -239
- package/baseterraingallery/index.js +124 -145
- package/boxclip/index.js +300 -481
- package/clientPrint/index.js +335 -898
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +226 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +193 -263
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +311 -415
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +255 -393
- package/geologicalbodyanalysis/index.js +215 -298
- package/gpuspatialquery/index.js +260 -402
- package/hawkeye/index.js +141 -103
- package/headertemp/index.js +25 -34
- package/heatmap3d/index.js +451 -763
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +20826 -17774
- package/isolineanalysis/index.js +566 -1243
- package/light/index.js +353 -488
- package/limitheightanalysis/index.js +251 -312
- package/measure/index.js +350 -504
- package/modelFlat/index.js +214 -234
- package/modelexcavate/index.js +206 -262
- package/modelfilter/index.js +229 -308
- package/modelprofileanalysis/index.js +356 -465
- package/modelselect/index.js +192 -184
- package/package.json +1 -1
- package/particleeffect/index.js +259 -430
- package/planeclip/index.js +249 -339
- package/resetview/index.js +89 -69
- package/roller/index.js +307 -363
- package/scaneffect/index.js +285 -582
- package/sceneadvancedtoimage/index.js +1055 -0
- package/sceneadvancedtoimage/style/index.js +3 -0
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
- package/sceneapp/index.js +11149 -0
- package/sceneset/index.js +393 -885
- package/scenetohdimage/index.js +214 -346
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +22780 -19540
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +275 -312
- package/shadowanalysis/index.js +269 -448
- package/sightlineanalysis/index.js +231 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +213 -351
- package/slopeanalysis/index.js +282 -444
- package/slopeaspectanalysis/index.js +315 -534
- package/statusbar/index.js +194 -164
- package/style.css +1 -1
- package/terrainoperation/index.js +230 -280
- package/terrainprofileanalysis/index.js +174 -182
- package/underground/index.js +98 -82
- package/videofusion/index.js +319 -532
- package/videoproject/index.js +325 -534
- package/viewshedanalysis/index.js +178 -275
- package/weathereffect/index.js +199 -343
- package/wireframesketch/index.js +146 -150
package/clientPrint/index.js
CHANGED
|
@@ -7,14 +7,12 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_types/global-event"), require("@kq_npm/client_common_vue/init.js")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_types/global-event"], root["@kq_npm/client_common_vue/init.js"]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(this, function(
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__154__, __WEBPACK_EXTERNAL_MODULE__3353__, __WEBPACK_EXTERNAL_MODULE__455__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
|
-
/***/
|
|
15
|
-
/***/ (function(module
|
|
16
|
-
|
|
17
|
-
__webpack_require__(4271);
|
|
14
|
+
/***/ 675:
|
|
15
|
+
/***/ (function(module) {
|
|
18
16
|
|
|
19
17
|
!function (e, t) {
|
|
20
18
|
true ? module.exports = t() : 0;
|
|
@@ -31,7 +29,6 @@ __webpack_require__(4271);
|
|
|
31
29
|
standard: this.standards.html5
|
|
32
30
|
}, Object.assign(this.settings, e), this.init();
|
|
33
31
|
}
|
|
34
|
-
|
|
35
32
|
init() {
|
|
36
33
|
this.counter++, this.settings.id = `printArea_${this.counter}`;
|
|
37
34
|
let e = "";
|
|
@@ -44,17 +41,14 @@ __webpack_require__(4271);
|
|
|
44
41
|
let i = this.getPrintWindow(e);
|
|
45
42
|
this.settings.url || this.write(i.doc), this.settings.preview ? this.previewIfrmaeLoad() : this.print(i);
|
|
46
43
|
}
|
|
47
|
-
|
|
48
44
|
addEvent(e, t, i) {
|
|
49
45
|
e.addEventListener ? e.addEventListener(t, i, !1) : e.attachEvent ? e.attachEvent("on" + t, i) : e["on" + t] = i;
|
|
50
46
|
}
|
|
51
|
-
|
|
52
47
|
previewIfrmaeLoad() {
|
|
53
48
|
let e = document.getElementById("vue-pirnt-nb-previewBox");
|
|
54
|
-
|
|
55
49
|
if (e) {
|
|
56
50
|
let t = this,
|
|
57
|
-
|
|
51
|
+
i = e.querySelector("iframe");
|
|
58
52
|
this.settings.previewBeforeOpenCallback(), this.addEvent(i, "load", function () {
|
|
59
53
|
t.previewBoxShow(), t.removeCanvasImg(), t.settings.previewOpenCallback();
|
|
60
54
|
}), this.addEvent(e.querySelector(".previewBodyUtilPrintBtn"), "click", function () {
|
|
@@ -62,42 +56,35 @@ __webpack_require__(4271);
|
|
|
62
56
|
});
|
|
63
57
|
}
|
|
64
58
|
}
|
|
65
|
-
|
|
66
59
|
removeCanvasImg() {
|
|
67
60
|
let e = this;
|
|
68
|
-
|
|
69
61
|
try {
|
|
70
62
|
if (e.elsdom) {
|
|
71
63
|
let t = e.elsdom.querySelectorAll(".canvasImg");
|
|
72
|
-
|
|
73
64
|
for (let e = 0; e < t.length; e++) t[e].remove();
|
|
74
65
|
}
|
|
75
66
|
} catch (t) {
|
|
76
67
|
console.log(t);
|
|
77
68
|
}
|
|
78
69
|
}
|
|
79
|
-
|
|
80
70
|
print(e) {
|
|
81
71
|
var t = this;
|
|
82
72
|
let i = document.getElementById(this.settings.id) || e.f,
|
|
83
|
-
|
|
73
|
+
l = document.getElementById(this.settings.id).contentWindow || e.f.contentWindow;
|
|
84
74
|
t.settings.beforeOpenCallback(), t.addEvent(i, "load", function () {
|
|
85
75
|
l.focus(), t.settings.openCallback(), l.print(), i.remove(), t.settings.closeCallback(), t.removeCanvasImg();
|
|
86
76
|
});
|
|
87
77
|
}
|
|
88
|
-
|
|
89
78
|
write(e) {
|
|
90
79
|
e.open(), e.write(`${this.docType()}<html>${this.getHead()}${this.getBody()}</html>`), e.close();
|
|
91
80
|
}
|
|
92
|
-
|
|
93
81
|
docType() {
|
|
94
82
|
return this.settings.standard === this.standards.html5 ? "<!DOCTYPE html>" : `<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01${this.settings.standard === this.standards.loose ? " Transitional" : ""}//EN" "http://www.w3.org/TR/html4/${this.settings.standard === this.standards.loose ? "loose" : "strict"}.dtd">`;
|
|
95
83
|
}
|
|
96
|
-
|
|
97
84
|
getHead() {
|
|
98
85
|
let e = "",
|
|
99
|
-
|
|
100
|
-
|
|
86
|
+
t = "",
|
|
87
|
+
i = "";
|
|
101
88
|
this.settings.extraHead && this.settings.extraHead.replace(/([^,]+)/g, t => {
|
|
102
89
|
e += t;
|
|
103
90
|
}), [].forEach.call(document.querySelectorAll("link"), function (e) {
|
|
@@ -107,7 +94,6 @@ __webpack_require__(4271);
|
|
|
107
94
|
if (l && l.length > 0) for (let r = 0; r < l.length; r++) try {
|
|
108
95
|
if (l[r].cssRules || l[r].rules) {
|
|
109
96
|
let e = l[r].cssRules || l[r].rules;
|
|
110
|
-
|
|
111
97
|
for (let t = 0; t < e.length; t++) i += e[t].cssText;
|
|
112
98
|
}
|
|
113
99
|
} catch (s) {
|
|
@@ -117,76 +103,62 @@ __webpack_require__(4271);
|
|
|
117
103
|
t += `<link type="text/css" rel="stylesheet" href="${e}">`;
|
|
118
104
|
}), `<head><title>${this.settings.popTitle}</title>${e}${t}<style type="text/css">${i}</style></head>`;
|
|
119
105
|
}
|
|
120
|
-
|
|
121
106
|
getBody() {
|
|
122
107
|
let e = this.settings.ids;
|
|
123
108
|
return e = e.replace(new RegExp("#", "g"), ""), this.elsdom = this.beforeHanler(document.getElementById(e)), "<body>" + this.getFormData(this.elsdom).outerHTML + "</body>";
|
|
124
109
|
}
|
|
125
|
-
|
|
126
110
|
beforeHanler(e) {
|
|
127
111
|
let t = e.querySelectorAll("canvas");
|
|
128
|
-
|
|
129
112
|
for (let i = 0; i < t.length; i++) if (!t[i].style.display) {
|
|
130
113
|
let e = t[i].parentNode,
|
|
131
|
-
|
|
132
|
-
|
|
114
|
+
l = t[i].toDataURL("image/png"),
|
|
115
|
+
s = new Image();
|
|
133
116
|
|
|
117
|
+
//zl 0822 样式赋值
|
|
134
118
|
let a = t[i].attributes;
|
|
135
|
-
|
|
136
119
|
for (let z = 0; z < a.length; z++) {
|
|
137
120
|
switch (a[z].name) {
|
|
138
121
|
case 'class':
|
|
139
122
|
s['className'] = a[z].value;
|
|
140
123
|
break;
|
|
141
|
-
|
|
142
124
|
case 'width':
|
|
143
125
|
case 'height':
|
|
144
126
|
s[a[z].name] = a[z].value;
|
|
145
127
|
break;
|
|
146
|
-
|
|
147
128
|
case 'style':
|
|
148
129
|
const styles = a[z].value.split(';');
|
|
149
|
-
|
|
150
130
|
for (let zz = 0; zz < styles.length; zz++) {
|
|
151
131
|
if (styles[zz].trim() === '') continue;
|
|
152
132
|
let ss = styles[zz].split(':'),
|
|
153
|
-
|
|
154
|
-
|
|
133
|
+
s1 = ss[0].trim(),
|
|
134
|
+
s2 = ss[1].trim();
|
|
155
135
|
s.style[s1] = s2;
|
|
156
136
|
}
|
|
157
|
-
|
|
158
137
|
break;
|
|
159
138
|
}
|
|
160
139
|
}
|
|
161
|
-
|
|
162
140
|
s.className += " canvasImg", s.style.display = "none", s.src = l, e.appendChild(s);
|
|
163
141
|
}
|
|
164
|
-
|
|
165
142
|
return e;
|
|
166
143
|
}
|
|
167
|
-
|
|
168
144
|
getFormData(e) {
|
|
169
145
|
let t = e.cloneNode(!0),
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
146
|
+
i = t.querySelectorAll("input,select,textarea"),
|
|
147
|
+
l = t.querySelectorAll(".canvasImg,canvas"),
|
|
148
|
+
s = -1;
|
|
174
149
|
for (let r = 0; r < l.length; r++) {
|
|
175
150
|
let e = l[r].parentNode,
|
|
176
|
-
|
|
151
|
+
t = l[r];
|
|
177
152
|
"canvas" === t.tagName.toLowerCase() ? e.removeChild(t) : t.style.display = "block";
|
|
178
153
|
}
|
|
179
|
-
|
|
180
154
|
for (let r = 0; r < i.length; r++) {
|
|
181
155
|
let t = i[r],
|
|
182
|
-
|
|
183
|
-
|
|
156
|
+
l = t.getAttribute("type"),
|
|
157
|
+
n = i[r];
|
|
184
158
|
if (l || (l = "SELECT" === t.tagName ? "select" : "TEXTAREA" === t.tagName ? "textarea" : ""), "INPUT" === t.tagName) "radio" === l || "checkbox" === l ? t.checked && n.setAttribute("checked", t.checked) : (n.value = t.value, n.setAttribute("value", t.value));else if ("select" === l) {
|
|
185
159
|
s++;
|
|
186
|
-
|
|
187
160
|
for (let i = 0; i < e.querySelectorAll("select").length; i++) {
|
|
188
161
|
let l = e.querySelectorAll("select")[i];
|
|
189
|
-
|
|
190
162
|
if (!l.getAttribute("newbs") && l.setAttribute("newbs", i), l.getAttribute("newbs") == s) {
|
|
191
163
|
let i = e.querySelectorAll("select")[s].selectedIndex;
|
|
192
164
|
t.options[i].setAttribute("selected", !0);
|
|
@@ -194,10 +166,8 @@ __webpack_require__(4271);
|
|
|
194
166
|
}
|
|
195
167
|
} else n.innerHTML = t.value, n.setAttribute("html", t.value);
|
|
196
168
|
}
|
|
197
|
-
|
|
198
169
|
return t;
|
|
199
170
|
}
|
|
200
|
-
|
|
201
171
|
getPrintWindow(e) {
|
|
202
172
|
var t = this.Iframe(e);
|
|
203
173
|
return {
|
|
@@ -206,20 +176,17 @@ __webpack_require__(4271);
|
|
|
206
176
|
doc: t.doc
|
|
207
177
|
};
|
|
208
178
|
}
|
|
209
|
-
|
|
210
179
|
previewBoxShow() {
|
|
211
180
|
let e = document.getElementById("vue-pirnt-nb-previewBox");
|
|
212
181
|
e && (document.querySelector("html").setAttribute("style", "overflow: hidden"), e.style.display = "block");
|
|
213
182
|
}
|
|
214
|
-
|
|
215
183
|
previewBoxHide() {
|
|
216
184
|
let e = document.getElementById("vue-pirnt-nb-previewBox");
|
|
217
185
|
e && (document.querySelector("html").setAttribute("style", "overflow: visible;"), e.querySelector("iframe") && e.querySelector("iframe").remove(), e.style.display = "none");
|
|
218
186
|
}
|
|
219
|
-
|
|
220
187
|
previewBox() {
|
|
221
188
|
let e = document.getElementById("vue-pirnt-nb-previewBox"),
|
|
222
|
-
|
|
189
|
+
t = "previewBody";
|
|
223
190
|
if (e) return e.querySelector("iframe") && e.querySelector("iframe").remove(), {
|
|
224
191
|
close: e.querySelector(".previewClose"),
|
|
225
192
|
previewBody: e.querySelector(".previewBody")
|
|
@@ -231,7 +198,7 @@ __webpack_require__(4271);
|
|
|
231
198
|
let s = this.close;
|
|
232
199
|
s.setAttribute("class", "previewClose"), s.setAttribute("style", "position: absolute;top: 5px;right: 20px;width: 25px;height: 20px;cursor: pointer;");
|
|
233
200
|
let r = document.createElement("div"),
|
|
234
|
-
|
|
201
|
+
n = document.createElement("div");
|
|
235
202
|
r.setAttribute("class", "closeBefore"), r.setAttribute("style", "position: absolute;width: 3px;height: 100%;background: #040404;transform: rotate(45deg); top: 0px;left: 50%;"), n.setAttribute("class", "closeAfter"), n.setAttribute("style", "position: absolute;width: 3px;height: 100%;background: #040404;transform: rotate(-45deg); top: 0px;left: 50%;"), s.appendChild(r), s.appendChild(n), l.appendChild(s), this.previewBody = document.createElement("div");
|
|
236
203
|
let o = this.previewBody;
|
|
237
204
|
o.setAttribute("class", t), o.setAttribute("style", "display: flex;flex-direction: column; height: 100%;"), i.appendChild(o);
|
|
@@ -243,46 +210,38 @@ __webpack_require__(4271);
|
|
|
243
210
|
previewBody: this.previewBody
|
|
244
211
|
};
|
|
245
212
|
}
|
|
246
|
-
|
|
247
213
|
iframeBox(e, t) {
|
|
248
214
|
let i = document.createElement("iframe");
|
|
249
215
|
return i.style.border = "0px", i.style.position = "absolute", i.style.width = "0px", i.style.height = "0px", i.style.right = "0px", i.style.top = "0px", i.setAttribute("id", e), i.setAttribute("src", t), i;
|
|
250
216
|
}
|
|
251
|
-
|
|
252
217
|
Iframe(e) {
|
|
253
218
|
let t = this.settings.id;
|
|
254
219
|
e = e || new Date().getTime();
|
|
255
220
|
let i = this,
|
|
256
|
-
|
|
257
|
-
|
|
221
|
+
l = this.iframeBox(t, e);
|
|
258
222
|
try {
|
|
259
223
|
if (this.settings.preview) {
|
|
260
224
|
l.setAttribute("style", "border: 0px;flex: 1;");
|
|
261
225
|
let e = this.previewBox(),
|
|
262
|
-
|
|
263
|
-
|
|
226
|
+
t = e.previewBody,
|
|
227
|
+
s = e.close;
|
|
264
228
|
t.appendChild(l), this.addEvent(s, "click", function () {
|
|
265
229
|
i.previewBoxHide();
|
|
266
230
|
});
|
|
267
231
|
} else document.body.appendChild(l);
|
|
268
|
-
|
|
269
232
|
l.doc = null, l.doc = l.contentDocument ? l.contentDocument : l.contentWindow ? l.contentWindow.document : l.document;
|
|
270
233
|
} catch (s) {
|
|
271
234
|
throw new Error(s + ". iframes may not be supported in this browser.");
|
|
272
235
|
}
|
|
273
|
-
|
|
274
236
|
if (null == l.doc) throw new Error("Cannot find document.");
|
|
275
237
|
return l;
|
|
276
238
|
}
|
|
277
|
-
|
|
278
239
|
}
|
|
279
|
-
|
|
280
240
|
var t = {
|
|
281
241
|
directiveName: "print",
|
|
282
|
-
|
|
283
242
|
mounted(t, i, l) {
|
|
284
243
|
let s = i.instance,
|
|
285
|
-
|
|
244
|
+
r = "";
|
|
286
245
|
var n, o, a;
|
|
287
246
|
o = "click", a = () => {
|
|
288
247
|
if ("string" == typeof i.value) r = i.value;else {
|
|
@@ -295,7 +254,6 @@ __webpack_require__(4271);
|
|
|
295
254
|
}
|
|
296
255
|
d();
|
|
297
256
|
}, (n = t).addEventListener ? n.addEventListener(o, a, !1) : n.attachEvent ? n.attachEvent("on" + o, a) : n["on" + o] = a;
|
|
298
|
-
|
|
299
257
|
const d = () => {
|
|
300
258
|
new e({
|
|
301
259
|
ids: r,
|
|
@@ -310,31 +268,24 @@ __webpack_require__(4271);
|
|
|
310
268
|
popTitle: i.value.popTitle,
|
|
311
269
|
preview: i.value.preview || !1,
|
|
312
270
|
asyncUrl: i.value.asyncUrl,
|
|
313
|
-
|
|
314
271
|
previewBeforeOpenCallback() {
|
|
315
272
|
i.value.previewBeforeOpenCallback && i.value.previewBeforeOpenCallback(s);
|
|
316
273
|
},
|
|
317
|
-
|
|
318
274
|
previewOpenCallback() {
|
|
319
275
|
i.value.previewOpenCallback && i.value.previewOpenCallback(s);
|
|
320
276
|
},
|
|
321
|
-
|
|
322
277
|
openCallback() {
|
|
323
278
|
i.value.openCallback && i.value.openCallback(s);
|
|
324
279
|
},
|
|
325
|
-
|
|
326
280
|
closeCallback() {
|
|
327
281
|
i.value.closeCallback && i.value.closeCallback(s);
|
|
328
282
|
},
|
|
329
|
-
|
|
330
283
|
beforeOpenCallback() {
|
|
331
284
|
i.value.beforeOpenCallback && i.value.beforeOpenCallback(s);
|
|
332
285
|
}
|
|
333
|
-
|
|
334
286
|
});
|
|
335
287
|
};
|
|
336
288
|
},
|
|
337
|
-
|
|
338
289
|
install: function (e) {
|
|
339
290
|
e.directive("print", t);
|
|
340
291
|
}
|
|
@@ -344,7 +295,7 @@ __webpack_require__(4271);
|
|
|
344
295
|
|
|
345
296
|
/***/ }),
|
|
346
297
|
|
|
347
|
-
/***/
|
|
298
|
+
/***/ 9371:
|
|
348
299
|
/***/ (function(module) {
|
|
349
300
|
|
|
350
301
|
"use strict";
|
|
@@ -352,23 +303,15 @@ module.exports = require("@element-plus/icons-vue");
|
|
|
352
303
|
|
|
353
304
|
/***/ }),
|
|
354
305
|
|
|
355
|
-
/***/
|
|
356
|
-
/***/ (function(module) {
|
|
357
|
-
|
|
358
|
-
"use strict";
|
|
359
|
-
module.exports = require("core-js/modules/es.array.includes.js");
|
|
360
|
-
|
|
361
|
-
/***/ }),
|
|
362
|
-
|
|
363
|
-
/***/ 4271:
|
|
306
|
+
/***/ 2652:
|
|
364
307
|
/***/ (function(module) {
|
|
365
308
|
|
|
366
309
|
"use strict";
|
|
367
|
-
module.exports = require("core-js/modules/es.
|
|
310
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
368
311
|
|
|
369
312
|
/***/ }),
|
|
370
313
|
|
|
371
|
-
/***/
|
|
314
|
+
/***/ 3579:
|
|
372
315
|
/***/ (function(module) {
|
|
373
316
|
|
|
374
317
|
"use strict";
|
|
@@ -376,27 +319,27 @@ module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
|
376
319
|
|
|
377
320
|
/***/ }),
|
|
378
321
|
|
|
379
|
-
/***/
|
|
322
|
+
/***/ 3353:
|
|
380
323
|
/***/ (function(module) {
|
|
381
324
|
|
|
382
325
|
"use strict";
|
|
383
|
-
module.exports =
|
|
326
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__3353__;
|
|
384
327
|
|
|
385
328
|
/***/ }),
|
|
386
329
|
|
|
387
|
-
/***/
|
|
330
|
+
/***/ 455:
|
|
388
331
|
/***/ (function(module) {
|
|
389
332
|
|
|
390
333
|
"use strict";
|
|
391
|
-
module.exports =
|
|
334
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
|
|
392
335
|
|
|
393
336
|
/***/ }),
|
|
394
337
|
|
|
395
|
-
/***/
|
|
338
|
+
/***/ 154:
|
|
396
339
|
/***/ (function(module) {
|
|
397
340
|
|
|
398
341
|
"use strict";
|
|
399
|
-
module.exports =
|
|
342
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
|
|
400
343
|
|
|
401
344
|
/***/ })
|
|
402
345
|
|
|
@@ -480,23 +423,23 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
480
423
|
"default": function() { return /* reexport */ ClientPrint; }
|
|
481
424
|
});
|
|
482
425
|
|
|
483
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.
|
|
484
|
-
var
|
|
426
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
427
|
+
var es_array_push_js_ = __webpack_require__(2652);
|
|
485
428
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
486
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
429
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
487
430
|
;// CONCATENATED MODULE: external "html2canvas"
|
|
488
431
|
var external_html2canvas_namespaceObject = require("html2canvas");
|
|
489
432
|
var external_html2canvas_default = /*#__PURE__*/__webpack_require__.n(external_html2canvas_namespaceObject);
|
|
490
433
|
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
491
|
-
var icons_vue_ = __webpack_require__(
|
|
434
|
+
var icons_vue_ = __webpack_require__(9371);
|
|
492
435
|
// EXTERNAL MODULE: ./public/libs/kqwebclient/leaflet/3rd-libs/vue3-print-nb/vue3-print-nb.umd.js
|
|
493
|
-
var vue3_print_nb_umd = __webpack_require__(
|
|
436
|
+
var vue3_print_nb_umd = __webpack_require__(675);
|
|
494
437
|
var vue3_print_nb_umd_default = /*#__PURE__*/__webpack_require__.n(vue3_print_nb_umd);
|
|
495
438
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_types/global-event"
|
|
496
|
-
var global_event_ = __webpack_require__(
|
|
439
|
+
var global_event_ = __webpack_require__(3353);
|
|
497
440
|
var global_event_default = /*#__PURE__*/__webpack_require__.n(global_event_);
|
|
498
441
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
499
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
442
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
500
443
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/clientPrint/ClientPrint.vue?vue&type=script&setup=true&lang=js
|
|
501
444
|
|
|
502
445
|
|
|
@@ -587,7 +530,7 @@ const _hoisted_27 = {
|
|
|
587
530
|
const __default__ = {
|
|
588
531
|
name: "Kq3dClientPrint"
|
|
589
532
|
};
|
|
590
|
-
/* harmony default export */ var ClientPrintvue_type_script_setup_true_lang_js = (
|
|
533
|
+
/* harmony default export */ var ClientPrintvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
591
534
|
props: {
|
|
592
535
|
// 每个地图相关组件的必须参数 非必传 指定组件绑定的map对象的div的id
|
|
593
536
|
mapTarget: String,
|
|
@@ -605,7 +548,6 @@ const __default__ = {
|
|
|
605
548
|
default: true
|
|
606
549
|
},
|
|
607
550
|
options: Object,
|
|
608
|
-
|
|
609
551
|
/**
|
|
610
552
|
* 图层数据源
|
|
611
553
|
* 事例:
|
|
@@ -623,7 +565,6 @@ const __default__ = {
|
|
|
623
565
|
scenceInfo: Object,
|
|
624
566
|
// 默认显示的图层组名称
|
|
625
567
|
defaultShowLayerNames: Array,
|
|
626
|
-
|
|
627
568
|
/**
|
|
628
569
|
* showToolButtons - 是否显示工具栏按钮
|
|
629
570
|
*/
|
|
@@ -631,7 +572,6 @@ const __default__ = {
|
|
|
631
572
|
type: Boolean,
|
|
632
573
|
default: true
|
|
633
574
|
},
|
|
634
|
-
|
|
635
575
|
/**
|
|
636
576
|
* 例:"top-left","top-right","bottom-left","bottom-right","left","right","bottom"
|
|
637
577
|
* {top:'16px',left:'16px'}, {top:16,left:16}
|
|
@@ -642,23 +582,22 @@ const __default__ = {
|
|
|
642
582
|
default: false
|
|
643
583
|
}
|
|
644
584
|
},
|
|
645
|
-
|
|
646
585
|
setup(__props, {
|
|
647
|
-
expose
|
|
586
|
+
expose: __expose
|
|
648
587
|
}) {
|
|
649
|
-
const props = __props;
|
|
650
588
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
651
589
|
let {
|
|
652
590
|
locale,
|
|
653
591
|
messages
|
|
654
|
-
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
655
|
-
|
|
592
|
+
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
593
|
+
//国际化
|
|
656
594
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
657
595
|
language.value = messages.value[newVal]["webgl"];
|
|
658
596
|
companyName.value = props.companyName || language.value.comapanyname;
|
|
659
597
|
systemTime.value = newVal == 'zh' ? getSystemIime() : getSystemEnTime();
|
|
660
598
|
printObj.value.popTitle = language.value.print;
|
|
661
599
|
});
|
|
600
|
+
const props = __props;
|
|
662
601
|
let setTitleDataform = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({
|
|
663
602
|
style: {
|
|
664
603
|
fontSize: "18px",
|
|
@@ -675,8 +614,8 @@ const __default__ = {
|
|
|
675
614
|
shadowShow: false,
|
|
676
615
|
titleShow: true
|
|
677
616
|
}
|
|
678
|
-
});
|
|
679
|
-
|
|
617
|
+
});
|
|
618
|
+
// 文本的数据
|
|
680
619
|
let setLabelDataform = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({
|
|
681
620
|
style: {
|
|
682
621
|
fontSize: "18px",
|
|
@@ -691,34 +630,34 @@ const __default__ = {
|
|
|
691
630
|
labelValue: ""
|
|
692
631
|
}
|
|
693
632
|
});
|
|
694
|
-
let cameraToImage = null;
|
|
695
|
-
|
|
696
|
-
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
697
|
-
|
|
698
|
-
let settingBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
699
|
-
|
|
633
|
+
let cameraToImage = null;
|
|
634
|
+
// 组件容器
|
|
635
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
636
|
+
// 选择容器
|
|
637
|
+
let settingBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
638
|
+
// 主内容容器
|
|
700
639
|
let mainBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
701
640
|
let scenceImageUrl = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
702
|
-
let titleRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
703
|
-
|
|
704
|
-
let selectLayerBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
705
|
-
|
|
706
|
-
let selectTitleBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
707
|
-
|
|
708
|
-
let selectTextBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
709
|
-
|
|
710
|
-
const activeNames = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(["1"]);
|
|
711
|
-
|
|
712
|
-
let isShowSettingBox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
713
|
-
|
|
714
|
-
let isShowLayer = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
715
|
-
|
|
716
|
-
let isShowTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
717
|
-
|
|
718
|
-
let isShowText = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
719
|
-
|
|
720
|
-
let borderStyleValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
721
|
-
|
|
641
|
+
let titleRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
642
|
+
// 图层选择容器
|
|
643
|
+
let selectLayerBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
644
|
+
// 样式设置容器
|
|
645
|
+
let selectTitleBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
646
|
+
// 添加文本容器
|
|
647
|
+
let selectTextBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
648
|
+
//页面设置tab设置
|
|
649
|
+
const activeNames = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(["1"]);
|
|
650
|
+
// 控制主容器与图层选择容器的切换
|
|
651
|
+
let isShowSettingBox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
652
|
+
//图层选择显示控制
|
|
653
|
+
let isShowLayer = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
654
|
+
//标题设置显示控制
|
|
655
|
+
let isShowTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
656
|
+
//添加文本显示控制
|
|
657
|
+
let isShowText = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
658
|
+
// 边框样式
|
|
659
|
+
let borderStyleValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
660
|
+
// 纸张设置
|
|
722
661
|
let sizeData = [[{
|
|
723
662
|
f: "A2",
|
|
724
663
|
a: "portrait"
|
|
@@ -749,72 +688,67 @@ const __default__ = {
|
|
|
749
688
|
}, "a5HSize"], [{
|
|
750
689
|
f: "A6",
|
|
751
690
|
a: "landscape"
|
|
752
|
-
}, "a6HSize"]];
|
|
753
|
-
|
|
754
|
-
let sizelist = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
691
|
+
}, "a6HSize"]];
|
|
692
|
+
// 字体大小
|
|
693
|
+
let sizelist = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
755
694
|
|
|
695
|
+
// 纸张类型
|
|
756
696
|
let papForm = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("A4"); // 默认
|
|
757
|
-
// 纸张方向
|
|
758
697
|
|
|
698
|
+
// 纸张方向
|
|
759
699
|
let papAnchor = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 默认
|
|
760
700
|
// 图片格式
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
701
|
+
let imageType = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("png");
|
|
702
|
+
//图例对象
|
|
703
|
+
let lengend_ref = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
704
|
+
// 图例窗口显示与隐藏
|
|
705
|
+
let legendShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
706
|
+
// 比例尺显示与隐藏
|
|
707
|
+
let scalesShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
708
|
+
// 指北针的显示与隐藏
|
|
770
709
|
let compassShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
771
|
-
let isActive = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
772
|
-
|
|
773
|
-
let printContentDiv = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
774
|
-
|
|
775
|
-
let printDiv = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
776
|
-
|
|
777
|
-
let printMap = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
778
|
-
|
|
779
|
-
let setLabelData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
780
|
-
|
|
781
|
-
let systemTime = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
782
|
-
|
|
710
|
+
let isActive = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
711
|
+
//打印内容div
|
|
712
|
+
let printContentDiv = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
713
|
+
// 打印内容
|
|
714
|
+
let printDiv = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
715
|
+
// 打印内容中的地图容器
|
|
716
|
+
let printMap = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
717
|
+
// 增加的文本的数据
|
|
718
|
+
let setLabelData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
719
|
+
//当前时间
|
|
720
|
+
let systemTime = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
721
|
+
// 公司名
|
|
783
722
|
let companyName = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
784
723
|
let printState = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
785
|
-
let printViewer = null;
|
|
786
|
-
|
|
724
|
+
let printViewer = null;
|
|
725
|
+
// 打印对象
|
|
787
726
|
let printObj = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({
|
|
788
727
|
id: "printMap",
|
|
789
728
|
popTitle: "",
|
|
790
|
-
|
|
791
729
|
beforeOpenCallback() {
|
|
792
730
|
printState.value = true;
|
|
793
731
|
},
|
|
794
|
-
|
|
795
732
|
openCallback() {
|
|
796
733
|
printState.value = false;
|
|
797
734
|
}
|
|
798
|
-
|
|
799
735
|
});
|
|
800
736
|
let currentClick = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({});
|
|
801
737
|
let scaleFloor = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(1);
|
|
802
|
-
let scaleStep = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0.2);
|
|
803
|
-
|
|
804
|
-
let loadState = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
805
|
-
|
|
738
|
+
let scaleStep = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0.2);
|
|
739
|
+
// 查询进度条
|
|
740
|
+
let loadState = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
741
|
+
// 三维球id
|
|
806
742
|
global_event_default().setDefaultMapInfo("scencePrint", "cesium", null);
|
|
807
743
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
808
744
|
setTitleDataform.value.data.title = props.printTitle || language.value.oneimage;
|
|
809
745
|
papAnchor.value = "portrait";
|
|
810
746
|
borderStyleValue.value = "printborder1";
|
|
811
747
|
sizelist.value = [];
|
|
812
|
-
|
|
813
748
|
for (let i = 15; i <= 32; i++) {
|
|
814
749
|
// 字体大小下拉
|
|
815
750
|
sizelist.value.push(i);
|
|
816
751
|
}
|
|
817
|
-
|
|
818
752
|
setLabelData.value = [];
|
|
819
753
|
global_event_default().getWebMapByMapTarget("scencePrint", scenceView => {
|
|
820
754
|
if (scenceView && scenceView._viewer) {
|
|
@@ -830,65 +764,50 @@ const __default__ = {
|
|
|
830
764
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
831
765
|
destroy();
|
|
832
766
|
});
|
|
767
|
+
|
|
833
768
|
/**
|
|
834
769
|
* 获取当前时间
|
|
835
770
|
* @returns {string}
|
|
836
771
|
*/
|
|
837
|
-
|
|
838
772
|
function getSystemIime() {
|
|
839
773
|
let numMap = new Map([["0", "零"], ["1", "一"], ["2", "二"], ["3", "三"], ["4", "四"], ["5", "五"], ["6", "六"], ["7", "七"], ["8", "八"], ["9", "九"]]);
|
|
840
774
|
let tennumMap = new Map([["1", "十"], ["2", "二十"], ["3", "三十"]]);
|
|
841
775
|
let nowDate = new Date();
|
|
842
776
|
let year = nowDate.getFullYear() + ""; //年数字
|
|
843
|
-
|
|
844
777
|
let month = nowDate.getMonth() + 1 + ""; //月数字
|
|
845
|
-
|
|
846
778
|
let day = nowDate.getDate() + ""; //日数字
|
|
847
|
-
|
|
848
779
|
let yearCNStr = ""; //年中文
|
|
849
|
-
|
|
850
780
|
let nonthCNStr = ""; //月中文
|
|
851
|
-
|
|
852
781
|
let dayCNStr = ""; //日中文
|
|
853
|
-
|
|
854
782
|
for (let i = 0; i < year.length; i++) {
|
|
855
783
|
yearCNStr += numMap.get(year[i]);
|
|
856
784
|
}
|
|
857
|
-
|
|
858
785
|
yearCNStr += "年";
|
|
859
|
-
|
|
860
786
|
if (month.length > 1) {
|
|
861
787
|
nonthCNStr = tennumMap.get(month[0]);
|
|
862
|
-
|
|
863
788
|
if (month[1] != "0") {
|
|
864
789
|
nonthCNStr += numMap.get(month[1]);
|
|
865
790
|
}
|
|
866
|
-
|
|
867
791
|
nonthCNStr += "月";
|
|
868
792
|
} else {
|
|
869
793
|
nonthCNStr = numMap.get(month[0]) + "月";
|
|
870
794
|
}
|
|
871
|
-
|
|
872
795
|
if (day.length > 1) {
|
|
873
796
|
dayCNStr = tennumMap.get(day[0]);
|
|
874
|
-
|
|
875
797
|
if (day[1] != "0") {
|
|
876
798
|
dayCNStr += numMap.get(day[1]);
|
|
877
799
|
}
|
|
878
|
-
|
|
879
800
|
dayCNStr += "日";
|
|
880
801
|
} else {
|
|
881
802
|
dayCNStr = numMap.get(day[0]) + "日";
|
|
882
803
|
}
|
|
883
|
-
|
|
884
804
|
return yearCNStr + nonthCNStr + dayCNStr;
|
|
885
805
|
}
|
|
806
|
+
|
|
886
807
|
/**
|
|
887
808
|
* 获取当前时间(英文)
|
|
888
809
|
* @returns {string}
|
|
889
810
|
*/
|
|
890
|
-
|
|
891
|
-
|
|
892
811
|
function getSystemEnTime() {
|
|
893
812
|
var dt = new Date();
|
|
894
813
|
var m = new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Spt", "Oct", "Nov", "Dec");
|
|
@@ -896,20 +815,16 @@ const __default__ = {
|
|
|
896
815
|
var mn = dt.getMonth();
|
|
897
816
|
var dn = dt.getDate();
|
|
898
817
|
var dns;
|
|
899
|
-
|
|
900
818
|
if (dn % 10 < 1 || dn % 10 > 3) {
|
|
901
819
|
dns = d[3];
|
|
902
820
|
} else {
|
|
903
821
|
dns = d[dn % 10 - 1];
|
|
904
|
-
|
|
905
822
|
if (dn == 11 || dn == 12) {
|
|
906
823
|
dns = d[3];
|
|
907
824
|
}
|
|
908
825
|
}
|
|
909
|
-
|
|
910
826
|
return m[mn] + " " + dn + dns + "," + dt.getFullYear();
|
|
911
827
|
}
|
|
912
|
-
|
|
913
828
|
function changStatusBar() {
|
|
914
829
|
if (printViewer) printViewer.statusBar.show = scalesShow.value;
|
|
915
830
|
}
|
|
@@ -917,11 +832,9 @@ const __default__ = {
|
|
|
917
832
|
* 显示切换
|
|
918
833
|
* @param {string} type
|
|
919
834
|
*/
|
|
920
|
-
|
|
921
|
-
|
|
922
835
|
function setShowChange(type) {
|
|
923
|
-
settingBoxRef.value.style.height = `${mainBoxRef.value.clientHeight}px`;
|
|
924
|
-
|
|
836
|
+
settingBoxRef.value.style.height = `${mainBoxRef.value.clientHeight}px`;
|
|
837
|
+
// settingBoxRef.value.style.height = `${mainBoxRef.value.clientHeight}px`;
|
|
925
838
|
if (type === "layer") {
|
|
926
839
|
isShowLayer.value = true;
|
|
927
840
|
isShowTitle.value = false;
|
|
@@ -931,7 +844,6 @@ const __default__ = {
|
|
|
931
844
|
settingBoxRef.value.style.height = `${selectLayerBoxRef.value.clientHeight}px`;
|
|
932
845
|
});
|
|
933
846
|
}
|
|
934
|
-
|
|
935
847
|
if (type === "title") {
|
|
936
848
|
isShowLayer.value = false;
|
|
937
849
|
isShowTitle.value = true;
|
|
@@ -941,7 +853,6 @@ const __default__ = {
|
|
|
941
853
|
settingBoxRef.value.style.height = `${selectTitleBoxRef.value.clientHeight}px`;
|
|
942
854
|
});
|
|
943
855
|
}
|
|
944
|
-
|
|
945
856
|
if (type === "text") {
|
|
946
857
|
isShowLayer.value = false;
|
|
947
858
|
isShowTitle.value = false;
|
|
@@ -952,30 +863,26 @@ const __default__ = {
|
|
|
952
863
|
});
|
|
953
864
|
}
|
|
954
865
|
}
|
|
866
|
+
|
|
955
867
|
/**
|
|
956
868
|
* 切换后的左侧高度样式还原
|
|
957
869
|
*/
|
|
958
|
-
|
|
959
|
-
|
|
960
870
|
function setMainStyle() {
|
|
961
871
|
isShowLayer.value = false;
|
|
962
872
|
isShowTitle.value = false;
|
|
963
873
|
isShowText.value = false;
|
|
964
874
|
settingBoxRef.value.style.height = `${mainBoxRef.value.clientHeight}px`;
|
|
965
875
|
}
|
|
876
|
+
|
|
966
877
|
/**
|
|
967
878
|
* 左侧窗口高度还原
|
|
968
879
|
*/
|
|
969
|
-
|
|
970
|
-
|
|
971
880
|
function changeMainHeight() {
|
|
972
881
|
settingBoxRef.value.style.height = "auto";
|
|
973
882
|
}
|
|
974
883
|
/**
|
|
975
884
|
* 初始化要在地图中显示的控件
|
|
976
885
|
*/
|
|
977
|
-
|
|
978
|
-
|
|
979
886
|
function initControl() {
|
|
980
887
|
var mapdiv = document.getElementById("scencePrint");
|
|
981
888
|
let html = mapdiv.innerHTML;
|
|
@@ -986,20 +893,18 @@ const __default__ = {
|
|
|
986
893
|
mapdiv.appendChild(compassDiv);
|
|
987
894
|
mapdiv.appendChild(legendDiv);
|
|
988
895
|
}
|
|
896
|
+
|
|
989
897
|
/**
|
|
990
898
|
* 边框样式切换
|
|
991
899
|
* @param {object} value
|
|
992
900
|
*/
|
|
993
|
-
|
|
994
|
-
|
|
995
901
|
function changeBorderStyleData(value) {
|
|
996
902
|
printContentDiv.value.className = "kq3d-client-print-printContentDiv " + "kq3d-client-print-" + borderStyleValue.value;
|
|
997
903
|
}
|
|
904
|
+
|
|
998
905
|
/**
|
|
999
906
|
* 纸张大小的切换
|
|
1000
907
|
*/
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
908
|
function changeMapContainerSize() {
|
|
1004
909
|
sizeData.forEach(item => {
|
|
1005
910
|
if (item[0].f === papForm.value && item[0].a === papAnchor.value) {
|
|
@@ -1009,20 +914,18 @@ const __default__ = {
|
|
|
1009
914
|
}
|
|
1010
915
|
});
|
|
1011
916
|
}
|
|
917
|
+
|
|
1012
918
|
/**
|
|
1013
919
|
* 滚动条居中
|
|
1014
920
|
*/
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
921
|
function setScroll() {
|
|
1018
922
|
printDiv.value.scrollTop = printMap.value.clientHeight / 2 - printDiv.value.clientHeight / 2;
|
|
1019
923
|
printDiv.value.scrollLeft = printMap.value.clientWidth / 2 - printDiv.value.clientWidth / 2;
|
|
1020
924
|
}
|
|
925
|
+
|
|
1021
926
|
/**
|
|
1022
927
|
* 添加文本
|
|
1023
928
|
*/
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
929
|
function addLabel() {
|
|
1027
930
|
let item = {
|
|
1028
931
|
style: {
|
|
@@ -1040,7 +943,6 @@ const __default__ = {
|
|
|
1040
943
|
setLabelData.value.push(item);
|
|
1041
944
|
setTimeout(() => {
|
|
1042
945
|
var mapdiv = document.getElementById("scencePrint");
|
|
1043
|
-
|
|
1044
946
|
for (let i = 0; i < setLabelData.value.length; i++) {
|
|
1045
947
|
var labelDiv = document.getElementById(setLabelData.value[i].data.dataId);
|
|
1046
948
|
labelDiv.style.display = "block";
|
|
@@ -1048,12 +950,11 @@ const __default__ = {
|
|
|
1048
950
|
}
|
|
1049
951
|
}, 200);
|
|
1050
952
|
}
|
|
953
|
+
|
|
1051
954
|
/**
|
|
1052
955
|
* 通过id删除文本
|
|
1053
956
|
* @param {string} id
|
|
1054
957
|
*/
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
958
|
function delLabel(id) {
|
|
1058
959
|
for (let i = 0; i < setLabelData.value.length; i++) {
|
|
1059
960
|
if (id === setLabelData.value[i].data.dataId) {
|
|
@@ -1062,21 +963,19 @@ const __default__ = {
|
|
|
1062
963
|
}
|
|
1063
964
|
}
|
|
1064
965
|
}
|
|
966
|
+
|
|
1065
967
|
/**
|
|
1066
968
|
* 清空文本
|
|
1067
969
|
*/
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
970
|
function clearLabel() {
|
|
1071
971
|
setLabelData.value.splice(0, setLabelData.value.length);
|
|
1072
972
|
setLabelDataform.value.data.labelValue = "";
|
|
1073
973
|
}
|
|
974
|
+
|
|
1074
975
|
/**
|
|
1075
976
|
* 设置拖动时的鼠标样式
|
|
1076
977
|
* @param {object} event
|
|
1077
978
|
*/
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
979
|
function setdragCursor(event) {
|
|
1081
980
|
let el = event.currentTarget;
|
|
1082
981
|
el.style.cursor = "move";
|
|
@@ -1085,8 +984,6 @@ const __default__ = {
|
|
|
1085
984
|
* 拖动DIV,地图不随着拖动
|
|
1086
985
|
* @param {object} event
|
|
1087
986
|
*/
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
987
|
function dragTl(event) {
|
|
1091
988
|
let mx = 0;
|
|
1092
989
|
let my = 0;
|
|
@@ -1094,11 +991,9 @@ const __default__ = {
|
|
|
1094
991
|
let dy = 0;
|
|
1095
992
|
let isDraging = false;
|
|
1096
993
|
let el = event.currentTarget;
|
|
1097
|
-
|
|
1098
994
|
if (el.offsetTop < 0) {
|
|
1099
995
|
el.style.top = "0px";
|
|
1100
996
|
}
|
|
1101
|
-
|
|
1102
997
|
event = event || window.event;
|
|
1103
998
|
mx = event.pageX;
|
|
1104
999
|
my = event.pageY;
|
|
@@ -1107,18 +1002,15 @@ const __default__ = {
|
|
|
1107
1002
|
isDraging = true;
|
|
1108
1003
|
document.addEventListener("mousemove", moveWin);
|
|
1109
1004
|
document.addEventListener("mouseup", removeEvent);
|
|
1110
|
-
|
|
1111
1005
|
document.onselectstart = function () {
|
|
1112
1006
|
return false;
|
|
1113
1007
|
};
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1008
|
+
event.stopPropagation();
|
|
1009
|
+
// }
|
|
1117
1010
|
function moveWin(event) {
|
|
1118
1011
|
event = event || window.event;
|
|
1119
1012
|
var x = event.pageX;
|
|
1120
1013
|
var y = event.pageY;
|
|
1121
|
-
|
|
1122
1014
|
if (isDraging) {
|
|
1123
1015
|
var moveX = dx + x - mx;
|
|
1124
1016
|
var moveY = dy + y - my;
|
|
@@ -1132,29 +1024,23 @@ const __default__ = {
|
|
|
1132
1024
|
var maxX = pageW - dialogW;
|
|
1133
1025
|
var maxY = pageH - dialogH;
|
|
1134
1026
|
moveX = Math.min(Math.max(0, moveX), maxX); // 58 控制上面的起点
|
|
1135
|
-
|
|
1136
1027
|
moveY = Math.min(Math.max(0, moveY), maxY); // 58 控制上面的起点
|
|
1137
|
-
|
|
1138
1028
|
el.style.right = "auto";
|
|
1139
1029
|
el.style.bottom = "auto";
|
|
1140
1030
|
el.style.left = moveX + "px";
|
|
1141
1031
|
el.style.top = moveY + "px";
|
|
1142
1032
|
}
|
|
1143
1033
|
}
|
|
1144
|
-
|
|
1145
1034
|
function removeEvent() {
|
|
1146
1035
|
document.removeEventListener("mousemove", moveWin);
|
|
1147
1036
|
document.removeEventListener("mouseup", removeEvent);
|
|
1148
1037
|
el.style.cursor = "";
|
|
1149
|
-
|
|
1150
1038
|
document.onselectstart = function () {
|
|
1151
1039
|
return true;
|
|
1152
1040
|
};
|
|
1153
|
-
|
|
1154
1041
|
isDraging = false;
|
|
1155
1042
|
}
|
|
1156
1043
|
}
|
|
1157
|
-
|
|
1158
1044
|
function canvasToImage() {
|
|
1159
1045
|
global_event_default().getWebMapByMapTarget("scencePrint", scenceView => {
|
|
1160
1046
|
if (scenceView && scenceView._viewer) {
|
|
@@ -1169,12 +1055,10 @@ const __default__ = {
|
|
|
1169
1055
|
/**
|
|
1170
1056
|
* 保存为图片
|
|
1171
1057
|
*/
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
1058
|
function getPic() {
|
|
1175
1059
|
canvasToImage();
|
|
1176
|
-
loadState.value = true;
|
|
1177
|
-
|
|
1060
|
+
loadState.value = true;
|
|
1061
|
+
// 延时1000ms,等待图片读入到blob文件对象,然后使用URL.createObjectURL转换成src可用的地址
|
|
1178
1062
|
setTimeout(() => {
|
|
1179
1063
|
external_html2canvas_default()(printMap.value, {
|
|
1180
1064
|
taintTest: true,
|
|
@@ -1188,33 +1072,29 @@ const __default__ = {
|
|
|
1188
1072
|
useCORS: true,
|
|
1189
1073
|
// 如果截图的内容里有图片,解决文件跨域问题
|
|
1190
1074
|
timeout: 2000 // 加载延时
|
|
1191
|
-
|
|
1192
1075
|
}).then(canvas => {
|
|
1193
1076
|
loadState.value = false;
|
|
1194
1077
|
let pageData = canvas.toDataURL("image/png", 1.0);
|
|
1195
1078
|
let title = "printMap.png";
|
|
1196
|
-
|
|
1197
1079
|
if (imageType.value === "jpg") {
|
|
1198
1080
|
pageData = canvas.toDataURL("image/jpeg", 1.0);
|
|
1199
1081
|
title = "printMap.jpg";
|
|
1200
1082
|
}
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1083
|
+
const el = document.createElement("a");
|
|
1084
|
+
// 设置 href 为图片经过 base64 编码后的字符串,默认为 png 格式
|
|
1204
1085
|
el.href = pageData;
|
|
1205
|
-
el.download = title;
|
|
1206
|
-
|
|
1086
|
+
el.download = title;
|
|
1087
|
+
// 创建一个点击事件并对 a 标签进行触发
|
|
1207
1088
|
const event = new MouseEvent("click");
|
|
1208
1089
|
el.dispatchEvent(event);
|
|
1209
1090
|
});
|
|
1210
1091
|
}, 1000);
|
|
1211
1092
|
}
|
|
1093
|
+
|
|
1212
1094
|
/**
|
|
1213
1095
|
* 显示图例
|
|
1214
1096
|
* @param {object} e
|
|
1215
1097
|
*/
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
1098
|
function showLegend(e) {
|
|
1219
1099
|
if (e) {
|
|
1220
1100
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
@@ -1225,26 +1105,22 @@ const __default__ = {
|
|
|
1225
1105
|
/**
|
|
1226
1106
|
* 等比例放大
|
|
1227
1107
|
*/
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
1108
|
function Enlarge() {
|
|
1231
1109
|
isActive.value = 1;
|
|
1232
1110
|
mouseScrollEnlarge(1);
|
|
1233
1111
|
}
|
|
1112
|
+
|
|
1234
1113
|
/**
|
|
1235
1114
|
* 等比例缩小
|
|
1236
1115
|
*/
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
1116
|
function Narrow() {
|
|
1240
1117
|
isActive.value = 2;
|
|
1241
1118
|
mouseScrollNarrow(-1);
|
|
1242
1119
|
}
|
|
1120
|
+
|
|
1243
1121
|
/**
|
|
1244
1122
|
* 拖动打印范围
|
|
1245
1123
|
*/
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
1124
|
function MovePrint() {
|
|
1249
1125
|
if (isActive.value === 3) {
|
|
1250
1126
|
isActive.value = 0;
|
|
@@ -1255,11 +1131,10 @@ const __default__ = {
|
|
|
1255
1131
|
divScreen.addEventListener("mouseup", upFunc);
|
|
1256
1132
|
}
|
|
1257
1133
|
}
|
|
1134
|
+
|
|
1258
1135
|
/**
|
|
1259
1136
|
* 拖动打印范围后还原
|
|
1260
1137
|
*/
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
1138
|
function RefreshStatus() {
|
|
1264
1139
|
isActive.value = 0;
|
|
1265
1140
|
document.querySelector("#printMap").style.cursor = "";
|
|
@@ -1267,17 +1142,15 @@ const __default__ = {
|
|
|
1267
1142
|
document.getElementById("printMap").style.marginTop = 0;
|
|
1268
1143
|
document.getElementById("printMap").style.transform = "";
|
|
1269
1144
|
}
|
|
1145
|
+
|
|
1270
1146
|
/**
|
|
1271
1147
|
* 拖动打印范围的点击鼠标左键事件
|
|
1272
1148
|
* @param {object} e
|
|
1273
1149
|
*/
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
1150
|
function downFunc(e) {
|
|
1277
1151
|
if (isActive.value !== 3) {
|
|
1278
1152
|
return false;
|
|
1279
1153
|
}
|
|
1280
|
-
|
|
1281
1154
|
document.querySelector("#printMap").style.cursor = "move";
|
|
1282
1155
|
currentClick.x = e.pageX - document.getElementById("printMap").offsetLeft;
|
|
1283
1156
|
currentClick.y = e.pageY - document.getElementById("printMap").offsetTop;
|
|
@@ -1287,8 +1160,6 @@ const __default__ = {
|
|
|
1287
1160
|
* 拖动打印范围的松开鼠标左键事件
|
|
1288
1161
|
* @param {object} e
|
|
1289
1162
|
*/
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
1163
|
function upFunc() {
|
|
1293
1164
|
document.querySelector("#printMap").style.cursor = "";
|
|
1294
1165
|
document.removeEventListener("mousemove", moveFunc);
|
|
@@ -1297,8 +1168,6 @@ const __default__ = {
|
|
|
1297
1168
|
* 拖动打印范围的拖动鼠标事件
|
|
1298
1169
|
* @param {object} e
|
|
1299
1170
|
*/
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
1171
|
function moveFunc() {
|
|
1303
1172
|
let mosPostion = getMousePos();
|
|
1304
1173
|
moveScreenTable(mosPostion.x - currentClick.x, mosPostion.y - (currentClick.y + 50));
|
|
@@ -1308,52 +1177,44 @@ const __default__ = {
|
|
|
1308
1177
|
* @param {nubmer} x
|
|
1309
1178
|
* @param {nubmer} y
|
|
1310
1179
|
*/
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
1180
|
function moveScreenTable(x, y) {
|
|
1314
1181
|
let docScreen = document.querySelector("#printMap");
|
|
1315
1182
|
let moveX = getPixelValue(docScreen, "left");
|
|
1316
1183
|
let moveY = getPixelValue(docScreen, "top");
|
|
1317
1184
|
moveX += x;
|
|
1318
1185
|
moveY += y;
|
|
1319
|
-
|
|
1320
1186
|
if (moveY < 0) {
|
|
1321
1187
|
moveY = 0;
|
|
1322
1188
|
}
|
|
1323
|
-
|
|
1324
1189
|
document.getElementById("printMap").style.marginLeft = moveX + "px";
|
|
1325
1190
|
document.getElementById("printMap").style.marginTop = moveY + "px";
|
|
1326
1191
|
}
|
|
1192
|
+
|
|
1327
1193
|
/**
|
|
1328
1194
|
* 等比例放大
|
|
1329
1195
|
* @param {number} step
|
|
1330
1196
|
*/
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
1197
|
function mouseScrollEnlarge(step) {
|
|
1334
1198
|
if (step > 0) {
|
|
1335
1199
|
scaleFloor.value = scaleFloor.value + scaleStep.value;
|
|
1336
1200
|
}
|
|
1337
|
-
|
|
1338
1201
|
if (scaleFloor.value > 0) {
|
|
1339
1202
|
document.getElementById("printMap").style.transform = "scale(" + scaleFloor.value + ")";
|
|
1340
1203
|
} else {
|
|
1341
1204
|
document.getElementById("printMap").style.transform = "";
|
|
1342
1205
|
}
|
|
1343
1206
|
}
|
|
1207
|
+
|
|
1344
1208
|
/**
|
|
1345
1209
|
* 等比例缩小
|
|
1346
1210
|
* @param {number} step
|
|
1347
1211
|
*/
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
1212
|
function mouseScrollNarrow(step) {
|
|
1351
1213
|
if (step < 0 && scaleFloor.value > scaleStep.value * 2) {
|
|
1352
1214
|
scaleFloor.value = scaleFloor.value - scaleStep.value;
|
|
1353
1215
|
} else {
|
|
1354
1216
|
undefined;
|
|
1355
1217
|
}
|
|
1356
|
-
|
|
1357
1218
|
if (scaleFloor.value > 0) {
|
|
1358
1219
|
document.getElementById("printMap").style.transform = "scale(" + scaleFloor.value + ")";
|
|
1359
1220
|
} else {
|
|
@@ -1364,8 +1225,6 @@ const __default__ = {
|
|
|
1364
1225
|
* 获取鼠标位置
|
|
1365
1226
|
* @param {object} event
|
|
1366
1227
|
*/
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
1228
|
function getMousePos(event) {
|
|
1370
1229
|
const e = event || window.event;
|
|
1371
1230
|
const x = e.clientX - document.querySelector("#printMap").offsetLeft;
|
|
@@ -1375,24 +1234,19 @@ const __default__ = {
|
|
|
1375
1234
|
y: e.clientY
|
|
1376
1235
|
};
|
|
1377
1236
|
}
|
|
1378
|
-
|
|
1379
1237
|
function getPixelValue(doc, key) {
|
|
1380
1238
|
return Number(doc.style[key].replace("px", ""));
|
|
1381
1239
|
}
|
|
1382
1240
|
/**
|
|
1383
1241
|
* 清除设置
|
|
1384
1242
|
*/
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
1243
|
function destroy() {
|
|
1388
1244
|
if (legendShow.value) {
|
|
1389
1245
|
legendShow.value = false;
|
|
1390
1246
|
}
|
|
1391
|
-
|
|
1392
1247
|
if (scalesShow.value) {
|
|
1393
1248
|
scalesShow.value = false;
|
|
1394
1249
|
}
|
|
1395
|
-
|
|
1396
1250
|
setLabelData.value = [];
|
|
1397
1251
|
setTitleDataform.value = {
|
|
1398
1252
|
// 标题的数据
|
|
@@ -1427,53 +1281,33 @@ const __default__ = {
|
|
|
1427
1281
|
labelValue: ""
|
|
1428
1282
|
}
|
|
1429
1283
|
};
|
|
1430
|
-
}
|
|
1431
|
-
|
|
1284
|
+
}
|
|
1432
1285
|
|
|
1433
|
-
|
|
1286
|
+
// 抛出方法 外部调用
|
|
1287
|
+
__expose({
|
|
1434
1288
|
destroy
|
|
1435
1289
|
});
|
|
1436
1290
|
return (_ctx, _cache) => {
|
|
1437
1291
|
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
1438
|
-
|
|
1439
1292
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
1440
|
-
|
|
1441
1293
|
const _component_kq_checkbox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-checkbox");
|
|
1442
|
-
|
|
1443
1294
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
1444
|
-
|
|
1445
1295
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
1446
|
-
|
|
1447
1296
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
1448
|
-
|
|
1449
1297
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
1450
|
-
|
|
1451
1298
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
1452
|
-
|
|
1453
1299
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
1454
|
-
|
|
1455
1300
|
const _component_kq_divider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-divider");
|
|
1456
|
-
|
|
1457
1301
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
1458
|
-
|
|
1459
1302
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
1460
|
-
|
|
1461
1303
|
const _component_kq_layer_tree = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-layer-tree");
|
|
1462
|
-
|
|
1463
1304
|
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
1464
|
-
|
|
1465
1305
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
1466
|
-
|
|
1467
1306
|
const _component_kq3d_status_bar = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq3d-status-bar");
|
|
1468
|
-
|
|
1469
1307
|
const _component_kq_legend = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-legend");
|
|
1470
|
-
|
|
1471
1308
|
const _component_kq3d_compass = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq3d-compass");
|
|
1472
|
-
|
|
1473
1309
|
const _component_kq_scene_view = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-scene-view");
|
|
1474
|
-
|
|
1475
1310
|
const _component_kq_scrollbar = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-scrollbar");
|
|
1476
|
-
|
|
1477
1311
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1478
1312
|
class: "settleLayer",
|
|
1479
1313
|
ref_key: "boxRef",
|
|
@@ -1488,13 +1322,9 @@ const __default__ = {
|
|
|
1488
1322
|
}, {
|
|
1489
1323
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1490
1324
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.DArrowLeft))]),
|
|
1491
|
-
_: 1
|
|
1492
|
-
/* STABLE */
|
|
1493
|
-
|
|
1325
|
+
_: 1 /* STABLE */
|
|
1494
1326
|
})]),
|
|
1495
|
-
_: 1
|
|
1496
|
-
/* STABLE */
|
|
1497
|
-
|
|
1327
|
+
_: 1 /* STABLE */
|
|
1498
1328
|
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), !(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowSettingBox) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_button, {
|
|
1499
1329
|
key: 1,
|
|
1500
1330
|
onClick: _cache[1] || (_cache[1] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(isShowSettingBox) ? isShowSettingBox.value = true : isShowSettingBox = true),
|
|
@@ -1502,13 +1332,9 @@ const __default__ = {
|
|
|
1502
1332
|
}, {
|
|
1503
1333
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1504
1334
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.DArrowRight))]),
|
|
1505
|
-
_: 1
|
|
1506
|
-
/* STABLE */
|
|
1507
|
-
|
|
1335
|
+
_: 1 /* STABLE */
|
|
1508
1336
|
})]),
|
|
1509
|
-
_: 1
|
|
1510
|
-
/* STABLE */
|
|
1511
|
-
|
|
1337
|
+
_: 1 /* STABLE */
|
|
1512
1338
|
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1513
1339
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["setting-box", {
|
|
1514
1340
|
'kq-box-shadow': __props.showShadow
|
|
@@ -1524,33 +1350,21 @@ const __default__ = {
|
|
|
1524
1350
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 图层选择-bar "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1525
1351
|
class: "select-layer-bar bar",
|
|
1526
1352
|
onClick: _cache[2] || (_cache[2] = $event => setShowChange('layer'))
|
|
1527
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).layerSelect), 1
|
|
1528
|
-
/* TEXT */
|
|
1529
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1353
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).layerSelect), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1530
1354
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowRight))]),
|
|
1531
|
-
_: 1
|
|
1532
|
-
/* STABLE */
|
|
1533
|
-
|
|
1355
|
+
_: 1 /* STABLE */
|
|
1534
1356
|
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1535
1357
|
class: "select-layer-bar bar select-layer-margin",
|
|
1536
1358
|
onClick: _cache[3] || (_cache[3] = $event => setShowChange('title'))
|
|
1537
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).titlesetting), 1
|
|
1538
|
-
/* TEXT */
|
|
1539
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1359
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).titlesetting), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1540
1360
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowRight))]),
|
|
1541
|
-
_: 1
|
|
1542
|
-
/* STABLE */
|
|
1543
|
-
|
|
1361
|
+
_: 1 /* STABLE */
|
|
1544
1362
|
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1545
1363
|
class: "select-layer-bar bar select-layer-margin",
|
|
1546
1364
|
onClick: _cache[4] || (_cache[4] = $event => setShowChange('text'))
|
|
1547
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_5, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addtext), 1
|
|
1548
|
-
/* TEXT */
|
|
1549
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1365
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_5, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addtext), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1550
1366
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowRight))]),
|
|
1551
|
-
_: 1
|
|
1552
|
-
/* STABLE */
|
|
1553
|
-
|
|
1367
|
+
_: 1 /* STABLE */
|
|
1554
1368
|
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
1555
1369
|
modelValue: activeNames.value,
|
|
1556
1370
|
"onUpdate:modelValue": _cache[14] || (_cache[14] = $event => activeNames.value = $event),
|
|
@@ -1559,18 +1373,12 @@ const __default__ = {
|
|
|
1559
1373
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
1560
1374
|
name: "1"
|
|
1561
1375
|
}, {
|
|
1562
|
-
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pageetting) + " ", 1
|
|
1563
|
-
/* TEXT */
|
|
1564
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
1376
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pageetting) + " ", 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
1565
1377
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["header-icon", activeNames.value.includes('1') ? 'is-active' : null])
|
|
1566
1378
|
}, {
|
|
1567
1379
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.CaretRight))]),
|
|
1568
|
-
_: 1
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
}, 8
|
|
1572
|
-
/* PROPS */
|
|
1573
|
-
, ["class"])]),
|
|
1380
|
+
_: 1 /* STABLE */
|
|
1381
|
+
}, 8 /* PROPS */, ["class"])]),
|
|
1574
1382
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1575
1383
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1576
1384
|
span: 9
|
|
@@ -1581,18 +1389,10 @@ const __default__ = {
|
|
|
1581
1389
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(legendShow) ? legendShow.value = $event : legendShow = $event),
|
|
1582
1390
|
onChange: showLegend
|
|
1583
1391
|
}, {
|
|
1584
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printlegend), 1
|
|
1585
|
-
/*
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
/* STABLE */
|
|
1589
|
-
|
|
1590
|
-
}, 8
|
|
1591
|
-
/* PROPS */
|
|
1592
|
-
, ["modelValue"])]),
|
|
1593
|
-
_: 1
|
|
1594
|
-
/* STABLE */
|
|
1595
|
-
|
|
1392
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printlegend), 1 /* TEXT */)]),
|
|
1393
|
+
_: 1 /* STABLE */
|
|
1394
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1395
|
+
_: 1 /* STABLE */
|
|
1596
1396
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1597
1397
|
span: 9
|
|
1598
1398
|
}, {
|
|
@@ -1601,18 +1401,10 @@ const __default__ = {
|
|
|
1601
1401
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(compassShow),
|
|
1602
1402
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(compassShow) ? compassShow.value = $event : compassShow = $event)
|
|
1603
1403
|
}, {
|
|
1604
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printcompass), 1
|
|
1605
|
-
/*
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
/* STABLE */
|
|
1609
|
-
|
|
1610
|
-
}, 8
|
|
1611
|
-
/* PROPS */
|
|
1612
|
-
, ["modelValue"])]),
|
|
1613
|
-
_: 1
|
|
1614
|
-
/* STABLE */
|
|
1615
|
-
|
|
1404
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printcompass), 1 /* TEXT */)]),
|
|
1405
|
+
_: 1 /* STABLE */
|
|
1406
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1407
|
+
_: 1 /* STABLE */
|
|
1616
1408
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1617
1409
|
span: 6
|
|
1618
1410
|
}, {
|
|
@@ -1622,22 +1414,12 @@ const __default__ = {
|
|
|
1622
1414
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(scalesShow) ? scalesShow.value = $event : scalesShow = $event),
|
|
1623
1415
|
onChange: changStatusBar
|
|
1624
1416
|
}, {
|
|
1625
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printstatusbar), 1
|
|
1626
|
-
/*
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
/* STABLE */
|
|
1630
|
-
|
|
1631
|
-
}, 8
|
|
1632
|
-
/* PROPS */
|
|
1633
|
-
, ["modelValue"])]),
|
|
1634
|
-
_: 1
|
|
1635
|
-
/* STABLE */
|
|
1636
|
-
|
|
1417
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printstatusbar), 1 /* TEXT */)]),
|
|
1418
|
+
_: 1 /* STABLE */
|
|
1419
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1420
|
+
_: 1 /* STABLE */
|
|
1637
1421
|
})]),
|
|
1638
|
-
_: 1
|
|
1639
|
-
/* STABLE */
|
|
1640
|
-
|
|
1422
|
+
_: 1 /* STABLE */
|
|
1641
1423
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
1642
1424
|
model: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform),
|
|
1643
1425
|
"label-width": "70px",
|
|
@@ -1656,48 +1438,26 @@ const __default__ = {
|
|
|
1656
1438
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1657
1439
|
value: "printborder1",
|
|
1658
1440
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).Template1
|
|
1659
|
-
}, null, 8
|
|
1660
|
-
/* PROPS */
|
|
1661
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1441
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1662
1442
|
value: "printborder2",
|
|
1663
1443
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).Template2
|
|
1664
|
-
}, null, 8
|
|
1665
|
-
/* PROPS */
|
|
1666
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1444
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1667
1445
|
value: "printborder3",
|
|
1668
1446
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).Template3
|
|
1669
|
-
}, null, 8
|
|
1670
|
-
/* PROPS */
|
|
1671
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1447
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1672
1448
|
value: "printborder4",
|
|
1673
1449
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).Template4
|
|
1674
|
-
}, null, 8
|
|
1675
|
-
/* PROPS */
|
|
1676
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1450
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1677
1451
|
value: "printborder5",
|
|
1678
1452
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).Template5
|
|
1679
|
-
}, null, 8
|
|
1680
|
-
/*
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
}, 8
|
|
1686
|
-
/* PROPS */
|
|
1687
|
-
, ["modelValue"])]),
|
|
1688
|
-
_: 1
|
|
1689
|
-
/* STABLE */
|
|
1690
|
-
|
|
1691
|
-
}, 8
|
|
1692
|
-
/* PROPS */
|
|
1693
|
-
, ["label"])]),
|
|
1694
|
-
_: 1
|
|
1695
|
-
/* STABLE */
|
|
1696
|
-
|
|
1453
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1454
|
+
_: 1 /* STABLE */
|
|
1455
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1456
|
+
_: 1 /* STABLE */
|
|
1457
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1458
|
+
_: 1 /* STABLE */
|
|
1697
1459
|
})]),
|
|
1698
|
-
_: 1
|
|
1699
|
-
/* STABLE */
|
|
1700
|
-
|
|
1460
|
+
_: 1 /* STABLE */
|
|
1701
1461
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1702
1462
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, null, {
|
|
1703
1463
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
@@ -1711,58 +1471,36 @@ const __default__ = {
|
|
|
1711
1471
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1712
1472
|
value: "A2"
|
|
1713
1473
|
}, {
|
|
1714
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A2")]),
|
|
1715
|
-
_: 1
|
|
1716
|
-
/* STABLE */
|
|
1717
|
-
|
|
1474
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[27] || (_cache[27] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A2")])),
|
|
1475
|
+
_: 1 /* STABLE */
|
|
1718
1476
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1719
1477
|
value: "A3"
|
|
1720
1478
|
}, {
|
|
1721
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A3")]),
|
|
1722
|
-
_: 1
|
|
1723
|
-
/* STABLE */
|
|
1724
|
-
|
|
1479
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[28] || (_cache[28] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A3")])),
|
|
1480
|
+
_: 1 /* STABLE */
|
|
1725
1481
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1726
1482
|
value: "A4"
|
|
1727
1483
|
}, {
|
|
1728
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A4")]),
|
|
1729
|
-
_: 1
|
|
1730
|
-
/* STABLE */
|
|
1731
|
-
|
|
1484
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[29] || (_cache[29] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A4")])),
|
|
1485
|
+
_: 1 /* STABLE */
|
|
1732
1486
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1733
1487
|
value: "A5"
|
|
1734
1488
|
}, {
|
|
1735
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A5")]),
|
|
1736
|
-
_: 1
|
|
1737
|
-
/* STABLE */
|
|
1738
|
-
|
|
1489
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[30] || (_cache[30] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A5")])),
|
|
1490
|
+
_: 1 /* STABLE */
|
|
1739
1491
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1740
1492
|
value: "A6"
|
|
1741
1493
|
}, {
|
|
1742
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A6")]),
|
|
1743
|
-
_: 1
|
|
1744
|
-
/* STABLE */
|
|
1745
|
-
|
|
1494
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[31] || (_cache[31] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A6")])),
|
|
1495
|
+
_: 1 /* STABLE */
|
|
1746
1496
|
})]),
|
|
1747
|
-
_: 1
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
, ["modelValue"])]),
|
|
1753
|
-
_: 1
|
|
1754
|
-
/* STABLE */
|
|
1755
|
-
|
|
1756
|
-
}, 8
|
|
1757
|
-
/* PROPS */
|
|
1758
|
-
, ["label"])]),
|
|
1759
|
-
_: 1
|
|
1760
|
-
/* STABLE */
|
|
1761
|
-
|
|
1497
|
+
_: 1 /* STABLE */
|
|
1498
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1499
|
+
_: 1 /* STABLE */
|
|
1500
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1501
|
+
_: 1 /* STABLE */
|
|
1762
1502
|
})]),
|
|
1763
|
-
_: 1
|
|
1764
|
-
/* STABLE */
|
|
1765
|
-
|
|
1503
|
+
_: 1 /* STABLE */
|
|
1766
1504
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1767
1505
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, null, {
|
|
1768
1506
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
@@ -1776,33 +1514,17 @@ const __default__ = {
|
|
|
1776
1514
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1777
1515
|
value: "portrait",
|
|
1778
1516
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).portrait
|
|
1779
|
-
}, null, 8
|
|
1780
|
-
/* PROPS */
|
|
1781
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1517
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1782
1518
|
value: "landscape",
|
|
1783
1519
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).landscape
|
|
1784
|
-
}, null, 8
|
|
1785
|
-
/*
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
}, 8
|
|
1791
|
-
/* PROPS */
|
|
1792
|
-
, ["modelValue"])]),
|
|
1793
|
-
_: 1
|
|
1794
|
-
/* STABLE */
|
|
1795
|
-
|
|
1796
|
-
}, 8
|
|
1797
|
-
/* PROPS */
|
|
1798
|
-
, ["label"])]),
|
|
1799
|
-
_: 1
|
|
1800
|
-
/* STABLE */
|
|
1801
|
-
|
|
1520
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1521
|
+
_: 1 /* STABLE */
|
|
1522
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1523
|
+
_: 1 /* STABLE */
|
|
1524
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1525
|
+
_: 1 /* STABLE */
|
|
1802
1526
|
})]),
|
|
1803
|
-
_: 1
|
|
1804
|
-
/* STABLE */
|
|
1805
|
-
|
|
1527
|
+
_: 1 /* STABLE */
|
|
1806
1528
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1807
1529
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, null, {
|
|
1808
1530
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
@@ -1815,82 +1537,42 @@ const __default__ = {
|
|
|
1815
1537
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1816
1538
|
value: "png"
|
|
1817
1539
|
}, {
|
|
1818
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("png")]),
|
|
1819
|
-
_: 1
|
|
1820
|
-
/* STABLE */
|
|
1821
|
-
|
|
1540
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[32] || (_cache[32] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("png")])),
|
|
1541
|
+
_: 1 /* STABLE */
|
|
1822
1542
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1823
1543
|
value: "jpg"
|
|
1824
1544
|
}, {
|
|
1825
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("jpg")]),
|
|
1826
|
-
_: 1
|
|
1827
|
-
/* STABLE */
|
|
1828
|
-
|
|
1545
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[33] || (_cache[33] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("jpg")])),
|
|
1546
|
+
_: 1 /* STABLE */
|
|
1829
1547
|
})]),
|
|
1830
|
-
_: 1
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
, ["modelValue"])]),
|
|
1836
|
-
_: 1
|
|
1837
|
-
/* STABLE */
|
|
1838
|
-
|
|
1839
|
-
}, 8
|
|
1840
|
-
/* PROPS */
|
|
1841
|
-
, ["label"])]),
|
|
1842
|
-
_: 1
|
|
1843
|
-
/* STABLE */
|
|
1844
|
-
|
|
1548
|
+
_: 1 /* STABLE */
|
|
1549
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1550
|
+
_: 1 /* STABLE */
|
|
1551
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1552
|
+
_: 1 /* STABLE */
|
|
1845
1553
|
})]),
|
|
1846
|
-
_: 1
|
|
1847
|
-
/* STABLE */
|
|
1848
|
-
|
|
1554
|
+
_: 1 /* STABLE */
|
|
1849
1555
|
})]),
|
|
1850
|
-
_: 1
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
}, 8
|
|
1854
|
-
/* PROPS */
|
|
1855
|
-
, ["model"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1556
|
+
_: 1 /* STABLE */
|
|
1557
|
+
}, 8 /* PROPS */, ["model"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1856
1558
|
type: "primary",
|
|
1857
1559
|
onClick: _cache[12] || (_cache[12] = $event => getPic()),
|
|
1858
1560
|
loading: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(loadState)
|
|
1859
1561
|
}, {
|
|
1860
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).savePicture), 1
|
|
1861
|
-
/*
|
|
1862
|
-
|
|
1863
|
-
_: 1
|
|
1864
|
-
/* STABLE */
|
|
1865
|
-
|
|
1866
|
-
}, 8
|
|
1867
|
-
/* PROPS */
|
|
1868
|
-
, ["loading"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)(((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_button, {
|
|
1562
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).savePicture), 1 /* TEXT */)]),
|
|
1563
|
+
_: 1 /* STABLE */
|
|
1564
|
+
}, 8 /* PROPS */, ["loading"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)(((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_button, {
|
|
1869
1565
|
type: "plain",
|
|
1870
1566
|
loading: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(printState),
|
|
1871
1567
|
onClick: _cache[13] || (_cache[13] = $event => canvasToImage())
|
|
1872
1568
|
}, {
|
|
1873
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).sendprinter), 1
|
|
1874
|
-
/*
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
/* STABLE */
|
|
1878
|
-
|
|
1879
|
-
}, 8
|
|
1880
|
-
/* PROPS */
|
|
1881
|
-
, ["loading"])), [[(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)((vue3_print_nb_umd_default())), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(printObj)]])])]),
|
|
1882
|
-
_: 1
|
|
1883
|
-
/* STABLE */
|
|
1884
|
-
|
|
1569
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).sendprinter), 1 /* TEXT */)]),
|
|
1570
|
+
_: 1 /* STABLE */
|
|
1571
|
+
}, 8 /* PROPS */, ["loading"])), [[(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)((vue3_print_nb_umd_default())), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(printObj)]])])]),
|
|
1572
|
+
_: 1 /* STABLE */
|
|
1885
1573
|
})]),
|
|
1886
|
-
_: 1
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
}, 8
|
|
1890
|
-
/* PROPS */
|
|
1891
|
-
, ["modelValue"])], 512
|
|
1892
|
-
/* NEED_PATCH */
|
|
1893
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 图层选择-box "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowLayer) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", {
|
|
1574
|
+
_: 1 /* STABLE */
|
|
1575
|
+
}, 8 /* PROPS */, ["modelValue"])], 512 /* NEED_PATCH */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 图层选择-box "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowLayer) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", {
|
|
1894
1576
|
key: 0,
|
|
1895
1577
|
class: "select-layer-box",
|
|
1896
1578
|
ref_key: "selectLayerBoxRef",
|
|
@@ -1900,17 +1582,11 @@ const __default__ = {
|
|
|
1900
1582
|
onClick: setMainStyle
|
|
1901
1583
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1902
1584
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowLeft))]),
|
|
1903
|
-
_: 1
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_8, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).layerSelect), 1
|
|
1907
|
-
/* TEXT */
|
|
1908
|
-
)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_layer_tree, {
|
|
1585
|
+
_: 1 /* STABLE */
|
|
1586
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_8, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).layerSelect), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_layer_tree, {
|
|
1909
1587
|
showShadow: false,
|
|
1910
1588
|
"map-target": 'scencePrint'
|
|
1911
|
-
})])], 512
|
|
1912
|
-
/* NEED_PATCH */
|
|
1913
|
-
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 标题设置-box "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1589
|
+
})])], 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 标题设置-box "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1914
1590
|
class: "select-layer-box",
|
|
1915
1591
|
ref_key: "selectTitleBoxRef",
|
|
1916
1592
|
ref: selectTitleBoxRef
|
|
@@ -1919,12 +1595,8 @@ const __default__ = {
|
|
|
1919
1595
|
onClick: setMainStyle
|
|
1920
1596
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1921
1597
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowLeft))]),
|
|
1922
|
-
_: 1
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_10, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).titlesetting), 1
|
|
1926
|
-
/* TEXT */
|
|
1927
|
-
)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
1598
|
+
_: 1 /* STABLE */
|
|
1599
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_10, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).titlesetting), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
1928
1600
|
model: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform),
|
|
1929
1601
|
"label-width": "70px",
|
|
1930
1602
|
"label-position": "left"
|
|
@@ -1939,22 +1611,12 @@ const __default__ = {
|
|
|
1939
1611
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input, {
|
|
1940
1612
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.title,
|
|
1941
1613
|
"onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.title = $event)
|
|
1942
|
-
}, null, 8
|
|
1943
|
-
/*
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
/* STABLE */
|
|
1947
|
-
|
|
1948
|
-
}, 8
|
|
1949
|
-
/* PROPS */
|
|
1950
|
-
, ["label"])]),
|
|
1951
|
-
_: 1
|
|
1952
|
-
/* STABLE */
|
|
1953
|
-
|
|
1614
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1615
|
+
_: 1 /* STABLE */
|
|
1616
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1617
|
+
_: 1 /* STABLE */
|
|
1954
1618
|
})]),
|
|
1955
|
-
_: 1
|
|
1956
|
-
/* STABLE */
|
|
1957
|
-
|
|
1619
|
+
_: 1 /* STABLE */
|
|
1958
1620
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1959
1621
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1960
1622
|
span: 24
|
|
@@ -1973,38 +1635,20 @@ const __default__ = {
|
|
|
1973
1635
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1974
1636
|
value: "Microsoft YaHei",
|
|
1975
1637
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).yahei
|
|
1976
|
-
}, null, 8
|
|
1977
|
-
/* PROPS */
|
|
1978
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1638
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1979
1639
|
value: "NSimSun",
|
|
1980
1640
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).NSimSun
|
|
1981
|
-
}, null, 8
|
|
1982
|
-
/* PROPS */
|
|
1983
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1641
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1984
1642
|
value: "KaiTi",
|
|
1985
1643
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).KaiTi
|
|
1986
|
-
}, null, 8
|
|
1987
|
-
/*
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
}, 8
|
|
1993
|
-
/* PROPS */
|
|
1994
|
-
, ["modelValue", "placeholder"])]),
|
|
1995
|
-
_: 1
|
|
1996
|
-
/* STABLE */
|
|
1997
|
-
|
|
1998
|
-
}, 8
|
|
1999
|
-
/* PROPS */
|
|
2000
|
-
, ["label"])]),
|
|
2001
|
-
_: 1
|
|
2002
|
-
/* STABLE */
|
|
2003
|
-
|
|
1644
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1645
|
+
_: 1 /* STABLE */
|
|
1646
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
1647
|
+
_: 1 /* STABLE */
|
|
1648
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1649
|
+
_: 1 /* STABLE */
|
|
2004
1650
|
})]),
|
|
2005
|
-
_: 1
|
|
2006
|
-
/* STABLE */
|
|
2007
|
-
|
|
1651
|
+
_: 1 /* STABLE */
|
|
2008
1652
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2009
1653
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2010
1654
|
span: 16
|
|
@@ -2022,40 +1666,20 @@ const __default__ = {
|
|
|
2022
1666
|
key: size,
|
|
2023
1667
|
value: `${size}px`
|
|
2024
1668
|
}, {
|
|
2025
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(size), 1
|
|
2026
|
-
/*
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
}), 128
|
|
2035
|
-
/* KEYED_FRAGMENT */
|
|
2036
|
-
))]),
|
|
2037
|
-
_: 1
|
|
2038
|
-
/* STABLE */
|
|
2039
|
-
|
|
2040
|
-
}, 8
|
|
2041
|
-
/* PROPS */
|
|
2042
|
-
, ["modelValue", "placeholder"])]),
|
|
2043
|
-
_: 1
|
|
2044
|
-
/* STABLE */
|
|
2045
|
-
|
|
2046
|
-
}, 8
|
|
2047
|
-
/* PROPS */
|
|
2048
|
-
, ["label"])]),
|
|
2049
|
-
_: 1
|
|
2050
|
-
/* STABLE */
|
|
2051
|
-
|
|
1669
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(size), 1 /* TEXT */)]),
|
|
1670
|
+
_: 2 /* DYNAMIC */
|
|
1671
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["value"]);
|
|
1672
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
1673
|
+
_: 1 /* STABLE */
|
|
1674
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
1675
|
+
_: 1 /* STABLE */
|
|
1676
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1677
|
+
_: 1 /* STABLE */
|
|
2052
1678
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2053
1679
|
span: 2
|
|
2054
1680
|
}, {
|
|
2055
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ")]),
|
|
2056
|
-
_: 1
|
|
2057
|
-
/* STABLE */
|
|
2058
|
-
|
|
1681
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[34] || (_cache[34] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ")])),
|
|
1682
|
+
_: 1 /* STABLE */
|
|
2059
1683
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2060
1684
|
span: 6
|
|
2061
1685
|
}, {
|
|
@@ -2066,22 +1690,12 @@ const __default__ = {
|
|
|
2066
1690
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.color,
|
|
2067
1691
|
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.color = $event),
|
|
2068
1692
|
"show-alpha": ""
|
|
2069
|
-
}, null, 8
|
|
2070
|
-
/*
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
/* STABLE */
|
|
2074
|
-
|
|
2075
|
-
}, 8
|
|
2076
|
-
/* PROPS */
|
|
2077
|
-
, ["label"])]),
|
|
2078
|
-
_: 1
|
|
2079
|
-
/* STABLE */
|
|
2080
|
-
|
|
1693
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1694
|
+
_: 1 /* STABLE */
|
|
1695
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1696
|
+
_: 1 /* STABLE */
|
|
2081
1697
|
})]),
|
|
2082
|
-
_: 1
|
|
2083
|
-
/* STABLE */
|
|
2084
|
-
|
|
1698
|
+
_: 1 /* STABLE */
|
|
2085
1699
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2086
1700
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2087
1701
|
span: 8
|
|
@@ -2093,18 +1707,10 @@ const __default__ = {
|
|
|
2093
1707
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.backgroundColor,
|
|
2094
1708
|
"onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.backgroundColor = $event),
|
|
2095
1709
|
"show-alpha": ""
|
|
2096
|
-
}, null, 8
|
|
2097
|
-
/*
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
/* STABLE */
|
|
2101
|
-
|
|
2102
|
-
}, 8
|
|
2103
|
-
/* PROPS */
|
|
2104
|
-
, ["label"])]),
|
|
2105
|
-
_: 1
|
|
2106
|
-
/* STABLE */
|
|
2107
|
-
|
|
1710
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1711
|
+
_: 1 /* STABLE */
|
|
1712
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1713
|
+
_: 1 /* STABLE */
|
|
2108
1714
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2109
1715
|
span: 8
|
|
2110
1716
|
}, {
|
|
@@ -2115,18 +1721,10 @@ const __default__ = {
|
|
|
2115
1721
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.shadowShowBg,
|
|
2116
1722
|
"onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.shadowShowBg = $event),
|
|
2117
1723
|
"show-alpha": ""
|
|
2118
|
-
}, null, 8
|
|
2119
|
-
/*
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
/* STABLE */
|
|
2123
|
-
|
|
2124
|
-
}, 8
|
|
2125
|
-
/* PROPS */
|
|
2126
|
-
, ["label"])]),
|
|
2127
|
-
_: 1
|
|
2128
|
-
/* STABLE */
|
|
2129
|
-
|
|
1724
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1725
|
+
_: 1 /* STABLE */
|
|
1726
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1727
|
+
_: 1 /* STABLE */
|
|
2130
1728
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2131
1729
|
span: 8
|
|
2132
1730
|
}, {
|
|
@@ -2134,43 +1732,21 @@ const __default__ = {
|
|
|
2134
1732
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.shadowShow,
|
|
2135
1733
|
"onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.shadowShow = $event)
|
|
2136
1734
|
}, {
|
|
2137
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).backgroundShadow), 1
|
|
2138
|
-
/*
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
/* STABLE */
|
|
2142
|
-
|
|
2143
|
-
}, 8
|
|
2144
|
-
/* PROPS */
|
|
2145
|
-
, ["modelValue"])])]),
|
|
2146
|
-
_: 1
|
|
2147
|
-
/* STABLE */
|
|
2148
|
-
|
|
1735
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).backgroundShadow), 1 /* TEXT */)]),
|
|
1736
|
+
_: 1 /* STABLE */
|
|
1737
|
+
}, 8 /* PROPS */, ["modelValue"])])]),
|
|
1738
|
+
_: 1 /* STABLE */
|
|
2149
1739
|
})]),
|
|
2150
|
-
_: 1
|
|
2151
|
-
/* STABLE */
|
|
2152
|
-
|
|
1740
|
+
_: 1 /* STABLE */
|
|
2153
1741
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_13, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
2154
1742
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.titleShow,
|
|
2155
1743
|
"onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.titleShow = $event)
|
|
2156
1744
|
}, {
|
|
2157
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).displaytitle), 1
|
|
2158
|
-
/*
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
}, 8
|
|
2164
|
-
/* PROPS */
|
|
2165
|
-
, ["modelValue"])])])]),
|
|
2166
|
-
_: 1
|
|
2167
|
-
/* STABLE */
|
|
2168
|
-
|
|
2169
|
-
}, 8
|
|
2170
|
-
/* PROPS */
|
|
2171
|
-
, ["model"])], 512
|
|
2172
|
-
/* NEED_PATCH */
|
|
2173
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowTitle)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 添加文本-box "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1745
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).displaytitle), 1 /* TEXT */)]),
|
|
1746
|
+
_: 1 /* STABLE */
|
|
1747
|
+
}, 8 /* PROPS */, ["modelValue"])])])]),
|
|
1748
|
+
_: 1 /* STABLE */
|
|
1749
|
+
}, 8 /* PROPS */, ["model"])], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowTitle)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 添加文本-box "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2174
1750
|
class: "select-layer-box",
|
|
2175
1751
|
ref_key: "selectTextBoxRef",
|
|
2176
1752
|
ref: selectTextBoxRef
|
|
@@ -2179,12 +1755,8 @@ const __default__ = {
|
|
|
2179
1755
|
onClick: setMainStyle
|
|
2180
1756
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
2181
1757
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowLeft))]),
|
|
2182
|
-
_: 1
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_14, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addtext), 1
|
|
2186
|
-
/* TEXT */
|
|
2187
|
-
)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_15, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
1758
|
+
_: 1 /* STABLE */
|
|
1759
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_14, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addtext), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_15, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
2188
1760
|
model: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform),
|
|
2189
1761
|
"label-width": "70px",
|
|
2190
1762
|
"label-position": "left"
|
|
@@ -2203,31 +1775,17 @@ const __default__ = {
|
|
|
2203
1775
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
2204
1776
|
value: "Microsoft YaHei",
|
|
2205
1777
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).yahei
|
|
2206
|
-
}, null, 8
|
|
2207
|
-
/* PROPS */
|
|
2208
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1778
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
2209
1779
|
value: "NSimSun",
|
|
2210
1780
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).NSimSun
|
|
2211
|
-
}, null, 8
|
|
2212
|
-
/* PROPS */
|
|
2213
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1781
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
2214
1782
|
value: "KaiTi",
|
|
2215
1783
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).KaiTi
|
|
2216
|
-
}, null, 8
|
|
2217
|
-
/*
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
}, 8
|
|
2223
|
-
/* PROPS */
|
|
2224
|
-
, ["modelValue", "placeholder"])]),
|
|
2225
|
-
_: 1
|
|
2226
|
-
/* STABLE */
|
|
2227
|
-
|
|
2228
|
-
}, 8
|
|
2229
|
-
/* PROPS */
|
|
2230
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1784
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1785
|
+
_: 1 /* STABLE */
|
|
1786
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
1787
|
+
_: 1 /* STABLE */
|
|
1788
|
+
}, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2231
1789
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2232
1790
|
span: 16
|
|
2233
1791
|
}, {
|
|
@@ -2244,40 +1802,20 @@ const __default__ = {
|
|
|
2244
1802
|
key: size,
|
|
2245
1803
|
value: `${size}px`
|
|
2246
1804
|
}, {
|
|
2247
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(size), 1
|
|
2248
|
-
/*
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
}), 128
|
|
2257
|
-
/* KEYED_FRAGMENT */
|
|
2258
|
-
))]),
|
|
2259
|
-
_: 1
|
|
2260
|
-
/* STABLE */
|
|
2261
|
-
|
|
2262
|
-
}, 8
|
|
2263
|
-
/* PROPS */
|
|
2264
|
-
, ["modelValue", "placeholder"])]),
|
|
2265
|
-
_: 1
|
|
2266
|
-
/* STABLE */
|
|
2267
|
-
|
|
2268
|
-
}, 8
|
|
2269
|
-
/* PROPS */
|
|
2270
|
-
, ["label"])]),
|
|
2271
|
-
_: 1
|
|
2272
|
-
/* STABLE */
|
|
2273
|
-
|
|
1805
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(size), 1 /* TEXT */)]),
|
|
1806
|
+
_: 2 /* DYNAMIC */
|
|
1807
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["value"]);
|
|
1808
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
1809
|
+
_: 1 /* STABLE */
|
|
1810
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
1811
|
+
_: 1 /* STABLE */
|
|
1812
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1813
|
+
_: 1 /* STABLE */
|
|
2274
1814
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2275
1815
|
span: 2
|
|
2276
1816
|
}, {
|
|
2277
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ")]),
|
|
2278
|
-
_: 1
|
|
2279
|
-
/* STABLE */
|
|
2280
|
-
|
|
1817
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[35] || (_cache[35] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ")])),
|
|
1818
|
+
_: 1 /* STABLE */
|
|
2281
1819
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2282
1820
|
span: 6
|
|
2283
1821
|
}, {
|
|
@@ -2288,22 +1826,12 @@ const __default__ = {
|
|
|
2288
1826
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).style.color,
|
|
2289
1827
|
"onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).style.color = $event),
|
|
2290
1828
|
"show-alpha": ""
|
|
2291
|
-
}, null, 8
|
|
2292
|
-
/*
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
/* STABLE */
|
|
2296
|
-
|
|
2297
|
-
}, 8
|
|
2298
|
-
/* PROPS */
|
|
2299
|
-
, ["label"])]),
|
|
2300
|
-
_: 1
|
|
2301
|
-
/* STABLE */
|
|
2302
|
-
|
|
1829
|
+
}, null, 8 /* PROPS */, ["modelValue"])])]),
|
|
1830
|
+
_: 1 /* STABLE */
|
|
1831
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1832
|
+
_: 1 /* STABLE */
|
|
2303
1833
|
})]),
|
|
2304
|
-
_: 1
|
|
2305
|
-
/* STABLE */
|
|
2306
|
-
|
|
1834
|
+
_: 1 /* STABLE */
|
|
2307
1835
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
2308
1836
|
class: "textarea",
|
|
2309
1837
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printtext
|
|
@@ -2315,112 +1843,62 @@ const __default__ = {
|
|
|
2315
1843
|
spellcheck: "false",
|
|
2316
1844
|
"onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).data.labelValue = $event),
|
|
2317
1845
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).style)
|
|
2318
|
-
}, null, 12
|
|
2319
|
-
/*
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
}, 8
|
|
2325
|
-
/* PROPS */
|
|
2326
|
-
, ["label"])]),
|
|
2327
|
-
_: 1
|
|
2328
|
-
/* STABLE */
|
|
2329
|
-
|
|
2330
|
-
}, 8
|
|
2331
|
-
/* PROPS */
|
|
2332
|
-
, ["model"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_17, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1846
|
+
}, null, 12 /* STYLE, PROPS */, _hoisted_16), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vModelText, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).data.labelValue]])]),
|
|
1847
|
+
_: 1 /* STABLE */
|
|
1848
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1849
|
+
_: 1 /* STABLE */
|
|
1850
|
+
}, 8 /* PROPS */, ["model"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_17, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2333
1851
|
type: "primary",
|
|
2334
1852
|
onClick: addLabel
|
|
2335
1853
|
}, {
|
|
2336
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printadd), 1
|
|
2337
|
-
/*
|
|
2338
|
-
)]),
|
|
2339
|
-
_: 1
|
|
2340
|
-
/* STABLE */
|
|
2341
|
-
|
|
1854
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printadd), 1 /* TEXT */)]),
|
|
1855
|
+
_: 1 /* STABLE */
|
|
2342
1856
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2343
1857
|
type: "plain",
|
|
2344
1858
|
onClick: clearLabel
|
|
2345
1859
|
}, {
|
|
2346
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printclear), 1
|
|
2347
|
-
/*
|
|
2348
|
-
|
|
2349
|
-
_: 1
|
|
2350
|
-
/* STABLE */
|
|
2351
|
-
|
|
2352
|
-
})])])], 512
|
|
2353
|
-
/* NEED_PATCH */
|
|
2354
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowText)]])], 2
|
|
2355
|
-
/* CLASS */
|
|
2356
|
-
)], 2
|
|
2357
|
-
/* CLASS */
|
|
2358
|
-
)], 4
|
|
2359
|
-
/* STYLE */
|
|
2360
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_18, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_19, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1860
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printclear), 1 /* TEXT */)]),
|
|
1861
|
+
_: 1 /* STABLE */
|
|
1862
|
+
})])])], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowText)]])], 2 /* CLASS */)], 2 /* CLASS */)], 4 /* STYLE */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_18, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_19, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2361
1863
|
onClick: Enlarge,
|
|
2362
1864
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).equalscalezoom,
|
|
2363
1865
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive) === 1 ? 'clickborder' : '')
|
|
2364
1866
|
}, {
|
|
2365
1867
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
2366
1868
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ZoomIn))]),
|
|
2367
|
-
_: 1
|
|
2368
|
-
/* STABLE */
|
|
2369
|
-
|
|
1869
|
+
_: 1 /* STABLE */
|
|
2370
1870
|
})]),
|
|
2371
|
-
_: 1
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
}, 8
|
|
2375
|
-
/* PROPS */
|
|
2376
|
-
, ["title", "class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1871
|
+
_: 1 /* STABLE */
|
|
1872
|
+
}, 8 /* PROPS */, ["title", "class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2377
1873
|
onClick: Narrow,
|
|
2378
1874
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).scaleddown,
|
|
2379
1875
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive) === 2 ? 'clickborder' : '')
|
|
2380
1876
|
}, {
|
|
2381
1877
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
2382
1878
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ZoomOut))]),
|
|
2383
|
-
_: 1
|
|
2384
|
-
/* STABLE */
|
|
2385
|
-
|
|
1879
|
+
_: 1 /* STABLE */
|
|
2386
1880
|
})]),
|
|
2387
|
-
_: 1
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
}, 8
|
|
2391
|
-
/* PROPS */
|
|
2392
|
-
, ["title", "class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1881
|
+
_: 1 /* STABLE */
|
|
1882
|
+
}, 8 /* PROPS */, ["title", "class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2393
1883
|
onClick: MovePrint,
|
|
2394
1884
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printdrag,
|
|
2395
1885
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive) === 3 ? 'clickborder' : '')
|
|
2396
1886
|
}, {
|
|
2397
1887
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
2398
1888
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.Rank))]),
|
|
2399
|
-
_: 1
|
|
2400
|
-
/* STABLE */
|
|
2401
|
-
|
|
1889
|
+
_: 1 /* STABLE */
|
|
2402
1890
|
})]),
|
|
2403
|
-
_: 1
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
}, 8
|
|
2407
|
-
/* PROPS */
|
|
2408
|
-
, ["title", "class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1891
|
+
_: 1 /* STABLE */
|
|
1892
|
+
}, 8 /* PROPS */, ["title", "class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2409
1893
|
onClick: RefreshStatus,
|
|
2410
1894
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).restore
|
|
2411
1895
|
}, {
|
|
2412
1896
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
2413
1897
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.Refresh))]),
|
|
2414
|
-
_: 1
|
|
2415
|
-
/* STABLE */
|
|
2416
|
-
|
|
1898
|
+
_: 1 /* STABLE */
|
|
2417
1899
|
})]),
|
|
2418
|
-
_: 1
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
}, 8
|
|
2422
|
-
/* PROPS */
|
|
2423
|
-
, ["title"])])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1900
|
+
_: 1 /* STABLE */
|
|
1901
|
+
}, 8 /* PROPS */, ["title"])])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2424
1902
|
ref_key: "printDiv",
|
|
2425
1903
|
ref: printDiv,
|
|
2426
1904
|
class: "kq3d-client-print-printDiv"
|
|
@@ -2440,19 +1918,13 @@ const __default__ = {
|
|
|
2440
1918
|
class: "kq3d-client-print-titleDivStyle"
|
|
2441
1919
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2442
1920
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style)
|
|
2443
|
-
}, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.title), 5
|
|
2444
|
-
/* TEXT, STYLE */
|
|
2445
|
-
)], 4
|
|
2446
|
-
/* STYLE */
|
|
2447
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.titleShow]])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1921
|
+
}, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.title), 5 /* TEXT, STYLE */)], 4 /* STYLE */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.titleShow]])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2448
1922
|
class: "kq3d-client-print-printContentDiv kq3d-client-print-printborder1",
|
|
2449
1923
|
ref_key: "printContentDiv",
|
|
2450
1924
|
ref: printContentDiv
|
|
2451
1925
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_21, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
2452
1926
|
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(scenceImageUrl)
|
|
2453
|
-
}, null, 8
|
|
2454
|
-
/* PROPS */
|
|
2455
|
-
, _hoisted_22)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_scene_view, {
|
|
1927
|
+
}, null, 8 /* PROPS */, _hoisted_22)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_scene_view, {
|
|
2456
1928
|
target: 'scencePrint',
|
|
2457
1929
|
options: __props.options,
|
|
2458
1930
|
service: __props.service,
|
|
@@ -2477,18 +1949,12 @@ const __default__ = {
|
|
|
2477
1949
|
mapTarget: "scencePrint",
|
|
2478
1950
|
ref_key: "lengend_ref",
|
|
2479
1951
|
ref: lengend_ref
|
|
2480
|
-
}, null, 512
|
|
2481
|
-
/* NEED_PATCH */
|
|
2482
|
-
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 32
|
|
2483
|
-
/* HYDRATE_EVENTS */
|
|
2484
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("指北针"), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1952
|
+
}, null, 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 32 /* NEED_HYDRATION */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("指北针"), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2485
1953
|
class: "kq3d-client-print-compassDiv",
|
|
2486
1954
|
onMouseover: setdragCursor,
|
|
2487
1955
|
onMousedown: dragTl,
|
|
2488
1956
|
id: "divcompassDiv"
|
|
2489
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq3d_compass)], 544
|
|
2490
|
-
/* HYDRATE_EVENTS, NEED_PATCH */
|
|
2491
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(compassShow)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 文本标注 "), ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelData).value, item => {
|
|
1957
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq3d_compass)], 544 /* NEED_HYDRATION, NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(compassShow)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 文本标注 "), ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelData).value, item => {
|
|
2492
1958
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)(((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", {
|
|
2493
1959
|
id: item.data.dataId,
|
|
2494
1960
|
key: item.data.dataId,
|
|
@@ -2497,9 +1963,7 @@ const __default__ = {
|
|
|
2497
1963
|
onMousedown: dragTl
|
|
2498
1964
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2499
1965
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)(item.style)
|
|
2500
|
-
}, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(item.data.labelValue), 5
|
|
2501
|
-
/* TEXT, STYLE */
|
|
2502
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1966
|
+
}, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(item.data.labelValue), 5 /* TEXT, STYLE */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2503
1967
|
class: "closeIconDiv",
|
|
2504
1968
|
onClick: $event => delLabel(item.data.dataId),
|
|
2505
1969
|
style: {
|
|
@@ -2517,44 +1981,15 @@ const __default__ = {
|
|
|
2517
1981
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printclose
|
|
2518
1982
|
}, {
|
|
2519
1983
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.Close))]),
|
|
2520
|
-
_: 1
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
, _hoisted_24)], 40
|
|
2528
|
-
/* PROPS, HYDRATE_EVENTS */
|
|
2529
|
-
, _hoisted_23)), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, item.data.isShow]]);
|
|
2530
|
-
}), 128
|
|
2531
|
-
/* KEYED_FRAGMENT */
|
|
2532
|
-
))]),
|
|
2533
|
-
_: 1
|
|
2534
|
-
/* STABLE */
|
|
2535
|
-
|
|
2536
|
-
}, 8
|
|
2537
|
-
/* PROPS */
|
|
2538
|
-
, ["options", "service", "scenceInfo", "showToolButtons", "defaultShowLayerNames", "toolButtonsPosition", "showLogo"])], 512
|
|
2539
|
-
/* NEED_PATCH */
|
|
2540
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_25, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_26, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printcompany) + ":" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(companyName)), 1
|
|
2541
|
-
/* TEXT */
|
|
2542
|
-
)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_27, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printdate) + ":" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(systemTime)), 1
|
|
2543
|
-
/* TEXT */
|
|
2544
|
-
)])])], 512
|
|
2545
|
-
/* NEED_PATCH */
|
|
2546
|
-
)]),
|
|
2547
|
-
_: 1
|
|
2548
|
-
/* STABLE */
|
|
2549
|
-
|
|
2550
|
-
})], 512
|
|
2551
|
-
/* NEED_PATCH */
|
|
2552
|
-
)], 512
|
|
2553
|
-
/* NEED_PATCH */
|
|
2554
|
-
);
|
|
1984
|
+
_: 1 /* STABLE */
|
|
1985
|
+
}, 8 /* PROPS */, ["title"])], 8 /* PROPS */, _hoisted_24)], 40 /* PROPS, NEED_HYDRATION */, _hoisted_23)), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, item.data.isShow]]);
|
|
1986
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
1987
|
+
_: 1 /* STABLE */
|
|
1988
|
+
}, 8 /* PROPS */, ["options", "service", "scenceInfo", "showToolButtons", "defaultShowLayerNames", "toolButtonsPosition", "showLogo"])], 512 /* NEED_PATCH */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_25, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_26, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printcompany) + ":" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(companyName)), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_27, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printdate) + ":" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(systemTime)), 1 /* TEXT */)])])], 512 /* NEED_PATCH */)]),
|
|
1989
|
+
_: 1 /* STABLE */
|
|
1990
|
+
})], 512 /* NEED_PATCH */)], 512 /* NEED_PATCH */);
|
|
2555
1991
|
};
|
|
2556
1992
|
}
|
|
2557
|
-
|
|
2558
1993
|
}));
|
|
2559
1994
|
;// CONCATENATED MODULE: ./src/webgl/clientPrint/ClientPrint.vue?vue&type=script&setup=true&lang=js
|
|
2560
1995
|
|
|
@@ -2566,10 +2001,13 @@ const __exports__ = ClientPrintvue_type_script_setup_true_lang_js;
|
|
|
2566
2001
|
|
|
2567
2002
|
/* harmony default export */ var ClientPrint = (__exports__);
|
|
2568
2003
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
2569
|
-
var init_js_ = __webpack_require__(
|
|
2004
|
+
var init_js_ = __webpack_require__(455);
|
|
2570
2005
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
2571
2006
|
;// CONCATENATED MODULE: ./src/webgl/clientPrint/index.js
|
|
2572
|
-
|
|
2007
|
+
/*
|
|
2008
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
2009
|
+
* All rights reserved.
|
|
2010
|
+
*/
|
|
2573
2011
|
|
|
2574
2012
|
|
|
2575
2013
|
ClientPrint.install = (Vue, opts) => {
|
|
@@ -2577,7 +2015,6 @@ ClientPrint.install = (Vue, opts) => {
|
|
|
2577
2015
|
Vue.component(ClientPrint.name, ClientPrint);
|
|
2578
2016
|
};
|
|
2579
2017
|
|
|
2580
|
-
|
|
2581
2018
|
}();
|
|
2582
2019
|
/******/ return __webpack_exports__;
|
|
2583
2020
|
/******/ })()
|