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