@kq_npm/client3d_webgl_vue 4.5.29-beta → 4.5.31
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 +519 -263
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +201 -123
- package/baseterraingallery/index.js +123 -94
- package/baseterraingallery/style/baseterraingallery.css +1 -1
- package/boxclip/index.js +442 -249
- package/clientPrint/index.js +20228 -7467
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +243 -213
- package/compass/index.js +68 -74
- package/excavatefillanalysis/index.js +225 -143
- package/fixedzoomin/index.js +82 -72
- package/fixedzoomout/index.js +80 -71
- package/flight/index.js +371 -257
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +347 -199
- package/geologicalbodyanalysis/index.js +260 -166
- package/gpuspatialquery/index.js +359 -198
- package/hawkeye/index.js +100 -131
- package/headertemp/index.js +25 -14
- package/heatmap3d/index.js +678 -366
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +19746 -6806
- package/isolineanalysis/index.js +1202 -504
- package/light/index.js +494 -349
- package/limitheightanalysis/index.js +223 -159
- package/measure/index.js +353 -198
- package/modelFlat/index.js +204 -167
- package/modelexcavate/index.js +191 -130
- package/modelfilter/index.js +271 -179
- package/modelprofileanalysis/index.js +316 -206
- package/modelselect/index.js +147 -142
- package/package.json +1 -1
- package/particleeffect/index.js +403 -225
- package/planeclip/index.js +300 -198
- package/resetview/index.js +52 -66
- package/roller/index.js +372 -304
- package/scaneffect/index.js +537 -230
- package/sceneadvancedtoimage/index.js +358 -205
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -1
- package/sceneapp/index.js +20228 -7467
- package/sceneset/index.js +864 -350
- package/scenetohdimage/index.js +297 -159
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +20228 -7467
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +301 -257
- package/shadowanalysis/index.js +405 -217
- package/sightlineanalysis/index.js +271 -183
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +308 -160
- package/slopeanalysis/index.js +397 -227
- package/slopeaspectanalysis/index.js +485 -259
- package/statusbar/index.js +65 -88
- package/style.css +1 -1
- package/terrainoperation/index.js +237 -176
- package/terrainprofileanalysis/index.js +138 -120
- package/typhoontrac/index.js +1004 -234
- package/typhoontrac/style/typhoontrac.css +1 -1
- package/underground/index.js +61 -70
- package/videofusion/index.js +488 -265
- package/videoproject/index.js +490 -271
- package/viewshedanalysis/index.js +255 -151
- package/weathereffect/index.js +317 -166
- package/windyslicing/index.js +2198 -0
- package/windyslicing/style/index.js +3 -0
- package/windyslicing/style/windyslicing.css +1 -0
- package/wireframesketch/index.js +142 -110
package/scaneffect/index.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = 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"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/init.js", "@kq_npm/client_common_vue/_utils/const-image", "@kq_npm/client_common_vue/_utils/util"], factory);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
define("@kq_npm/client3d_webgl_vue", ["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/init.js", "@kq_npm/client_common_vue/_utils/const-image", "@kq_npm/client_common_vue/_utils/util"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["@kq_npm/client3d_webgl_vue"] = 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"));
|
|
8
|
+
else
|
|
9
|
+
root["@kq_npm/client3d_webgl_vue"] = 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"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__7997__, __WEBPACK_EXTERNAL_MODULE__6277__, __WEBPACK_EXTERNAL_MODULE__3458__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
@@ -25,10 +25,12 @@ return /******/ (function() { // webpackBootstrap
|
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
|
|
28
|
+
|
|
28
29
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
29
30
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
30
31
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
31
32
|
};
|
|
33
|
+
|
|
32
34
|
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
33
35
|
|
|
34
36
|
/***/ }),
|
|
@@ -40,13 +42,6 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
40
42
|
|
|
41
43
|
/***/ }),
|
|
42
44
|
|
|
43
|
-
/***/ 2118:
|
|
44
|
-
/***/ (function(module) {
|
|
45
|
-
|
|
46
|
-
module.exports = require("core-js/modules/es.array.push.js");
|
|
47
|
-
|
|
48
|
-
/***/ }),
|
|
49
|
-
|
|
50
45
|
/***/ 9389:
|
|
51
46
|
/***/ (function(module) {
|
|
52
47
|
|
|
@@ -96,59 +91,27 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
|
96
91
|
|
|
97
92
|
/***/ }),
|
|
98
93
|
|
|
99
|
-
/***/
|
|
94
|
+
/***/ 8270:
|
|
100
95
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
101
96
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
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.");
|
|
97
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
98
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
99
|
+
/* harmony export */ });
|
|
100
|
+
function _defineProperty(obj, key, value) {
|
|
101
|
+
if (key in obj) {
|
|
102
|
+
Object.defineProperty(obj, key, {
|
|
103
|
+
value: value,
|
|
104
|
+
enumerable: true,
|
|
105
|
+
configurable: true,
|
|
106
|
+
writable: true
|
|
107
|
+
});
|
|
108
|
+
} else {
|
|
109
|
+
obj[key] = value;
|
|
128
110
|
}
|
|
129
|
-
return ("string" === r ? String : Number)(t);
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
133
|
-
|
|
134
111
|
|
|
135
|
-
|
|
136
|
-
var i = toPrimitive(t, "string");
|
|
137
|
-
return "symbol" == _typeof(i) ? i : i + "";
|
|
112
|
+
return obj;
|
|
138
113
|
}
|
|
139
114
|
|
|
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
|
-
|
|
152
115
|
/***/ })
|
|
153
116
|
|
|
154
117
|
/******/ });
|
|
@@ -235,10 +198,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
235
198
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
236
199
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
237
200
|
var gis_utils_ = __webpack_require__(7135);
|
|
238
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
239
|
-
var defineProperty = __webpack_require__(
|
|
240
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
241
|
-
var es_array_push_js_ = __webpack_require__(2118);
|
|
201
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
202
|
+
var defineProperty = __webpack_require__(8270);
|
|
242
203
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
243
204
|
var message = __webpack_require__(1349);
|
|
244
205
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
@@ -253,9 +214,11 @@ var const_image_ = __webpack_require__(6277);
|
|
|
253
214
|
|
|
254
215
|
|
|
255
216
|
class ScanEffectViewModel {
|
|
217
|
+
//参数
|
|
218
|
+
// 绘制对象
|
|
256
219
|
constructor(scenceView, option) {
|
|
257
220
|
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
258
|
-
|
|
221
|
+
|
|
259
222
|
(0,defineProperty/* default */.Z)(this, "_options", {
|
|
260
223
|
scanMode: 1,
|
|
261
224
|
// 分析类型
|
|
@@ -284,11 +247,15 @@ class ScanEffectViewModel {
|
|
|
284
247
|
lineScans: [],
|
|
285
248
|
ringScans: []
|
|
286
249
|
});
|
|
250
|
+
|
|
287
251
|
(0,defineProperty/* default */.Z)(this, "_drawManager", null);
|
|
288
|
-
|
|
252
|
+
|
|
289
253
|
(0,defineProperty/* default */.Z)(this, "_removeEventListener", null);
|
|
254
|
+
|
|
290
255
|
(0,defineProperty/* default */.Z)(this, "_lineScan", null);
|
|
256
|
+
|
|
291
257
|
(0,defineProperty/* default */.Z)(this, "_ringScan", null);
|
|
258
|
+
|
|
292
259
|
this._viewer = scenceView._viewer;
|
|
293
260
|
this._options.viewer = this._viewer;
|
|
294
261
|
this._options = Object.assign(this._options, {
|
|
@@ -316,10 +283,12 @@ class ScanEffectViewModel {
|
|
|
316
283
|
// shape._controlPoints;
|
|
317
284
|
this._options.origin = shape.position;
|
|
318
285
|
that.addScaningLine(shape.position);
|
|
286
|
+
|
|
319
287
|
that._drawManager.clear();
|
|
320
288
|
}
|
|
321
289
|
});
|
|
322
290
|
}
|
|
291
|
+
|
|
323
292
|
addScaningLine(cartesian) {
|
|
324
293
|
if (this._options.scanMode == 0) {
|
|
325
294
|
var params = {
|
|
@@ -336,12 +305,17 @@ class ScanEffectViewModel {
|
|
|
336
305
|
times: this._options.times
|
|
337
306
|
};
|
|
338
307
|
this._lineScan = new window.Cesium.Kq3dLineScanEffect(params);
|
|
308
|
+
|
|
339
309
|
if (this._options.lineScans.length >= 10) {
|
|
340
310
|
//添加扫描线不能超过10条
|
|
341
311
|
this._viewer.effects.remove(this._options.lineScans[0]);
|
|
312
|
+
|
|
342
313
|
this._options.lineScans.splice(0, 1);
|
|
343
314
|
}
|
|
315
|
+
|
|
344
316
|
this._viewer.effects.add(this._lineScan); // 添加条形扫描线
|
|
317
|
+
|
|
318
|
+
|
|
345
319
|
this._options.lineScans.push(this._lineScan);
|
|
346
320
|
} else if (this._options.scanMode == 1) {
|
|
347
321
|
var cPosition = window.Cesium.Cartographic.fromCartesian(cartesian);
|
|
@@ -349,10 +323,12 @@ class ScanEffectViewModel {
|
|
|
349
323
|
var position2 = window.Cesium.Math.toDegrees(cPosition.latitude);
|
|
350
324
|
var position3 = window.Cesium.Math.toDegrees(cPosition.height);
|
|
351
325
|
this._ringScan = this.addRingScanLine([position1, position2, position3]);
|
|
326
|
+
|
|
352
327
|
this._options.ringScans.push(this._ringScan);
|
|
353
328
|
}
|
|
354
|
-
}
|
|
355
|
-
|
|
329
|
+
} //添加环型扫描线
|
|
330
|
+
|
|
331
|
+
|
|
356
332
|
addRingScanLine(position) {
|
|
357
333
|
var options = {
|
|
358
334
|
viewer: this._viewer,
|
|
@@ -363,11 +339,13 @@ class ScanEffectViewModel {
|
|
|
363
339
|
color: this._options.ringColor,
|
|
364
340
|
position: position || this._options.position
|
|
365
341
|
};
|
|
342
|
+
|
|
366
343
|
if (this._options.ringScanType == 2) {
|
|
367
344
|
return new RadarScanLine(options);
|
|
368
345
|
} else {
|
|
369
346
|
return new CircleZoomScanLine(options);
|
|
370
347
|
}
|
|
348
|
+
|
|
371
349
|
function RadarScanLine(options) {
|
|
372
350
|
options = options || {};
|
|
373
351
|
this.position = options.position;
|
|
@@ -418,9 +396,11 @@ class ScanEffectViewModel {
|
|
|
418
396
|
if (that.moveMode == 0) {
|
|
419
397
|
ratio = 1;
|
|
420
398
|
}
|
|
399
|
+
|
|
421
400
|
if (!window.Cesium.defined(scanline.ellipse._stRotation2)) {
|
|
422
401
|
scanline.ellipse._stRotation2 = 0;
|
|
423
402
|
}
|
|
403
|
+
|
|
424
404
|
if (scanline.ellipse._stRotation2 < 0) {
|
|
425
405
|
if (that.moveMode == 1) {
|
|
426
406
|
ratio = 1;
|
|
@@ -428,6 +408,7 @@ class ScanEffectViewModel {
|
|
|
428
408
|
scanline.ellipse._stRotation2 = 0;
|
|
429
409
|
}
|
|
430
410
|
}
|
|
411
|
+
|
|
431
412
|
if (scanline.ellipse._stRotation2 > 2 * Math.PI) {
|
|
432
413
|
if (that.moveMode == 1) {
|
|
433
414
|
ratio = -1;
|
|
@@ -435,6 +416,7 @@ class ScanEffectViewModel {
|
|
|
435
416
|
scanline.ellipse._stRotation2 = scanline.ellipse._stRotation2 - 2 * Math.PI;
|
|
436
417
|
}
|
|
437
418
|
}
|
|
419
|
+
|
|
438
420
|
scanline.ellipse._stRotation2 += ratio * 0.04;
|
|
439
421
|
return scanline.ellipse._stRotation2;
|
|
440
422
|
}, false),
|
|
@@ -442,12 +424,13 @@ class ScanEffectViewModel {
|
|
|
442
424
|
outline: false
|
|
443
425
|
}
|
|
444
426
|
});
|
|
445
|
-
this.viewer.dataSources.add(this.customDataSource);
|
|
446
|
-
|
|
427
|
+
this.viewer.dataSources.add(this.customDataSource); //销毁雷达
|
|
428
|
+
|
|
447
429
|
RadarScanLine.prototype.destroy = function () {
|
|
448
430
|
this.viewer.dataSources.remove(this.customDataSource, true);
|
|
449
431
|
};
|
|
450
432
|
}
|
|
433
|
+
|
|
451
434
|
function CircleZoomScanLine(options) {
|
|
452
435
|
options = options || {};
|
|
453
436
|
this.position = options.position;
|
|
@@ -472,8 +455,9 @@ class ScanEffectViewModel {
|
|
|
472
455
|
semiMinorAxis: new window.Cesium.CallbackProperty(function () {
|
|
473
456
|
if (!window.Cesium.defined(circleFirst3.ellipse._semiMinorAxis2)) {
|
|
474
457
|
circleFirst3.ellipse._semiMinorAxis2 = 0;
|
|
475
|
-
}
|
|
476
|
-
|
|
458
|
+
} // 往返
|
|
459
|
+
|
|
460
|
+
|
|
477
461
|
if (that.moveMode) {
|
|
478
462
|
if (circleFirst3.ellipse._semiMinorAxis2 > that.radius) {
|
|
479
463
|
multiS = -1;
|
|
@@ -490,6 +474,7 @@ class ScanEffectViewModel {
|
|
|
490
474
|
multiS = 1;
|
|
491
475
|
}
|
|
492
476
|
}
|
|
477
|
+
|
|
493
478
|
circleFirst3.ellipse._semiMinorAxis2 += multiS * 15;
|
|
494
479
|
return circleFirst3.ellipse._semiMinorAxis2;
|
|
495
480
|
}, false),
|
|
@@ -497,6 +482,7 @@ class ScanEffectViewModel {
|
|
|
497
482
|
if (!window.Cesium.defined(circleFirst3.ellipse._semiMajorAxis2)) {
|
|
498
483
|
circleFirst3.ellipse._semiMajorAxis2 = 0;
|
|
499
484
|
}
|
|
485
|
+
|
|
500
486
|
if (that.moveMode) {
|
|
501
487
|
//往返
|
|
502
488
|
if (circleFirst3.ellipse._semiMajorAxis2 > that.radius) {
|
|
@@ -514,6 +500,7 @@ class ScanEffectViewModel {
|
|
|
514
500
|
multiS = 1;
|
|
515
501
|
}
|
|
516
502
|
}
|
|
503
|
+
|
|
517
504
|
circleFirst3.ellipse._semiMajorAxis2 += multiS * 15;
|
|
518
505
|
return circleFirst3.ellipse._semiMajorAxis2;
|
|
519
506
|
}, false),
|
|
@@ -540,119 +527,148 @@ class ScanEffectViewModel {
|
|
|
540
527
|
outline: false
|
|
541
528
|
}
|
|
542
529
|
});
|
|
543
|
-
this.viewer.dataSources.add(this.customDataSource);
|
|
544
|
-
|
|
530
|
+
this.viewer.dataSources.add(this.customDataSource); //销毁圆形缩放扫描
|
|
531
|
+
|
|
545
532
|
CircleZoomScanLine.prototype.destroy = function () {
|
|
546
533
|
this.viewer.dataSources.remove(this.customDataSource, true);
|
|
547
534
|
};
|
|
548
535
|
}
|
|
549
|
-
}
|
|
550
|
-
|
|
536
|
+
} // 参数切换
|
|
537
|
+
|
|
538
|
+
|
|
551
539
|
paramsChanged(key, val) {
|
|
552
540
|
switch (key) {
|
|
553
541
|
case "linearScanning":
|
|
554
|
-
this._options.scanMode = val;
|
|
555
|
-
// this.removeScan();
|
|
542
|
+
this._options.scanMode = val; // this.removeScan();
|
|
556
543
|
// if (this._options.origin) {
|
|
557
544
|
// this.addScaningLine(this._options.origin);
|
|
558
545
|
// }
|
|
546
|
+
|
|
559
547
|
break;
|
|
548
|
+
|
|
560
549
|
case "ringScan":
|
|
561
|
-
this._options.scanMode = val;
|
|
562
|
-
// this.removeScan();
|
|
550
|
+
this._options.scanMode = val; // this.removeScan();
|
|
563
551
|
// if (this._options.origin) {
|
|
564
552
|
// this.addScaningLine(this._options.origin);
|
|
565
553
|
// }
|
|
554
|
+
|
|
566
555
|
break;
|
|
556
|
+
|
|
567
557
|
case "Radius":
|
|
568
558
|
this._options.radius = val;
|
|
569
559
|
if (this._ringScan) this._ringScan.radius = this._options.radius;
|
|
570
560
|
break;
|
|
561
|
+
|
|
571
562
|
case "whetherToAndFrom":
|
|
572
563
|
this._options.whetherToAndFrom = Number(val);
|
|
573
564
|
if (this._ringScan) this._ringScan.moveMode = this._options.whetherToAndFrom;
|
|
574
565
|
break;
|
|
566
|
+
|
|
575
567
|
case "textureStyle":
|
|
576
568
|
this._options.blendEnable = val == 0 ? false : true;
|
|
577
569
|
if (this._ringScan) this._ringScan.fillStyle = Number(val);
|
|
578
570
|
break;
|
|
571
|
+
|
|
579
572
|
case "fillStyle":
|
|
580
573
|
this._options.ringScanType = val;
|
|
581
574
|
this._options.image = this.getImageUrl(val);
|
|
575
|
+
|
|
582
576
|
if (this._ringScan) {
|
|
583
577
|
this._ringScan.destroy();
|
|
578
|
+
|
|
584
579
|
this._ringScan = this.addRingScanLine(this._ringScan.position);
|
|
580
|
+
|
|
585
581
|
this._options.ringScans.push(this._ringScan);
|
|
586
582
|
}
|
|
583
|
+
|
|
587
584
|
break;
|
|
585
|
+
|
|
588
586
|
case "fillColor":
|
|
589
587
|
this._options.ringColor = window.Cesium.Color.fromCssColorString(val);
|
|
590
588
|
if (this._ringScan) this._ringScan.color = this._options.ringColor;
|
|
591
589
|
break;
|
|
590
|
+
|
|
592
591
|
case "lineSpeed":
|
|
593
592
|
this._options.speed = Number(val);
|
|
594
593
|
if (this._lineScan) this._lineScan.speed = this._options.speed;
|
|
595
594
|
break;
|
|
595
|
+
|
|
596
596
|
case "lineWidth":
|
|
597
597
|
this._options.lineWidth = Number(val);
|
|
598
598
|
if (this._lineScan) this._lineScan.lineWidth = this._options.lineWidth;
|
|
599
599
|
break;
|
|
600
|
+
|
|
600
601
|
case "scanningAngle":
|
|
601
602
|
var radiusAngle = Number(val / 180 * Math.PI);
|
|
602
603
|
this._options.direction = radiusAngle;
|
|
603
604
|
if (this._lineScan) this._lineScan.direction = radiusAngle;
|
|
604
605
|
break;
|
|
606
|
+
|
|
605
607
|
case "luminosity":
|
|
606
608
|
this._options.glowWidth = Number(val);
|
|
607
609
|
if (this._lineScan) this._lineScan.glowWidth = this._options.glowWidth;
|
|
608
610
|
break;
|
|
611
|
+
|
|
609
612
|
case "lineColor":
|
|
610
613
|
this._options.lineColor = window.Cesium.Color.fromCssColorString(val);
|
|
611
614
|
if (this._lineScan) this._lineScan.color = this._options.lineColor;
|
|
612
615
|
break;
|
|
616
|
+
|
|
613
617
|
case "lengthStyle":
|
|
614
618
|
this._options.length = Number(val);
|
|
615
619
|
if (this._lineScan) this._lineScan.distance = this._options.length;
|
|
616
620
|
break;
|
|
621
|
+
|
|
617
622
|
case "cycleStyle":
|
|
618
623
|
this._options.period = Number(val);
|
|
619
624
|
if (this._lineScan) this._lineScan.period = this._options.period;
|
|
620
625
|
break;
|
|
626
|
+
|
|
621
627
|
case "lineToAndFrom":
|
|
622
628
|
this._options.ringMoveMode = Number(val);
|
|
623
629
|
if (this._lineScan) this._lineScan.moveMode = this._options.ringMoveMode;
|
|
624
630
|
break;
|
|
631
|
+
|
|
625
632
|
default:
|
|
626
633
|
break;
|
|
627
634
|
}
|
|
628
635
|
}
|
|
636
|
+
|
|
629
637
|
getImageUrl(val) {
|
|
630
638
|
var imageUrl = "";
|
|
639
|
+
|
|
631
640
|
switch (val) {
|
|
632
641
|
case 0:
|
|
633
642
|
imageUrl = const_image_.ROUNDNESS_IMG;
|
|
634
643
|
break;
|
|
644
|
+
|
|
635
645
|
case 1:
|
|
636
646
|
imageUrl = const_image_.CIRCLE_IMG2;
|
|
637
647
|
break;
|
|
648
|
+
|
|
638
649
|
case 2:
|
|
639
650
|
imageUrl = const_image_.CIRCLE_IMG;
|
|
640
651
|
break;
|
|
652
|
+
|
|
641
653
|
default:
|
|
642
654
|
break;
|
|
643
655
|
}
|
|
656
|
+
|
|
644
657
|
return imageUrl;
|
|
645
|
-
}
|
|
646
|
-
|
|
658
|
+
} //开始分析
|
|
659
|
+
|
|
660
|
+
|
|
647
661
|
start() {
|
|
648
662
|
// 判断是否添加了模型
|
|
649
663
|
var flag = false;
|
|
650
664
|
var models = this._viewer.scene.primitives._primitives;
|
|
665
|
+
|
|
651
666
|
for (let i = 0; i < models.length; i++) {
|
|
652
667
|
if (models[i]._url) {
|
|
653
668
|
flag = true;
|
|
654
669
|
}
|
|
655
670
|
}
|
|
671
|
+
|
|
656
672
|
if (flag) {
|
|
657
673
|
if (this._drawManager) {
|
|
658
674
|
this._drawManager.startDraw("point", {
|
|
@@ -667,32 +683,39 @@ class ScanEffectViewModel {
|
|
|
667
683
|
});
|
|
668
684
|
}
|
|
669
685
|
}
|
|
686
|
+
|
|
670
687
|
removeScan() {
|
|
671
688
|
if (this._ringScan) this._ringScan.destroy();
|
|
672
|
-
if (this._lineScan) this._viewer.effects.remove(this._lineScan);
|
|
673
|
-
|
|
689
|
+
if (this._lineScan) this._viewer.effects.remove(this._lineScan); //清除所有
|
|
690
|
+
|
|
674
691
|
for (var i = 0; i < this._options.lineScans.length; i++) {
|
|
675
692
|
this._viewer.effects.remove(this._options.lineScans[i]);
|
|
676
693
|
}
|
|
694
|
+
|
|
677
695
|
for (var j = 0; j < this._options.ringScans.length; j++) {
|
|
678
696
|
this._options.ringScans[j].destroy();
|
|
679
697
|
}
|
|
698
|
+
|
|
680
699
|
this._lineScan = undefined;
|
|
681
700
|
this._ringScan = undefined;
|
|
682
|
-
}
|
|
683
|
-
|
|
701
|
+
} //清除全部结果
|
|
702
|
+
|
|
703
|
+
|
|
684
704
|
clear() {
|
|
685
705
|
this.removeScan();
|
|
686
706
|
this._options.origin = null;
|
|
707
|
+
|
|
687
708
|
this._drawManager.stopDraw();
|
|
688
|
-
}
|
|
689
|
-
|
|
709
|
+
} // 销毁
|
|
710
|
+
|
|
711
|
+
|
|
690
712
|
destroy() {
|
|
691
|
-
this.clear();
|
|
692
|
-
|
|
713
|
+
this.clear(); //移除监听事件
|
|
714
|
+
|
|
693
715
|
this._removeEventListener && this._removeEventListener();
|
|
694
716
|
this._removeEventListener = null;
|
|
695
717
|
}
|
|
718
|
+
|
|
696
719
|
}
|
|
697
720
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
698
721
|
var client_icons_vue_ = __webpack_require__(348);
|
|
@@ -700,7 +723,7 @@ var client_icons_vue_ = __webpack_require__(348);
|
|
|
700
723
|
var util_ = __webpack_require__(3458);
|
|
701
724
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
702
725
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
703
|
-
;// 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
|
|
726
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/scaneffect/ScanEffect.vue?vue&type=script&setup=true&lang=js
|
|
704
727
|
|
|
705
728
|
const _hoisted_1 = {
|
|
706
729
|
class: "kq3d-scan-effect-box"
|
|
@@ -728,6 +751,7 @@ const __default__ = {
|
|
|
728
751
|
type: Boolean,
|
|
729
752
|
default: true
|
|
730
753
|
},
|
|
754
|
+
|
|
731
755
|
/**
|
|
732
756
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
733
757
|
*/
|
|
@@ -757,6 +781,7 @@ const __default__ = {
|
|
|
757
781
|
default: true
|
|
758
782
|
}
|
|
759
783
|
},
|
|
784
|
+
|
|
760
785
|
setup(__props, {
|
|
761
786
|
expose: __expose
|
|
762
787
|
}) {
|
|
@@ -765,8 +790,7 @@ const __default__ = {
|
|
|
765
790
|
proxy
|
|
766
791
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
767
792
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
768
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
769
|
-
// 获取组件传参
|
|
793
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]); // 获取组件传参
|
|
770
794
|
|
|
771
795
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
772
796
|
collapseValue: props.settingParams && props.settingParams.collapseValue || ((props.settingParams && props.settingParams.collapseValue) == '' ? "" : "setting"),
|
|
@@ -796,16 +820,13 @@ const __default__ = {
|
|
|
796
820
|
cycleStyle: props.settingParams && props.settingParams.cycleStyle || 5,
|
|
797
821
|
lengthStyle: props.settingParams && props.settingParams.lengthStyle || 100
|
|
798
822
|
});
|
|
799
|
-
let viewModel = null;
|
|
823
|
+
let viewModel = null; // 组件容器Ref
|
|
800
824
|
|
|
801
|
-
//
|
|
802
|
-
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
825
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
803
826
|
|
|
804
|
-
// 生成组件默认header
|
|
805
827
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
806
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
828
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
|
|
807
829
|
|
|
808
|
-
// 国际化
|
|
809
830
|
let {
|
|
810
831
|
locale,
|
|
811
832
|
messages
|
|
@@ -828,110 +849,145 @@ const __default__ = {
|
|
|
828
849
|
});
|
|
829
850
|
});
|
|
830
851
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
852
|
+
|
|
831
853
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
832
854
|
if (scenceView) {
|
|
833
855
|
viewModel = new ScanEffectViewModel(scenceView, formItem);
|
|
834
856
|
}
|
|
835
857
|
});
|
|
836
858
|
});
|
|
837
|
-
|
|
838
859
|
/**
|
|
839
860
|
* @description 监听header生成
|
|
840
861
|
*/
|
|
862
|
+
|
|
841
863
|
const watchCreateHeaderTemp = () => {
|
|
842
864
|
if (props.showHeaderTemp) {
|
|
843
865
|
// 生成headerTemp
|
|
844
866
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
845
867
|
}
|
|
846
|
-
};
|
|
847
|
-
|
|
868
|
+
}; // 切换参数
|
|
869
|
+
|
|
870
|
+
|
|
848
871
|
function paramsChanged(key) {
|
|
849
872
|
switch (key) {
|
|
850
873
|
case "linearScanning":
|
|
851
874
|
viewModel && viewModel.paramsChanged("linearScanning", formItem.scanningStyle);
|
|
852
875
|
break;
|
|
876
|
+
|
|
853
877
|
case "ringScan":
|
|
854
878
|
viewModel && viewModel.paramsChanged("ringScan", formItem.scanningStyle);
|
|
855
879
|
break;
|
|
880
|
+
|
|
856
881
|
case "Radius":
|
|
857
882
|
viewModel && viewModel.paramsChanged("Radius", formItem.sweepRadius);
|
|
858
883
|
break;
|
|
884
|
+
|
|
859
885
|
case "whetherToAndFrom":
|
|
860
886
|
viewModel && viewModel.paramsChanged("whetherToAndFrom", formItem.whetherToAndFrom);
|
|
861
887
|
break;
|
|
888
|
+
|
|
862
889
|
case "textureStyle":
|
|
863
890
|
viewModel && viewModel.paramsChanged("textureStyle", formItem.textureStyle);
|
|
864
891
|
break;
|
|
892
|
+
|
|
865
893
|
case "fillStyle":
|
|
866
894
|
viewModel && viewModel.paramsChanged("fillStyle", formItem.fillStyle);
|
|
867
895
|
break;
|
|
896
|
+
|
|
868
897
|
case "fillColor":
|
|
869
898
|
viewModel && viewModel.paramsChanged("fillColor", formItem.fillColor);
|
|
870
899
|
break;
|
|
900
|
+
|
|
871
901
|
case "lineSpeed":
|
|
872
902
|
viewModel && viewModel.paramsChanged("lineSpeed", formItem.lineSpeed);
|
|
873
903
|
break;
|
|
904
|
+
|
|
874
905
|
case "lineWidth":
|
|
875
906
|
viewModel && viewModel.paramsChanged("lineWidth", formItem.lineWidth);
|
|
876
907
|
break;
|
|
908
|
+
|
|
877
909
|
case "luminosity":
|
|
878
910
|
// 扫描线发光度
|
|
879
911
|
viewModel && viewModel.paramsChanged("luminosity", formItem.luminosity);
|
|
880
912
|
break;
|
|
913
|
+
|
|
881
914
|
case "lineColor":
|
|
882
915
|
viewModel && viewModel.paramsChanged("lineColor", formItem.lineColor);
|
|
883
916
|
break;
|
|
917
|
+
|
|
884
918
|
case "scanningAngle":
|
|
885
919
|
viewModel && viewModel.paramsChanged("scanningAngle", formItem.scanningAngle);
|
|
886
920
|
break;
|
|
921
|
+
|
|
887
922
|
case "lineToAndFrom":
|
|
888
923
|
viewModel && viewModel.paramsChanged("lineToAndFrom", formItem.lineToAndFrom);
|
|
889
924
|
break;
|
|
925
|
+
|
|
890
926
|
case "cycleStyle":
|
|
891
927
|
viewModel && viewModel.paramsChanged("cycleStyle", formItem.cycleStyle);
|
|
892
928
|
formItem.lengthStyle = Number(formItem.lineSpeed) * Number(formItem.cycleStyle);
|
|
893
929
|
break;
|
|
930
|
+
|
|
894
931
|
case "lengthStyle":
|
|
895
932
|
viewModel && viewModel.paramsChanged("lengthStyle", formItem.lengthStyle);
|
|
896
933
|
formItem.cycleStyle = Number(formItem.lengthStyle) / Number(formItem.lineSpeed);
|
|
897
934
|
break;
|
|
935
|
+
|
|
898
936
|
default:
|
|
899
937
|
break;
|
|
900
938
|
}
|
|
901
|
-
}
|
|
902
|
-
|
|
939
|
+
} // 添加
|
|
940
|
+
|
|
941
|
+
|
|
903
942
|
function addAnalysis() {
|
|
904
943
|
viewModel && viewModel.start();
|
|
905
|
-
}
|
|
906
|
-
|
|
944
|
+
} // 清除
|
|
945
|
+
|
|
946
|
+
|
|
907
947
|
function clear() {
|
|
908
948
|
viewModel && viewModel.clear();
|
|
909
|
-
}
|
|
949
|
+
} // 销毁
|
|
950
|
+
|
|
910
951
|
|
|
911
|
-
// 销毁
|
|
912
952
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
913
953
|
viewModel && viewModel.destroy();
|
|
914
954
|
});
|
|
955
|
+
|
|
915
956
|
__expose({
|
|
916
957
|
clear,
|
|
917
958
|
paramsChanged,
|
|
918
959
|
addAnalysis
|
|
919
960
|
});
|
|
961
|
+
|
|
920
962
|
return (_ctx, _cache) => {
|
|
921
963
|
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
964
|
+
|
|
922
965
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
966
|
+
|
|
923
967
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
968
|
+
|
|
924
969
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
970
|
+
|
|
925
971
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
972
|
+
|
|
926
973
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
974
|
+
|
|
927
975
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
976
|
+
|
|
928
977
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
978
|
+
|
|
929
979
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
980
|
+
|
|
930
981
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
982
|
+
|
|
931
983
|
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
984
|
+
|
|
932
985
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
986
|
+
|
|
933
987
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
988
|
+
|
|
934
989
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
990
|
+
|
|
935
991
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
936
992
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-scan-effect", {
|
|
937
993
|
'kq-box-shadow': __props.showShadow
|
|
@@ -942,7 +998,9 @@ const __default__ = {
|
|
|
942
998
|
key: 0,
|
|
943
999
|
ref_key: "headerTempRef",
|
|
944
1000
|
ref: headerTempRef
|
|
945
|
-
}, null, 512
|
|
1001
|
+
}, null, 512
|
|
1002
|
+
/* NEED_PATCH */
|
|
1003
|
+
)) : (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, {
|
|
946
1004
|
"label-width": "100px",
|
|
947
1005
|
"label-position": "left"
|
|
948
1006
|
}, {
|
|
@@ -961,29 +1019,55 @@ const __default__ = {
|
|
|
961
1019
|
label: 0,
|
|
962
1020
|
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('linearScanning'))
|
|
963
1021
|
}, {
|
|
964
|
-
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
|
|
965
|
-
|
|
966
|
-
|
|
1022
|
+
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
|
|
1023
|
+
/* TEXT */
|
|
1024
|
+
)]),
|
|
1025
|
+
_: 1
|
|
1026
|
+
/* STABLE */
|
|
1027
|
+
|
|
1028
|
+
}, 8
|
|
1029
|
+
/* PROPS */
|
|
1030
|
+
, ["modelValue"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
967
1031
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scanningStyle,
|
|
968
1032
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scanningStyle = $event),
|
|
969
1033
|
label: 1,
|
|
970
1034
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('ringScan'))
|
|
971
1035
|
}, {
|
|
972
|
-
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
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
1036
|
+
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
|
|
1037
|
+
/* TEXT */
|
|
1038
|
+
)]),
|
|
1039
|
+
_: 1
|
|
1040
|
+
/* STABLE */
|
|
1041
|
+
|
|
1042
|
+
}, 8
|
|
1043
|
+
/* PROPS */
|
|
1044
|
+
, ["modelValue"])]),
|
|
1045
|
+
_: 1
|
|
1046
|
+
/* STABLE */
|
|
1047
|
+
|
|
976
1048
|
})]),
|
|
977
|
-
_: 1
|
|
978
|
-
|
|
979
|
-
|
|
1049
|
+
_: 1
|
|
1050
|
+
/* STABLE */
|
|
1051
|
+
|
|
1052
|
+
}, 8
|
|
1053
|
+
/* PROPS */
|
|
1054
|
+
, ["label"])]),
|
|
1055
|
+
_: 1
|
|
1056
|
+
/* STABLE */
|
|
1057
|
+
|
|
980
1058
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
981
1059
|
class: "kq3d-scan-effect-tip"
|
|
982
1060
|
}, {
|
|
983
|
-
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
|
|
984
|
-
|
|
1061
|
+
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
|
|
1062
|
+
/* TEXT */
|
|
1063
|
+
)]),
|
|
1064
|
+
_: 1
|
|
1065
|
+
/* STABLE */
|
|
1066
|
+
|
|
985
1067
|
})]),
|
|
986
|
-
_: 1
|
|
1068
|
+
_: 1
|
|
1069
|
+
/* STABLE */
|
|
1070
|
+
|
|
987
1071
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
988
1072
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue
|
|
989
1073
|
}, {
|
|
@@ -1015,8 +1099,12 @@ const __default__ = {
|
|
|
1015
1099
|
min: 0,
|
|
1016
1100
|
max: 100,
|
|
1017
1101
|
onChange: _cache[5] || (_cache[5] = $event => paramsChanged('lineSpeed'))
|
|
1018
|
-
}, null, 8
|
|
1019
|
-
|
|
1102
|
+
}, null, 8
|
|
1103
|
+
/* PROPS */
|
|
1104
|
+
, ["modelValue"])]),
|
|
1105
|
+
_: 1
|
|
1106
|
+
/* STABLE */
|
|
1107
|
+
|
|
1020
1108
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1021
1109
|
span: 8
|
|
1022
1110
|
}, {
|
|
@@ -1028,14 +1116,26 @@ const __default__ = {
|
|
|
1028
1116
|
step: 0.1,
|
|
1029
1117
|
"controls-position": "right",
|
|
1030
1118
|
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('lineSpeed'))
|
|
1031
|
-
}, null, 8
|
|
1032
|
-
|
|
1119
|
+
}, null, 8
|
|
1120
|
+
/* PROPS */
|
|
1121
|
+
, ["modelValue", "min", "step"])]),
|
|
1122
|
+
_: 1
|
|
1123
|
+
/* STABLE */
|
|
1124
|
+
|
|
1033
1125
|
})]),
|
|
1034
|
-
_: 1
|
|
1126
|
+
_: 1
|
|
1127
|
+
/* STABLE */
|
|
1128
|
+
|
|
1035
1129
|
})]),
|
|
1036
|
-
_: 1
|
|
1037
|
-
|
|
1038
|
-
|
|
1130
|
+
_: 1
|
|
1131
|
+
/* STABLE */
|
|
1132
|
+
|
|
1133
|
+
}, 8
|
|
1134
|
+
/* PROPS */
|
|
1135
|
+
, ["label"])]),
|
|
1136
|
+
_: 1
|
|
1137
|
+
/* STABLE */
|
|
1138
|
+
|
|
1039
1139
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1040
1140
|
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, {
|
|
1041
1141
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).lineWidth
|
|
@@ -1055,8 +1155,12 @@ const __default__ = {
|
|
|
1055
1155
|
max: 100,
|
|
1056
1156
|
step: 0.1,
|
|
1057
1157
|
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('lineWidth'))
|
|
1058
|
-
}, null, 8
|
|
1059
|
-
|
|
1158
|
+
}, null, 8
|
|
1159
|
+
/* PROPS */
|
|
1160
|
+
, ["modelValue", "min", "step"])]),
|
|
1161
|
+
_: 1
|
|
1162
|
+
/* STABLE */
|
|
1163
|
+
|
|
1060
1164
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1061
1165
|
span: 8
|
|
1062
1166
|
}, {
|
|
@@ -1068,14 +1172,26 @@ const __default__ = {
|
|
|
1068
1172
|
step: 1,
|
|
1069
1173
|
"controls-position": "right",
|
|
1070
1174
|
onChange: _cache[11] || (_cache[11] = $event => paramsChanged('lineWidth'))
|
|
1071
|
-
}, null, 8
|
|
1072
|
-
|
|
1175
|
+
}, null, 8
|
|
1176
|
+
/* PROPS */
|
|
1177
|
+
, ["modelValue"])]),
|
|
1178
|
+
_: 1
|
|
1179
|
+
/* STABLE */
|
|
1180
|
+
|
|
1073
1181
|
})]),
|
|
1074
|
-
_: 1
|
|
1182
|
+
_: 1
|
|
1183
|
+
/* STABLE */
|
|
1184
|
+
|
|
1075
1185
|
})]),
|
|
1076
|
-
_: 1
|
|
1077
|
-
|
|
1078
|
-
|
|
1186
|
+
_: 1
|
|
1187
|
+
/* STABLE */
|
|
1188
|
+
|
|
1189
|
+
}, 8
|
|
1190
|
+
/* PROPS */
|
|
1191
|
+
, ["label"])]),
|
|
1192
|
+
_: 1
|
|
1193
|
+
/* STABLE */
|
|
1194
|
+
|
|
1079
1195
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1080
1196
|
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, {
|
|
1081
1197
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).luminosity
|
|
@@ -1095,8 +1211,12 @@ const __default__ = {
|
|
|
1095
1211
|
min: 0,
|
|
1096
1212
|
max: 100,
|
|
1097
1213
|
onChange: _cache[13] || (_cache[13] = $event => paramsChanged('luminosity'))
|
|
1098
|
-
}, null, 8
|
|
1099
|
-
|
|
1214
|
+
}, null, 8
|
|
1215
|
+
/* PROPS */
|
|
1216
|
+
, ["modelValue"])]),
|
|
1217
|
+
_: 1
|
|
1218
|
+
/* STABLE */
|
|
1219
|
+
|
|
1100
1220
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1101
1221
|
span: 8
|
|
1102
1222
|
}, {
|
|
@@ -1108,14 +1228,26 @@ const __default__ = {
|
|
|
1108
1228
|
step: 1,
|
|
1109
1229
|
"controls-position": "right",
|
|
1110
1230
|
onChange: _cache[15] || (_cache[15] = $event => paramsChanged('luminosity'))
|
|
1111
|
-
}, null, 8
|
|
1112
|
-
|
|
1231
|
+
}, null, 8
|
|
1232
|
+
/* PROPS */
|
|
1233
|
+
, ["modelValue"])]),
|
|
1234
|
+
_: 1
|
|
1235
|
+
/* STABLE */
|
|
1236
|
+
|
|
1113
1237
|
})]),
|
|
1114
|
-
_: 1
|
|
1238
|
+
_: 1
|
|
1239
|
+
/* STABLE */
|
|
1240
|
+
|
|
1115
1241
|
})]),
|
|
1116
|
-
_: 1
|
|
1117
|
-
|
|
1118
|
-
|
|
1242
|
+
_: 1
|
|
1243
|
+
/* STABLE */
|
|
1244
|
+
|
|
1245
|
+
}, 8
|
|
1246
|
+
/* PROPS */
|
|
1247
|
+
, ["label"])]),
|
|
1248
|
+
_: 1
|
|
1249
|
+
/* STABLE */
|
|
1250
|
+
|
|
1119
1251
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1120
1252
|
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, {
|
|
1121
1253
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).scanColor
|
|
@@ -1124,10 +1256,18 @@ const __default__ = {
|
|
|
1124
1256
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineColor,
|
|
1125
1257
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineColor = $event),
|
|
1126
1258
|
onChange: _cache[17] || (_cache[17] = $event => paramsChanged('lineColor'))
|
|
1127
|
-
}, null, 8
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1259
|
+
}, null, 8
|
|
1260
|
+
/* PROPS */
|
|
1261
|
+
, ["modelValue"])]),
|
|
1262
|
+
_: 1
|
|
1263
|
+
/* STABLE */
|
|
1264
|
+
|
|
1265
|
+
}, 8
|
|
1266
|
+
/* PROPS */
|
|
1267
|
+
, ["label"])]),
|
|
1268
|
+
_: 1
|
|
1269
|
+
/* STABLE */
|
|
1270
|
+
|
|
1131
1271
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1132
1272
|
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, {
|
|
1133
1273
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).scanningAngle + '(°)'
|
|
@@ -1147,8 +1287,12 @@ const __default__ = {
|
|
|
1147
1287
|
min: 0,
|
|
1148
1288
|
max: 360,
|
|
1149
1289
|
onChange: _cache[19] || (_cache[19] = $event => paramsChanged('scanningAngle'))
|
|
1150
|
-
}, null, 8
|
|
1151
|
-
|
|
1290
|
+
}, null, 8
|
|
1291
|
+
/* PROPS */
|
|
1292
|
+
, ["modelValue"])]),
|
|
1293
|
+
_: 1
|
|
1294
|
+
/* STABLE */
|
|
1295
|
+
|
|
1152
1296
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1153
1297
|
span: 8
|
|
1154
1298
|
}, {
|
|
@@ -1160,14 +1304,26 @@ const __default__ = {
|
|
|
1160
1304
|
step: 1,
|
|
1161
1305
|
"controls-position": "right",
|
|
1162
1306
|
onChange: _cache[21] || (_cache[21] = $event => paramsChanged('scanningAngle'))
|
|
1163
|
-
}, null, 8
|
|
1164
|
-
|
|
1307
|
+
}, null, 8
|
|
1308
|
+
/* PROPS */
|
|
1309
|
+
, ["modelValue"])]),
|
|
1310
|
+
_: 1
|
|
1311
|
+
/* STABLE */
|
|
1312
|
+
|
|
1165
1313
|
})]),
|
|
1166
|
-
_: 1
|
|
1314
|
+
_: 1
|
|
1315
|
+
/* STABLE */
|
|
1316
|
+
|
|
1167
1317
|
})]),
|
|
1168
|
-
_: 1
|
|
1169
|
-
|
|
1170
|
-
|
|
1318
|
+
_: 1
|
|
1319
|
+
/* STABLE */
|
|
1320
|
+
|
|
1321
|
+
}, 8
|
|
1322
|
+
/* PROPS */
|
|
1323
|
+
, ["label"])]),
|
|
1324
|
+
_: 1
|
|
1325
|
+
/* STABLE */
|
|
1326
|
+
|
|
1171
1327
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1172
1328
|
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, {
|
|
1173
1329
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).whetherToAndFrom
|
|
@@ -1180,15 +1336,29 @@ const __default__ = {
|
|
|
1180
1336
|
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, {
|
|
1181
1337
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).yes,
|
|
1182
1338
|
value: 1
|
|
1183
|
-
}, null, 8
|
|
1339
|
+
}, null, 8
|
|
1340
|
+
/* PROPS */
|
|
1341
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1184
1342
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).no,
|
|
1185
1343
|
value: 0
|
|
1186
|
-
}, null, 8
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1344
|
+
}, null, 8
|
|
1345
|
+
/* PROPS */
|
|
1346
|
+
, ["label"])]),
|
|
1347
|
+
_: 1
|
|
1348
|
+
/* STABLE */
|
|
1349
|
+
|
|
1350
|
+
}, 8
|
|
1351
|
+
/* PROPS */
|
|
1352
|
+
, ["modelValue"])]),
|
|
1353
|
+
_: 1
|
|
1354
|
+
/* STABLE */
|
|
1355
|
+
|
|
1356
|
+
}, 8
|
|
1357
|
+
/* PROPS */
|
|
1358
|
+
, ["label"])]),
|
|
1359
|
+
_: 1
|
|
1360
|
+
/* STABLE */
|
|
1361
|
+
|
|
1192
1362
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1193
1363
|
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, {
|
|
1194
1364
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).mode
|
|
@@ -1204,22 +1374,42 @@ const __default__ = {
|
|
|
1204
1374
|
label: 1,
|
|
1205
1375
|
onChange: _cache[25] || (_cache[25] = $event => paramsChanged('cycleStyle'))
|
|
1206
1376
|
}, {
|
|
1207
|
-
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
|
|
1208
|
-
|
|
1209
|
-
|
|
1377
|
+
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
|
|
1378
|
+
/* TEXT */
|
|
1379
|
+
)]),
|
|
1380
|
+
_: 1
|
|
1381
|
+
/* STABLE */
|
|
1382
|
+
|
|
1383
|
+
}, 8
|
|
1384
|
+
/* PROPS */
|
|
1385
|
+
, ["modelValue"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
1210
1386
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).modeStyle,
|
|
1211
1387
|
"onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).modeStyle = $event),
|
|
1212
1388
|
label: 2,
|
|
1213
1389
|
onChange: _cache[27] || (_cache[27] = $event => paramsChanged('lengthStyle'))
|
|
1214
1390
|
}, {
|
|
1215
|
-
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
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1391
|
+
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
|
|
1392
|
+
/* TEXT */
|
|
1393
|
+
)]),
|
|
1394
|
+
_: 1
|
|
1395
|
+
/* STABLE */
|
|
1396
|
+
|
|
1397
|
+
}, 8
|
|
1398
|
+
/* PROPS */
|
|
1399
|
+
, ["modelValue"])]),
|
|
1400
|
+
_: 1
|
|
1401
|
+
/* STABLE */
|
|
1402
|
+
|
|
1219
1403
|
})]),
|
|
1220
|
-
_: 1
|
|
1221
|
-
|
|
1222
|
-
|
|
1404
|
+
_: 1
|
|
1405
|
+
/* STABLE */
|
|
1406
|
+
|
|
1407
|
+
}, 8
|
|
1408
|
+
/* PROPS */
|
|
1409
|
+
, ["label"])]),
|
|
1410
|
+
_: 1
|
|
1411
|
+
/* STABLE */
|
|
1412
|
+
|
|
1223
1413
|
}), (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, {
|
|
1224
1414
|
key: 0
|
|
1225
1415
|
}, {
|
|
@@ -1236,12 +1426,22 @@ const __default__ = {
|
|
|
1236
1426
|
"onUpdate:modelValue": _cache[28] || (_cache[28] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).cycleStyle = $event),
|
|
1237
1427
|
"controls-position": "right",
|
|
1238
1428
|
onChange: _cache[29] || (_cache[29] = $event => paramsChanged('cycleStyle'))
|
|
1239
|
-
}, null, 8
|
|
1240
|
-
|
|
1429
|
+
}, null, 8
|
|
1430
|
+
/* PROPS */
|
|
1431
|
+
, ["modelValue"])]),
|
|
1432
|
+
_: 1
|
|
1433
|
+
/* STABLE */
|
|
1434
|
+
|
|
1241
1435
|
})]),
|
|
1242
|
-
_: 1
|
|
1243
|
-
|
|
1244
|
-
|
|
1436
|
+
_: 1
|
|
1437
|
+
/* STABLE */
|
|
1438
|
+
|
|
1439
|
+
}, 8
|
|
1440
|
+
/* PROPS */
|
|
1441
|
+
, ["label"])]),
|
|
1442
|
+
_: 1
|
|
1443
|
+
/* STABLE */
|
|
1444
|
+
|
|
1245
1445
|
})) : (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, {
|
|
1246
1446
|
key: 1
|
|
1247
1447
|
}, {
|
|
@@ -1258,14 +1458,26 @@ const __default__ = {
|
|
|
1258
1458
|
"onUpdate:modelValue": _cache[30] || (_cache[30] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lengthStyle = $event),
|
|
1259
1459
|
"controls-position": "right",
|
|
1260
1460
|
onChange: _cache[31] || (_cache[31] = $event => paramsChanged('lengthStyle'))
|
|
1261
|
-
}, null, 8
|
|
1262
|
-
|
|
1461
|
+
}, null, 8
|
|
1462
|
+
/* PROPS */
|
|
1463
|
+
, ["modelValue"])]),
|
|
1464
|
+
_: 1
|
|
1465
|
+
/* STABLE */
|
|
1466
|
+
|
|
1263
1467
|
})]),
|
|
1264
|
-
_: 1
|
|
1265
|
-
|
|
1266
|
-
|
|
1468
|
+
_: 1
|
|
1469
|
+
/* STABLE */
|
|
1470
|
+
|
|
1471
|
+
}, 8
|
|
1472
|
+
/* PROPS */
|
|
1473
|
+
, ["label"])]),
|
|
1474
|
+
_: 1
|
|
1475
|
+
/* STABLE */
|
|
1476
|
+
|
|
1267
1477
|
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1268
|
-
_: 1
|
|
1478
|
+
_: 1
|
|
1479
|
+
/* STABLE */
|
|
1480
|
+
|
|
1269
1481
|
})) : (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, {
|
|
1270
1482
|
key: 1,
|
|
1271
1483
|
"label-width": "100px",
|
|
@@ -1290,8 +1502,12 @@ const __default__ = {
|
|
|
1290
1502
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSweepRadius,
|
|
1291
1503
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSweepRadius,
|
|
1292
1504
|
onChange: _cache[33] || (_cache[33] = $event => paramsChanged('Radius'))
|
|
1293
|
-
}, null, 8
|
|
1294
|
-
|
|
1505
|
+
}, null, 8
|
|
1506
|
+
/* PROPS */
|
|
1507
|
+
, ["modelValue", "min", "max"])]),
|
|
1508
|
+
_: 1
|
|
1509
|
+
/* STABLE */
|
|
1510
|
+
|
|
1295
1511
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1296
1512
|
span: 8
|
|
1297
1513
|
}, {
|
|
@@ -1303,14 +1519,26 @@ const __default__ = {
|
|
|
1303
1519
|
step: 1,
|
|
1304
1520
|
"controls-position": "right",
|
|
1305
1521
|
onChange: _cache[35] || (_cache[35] = $event => paramsChanged('Radius'))
|
|
1306
|
-
}, null, 8
|
|
1307
|
-
|
|
1522
|
+
}, null, 8
|
|
1523
|
+
/* PROPS */
|
|
1524
|
+
, ["modelValue", "min", "max"])]),
|
|
1525
|
+
_: 1
|
|
1526
|
+
/* STABLE */
|
|
1527
|
+
|
|
1308
1528
|
})]),
|
|
1309
|
-
_: 1
|
|
1529
|
+
_: 1
|
|
1530
|
+
/* STABLE */
|
|
1531
|
+
|
|
1310
1532
|
})]),
|
|
1311
|
-
_: 1
|
|
1312
|
-
|
|
1313
|
-
|
|
1533
|
+
_: 1
|
|
1534
|
+
/* STABLE */
|
|
1535
|
+
|
|
1536
|
+
}, 8
|
|
1537
|
+
/* PROPS */
|
|
1538
|
+
, ["label"])]),
|
|
1539
|
+
_: 1
|
|
1540
|
+
/* STABLE */
|
|
1541
|
+
|
|
1314
1542
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1315
1543
|
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
1544
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).whetherToAndFrom
|
|
@@ -1323,15 +1551,29 @@ const __default__ = {
|
|
|
1323
1551
|
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
1552
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).yes,
|
|
1325
1553
|
value: 1
|
|
1326
|
-
}, null, 8
|
|
1554
|
+
}, null, 8
|
|
1555
|
+
/* PROPS */
|
|
1556
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1327
1557
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).no,
|
|
1328
1558
|
value: 0
|
|
1329
|
-
}, null, 8
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1559
|
+
}, null, 8
|
|
1560
|
+
/* PROPS */
|
|
1561
|
+
, ["label"])]),
|
|
1562
|
+
_: 1
|
|
1563
|
+
/* STABLE */
|
|
1564
|
+
|
|
1565
|
+
}, 8
|
|
1566
|
+
/* PROPS */
|
|
1567
|
+
, ["modelValue"])]),
|
|
1568
|
+
_: 1
|
|
1569
|
+
/* STABLE */
|
|
1570
|
+
|
|
1571
|
+
}, 8
|
|
1572
|
+
/* PROPS */
|
|
1573
|
+
, ["label"])]),
|
|
1574
|
+
_: 1
|
|
1575
|
+
/* STABLE */
|
|
1576
|
+
|
|
1335
1577
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1336
1578
|
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, {
|
|
1337
1579
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).textureStyle
|
|
@@ -1344,15 +1586,29 @@ const __default__ = {
|
|
|
1344
1586
|
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, {
|
|
1345
1587
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).imageTitle,
|
|
1346
1588
|
value: 0
|
|
1347
|
-
}, null, 8
|
|
1589
|
+
}, null, 8
|
|
1590
|
+
/* PROPS */
|
|
1591
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1348
1592
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).mixed,
|
|
1349
1593
|
value: 1
|
|
1350
|
-
}, null, 8
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1594
|
+
}, null, 8
|
|
1595
|
+
/* PROPS */
|
|
1596
|
+
, ["label"])]),
|
|
1597
|
+
_: 1
|
|
1598
|
+
/* STABLE */
|
|
1599
|
+
|
|
1600
|
+
}, 8
|
|
1601
|
+
/* PROPS */
|
|
1602
|
+
, ["modelValue"])]),
|
|
1603
|
+
_: 1
|
|
1604
|
+
/* STABLE */
|
|
1605
|
+
|
|
1606
|
+
}, 8
|
|
1607
|
+
/* PROPS */
|
|
1608
|
+
, ["label"])]),
|
|
1609
|
+
_: 1
|
|
1610
|
+
/* STABLE */
|
|
1611
|
+
|
|
1356
1612
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1357
1613
|
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, {
|
|
1358
1614
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fillStyle,
|
|
@@ -1368,18 +1624,34 @@ const __default__ = {
|
|
|
1368
1624
|
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, {
|
|
1369
1625
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).roundness,
|
|
1370
1626
|
value: 0
|
|
1371
|
-
}, null, 8
|
|
1627
|
+
}, null, 8
|
|
1628
|
+
/* PROPS */
|
|
1629
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1372
1630
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).toroidal,
|
|
1373
1631
|
value: 1
|
|
1374
|
-
}, null, 8
|
|
1632
|
+
}, null, 8
|
|
1633
|
+
/* PROPS */
|
|
1634
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1375
1635
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).radarScanning,
|
|
1376
1636
|
value: 2
|
|
1377
|
-
}, null, 8
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1637
|
+
}, null, 8
|
|
1638
|
+
/* PROPS */
|
|
1639
|
+
, ["label"])]),
|
|
1640
|
+
_: 1
|
|
1641
|
+
/* STABLE */
|
|
1642
|
+
|
|
1643
|
+
}, 8
|
|
1644
|
+
/* PROPS */
|
|
1645
|
+
, ["modelValue"])]),
|
|
1646
|
+
_: 1
|
|
1647
|
+
/* STABLE */
|
|
1648
|
+
|
|
1649
|
+
}, 8
|
|
1650
|
+
/* PROPS */
|
|
1651
|
+
, ["label"])]),
|
|
1652
|
+
_: 1
|
|
1653
|
+
/* STABLE */
|
|
1654
|
+
|
|
1383
1655
|
}), (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, {
|
|
1384
1656
|
key: 0
|
|
1385
1657
|
}, {
|
|
@@ -1394,32 +1666,65 @@ const __default__ = {
|
|
|
1394
1666
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor,
|
|
1395
1667
|
"onUpdate:modelValue": _cache[42] || (_cache[42] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor = $event),
|
|
1396
1668
|
onChange: _cache[43] || (_cache[43] = $event => paramsChanged('fillColor'))
|
|
1397
|
-
}, null, 8
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1669
|
+
}, null, 8
|
|
1670
|
+
/* PROPS */
|
|
1671
|
+
, ["modelValue"])]),
|
|
1672
|
+
_: 1
|
|
1673
|
+
/* STABLE */
|
|
1674
|
+
|
|
1675
|
+
}, 8
|
|
1676
|
+
/* PROPS */
|
|
1677
|
+
, ["label"])]),
|
|
1678
|
+
_: 1
|
|
1679
|
+
/* STABLE */
|
|
1680
|
+
|
|
1401
1681
|
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1402
|
-
_: 1
|
|
1682
|
+
_: 1
|
|
1683
|
+
/* STABLE */
|
|
1684
|
+
|
|
1403
1685
|
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1404
|
-
_: 1
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1686
|
+
_: 1
|
|
1687
|
+
/* STABLE */
|
|
1688
|
+
|
|
1689
|
+
}, 8
|
|
1690
|
+
/* PROPS */
|
|
1691
|
+
, ["title"])]),
|
|
1692
|
+
_: 1
|
|
1693
|
+
/* STABLE */
|
|
1694
|
+
|
|
1695
|
+
}, 8
|
|
1696
|
+
/* PROPS */
|
|
1697
|
+
, ["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, {
|
|
1408
1698
|
onClick: _cache[44] || (_cache[44] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => addAnalysis(), ["stop"])),
|
|
1409
1699
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addBtn,
|
|
1410
1700
|
type: "primary"
|
|
1411
1701
|
}, {
|
|
1412
|
-
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
|
|
1413
|
-
|
|
1414
|
-
|
|
1702
|
+
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
|
|
1703
|
+
/* TEXT */
|
|
1704
|
+
)]),
|
|
1705
|
+
_: 1
|
|
1706
|
+
/* STABLE */
|
|
1707
|
+
|
|
1708
|
+
}, 8
|
|
1709
|
+
/* PROPS */
|
|
1710
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1415
1711
|
onClick: _cache[45] || (_cache[45] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clear(), ["stop"])),
|
|
1416
1712
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
1417
1713
|
}, {
|
|
1418
|
-
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
|
|
1419
|
-
|
|
1420
|
-
|
|
1714
|
+
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
|
|
1715
|
+
/* TEXT */
|
|
1716
|
+
)]),
|
|
1717
|
+
_: 1
|
|
1718
|
+
/* STABLE */
|
|
1719
|
+
|
|
1720
|
+
}, 8
|
|
1721
|
+
/* PROPS */
|
|
1722
|
+
, ["title"])])])], 2
|
|
1723
|
+
/* CLASS */
|
|
1724
|
+
);
|
|
1421
1725
|
};
|
|
1422
1726
|
}
|
|
1727
|
+
|
|
1423
1728
|
}));
|
|
1424
1729
|
;// CONCATENATED MODULE: ./src/webgl/scaneffect/ScanEffect.vue?vue&type=script&setup=true&lang=js
|
|
1425
1730
|
|
|
@@ -1441,11 +1746,13 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
1441
1746
|
|
|
1442
1747
|
|
|
1443
1748
|
|
|
1749
|
+
|
|
1444
1750
|
ScanEffect.install = (Vue, opts) => {
|
|
1445
1751
|
init_js_default()(Vue, opts);
|
|
1446
1752
|
Vue.component(ScanEffect.name, ScanEffect);
|
|
1447
1753
|
};
|
|
1448
1754
|
|
|
1755
|
+
|
|
1449
1756
|
}();
|
|
1450
1757
|
/******/ return __webpack_exports__;
|
|
1451
1758
|
/******/ })()
|