@kq_npm/client3d_webgl_vue 4.5.3-beta → 4.5.5-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adddata/index.js +337 -524
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +163 -229
- package/baseterraingallery/index.js +122 -145
- package/boxclip/index.js +291 -472
- package/clientPrint/index.js +368 -906
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +224 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +185 -255
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +298 -402
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +248 -385
- package/geologicalbodyanalysis/index.js +206 -288
- package/gpuspatialquery/index.js +243 -392
- package/hawkeye/index.js +139 -103
- package/headertemp/index.js +23 -33
- package/heatmap3d/index.js +427 -734
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +8170 -17000
- package/isolineanalysis/index.js +557 -1233
- package/light/index.js +351 -488
- package/limitheightanalysis/index.js +249 -312
- package/measure/index.js +341 -495
- package/modelFlat/index.js +261 -259
- package/modelexcavate/index.js +214 -266
- package/modelfilter/index.js +216 -299
- package/modelprofileanalysis/index.js +354 -465
- package/modelselect/index.js +183 -175
- package/package.json +1 -1
- package/particleeffect/index.js +257 -430
- package/planeclip/index.js +240 -330
- package/resetview/index.js +89 -69
- package/roller/index.js +305 -363
- package/scaneffect/index.js +274 -572
- package/sceneadvancedtoimage/index.js +1057 -0
- package/sceneadvancedtoimage/style/index.js +3 -0
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
- package/sceneapp/index.js +818 -2179
- package/sceneset/index.js +391 -885
- package/scenetohdimage/index.js +212 -346
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +9208 -17907
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +273 -312
- package/shadowanalysis/index.js +259 -437
- package/sightlineanalysis/index.js +229 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +204 -341
- package/slopeanalysis/index.js +274 -435
- package/slopeaspectanalysis/index.js +307 -524
- package/statusbar/index.js +113 -84
- package/style.css +1 -1
- package/terrainoperation/index.js +222 -271
- package/terrainprofileanalysis/index.js +166 -173
- package/underground/index.js +96 -82
- package/videofusion/index.js +305 -519
- package/videoproject/index.js +311 -521
- package/viewshedanalysis/index.js +176 -275
- package/weathereffect/index.js +197 -343
- package/wireframesketch/index.js +133 -141
package/scaneffect/index.js
CHANGED
|
@@ -7,107 +7,148 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/const-image"), require("@kq_npm/client_common_vue/_utils/util")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/init.js"], root["@kq_npm/client_common_vue/_utils/const-image"], root["@kq_npm/client_common_vue/_utils/util"]);
|
|
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__64__, __WEBPACK_EXTERNAL_MODULE__455__, __WEBPACK_EXTERNAL_MODULE__4822__, __WEBPACK_EXTERNAL_MODULE__2975__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
15
|
+
/***/ 3275:
|
|
16
16
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17
17
|
|
|
18
|
-
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
18
|
+
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6363);
|
|
19
19
|
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
20
|
-
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
20
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(455);
|
|
21
21
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
22
|
-
|
|
22
|
+
/*
|
|
23
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
+
* All rights reserved.
|
|
25
|
+
*/
|
|
23
26
|
|
|
24
27
|
|
|
25
28
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
26
29
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
27
30
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
28
31
|
};
|
|
29
|
-
|
|
30
|
-
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
32
|
+
/* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
31
33
|
|
|
32
34
|
/***/ }),
|
|
33
35
|
|
|
34
|
-
/***/
|
|
36
|
+
/***/ 5698:
|
|
35
37
|
/***/ (function(module) {
|
|
36
38
|
|
|
37
39
|
module.exports = require("@kq_npm/client_icons_vue");
|
|
38
40
|
|
|
39
41
|
/***/ }),
|
|
40
42
|
|
|
41
|
-
/***/
|
|
43
|
+
/***/ 2652:
|
|
44
|
+
/***/ (function(module) {
|
|
45
|
+
|
|
46
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
47
|
+
|
|
48
|
+
/***/ }),
|
|
49
|
+
|
|
50
|
+
/***/ 6363:
|
|
42
51
|
/***/ (function(module) {
|
|
43
52
|
|
|
44
53
|
module.exports = require("element-plus/dist/index.full.js");
|
|
45
54
|
|
|
46
55
|
/***/ }),
|
|
47
56
|
|
|
48
|
-
/***/
|
|
57
|
+
/***/ 3579:
|
|
49
58
|
/***/ (function(module) {
|
|
50
59
|
|
|
51
60
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
52
61
|
|
|
53
62
|
/***/ }),
|
|
54
63
|
|
|
55
|
-
/***/
|
|
64
|
+
/***/ 4822:
|
|
56
65
|
/***/ (function(module) {
|
|
57
66
|
|
|
58
|
-
module.exports =
|
|
67
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__4822__;
|
|
59
68
|
|
|
60
69
|
/***/ }),
|
|
61
70
|
|
|
62
|
-
/***/
|
|
71
|
+
/***/ 64:
|
|
63
72
|
/***/ (function(module) {
|
|
64
73
|
|
|
65
|
-
module.exports =
|
|
74
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
|
|
66
75
|
|
|
67
76
|
/***/ }),
|
|
68
77
|
|
|
69
|
-
/***/
|
|
78
|
+
/***/ 2975:
|
|
70
79
|
/***/ (function(module) {
|
|
71
80
|
|
|
72
|
-
module.exports =
|
|
81
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
|
|
73
82
|
|
|
74
83
|
/***/ }),
|
|
75
84
|
|
|
76
|
-
/***/
|
|
85
|
+
/***/ 455:
|
|
77
86
|
/***/ (function(module) {
|
|
78
87
|
|
|
79
|
-
module.exports =
|
|
88
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
|
|
80
89
|
|
|
81
90
|
/***/ }),
|
|
82
91
|
|
|
83
|
-
/***/
|
|
92
|
+
/***/ 154:
|
|
84
93
|
/***/ (function(module) {
|
|
85
94
|
|
|
86
|
-
module.exports =
|
|
95
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
|
|
87
96
|
|
|
88
97
|
/***/ }),
|
|
89
98
|
|
|
90
|
-
/***/
|
|
99
|
+
/***/ 6913:
|
|
91
100
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
92
101
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
function
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
102
|
+
|
|
103
|
+
// EXPORTS
|
|
104
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
105
|
+
A: function() { return /* binding */ _defineProperty; }
|
|
106
|
+
});
|
|
107
|
+
|
|
108
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
109
|
+
function _typeof(o) {
|
|
110
|
+
"@babel/helpers - typeof";
|
|
111
|
+
|
|
112
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
113
|
+
return typeof o;
|
|
114
|
+
} : function (o) {
|
|
115
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
116
|
+
}, _typeof(o);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
120
|
+
|
|
121
|
+
function toPrimitive(t, r) {
|
|
122
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
123
|
+
var e = t[Symbol.toPrimitive];
|
|
124
|
+
if (void 0 !== e) {
|
|
125
|
+
var i = e.call(t, r || "default");
|
|
126
|
+
if ("object" != _typeof(i)) return i;
|
|
127
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
106
128
|
}
|
|
129
|
+
return ("string" === r ? String : Number)(t);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
133
|
+
|
|
107
134
|
|
|
108
|
-
|
|
135
|
+
function toPropertyKey(t) {
|
|
136
|
+
var i = toPrimitive(t, "string");
|
|
137
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
109
138
|
}
|
|
110
139
|
|
|
140
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
141
|
+
|
|
142
|
+
function _defineProperty(e, r, t) {
|
|
143
|
+
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
144
|
+
value: t,
|
|
145
|
+
enumerable: !0,
|
|
146
|
+
configurable: !0,
|
|
147
|
+
writable: !0
|
|
148
|
+
}) : e[r] = t, e;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
|
|
111
152
|
/***/ })
|
|
112
153
|
|
|
113
154
|
/******/ });
|
|
@@ -179,38 +220,41 @@ function _defineProperty(obj, key, value) {
|
|
|
179
220
|
/******/
|
|
180
221
|
/************************************************************************/
|
|
181
222
|
var __webpack_exports__ = {};
|
|
182
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
183
|
-
!function() {
|
|
184
223
|
// ESM COMPAT FLAG
|
|
185
224
|
__webpack_require__.r(__webpack_exports__);
|
|
186
225
|
|
|
187
226
|
// EXPORTS
|
|
188
227
|
__webpack_require__.d(__webpack_exports__, {
|
|
189
|
-
|
|
228
|
+
ScanEffectViewModel: function() { return /* reexport */ ScanEffectViewModel; },
|
|
190
229
|
"default": function() { return /* reexport */ ScanEffect; }
|
|
191
230
|
});
|
|
192
231
|
|
|
193
232
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
194
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
233
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
195
234
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
196
|
-
var gis_utils_ = __webpack_require__(
|
|
197
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
198
|
-
var defineProperty = __webpack_require__(
|
|
235
|
+
var gis_utils_ = __webpack_require__(64);
|
|
236
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
237
|
+
var defineProperty = __webpack_require__(6913);
|
|
238
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
239
|
+
var es_array_push_js_ = __webpack_require__(2652);
|
|
199
240
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
200
|
-
var message = __webpack_require__(
|
|
241
|
+
var message = __webpack_require__(3275);
|
|
201
242
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
202
|
-
var const_image_ = __webpack_require__(
|
|
243
|
+
var const_image_ = __webpack_require__(4822);
|
|
203
244
|
;// CONCATENATED MODULE: ./src/webgl/scaneffect/ScanEffectViewModel.js
|
|
204
245
|
|
|
205
246
|
|
|
247
|
+
/*
|
|
248
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
249
|
+
* All rights reserved.
|
|
250
|
+
*/
|
|
251
|
+
|
|
206
252
|
|
|
207
253
|
class ScanEffectViewModel {
|
|
208
|
-
//参数
|
|
209
|
-
// 绘制对象
|
|
210
254
|
constructor(scenceView, option) {
|
|
211
|
-
(0,defineProperty/* default */.
|
|
212
|
-
|
|
213
|
-
(0,defineProperty/* default */.
|
|
255
|
+
(0,defineProperty/* default */.A)(this, "_viewer", null);
|
|
256
|
+
//参数
|
|
257
|
+
(0,defineProperty/* default */.A)(this, "_options", {
|
|
214
258
|
scanMode: 1,
|
|
215
259
|
// 分析类型
|
|
216
260
|
viewer: null,
|
|
@@ -238,15 +282,11 @@ class ScanEffectViewModel {
|
|
|
238
282
|
lineScans: [],
|
|
239
283
|
ringScans: []
|
|
240
284
|
});
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
(0,defineProperty/* default */.
|
|
245
|
-
|
|
246
|
-
(0,defineProperty/* default */.Z)(this, "_lineScan", null);
|
|
247
|
-
|
|
248
|
-
(0,defineProperty/* default */.Z)(this, "_ringScan", null);
|
|
249
|
-
|
|
285
|
+
(0,defineProperty/* default */.A)(this, "_drawManager", null);
|
|
286
|
+
// 绘制对象
|
|
287
|
+
(0,defineProperty/* default */.A)(this, "_removeEventListener", null);
|
|
288
|
+
(0,defineProperty/* default */.A)(this, "_lineScan", null);
|
|
289
|
+
(0,defineProperty/* default */.A)(this, "_ringScan", null);
|
|
250
290
|
this._viewer = scenceView._viewer;
|
|
251
291
|
this._options.viewer = this._viewer;
|
|
252
292
|
this._options = Object.assign(this._options, {
|
|
@@ -274,12 +314,10 @@ class ScanEffectViewModel {
|
|
|
274
314
|
// shape._controlPoints;
|
|
275
315
|
this._options.origin = shape.position;
|
|
276
316
|
that.addScaningLine(shape.position);
|
|
277
|
-
|
|
278
317
|
that._drawManager.clear();
|
|
279
318
|
}
|
|
280
319
|
});
|
|
281
320
|
}
|
|
282
|
-
|
|
283
321
|
addScaningLine(cartesian) {
|
|
284
322
|
if (this._options.scanMode == 0) {
|
|
285
323
|
var params = {
|
|
@@ -296,17 +334,12 @@ class ScanEffectViewModel {
|
|
|
296
334
|
times: this._options.times
|
|
297
335
|
};
|
|
298
336
|
this._lineScan = new window.Cesium.Kq3dLineScanEffect(params);
|
|
299
|
-
|
|
300
337
|
if (this._options.lineScans.length >= 10) {
|
|
301
338
|
//添加扫描线不能超过10条
|
|
302
339
|
this._viewer.effects.remove(this._options.lineScans[0]);
|
|
303
|
-
|
|
304
340
|
this._options.lineScans.splice(0, 1);
|
|
305
341
|
}
|
|
306
|
-
|
|
307
342
|
this._viewer.effects.add(this._lineScan); // 添加条形扫描线
|
|
308
|
-
|
|
309
|
-
|
|
310
343
|
this._options.lineScans.push(this._lineScan);
|
|
311
344
|
} else if (this._options.scanMode == 1) {
|
|
312
345
|
var cPosition = window.Cesium.Cartographic.fromCartesian(cartesian);
|
|
@@ -314,12 +347,10 @@ class ScanEffectViewModel {
|
|
|
314
347
|
var position2 = window.Cesium.Math.toDegrees(cPosition.latitude);
|
|
315
348
|
var position3 = window.Cesium.Math.toDegrees(cPosition.height);
|
|
316
349
|
this._ringScan = this.addRingScanLine([position1, position2, position3]);
|
|
317
|
-
|
|
318
350
|
this._options.ringScans.push(this._ringScan);
|
|
319
351
|
}
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
|
|
352
|
+
}
|
|
353
|
+
//添加环型扫描线
|
|
323
354
|
addRingScanLine(position) {
|
|
324
355
|
var options = {
|
|
325
356
|
viewer: this._viewer,
|
|
@@ -330,13 +361,11 @@ class ScanEffectViewModel {
|
|
|
330
361
|
color: this._options.ringColor,
|
|
331
362
|
position: position || this._options.position
|
|
332
363
|
};
|
|
333
|
-
|
|
334
364
|
if (this._options.ringScanType == 2) {
|
|
335
365
|
return new RadarScanLine(options);
|
|
336
366
|
} else {
|
|
337
367
|
return new CircleZoomScanLine(options);
|
|
338
368
|
}
|
|
339
|
-
|
|
340
369
|
function RadarScanLine(options) {
|
|
341
370
|
options = options || {};
|
|
342
371
|
this.position = options.position;
|
|
@@ -387,11 +416,9 @@ class ScanEffectViewModel {
|
|
|
387
416
|
if (that.moveMode == 0) {
|
|
388
417
|
ratio = 1;
|
|
389
418
|
}
|
|
390
|
-
|
|
391
419
|
if (!window.Cesium.defined(scanline.ellipse._stRotation2)) {
|
|
392
420
|
scanline.ellipse._stRotation2 = 0;
|
|
393
421
|
}
|
|
394
|
-
|
|
395
422
|
if (scanline.ellipse._stRotation2 < 0) {
|
|
396
423
|
if (that.moveMode == 1) {
|
|
397
424
|
ratio = 1;
|
|
@@ -399,7 +426,6 @@ class ScanEffectViewModel {
|
|
|
399
426
|
scanline.ellipse._stRotation2 = 0;
|
|
400
427
|
}
|
|
401
428
|
}
|
|
402
|
-
|
|
403
429
|
if (scanline.ellipse._stRotation2 > 2 * Math.PI) {
|
|
404
430
|
if (that.moveMode == 1) {
|
|
405
431
|
ratio = -1;
|
|
@@ -407,7 +433,6 @@ class ScanEffectViewModel {
|
|
|
407
433
|
scanline.ellipse._stRotation2 = scanline.ellipse._stRotation2 - 2 * Math.PI;
|
|
408
434
|
}
|
|
409
435
|
}
|
|
410
|
-
|
|
411
436
|
scanline.ellipse._stRotation2 += ratio * 0.04;
|
|
412
437
|
return scanline.ellipse._stRotation2;
|
|
413
438
|
}, false),
|
|
@@ -415,13 +440,12 @@ class ScanEffectViewModel {
|
|
|
415
440
|
outline: false
|
|
416
441
|
}
|
|
417
442
|
});
|
|
418
|
-
this.viewer.dataSources.add(this.customDataSource);
|
|
419
|
-
|
|
443
|
+
this.viewer.dataSources.add(this.customDataSource);
|
|
444
|
+
//销毁雷达
|
|
420
445
|
RadarScanLine.prototype.destroy = function () {
|
|
421
446
|
this.viewer.dataSources.remove(this.customDataSource, true);
|
|
422
447
|
};
|
|
423
448
|
}
|
|
424
|
-
|
|
425
449
|
function CircleZoomScanLine(options) {
|
|
426
450
|
options = options || {};
|
|
427
451
|
this.position = options.position;
|
|
@@ -446,9 +470,8 @@ class ScanEffectViewModel {
|
|
|
446
470
|
semiMinorAxis: new window.Cesium.CallbackProperty(function () {
|
|
447
471
|
if (!window.Cesium.defined(circleFirst3.ellipse._semiMinorAxis2)) {
|
|
448
472
|
circleFirst3.ellipse._semiMinorAxis2 = 0;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
|
|
473
|
+
}
|
|
474
|
+
// 往返
|
|
452
475
|
if (that.moveMode) {
|
|
453
476
|
if (circleFirst3.ellipse._semiMinorAxis2 > that.radius) {
|
|
454
477
|
multiS = -1;
|
|
@@ -465,7 +488,6 @@ class ScanEffectViewModel {
|
|
|
465
488
|
multiS = 1;
|
|
466
489
|
}
|
|
467
490
|
}
|
|
468
|
-
|
|
469
491
|
circleFirst3.ellipse._semiMinorAxis2 += multiS * 15;
|
|
470
492
|
return circleFirst3.ellipse._semiMinorAxis2;
|
|
471
493
|
}, false),
|
|
@@ -473,7 +495,6 @@ class ScanEffectViewModel {
|
|
|
473
495
|
if (!window.Cesium.defined(circleFirst3.ellipse._semiMajorAxis2)) {
|
|
474
496
|
circleFirst3.ellipse._semiMajorAxis2 = 0;
|
|
475
497
|
}
|
|
476
|
-
|
|
477
498
|
if (that.moveMode) {
|
|
478
499
|
//往返
|
|
479
500
|
if (circleFirst3.ellipse._semiMajorAxis2 > that.radius) {
|
|
@@ -491,7 +512,6 @@ class ScanEffectViewModel {
|
|
|
491
512
|
multiS = 1;
|
|
492
513
|
}
|
|
493
514
|
}
|
|
494
|
-
|
|
495
515
|
circleFirst3.ellipse._semiMajorAxis2 += multiS * 15;
|
|
496
516
|
return circleFirst3.ellipse._semiMajorAxis2;
|
|
497
517
|
}, false),
|
|
@@ -518,148 +538,119 @@ class ScanEffectViewModel {
|
|
|
518
538
|
outline: false
|
|
519
539
|
}
|
|
520
540
|
});
|
|
521
|
-
this.viewer.dataSources.add(this.customDataSource);
|
|
522
|
-
|
|
541
|
+
this.viewer.dataSources.add(this.customDataSource);
|
|
542
|
+
//销毁圆形缩放扫描
|
|
523
543
|
CircleZoomScanLine.prototype.destroy = function () {
|
|
524
544
|
this.viewer.dataSources.remove(this.customDataSource, true);
|
|
525
545
|
};
|
|
526
546
|
}
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
|
|
547
|
+
}
|
|
548
|
+
// 参数切换
|
|
530
549
|
paramsChanged(key, val) {
|
|
531
550
|
switch (key) {
|
|
532
551
|
case "linearScanning":
|
|
533
|
-
this._options.scanMode = val;
|
|
552
|
+
this._options.scanMode = val;
|
|
553
|
+
// this.removeScan();
|
|
534
554
|
// if (this._options.origin) {
|
|
535
555
|
// this.addScaningLine(this._options.origin);
|
|
536
556
|
// }
|
|
537
|
-
|
|
538
557
|
break;
|
|
539
|
-
|
|
540
558
|
case "ringScan":
|
|
541
|
-
this._options.scanMode = val;
|
|
559
|
+
this._options.scanMode = val;
|
|
560
|
+
// this.removeScan();
|
|
542
561
|
// if (this._options.origin) {
|
|
543
562
|
// this.addScaningLine(this._options.origin);
|
|
544
563
|
// }
|
|
545
|
-
|
|
546
564
|
break;
|
|
547
|
-
|
|
548
565
|
case "Radius":
|
|
549
566
|
this._options.radius = val;
|
|
550
567
|
if (this._ringScan) this._ringScan.radius = this._options.radius;
|
|
551
568
|
break;
|
|
552
|
-
|
|
553
569
|
case "whetherToAndFrom":
|
|
554
570
|
this._options.whetherToAndFrom = Number(val);
|
|
555
571
|
if (this._ringScan) this._ringScan.moveMode = this._options.whetherToAndFrom;
|
|
556
572
|
break;
|
|
557
|
-
|
|
558
573
|
case "textureStyle":
|
|
559
574
|
this._options.blendEnable = val == 0 ? false : true;
|
|
560
575
|
if (this._ringScan) this._ringScan.fillStyle = Number(val);
|
|
561
576
|
break;
|
|
562
|
-
|
|
563
577
|
case "fillStyle":
|
|
564
578
|
this._options.ringScanType = val;
|
|
565
579
|
this._options.image = this.getImageUrl(val);
|
|
566
|
-
|
|
567
580
|
if (this._ringScan) {
|
|
568
581
|
this._ringScan.destroy();
|
|
569
|
-
|
|
570
582
|
this._ringScan = this.addRingScanLine(this._ringScan.position);
|
|
571
|
-
|
|
572
583
|
this._options.ringScans.push(this._ringScan);
|
|
573
584
|
}
|
|
574
|
-
|
|
575
585
|
break;
|
|
576
|
-
|
|
577
586
|
case "fillColor":
|
|
578
587
|
this._options.ringColor = window.Cesium.Color.fromCssColorString(val);
|
|
579
588
|
if (this._ringScan) this._ringScan.color = this._options.ringColor;
|
|
580
589
|
break;
|
|
581
|
-
|
|
582
590
|
case "lineSpeed":
|
|
583
591
|
this._options.speed = Number(val);
|
|
584
592
|
if (this._lineScan) this._lineScan.speed = this._options.speed;
|
|
585
593
|
break;
|
|
586
|
-
|
|
587
594
|
case "lineWidth":
|
|
588
595
|
this._options.lineWidth = Number(val);
|
|
589
596
|
if (this._lineScan) this._lineScan.lineWidth = this._options.lineWidth;
|
|
590
597
|
break;
|
|
591
|
-
|
|
592
598
|
case "scanningAngle":
|
|
593
599
|
var radiusAngle = Number(val / 180 * Math.PI);
|
|
594
600
|
this._options.direction = radiusAngle;
|
|
595
601
|
if (this._lineScan) this._lineScan.direction = radiusAngle;
|
|
596
602
|
break;
|
|
597
|
-
|
|
598
603
|
case "luminosity":
|
|
599
604
|
this._options.glowWidth = Number(val);
|
|
600
605
|
if (this._lineScan) this._lineScan.glowWidth = this._options.glowWidth;
|
|
601
606
|
break;
|
|
602
|
-
|
|
603
607
|
case "lineColor":
|
|
604
608
|
this._options.lineColor = window.Cesium.Color.fromCssColorString(val);
|
|
605
609
|
if (this._lineScan) this._lineScan.color = this._options.lineColor;
|
|
606
610
|
break;
|
|
607
|
-
|
|
608
611
|
case "lengthStyle":
|
|
609
612
|
this._options.length = Number(val);
|
|
610
613
|
if (this._lineScan) this._lineScan.distance = this._options.length;
|
|
611
614
|
break;
|
|
612
|
-
|
|
613
615
|
case "cycleStyle":
|
|
614
616
|
this._options.period = Number(val);
|
|
615
617
|
if (this._lineScan) this._lineScan.period = this._options.period;
|
|
616
618
|
break;
|
|
617
|
-
|
|
618
619
|
case "lineToAndFrom":
|
|
619
620
|
this._options.ringMoveMode = Number(val);
|
|
620
621
|
if (this._lineScan) this._lineScan.moveMode = this._options.ringMoveMode;
|
|
621
622
|
break;
|
|
622
|
-
|
|
623
623
|
default:
|
|
624
624
|
break;
|
|
625
625
|
}
|
|
626
626
|
}
|
|
627
|
-
|
|
628
627
|
getImageUrl(val) {
|
|
629
628
|
var imageUrl = "";
|
|
630
|
-
|
|
631
629
|
switch (val) {
|
|
632
630
|
case 0:
|
|
633
631
|
imageUrl = const_image_.ROUNDNESS_IMG;
|
|
634
632
|
break;
|
|
635
|
-
|
|
636
633
|
case 1:
|
|
637
634
|
imageUrl = const_image_.CIRCLE_IMG2;
|
|
638
635
|
break;
|
|
639
|
-
|
|
640
636
|
case 2:
|
|
641
637
|
imageUrl = const_image_.CIRCLE_IMG;
|
|
642
638
|
break;
|
|
643
|
-
|
|
644
639
|
default:
|
|
645
640
|
break;
|
|
646
641
|
}
|
|
647
|
-
|
|
648
642
|
return imageUrl;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
|
|
643
|
+
}
|
|
644
|
+
//开始分析
|
|
652
645
|
start() {
|
|
653
646
|
// 判断是否添加了模型
|
|
654
647
|
var flag = false;
|
|
655
648
|
var models = this._viewer.scene.primitives._primitives;
|
|
656
|
-
|
|
657
649
|
for (let i = 0; i < models.length; i++) {
|
|
658
650
|
if (models[i]._url) {
|
|
659
651
|
flag = true;
|
|
660
652
|
}
|
|
661
653
|
}
|
|
662
|
-
|
|
663
654
|
if (flag) {
|
|
664
655
|
if (this._drawManager) {
|
|
665
656
|
this._drawManager.startDraw("point", {
|
|
@@ -668,52 +659,45 @@ class ScanEffectViewModel {
|
|
|
668
659
|
});
|
|
669
660
|
}
|
|
670
661
|
} else {
|
|
671
|
-
(0,message/* default */.
|
|
672
|
-
message: "
|
|
662
|
+
(0,message/* default */.A)({
|
|
663
|
+
message: this._language["addModelExtractionTips"],
|
|
673
664
|
type: "warning"
|
|
674
665
|
});
|
|
675
666
|
}
|
|
676
667
|
}
|
|
677
|
-
|
|
678
668
|
removeScan() {
|
|
679
669
|
if (this._ringScan) this._ringScan.destroy();
|
|
680
|
-
if (this._lineScan) this._viewer.effects.remove(this._lineScan);
|
|
681
|
-
|
|
670
|
+
if (this._lineScan) this._viewer.effects.remove(this._lineScan);
|
|
671
|
+
//清除所有
|
|
682
672
|
for (var i = 0; i < this._options.lineScans.length; i++) {
|
|
683
673
|
this._viewer.effects.remove(this._options.lineScans[i]);
|
|
684
674
|
}
|
|
685
|
-
|
|
686
675
|
for (var j = 0; j < this._options.ringScans.length; j++) {
|
|
687
676
|
this._options.ringScans[j].destroy();
|
|
688
677
|
}
|
|
689
|
-
|
|
690
678
|
this._lineScan = undefined;
|
|
691
679
|
this._ringScan = undefined;
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
|
|
680
|
+
}
|
|
681
|
+
//清除全部结果
|
|
695
682
|
clear() {
|
|
696
683
|
this.removeScan();
|
|
697
684
|
this._options.origin = null;
|
|
698
|
-
|
|
699
685
|
this._drawManager.stopDraw();
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
|
|
686
|
+
}
|
|
687
|
+
// 销毁
|
|
703
688
|
destroy() {
|
|
704
|
-
this.clear();
|
|
705
|
-
|
|
689
|
+
this.clear();
|
|
690
|
+
//移除监听事件
|
|
706
691
|
this._removeEventListener && this._removeEventListener();
|
|
707
692
|
this._removeEventListener = null;
|
|
708
693
|
}
|
|
709
|
-
|
|
710
694
|
}
|
|
711
695
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
712
|
-
var client_icons_vue_ = __webpack_require__(
|
|
696
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
713
697
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
714
|
-
var util_ = __webpack_require__(
|
|
698
|
+
var util_ = __webpack_require__(2975);
|
|
715
699
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
716
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
700
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
717
701
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/scaneffect/ScanEffect.vue?vue&type=script&setup=true&lang=js
|
|
718
702
|
|
|
719
703
|
const _hoisted_1 = {
|
|
@@ -731,7 +715,7 @@ const _hoisted_2 = {
|
|
|
731
715
|
const __default__ = {
|
|
732
716
|
name: "Kq3dScanEffect"
|
|
733
717
|
};
|
|
734
|
-
/* harmony default export */ var ScanEffectvue_type_script_setup_true_lang_js = (
|
|
718
|
+
/* harmony default export */ var ScanEffectvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
735
719
|
props: {
|
|
736
720
|
// 设置参数
|
|
737
721
|
settingParams: {
|
|
@@ -742,7 +726,6 @@ const __default__ = {
|
|
|
742
726
|
type: Boolean,
|
|
743
727
|
default: true
|
|
744
728
|
},
|
|
745
|
-
|
|
746
729
|
/**
|
|
747
730
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
748
731
|
*/
|
|
@@ -772,17 +755,17 @@ const __default__ = {
|
|
|
772
755
|
default: true
|
|
773
756
|
}
|
|
774
757
|
},
|
|
775
|
-
|
|
776
758
|
setup(__props, {
|
|
777
759
|
expose: __expose
|
|
778
760
|
}) {
|
|
779
|
-
const props = __props;
|
|
780
761
|
const {
|
|
781
762
|
proxy
|
|
782
763
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
783
764
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
784
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
765
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
785
766
|
|
|
767
|
+
// 获取组件传参
|
|
768
|
+
const props = __props;
|
|
786
769
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
787
770
|
scanningStyle: props.settingParams && props.settingParams.scanningStyle || 1,
|
|
788
771
|
// 地形操作类型。1:线性扫描;2:环形扫描
|
|
@@ -810,13 +793,15 @@ const __default__ = {
|
|
|
810
793
|
lengthStyle: props.settingParams && props.settingParams.lengthStyle || 100
|
|
811
794
|
});
|
|
812
795
|
let viewModel = null;
|
|
813
|
-
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
814
|
-
|
|
815
|
-
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
796
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
797
|
+
// 组件容器Ref
|
|
798
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
816
799
|
|
|
800
|
+
// 生成组件默认header
|
|
817
801
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
818
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
802
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
819
803
|
|
|
804
|
+
// 国际化
|
|
820
805
|
let {
|
|
821
806
|
locale,
|
|
822
807
|
messages
|
|
@@ -836,145 +821,110 @@ const __default__ = {
|
|
|
836
821
|
watchCreateHeaderTemp();
|
|
837
822
|
});
|
|
838
823
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
839
|
-
|
|
840
824
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
841
825
|
if (scenceView) {
|
|
842
826
|
viewModel = new ScanEffectViewModel(scenceView, formItem);
|
|
843
827
|
}
|
|
844
828
|
});
|
|
845
829
|
});
|
|
830
|
+
|
|
846
831
|
/**
|
|
847
832
|
* @description 监听header生成
|
|
848
833
|
*/
|
|
849
|
-
|
|
850
834
|
const watchCreateHeaderTemp = () => {
|
|
851
835
|
if (props.showHeaderTemp) {
|
|
852
836
|
// 生成headerTemp
|
|
853
837
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
854
838
|
}
|
|
855
|
-
};
|
|
856
|
-
|
|
857
|
-
|
|
839
|
+
};
|
|
840
|
+
// 切换参数
|
|
858
841
|
function paramsChanged(key) {
|
|
859
842
|
switch (key) {
|
|
860
843
|
case "linearScanning":
|
|
861
844
|
viewModel && viewModel.paramsChanged("linearScanning", formItem.scanningStyle);
|
|
862
845
|
break;
|
|
863
|
-
|
|
864
846
|
case "ringScan":
|
|
865
847
|
viewModel && viewModel.paramsChanged("ringScan", formItem.scanningStyle);
|
|
866
848
|
break;
|
|
867
|
-
|
|
868
849
|
case "Radius":
|
|
869
850
|
viewModel && viewModel.paramsChanged("Radius", formItem.sweepRadius);
|
|
870
851
|
break;
|
|
871
|
-
|
|
872
852
|
case "whetherToAndFrom":
|
|
873
853
|
viewModel && viewModel.paramsChanged("whetherToAndFrom", formItem.whetherToAndFrom);
|
|
874
854
|
break;
|
|
875
|
-
|
|
876
855
|
case "textureStyle":
|
|
877
856
|
viewModel && viewModel.paramsChanged("textureStyle", formItem.textureStyle);
|
|
878
857
|
break;
|
|
879
|
-
|
|
880
858
|
case "fillStyle":
|
|
881
859
|
viewModel && viewModel.paramsChanged("fillStyle", formItem.fillStyle);
|
|
882
860
|
break;
|
|
883
|
-
|
|
884
861
|
case "fillColor":
|
|
885
862
|
viewModel && viewModel.paramsChanged("fillColor", formItem.fillColor);
|
|
886
863
|
break;
|
|
887
|
-
|
|
888
864
|
case "lineSpeed":
|
|
889
865
|
viewModel && viewModel.paramsChanged("lineSpeed", formItem.lineSpeed);
|
|
890
866
|
break;
|
|
891
|
-
|
|
892
867
|
case "lineWidth":
|
|
893
868
|
viewModel && viewModel.paramsChanged("lineWidth", formItem.lineWidth);
|
|
894
869
|
break;
|
|
895
|
-
|
|
896
870
|
case "luminosity":
|
|
897
871
|
// 扫描线发光度
|
|
898
872
|
viewModel && viewModel.paramsChanged("luminosity", formItem.luminosity);
|
|
899
873
|
break;
|
|
900
|
-
|
|
901
874
|
case "lineColor":
|
|
902
875
|
viewModel && viewModel.paramsChanged("lineColor", formItem.lineColor);
|
|
903
876
|
break;
|
|
904
|
-
|
|
905
877
|
case "scanningAngle":
|
|
906
878
|
viewModel && viewModel.paramsChanged("scanningAngle", formItem.scanningAngle);
|
|
907
879
|
break;
|
|
908
|
-
|
|
909
880
|
case "lineToAndFrom":
|
|
910
881
|
viewModel && viewModel.paramsChanged("lineToAndFrom", formItem.lineToAndFrom);
|
|
911
882
|
break;
|
|
912
|
-
|
|
913
883
|
case "cycleStyle":
|
|
914
884
|
viewModel && viewModel.paramsChanged("cycleStyle", formItem.cycleStyle);
|
|
915
885
|
formItem.lengthStyle = Number(formItem.lineSpeed) * Number(formItem.cycleStyle);
|
|
916
886
|
break;
|
|
917
|
-
|
|
918
887
|
case "lengthStyle":
|
|
919
888
|
viewModel && viewModel.paramsChanged("lengthStyle", formItem.lengthStyle);
|
|
920
889
|
formItem.cycleStyle = Number(formItem.lengthStyle) / Number(formItem.lineSpeed);
|
|
921
890
|
break;
|
|
922
|
-
|
|
923
891
|
default:
|
|
924
892
|
break;
|
|
925
893
|
}
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
|
|
894
|
+
}
|
|
895
|
+
// 添加
|
|
929
896
|
function addAnalysis() {
|
|
930
897
|
viewModel && viewModel.start();
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
|
|
898
|
+
}
|
|
899
|
+
// 清除
|
|
934
900
|
function clear() {
|
|
935
901
|
viewModel && viewModel.clear();
|
|
936
|
-
}
|
|
937
|
-
|
|
902
|
+
}
|
|
938
903
|
|
|
904
|
+
// 销毁
|
|
939
905
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
940
906
|
viewModel && viewModel.destroy();
|
|
941
907
|
});
|
|
942
|
-
|
|
943
908
|
__expose({
|
|
944
909
|
clear,
|
|
945
910
|
paramsChanged,
|
|
946
911
|
addAnalysis
|
|
947
912
|
});
|
|
948
|
-
|
|
949
913
|
return (_ctx, _cache) => {
|
|
950
914
|
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
951
|
-
|
|
952
915
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
953
|
-
|
|
954
916
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
955
|
-
|
|
956
917
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
957
|
-
|
|
958
918
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
959
|
-
|
|
960
919
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
961
|
-
|
|
962
920
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
963
|
-
|
|
964
921
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
965
|
-
|
|
966
922
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
967
|
-
|
|
968
923
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
969
|
-
|
|
970
924
|
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
971
|
-
|
|
972
925
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
973
|
-
|
|
974
926
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
975
|
-
|
|
976
927
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
977
|
-
|
|
978
928
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
979
929
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-scan-effect", {
|
|
980
930
|
'kq-box-shadow': __props.showShadow
|
|
@@ -985,9 +935,7 @@ const __default__ = {
|
|
|
985
935
|
key: 0,
|
|
986
936
|
ref_key: "headerTempRef",
|
|
987
937
|
ref: headerTempRef
|
|
988
|
-
}, null, 512
|
|
989
|
-
/* NEED_PATCH */
|
|
990
|
-
)) : (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", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
938
|
+
}, null, 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_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
991
939
|
"label-width": "100px",
|
|
992
940
|
"label-position": "left"
|
|
993
941
|
}, {
|
|
@@ -1006,55 +954,29 @@ const __default__ = {
|
|
|
1006
954
|
label: 0,
|
|
1007
955
|
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('linearScanning'))
|
|
1008
956
|
}, {
|
|
1009
|
-
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).linearScanning), 1
|
|
1010
|
-
/*
|
|
1011
|
-
|
|
1012
|
-
_: 1
|
|
1013
|
-
/* STABLE */
|
|
1014
|
-
|
|
1015
|
-
}, 8
|
|
1016
|
-
/* PROPS */
|
|
1017
|
-
, ["modelValue"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
957
|
+
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).linearScanning), 1 /* TEXT */)]),
|
|
958
|
+
_: 1 /* STABLE */
|
|
959
|
+
}, 8 /* PROPS */, ["modelValue"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
1018
960
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scanningStyle,
|
|
1019
961
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scanningStyle = $event),
|
|
1020
962
|
label: 1,
|
|
1021
963
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('ringScan'))
|
|
1022
964
|
}, {
|
|
1023
|
-
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).ringScan), 1
|
|
1024
|
-
/*
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
/* STABLE */
|
|
1028
|
-
|
|
1029
|
-
}, 8
|
|
1030
|
-
/* PROPS */
|
|
1031
|
-
, ["modelValue"])]),
|
|
1032
|
-
_: 1
|
|
1033
|
-
/* STABLE */
|
|
1034
|
-
|
|
965
|
+
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).ringScan), 1 /* TEXT */)]),
|
|
966
|
+
_: 1 /* STABLE */
|
|
967
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
968
|
+
_: 1 /* STABLE */
|
|
1035
969
|
})]),
|
|
1036
|
-
_: 1
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
}, 8
|
|
1040
|
-
/* PROPS */
|
|
1041
|
-
, ["label"])]),
|
|
1042
|
-
_: 1
|
|
1043
|
-
/* STABLE */
|
|
1044
|
-
|
|
970
|
+
_: 1 /* STABLE */
|
|
971
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
972
|
+
_: 1 /* STABLE */
|
|
1045
973
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1046
974
|
class: "kq3d-scan-effect-tip"
|
|
1047
975
|
}, {
|
|
1048
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).scanTips), 1
|
|
1049
|
-
/*
|
|
1050
|
-
)]),
|
|
1051
|
-
_: 1
|
|
1052
|
-
/* STABLE */
|
|
1053
|
-
|
|
976
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).scanTips), 1 /* TEXT */)]),
|
|
977
|
+
_: 1 /* STABLE */
|
|
1054
978
|
})]),
|
|
1055
|
-
_: 1
|
|
1056
|
-
/* STABLE */
|
|
1057
|
-
|
|
979
|
+
_: 1 /* STABLE */
|
|
1058
980
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
1059
981
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue)
|
|
1060
982
|
}, {
|
|
@@ -1086,12 +1008,8 @@ const __default__ = {
|
|
|
1086
1008
|
min: 0,
|
|
1087
1009
|
max: 100,
|
|
1088
1010
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('lineSpeed'))
|
|
1089
|
-
}, null, 8
|
|
1090
|
-
/*
|
|
1091
|
-
, ["modelValue"])]),
|
|
1092
|
-
_: 1
|
|
1093
|
-
/* STABLE */
|
|
1094
|
-
|
|
1011
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1012
|
+
_: 1 /* STABLE */
|
|
1095
1013
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1096
1014
|
span: 8
|
|
1097
1015
|
}, {
|
|
@@ -1103,26 +1021,14 @@ const __default__ = {
|
|
|
1103
1021
|
step: 0.1,
|
|
1104
1022
|
"controls-position": "right",
|
|
1105
1023
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('lineSpeed'))
|
|
1106
|
-
}, null, 8
|
|
1107
|
-
/*
|
|
1108
|
-
, ["modelValue", "min", "step"])]),
|
|
1109
|
-
_: 1
|
|
1110
|
-
/* STABLE */
|
|
1111
|
-
|
|
1024
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1025
|
+
_: 1 /* STABLE */
|
|
1112
1026
|
})]),
|
|
1113
|
-
_: 1
|
|
1114
|
-
/* STABLE */
|
|
1115
|
-
|
|
1027
|
+
_: 1 /* STABLE */
|
|
1116
1028
|
})]),
|
|
1117
|
-
_: 1
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
}, 8
|
|
1121
|
-
/* PROPS */
|
|
1122
|
-
, ["label"])]),
|
|
1123
|
-
_: 1
|
|
1124
|
-
/* STABLE */
|
|
1125
|
-
|
|
1029
|
+
_: 1 /* STABLE */
|
|
1030
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1031
|
+
_: 1 /* STABLE */
|
|
1126
1032
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1127
1033
|
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, {
|
|
1128
1034
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).lineWidth
|
|
@@ -1142,12 +1048,8 @@ const __default__ = {
|
|
|
1142
1048
|
max: 100,
|
|
1143
1049
|
step: 0.1,
|
|
1144
1050
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('lineWidth'))
|
|
1145
|
-
}, null, 8
|
|
1146
|
-
/*
|
|
1147
|
-
, ["modelValue", "min", "step"])]),
|
|
1148
|
-
_: 1
|
|
1149
|
-
/* STABLE */
|
|
1150
|
-
|
|
1051
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1052
|
+
_: 1 /* STABLE */
|
|
1151
1053
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1152
1054
|
span: 8
|
|
1153
1055
|
}, {
|
|
@@ -1159,26 +1061,14 @@ const __default__ = {
|
|
|
1159
1061
|
step: 1,
|
|
1160
1062
|
"controls-position": "right",
|
|
1161
1063
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('lineWidth'))
|
|
1162
|
-
}, null, 8
|
|
1163
|
-
/*
|
|
1164
|
-
, ["modelValue"])]),
|
|
1165
|
-
_: 1
|
|
1166
|
-
/* STABLE */
|
|
1167
|
-
|
|
1064
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1065
|
+
_: 1 /* STABLE */
|
|
1168
1066
|
})]),
|
|
1169
|
-
_: 1
|
|
1170
|
-
/* STABLE */
|
|
1171
|
-
|
|
1067
|
+
_: 1 /* STABLE */
|
|
1172
1068
|
})]),
|
|
1173
|
-
_: 1
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
}, 8
|
|
1177
|
-
/* PROPS */
|
|
1178
|
-
, ["label"])]),
|
|
1179
|
-
_: 1
|
|
1180
|
-
/* STABLE */
|
|
1181
|
-
|
|
1069
|
+
_: 1 /* STABLE */
|
|
1070
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1071
|
+
_: 1 /* STABLE */
|
|
1182
1072
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1183
1073
|
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, {
|
|
1184
1074
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).luminosity
|
|
@@ -1198,12 +1088,8 @@ const __default__ = {
|
|
|
1198
1088
|
min: 0,
|
|
1199
1089
|
max: 100,
|
|
1200
1090
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('luminosity'))
|
|
1201
|
-
}, null, 8
|
|
1202
|
-
/*
|
|
1203
|
-
, ["modelValue"])]),
|
|
1204
|
-
_: 1
|
|
1205
|
-
/* STABLE */
|
|
1206
|
-
|
|
1091
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1092
|
+
_: 1 /* STABLE */
|
|
1207
1093
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1208
1094
|
span: 8
|
|
1209
1095
|
}, {
|
|
@@ -1215,26 +1101,14 @@ const __default__ = {
|
|
|
1215
1101
|
step: 1,
|
|
1216
1102
|
"controls-position": "right",
|
|
1217
1103
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('luminosity'))
|
|
1218
|
-
}, null, 8
|
|
1219
|
-
/*
|
|
1220
|
-
, ["modelValue"])]),
|
|
1221
|
-
_: 1
|
|
1222
|
-
/* STABLE */
|
|
1223
|
-
|
|
1104
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1105
|
+
_: 1 /* STABLE */
|
|
1224
1106
|
})]),
|
|
1225
|
-
_: 1
|
|
1226
|
-
/* STABLE */
|
|
1227
|
-
|
|
1107
|
+
_: 1 /* STABLE */
|
|
1228
1108
|
})]),
|
|
1229
|
-
_: 1
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
}, 8
|
|
1233
|
-
/* PROPS */
|
|
1234
|
-
, ["label"])]),
|
|
1235
|
-
_: 1
|
|
1236
|
-
/* STABLE */
|
|
1237
|
-
|
|
1109
|
+
_: 1 /* STABLE */
|
|
1110
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1111
|
+
_: 1 /* STABLE */
|
|
1238
1112
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1239
1113
|
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, {
|
|
1240
1114
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).scanColor
|
|
@@ -1243,18 +1117,10 @@ const __default__ = {
|
|
|
1243
1117
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineColor,
|
|
1244
1118
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineColor = $event),
|
|
1245
1119
|
onChange: _cache[17] || (_cache[17] = $event => paramsChanged('lineColor'))
|
|
1246
|
-
}, null, 8
|
|
1247
|
-
/*
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
/* STABLE */
|
|
1251
|
-
|
|
1252
|
-
}, 8
|
|
1253
|
-
/* PROPS */
|
|
1254
|
-
, ["label"])]),
|
|
1255
|
-
_: 1
|
|
1256
|
-
/* STABLE */
|
|
1257
|
-
|
|
1120
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1121
|
+
_: 1 /* STABLE */
|
|
1122
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1123
|
+
_: 1 /* STABLE */
|
|
1258
1124
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1259
1125
|
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, {
|
|
1260
1126
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).scanningAngle + '(°)'
|
|
@@ -1274,12 +1140,8 @@ const __default__ = {
|
|
|
1274
1140
|
min: 0,
|
|
1275
1141
|
max: 360,
|
|
1276
1142
|
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('scanningAngle'))
|
|
1277
|
-
}, null, 8
|
|
1278
|
-
/*
|
|
1279
|
-
, ["modelValue"])]),
|
|
1280
|
-
_: 1
|
|
1281
|
-
/* STABLE */
|
|
1282
|
-
|
|
1143
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1144
|
+
_: 1 /* STABLE */
|
|
1283
1145
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1284
1146
|
span: 8
|
|
1285
1147
|
}, {
|
|
@@ -1291,26 +1153,14 @@ const __default__ = {
|
|
|
1291
1153
|
step: 1,
|
|
1292
1154
|
"controls-position": "right",
|
|
1293
1155
|
onInput: _cache[21] || (_cache[21] = $event => paramsChanged('scanningAngle'))
|
|
1294
|
-
}, null, 8
|
|
1295
|
-
/*
|
|
1296
|
-
, ["modelValue"])]),
|
|
1297
|
-
_: 1
|
|
1298
|
-
/* STABLE */
|
|
1299
|
-
|
|
1156
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1157
|
+
_: 1 /* STABLE */
|
|
1300
1158
|
})]),
|
|
1301
|
-
_: 1
|
|
1302
|
-
/* STABLE */
|
|
1303
|
-
|
|
1159
|
+
_: 1 /* STABLE */
|
|
1304
1160
|
})]),
|
|
1305
|
-
_: 1
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
}, 8
|
|
1309
|
-
/* PROPS */
|
|
1310
|
-
, ["label"])]),
|
|
1311
|
-
_: 1
|
|
1312
|
-
/* STABLE */
|
|
1313
|
-
|
|
1161
|
+
_: 1 /* STABLE */
|
|
1162
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1163
|
+
_: 1 /* STABLE */
|
|
1314
1164
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1315
1165
|
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, {
|
|
1316
1166
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).whetherToAndFrom
|
|
@@ -1323,29 +1173,15 @@ const __default__ = {
|
|
|
1323
1173
|
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, {
|
|
1324
1174
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).yes,
|
|
1325
1175
|
value: 1
|
|
1326
|
-
}, null, 8
|
|
1327
|
-
/* PROPS */
|
|
1328
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1176
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1329
1177
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).no,
|
|
1330
1178
|
value: 0
|
|
1331
|
-
}, null, 8
|
|
1332
|
-
/*
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
}, 8
|
|
1338
|
-
/* PROPS */
|
|
1339
|
-
, ["modelValue"])]),
|
|
1340
|
-
_: 1
|
|
1341
|
-
/* STABLE */
|
|
1342
|
-
|
|
1343
|
-
}, 8
|
|
1344
|
-
/* PROPS */
|
|
1345
|
-
, ["label"])]),
|
|
1346
|
-
_: 1
|
|
1347
|
-
/* STABLE */
|
|
1348
|
-
|
|
1179
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1180
|
+
_: 1 /* STABLE */
|
|
1181
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1182
|
+
_: 1 /* STABLE */
|
|
1183
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1184
|
+
_: 1 /* STABLE */
|
|
1349
1185
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1350
1186
|
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, {
|
|
1351
1187
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).mode
|
|
@@ -1361,42 +1197,22 @@ const __default__ = {
|
|
|
1361
1197
|
label: 1,
|
|
1362
1198
|
onChange: _cache[25] || (_cache[25] = $event => paramsChanged('cycleStyle'))
|
|
1363
1199
|
}, {
|
|
1364
|
-
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).cycleStyle), 1
|
|
1365
|
-
/*
|
|
1366
|
-
|
|
1367
|
-
_: 1
|
|
1368
|
-
/* STABLE */
|
|
1369
|
-
|
|
1370
|
-
}, 8
|
|
1371
|
-
/* PROPS */
|
|
1372
|
-
, ["modelValue"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
1200
|
+
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).cycleStyle), 1 /* TEXT */)]),
|
|
1201
|
+
_: 1 /* STABLE */
|
|
1202
|
+
}, 8 /* PROPS */, ["modelValue"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
1373
1203
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).modeStyle,
|
|
1374
1204
|
"onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).modeStyle = $event),
|
|
1375
1205
|
label: 2,
|
|
1376
1206
|
onChange: _cache[27] || (_cache[27] = $event => paramsChanged('lengthStyle'))
|
|
1377
1207
|
}, {
|
|
1378
|
-
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).lengthStyle), 1
|
|
1379
|
-
/*
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
/* STABLE */
|
|
1383
|
-
|
|
1384
|
-
}, 8
|
|
1385
|
-
/* PROPS */
|
|
1386
|
-
, ["modelValue"])]),
|
|
1387
|
-
_: 1
|
|
1388
|
-
/* STABLE */
|
|
1389
|
-
|
|
1208
|
+
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).lengthStyle), 1 /* TEXT */)]),
|
|
1209
|
+
_: 1 /* STABLE */
|
|
1210
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1211
|
+
_: 1 /* STABLE */
|
|
1390
1212
|
})]),
|
|
1391
|
-
_: 1
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
}, 8
|
|
1395
|
-
/* PROPS */
|
|
1396
|
-
, ["label"])]),
|
|
1397
|
-
_: 1
|
|
1398
|
-
/* STABLE */
|
|
1399
|
-
|
|
1213
|
+
_: 1 /* STABLE */
|
|
1214
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1215
|
+
_: 1 /* STABLE */
|
|
1400
1216
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).modeStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
1401
1217
|
key: 0
|
|
1402
1218
|
}, {
|
|
@@ -1413,22 +1229,12 @@ const __default__ = {
|
|
|
1413
1229
|
"onUpdate:modelValue": _cache[28] || (_cache[28] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).cycleStyle = $event),
|
|
1414
1230
|
"controls-position": "right",
|
|
1415
1231
|
onInput: _cache[29] || (_cache[29] = $event => paramsChanged('cycleStyle'))
|
|
1416
|
-
}, null, 8
|
|
1417
|
-
/*
|
|
1418
|
-
, ["modelValue"])]),
|
|
1419
|
-
_: 1
|
|
1420
|
-
/* STABLE */
|
|
1421
|
-
|
|
1232
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1233
|
+
_: 1 /* STABLE */
|
|
1422
1234
|
})]),
|
|
1423
|
-
_: 1
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
}, 8
|
|
1427
|
-
/* PROPS */
|
|
1428
|
-
, ["label"])]),
|
|
1429
|
-
_: 1
|
|
1430
|
-
/* STABLE */
|
|
1431
|
-
|
|
1235
|
+
_: 1 /* STABLE */
|
|
1236
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1237
|
+
_: 1 /* STABLE */
|
|
1432
1238
|
})) : (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)(formItem).modeStyle === 2 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
1433
1239
|
key: 1
|
|
1434
1240
|
}, {
|
|
@@ -1445,26 +1251,14 @@ const __default__ = {
|
|
|
1445
1251
|
"onUpdate:modelValue": _cache[30] || (_cache[30] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lengthStyle = $event),
|
|
1446
1252
|
"controls-position": "right",
|
|
1447
1253
|
onInput: _cache[31] || (_cache[31] = $event => paramsChanged('lengthStyle'))
|
|
1448
|
-
}, null, 8
|
|
1449
|
-
/*
|
|
1450
|
-
, ["modelValue"])]),
|
|
1451
|
-
_: 1
|
|
1452
|
-
/* STABLE */
|
|
1453
|
-
|
|
1254
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1255
|
+
_: 1 /* STABLE */
|
|
1454
1256
|
})]),
|
|
1455
|
-
_: 1
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
}, 8
|
|
1459
|
-
/* PROPS */
|
|
1460
|
-
, ["label"])]),
|
|
1461
|
-
_: 1
|
|
1462
|
-
/* STABLE */
|
|
1463
|
-
|
|
1257
|
+
_: 1 /* STABLE */
|
|
1258
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1259
|
+
_: 1 /* STABLE */
|
|
1464
1260
|
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1465
|
-
_: 1
|
|
1466
|
-
/* STABLE */
|
|
1467
|
-
|
|
1261
|
+
_: 1 /* STABLE */
|
|
1468
1262
|
})) : (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)(formItem).scanningStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_form, {
|
|
1469
1263
|
key: 1,
|
|
1470
1264
|
"label-width": "100px",
|
|
@@ -1489,12 +1283,8 @@ const __default__ = {
|
|
|
1489
1283
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSweepRadius,
|
|
1490
1284
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSweepRadius,
|
|
1491
1285
|
onInput: _cache[33] || (_cache[33] = $event => paramsChanged('Radius'))
|
|
1492
|
-
}, null, 8
|
|
1493
|
-
/*
|
|
1494
|
-
, ["modelValue", "min", "max"])]),
|
|
1495
|
-
_: 1
|
|
1496
|
-
/* STABLE */
|
|
1497
|
-
|
|
1286
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1287
|
+
_: 1 /* STABLE */
|
|
1498
1288
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1499
1289
|
span: 8
|
|
1500
1290
|
}, {
|
|
@@ -1506,26 +1296,14 @@ const __default__ = {
|
|
|
1506
1296
|
step: 1,
|
|
1507
1297
|
"controls-position": "right",
|
|
1508
1298
|
onInput: _cache[35] || (_cache[35] = $event => paramsChanged('Radius'))
|
|
1509
|
-
}, null, 8
|
|
1510
|
-
/*
|
|
1511
|
-
, ["modelValue", "min", "max"])]),
|
|
1512
|
-
_: 1
|
|
1513
|
-
/* STABLE */
|
|
1514
|
-
|
|
1299
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1300
|
+
_: 1 /* STABLE */
|
|
1515
1301
|
})]),
|
|
1516
|
-
_: 1
|
|
1517
|
-
/* STABLE */
|
|
1518
|
-
|
|
1302
|
+
_: 1 /* STABLE */
|
|
1519
1303
|
})]),
|
|
1520
|
-
_: 1
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
}, 8
|
|
1524
|
-
/* PROPS */
|
|
1525
|
-
, ["label"])]),
|
|
1526
|
-
_: 1
|
|
1527
|
-
/* STABLE */
|
|
1528
|
-
|
|
1304
|
+
_: 1 /* STABLE */
|
|
1305
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1306
|
+
_: 1 /* STABLE */
|
|
1529
1307
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1530
1308
|
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, {
|
|
1531
1309
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).whetherToAndFrom
|
|
@@ -1538,29 +1316,15 @@ const __default__ = {
|
|
|
1538
1316
|
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, {
|
|
1539
1317
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).yes,
|
|
1540
1318
|
value: 1
|
|
1541
|
-
}, null, 8
|
|
1542
|
-
/* PROPS */
|
|
1543
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1319
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1544
1320
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).no,
|
|
1545
1321
|
value: 0
|
|
1546
|
-
}, null, 8
|
|
1547
|
-
/*
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
}, 8
|
|
1553
|
-
/* PROPS */
|
|
1554
|
-
, ["modelValue"])]),
|
|
1555
|
-
_: 1
|
|
1556
|
-
/* STABLE */
|
|
1557
|
-
|
|
1558
|
-
}, 8
|
|
1559
|
-
/* PROPS */
|
|
1560
|
-
, ["label"])]),
|
|
1561
|
-
_: 1
|
|
1562
|
-
/* STABLE */
|
|
1563
|
-
|
|
1322
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1323
|
+
_: 1 /* STABLE */
|
|
1324
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1325
|
+
_: 1 /* STABLE */
|
|
1326
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1327
|
+
_: 1 /* STABLE */
|
|
1564
1328
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1565
1329
|
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, {
|
|
1566
1330
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).textureStyle
|
|
@@ -1573,29 +1337,15 @@ const __default__ = {
|
|
|
1573
1337
|
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, {
|
|
1574
1338
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).imageTitle,
|
|
1575
1339
|
value: 0
|
|
1576
|
-
}, null, 8
|
|
1577
|
-
/* PROPS */
|
|
1578
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1340
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1579
1341
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).mixed,
|
|
1580
1342
|
value: 1
|
|
1581
|
-
}, null, 8
|
|
1582
|
-
/*
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
}, 8
|
|
1588
|
-
/* PROPS */
|
|
1589
|
-
, ["modelValue"])]),
|
|
1590
|
-
_: 1
|
|
1591
|
-
/* STABLE */
|
|
1592
|
-
|
|
1593
|
-
}, 8
|
|
1594
|
-
/* PROPS */
|
|
1595
|
-
, ["label"])]),
|
|
1596
|
-
_: 1
|
|
1597
|
-
/* STABLE */
|
|
1598
|
-
|
|
1343
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1344
|
+
_: 1 /* STABLE */
|
|
1345
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1346
|
+
_: 1 /* STABLE */
|
|
1347
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1348
|
+
_: 1 /* STABLE */
|
|
1599
1349
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1600
1350
|
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, {
|
|
1601
1351
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fillStyle,
|
|
@@ -1611,34 +1361,18 @@ const __default__ = {
|
|
|
1611
1361
|
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, {
|
|
1612
1362
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).roundness,
|
|
1613
1363
|
value: 0
|
|
1614
|
-
}, null, 8
|
|
1615
|
-
/* PROPS */
|
|
1616
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1364
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1617
1365
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).toroidal,
|
|
1618
1366
|
value: 1
|
|
1619
|
-
}, null, 8
|
|
1620
|
-
/* PROPS */
|
|
1621
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1367
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1622
1368
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).radarScanning,
|
|
1623
1369
|
value: 2
|
|
1624
|
-
}, null, 8
|
|
1625
|
-
/*
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
}, 8
|
|
1631
|
-
/* PROPS */
|
|
1632
|
-
, ["modelValue"])]),
|
|
1633
|
-
_: 1
|
|
1634
|
-
/* STABLE */
|
|
1635
|
-
|
|
1636
|
-
}, 8
|
|
1637
|
-
/* PROPS */
|
|
1638
|
-
, ["label"])]),
|
|
1639
|
-
_: 1
|
|
1640
|
-
/* STABLE */
|
|
1641
|
-
|
|
1370
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1371
|
+
_: 1 /* STABLE */
|
|
1372
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
1373
|
+
_: 1 /* STABLE */
|
|
1374
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1375
|
+
_: 1 /* STABLE */
|
|
1642
1376
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).textureStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
1643
1377
|
key: 0
|
|
1644
1378
|
}, {
|
|
@@ -1653,65 +1387,32 @@ const __default__ = {
|
|
|
1653
1387
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor,
|
|
1654
1388
|
"onUpdate:modelValue": _cache[42] || (_cache[42] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor = $event),
|
|
1655
1389
|
onChange: _cache[43] || (_cache[43] = $event => paramsChanged('fillColor'))
|
|
1656
|
-
}, null, 8
|
|
1657
|
-
/*
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
/* STABLE */
|
|
1661
|
-
|
|
1662
|
-
}, 8
|
|
1663
|
-
/* PROPS */
|
|
1664
|
-
, ["label"])]),
|
|
1665
|
-
_: 1
|
|
1666
|
-
/* STABLE */
|
|
1667
|
-
|
|
1390
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1391
|
+
_: 1 /* STABLE */
|
|
1392
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1393
|
+
_: 1 /* STABLE */
|
|
1668
1394
|
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1669
|
-
_: 1
|
|
1670
|
-
/* STABLE */
|
|
1671
|
-
|
|
1395
|
+
_: 1 /* STABLE */
|
|
1672
1396
|
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1673
|
-
_: 1
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
/* PROPS */
|
|
1678
|
-
, ["title"])]),
|
|
1679
|
-
_: 1
|
|
1680
|
-
/* STABLE */
|
|
1681
|
-
|
|
1682
|
-
}, 8
|
|
1683
|
-
/* PROPS */
|
|
1684
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1397
|
+
_: 1 /* STABLE */
|
|
1398
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
1399
|
+
_: 1 /* STABLE */
|
|
1400
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1685
1401
|
onClick: _cache[44] || (_cache[44] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => addAnalysis(), ["stop"])),
|
|
1686
1402
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addBtn,
|
|
1687
1403
|
type: "primary"
|
|
1688
1404
|
}, {
|
|
1689
|
-
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).addBtn), 1
|
|
1690
|
-
/*
|
|
1691
|
-
|
|
1692
|
-
_: 1
|
|
1693
|
-
/* STABLE */
|
|
1694
|
-
|
|
1695
|
-
}, 8
|
|
1696
|
-
/* PROPS */
|
|
1697
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1405
|
+
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).addBtn), 1 /* TEXT */)]),
|
|
1406
|
+
_: 1 /* STABLE */
|
|
1407
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1698
1408
|
onClick: _cache[45] || (_cache[45] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clear(), ["stop"])),
|
|
1699
1409
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
1700
1410
|
}, {
|
|
1701
|
-
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).clear), 1
|
|
1702
|
-
/*
|
|
1703
|
-
|
|
1704
|
-
_: 1
|
|
1705
|
-
/* STABLE */
|
|
1706
|
-
|
|
1707
|
-
}, 8
|
|
1708
|
-
/* PROPS */
|
|
1709
|
-
, ["title"])])])], 2
|
|
1710
|
-
/* CLASS */
|
|
1711
|
-
);
|
|
1411
|
+
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).clear), 1 /* TEXT */)]),
|
|
1412
|
+
_: 1 /* STABLE */
|
|
1413
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
1712
1414
|
};
|
|
1713
1415
|
}
|
|
1714
|
-
|
|
1715
1416
|
}));
|
|
1716
1417
|
;// CONCATENATED MODULE: ./src/webgl/scaneffect/ScanEffect.vue?vue&type=script&setup=true&lang=js
|
|
1717
1418
|
|
|
@@ -1723,10 +1424,13 @@ const __exports__ = ScanEffectvue_type_script_setup_true_lang_js;
|
|
|
1723
1424
|
|
|
1724
1425
|
/* harmony default export */ var ScanEffect = (__exports__);
|
|
1725
1426
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1726
|
-
var init_js_ = __webpack_require__(
|
|
1427
|
+
var init_js_ = __webpack_require__(455);
|
|
1727
1428
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1728
1429
|
;// CONCATENATED MODULE: ./src/webgl/scaneffect/index.js
|
|
1729
|
-
|
|
1430
|
+
/*
|
|
1431
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
1432
|
+
* All rights reserved.
|
|
1433
|
+
*/
|
|
1730
1434
|
|
|
1731
1435
|
|
|
1732
1436
|
|
|
@@ -1735,8 +1439,6 @@ ScanEffect.install = (Vue, opts) => {
|
|
|
1735
1439
|
Vue.component(ScanEffect.name, ScanEffect);
|
|
1736
1440
|
};
|
|
1737
1441
|
|
|
1738
|
-
|
|
1739
|
-
}();
|
|
1740
1442
|
/******/ return __webpack_exports__;
|
|
1741
1443
|
/******/ })()
|
|
1742
1444
|
;
|