@kq_npm/client3d_webgl_vue 4.5.3-beta → 4.5.5-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 +337 -524
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +163 -229
- package/baseterraingallery/index.js +122 -145
- package/boxclip/index.js +291 -472
- package/clientPrint/index.js +368 -906
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +224 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +185 -255
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +298 -402
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +248 -385
- package/geologicalbodyanalysis/index.js +206 -288
- package/gpuspatialquery/index.js +243 -392
- package/hawkeye/index.js +139 -103
- package/headertemp/index.js +23 -33
- package/heatmap3d/index.js +427 -734
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +8170 -17000
- package/isolineanalysis/index.js +557 -1233
- package/light/index.js +351 -488
- package/limitheightanalysis/index.js +249 -312
- package/measure/index.js +341 -495
- package/modelFlat/index.js +261 -259
- package/modelexcavate/index.js +214 -266
- package/modelfilter/index.js +216 -299
- package/modelprofileanalysis/index.js +354 -465
- package/modelselect/index.js +183 -175
- package/package.json +1 -1
- package/particleeffect/index.js +257 -430
- package/planeclip/index.js +240 -330
- package/resetview/index.js +89 -69
- package/roller/index.js +305 -363
- package/scaneffect/index.js +274 -572
- package/sceneadvancedtoimage/index.js +1057 -0
- package/sceneadvancedtoimage/style/index.js +3 -0
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
- package/sceneapp/index.js +818 -2179
- package/sceneset/index.js +391 -885
- package/scenetohdimage/index.js +212 -346
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +9208 -17907
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +273 -312
- package/shadowanalysis/index.js +259 -437
- package/sightlineanalysis/index.js +229 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +204 -341
- package/slopeanalysis/index.js +274 -435
- package/slopeaspectanalysis/index.js +307 -524
- package/statusbar/index.js +113 -84
- package/style.css +1 -1
- package/terrainoperation/index.js +222 -271
- package/terrainprofileanalysis/index.js +166 -173
- package/underground/index.js +96 -82
- package/videofusion/index.js +305 -519
- package/videoproject/index.js +311 -521
- package/viewshedanalysis/index.js +176 -275
- package/weathereffect/index.js +197 -343
- package/wireframesketch/index.js +133 -141
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}
|
|
@@ -640,25 +580,29 @@ const __default__ = {
|
|
|
640
580
|
showLogo: {
|
|
641
581
|
type: Boolean,
|
|
642
582
|
default: false
|
|
583
|
+
},
|
|
584
|
+
// 是否使用自定义地图数据
|
|
585
|
+
useCustomData: {
|
|
586
|
+
type: Boolean,
|
|
587
|
+
default: false
|
|
643
588
|
}
|
|
644
589
|
},
|
|
645
|
-
|
|
646
590
|
setup(__props, {
|
|
647
591
|
expose: __expose
|
|
648
592
|
}) {
|
|
649
|
-
const props = __props;
|
|
650
593
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
651
594
|
let {
|
|
652
595
|
locale,
|
|
653
596
|
messages
|
|
654
|
-
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
655
|
-
|
|
597
|
+
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
598
|
+
//国际化
|
|
656
599
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
657
600
|
language.value = messages.value[newVal]["webgl"];
|
|
658
601
|
companyName.value = props.companyName || language.value.comapanyname;
|
|
659
|
-
systemTime.value = newVal ==
|
|
602
|
+
systemTime.value = newVal == "zh" ? getSystemIime() : getSystemEnTime();
|
|
660
603
|
printObj.value.popTitle = language.value.print;
|
|
661
604
|
});
|
|
605
|
+
const props = __props;
|
|
662
606
|
let setTitleDataform = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({
|
|
663
607
|
style: {
|
|
664
608
|
fontSize: "18px",
|
|
@@ -675,8 +619,8 @@ const __default__ = {
|
|
|
675
619
|
shadowShow: false,
|
|
676
620
|
titleShow: true
|
|
677
621
|
}
|
|
678
|
-
});
|
|
679
|
-
|
|
622
|
+
});
|
|
623
|
+
// 文本的数据
|
|
680
624
|
let setLabelDataform = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({
|
|
681
625
|
style: {
|
|
682
626
|
fontSize: "18px",
|
|
@@ -691,34 +635,34 @@ const __default__ = {
|
|
|
691
635
|
labelValue: ""
|
|
692
636
|
}
|
|
693
637
|
});
|
|
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
|
-
|
|
638
|
+
let cameraToImage = null;
|
|
639
|
+
// 组件容器
|
|
640
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
641
|
+
// 选择容器
|
|
642
|
+
let settingBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
643
|
+
// 主内容容器
|
|
700
644
|
let mainBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
701
645
|
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
|
-
|
|
646
|
+
let titleRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
647
|
+
// 图层选择容器
|
|
648
|
+
let selectLayerBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
649
|
+
// 样式设置容器
|
|
650
|
+
let selectTitleBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
651
|
+
// 添加文本容器
|
|
652
|
+
let selectTextBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
653
|
+
//页面设置tab设置
|
|
654
|
+
const activeNames = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(["1"]);
|
|
655
|
+
// 控制主容器与图层选择容器的切换
|
|
656
|
+
let isShowSettingBox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
657
|
+
//图层选择显示控制
|
|
658
|
+
let isShowLayer = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
659
|
+
//标题设置显示控制
|
|
660
|
+
let isShowTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
661
|
+
//添加文本显示控制
|
|
662
|
+
let isShowText = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
663
|
+
// 边框样式
|
|
664
|
+
let borderStyleValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
665
|
+
// 纸张设置
|
|
722
666
|
let sizeData = [[{
|
|
723
667
|
f: "A2",
|
|
724
668
|
a: "portrait"
|
|
@@ -749,72 +693,87 @@ const __default__ = {
|
|
|
749
693
|
}, "a5HSize"], [{
|
|
750
694
|
f: "A6",
|
|
751
695
|
a: "landscape"
|
|
752
|
-
}, "a6HSize"]];
|
|
753
|
-
|
|
754
|
-
let sizelist = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
696
|
+
}, "a6HSize"]];
|
|
697
|
+
// 字体大小
|
|
698
|
+
let sizelist = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
755
699
|
|
|
700
|
+
// 纸张类型
|
|
756
701
|
let papForm = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("A4"); // 默认
|
|
757
|
-
// 纸张方向
|
|
758
702
|
|
|
703
|
+
// 纸张方向
|
|
759
704
|
let papAnchor = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 默认
|
|
760
705
|
// 图片格式
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
706
|
+
let imageType = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("png");
|
|
707
|
+
//图例对象
|
|
708
|
+
let lengend_ref = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
709
|
+
// 图例窗口显示与隐藏
|
|
710
|
+
let legendShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
711
|
+
// 比例尺显示与隐藏
|
|
712
|
+
let scalesShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
713
|
+
// 指北针的显示与隐藏
|
|
770
714
|
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
|
-
|
|
715
|
+
let isActive = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
716
|
+
//打印内容div
|
|
717
|
+
let printContentDiv = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
718
|
+
// 打印内容
|
|
719
|
+
let printDiv = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
720
|
+
// 打印内容中的地图容器
|
|
721
|
+
let printMap = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
722
|
+
// 增加的文本的数据
|
|
723
|
+
let setLabelData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
724
|
+
//当前时间
|
|
725
|
+
let systemTime = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
726
|
+
// 公司名
|
|
783
727
|
let companyName = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
784
728
|
let printState = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
785
|
-
let printViewer = null;
|
|
786
|
-
|
|
729
|
+
let printViewer = null;
|
|
730
|
+
// 打印对象
|
|
787
731
|
let printObj = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({
|
|
788
732
|
id: "printMap",
|
|
789
733
|
popTitle: "",
|
|
790
|
-
|
|
791
734
|
beforeOpenCallback() {
|
|
792
735
|
printState.value = true;
|
|
793
736
|
},
|
|
794
|
-
|
|
795
737
|
openCallback() {
|
|
796
738
|
printState.value = false;
|
|
797
739
|
}
|
|
798
|
-
|
|
740
|
+
});
|
|
741
|
+
let showMap = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
742
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
743
|
+
options: props && props.options,
|
|
744
|
+
service: props && props.service,
|
|
745
|
+
scenceInfo: props && props.scenceInfo,
|
|
746
|
+
defaultShowLayerNames: props && props.defaultShowLayerNames,
|
|
747
|
+
showToolButtons: props && props.showToolButtons,
|
|
748
|
+
toolButtonsPosition: props && props.toolButtonsPosition,
|
|
749
|
+
showLogo: props && props.showLogo
|
|
799
750
|
});
|
|
800
751
|
let currentClick = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({});
|
|
801
752
|
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
|
-
|
|
806
|
-
global_event_default().
|
|
753
|
+
let scaleStep = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0.2);
|
|
754
|
+
// 查询进度条
|
|
755
|
+
let loadState = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
756
|
+
// 三维球id
|
|
757
|
+
global_event_default().setWebMap("scencePrint", "cesium", null);
|
|
807
758
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
759
|
+
if (!props.useCustomData) {
|
|
760
|
+
global_event_default().getWebMapByMapTarget(props.mapTarget, scenceView => {
|
|
761
|
+
if (scenceView && scenceView._viewer) {
|
|
762
|
+
formItem = scenceView._props;
|
|
763
|
+
showMap = true;
|
|
764
|
+
}
|
|
765
|
+
});
|
|
766
|
+
} else {
|
|
767
|
+
showMap = true;
|
|
768
|
+
}
|
|
808
769
|
setTitleDataform.value.data.title = props.printTitle || language.value.oneimage;
|
|
809
770
|
papAnchor.value = "portrait";
|
|
810
771
|
borderStyleValue.value = "printborder1";
|
|
811
772
|
sizelist.value = [];
|
|
812
|
-
|
|
813
773
|
for (let i = 15; i <= 32; i++) {
|
|
814
774
|
// 字体大小下拉
|
|
815
775
|
sizelist.value.push(i);
|
|
816
776
|
}
|
|
817
|
-
|
|
818
777
|
setLabelData.value = [];
|
|
819
778
|
global_event_default().getWebMapByMapTarget("scencePrint", scenceView => {
|
|
820
779
|
if (scenceView && scenceView._viewer) {
|
|
@@ -830,65 +789,50 @@ const __default__ = {
|
|
|
830
789
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
831
790
|
destroy();
|
|
832
791
|
});
|
|
792
|
+
|
|
833
793
|
/**
|
|
834
794
|
* 获取当前时间
|
|
835
795
|
* @returns {string}
|
|
836
796
|
*/
|
|
837
|
-
|
|
838
797
|
function getSystemIime() {
|
|
839
798
|
let numMap = new Map([["0", "零"], ["1", "一"], ["2", "二"], ["3", "三"], ["4", "四"], ["5", "五"], ["6", "六"], ["7", "七"], ["8", "八"], ["9", "九"]]);
|
|
840
799
|
let tennumMap = new Map([["1", "十"], ["2", "二十"], ["3", "三十"]]);
|
|
841
800
|
let nowDate = new Date();
|
|
842
801
|
let year = nowDate.getFullYear() + ""; //年数字
|
|
843
|
-
|
|
844
802
|
let month = nowDate.getMonth() + 1 + ""; //月数字
|
|
845
|
-
|
|
846
803
|
let day = nowDate.getDate() + ""; //日数字
|
|
847
|
-
|
|
848
804
|
let yearCNStr = ""; //年中文
|
|
849
|
-
|
|
850
805
|
let nonthCNStr = ""; //月中文
|
|
851
|
-
|
|
852
806
|
let dayCNStr = ""; //日中文
|
|
853
|
-
|
|
854
807
|
for (let i = 0; i < year.length; i++) {
|
|
855
808
|
yearCNStr += numMap.get(year[i]);
|
|
856
809
|
}
|
|
857
|
-
|
|
858
810
|
yearCNStr += "年";
|
|
859
|
-
|
|
860
811
|
if (month.length > 1) {
|
|
861
812
|
nonthCNStr = tennumMap.get(month[0]);
|
|
862
|
-
|
|
863
813
|
if (month[1] != "0") {
|
|
864
814
|
nonthCNStr += numMap.get(month[1]);
|
|
865
815
|
}
|
|
866
|
-
|
|
867
816
|
nonthCNStr += "月";
|
|
868
817
|
} else {
|
|
869
818
|
nonthCNStr = numMap.get(month[0]) + "月";
|
|
870
819
|
}
|
|
871
|
-
|
|
872
820
|
if (day.length > 1) {
|
|
873
821
|
dayCNStr = tennumMap.get(day[0]);
|
|
874
|
-
|
|
875
822
|
if (day[1] != "0") {
|
|
876
823
|
dayCNStr += numMap.get(day[1]);
|
|
877
824
|
}
|
|
878
|
-
|
|
879
825
|
dayCNStr += "日";
|
|
880
826
|
} else {
|
|
881
827
|
dayCNStr = numMap.get(day[0]) + "日";
|
|
882
828
|
}
|
|
883
|
-
|
|
884
829
|
return yearCNStr + nonthCNStr + dayCNStr;
|
|
885
830
|
}
|
|
831
|
+
|
|
886
832
|
/**
|
|
887
833
|
* 获取当前时间(英文)
|
|
888
834
|
* @returns {string}
|
|
889
835
|
*/
|
|
890
|
-
|
|
891
|
-
|
|
892
836
|
function getSystemEnTime() {
|
|
893
837
|
var dt = new Date();
|
|
894
838
|
var m = new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Spt", "Oct", "Nov", "Dec");
|
|
@@ -896,20 +840,16 @@ const __default__ = {
|
|
|
896
840
|
var mn = dt.getMonth();
|
|
897
841
|
var dn = dt.getDate();
|
|
898
842
|
var dns;
|
|
899
|
-
|
|
900
843
|
if (dn % 10 < 1 || dn % 10 > 3) {
|
|
901
844
|
dns = d[3];
|
|
902
845
|
} else {
|
|
903
846
|
dns = d[dn % 10 - 1];
|
|
904
|
-
|
|
905
847
|
if (dn == 11 || dn == 12) {
|
|
906
848
|
dns = d[3];
|
|
907
849
|
}
|
|
908
850
|
}
|
|
909
|
-
|
|
910
851
|
return m[mn] + " " + dn + dns + "," + dt.getFullYear();
|
|
911
852
|
}
|
|
912
|
-
|
|
913
853
|
function changStatusBar() {
|
|
914
854
|
if (printViewer) printViewer.statusBar.show = scalesShow.value;
|
|
915
855
|
}
|
|
@@ -917,11 +857,9 @@ const __default__ = {
|
|
|
917
857
|
* 显示切换
|
|
918
858
|
* @param {string} type
|
|
919
859
|
*/
|
|
920
|
-
|
|
921
|
-
|
|
922
860
|
function setShowChange(type) {
|
|
923
|
-
settingBoxRef.value.style.height = `${mainBoxRef.value.clientHeight}px`;
|
|
924
|
-
|
|
861
|
+
settingBoxRef.value.style.height = `${mainBoxRef.value.clientHeight}px`;
|
|
862
|
+
// settingBoxRef.value.style.height = `${mainBoxRef.value.clientHeight}px`;
|
|
925
863
|
if (type === "layer") {
|
|
926
864
|
isShowLayer.value = true;
|
|
927
865
|
isShowTitle.value = false;
|
|
@@ -931,7 +869,6 @@ const __default__ = {
|
|
|
931
869
|
settingBoxRef.value.style.height = `${selectLayerBoxRef.value.clientHeight}px`;
|
|
932
870
|
});
|
|
933
871
|
}
|
|
934
|
-
|
|
935
872
|
if (type === "title") {
|
|
936
873
|
isShowLayer.value = false;
|
|
937
874
|
isShowTitle.value = true;
|
|
@@ -941,7 +878,6 @@ const __default__ = {
|
|
|
941
878
|
settingBoxRef.value.style.height = `${selectTitleBoxRef.value.clientHeight}px`;
|
|
942
879
|
});
|
|
943
880
|
}
|
|
944
|
-
|
|
945
881
|
if (type === "text") {
|
|
946
882
|
isShowLayer.value = false;
|
|
947
883
|
isShowTitle.value = false;
|
|
@@ -952,30 +888,26 @@ const __default__ = {
|
|
|
952
888
|
});
|
|
953
889
|
}
|
|
954
890
|
}
|
|
891
|
+
|
|
955
892
|
/**
|
|
956
893
|
* 切换后的左侧高度样式还原
|
|
957
894
|
*/
|
|
958
|
-
|
|
959
|
-
|
|
960
895
|
function setMainStyle() {
|
|
961
896
|
isShowLayer.value = false;
|
|
962
897
|
isShowTitle.value = false;
|
|
963
898
|
isShowText.value = false;
|
|
964
899
|
settingBoxRef.value.style.height = `${mainBoxRef.value.clientHeight}px`;
|
|
965
900
|
}
|
|
901
|
+
|
|
966
902
|
/**
|
|
967
903
|
* 左侧窗口高度还原
|
|
968
904
|
*/
|
|
969
|
-
|
|
970
|
-
|
|
971
905
|
function changeMainHeight() {
|
|
972
906
|
settingBoxRef.value.style.height = "auto";
|
|
973
907
|
}
|
|
974
908
|
/**
|
|
975
909
|
* 初始化要在地图中显示的控件
|
|
976
910
|
*/
|
|
977
|
-
|
|
978
|
-
|
|
979
911
|
function initControl() {
|
|
980
912
|
var mapdiv = document.getElementById("scencePrint");
|
|
981
913
|
let html = mapdiv.innerHTML;
|
|
@@ -986,20 +918,18 @@ const __default__ = {
|
|
|
986
918
|
mapdiv.appendChild(compassDiv);
|
|
987
919
|
mapdiv.appendChild(legendDiv);
|
|
988
920
|
}
|
|
921
|
+
|
|
989
922
|
/**
|
|
990
923
|
* 边框样式切换
|
|
991
924
|
* @param {object} value
|
|
992
925
|
*/
|
|
993
|
-
|
|
994
|
-
|
|
995
926
|
function changeBorderStyleData(value) {
|
|
996
927
|
printContentDiv.value.className = "kq3d-client-print-printContentDiv " + "kq3d-client-print-" + borderStyleValue.value;
|
|
997
928
|
}
|
|
929
|
+
|
|
998
930
|
/**
|
|
999
931
|
* 纸张大小的切换
|
|
1000
932
|
*/
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
933
|
function changeMapContainerSize() {
|
|
1004
934
|
sizeData.forEach(item => {
|
|
1005
935
|
if (item[0].f === papForm.value && item[0].a === papAnchor.value) {
|
|
@@ -1009,20 +939,18 @@ const __default__ = {
|
|
|
1009
939
|
}
|
|
1010
940
|
});
|
|
1011
941
|
}
|
|
942
|
+
|
|
1012
943
|
/**
|
|
1013
944
|
* 滚动条居中
|
|
1014
945
|
*/
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
946
|
function setScroll() {
|
|
1018
947
|
printDiv.value.scrollTop = printMap.value.clientHeight / 2 - printDiv.value.clientHeight / 2;
|
|
1019
948
|
printDiv.value.scrollLeft = printMap.value.clientWidth / 2 - printDiv.value.clientWidth / 2;
|
|
1020
949
|
}
|
|
950
|
+
|
|
1021
951
|
/**
|
|
1022
952
|
* 添加文本
|
|
1023
953
|
*/
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
954
|
function addLabel() {
|
|
1027
955
|
let item = {
|
|
1028
956
|
style: {
|
|
@@ -1040,7 +968,6 @@ const __default__ = {
|
|
|
1040
968
|
setLabelData.value.push(item);
|
|
1041
969
|
setTimeout(() => {
|
|
1042
970
|
var mapdiv = document.getElementById("scencePrint");
|
|
1043
|
-
|
|
1044
971
|
for (let i = 0; i < setLabelData.value.length; i++) {
|
|
1045
972
|
var labelDiv = document.getElementById(setLabelData.value[i].data.dataId);
|
|
1046
973
|
labelDiv.style.display = "block";
|
|
@@ -1048,12 +975,11 @@ const __default__ = {
|
|
|
1048
975
|
}
|
|
1049
976
|
}, 200);
|
|
1050
977
|
}
|
|
978
|
+
|
|
1051
979
|
/**
|
|
1052
980
|
* 通过id删除文本
|
|
1053
981
|
* @param {string} id
|
|
1054
982
|
*/
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
983
|
function delLabel(id) {
|
|
1058
984
|
for (let i = 0; i < setLabelData.value.length; i++) {
|
|
1059
985
|
if (id === setLabelData.value[i].data.dataId) {
|
|
@@ -1062,21 +988,19 @@ const __default__ = {
|
|
|
1062
988
|
}
|
|
1063
989
|
}
|
|
1064
990
|
}
|
|
991
|
+
|
|
1065
992
|
/**
|
|
1066
993
|
* 清空文本
|
|
1067
994
|
*/
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
995
|
function clearLabel() {
|
|
1071
996
|
setLabelData.value.splice(0, setLabelData.value.length);
|
|
1072
997
|
setLabelDataform.value.data.labelValue = "";
|
|
1073
998
|
}
|
|
999
|
+
|
|
1074
1000
|
/**
|
|
1075
1001
|
* 设置拖动时的鼠标样式
|
|
1076
1002
|
* @param {object} event
|
|
1077
1003
|
*/
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
1004
|
function setdragCursor(event) {
|
|
1081
1005
|
let el = event.currentTarget;
|
|
1082
1006
|
el.style.cursor = "move";
|
|
@@ -1085,8 +1009,6 @@ const __default__ = {
|
|
|
1085
1009
|
* 拖动DIV,地图不随着拖动
|
|
1086
1010
|
* @param {object} event
|
|
1087
1011
|
*/
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
1012
|
function dragTl(event) {
|
|
1091
1013
|
let mx = 0;
|
|
1092
1014
|
let my = 0;
|
|
@@ -1094,11 +1016,9 @@ const __default__ = {
|
|
|
1094
1016
|
let dy = 0;
|
|
1095
1017
|
let isDraging = false;
|
|
1096
1018
|
let el = event.currentTarget;
|
|
1097
|
-
|
|
1098
1019
|
if (el.offsetTop < 0) {
|
|
1099
1020
|
el.style.top = "0px";
|
|
1100
1021
|
}
|
|
1101
|
-
|
|
1102
1022
|
event = event || window.event;
|
|
1103
1023
|
mx = event.pageX;
|
|
1104
1024
|
my = event.pageY;
|
|
@@ -1107,18 +1027,15 @@ const __default__ = {
|
|
|
1107
1027
|
isDraging = true;
|
|
1108
1028
|
document.addEventListener("mousemove", moveWin);
|
|
1109
1029
|
document.addEventListener("mouseup", removeEvent);
|
|
1110
|
-
|
|
1111
1030
|
document.onselectstart = function () {
|
|
1112
1031
|
return false;
|
|
1113
1032
|
};
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1033
|
+
event.stopPropagation();
|
|
1034
|
+
// }
|
|
1117
1035
|
function moveWin(event) {
|
|
1118
1036
|
event = event || window.event;
|
|
1119
1037
|
var x = event.pageX;
|
|
1120
1038
|
var y = event.pageY;
|
|
1121
|
-
|
|
1122
1039
|
if (isDraging) {
|
|
1123
1040
|
var moveX = dx + x - mx;
|
|
1124
1041
|
var moveY = dy + y - my;
|
|
@@ -1132,29 +1049,23 @@ const __default__ = {
|
|
|
1132
1049
|
var maxX = pageW - dialogW;
|
|
1133
1050
|
var maxY = pageH - dialogH;
|
|
1134
1051
|
moveX = Math.min(Math.max(0, moveX), maxX); // 58 控制上面的起点
|
|
1135
|
-
|
|
1136
1052
|
moveY = Math.min(Math.max(0, moveY), maxY); // 58 控制上面的起点
|
|
1137
|
-
|
|
1138
1053
|
el.style.right = "auto";
|
|
1139
1054
|
el.style.bottom = "auto";
|
|
1140
1055
|
el.style.left = moveX + "px";
|
|
1141
1056
|
el.style.top = moveY + "px";
|
|
1142
1057
|
}
|
|
1143
1058
|
}
|
|
1144
|
-
|
|
1145
1059
|
function removeEvent() {
|
|
1146
1060
|
document.removeEventListener("mousemove", moveWin);
|
|
1147
1061
|
document.removeEventListener("mouseup", removeEvent);
|
|
1148
1062
|
el.style.cursor = "";
|
|
1149
|
-
|
|
1150
1063
|
document.onselectstart = function () {
|
|
1151
1064
|
return true;
|
|
1152
1065
|
};
|
|
1153
|
-
|
|
1154
1066
|
isDraging = false;
|
|
1155
1067
|
}
|
|
1156
1068
|
}
|
|
1157
|
-
|
|
1158
1069
|
function canvasToImage() {
|
|
1159
1070
|
global_event_default().getWebMapByMapTarget("scencePrint", scenceView => {
|
|
1160
1071
|
if (scenceView && scenceView._viewer) {
|
|
@@ -1169,12 +1080,10 @@ const __default__ = {
|
|
|
1169
1080
|
/**
|
|
1170
1081
|
* 保存为图片
|
|
1171
1082
|
*/
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
1083
|
function getPic() {
|
|
1175
1084
|
canvasToImage();
|
|
1176
|
-
loadState.value = true;
|
|
1177
|
-
|
|
1085
|
+
loadState.value = true;
|
|
1086
|
+
// 延时1000ms,等待图片读入到blob文件对象,然后使用URL.createObjectURL转换成src可用的地址
|
|
1178
1087
|
setTimeout(() => {
|
|
1179
1088
|
external_html2canvas_default()(printMap.value, {
|
|
1180
1089
|
taintTest: true,
|
|
@@ -1188,33 +1097,29 @@ const __default__ = {
|
|
|
1188
1097
|
useCORS: true,
|
|
1189
1098
|
// 如果截图的内容里有图片,解决文件跨域问题
|
|
1190
1099
|
timeout: 2000 // 加载延时
|
|
1191
|
-
|
|
1192
1100
|
}).then(canvas => {
|
|
1193
1101
|
loadState.value = false;
|
|
1194
1102
|
let pageData = canvas.toDataURL("image/png", 1.0);
|
|
1195
1103
|
let title = "printMap.png";
|
|
1196
|
-
|
|
1197
1104
|
if (imageType.value === "jpg") {
|
|
1198
1105
|
pageData = canvas.toDataURL("image/jpeg", 1.0);
|
|
1199
1106
|
title = "printMap.jpg";
|
|
1200
1107
|
}
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1108
|
+
const el = document.createElement("a");
|
|
1109
|
+
// 设置 href 为图片经过 base64 编码后的字符串,默认为 png 格式
|
|
1204
1110
|
el.href = pageData;
|
|
1205
|
-
el.download = title;
|
|
1206
|
-
|
|
1111
|
+
el.download = title;
|
|
1112
|
+
// 创建一个点击事件并对 a 标签进行触发
|
|
1207
1113
|
const event = new MouseEvent("click");
|
|
1208
1114
|
el.dispatchEvent(event);
|
|
1209
1115
|
});
|
|
1210
1116
|
}, 1000);
|
|
1211
1117
|
}
|
|
1118
|
+
|
|
1212
1119
|
/**
|
|
1213
1120
|
* 显示图例
|
|
1214
1121
|
* @param {object} e
|
|
1215
1122
|
*/
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
1123
|
function showLegend(e) {
|
|
1219
1124
|
if (e) {
|
|
1220
1125
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
@@ -1225,26 +1130,22 @@ const __default__ = {
|
|
|
1225
1130
|
/**
|
|
1226
1131
|
* 等比例放大
|
|
1227
1132
|
*/
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
1133
|
function Enlarge() {
|
|
1231
1134
|
isActive.value = 1;
|
|
1232
1135
|
mouseScrollEnlarge(1);
|
|
1233
1136
|
}
|
|
1137
|
+
|
|
1234
1138
|
/**
|
|
1235
1139
|
* 等比例缩小
|
|
1236
1140
|
*/
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
1141
|
function Narrow() {
|
|
1240
1142
|
isActive.value = 2;
|
|
1241
1143
|
mouseScrollNarrow(-1);
|
|
1242
1144
|
}
|
|
1145
|
+
|
|
1243
1146
|
/**
|
|
1244
1147
|
* 拖动打印范围
|
|
1245
1148
|
*/
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
1149
|
function MovePrint() {
|
|
1249
1150
|
if (isActive.value === 3) {
|
|
1250
1151
|
isActive.value = 0;
|
|
@@ -1255,11 +1156,10 @@ const __default__ = {
|
|
|
1255
1156
|
divScreen.addEventListener("mouseup", upFunc);
|
|
1256
1157
|
}
|
|
1257
1158
|
}
|
|
1159
|
+
|
|
1258
1160
|
/**
|
|
1259
1161
|
* 拖动打印范围后还原
|
|
1260
1162
|
*/
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
1163
|
function RefreshStatus() {
|
|
1264
1164
|
isActive.value = 0;
|
|
1265
1165
|
document.querySelector("#printMap").style.cursor = "";
|
|
@@ -1267,17 +1167,15 @@ const __default__ = {
|
|
|
1267
1167
|
document.getElementById("printMap").style.marginTop = 0;
|
|
1268
1168
|
document.getElementById("printMap").style.transform = "";
|
|
1269
1169
|
}
|
|
1170
|
+
|
|
1270
1171
|
/**
|
|
1271
1172
|
* 拖动打印范围的点击鼠标左键事件
|
|
1272
1173
|
* @param {object} e
|
|
1273
1174
|
*/
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
1175
|
function downFunc(e) {
|
|
1277
1176
|
if (isActive.value !== 3) {
|
|
1278
1177
|
return false;
|
|
1279
1178
|
}
|
|
1280
|
-
|
|
1281
1179
|
document.querySelector("#printMap").style.cursor = "move";
|
|
1282
1180
|
currentClick.x = e.pageX - document.getElementById("printMap").offsetLeft;
|
|
1283
1181
|
currentClick.y = e.pageY - document.getElementById("printMap").offsetTop;
|
|
@@ -1287,8 +1185,6 @@ const __default__ = {
|
|
|
1287
1185
|
* 拖动打印范围的松开鼠标左键事件
|
|
1288
1186
|
* @param {object} e
|
|
1289
1187
|
*/
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
1188
|
function upFunc() {
|
|
1293
1189
|
document.querySelector("#printMap").style.cursor = "";
|
|
1294
1190
|
document.removeEventListener("mousemove", moveFunc);
|
|
@@ -1297,8 +1193,6 @@ const __default__ = {
|
|
|
1297
1193
|
* 拖动打印范围的拖动鼠标事件
|
|
1298
1194
|
* @param {object} e
|
|
1299
1195
|
*/
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
1196
|
function moveFunc() {
|
|
1303
1197
|
let mosPostion = getMousePos();
|
|
1304
1198
|
moveScreenTable(mosPostion.x - currentClick.x, mosPostion.y - (currentClick.y + 50));
|
|
@@ -1308,52 +1202,44 @@ const __default__ = {
|
|
|
1308
1202
|
* @param {nubmer} x
|
|
1309
1203
|
* @param {nubmer} y
|
|
1310
1204
|
*/
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
1205
|
function moveScreenTable(x, y) {
|
|
1314
1206
|
let docScreen = document.querySelector("#printMap");
|
|
1315
1207
|
let moveX = getPixelValue(docScreen, "left");
|
|
1316
1208
|
let moveY = getPixelValue(docScreen, "top");
|
|
1317
1209
|
moveX += x;
|
|
1318
1210
|
moveY += y;
|
|
1319
|
-
|
|
1320
1211
|
if (moveY < 0) {
|
|
1321
1212
|
moveY = 0;
|
|
1322
1213
|
}
|
|
1323
|
-
|
|
1324
1214
|
document.getElementById("printMap").style.marginLeft = moveX + "px";
|
|
1325
1215
|
document.getElementById("printMap").style.marginTop = moveY + "px";
|
|
1326
1216
|
}
|
|
1217
|
+
|
|
1327
1218
|
/**
|
|
1328
1219
|
* 等比例放大
|
|
1329
1220
|
* @param {number} step
|
|
1330
1221
|
*/
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
1222
|
function mouseScrollEnlarge(step) {
|
|
1334
1223
|
if (step > 0) {
|
|
1335
1224
|
scaleFloor.value = scaleFloor.value + scaleStep.value;
|
|
1336
1225
|
}
|
|
1337
|
-
|
|
1338
1226
|
if (scaleFloor.value > 0) {
|
|
1339
1227
|
document.getElementById("printMap").style.transform = "scale(" + scaleFloor.value + ")";
|
|
1340
1228
|
} else {
|
|
1341
1229
|
document.getElementById("printMap").style.transform = "";
|
|
1342
1230
|
}
|
|
1343
1231
|
}
|
|
1232
|
+
|
|
1344
1233
|
/**
|
|
1345
1234
|
* 等比例缩小
|
|
1346
1235
|
* @param {number} step
|
|
1347
1236
|
*/
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
1237
|
function mouseScrollNarrow(step) {
|
|
1351
1238
|
if (step < 0 && scaleFloor.value > scaleStep.value * 2) {
|
|
1352
1239
|
scaleFloor.value = scaleFloor.value - scaleStep.value;
|
|
1353
1240
|
} else {
|
|
1354
1241
|
undefined;
|
|
1355
1242
|
}
|
|
1356
|
-
|
|
1357
1243
|
if (scaleFloor.value > 0) {
|
|
1358
1244
|
document.getElementById("printMap").style.transform = "scale(" + scaleFloor.value + ")";
|
|
1359
1245
|
} else {
|
|
@@ -1364,8 +1250,6 @@ const __default__ = {
|
|
|
1364
1250
|
* 获取鼠标位置
|
|
1365
1251
|
* @param {object} event
|
|
1366
1252
|
*/
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
1253
|
function getMousePos(event) {
|
|
1370
1254
|
const e = event || window.event;
|
|
1371
1255
|
const x = e.clientX - document.querySelector("#printMap").offsetLeft;
|
|
@@ -1375,24 +1259,19 @@ const __default__ = {
|
|
|
1375
1259
|
y: e.clientY
|
|
1376
1260
|
};
|
|
1377
1261
|
}
|
|
1378
|
-
|
|
1379
1262
|
function getPixelValue(doc, key) {
|
|
1380
1263
|
return Number(doc.style[key].replace("px", ""));
|
|
1381
1264
|
}
|
|
1382
1265
|
/**
|
|
1383
1266
|
* 清除设置
|
|
1384
1267
|
*/
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
1268
|
function destroy() {
|
|
1388
1269
|
if (legendShow.value) {
|
|
1389
1270
|
legendShow.value = false;
|
|
1390
1271
|
}
|
|
1391
|
-
|
|
1392
1272
|
if (scalesShow.value) {
|
|
1393
1273
|
scalesShow.value = false;
|
|
1394
1274
|
}
|
|
1395
|
-
|
|
1396
1275
|
setLabelData.value = [];
|
|
1397
1276
|
setTitleDataform.value = {
|
|
1398
1277
|
// 标题的数据
|
|
@@ -1427,54 +1306,33 @@ const __default__ = {
|
|
|
1427
1306
|
labelValue: ""
|
|
1428
1307
|
}
|
|
1429
1308
|
};
|
|
1430
|
-
}
|
|
1431
|
-
|
|
1309
|
+
}
|
|
1432
1310
|
|
|
1311
|
+
// 抛出方法 外部调用
|
|
1433
1312
|
__expose({
|
|
1434
1313
|
destroy
|
|
1435
1314
|
});
|
|
1436
|
-
|
|
1437
1315
|
return (_ctx, _cache) => {
|
|
1438
1316
|
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
1439
|
-
|
|
1440
1317
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
1441
|
-
|
|
1442
1318
|
const _component_kq_checkbox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-checkbox");
|
|
1443
|
-
|
|
1444
1319
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
1445
|
-
|
|
1446
1320
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
1447
|
-
|
|
1448
1321
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
1449
|
-
|
|
1450
1322
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
1451
|
-
|
|
1452
1323
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
1453
|
-
|
|
1454
1324
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
1455
|
-
|
|
1456
1325
|
const _component_kq_divider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-divider");
|
|
1457
|
-
|
|
1458
1326
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
1459
|
-
|
|
1460
1327
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
1461
|
-
|
|
1462
1328
|
const _component_kq_layer_tree = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-layer-tree");
|
|
1463
|
-
|
|
1464
1329
|
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
1465
|
-
|
|
1466
1330
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
1467
|
-
|
|
1468
1331
|
const _component_kq3d_status_bar = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq3d-status-bar");
|
|
1469
|
-
|
|
1470
1332
|
const _component_kq_legend = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-legend");
|
|
1471
|
-
|
|
1472
1333
|
const _component_kq3d_compass = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq3d-compass");
|
|
1473
|
-
|
|
1474
1334
|
const _component_kq_scene_view = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-scene-view");
|
|
1475
|
-
|
|
1476
1335
|
const _component_kq_scrollbar = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-scrollbar");
|
|
1477
|
-
|
|
1478
1336
|
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", {
|
|
1479
1337
|
class: "settleLayer",
|
|
1480
1338
|
ref_key: "boxRef",
|
|
@@ -1489,13 +1347,9 @@ const __default__ = {
|
|
|
1489
1347
|
}, {
|
|
1490
1348
|
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, {
|
|
1491
1349
|
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))]),
|
|
1492
|
-
_: 1
|
|
1493
|
-
/* STABLE */
|
|
1494
|
-
|
|
1350
|
+
_: 1 /* STABLE */
|
|
1495
1351
|
})]),
|
|
1496
|
-
_: 1
|
|
1497
|
-
/* STABLE */
|
|
1498
|
-
|
|
1352
|
+
_: 1 /* STABLE */
|
|
1499
1353
|
})) : (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, {
|
|
1500
1354
|
key: 1,
|
|
1501
1355
|
onClick: _cache[1] || (_cache[1] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(isShowSettingBox) ? isShowSettingBox.value = true : isShowSettingBox = true),
|
|
@@ -1503,13 +1357,9 @@ const __default__ = {
|
|
|
1503
1357
|
}, {
|
|
1504
1358
|
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, {
|
|
1505
1359
|
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))]),
|
|
1506
|
-
_: 1
|
|
1507
|
-
/* STABLE */
|
|
1508
|
-
|
|
1360
|
+
_: 1 /* STABLE */
|
|
1509
1361
|
})]),
|
|
1510
|
-
_: 1
|
|
1511
|
-
/* STABLE */
|
|
1512
|
-
|
|
1362
|
+
_: 1 /* STABLE */
|
|
1513
1363
|
})) : (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", {
|
|
1514
1364
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["setting-box", {
|
|
1515
1365
|
'kq-box-shadow': __props.showShadow
|
|
@@ -1525,33 +1375,21 @@ const __default__ = {
|
|
|
1525
1375
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 图层选择-bar "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1526
1376
|
class: "select-layer-bar bar",
|
|
1527
1377
|
onClick: _cache[2] || (_cache[2] = $event => setShowChange('layer'))
|
|
1528
|
-
}, [(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
|
|
1529
|
-
/* TEXT */
|
|
1530
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1378
|
+
}, [(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, {
|
|
1531
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_.ArrowRight))]),
|
|
1532
|
-
_: 1
|
|
1533
|
-
/* STABLE */
|
|
1534
|
-
|
|
1380
|
+
_: 1 /* STABLE */
|
|
1535
1381
|
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1536
1382
|
class: "select-layer-bar bar select-layer-margin",
|
|
1537
1383
|
onClick: _cache[3] || (_cache[3] = $event => setShowChange('title'))
|
|
1538
|
-
}, [(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
|
|
1539
|
-
/* TEXT */
|
|
1540
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1384
|
+
}, [(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, {
|
|
1541
1385
|
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))]),
|
|
1542
|
-
_: 1
|
|
1543
|
-
/* STABLE */
|
|
1544
|
-
|
|
1386
|
+
_: 1 /* STABLE */
|
|
1545
1387
|
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1546
1388
|
class: "select-layer-bar bar select-layer-margin",
|
|
1547
1389
|
onClick: _cache[4] || (_cache[4] = $event => setShowChange('text'))
|
|
1548
|
-
}, [(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
|
|
1549
|
-
/* TEXT */
|
|
1550
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1390
|
+
}, [(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, {
|
|
1551
1391
|
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))]),
|
|
1552
|
-
_: 1
|
|
1553
|
-
/* STABLE */
|
|
1554
|
-
|
|
1392
|
+
_: 1 /* STABLE */
|
|
1555
1393
|
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
1556
1394
|
modelValue: activeNames.value,
|
|
1557
1395
|
"onUpdate:modelValue": _cache[14] || (_cache[14] = $event => activeNames.value = $event),
|
|
@@ -1560,18 +1398,12 @@ const __default__ = {
|
|
|
1560
1398
|
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, {
|
|
1561
1399
|
name: "1"
|
|
1562
1400
|
}, {
|
|
1563
|
-
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
|
|
1564
|
-
/* TEXT */
|
|
1565
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
1401
|
+
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, {
|
|
1566
1402
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["header-icon", activeNames.value.includes('1') ? 'is-active' : null])
|
|
1567
1403
|
}, {
|
|
1568
1404
|
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))]),
|
|
1569
|
-
_: 1
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
}, 8
|
|
1573
|
-
/* PROPS */
|
|
1574
|
-
, ["class"])]),
|
|
1405
|
+
_: 1 /* STABLE */
|
|
1406
|
+
}, 8 /* PROPS */, ["class"])]),
|
|
1575
1407
|
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, {
|
|
1576
1408
|
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, {
|
|
1577
1409
|
span: 9
|
|
@@ -1582,18 +1414,10 @@ const __default__ = {
|
|
|
1582
1414
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(legendShow) ? legendShow.value = $event : legendShow = $event),
|
|
1583
1415
|
onChange: showLegend
|
|
1584
1416
|
}, {
|
|
1585
|
-
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
|
|
1586
|
-
/*
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
/* STABLE */
|
|
1590
|
-
|
|
1591
|
-
}, 8
|
|
1592
|
-
/* PROPS */
|
|
1593
|
-
, ["modelValue"])]),
|
|
1594
|
-
_: 1
|
|
1595
|
-
/* STABLE */
|
|
1596
|
-
|
|
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).printlegend), 1 /* TEXT */)]),
|
|
1418
|
+
_: 1 /* STABLE */
|
|
1419
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1420
|
+
_: 1 /* STABLE */
|
|
1597
1421
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1598
1422
|
span: 9
|
|
1599
1423
|
}, {
|
|
@@ -1602,18 +1426,10 @@ const __default__ = {
|
|
|
1602
1426
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(compassShow),
|
|
1603
1427
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(compassShow) ? compassShow.value = $event : compassShow = $event)
|
|
1604
1428
|
}, {
|
|
1605
|
-
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
|
|
1606
|
-
/*
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
/* STABLE */
|
|
1610
|
-
|
|
1611
|
-
}, 8
|
|
1612
|
-
/* PROPS */
|
|
1613
|
-
, ["modelValue"])]),
|
|
1614
|
-
_: 1
|
|
1615
|
-
/* STABLE */
|
|
1616
|
-
|
|
1429
|
+
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 */)]),
|
|
1430
|
+
_: 1 /* STABLE */
|
|
1431
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1432
|
+
_: 1 /* STABLE */
|
|
1617
1433
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1618
1434
|
span: 6
|
|
1619
1435
|
}, {
|
|
@@ -1623,22 +1439,12 @@ const __default__ = {
|
|
|
1623
1439
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(scalesShow) ? scalesShow.value = $event : scalesShow = $event),
|
|
1624
1440
|
onChange: changStatusBar
|
|
1625
1441
|
}, {
|
|
1626
|
-
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
|
|
1627
|
-
/*
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
/* STABLE */
|
|
1631
|
-
|
|
1632
|
-
}, 8
|
|
1633
|
-
/* PROPS */
|
|
1634
|
-
, ["modelValue"])]),
|
|
1635
|
-
_: 1
|
|
1636
|
-
/* STABLE */
|
|
1637
|
-
|
|
1442
|
+
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 */)]),
|
|
1443
|
+
_: 1 /* STABLE */
|
|
1444
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1445
|
+
_: 1 /* STABLE */
|
|
1638
1446
|
})]),
|
|
1639
|
-
_: 1
|
|
1640
|
-
/* STABLE */
|
|
1641
|
-
|
|
1447
|
+
_: 1 /* STABLE */
|
|
1642
1448
|
}), (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, {
|
|
1643
1449
|
model: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform),
|
|
1644
1450
|
"label-width": "70px",
|
|
@@ -1657,48 +1463,26 @@ const __default__ = {
|
|
|
1657
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_option, {
|
|
1658
1464
|
value: "printborder1",
|
|
1659
1465
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).Template1
|
|
1660
|
-
}, null, 8
|
|
1661
|
-
/* PROPS */
|
|
1662
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1466
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1663
1467
|
value: "printborder2",
|
|
1664
1468
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).Template2
|
|
1665
|
-
}, null, 8
|
|
1666
|
-
/* PROPS */
|
|
1667
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1469
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1668
1470
|
value: "printborder3",
|
|
1669
1471
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).Template3
|
|
1670
|
-
}, null, 8
|
|
1671
|
-
/* PROPS */
|
|
1672
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1472
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1673
1473
|
value: "printborder4",
|
|
1674
1474
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).Template4
|
|
1675
|
-
}, null, 8
|
|
1676
|
-
/* PROPS */
|
|
1677
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1475
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1678
1476
|
value: "printborder5",
|
|
1679
1477
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).Template5
|
|
1680
|
-
}, null, 8
|
|
1681
|
-
/*
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
}, 8
|
|
1687
|
-
/* PROPS */
|
|
1688
|
-
, ["modelValue"])]),
|
|
1689
|
-
_: 1
|
|
1690
|
-
/* STABLE */
|
|
1691
|
-
|
|
1692
|
-
}, 8
|
|
1693
|
-
/* PROPS */
|
|
1694
|
-
, ["label"])]),
|
|
1695
|
-
_: 1
|
|
1696
|
-
/* STABLE */
|
|
1697
|
-
|
|
1478
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1479
|
+
_: 1 /* STABLE */
|
|
1480
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1481
|
+
_: 1 /* STABLE */
|
|
1482
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1483
|
+
_: 1 /* STABLE */
|
|
1698
1484
|
})]),
|
|
1699
|
-
_: 1
|
|
1700
|
-
/* STABLE */
|
|
1701
|
-
|
|
1485
|
+
_: 1 /* STABLE */
|
|
1702
1486
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1703
1487
|
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, {
|
|
1704
1488
|
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, {
|
|
@@ -1712,58 +1496,36 @@ const __default__ = {
|
|
|
1712
1496
|
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, {
|
|
1713
1497
|
value: "A2"
|
|
1714
1498
|
}, {
|
|
1715
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A2")]),
|
|
1716
|
-
_: 1
|
|
1717
|
-
/* STABLE */
|
|
1718
|
-
|
|
1499
|
+
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")])),
|
|
1500
|
+
_: 1 /* STABLE */
|
|
1719
1501
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1720
1502
|
value: "A3"
|
|
1721
1503
|
}, {
|
|
1722
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A3")]),
|
|
1723
|
-
_: 1
|
|
1724
|
-
/* STABLE */
|
|
1725
|
-
|
|
1504
|
+
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")])),
|
|
1505
|
+
_: 1 /* STABLE */
|
|
1726
1506
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1727
1507
|
value: "A4"
|
|
1728
1508
|
}, {
|
|
1729
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A4")]),
|
|
1730
|
-
_: 1
|
|
1731
|
-
/* STABLE */
|
|
1732
|
-
|
|
1509
|
+
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")])),
|
|
1510
|
+
_: 1 /* STABLE */
|
|
1733
1511
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1734
1512
|
value: "A5"
|
|
1735
1513
|
}, {
|
|
1736
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A5")]),
|
|
1737
|
-
_: 1
|
|
1738
|
-
/* STABLE */
|
|
1739
|
-
|
|
1514
|
+
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")])),
|
|
1515
|
+
_: 1 /* STABLE */
|
|
1740
1516
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1741
1517
|
value: "A6"
|
|
1742
1518
|
}, {
|
|
1743
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A6")]),
|
|
1744
|
-
_: 1
|
|
1745
|
-
/* STABLE */
|
|
1746
|
-
|
|
1519
|
+
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")])),
|
|
1520
|
+
_: 1 /* STABLE */
|
|
1747
1521
|
})]),
|
|
1748
|
-
_: 1
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
, ["modelValue"])]),
|
|
1754
|
-
_: 1
|
|
1755
|
-
/* STABLE */
|
|
1756
|
-
|
|
1757
|
-
}, 8
|
|
1758
|
-
/* PROPS */
|
|
1759
|
-
, ["label"])]),
|
|
1760
|
-
_: 1
|
|
1761
|
-
/* STABLE */
|
|
1762
|
-
|
|
1522
|
+
_: 1 /* STABLE */
|
|
1523
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1524
|
+
_: 1 /* STABLE */
|
|
1525
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1526
|
+
_: 1 /* STABLE */
|
|
1763
1527
|
})]),
|
|
1764
|
-
_: 1
|
|
1765
|
-
/* STABLE */
|
|
1766
|
-
|
|
1528
|
+
_: 1 /* STABLE */
|
|
1767
1529
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1768
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_col, null, {
|
|
1769
1531
|
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, {
|
|
@@ -1777,33 +1539,17 @@ const __default__ = {
|
|
|
1777
1539
|
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, {
|
|
1778
1540
|
value: "portrait",
|
|
1779
1541
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).portrait
|
|
1780
|
-
}, null, 8
|
|
1781
|
-
/* PROPS */
|
|
1782
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1542
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1783
1543
|
value: "landscape",
|
|
1784
1544
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).landscape
|
|
1785
|
-
}, null, 8
|
|
1786
|
-
/*
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
}, 8
|
|
1792
|
-
/* PROPS */
|
|
1793
|
-
, ["modelValue"])]),
|
|
1794
|
-
_: 1
|
|
1795
|
-
/* STABLE */
|
|
1796
|
-
|
|
1797
|
-
}, 8
|
|
1798
|
-
/* PROPS */
|
|
1799
|
-
, ["label"])]),
|
|
1800
|
-
_: 1
|
|
1801
|
-
/* STABLE */
|
|
1802
|
-
|
|
1545
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1546
|
+
_: 1 /* STABLE */
|
|
1547
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1548
|
+
_: 1 /* STABLE */
|
|
1549
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1550
|
+
_: 1 /* STABLE */
|
|
1803
1551
|
})]),
|
|
1804
|
-
_: 1
|
|
1805
|
-
/* STABLE */
|
|
1806
|
-
|
|
1552
|
+
_: 1 /* STABLE */
|
|
1807
1553
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1808
1554
|
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, {
|
|
1809
1555
|
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, {
|
|
@@ -1816,82 +1562,42 @@ const __default__ = {
|
|
|
1816
1562
|
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, {
|
|
1817
1563
|
value: "png"
|
|
1818
1564
|
}, {
|
|
1819
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("png")]),
|
|
1820
|
-
_: 1
|
|
1821
|
-
/* STABLE */
|
|
1822
|
-
|
|
1565
|
+
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")])),
|
|
1566
|
+
_: 1 /* STABLE */
|
|
1823
1567
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1824
1568
|
value: "jpg"
|
|
1825
1569
|
}, {
|
|
1826
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("jpg")]),
|
|
1827
|
-
_: 1
|
|
1828
|
-
/* STABLE */
|
|
1829
|
-
|
|
1570
|
+
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")])),
|
|
1571
|
+
_: 1 /* STABLE */
|
|
1830
1572
|
})]),
|
|
1831
|
-
_: 1
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
, ["modelValue"])]),
|
|
1837
|
-
_: 1
|
|
1838
|
-
/* STABLE */
|
|
1839
|
-
|
|
1840
|
-
}, 8
|
|
1841
|
-
/* PROPS */
|
|
1842
|
-
, ["label"])]),
|
|
1843
|
-
_: 1
|
|
1844
|
-
/* STABLE */
|
|
1845
|
-
|
|
1573
|
+
_: 1 /* STABLE */
|
|
1574
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1575
|
+
_: 1 /* STABLE */
|
|
1576
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1577
|
+
_: 1 /* STABLE */
|
|
1846
1578
|
})]),
|
|
1847
|
-
_: 1
|
|
1848
|
-
/* STABLE */
|
|
1849
|
-
|
|
1579
|
+
_: 1 /* STABLE */
|
|
1850
1580
|
})]),
|
|
1851
|
-
_: 1
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
}, 8
|
|
1855
|
-
/* PROPS */
|
|
1856
|
-
, ["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, {
|
|
1581
|
+
_: 1 /* STABLE */
|
|
1582
|
+
}, 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, {
|
|
1857
1583
|
type: "primary",
|
|
1858
1584
|
onClick: _cache[12] || (_cache[12] = $event => getPic()),
|
|
1859
1585
|
loading: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(loadState)
|
|
1860
1586
|
}, {
|
|
1861
|
-
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
|
|
1862
|
-
/*
|
|
1863
|
-
|
|
1864
|
-
_: 1
|
|
1865
|
-
/* STABLE */
|
|
1866
|
-
|
|
1867
|
-
}, 8
|
|
1868
|
-
/* PROPS */
|
|
1869
|
-
, ["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, {
|
|
1587
|
+
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 */)]),
|
|
1588
|
+
_: 1 /* STABLE */
|
|
1589
|
+
}, 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, {
|
|
1870
1590
|
type: "plain",
|
|
1871
1591
|
loading: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(printState),
|
|
1872
1592
|
onClick: _cache[13] || (_cache[13] = $event => canvasToImage())
|
|
1873
1593
|
}, {
|
|
1874
|
-
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
|
|
1875
|
-
/*
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
/* STABLE */
|
|
1879
|
-
|
|
1880
|
-
}, 8
|
|
1881
|
-
/* PROPS */
|
|
1882
|
-
, ["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)]])])]),
|
|
1883
|
-
_: 1
|
|
1884
|
-
/* STABLE */
|
|
1885
|
-
|
|
1594
|
+
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 */)]),
|
|
1595
|
+
_: 1 /* STABLE */
|
|
1596
|
+
}, 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)]])])]),
|
|
1597
|
+
_: 1 /* STABLE */
|
|
1886
1598
|
})]),
|
|
1887
|
-
_: 1
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
}, 8
|
|
1891
|
-
/* PROPS */
|
|
1892
|
-
, ["modelValue"])], 512
|
|
1893
|
-
/* NEED_PATCH */
|
|
1894
|
-
), (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", {
|
|
1599
|
+
_: 1 /* STABLE */
|
|
1600
|
+
}, 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", {
|
|
1895
1601
|
key: 0,
|
|
1896
1602
|
class: "select-layer-box",
|
|
1897
1603
|
ref_key: "selectLayerBoxRef",
|
|
@@ -1901,17 +1607,11 @@ const __default__ = {
|
|
|
1901
1607
|
onClick: setMainStyle
|
|
1902
1608
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1903
1609
|
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))]),
|
|
1904
|
-
_: 1
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
}), (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
|
|
1908
|
-
/* TEXT */
|
|
1909
|
-
)]), (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, {
|
|
1610
|
+
_: 1 /* STABLE */
|
|
1611
|
+
}), (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, {
|
|
1910
1612
|
showShadow: false,
|
|
1911
1613
|
"map-target": 'scencePrint'
|
|
1912
|
-
})])], 512
|
|
1913
|
-
/* NEED_PATCH */
|
|
1914
|
-
)) : (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", {
|
|
1614
|
+
})])], 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", {
|
|
1915
1615
|
class: "select-layer-box",
|
|
1916
1616
|
ref_key: "selectTitleBoxRef",
|
|
1917
1617
|
ref: selectTitleBoxRef
|
|
@@ -1920,12 +1620,8 @@ const __default__ = {
|
|
|
1920
1620
|
onClick: setMainStyle
|
|
1921
1621
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1922
1622
|
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))]),
|
|
1923
|
-
_: 1
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
}), (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
|
|
1927
|
-
/* TEXT */
|
|
1928
|
-
)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
1623
|
+
_: 1 /* STABLE */
|
|
1624
|
+
}), (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, {
|
|
1929
1625
|
model: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform),
|
|
1930
1626
|
"label-width": "70px",
|
|
1931
1627
|
"label-position": "left"
|
|
@@ -1940,22 +1636,12 @@ const __default__ = {
|
|
|
1940
1636
|
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, {
|
|
1941
1637
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.title,
|
|
1942
1638
|
"onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.title = $event)
|
|
1943
|
-
}, null, 8
|
|
1944
|
-
/*
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
/* STABLE */
|
|
1948
|
-
|
|
1949
|
-
}, 8
|
|
1950
|
-
/* PROPS */
|
|
1951
|
-
, ["label"])]),
|
|
1952
|
-
_: 1
|
|
1953
|
-
/* STABLE */
|
|
1954
|
-
|
|
1639
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1640
|
+
_: 1 /* STABLE */
|
|
1641
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1642
|
+
_: 1 /* STABLE */
|
|
1955
1643
|
})]),
|
|
1956
|
-
_: 1
|
|
1957
|
-
/* STABLE */
|
|
1958
|
-
|
|
1644
|
+
_: 1 /* STABLE */
|
|
1959
1645
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1960
1646
|
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, {
|
|
1961
1647
|
span: 24
|
|
@@ -1974,38 +1660,20 @@ const __default__ = {
|
|
|
1974
1660
|
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, {
|
|
1975
1661
|
value: "Microsoft YaHei",
|
|
1976
1662
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).yahei
|
|
1977
|
-
}, null, 8
|
|
1978
|
-
/* PROPS */
|
|
1979
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1663
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1980
1664
|
value: "NSimSun",
|
|
1981
1665
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).NSimSun
|
|
1982
|
-
}, null, 8
|
|
1983
|
-
/* PROPS */
|
|
1984
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1666
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1985
1667
|
value: "KaiTi",
|
|
1986
1668
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).KaiTi
|
|
1987
|
-
}, null, 8
|
|
1988
|
-
/*
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
}, 8
|
|
1994
|
-
/* PROPS */
|
|
1995
|
-
, ["modelValue", "placeholder"])]),
|
|
1996
|
-
_: 1
|
|
1997
|
-
/* STABLE */
|
|
1998
|
-
|
|
1999
|
-
}, 8
|
|
2000
|
-
/* PROPS */
|
|
2001
|
-
, ["label"])]),
|
|
2002
|
-
_: 1
|
|
2003
|
-
/* STABLE */
|
|
2004
|
-
|
|
1669
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1670
|
+
_: 1 /* STABLE */
|
|
1671
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
1672
|
+
_: 1 /* STABLE */
|
|
1673
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1674
|
+
_: 1 /* STABLE */
|
|
2005
1675
|
})]),
|
|
2006
|
-
_: 1
|
|
2007
|
-
/* STABLE */
|
|
2008
|
-
|
|
1676
|
+
_: 1 /* STABLE */
|
|
2009
1677
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2010
1678
|
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, {
|
|
2011
1679
|
span: 16
|
|
@@ -2023,40 +1691,20 @@ const __default__ = {
|
|
|
2023
1691
|
key: size,
|
|
2024
1692
|
value: `${size}px`
|
|
2025
1693
|
}, {
|
|
2026
|
-
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
|
|
2027
|
-
/*
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
}), 128
|
|
2036
|
-
/* KEYED_FRAGMENT */
|
|
2037
|
-
))]),
|
|
2038
|
-
_: 1
|
|
2039
|
-
/* STABLE */
|
|
2040
|
-
|
|
2041
|
-
}, 8
|
|
2042
|
-
/* PROPS */
|
|
2043
|
-
, ["modelValue", "placeholder"])]),
|
|
2044
|
-
_: 1
|
|
2045
|
-
/* STABLE */
|
|
2046
|
-
|
|
2047
|
-
}, 8
|
|
2048
|
-
/* PROPS */
|
|
2049
|
-
, ["label"])]),
|
|
2050
|
-
_: 1
|
|
2051
|
-
/* STABLE */
|
|
2052
|
-
|
|
1694
|
+
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 */)]),
|
|
1695
|
+
_: 2 /* DYNAMIC */
|
|
1696
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["value"]);
|
|
1697
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
1698
|
+
_: 1 /* STABLE */
|
|
1699
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
1700
|
+
_: 1 /* STABLE */
|
|
1701
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1702
|
+
_: 1 /* STABLE */
|
|
2053
1703
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2054
1704
|
span: 2
|
|
2055
1705
|
}, {
|
|
2056
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ")]),
|
|
2057
|
-
_: 1
|
|
2058
|
-
/* STABLE */
|
|
2059
|
-
|
|
1706
|
+
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)(" ")])),
|
|
1707
|
+
_: 1 /* STABLE */
|
|
2060
1708
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2061
1709
|
span: 6
|
|
2062
1710
|
}, {
|
|
@@ -2067,22 +1715,12 @@ const __default__ = {
|
|
|
2067
1715
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.color,
|
|
2068
1716
|
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.color = $event),
|
|
2069
1717
|
"show-alpha": ""
|
|
2070
|
-
}, null, 8
|
|
2071
|
-
/*
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
/* STABLE */
|
|
2075
|
-
|
|
2076
|
-
}, 8
|
|
2077
|
-
/* PROPS */
|
|
2078
|
-
, ["label"])]),
|
|
2079
|
-
_: 1
|
|
2080
|
-
/* STABLE */
|
|
2081
|
-
|
|
1718
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1719
|
+
_: 1 /* STABLE */
|
|
1720
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1721
|
+
_: 1 /* STABLE */
|
|
2082
1722
|
})]),
|
|
2083
|
-
_: 1
|
|
2084
|
-
/* STABLE */
|
|
2085
|
-
|
|
1723
|
+
_: 1 /* STABLE */
|
|
2086
1724
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2087
1725
|
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, {
|
|
2088
1726
|
span: 8
|
|
@@ -2094,18 +1732,10 @@ const __default__ = {
|
|
|
2094
1732
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.backgroundColor,
|
|
2095
1733
|
"onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.backgroundColor = $event),
|
|
2096
1734
|
"show-alpha": ""
|
|
2097
|
-
}, null, 8
|
|
2098
|
-
/*
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
/* STABLE */
|
|
2102
|
-
|
|
2103
|
-
}, 8
|
|
2104
|
-
/* PROPS */
|
|
2105
|
-
, ["label"])]),
|
|
2106
|
-
_: 1
|
|
2107
|
-
/* STABLE */
|
|
2108
|
-
|
|
1735
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1736
|
+
_: 1 /* STABLE */
|
|
1737
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1738
|
+
_: 1 /* STABLE */
|
|
2109
1739
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2110
1740
|
span: 8
|
|
2111
1741
|
}, {
|
|
@@ -2116,18 +1746,10 @@ const __default__ = {
|
|
|
2116
1746
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.shadowShowBg,
|
|
2117
1747
|
"onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.shadowShowBg = $event),
|
|
2118
1748
|
"show-alpha": ""
|
|
2119
|
-
}, null, 8
|
|
2120
|
-
/*
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
/* STABLE */
|
|
2124
|
-
|
|
2125
|
-
}, 8
|
|
2126
|
-
/* PROPS */
|
|
2127
|
-
, ["label"])]),
|
|
2128
|
-
_: 1
|
|
2129
|
-
/* STABLE */
|
|
2130
|
-
|
|
1749
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1750
|
+
_: 1 /* STABLE */
|
|
1751
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1752
|
+
_: 1 /* STABLE */
|
|
2131
1753
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2132
1754
|
span: 8
|
|
2133
1755
|
}, {
|
|
@@ -2135,43 +1757,21 @@ const __default__ = {
|
|
|
2135
1757
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.shadowShow,
|
|
2136
1758
|
"onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.shadowShow = $event)
|
|
2137
1759
|
}, {
|
|
2138
|
-
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
|
|
2139
|
-
/*
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
/* STABLE */
|
|
2143
|
-
|
|
2144
|
-
}, 8
|
|
2145
|
-
/* PROPS */
|
|
2146
|
-
, ["modelValue"])])]),
|
|
2147
|
-
_: 1
|
|
2148
|
-
/* STABLE */
|
|
2149
|
-
|
|
1760
|
+
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 */)]),
|
|
1761
|
+
_: 1 /* STABLE */
|
|
1762
|
+
}, 8 /* PROPS */, ["modelValue"])])]),
|
|
1763
|
+
_: 1 /* STABLE */
|
|
2150
1764
|
})]),
|
|
2151
|
-
_: 1
|
|
2152
|
-
/* STABLE */
|
|
2153
|
-
|
|
1765
|
+
_: 1 /* STABLE */
|
|
2154
1766
|
}), (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, {
|
|
2155
1767
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.titleShow,
|
|
2156
1768
|
"onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.titleShow = $event)
|
|
2157
1769
|
}, {
|
|
2158
|
-
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
|
|
2159
|
-
/*
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
}, 8
|
|
2165
|
-
/* PROPS */
|
|
2166
|
-
, ["modelValue"])])])]),
|
|
2167
|
-
_: 1
|
|
2168
|
-
/* STABLE */
|
|
2169
|
-
|
|
2170
|
-
}, 8
|
|
2171
|
-
/* PROPS */
|
|
2172
|
-
, ["model"])], 512
|
|
2173
|
-
/* NEED_PATCH */
|
|
2174
|
-
), [[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", {
|
|
1770
|
+
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 */)]),
|
|
1771
|
+
_: 1 /* STABLE */
|
|
1772
|
+
}, 8 /* PROPS */, ["modelValue"])])])]),
|
|
1773
|
+
_: 1 /* STABLE */
|
|
1774
|
+
}, 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", {
|
|
2175
1775
|
class: "select-layer-box",
|
|
2176
1776
|
ref_key: "selectTextBoxRef",
|
|
2177
1777
|
ref: selectTextBoxRef
|
|
@@ -2180,12 +1780,8 @@ const __default__ = {
|
|
|
2180
1780
|
onClick: setMainStyle
|
|
2181
1781
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
2182
1782
|
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))]),
|
|
2183
|
-
_: 1
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
}), (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
|
|
2187
|
-
/* TEXT */
|
|
2188
|
-
)]), (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, {
|
|
1783
|
+
_: 1 /* STABLE */
|
|
1784
|
+
}), (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, {
|
|
2189
1785
|
model: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform),
|
|
2190
1786
|
"label-width": "70px",
|
|
2191
1787
|
"label-position": "left"
|
|
@@ -2204,31 +1800,17 @@ const __default__ = {
|
|
|
2204
1800
|
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, {
|
|
2205
1801
|
value: "Microsoft YaHei",
|
|
2206
1802
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).yahei
|
|
2207
|
-
}, null, 8
|
|
2208
|
-
/* PROPS */
|
|
2209
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1803
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
2210
1804
|
value: "NSimSun",
|
|
2211
1805
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).NSimSun
|
|
2212
|
-
}, null, 8
|
|
2213
|
-
/* PROPS */
|
|
2214
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1806
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
2215
1807
|
value: "KaiTi",
|
|
2216
1808
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).KaiTi
|
|
2217
|
-
}, null, 8
|
|
2218
|
-
/*
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
}, 8
|
|
2224
|
-
/* PROPS */
|
|
2225
|
-
, ["modelValue", "placeholder"])]),
|
|
2226
|
-
_: 1
|
|
2227
|
-
/* STABLE */
|
|
2228
|
-
|
|
2229
|
-
}, 8
|
|
2230
|
-
/* PROPS */
|
|
2231
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1809
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1810
|
+
_: 1 /* STABLE */
|
|
1811
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
1812
|
+
_: 1 /* STABLE */
|
|
1813
|
+
}, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2232
1814
|
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, {
|
|
2233
1815
|
span: 16
|
|
2234
1816
|
}, {
|
|
@@ -2245,40 +1827,20 @@ const __default__ = {
|
|
|
2245
1827
|
key: size,
|
|
2246
1828
|
value: `${size}px`
|
|
2247
1829
|
}, {
|
|
2248
|
-
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
|
|
2249
|
-
/*
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
}), 128
|
|
2258
|
-
/* KEYED_FRAGMENT */
|
|
2259
|
-
))]),
|
|
2260
|
-
_: 1
|
|
2261
|
-
/* STABLE */
|
|
2262
|
-
|
|
2263
|
-
}, 8
|
|
2264
|
-
/* PROPS */
|
|
2265
|
-
, ["modelValue", "placeholder"])]),
|
|
2266
|
-
_: 1
|
|
2267
|
-
/* STABLE */
|
|
2268
|
-
|
|
2269
|
-
}, 8
|
|
2270
|
-
/* PROPS */
|
|
2271
|
-
, ["label"])]),
|
|
2272
|
-
_: 1
|
|
2273
|
-
/* STABLE */
|
|
2274
|
-
|
|
1830
|
+
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 */)]),
|
|
1831
|
+
_: 2 /* DYNAMIC */
|
|
1832
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["value"]);
|
|
1833
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
1834
|
+
_: 1 /* STABLE */
|
|
1835
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
1836
|
+
_: 1 /* STABLE */
|
|
1837
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1838
|
+
_: 1 /* STABLE */
|
|
2275
1839
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2276
1840
|
span: 2
|
|
2277
1841
|
}, {
|
|
2278
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ")]),
|
|
2279
|
-
_: 1
|
|
2280
|
-
/* STABLE */
|
|
2281
|
-
|
|
1842
|
+
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)(" ")])),
|
|
1843
|
+
_: 1 /* STABLE */
|
|
2282
1844
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2283
1845
|
span: 6
|
|
2284
1846
|
}, {
|
|
@@ -2289,22 +1851,12 @@ const __default__ = {
|
|
|
2289
1851
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).style.color,
|
|
2290
1852
|
"onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).style.color = $event),
|
|
2291
1853
|
"show-alpha": ""
|
|
2292
|
-
}, null, 8
|
|
2293
|
-
/*
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
/* STABLE */
|
|
2297
|
-
|
|
2298
|
-
}, 8
|
|
2299
|
-
/* PROPS */
|
|
2300
|
-
, ["label"])]),
|
|
2301
|
-
_: 1
|
|
2302
|
-
/* STABLE */
|
|
2303
|
-
|
|
1854
|
+
}, null, 8 /* PROPS */, ["modelValue"])])]),
|
|
1855
|
+
_: 1 /* STABLE */
|
|
1856
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1857
|
+
_: 1 /* STABLE */
|
|
2304
1858
|
})]),
|
|
2305
|
-
_: 1
|
|
2306
|
-
/* STABLE */
|
|
2307
|
-
|
|
1859
|
+
_: 1 /* STABLE */
|
|
2308
1860
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
2309
1861
|
class: "textarea",
|
|
2310
1862
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printtext
|
|
@@ -2316,112 +1868,62 @@ const __default__ = {
|
|
|
2316
1868
|
spellcheck: "false",
|
|
2317
1869
|
"onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).data.labelValue = $event),
|
|
2318
1870
|
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)
|
|
2319
|
-
}, null, 12
|
|
2320
|
-
/*
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
}, 8
|
|
2326
|
-
/* PROPS */
|
|
2327
|
-
, ["label"])]),
|
|
2328
|
-
_: 1
|
|
2329
|
-
/* STABLE */
|
|
2330
|
-
|
|
2331
|
-
}, 8
|
|
2332
|
-
/* PROPS */
|
|
2333
|
-
, ["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, {
|
|
1871
|
+
}, 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]])]),
|
|
1872
|
+
_: 1 /* STABLE */
|
|
1873
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1874
|
+
_: 1 /* STABLE */
|
|
1875
|
+
}, 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, {
|
|
2334
1876
|
type: "primary",
|
|
2335
1877
|
onClick: addLabel
|
|
2336
1878
|
}, {
|
|
2337
|
-
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
|
|
2338
|
-
/*
|
|
2339
|
-
)]),
|
|
2340
|
-
_: 1
|
|
2341
|
-
/* STABLE */
|
|
2342
|
-
|
|
1879
|
+
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 */)]),
|
|
1880
|
+
_: 1 /* STABLE */
|
|
2343
1881
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2344
1882
|
type: "plain",
|
|
2345
1883
|
onClick: clearLabel
|
|
2346
1884
|
}, {
|
|
2347
|
-
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
|
|
2348
|
-
/*
|
|
2349
|
-
|
|
2350
|
-
_: 1
|
|
2351
|
-
/* STABLE */
|
|
2352
|
-
|
|
2353
|
-
})])])], 512
|
|
2354
|
-
/* NEED_PATCH */
|
|
2355
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowText)]])], 2
|
|
2356
|
-
/* CLASS */
|
|
2357
|
-
)], 2
|
|
2358
|
-
/* CLASS */
|
|
2359
|
-
)], 4
|
|
2360
|
-
/* STYLE */
|
|
2361
|
-
), (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, {
|
|
1885
|
+
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 */)]),
|
|
1886
|
+
_: 1 /* STABLE */
|
|
1887
|
+
})])])], 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, {
|
|
2362
1888
|
onClick: Enlarge,
|
|
2363
1889
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).equalscalezoom,
|
|
2364
1890
|
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' : '')
|
|
2365
1891
|
}, {
|
|
2366
1892
|
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, {
|
|
2367
1893
|
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))]),
|
|
2368
|
-
_: 1
|
|
2369
|
-
/* STABLE */
|
|
2370
|
-
|
|
1894
|
+
_: 1 /* STABLE */
|
|
2371
1895
|
})]),
|
|
2372
|
-
_: 1
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
}, 8
|
|
2376
|
-
/* PROPS */
|
|
2377
|
-
, ["title", "class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1896
|
+
_: 1 /* STABLE */
|
|
1897
|
+
}, 8 /* PROPS */, ["title", "class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2378
1898
|
onClick: Narrow,
|
|
2379
1899
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).scaleddown,
|
|
2380
1900
|
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' : '')
|
|
2381
1901
|
}, {
|
|
2382
1902
|
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, {
|
|
2383
1903
|
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))]),
|
|
2384
|
-
_: 1
|
|
2385
|
-
/* STABLE */
|
|
2386
|
-
|
|
1904
|
+
_: 1 /* STABLE */
|
|
2387
1905
|
})]),
|
|
2388
|
-
_: 1
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
}, 8
|
|
2392
|
-
/* PROPS */
|
|
2393
|
-
, ["title", "class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1906
|
+
_: 1 /* STABLE */
|
|
1907
|
+
}, 8 /* PROPS */, ["title", "class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2394
1908
|
onClick: MovePrint,
|
|
2395
1909
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printdrag,
|
|
2396
1910
|
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' : '')
|
|
2397
1911
|
}, {
|
|
2398
1912
|
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, {
|
|
2399
1913
|
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))]),
|
|
2400
|
-
_: 1
|
|
2401
|
-
/* STABLE */
|
|
2402
|
-
|
|
1914
|
+
_: 1 /* STABLE */
|
|
2403
1915
|
})]),
|
|
2404
|
-
_: 1
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
}, 8
|
|
2408
|
-
/* PROPS */
|
|
2409
|
-
, ["title", "class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1916
|
+
_: 1 /* STABLE */
|
|
1917
|
+
}, 8 /* PROPS */, ["title", "class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2410
1918
|
onClick: RefreshStatus,
|
|
2411
1919
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).restore
|
|
2412
1920
|
}, {
|
|
2413
1921
|
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, {
|
|
2414
1922
|
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))]),
|
|
2415
|
-
_: 1
|
|
2416
|
-
/* STABLE */
|
|
2417
|
-
|
|
1923
|
+
_: 1 /* STABLE */
|
|
2418
1924
|
})]),
|
|
2419
|
-
_: 1
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
}, 8
|
|
2423
|
-
/* PROPS */
|
|
2424
|
-
, ["title"])])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1925
|
+
_: 1 /* STABLE */
|
|
1926
|
+
}, 8 /* PROPS */, ["title"])])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2425
1927
|
ref_key: "printDiv",
|
|
2426
1928
|
ref: printDiv,
|
|
2427
1929
|
class: "kq3d-client-print-printDiv"
|
|
@@ -2441,27 +1943,22 @@ const __default__ = {
|
|
|
2441
1943
|
class: "kq3d-client-print-titleDivStyle"
|
|
2442
1944
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2443
1945
|
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)
|
|
2444
|
-
}, (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
|
|
2445
|
-
/* TEXT, STYLE */
|
|
2446
|
-
)], 4
|
|
2447
|
-
/* STYLE */
|
|
2448
|
-
), [[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", {
|
|
1946
|
+
}, (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", {
|
|
2449
1947
|
class: "kq3d-client-print-printContentDiv kq3d-client-print-printborder1",
|
|
2450
1948
|
ref_key: "printContentDiv",
|
|
2451
1949
|
ref: printContentDiv
|
|
2452
1950
|
}, [(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", {
|
|
2453
1951
|
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(scenceImageUrl)
|
|
2454
|
-
}, null, 8
|
|
2455
|
-
|
|
2456
|
-
, _hoisted_22)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_scene_view, {
|
|
1952
|
+
}, null, 8 /* PROPS */, _hoisted_22)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showMap) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_scene_view, {
|
|
1953
|
+
key: 0,
|
|
2457
1954
|
target: 'scencePrint',
|
|
2458
|
-
options:
|
|
2459
|
-
service:
|
|
2460
|
-
scenceInfo:
|
|
2461
|
-
showToolButtons:
|
|
2462
|
-
defaultShowLayerNames:
|
|
2463
|
-
toolButtonsPosition:
|
|
2464
|
-
showLogo:
|
|
1955
|
+
options: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).options,
|
|
1956
|
+
service: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).service,
|
|
1957
|
+
scenceInfo: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scenceInfo,
|
|
1958
|
+
showToolButtons: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).showToolButtons,
|
|
1959
|
+
defaultShowLayerNames: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).defaultShowLayerNames,
|
|
1960
|
+
toolButtonsPosition: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).toolButtonsPosition,
|
|
1961
|
+
showLogo: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).showLogo,
|
|
2465
1962
|
style: {
|
|
2466
1963
|
"position": "relative"
|
|
2467
1964
|
}
|
|
@@ -2478,18 +1975,12 @@ const __default__ = {
|
|
|
2478
1975
|
mapTarget: "scencePrint",
|
|
2479
1976
|
ref_key: "lengend_ref",
|
|
2480
1977
|
ref: lengend_ref
|
|
2481
|
-
}, null, 512
|
|
2482
|
-
/* NEED_PATCH */
|
|
2483
|
-
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 32
|
|
2484
|
-
/* HYDRATE_EVENTS */
|
|
2485
|
-
), (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", {
|
|
1978
|
+
}, 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", {
|
|
2486
1979
|
class: "kq3d-client-print-compassDiv",
|
|
2487
1980
|
onMouseover: setdragCursor,
|
|
2488
1981
|
onMousedown: dragTl,
|
|
2489
1982
|
id: "divcompassDiv"
|
|
2490
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq3d_compass)], 544
|
|
2491
|
-
/* HYDRATE_EVENTS, NEED_PATCH */
|
|
2492
|
-
), [[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 => {
|
|
1983
|
+
}, [(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 => {
|
|
2493
1984
|
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", {
|
|
2494
1985
|
id: item.data.dataId,
|
|
2495
1986
|
key: item.data.dataId,
|
|
@@ -2498,9 +1989,7 @@ const __default__ = {
|
|
|
2498
1989
|
onMousedown: dragTl
|
|
2499
1990
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2500
1991
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)(item.style)
|
|
2501
|
-
}, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(item.data.labelValue), 5
|
|
2502
|
-
/* TEXT, STYLE */
|
|
2503
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1992
|
+
}, (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", {
|
|
2504
1993
|
class: "closeIconDiv",
|
|
2505
1994
|
onClick: $event => delLabel(item.data.dataId),
|
|
2506
1995
|
style: {
|
|
@@ -2518,44 +2007,15 @@ const __default__ = {
|
|
|
2518
2007
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printclose
|
|
2519
2008
|
}, {
|
|
2520
2009
|
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))]),
|
|
2521
|
-
_: 1
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
, _hoisted_24)], 40
|
|
2529
|
-
/* PROPS, HYDRATE_EVENTS */
|
|
2530
|
-
, _hoisted_23)), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, item.data.isShow]]);
|
|
2531
|
-
}), 128
|
|
2532
|
-
/* KEYED_FRAGMENT */
|
|
2533
|
-
))]),
|
|
2534
|
-
_: 1
|
|
2535
|
-
/* STABLE */
|
|
2536
|
-
|
|
2537
|
-
}, 8
|
|
2538
|
-
/* PROPS */
|
|
2539
|
-
, ["options", "service", "scenceInfo", "showToolButtons", "defaultShowLayerNames", "toolButtonsPosition", "showLogo"])], 512
|
|
2540
|
-
/* NEED_PATCH */
|
|
2541
|
-
), (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
|
|
2542
|
-
/* TEXT */
|
|
2543
|
-
)]), (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
|
|
2544
|
-
/* TEXT */
|
|
2545
|
-
)])])], 512
|
|
2546
|
-
/* NEED_PATCH */
|
|
2547
|
-
)]),
|
|
2548
|
-
_: 1
|
|
2549
|
-
/* STABLE */
|
|
2550
|
-
|
|
2551
|
-
})], 512
|
|
2552
|
-
/* NEED_PATCH */
|
|
2553
|
-
)], 512
|
|
2554
|
-
/* NEED_PATCH */
|
|
2555
|
-
);
|
|
2010
|
+
_: 1 /* STABLE */
|
|
2011
|
+
}, 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]]);
|
|
2012
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
2013
|
+
_: 1 /* STABLE */
|
|
2014
|
+
}, 8 /* PROPS */, ["options", "service", "scenceInfo", "showToolButtons", "defaultShowLayerNames", "toolButtonsPosition", "showLogo"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 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 */)]),
|
|
2015
|
+
_: 1 /* STABLE */
|
|
2016
|
+
})], 512 /* NEED_PATCH */)], 512 /* NEED_PATCH */);
|
|
2556
2017
|
};
|
|
2557
2018
|
}
|
|
2558
|
-
|
|
2559
2019
|
}));
|
|
2560
2020
|
;// CONCATENATED MODULE: ./src/webgl/clientPrint/ClientPrint.vue?vue&type=script&setup=true&lang=js
|
|
2561
2021
|
|
|
@@ -2567,10 +2027,13 @@ const __exports__ = ClientPrintvue_type_script_setup_true_lang_js;
|
|
|
2567
2027
|
|
|
2568
2028
|
/* harmony default export */ var ClientPrint = (__exports__);
|
|
2569
2029
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
2570
|
-
var init_js_ = __webpack_require__(
|
|
2030
|
+
var init_js_ = __webpack_require__(455);
|
|
2571
2031
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
2572
2032
|
;// CONCATENATED MODULE: ./src/webgl/clientPrint/index.js
|
|
2573
|
-
|
|
2033
|
+
/*
|
|
2034
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
2035
|
+
* All rights reserved.
|
|
2036
|
+
*/
|
|
2574
2037
|
|
|
2575
2038
|
|
|
2576
2039
|
ClientPrint.install = (Vue, opts) => {
|
|
@@ -2578,7 +2041,6 @@ ClientPrint.install = (Vue, opts) => {
|
|
|
2578
2041
|
Vue.component(ClientPrint.name, ClientPrint);
|
|
2579
2042
|
};
|
|
2580
2043
|
|
|
2581
|
-
|
|
2582
2044
|
}();
|
|
2583
2045
|
/******/ return __webpack_exports__;
|
|
2584
2046
|
/******/ })()
|