@kq_npm/client3d_webgl_vue 4.5.3-beta → 4.5.4-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adddata/index.js +337 -524
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +159 -227
- package/baseterraingallery/index.js +122 -145
- package/boxclip/index.js +288 -470
- package/clientPrint/index.js +333 -897
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +224 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +181 -252
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +297 -401
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +243 -382
- package/geologicalbodyanalysis/index.js +203 -287
- package/gpuspatialquery/index.js +240 -390
- package/hawkeye/index.js +139 -103
- package/headertemp/index.js +23 -33
- package/heatmap3d/index.js +426 -733
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +7913 -16839
- package/isolineanalysis/index.js +554 -1231
- package/light/index.js +351 -488
- package/limitheightanalysis/index.js +249 -312
- package/measure/index.js +339 -493
- package/modelFlat/index.js +202 -223
- package/modelexcavate/index.js +194 -251
- package/modelfilter/index.js +216 -299
- package/modelprofileanalysis/index.js +354 -465
- package/modelselect/index.js +180 -173
- package/package.json +1 -1
- package/particleeffect/index.js +257 -430
- package/planeclip/index.js +237 -328
- package/resetview/index.js +89 -69
- package/roller/index.js +305 -363
- package/scaneffect/index.js +273 -571
- package/sceneadvancedtoimage/index.js +1055 -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 +9018 -17813
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +273 -312
- package/shadowanalysis/index.js +256 -436
- package/sightlineanalysis/index.js +229 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +200 -339
- package/slopeanalysis/index.js +270 -433
- package/slopeaspectanalysis/index.js +303 -523
- package/statusbar/index.js +113 -84
- package/style.css +1 -1
- package/terrainoperation/index.js +218 -269
- package/terrainprofileanalysis/index.js +162 -171
- 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}
|
|
@@ -642,23 +582,22 @@ const __default__ = {
|
|
|
642
582
|
default: false
|
|
643
583
|
}
|
|
644
584
|
},
|
|
645
|
-
|
|
646
585
|
setup(__props, {
|
|
647
586
|
expose: __expose
|
|
648
587
|
}) {
|
|
649
|
-
const props = __props;
|
|
650
588
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
651
589
|
let {
|
|
652
590
|
locale,
|
|
653
591
|
messages
|
|
654
|
-
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
655
|
-
|
|
592
|
+
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
593
|
+
//国际化
|
|
656
594
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
657
595
|
language.value = messages.value[newVal]["webgl"];
|
|
658
596
|
companyName.value = props.companyName || language.value.comapanyname;
|
|
659
597
|
systemTime.value = newVal == 'zh' ? getSystemIime() : getSystemEnTime();
|
|
660
598
|
printObj.value.popTitle = language.value.print;
|
|
661
599
|
});
|
|
600
|
+
const props = __props;
|
|
662
601
|
let setTitleDataform = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({
|
|
663
602
|
style: {
|
|
664
603
|
fontSize: "18px",
|
|
@@ -675,8 +614,8 @@ const __default__ = {
|
|
|
675
614
|
shadowShow: false,
|
|
676
615
|
titleShow: true
|
|
677
616
|
}
|
|
678
|
-
});
|
|
679
|
-
|
|
617
|
+
});
|
|
618
|
+
// 文本的数据
|
|
680
619
|
let setLabelDataform = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({
|
|
681
620
|
style: {
|
|
682
621
|
fontSize: "18px",
|
|
@@ -691,34 +630,34 @@ const __default__ = {
|
|
|
691
630
|
labelValue: ""
|
|
692
631
|
}
|
|
693
632
|
});
|
|
694
|
-
let cameraToImage = null;
|
|
695
|
-
|
|
696
|
-
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
697
|
-
|
|
698
|
-
let settingBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
699
|
-
|
|
633
|
+
let cameraToImage = null;
|
|
634
|
+
// 组件容器
|
|
635
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
636
|
+
// 选择容器
|
|
637
|
+
let settingBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
638
|
+
// 主内容容器
|
|
700
639
|
let mainBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
701
640
|
let scenceImageUrl = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
702
|
-
let titleRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
703
|
-
|
|
704
|
-
let selectLayerBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
705
|
-
|
|
706
|
-
let selectTitleBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
707
|
-
|
|
708
|
-
let selectTextBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
709
|
-
|
|
710
|
-
const activeNames = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(["1"]);
|
|
711
|
-
|
|
712
|
-
let isShowSettingBox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
713
|
-
|
|
714
|
-
let isShowLayer = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
715
|
-
|
|
716
|
-
let isShowTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
717
|
-
|
|
718
|
-
let isShowText = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
719
|
-
|
|
720
|
-
let borderStyleValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
721
|
-
|
|
641
|
+
let titleRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
642
|
+
// 图层选择容器
|
|
643
|
+
let selectLayerBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
644
|
+
// 样式设置容器
|
|
645
|
+
let selectTitleBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
646
|
+
// 添加文本容器
|
|
647
|
+
let selectTextBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
648
|
+
//页面设置tab设置
|
|
649
|
+
const activeNames = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(["1"]);
|
|
650
|
+
// 控制主容器与图层选择容器的切换
|
|
651
|
+
let isShowSettingBox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
652
|
+
//图层选择显示控制
|
|
653
|
+
let isShowLayer = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
654
|
+
//标题设置显示控制
|
|
655
|
+
let isShowTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
656
|
+
//添加文本显示控制
|
|
657
|
+
let isShowText = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
658
|
+
// 边框样式
|
|
659
|
+
let borderStyleValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
660
|
+
// 纸张设置
|
|
722
661
|
let sizeData = [[{
|
|
723
662
|
f: "A2",
|
|
724
663
|
a: "portrait"
|
|
@@ -749,72 +688,67 @@ const __default__ = {
|
|
|
749
688
|
}, "a5HSize"], [{
|
|
750
689
|
f: "A6",
|
|
751
690
|
a: "landscape"
|
|
752
|
-
}, "a6HSize"]];
|
|
753
|
-
|
|
754
|
-
let sizelist = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
691
|
+
}, "a6HSize"]];
|
|
692
|
+
// 字体大小
|
|
693
|
+
let sizelist = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
755
694
|
|
|
695
|
+
// 纸张类型
|
|
756
696
|
let papForm = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("A4"); // 默认
|
|
757
|
-
// 纸张方向
|
|
758
697
|
|
|
698
|
+
// 纸张方向
|
|
759
699
|
let papAnchor = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 默认
|
|
760
700
|
// 图片格式
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
701
|
+
let imageType = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("png");
|
|
702
|
+
//图例对象
|
|
703
|
+
let lengend_ref = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
704
|
+
// 图例窗口显示与隐藏
|
|
705
|
+
let legendShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
706
|
+
// 比例尺显示与隐藏
|
|
707
|
+
let scalesShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
708
|
+
// 指北针的显示与隐藏
|
|
770
709
|
let compassShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
771
|
-
let isActive = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
772
|
-
|
|
773
|
-
let printContentDiv = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
774
|
-
|
|
775
|
-
let printDiv = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
776
|
-
|
|
777
|
-
let printMap = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
778
|
-
|
|
779
|
-
let setLabelData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
780
|
-
|
|
781
|
-
let systemTime = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
782
|
-
|
|
710
|
+
let isActive = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
711
|
+
//打印内容div
|
|
712
|
+
let printContentDiv = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
713
|
+
// 打印内容
|
|
714
|
+
let printDiv = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
715
|
+
// 打印内容中的地图容器
|
|
716
|
+
let printMap = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
717
|
+
// 增加的文本的数据
|
|
718
|
+
let setLabelData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
719
|
+
//当前时间
|
|
720
|
+
let systemTime = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
721
|
+
// 公司名
|
|
783
722
|
let companyName = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
784
723
|
let printState = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
785
|
-
let printViewer = null;
|
|
786
|
-
|
|
724
|
+
let printViewer = null;
|
|
725
|
+
// 打印对象
|
|
787
726
|
let printObj = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({
|
|
788
727
|
id: "printMap",
|
|
789
728
|
popTitle: "",
|
|
790
|
-
|
|
791
729
|
beforeOpenCallback() {
|
|
792
730
|
printState.value = true;
|
|
793
731
|
},
|
|
794
|
-
|
|
795
732
|
openCallback() {
|
|
796
733
|
printState.value = false;
|
|
797
734
|
}
|
|
798
|
-
|
|
799
735
|
});
|
|
800
736
|
let currentClick = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({});
|
|
801
737
|
let scaleFloor = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(1);
|
|
802
|
-
let scaleStep = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0.2);
|
|
803
|
-
|
|
804
|
-
let loadState = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
805
|
-
|
|
738
|
+
let scaleStep = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0.2);
|
|
739
|
+
// 查询进度条
|
|
740
|
+
let loadState = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
741
|
+
// 三维球id
|
|
806
742
|
global_event_default().setDefaultMapInfo("scencePrint", "cesium", null);
|
|
807
743
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
808
744
|
setTitleDataform.value.data.title = props.printTitle || language.value.oneimage;
|
|
809
745
|
papAnchor.value = "portrait";
|
|
810
746
|
borderStyleValue.value = "printborder1";
|
|
811
747
|
sizelist.value = [];
|
|
812
|
-
|
|
813
748
|
for (let i = 15; i <= 32; i++) {
|
|
814
749
|
// 字体大小下拉
|
|
815
750
|
sizelist.value.push(i);
|
|
816
751
|
}
|
|
817
|
-
|
|
818
752
|
setLabelData.value = [];
|
|
819
753
|
global_event_default().getWebMapByMapTarget("scencePrint", scenceView => {
|
|
820
754
|
if (scenceView && scenceView._viewer) {
|
|
@@ -830,65 +764,50 @@ const __default__ = {
|
|
|
830
764
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
831
765
|
destroy();
|
|
832
766
|
});
|
|
767
|
+
|
|
833
768
|
/**
|
|
834
769
|
* 获取当前时间
|
|
835
770
|
* @returns {string}
|
|
836
771
|
*/
|
|
837
|
-
|
|
838
772
|
function getSystemIime() {
|
|
839
773
|
let numMap = new Map([["0", "零"], ["1", "一"], ["2", "二"], ["3", "三"], ["4", "四"], ["5", "五"], ["6", "六"], ["7", "七"], ["8", "八"], ["9", "九"]]);
|
|
840
774
|
let tennumMap = new Map([["1", "十"], ["2", "二十"], ["3", "三十"]]);
|
|
841
775
|
let nowDate = new Date();
|
|
842
776
|
let year = nowDate.getFullYear() + ""; //年数字
|
|
843
|
-
|
|
844
777
|
let month = nowDate.getMonth() + 1 + ""; //月数字
|
|
845
|
-
|
|
846
778
|
let day = nowDate.getDate() + ""; //日数字
|
|
847
|
-
|
|
848
779
|
let yearCNStr = ""; //年中文
|
|
849
|
-
|
|
850
780
|
let nonthCNStr = ""; //月中文
|
|
851
|
-
|
|
852
781
|
let dayCNStr = ""; //日中文
|
|
853
|
-
|
|
854
782
|
for (let i = 0; i < year.length; i++) {
|
|
855
783
|
yearCNStr += numMap.get(year[i]);
|
|
856
784
|
}
|
|
857
|
-
|
|
858
785
|
yearCNStr += "年";
|
|
859
|
-
|
|
860
786
|
if (month.length > 1) {
|
|
861
787
|
nonthCNStr = tennumMap.get(month[0]);
|
|
862
|
-
|
|
863
788
|
if (month[1] != "0") {
|
|
864
789
|
nonthCNStr += numMap.get(month[1]);
|
|
865
790
|
}
|
|
866
|
-
|
|
867
791
|
nonthCNStr += "月";
|
|
868
792
|
} else {
|
|
869
793
|
nonthCNStr = numMap.get(month[0]) + "月";
|
|
870
794
|
}
|
|
871
|
-
|
|
872
795
|
if (day.length > 1) {
|
|
873
796
|
dayCNStr = tennumMap.get(day[0]);
|
|
874
|
-
|
|
875
797
|
if (day[1] != "0") {
|
|
876
798
|
dayCNStr += numMap.get(day[1]);
|
|
877
799
|
}
|
|
878
|
-
|
|
879
800
|
dayCNStr += "日";
|
|
880
801
|
} else {
|
|
881
802
|
dayCNStr = numMap.get(day[0]) + "日";
|
|
882
803
|
}
|
|
883
|
-
|
|
884
804
|
return yearCNStr + nonthCNStr + dayCNStr;
|
|
885
805
|
}
|
|
806
|
+
|
|
886
807
|
/**
|
|
887
808
|
* 获取当前时间(英文)
|
|
888
809
|
* @returns {string}
|
|
889
810
|
*/
|
|
890
|
-
|
|
891
|
-
|
|
892
811
|
function getSystemEnTime() {
|
|
893
812
|
var dt = new Date();
|
|
894
813
|
var m = new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Spt", "Oct", "Nov", "Dec");
|
|
@@ -896,20 +815,16 @@ const __default__ = {
|
|
|
896
815
|
var mn = dt.getMonth();
|
|
897
816
|
var dn = dt.getDate();
|
|
898
817
|
var dns;
|
|
899
|
-
|
|
900
818
|
if (dn % 10 < 1 || dn % 10 > 3) {
|
|
901
819
|
dns = d[3];
|
|
902
820
|
} else {
|
|
903
821
|
dns = d[dn % 10 - 1];
|
|
904
|
-
|
|
905
822
|
if (dn == 11 || dn == 12) {
|
|
906
823
|
dns = d[3];
|
|
907
824
|
}
|
|
908
825
|
}
|
|
909
|
-
|
|
910
826
|
return m[mn] + " " + dn + dns + "," + dt.getFullYear();
|
|
911
827
|
}
|
|
912
|
-
|
|
913
828
|
function changStatusBar() {
|
|
914
829
|
if (printViewer) printViewer.statusBar.show = scalesShow.value;
|
|
915
830
|
}
|
|
@@ -917,11 +832,9 @@ const __default__ = {
|
|
|
917
832
|
* 显示切换
|
|
918
833
|
* @param {string} type
|
|
919
834
|
*/
|
|
920
|
-
|
|
921
|
-
|
|
922
835
|
function setShowChange(type) {
|
|
923
|
-
settingBoxRef.value.style.height = `${mainBoxRef.value.clientHeight}px`;
|
|
924
|
-
|
|
836
|
+
settingBoxRef.value.style.height = `${mainBoxRef.value.clientHeight}px`;
|
|
837
|
+
// settingBoxRef.value.style.height = `${mainBoxRef.value.clientHeight}px`;
|
|
925
838
|
if (type === "layer") {
|
|
926
839
|
isShowLayer.value = true;
|
|
927
840
|
isShowTitle.value = false;
|
|
@@ -931,7 +844,6 @@ const __default__ = {
|
|
|
931
844
|
settingBoxRef.value.style.height = `${selectLayerBoxRef.value.clientHeight}px`;
|
|
932
845
|
});
|
|
933
846
|
}
|
|
934
|
-
|
|
935
847
|
if (type === "title") {
|
|
936
848
|
isShowLayer.value = false;
|
|
937
849
|
isShowTitle.value = true;
|
|
@@ -941,7 +853,6 @@ const __default__ = {
|
|
|
941
853
|
settingBoxRef.value.style.height = `${selectTitleBoxRef.value.clientHeight}px`;
|
|
942
854
|
});
|
|
943
855
|
}
|
|
944
|
-
|
|
945
856
|
if (type === "text") {
|
|
946
857
|
isShowLayer.value = false;
|
|
947
858
|
isShowTitle.value = false;
|
|
@@ -952,30 +863,26 @@ const __default__ = {
|
|
|
952
863
|
});
|
|
953
864
|
}
|
|
954
865
|
}
|
|
866
|
+
|
|
955
867
|
/**
|
|
956
868
|
* 切换后的左侧高度样式还原
|
|
957
869
|
*/
|
|
958
|
-
|
|
959
|
-
|
|
960
870
|
function setMainStyle() {
|
|
961
871
|
isShowLayer.value = false;
|
|
962
872
|
isShowTitle.value = false;
|
|
963
873
|
isShowText.value = false;
|
|
964
874
|
settingBoxRef.value.style.height = `${mainBoxRef.value.clientHeight}px`;
|
|
965
875
|
}
|
|
876
|
+
|
|
966
877
|
/**
|
|
967
878
|
* 左侧窗口高度还原
|
|
968
879
|
*/
|
|
969
|
-
|
|
970
|
-
|
|
971
880
|
function changeMainHeight() {
|
|
972
881
|
settingBoxRef.value.style.height = "auto";
|
|
973
882
|
}
|
|
974
883
|
/**
|
|
975
884
|
* 初始化要在地图中显示的控件
|
|
976
885
|
*/
|
|
977
|
-
|
|
978
|
-
|
|
979
886
|
function initControl() {
|
|
980
887
|
var mapdiv = document.getElementById("scencePrint");
|
|
981
888
|
let html = mapdiv.innerHTML;
|
|
@@ -986,20 +893,18 @@ const __default__ = {
|
|
|
986
893
|
mapdiv.appendChild(compassDiv);
|
|
987
894
|
mapdiv.appendChild(legendDiv);
|
|
988
895
|
}
|
|
896
|
+
|
|
989
897
|
/**
|
|
990
898
|
* 边框样式切换
|
|
991
899
|
* @param {object} value
|
|
992
900
|
*/
|
|
993
|
-
|
|
994
|
-
|
|
995
901
|
function changeBorderStyleData(value) {
|
|
996
902
|
printContentDiv.value.className = "kq3d-client-print-printContentDiv " + "kq3d-client-print-" + borderStyleValue.value;
|
|
997
903
|
}
|
|
904
|
+
|
|
998
905
|
/**
|
|
999
906
|
* 纸张大小的切换
|
|
1000
907
|
*/
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
908
|
function changeMapContainerSize() {
|
|
1004
909
|
sizeData.forEach(item => {
|
|
1005
910
|
if (item[0].f === papForm.value && item[0].a === papAnchor.value) {
|
|
@@ -1009,20 +914,18 @@ const __default__ = {
|
|
|
1009
914
|
}
|
|
1010
915
|
});
|
|
1011
916
|
}
|
|
917
|
+
|
|
1012
918
|
/**
|
|
1013
919
|
* 滚动条居中
|
|
1014
920
|
*/
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
921
|
function setScroll() {
|
|
1018
922
|
printDiv.value.scrollTop = printMap.value.clientHeight / 2 - printDiv.value.clientHeight / 2;
|
|
1019
923
|
printDiv.value.scrollLeft = printMap.value.clientWidth / 2 - printDiv.value.clientWidth / 2;
|
|
1020
924
|
}
|
|
925
|
+
|
|
1021
926
|
/**
|
|
1022
927
|
* 添加文本
|
|
1023
928
|
*/
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
929
|
function addLabel() {
|
|
1027
930
|
let item = {
|
|
1028
931
|
style: {
|
|
@@ -1040,7 +943,6 @@ const __default__ = {
|
|
|
1040
943
|
setLabelData.value.push(item);
|
|
1041
944
|
setTimeout(() => {
|
|
1042
945
|
var mapdiv = document.getElementById("scencePrint");
|
|
1043
|
-
|
|
1044
946
|
for (let i = 0; i < setLabelData.value.length; i++) {
|
|
1045
947
|
var labelDiv = document.getElementById(setLabelData.value[i].data.dataId);
|
|
1046
948
|
labelDiv.style.display = "block";
|
|
@@ -1048,12 +950,11 @@ const __default__ = {
|
|
|
1048
950
|
}
|
|
1049
951
|
}, 200);
|
|
1050
952
|
}
|
|
953
|
+
|
|
1051
954
|
/**
|
|
1052
955
|
* 通过id删除文本
|
|
1053
956
|
* @param {string} id
|
|
1054
957
|
*/
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
958
|
function delLabel(id) {
|
|
1058
959
|
for (let i = 0; i < setLabelData.value.length; i++) {
|
|
1059
960
|
if (id === setLabelData.value[i].data.dataId) {
|
|
@@ -1062,21 +963,19 @@ const __default__ = {
|
|
|
1062
963
|
}
|
|
1063
964
|
}
|
|
1064
965
|
}
|
|
966
|
+
|
|
1065
967
|
/**
|
|
1066
968
|
* 清空文本
|
|
1067
969
|
*/
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
970
|
function clearLabel() {
|
|
1071
971
|
setLabelData.value.splice(0, setLabelData.value.length);
|
|
1072
972
|
setLabelDataform.value.data.labelValue = "";
|
|
1073
973
|
}
|
|
974
|
+
|
|
1074
975
|
/**
|
|
1075
976
|
* 设置拖动时的鼠标样式
|
|
1076
977
|
* @param {object} event
|
|
1077
978
|
*/
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
979
|
function setdragCursor(event) {
|
|
1081
980
|
let el = event.currentTarget;
|
|
1082
981
|
el.style.cursor = "move";
|
|
@@ -1085,8 +984,6 @@ const __default__ = {
|
|
|
1085
984
|
* 拖动DIV,地图不随着拖动
|
|
1086
985
|
* @param {object} event
|
|
1087
986
|
*/
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
987
|
function dragTl(event) {
|
|
1091
988
|
let mx = 0;
|
|
1092
989
|
let my = 0;
|
|
@@ -1094,11 +991,9 @@ const __default__ = {
|
|
|
1094
991
|
let dy = 0;
|
|
1095
992
|
let isDraging = false;
|
|
1096
993
|
let el = event.currentTarget;
|
|
1097
|
-
|
|
1098
994
|
if (el.offsetTop < 0) {
|
|
1099
995
|
el.style.top = "0px";
|
|
1100
996
|
}
|
|
1101
|
-
|
|
1102
997
|
event = event || window.event;
|
|
1103
998
|
mx = event.pageX;
|
|
1104
999
|
my = event.pageY;
|
|
@@ -1107,18 +1002,15 @@ const __default__ = {
|
|
|
1107
1002
|
isDraging = true;
|
|
1108
1003
|
document.addEventListener("mousemove", moveWin);
|
|
1109
1004
|
document.addEventListener("mouseup", removeEvent);
|
|
1110
|
-
|
|
1111
1005
|
document.onselectstart = function () {
|
|
1112
1006
|
return false;
|
|
1113
1007
|
};
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1008
|
+
event.stopPropagation();
|
|
1009
|
+
// }
|
|
1117
1010
|
function moveWin(event) {
|
|
1118
1011
|
event = event || window.event;
|
|
1119
1012
|
var x = event.pageX;
|
|
1120
1013
|
var y = event.pageY;
|
|
1121
|
-
|
|
1122
1014
|
if (isDraging) {
|
|
1123
1015
|
var moveX = dx + x - mx;
|
|
1124
1016
|
var moveY = dy + y - my;
|
|
@@ -1132,29 +1024,23 @@ const __default__ = {
|
|
|
1132
1024
|
var maxX = pageW - dialogW;
|
|
1133
1025
|
var maxY = pageH - dialogH;
|
|
1134
1026
|
moveX = Math.min(Math.max(0, moveX), maxX); // 58 控制上面的起点
|
|
1135
|
-
|
|
1136
1027
|
moveY = Math.min(Math.max(0, moveY), maxY); // 58 控制上面的起点
|
|
1137
|
-
|
|
1138
1028
|
el.style.right = "auto";
|
|
1139
1029
|
el.style.bottom = "auto";
|
|
1140
1030
|
el.style.left = moveX + "px";
|
|
1141
1031
|
el.style.top = moveY + "px";
|
|
1142
1032
|
}
|
|
1143
1033
|
}
|
|
1144
|
-
|
|
1145
1034
|
function removeEvent() {
|
|
1146
1035
|
document.removeEventListener("mousemove", moveWin);
|
|
1147
1036
|
document.removeEventListener("mouseup", removeEvent);
|
|
1148
1037
|
el.style.cursor = "";
|
|
1149
|
-
|
|
1150
1038
|
document.onselectstart = function () {
|
|
1151
1039
|
return true;
|
|
1152
1040
|
};
|
|
1153
|
-
|
|
1154
1041
|
isDraging = false;
|
|
1155
1042
|
}
|
|
1156
1043
|
}
|
|
1157
|
-
|
|
1158
1044
|
function canvasToImage() {
|
|
1159
1045
|
global_event_default().getWebMapByMapTarget("scencePrint", scenceView => {
|
|
1160
1046
|
if (scenceView && scenceView._viewer) {
|
|
@@ -1169,12 +1055,10 @@ const __default__ = {
|
|
|
1169
1055
|
/**
|
|
1170
1056
|
* 保存为图片
|
|
1171
1057
|
*/
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
1058
|
function getPic() {
|
|
1175
1059
|
canvasToImage();
|
|
1176
|
-
loadState.value = true;
|
|
1177
|
-
|
|
1060
|
+
loadState.value = true;
|
|
1061
|
+
// 延时1000ms,等待图片读入到blob文件对象,然后使用URL.createObjectURL转换成src可用的地址
|
|
1178
1062
|
setTimeout(() => {
|
|
1179
1063
|
external_html2canvas_default()(printMap.value, {
|
|
1180
1064
|
taintTest: true,
|
|
@@ -1188,33 +1072,29 @@ const __default__ = {
|
|
|
1188
1072
|
useCORS: true,
|
|
1189
1073
|
// 如果截图的内容里有图片,解决文件跨域问题
|
|
1190
1074
|
timeout: 2000 // 加载延时
|
|
1191
|
-
|
|
1192
1075
|
}).then(canvas => {
|
|
1193
1076
|
loadState.value = false;
|
|
1194
1077
|
let pageData = canvas.toDataURL("image/png", 1.0);
|
|
1195
1078
|
let title = "printMap.png";
|
|
1196
|
-
|
|
1197
1079
|
if (imageType.value === "jpg") {
|
|
1198
1080
|
pageData = canvas.toDataURL("image/jpeg", 1.0);
|
|
1199
1081
|
title = "printMap.jpg";
|
|
1200
1082
|
}
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1083
|
+
const el = document.createElement("a");
|
|
1084
|
+
// 设置 href 为图片经过 base64 编码后的字符串,默认为 png 格式
|
|
1204
1085
|
el.href = pageData;
|
|
1205
|
-
el.download = title;
|
|
1206
|
-
|
|
1086
|
+
el.download = title;
|
|
1087
|
+
// 创建一个点击事件并对 a 标签进行触发
|
|
1207
1088
|
const event = new MouseEvent("click");
|
|
1208
1089
|
el.dispatchEvent(event);
|
|
1209
1090
|
});
|
|
1210
1091
|
}, 1000);
|
|
1211
1092
|
}
|
|
1093
|
+
|
|
1212
1094
|
/**
|
|
1213
1095
|
* 显示图例
|
|
1214
1096
|
* @param {object} e
|
|
1215
1097
|
*/
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
1098
|
function showLegend(e) {
|
|
1219
1099
|
if (e) {
|
|
1220
1100
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
@@ -1225,26 +1105,22 @@ const __default__ = {
|
|
|
1225
1105
|
/**
|
|
1226
1106
|
* 等比例放大
|
|
1227
1107
|
*/
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
1108
|
function Enlarge() {
|
|
1231
1109
|
isActive.value = 1;
|
|
1232
1110
|
mouseScrollEnlarge(1);
|
|
1233
1111
|
}
|
|
1112
|
+
|
|
1234
1113
|
/**
|
|
1235
1114
|
* 等比例缩小
|
|
1236
1115
|
*/
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
1116
|
function Narrow() {
|
|
1240
1117
|
isActive.value = 2;
|
|
1241
1118
|
mouseScrollNarrow(-1);
|
|
1242
1119
|
}
|
|
1120
|
+
|
|
1243
1121
|
/**
|
|
1244
1122
|
* 拖动打印范围
|
|
1245
1123
|
*/
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
1124
|
function MovePrint() {
|
|
1249
1125
|
if (isActive.value === 3) {
|
|
1250
1126
|
isActive.value = 0;
|
|
@@ -1255,11 +1131,10 @@ const __default__ = {
|
|
|
1255
1131
|
divScreen.addEventListener("mouseup", upFunc);
|
|
1256
1132
|
}
|
|
1257
1133
|
}
|
|
1134
|
+
|
|
1258
1135
|
/**
|
|
1259
1136
|
* 拖动打印范围后还原
|
|
1260
1137
|
*/
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
1138
|
function RefreshStatus() {
|
|
1264
1139
|
isActive.value = 0;
|
|
1265
1140
|
document.querySelector("#printMap").style.cursor = "";
|
|
@@ -1267,17 +1142,15 @@ const __default__ = {
|
|
|
1267
1142
|
document.getElementById("printMap").style.marginTop = 0;
|
|
1268
1143
|
document.getElementById("printMap").style.transform = "";
|
|
1269
1144
|
}
|
|
1145
|
+
|
|
1270
1146
|
/**
|
|
1271
1147
|
* 拖动打印范围的点击鼠标左键事件
|
|
1272
1148
|
* @param {object} e
|
|
1273
1149
|
*/
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
1150
|
function downFunc(e) {
|
|
1277
1151
|
if (isActive.value !== 3) {
|
|
1278
1152
|
return false;
|
|
1279
1153
|
}
|
|
1280
|
-
|
|
1281
1154
|
document.querySelector("#printMap").style.cursor = "move";
|
|
1282
1155
|
currentClick.x = e.pageX - document.getElementById("printMap").offsetLeft;
|
|
1283
1156
|
currentClick.y = e.pageY - document.getElementById("printMap").offsetTop;
|
|
@@ -1287,8 +1160,6 @@ const __default__ = {
|
|
|
1287
1160
|
* 拖动打印范围的松开鼠标左键事件
|
|
1288
1161
|
* @param {object} e
|
|
1289
1162
|
*/
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
1163
|
function upFunc() {
|
|
1293
1164
|
document.querySelector("#printMap").style.cursor = "";
|
|
1294
1165
|
document.removeEventListener("mousemove", moveFunc);
|
|
@@ -1297,8 +1168,6 @@ const __default__ = {
|
|
|
1297
1168
|
* 拖动打印范围的拖动鼠标事件
|
|
1298
1169
|
* @param {object} e
|
|
1299
1170
|
*/
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
1171
|
function moveFunc() {
|
|
1303
1172
|
let mosPostion = getMousePos();
|
|
1304
1173
|
moveScreenTable(mosPostion.x - currentClick.x, mosPostion.y - (currentClick.y + 50));
|
|
@@ -1308,52 +1177,44 @@ const __default__ = {
|
|
|
1308
1177
|
* @param {nubmer} x
|
|
1309
1178
|
* @param {nubmer} y
|
|
1310
1179
|
*/
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
1180
|
function moveScreenTable(x, y) {
|
|
1314
1181
|
let docScreen = document.querySelector("#printMap");
|
|
1315
1182
|
let moveX = getPixelValue(docScreen, "left");
|
|
1316
1183
|
let moveY = getPixelValue(docScreen, "top");
|
|
1317
1184
|
moveX += x;
|
|
1318
1185
|
moveY += y;
|
|
1319
|
-
|
|
1320
1186
|
if (moveY < 0) {
|
|
1321
1187
|
moveY = 0;
|
|
1322
1188
|
}
|
|
1323
|
-
|
|
1324
1189
|
document.getElementById("printMap").style.marginLeft = moveX + "px";
|
|
1325
1190
|
document.getElementById("printMap").style.marginTop = moveY + "px";
|
|
1326
1191
|
}
|
|
1192
|
+
|
|
1327
1193
|
/**
|
|
1328
1194
|
* 等比例放大
|
|
1329
1195
|
* @param {number} step
|
|
1330
1196
|
*/
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
1197
|
function mouseScrollEnlarge(step) {
|
|
1334
1198
|
if (step > 0) {
|
|
1335
1199
|
scaleFloor.value = scaleFloor.value + scaleStep.value;
|
|
1336
1200
|
}
|
|
1337
|
-
|
|
1338
1201
|
if (scaleFloor.value > 0) {
|
|
1339
1202
|
document.getElementById("printMap").style.transform = "scale(" + scaleFloor.value + ")";
|
|
1340
1203
|
} else {
|
|
1341
1204
|
document.getElementById("printMap").style.transform = "";
|
|
1342
1205
|
}
|
|
1343
1206
|
}
|
|
1207
|
+
|
|
1344
1208
|
/**
|
|
1345
1209
|
* 等比例缩小
|
|
1346
1210
|
* @param {number} step
|
|
1347
1211
|
*/
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
1212
|
function mouseScrollNarrow(step) {
|
|
1351
1213
|
if (step < 0 && scaleFloor.value > scaleStep.value * 2) {
|
|
1352
1214
|
scaleFloor.value = scaleFloor.value - scaleStep.value;
|
|
1353
1215
|
} else {
|
|
1354
1216
|
undefined;
|
|
1355
1217
|
}
|
|
1356
|
-
|
|
1357
1218
|
if (scaleFloor.value > 0) {
|
|
1358
1219
|
document.getElementById("printMap").style.transform = "scale(" + scaleFloor.value + ")";
|
|
1359
1220
|
} else {
|
|
@@ -1364,8 +1225,6 @@ const __default__ = {
|
|
|
1364
1225
|
* 获取鼠标位置
|
|
1365
1226
|
* @param {object} event
|
|
1366
1227
|
*/
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
1228
|
function getMousePos(event) {
|
|
1370
1229
|
const e = event || window.event;
|
|
1371
1230
|
const x = e.clientX - document.querySelector("#printMap").offsetLeft;
|
|
@@ -1375,24 +1234,19 @@ const __default__ = {
|
|
|
1375
1234
|
y: e.clientY
|
|
1376
1235
|
};
|
|
1377
1236
|
}
|
|
1378
|
-
|
|
1379
1237
|
function getPixelValue(doc, key) {
|
|
1380
1238
|
return Number(doc.style[key].replace("px", ""));
|
|
1381
1239
|
}
|
|
1382
1240
|
/**
|
|
1383
1241
|
* 清除设置
|
|
1384
1242
|
*/
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
1243
|
function destroy() {
|
|
1388
1244
|
if (legendShow.value) {
|
|
1389
1245
|
legendShow.value = false;
|
|
1390
1246
|
}
|
|
1391
|
-
|
|
1392
1247
|
if (scalesShow.value) {
|
|
1393
1248
|
scalesShow.value = false;
|
|
1394
1249
|
}
|
|
1395
|
-
|
|
1396
1250
|
setLabelData.value = [];
|
|
1397
1251
|
setTitleDataform.value = {
|
|
1398
1252
|
// 标题的数据
|
|
@@ -1427,54 +1281,33 @@ const __default__ = {
|
|
|
1427
1281
|
labelValue: ""
|
|
1428
1282
|
}
|
|
1429
1283
|
};
|
|
1430
|
-
}
|
|
1431
|
-
|
|
1284
|
+
}
|
|
1432
1285
|
|
|
1286
|
+
// 抛出方法 外部调用
|
|
1433
1287
|
__expose({
|
|
1434
1288
|
destroy
|
|
1435
1289
|
});
|
|
1436
|
-
|
|
1437
1290
|
return (_ctx, _cache) => {
|
|
1438
1291
|
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
1439
|
-
|
|
1440
1292
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
1441
|
-
|
|
1442
1293
|
const _component_kq_checkbox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-checkbox");
|
|
1443
|
-
|
|
1444
1294
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
1445
|
-
|
|
1446
1295
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
1447
|
-
|
|
1448
1296
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
1449
|
-
|
|
1450
1297
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
1451
|
-
|
|
1452
1298
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
1453
|
-
|
|
1454
1299
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
1455
|
-
|
|
1456
1300
|
const _component_kq_divider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-divider");
|
|
1457
|
-
|
|
1458
1301
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
1459
|
-
|
|
1460
1302
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
1461
|
-
|
|
1462
1303
|
const _component_kq_layer_tree = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-layer-tree");
|
|
1463
|
-
|
|
1464
1304
|
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
1465
|
-
|
|
1466
1305
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
1467
|
-
|
|
1468
1306
|
const _component_kq3d_status_bar = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq3d-status-bar");
|
|
1469
|
-
|
|
1470
1307
|
const _component_kq_legend = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-legend");
|
|
1471
|
-
|
|
1472
1308
|
const _component_kq3d_compass = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq3d-compass");
|
|
1473
|
-
|
|
1474
1309
|
const _component_kq_scene_view = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-scene-view");
|
|
1475
|
-
|
|
1476
1310
|
const _component_kq_scrollbar = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-scrollbar");
|
|
1477
|
-
|
|
1478
1311
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1479
1312
|
class: "settleLayer",
|
|
1480
1313
|
ref_key: "boxRef",
|
|
@@ -1489,13 +1322,9 @@ const __default__ = {
|
|
|
1489
1322
|
}, {
|
|
1490
1323
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1491
1324
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.DArrowLeft))]),
|
|
1492
|
-
_: 1
|
|
1493
|
-
/* STABLE */
|
|
1494
|
-
|
|
1325
|
+
_: 1 /* STABLE */
|
|
1495
1326
|
})]),
|
|
1496
|
-
_: 1
|
|
1497
|
-
/* STABLE */
|
|
1498
|
-
|
|
1327
|
+
_: 1 /* STABLE */
|
|
1499
1328
|
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), !(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowSettingBox) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_button, {
|
|
1500
1329
|
key: 1,
|
|
1501
1330
|
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 +1332,9 @@ const __default__ = {
|
|
|
1503
1332
|
}, {
|
|
1504
1333
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1505
1334
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.DArrowRight))]),
|
|
1506
|
-
_: 1
|
|
1507
|
-
/* STABLE */
|
|
1508
|
-
|
|
1335
|
+
_: 1 /* STABLE */
|
|
1509
1336
|
})]),
|
|
1510
|
-
_: 1
|
|
1511
|
-
/* STABLE */
|
|
1512
|
-
|
|
1337
|
+
_: 1 /* STABLE */
|
|
1513
1338
|
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1514
1339
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["setting-box", {
|
|
1515
1340
|
'kq-box-shadow': __props.showShadow
|
|
@@ -1525,33 +1350,21 @@ const __default__ = {
|
|
|
1525
1350
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 图层选择-bar "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1526
1351
|
class: "select-layer-bar bar",
|
|
1527
1352
|
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, {
|
|
1353
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).layerSelect), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1531
1354
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowRight))]),
|
|
1532
|
-
_: 1
|
|
1533
|
-
/* STABLE */
|
|
1534
|
-
|
|
1355
|
+
_: 1 /* STABLE */
|
|
1535
1356
|
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1536
1357
|
class: "select-layer-bar bar select-layer-margin",
|
|
1537
1358
|
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, {
|
|
1359
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).titlesetting), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1541
1360
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowRight))]),
|
|
1542
|
-
_: 1
|
|
1543
|
-
/* STABLE */
|
|
1544
|
-
|
|
1361
|
+
_: 1 /* STABLE */
|
|
1545
1362
|
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1546
1363
|
class: "select-layer-bar bar select-layer-margin",
|
|
1547
1364
|
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, {
|
|
1365
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_5, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addtext), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1551
1366
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowRight))]),
|
|
1552
|
-
_: 1
|
|
1553
|
-
/* STABLE */
|
|
1554
|
-
|
|
1367
|
+
_: 1 /* STABLE */
|
|
1555
1368
|
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
1556
1369
|
modelValue: activeNames.value,
|
|
1557
1370
|
"onUpdate:modelValue": _cache[14] || (_cache[14] = $event => activeNames.value = $event),
|
|
@@ -1560,18 +1373,12 @@ const __default__ = {
|
|
|
1560
1373
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
1561
1374
|
name: "1"
|
|
1562
1375
|
}, {
|
|
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, {
|
|
1376
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pageetting) + " ", 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
1566
1377
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["header-icon", activeNames.value.includes('1') ? 'is-active' : null])
|
|
1567
1378
|
}, {
|
|
1568
1379
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.CaretRight))]),
|
|
1569
|
-
_: 1
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
}, 8
|
|
1573
|
-
/* PROPS */
|
|
1574
|
-
, ["class"])]),
|
|
1380
|
+
_: 1 /* STABLE */
|
|
1381
|
+
}, 8 /* PROPS */, ["class"])]),
|
|
1575
1382
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1576
1383
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1577
1384
|
span: 9
|
|
@@ -1582,18 +1389,10 @@ const __default__ = {
|
|
|
1582
1389
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(legendShow) ? legendShow.value = $event : legendShow = $event),
|
|
1583
1390
|
onChange: showLegend
|
|
1584
1391
|
}, {
|
|
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
|
-
|
|
1392
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printlegend), 1 /* TEXT */)]),
|
|
1393
|
+
_: 1 /* STABLE */
|
|
1394
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1395
|
+
_: 1 /* STABLE */
|
|
1597
1396
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1598
1397
|
span: 9
|
|
1599
1398
|
}, {
|
|
@@ -1602,18 +1401,10 @@ const __default__ = {
|
|
|
1602
1401
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(compassShow),
|
|
1603
1402
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(compassShow) ? compassShow.value = $event : compassShow = $event)
|
|
1604
1403
|
}, {
|
|
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
|
-
|
|
1404
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printcompass), 1 /* TEXT */)]),
|
|
1405
|
+
_: 1 /* STABLE */
|
|
1406
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1407
|
+
_: 1 /* STABLE */
|
|
1617
1408
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1618
1409
|
span: 6
|
|
1619
1410
|
}, {
|
|
@@ -1623,22 +1414,12 @@ const __default__ = {
|
|
|
1623
1414
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(scalesShow) ? scalesShow.value = $event : scalesShow = $event),
|
|
1624
1415
|
onChange: changStatusBar
|
|
1625
1416
|
}, {
|
|
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
|
-
|
|
1417
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printstatusbar), 1 /* TEXT */)]),
|
|
1418
|
+
_: 1 /* STABLE */
|
|
1419
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1420
|
+
_: 1 /* STABLE */
|
|
1638
1421
|
})]),
|
|
1639
|
-
_: 1
|
|
1640
|
-
/* STABLE */
|
|
1641
|
-
|
|
1422
|
+
_: 1 /* STABLE */
|
|
1642
1423
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
1643
1424
|
model: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform),
|
|
1644
1425
|
"label-width": "70px",
|
|
@@ -1657,48 +1438,26 @@ const __default__ = {
|
|
|
1657
1438
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1658
1439
|
value: "printborder1",
|
|
1659
1440
|
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, {
|
|
1441
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1663
1442
|
value: "printborder2",
|
|
1664
1443
|
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, {
|
|
1444
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1668
1445
|
value: "printborder3",
|
|
1669
1446
|
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, {
|
|
1447
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1673
1448
|
value: "printborder4",
|
|
1674
1449
|
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, {
|
|
1450
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1678
1451
|
value: "printborder5",
|
|
1679
1452
|
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
|
-
|
|
1453
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1454
|
+
_: 1 /* STABLE */
|
|
1455
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1456
|
+
_: 1 /* STABLE */
|
|
1457
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1458
|
+
_: 1 /* STABLE */
|
|
1698
1459
|
})]),
|
|
1699
|
-
_: 1
|
|
1700
|
-
/* STABLE */
|
|
1701
|
-
|
|
1460
|
+
_: 1 /* STABLE */
|
|
1702
1461
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1703
1462
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, null, {
|
|
1704
1463
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
@@ -1712,58 +1471,36 @@ const __default__ = {
|
|
|
1712
1471
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1713
1472
|
value: "A2"
|
|
1714
1473
|
}, {
|
|
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
|
-
|
|
1474
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[27] || (_cache[27] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A2")])),
|
|
1475
|
+
_: 1 /* STABLE */
|
|
1719
1476
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1720
1477
|
value: "A3"
|
|
1721
1478
|
}, {
|
|
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
|
-
|
|
1479
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[28] || (_cache[28] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A3")])),
|
|
1480
|
+
_: 1 /* STABLE */
|
|
1726
1481
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1727
1482
|
value: "A4"
|
|
1728
1483
|
}, {
|
|
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
|
-
|
|
1484
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[29] || (_cache[29] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A4")])),
|
|
1485
|
+
_: 1 /* STABLE */
|
|
1733
1486
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1734
1487
|
value: "A5"
|
|
1735
1488
|
}, {
|
|
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
|
-
|
|
1489
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[30] || (_cache[30] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A5")])),
|
|
1490
|
+
_: 1 /* STABLE */
|
|
1740
1491
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1741
1492
|
value: "A6"
|
|
1742
1493
|
}, {
|
|
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
|
-
|
|
1494
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[31] || (_cache[31] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A6")])),
|
|
1495
|
+
_: 1 /* STABLE */
|
|
1747
1496
|
})]),
|
|
1748
|
-
_: 1
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
, ["modelValue"])]),
|
|
1754
|
-
_: 1
|
|
1755
|
-
/* STABLE */
|
|
1756
|
-
|
|
1757
|
-
}, 8
|
|
1758
|
-
/* PROPS */
|
|
1759
|
-
, ["label"])]),
|
|
1760
|
-
_: 1
|
|
1761
|
-
/* STABLE */
|
|
1762
|
-
|
|
1497
|
+
_: 1 /* STABLE */
|
|
1498
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1499
|
+
_: 1 /* STABLE */
|
|
1500
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1501
|
+
_: 1 /* STABLE */
|
|
1763
1502
|
})]),
|
|
1764
|
-
_: 1
|
|
1765
|
-
/* STABLE */
|
|
1766
|
-
|
|
1503
|
+
_: 1 /* STABLE */
|
|
1767
1504
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1768
1505
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, null, {
|
|
1769
1506
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
@@ -1777,33 +1514,17 @@ const __default__ = {
|
|
|
1777
1514
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1778
1515
|
value: "portrait",
|
|
1779
1516
|
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, {
|
|
1517
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1783
1518
|
value: "landscape",
|
|
1784
1519
|
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
|
-
|
|
1520
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1521
|
+
_: 1 /* STABLE */
|
|
1522
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1523
|
+
_: 1 /* STABLE */
|
|
1524
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1525
|
+
_: 1 /* STABLE */
|
|
1803
1526
|
})]),
|
|
1804
|
-
_: 1
|
|
1805
|
-
/* STABLE */
|
|
1806
|
-
|
|
1527
|
+
_: 1 /* STABLE */
|
|
1807
1528
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1808
1529
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, null, {
|
|
1809
1530
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
@@ -1816,82 +1537,42 @@ const __default__ = {
|
|
|
1816
1537
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1817
1538
|
value: "png"
|
|
1818
1539
|
}, {
|
|
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
|
-
|
|
1540
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[32] || (_cache[32] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("png")])),
|
|
1541
|
+
_: 1 /* STABLE */
|
|
1823
1542
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1824
1543
|
value: "jpg"
|
|
1825
1544
|
}, {
|
|
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
|
-
|
|
1545
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[33] || (_cache[33] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("jpg")])),
|
|
1546
|
+
_: 1 /* STABLE */
|
|
1830
1547
|
})]),
|
|
1831
|
-
_: 1
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
, ["modelValue"])]),
|
|
1837
|
-
_: 1
|
|
1838
|
-
/* STABLE */
|
|
1839
|
-
|
|
1840
|
-
}, 8
|
|
1841
|
-
/* PROPS */
|
|
1842
|
-
, ["label"])]),
|
|
1843
|
-
_: 1
|
|
1844
|
-
/* STABLE */
|
|
1845
|
-
|
|
1548
|
+
_: 1 /* STABLE */
|
|
1549
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1550
|
+
_: 1 /* STABLE */
|
|
1551
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1552
|
+
_: 1 /* STABLE */
|
|
1846
1553
|
})]),
|
|
1847
|
-
_: 1
|
|
1848
|
-
/* STABLE */
|
|
1849
|
-
|
|
1554
|
+
_: 1 /* STABLE */
|
|
1850
1555
|
})]),
|
|
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, {
|
|
1556
|
+
_: 1 /* STABLE */
|
|
1557
|
+
}, 8 /* PROPS */, ["model"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1857
1558
|
type: "primary",
|
|
1858
1559
|
onClick: _cache[12] || (_cache[12] = $event => getPic()),
|
|
1859
1560
|
loading: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(loadState)
|
|
1860
1561
|
}, {
|
|
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, {
|
|
1562
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).savePicture), 1 /* TEXT */)]),
|
|
1563
|
+
_: 1 /* STABLE */
|
|
1564
|
+
}, 8 /* PROPS */, ["loading"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)(((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_button, {
|
|
1870
1565
|
type: "plain",
|
|
1871
1566
|
loading: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(printState),
|
|
1872
1567
|
onClick: _cache[13] || (_cache[13] = $event => canvasToImage())
|
|
1873
1568
|
}, {
|
|
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
|
-
|
|
1569
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).sendprinter), 1 /* TEXT */)]),
|
|
1570
|
+
_: 1 /* STABLE */
|
|
1571
|
+
}, 8 /* PROPS */, ["loading"])), [[(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)((vue3_print_nb_umd_default())), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(printObj)]])])]),
|
|
1572
|
+
_: 1 /* STABLE */
|
|
1886
1573
|
})]),
|
|
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", {
|
|
1574
|
+
_: 1 /* STABLE */
|
|
1575
|
+
}, 8 /* PROPS */, ["modelValue"])], 512 /* NEED_PATCH */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 图层选择-box "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowLayer) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", {
|
|
1895
1576
|
key: 0,
|
|
1896
1577
|
class: "select-layer-box",
|
|
1897
1578
|
ref_key: "selectLayerBoxRef",
|
|
@@ -1901,17 +1582,11 @@ const __default__ = {
|
|
|
1901
1582
|
onClick: setMainStyle
|
|
1902
1583
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1903
1584
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowLeft))]),
|
|
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, {
|
|
1585
|
+
_: 1 /* STABLE */
|
|
1586
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_8, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).layerSelect), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_layer_tree, {
|
|
1910
1587
|
showShadow: false,
|
|
1911
1588
|
"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", {
|
|
1589
|
+
})])], 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 标题设置-box "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1915
1590
|
class: "select-layer-box",
|
|
1916
1591
|
ref_key: "selectTitleBoxRef",
|
|
1917
1592
|
ref: selectTitleBoxRef
|
|
@@ -1920,12 +1595,8 @@ const __default__ = {
|
|
|
1920
1595
|
onClick: setMainStyle
|
|
1921
1596
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
1922
1597
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowLeft))]),
|
|
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, {
|
|
1598
|
+
_: 1 /* STABLE */
|
|
1599
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_10, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).titlesetting), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
1929
1600
|
model: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform),
|
|
1930
1601
|
"label-width": "70px",
|
|
1931
1602
|
"label-position": "left"
|
|
@@ -1940,22 +1611,12 @@ const __default__ = {
|
|
|
1940
1611
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input, {
|
|
1941
1612
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.title,
|
|
1942
1613
|
"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
|
-
|
|
1614
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1615
|
+
_: 1 /* STABLE */
|
|
1616
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1617
|
+
_: 1 /* STABLE */
|
|
1955
1618
|
})]),
|
|
1956
|
-
_: 1
|
|
1957
|
-
/* STABLE */
|
|
1958
|
-
|
|
1619
|
+
_: 1 /* STABLE */
|
|
1959
1620
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1960
1621
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1961
1622
|
span: 24
|
|
@@ -1974,38 +1635,20 @@ const __default__ = {
|
|
|
1974
1635
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1975
1636
|
value: "Microsoft YaHei",
|
|
1976
1637
|
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, {
|
|
1638
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1980
1639
|
value: "NSimSun",
|
|
1981
1640
|
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, {
|
|
1641
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1985
1642
|
value: "KaiTi",
|
|
1986
1643
|
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
|
-
|
|
1644
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1645
|
+
_: 1 /* STABLE */
|
|
1646
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
1647
|
+
_: 1 /* STABLE */
|
|
1648
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1649
|
+
_: 1 /* STABLE */
|
|
2005
1650
|
})]),
|
|
2006
|
-
_: 1
|
|
2007
|
-
/* STABLE */
|
|
2008
|
-
|
|
1651
|
+
_: 1 /* STABLE */
|
|
2009
1652
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2010
1653
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2011
1654
|
span: 16
|
|
@@ -2023,40 +1666,20 @@ const __default__ = {
|
|
|
2023
1666
|
key: size,
|
|
2024
1667
|
value: `${size}px`
|
|
2025
1668
|
}, {
|
|
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
|
-
|
|
1669
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(size), 1 /* TEXT */)]),
|
|
1670
|
+
_: 2 /* DYNAMIC */
|
|
1671
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["value"]);
|
|
1672
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
1673
|
+
_: 1 /* STABLE */
|
|
1674
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
1675
|
+
_: 1 /* STABLE */
|
|
1676
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1677
|
+
_: 1 /* STABLE */
|
|
2053
1678
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2054
1679
|
span: 2
|
|
2055
1680
|
}, {
|
|
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
|
-
|
|
1681
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[34] || (_cache[34] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ")])),
|
|
1682
|
+
_: 1 /* STABLE */
|
|
2060
1683
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2061
1684
|
span: 6
|
|
2062
1685
|
}, {
|
|
@@ -2067,22 +1690,12 @@ const __default__ = {
|
|
|
2067
1690
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.color,
|
|
2068
1691
|
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.color = $event),
|
|
2069
1692
|
"show-alpha": ""
|
|
2070
|
-
}, null, 8
|
|
2071
|
-
/*
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
/* STABLE */
|
|
2075
|
-
|
|
2076
|
-
}, 8
|
|
2077
|
-
/* PROPS */
|
|
2078
|
-
, ["label"])]),
|
|
2079
|
-
_: 1
|
|
2080
|
-
/* STABLE */
|
|
2081
|
-
|
|
1693
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1694
|
+
_: 1 /* STABLE */
|
|
1695
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1696
|
+
_: 1 /* STABLE */
|
|
2082
1697
|
})]),
|
|
2083
|
-
_: 1
|
|
2084
|
-
/* STABLE */
|
|
2085
|
-
|
|
1698
|
+
_: 1 /* STABLE */
|
|
2086
1699
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2087
1700
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2088
1701
|
span: 8
|
|
@@ -2094,18 +1707,10 @@ const __default__ = {
|
|
|
2094
1707
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.backgroundColor,
|
|
2095
1708
|
"onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.backgroundColor = $event),
|
|
2096
1709
|
"show-alpha": ""
|
|
2097
|
-
}, null, 8
|
|
2098
|
-
/*
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
/* STABLE */
|
|
2102
|
-
|
|
2103
|
-
}, 8
|
|
2104
|
-
/* PROPS */
|
|
2105
|
-
, ["label"])]),
|
|
2106
|
-
_: 1
|
|
2107
|
-
/* STABLE */
|
|
2108
|
-
|
|
1710
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1711
|
+
_: 1 /* STABLE */
|
|
1712
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1713
|
+
_: 1 /* STABLE */
|
|
2109
1714
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2110
1715
|
span: 8
|
|
2111
1716
|
}, {
|
|
@@ -2116,18 +1721,10 @@ const __default__ = {
|
|
|
2116
1721
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.shadowShowBg,
|
|
2117
1722
|
"onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style.shadowShowBg = $event),
|
|
2118
1723
|
"show-alpha": ""
|
|
2119
|
-
}, null, 8
|
|
2120
|
-
/*
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
/* STABLE */
|
|
2124
|
-
|
|
2125
|
-
}, 8
|
|
2126
|
-
/* PROPS */
|
|
2127
|
-
, ["label"])]),
|
|
2128
|
-
_: 1
|
|
2129
|
-
/* STABLE */
|
|
2130
|
-
|
|
1724
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1725
|
+
_: 1 /* STABLE */
|
|
1726
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1727
|
+
_: 1 /* STABLE */
|
|
2131
1728
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2132
1729
|
span: 8
|
|
2133
1730
|
}, {
|
|
@@ -2135,43 +1732,21 @@ const __default__ = {
|
|
|
2135
1732
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.shadowShow,
|
|
2136
1733
|
"onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.shadowShow = $event)
|
|
2137
1734
|
}, {
|
|
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
|
-
|
|
1735
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).backgroundShadow), 1 /* TEXT */)]),
|
|
1736
|
+
_: 1 /* STABLE */
|
|
1737
|
+
}, 8 /* PROPS */, ["modelValue"])])]),
|
|
1738
|
+
_: 1 /* STABLE */
|
|
2150
1739
|
})]),
|
|
2151
|
-
_: 1
|
|
2152
|
-
/* STABLE */
|
|
2153
|
-
|
|
1740
|
+
_: 1 /* STABLE */
|
|
2154
1741
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_13, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_checkbox, {
|
|
2155
1742
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.titleShow,
|
|
2156
1743
|
"onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.titleShow = $event)
|
|
2157
1744
|
}, {
|
|
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", {
|
|
1745
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).displaytitle), 1 /* TEXT */)]),
|
|
1746
|
+
_: 1 /* STABLE */
|
|
1747
|
+
}, 8 /* PROPS */, ["modelValue"])])])]),
|
|
1748
|
+
_: 1 /* STABLE */
|
|
1749
|
+
}, 8 /* PROPS */, ["model"])], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowTitle)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 添加文本-box "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2175
1750
|
class: "select-layer-box",
|
|
2176
1751
|
ref_key: "selectTextBoxRef",
|
|
2177
1752
|
ref: selectTextBoxRef
|
|
@@ -2180,12 +1755,8 @@ const __default__ = {
|
|
|
2180
1755
|
onClick: setMainStyle
|
|
2181
1756
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
2182
1757
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ArrowLeft))]),
|
|
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, {
|
|
1758
|
+
_: 1 /* STABLE */
|
|
1759
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_14, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addtext), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_15, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
2189
1760
|
model: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform),
|
|
2190
1761
|
"label-width": "70px",
|
|
2191
1762
|
"label-position": "left"
|
|
@@ -2204,31 +1775,17 @@ const __default__ = {
|
|
|
2204
1775
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
2205
1776
|
value: "Microsoft YaHei",
|
|
2206
1777
|
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, {
|
|
1778
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
2210
1779
|
value: "NSimSun",
|
|
2211
1780
|
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, {
|
|
1781
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
2215
1782
|
value: "KaiTi",
|
|
2216
1783
|
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, {
|
|
1784
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1785
|
+
_: 1 /* STABLE */
|
|
1786
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
1787
|
+
_: 1 /* STABLE */
|
|
1788
|
+
}, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2232
1789
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2233
1790
|
span: 16
|
|
2234
1791
|
}, {
|
|
@@ -2245,40 +1802,20 @@ const __default__ = {
|
|
|
2245
1802
|
key: size,
|
|
2246
1803
|
value: `${size}px`
|
|
2247
1804
|
}, {
|
|
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
|
-
|
|
1805
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(size), 1 /* TEXT */)]),
|
|
1806
|
+
_: 2 /* DYNAMIC */
|
|
1807
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["value"]);
|
|
1808
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
1809
|
+
_: 1 /* STABLE */
|
|
1810
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
1811
|
+
_: 1 /* STABLE */
|
|
1812
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1813
|
+
_: 1 /* STABLE */
|
|
2275
1814
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2276
1815
|
span: 2
|
|
2277
1816
|
}, {
|
|
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
|
-
|
|
1817
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[35] || (_cache[35] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ")])),
|
|
1818
|
+
_: 1 /* STABLE */
|
|
2282
1819
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2283
1820
|
span: 6
|
|
2284
1821
|
}, {
|
|
@@ -2289,22 +1826,12 @@ const __default__ = {
|
|
|
2289
1826
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).style.color,
|
|
2290
1827
|
"onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).style.color = $event),
|
|
2291
1828
|
"show-alpha": ""
|
|
2292
|
-
}, null, 8
|
|
2293
|
-
/*
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
/* STABLE */
|
|
2297
|
-
|
|
2298
|
-
}, 8
|
|
2299
|
-
/* PROPS */
|
|
2300
|
-
, ["label"])]),
|
|
2301
|
-
_: 1
|
|
2302
|
-
/* STABLE */
|
|
2303
|
-
|
|
1829
|
+
}, null, 8 /* PROPS */, ["modelValue"])])]),
|
|
1830
|
+
_: 1 /* STABLE */
|
|
1831
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1832
|
+
_: 1 /* STABLE */
|
|
2304
1833
|
})]),
|
|
2305
|
-
_: 1
|
|
2306
|
-
/* STABLE */
|
|
2307
|
-
|
|
1834
|
+
_: 1 /* STABLE */
|
|
2308
1835
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
2309
1836
|
class: "textarea",
|
|
2310
1837
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printtext
|
|
@@ -2316,112 +1843,62 @@ const __default__ = {
|
|
|
2316
1843
|
spellcheck: "false",
|
|
2317
1844
|
"onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).data.labelValue = $event),
|
|
2318
1845
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).style)
|
|
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, {
|
|
1846
|
+
}, null, 12 /* STYLE, PROPS */, _hoisted_16), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vModelText, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelDataform).data.labelValue]])]),
|
|
1847
|
+
_: 1 /* STABLE */
|
|
1848
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1849
|
+
_: 1 /* STABLE */
|
|
1850
|
+
}, 8 /* PROPS */, ["model"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_17, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2334
1851
|
type: "primary",
|
|
2335
1852
|
onClick: addLabel
|
|
2336
1853
|
}, {
|
|
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
|
-
|
|
1854
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printadd), 1 /* TEXT */)]),
|
|
1855
|
+
_: 1 /* STABLE */
|
|
2343
1856
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2344
1857
|
type: "plain",
|
|
2345
1858
|
onClick: clearLabel
|
|
2346
1859
|
}, {
|
|
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, {
|
|
1860
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printclear), 1 /* TEXT */)]),
|
|
1861
|
+
_: 1 /* STABLE */
|
|
1862
|
+
})])])], 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowText)]])], 2 /* CLASS */)], 2 /* CLASS */)], 4 /* STYLE */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_18, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_19, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2362
1863
|
onClick: Enlarge,
|
|
2363
1864
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).equalscalezoom,
|
|
2364
1865
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive) === 1 ? 'clickborder' : '')
|
|
2365
1866
|
}, {
|
|
2366
1867
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
2367
1868
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ZoomIn))]),
|
|
2368
|
-
_: 1
|
|
2369
|
-
/* STABLE */
|
|
2370
|
-
|
|
1869
|
+
_: 1 /* STABLE */
|
|
2371
1870
|
})]),
|
|
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, {
|
|
1871
|
+
_: 1 /* STABLE */
|
|
1872
|
+
}, 8 /* PROPS */, ["title", "class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2378
1873
|
onClick: Narrow,
|
|
2379
1874
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).scaleddown,
|
|
2380
1875
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive) === 2 ? 'clickborder' : '')
|
|
2381
1876
|
}, {
|
|
2382
1877
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
2383
1878
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.ZoomOut))]),
|
|
2384
|
-
_: 1
|
|
2385
|
-
/* STABLE */
|
|
2386
|
-
|
|
1879
|
+
_: 1 /* STABLE */
|
|
2387
1880
|
})]),
|
|
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, {
|
|
1881
|
+
_: 1 /* STABLE */
|
|
1882
|
+
}, 8 /* PROPS */, ["title", "class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2394
1883
|
onClick: MovePrint,
|
|
2395
1884
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printdrag,
|
|
2396
1885
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive) === 3 ? 'clickborder' : '')
|
|
2397
1886
|
}, {
|
|
2398
1887
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
2399
1888
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.Rank))]),
|
|
2400
|
-
_: 1
|
|
2401
|
-
/* STABLE */
|
|
2402
|
-
|
|
1889
|
+
_: 1 /* STABLE */
|
|
2403
1890
|
})]),
|
|
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, {
|
|
1891
|
+
_: 1 /* STABLE */
|
|
1892
|
+
}, 8 /* PROPS */, ["title", "class"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2410
1893
|
onClick: RefreshStatus,
|
|
2411
1894
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).restore
|
|
2412
1895
|
}, {
|
|
2413
1896
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, null, {
|
|
2414
1897
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.Refresh))]),
|
|
2415
|
-
_: 1
|
|
2416
|
-
/* STABLE */
|
|
2417
|
-
|
|
1898
|
+
_: 1 /* STABLE */
|
|
2418
1899
|
})]),
|
|
2419
|
-
_: 1
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
}, 8
|
|
2423
|
-
/* PROPS */
|
|
2424
|
-
, ["title"])])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1900
|
+
_: 1 /* STABLE */
|
|
1901
|
+
}, 8 /* PROPS */, ["title"])])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2425
1902
|
ref_key: "printDiv",
|
|
2426
1903
|
ref: printDiv,
|
|
2427
1904
|
class: "kq3d-client-print-printDiv"
|
|
@@ -2441,19 +1918,13 @@ const __default__ = {
|
|
|
2441
1918
|
class: "kq3d-client-print-titleDivStyle"
|
|
2442
1919
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2443
1920
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).style)
|
|
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", {
|
|
1921
|
+
}, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.title), 5 /* TEXT, STYLE */)], 4 /* STYLE */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setTitleDataform).data.titleShow]])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2449
1922
|
class: "kq3d-client-print-printContentDiv kq3d-client-print-printborder1",
|
|
2450
1923
|
ref_key: "printContentDiv",
|
|
2451
1924
|
ref: printContentDiv
|
|
2452
1925
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_21, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
2453
1926
|
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(scenceImageUrl)
|
|
2454
|
-
}, null, 8
|
|
2455
|
-
/* PROPS */
|
|
2456
|
-
, _hoisted_22)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_scene_view, {
|
|
1927
|
+
}, null, 8 /* PROPS */, _hoisted_22)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_scene_view, {
|
|
2457
1928
|
target: 'scencePrint',
|
|
2458
1929
|
options: __props.options,
|
|
2459
1930
|
service: __props.service,
|
|
@@ -2478,18 +1949,12 @@ const __default__ = {
|
|
|
2478
1949
|
mapTarget: "scencePrint",
|
|
2479
1950
|
ref_key: "lengend_ref",
|
|
2480
1951
|
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", {
|
|
1952
|
+
}, null, 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 32 /* NEED_HYDRATION */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("指北针"), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2486
1953
|
class: "kq3d-client-print-compassDiv",
|
|
2487
1954
|
onMouseover: setdragCursor,
|
|
2488
1955
|
onMousedown: dragTl,
|
|
2489
1956
|
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 => {
|
|
1957
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq3d_compass)], 544 /* NEED_HYDRATION, NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(compassShow)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 文本标注 "), ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelData).value, item => {
|
|
2493
1958
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)(((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", {
|
|
2494
1959
|
id: item.data.dataId,
|
|
2495
1960
|
key: item.data.dataId,
|
|
@@ -2498,9 +1963,7 @@ const __default__ = {
|
|
|
2498
1963
|
onMousedown: dragTl
|
|
2499
1964
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2500
1965
|
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", {
|
|
1966
|
+
}, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(item.data.labelValue), 5 /* TEXT, STYLE */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
2504
1967
|
class: "closeIconDiv",
|
|
2505
1968
|
onClick: $event => delLabel(item.data.dataId),
|
|
2506
1969
|
style: {
|
|
@@ -2518,44 +1981,15 @@ const __default__ = {
|
|
|
2518
1981
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printclose
|
|
2519
1982
|
}, {
|
|
2520
1983
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.Close))]),
|
|
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
|
-
);
|
|
1984
|
+
_: 1 /* STABLE */
|
|
1985
|
+
}, 8 /* PROPS */, ["title"])], 8 /* PROPS */, _hoisted_24)], 40 /* PROPS, NEED_HYDRATION */, _hoisted_23)), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, item.data.isShow]]);
|
|
1986
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
1987
|
+
_: 1 /* STABLE */
|
|
1988
|
+
}, 8 /* PROPS */, ["options", "service", "scenceInfo", "showToolButtons", "defaultShowLayerNames", "toolButtonsPosition", "showLogo"])], 512 /* NEED_PATCH */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_25, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_26, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printcompany) + ":" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(companyName)), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_27, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printdate) + ":" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(systemTime)), 1 /* TEXT */)])])], 512 /* NEED_PATCH */)]),
|
|
1989
|
+
_: 1 /* STABLE */
|
|
1990
|
+
})], 512 /* NEED_PATCH */)], 512 /* NEED_PATCH */);
|
|
2556
1991
|
};
|
|
2557
1992
|
}
|
|
2558
|
-
|
|
2559
1993
|
}));
|
|
2560
1994
|
;// CONCATENATED MODULE: ./src/webgl/clientPrint/ClientPrint.vue?vue&type=script&setup=true&lang=js
|
|
2561
1995
|
|
|
@@ -2567,10 +2001,13 @@ const __exports__ = ClientPrintvue_type_script_setup_true_lang_js;
|
|
|
2567
2001
|
|
|
2568
2002
|
/* harmony default export */ var ClientPrint = (__exports__);
|
|
2569
2003
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
2570
|
-
var init_js_ = __webpack_require__(
|
|
2004
|
+
var init_js_ = __webpack_require__(455);
|
|
2571
2005
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
2572
2006
|
;// CONCATENATED MODULE: ./src/webgl/clientPrint/index.js
|
|
2573
|
-
|
|
2007
|
+
/*
|
|
2008
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
2009
|
+
* All rights reserved.
|
|
2010
|
+
*/
|
|
2574
2011
|
|
|
2575
2012
|
|
|
2576
2013
|
ClientPrint.install = (Vue, opts) => {
|
|
@@ -2578,7 +2015,6 @@ ClientPrint.install = (Vue, opts) => {
|
|
|
2578
2015
|
Vue.component(ClientPrint.name, ClientPrint);
|
|
2579
2016
|
};
|
|
2580
2017
|
|
|
2581
|
-
|
|
2582
2018
|
}();
|
|
2583
2019
|
/******/ return __webpack_exports__;
|
|
2584
2020
|
/******/ })()
|