@kq_npm/client3d_webgl_vue 4.5.38 → 4.5.40
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 +285 -193
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +45 -14
- package/boxclip/index.js +52 -19
- package/clientPrint/index.js +3539 -1291
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +699 -14
- package/excavatefillanalysis/index.js +48 -18
- package/flight/index.js +45 -4
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +39 -5
- package/geologicalbodyanalysis/index.js +37 -3
- package/gpuspatialquery/index.js +50 -24
- package/heatmap3d/index.js +37 -3
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +3357 -1160
- package/isolineanalysis/index.js +56 -28
- package/light/index.js +19 -22
- package/limitheightanalysis/index.js +46 -16
- package/measure/index.js +56 -14
- package/modelFlat/index.js +37 -3
- package/modelexcavate/index.js +37 -3
- package/modelfilter/index.js +37 -3
- package/modelprofileanalysis/index.js +37 -3
- package/modelselect/index.js +37 -3
- package/package.json +1 -1
- package/particleeffect/index.js +26 -33
- package/planeclip/index.js +47 -18
- package/radarscananalysis/index.js +863 -0
- package/radarscananalysis/style/index.js +3 -0
- package/radarscananalysis/style/radarscananalysis.css +1 -0
- package/scaneffect/index.js +48 -20
- package/scaneffect/style/scaneffect.css +1 -1
- package/sceneadvancedtoimage/index.js +46 -16
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -1
- package/sceneapp/index.js +3538 -1290
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +3533 -1285
- package/sceneview/style/sceneview.css +1 -1
- package/shadowanalysis/index.js +49 -19
- package/sightlineanalysis/index.js +41 -31
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +37 -3
- package/slopeanalysis/index.js +85 -54
- package/slopeaspectanalysis/index.js +520 -135
- package/style.css +1 -1
- package/terrainoperation/index.js +61 -31
- package/terrainprofileanalysis/index.js +45 -14
- package/typhoontrac/index.js +71 -11
- package/typhoontrac/style/typhoontrac.css +1 -1
- package/videofusion/index.js +37 -3
- package/videoproject/index.js +37 -3
- package/weathereffect/index.js +30 -34
- package/windyslicing/index.js +670 -306
- package/windyslicing/style/windyslicing.css +1 -1
- package/wireframesketch/index.js +37 -3
|
@@ -12,13 +12,32 @@ return /******/ (function() { // webpackBootstrap
|
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
+
/***/ 3789:
|
|
16
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17
|
+
|
|
18
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
19
|
+
/* harmony export */ "P": function() { return /* binding */ kq_npm_client_common_vue; }
|
|
20
|
+
/* harmony export */ });
|
|
21
|
+
/* unused harmony export kq_npm_client_leaflet_vue */
|
|
22
|
+
let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
|
|
23
|
+
|
|
24
|
+
__webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
|
|
25
|
+
|
|
26
|
+
let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_npm_client_leaflet_vue || {});
|
|
27
|
+
|
|
28
|
+
__webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
/***/ }),
|
|
32
|
+
|
|
15
33
|
/***/ 1705:
|
|
16
34
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17
35
|
|
|
18
36
|
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9389);
|
|
19
37
|
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
20
|
-
/* harmony import */ var
|
|
21
|
-
/* harmony import */ var
|
|
38
|
+
/* harmony import */ var _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3789);
|
|
39
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7997);
|
|
40
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_2__);
|
|
22
41
|
/*
|
|
23
42
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
43
|
* All rights reserved.
|
|
@@ -27,12 +46,15 @@ return /******/ (function() { // webpackBootstrap
|
|
|
27
46
|
|
|
28
47
|
|
|
29
48
|
|
|
49
|
+
|
|
30
50
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
31
|
-
|
|
51
|
+
_init__WEBPACK_IMPORTED_MODULE_2___default()(Vue, opts);
|
|
32
52
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
33
53
|
};
|
|
34
54
|
|
|
35
55
|
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
56
|
+
|
|
57
|
+
_common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue.KqMessage */ .P.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
|
|
36
58
|
|
|
37
59
|
|
|
38
60
|
/***/ }),
|
|
@@ -144,6 +166,18 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
|
144
166
|
/******/ };
|
|
145
167
|
/******/ }();
|
|
146
168
|
/******/
|
|
169
|
+
/******/ /* webpack/runtime/global */
|
|
170
|
+
/******/ !function() {
|
|
171
|
+
/******/ __webpack_require__.g = (function() {
|
|
172
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
173
|
+
/******/ try {
|
|
174
|
+
/******/ return this || new Function('return this')();
|
|
175
|
+
/******/ } catch (e) {
|
|
176
|
+
/******/ if (typeof window === 'object') return window;
|
|
177
|
+
/******/ }
|
|
178
|
+
/******/ })();
|
|
179
|
+
/******/ }();
|
|
180
|
+
/******/
|
|
147
181
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
148
182
|
/******/ !function() {
|
|
149
183
|
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
@@ -192,6 +226,7 @@ var message = __webpack_require__(1705);
|
|
|
192
226
|
class SlopeAspectAnalysisViewModel {
|
|
193
227
|
_slopeAnalysis = null; // 坡度坡向三维对象
|
|
194
228
|
_aspectAnalysis = null; // 坡向三维对象
|
|
229
|
+
_calculationSlopeAspect = null;
|
|
195
230
|
//全局参数
|
|
196
231
|
_globaOptions = {
|
|
197
232
|
viewer: null,
|
|
@@ -230,66 +265,31 @@ class SlopeAspectAnalysisViewModel {
|
|
|
230
265
|
maxSlope: viewModel.maxSlope,
|
|
231
266
|
slopeColorText: viewModel.slopeColorText,
|
|
232
267
|
slopeColorAlpha: viewModel.slopeColorAlpha,
|
|
233
|
-
colorImage: this.getImagePath(viewModel.colorImage)
|
|
268
|
+
colorImage: this.getImagePath(viewModel.colorImage),
|
|
234
269
|
};
|
|
235
270
|
this._globaOptions.viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
|
|
236
|
-
|
|
271
|
+
this._globaOptions.viewer.scene.globe.enableLighting = true;
|
|
237
272
|
this._globaOptions._drawManager = scenceView._drawManager;
|
|
238
|
-
var that = this;
|
|
239
273
|
// 坡度对象
|
|
240
274
|
this._aspectAnalysis = new window.Cesium.Kq3dAspect({
|
|
241
275
|
interval: viewModel.interval || 500, // 采样间隔
|
|
242
276
|
width: viewModel.arrowWidth || 20, // 箭头宽度
|
|
243
|
-
color: window.Cesium.Color.fromCssColorString(viewModel.
|
|
277
|
+
color: window.Cesium.Color.fromCssColorString(viewModel.arrowColor || "#FFFF00"), // 箭头颜色
|
|
244
278
|
viewer: scenceView._viewer
|
|
245
279
|
});
|
|
246
|
-
this._globaOptions.
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
positions: that._globaOptions.viewModel.positions,
|
|
258
|
-
isFilter: false,
|
|
259
|
-
colorTableDegree: that._globaOptions.viewModel.colorTableDegree,
|
|
260
|
-
colorTable: that._globaOptions.viewModel.colorTable
|
|
261
|
-
});
|
|
262
|
-
break;
|
|
263
|
-
case "colorImage":
|
|
264
|
-
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
265
|
-
viewer: that._globaOptions.viewer,
|
|
266
|
-
positions: that._globaOptions.viewModel.positions,
|
|
267
|
-
isFilter: false,
|
|
268
|
-
colorImage: that._globaOptions.viewModel.imageSrc
|
|
269
|
-
});
|
|
270
|
-
break;
|
|
271
|
-
case "slopeFilter":
|
|
272
|
-
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
273
|
-
viewer: that._globaOptions.viewer,
|
|
274
|
-
positions: that._globaOptions.viewModel.positions,
|
|
275
|
-
isFilter: true,
|
|
276
|
-
minSlope: that._globaOptions.viewModel.minSlope,
|
|
277
|
-
maxSlope: that._globaOptions.viewModel.maxSlope,
|
|
278
|
-
color: Cesium.Color.fromCssColorString(that._globaOptions.viewModel.slopeColorText).withAlpha(
|
|
279
|
-
Number(that._globaOptions.viewModel.slopeColorAlpha)
|
|
280
|
-
)
|
|
281
|
-
});
|
|
282
|
-
break;
|
|
283
|
-
}
|
|
284
|
-
} else {
|
|
285
|
-
that._slopeAnalysis.positions = that._globaOptions.viewModel.positions;
|
|
286
|
-
}
|
|
287
|
-
that._globaOptions._drawManager.clear();
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
);
|
|
280
|
+
this._globaOptions.calculationOption = {
|
|
281
|
+
circleRadius: viewModel.circleRadius,
|
|
282
|
+
pointDistance: 25,
|
|
283
|
+
lineWidth: viewModel.lineWidth,
|
|
284
|
+
gridPointPixel: 2,
|
|
285
|
+
controlPointPixel: viewModel.controlPointPixel,
|
|
286
|
+
controlPointBorder: viewModel.controlPointBorder,
|
|
287
|
+
showDecPoint: false,
|
|
288
|
+
viewer: scenceView._viewer,
|
|
289
|
+
};
|
|
290
|
+
this._calculationSlopeAspect = new Cesium.Kq3dCalculationSlopeAspect(this._globaOptions.calculationOption);
|
|
291
291
|
}
|
|
292
|
-
|
|
292
|
+
// 获取图片路径
|
|
293
293
|
getImagePath(value) {
|
|
294
294
|
var imagePath = "";
|
|
295
295
|
var image = this._colorImages.find(item => item.value === value);
|
|
@@ -300,25 +300,78 @@ class SlopeAspectAnalysisViewModel {
|
|
|
300
300
|
}
|
|
301
301
|
// 开始分析
|
|
302
302
|
start() {
|
|
303
|
+
var that = this;
|
|
303
304
|
// 判断是否添加了地形
|
|
304
305
|
if (this._globaOptions.viewModel.viewer.terrainProvider.availability) {
|
|
305
306
|
if (this._globaOptions.viewModel.viewer.terrainProvider && !this._globaOptions.viewModel.viewer.terrainProvider._heightmapStructure) {
|
|
306
|
-
if (this._globaOptions.
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
maxSlope: this._globaOptions.viewModel.maxSlope,
|
|
314
|
-
color: Cesium.Color.fromCssColorString(this._globaOptions.viewModel.slopeColorText).withAlpha(
|
|
315
|
-
Number(this._globaOptions.viewModel.slopeColorAlpha)
|
|
316
|
-
)
|
|
317
|
-
});
|
|
307
|
+
if (this._globaOptions && this._globaOptions.analysisMethod == 2) {
|
|
308
|
+
if(this._calculationSlopeAspect){
|
|
309
|
+
this._calculationSlopeAspect?.startCalculation();
|
|
310
|
+
}else {
|
|
311
|
+
this._calculationSlopeAspect = new Cesium.Kq3dCalculationSlopeAspect(this._globaOptions.calculationOption);
|
|
312
|
+
this._calculationSlopeAspect?.startCalculation();
|
|
313
|
+
}
|
|
318
314
|
} else {
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
this.
|
|
315
|
+
if (this._globaOptions.viewModel.fillStyle === "slopeFilter") {
|
|
316
|
+
// 坡度过滤不需要进行绘制
|
|
317
|
+
this._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
318
|
+
viewer: this._globaOptions.viewer,
|
|
319
|
+
positions: [],
|
|
320
|
+
isFilter: true,
|
|
321
|
+
minSlope: this._globaOptions.viewModel.minSlope,
|
|
322
|
+
maxSlope: this._globaOptions.viewModel.maxSlope,
|
|
323
|
+
color: Cesium.Color.fromCssColorString(this._globaOptions.viewModel.slopeColorText).withAlpha(
|
|
324
|
+
Number(this._globaOptions.viewModel.slopeColorAlpha)
|
|
325
|
+
),
|
|
326
|
+
});
|
|
327
|
+
} else {
|
|
328
|
+
// this.clear();
|
|
329
|
+
if (this._globaOptions._drawManager) {
|
|
330
|
+
this._globaOptions._drawManager.startDraw("polygon", { clampToGround: true }, (feature, { shape }) => {
|
|
331
|
+
if (!shape.groupName || shape.groupName !== "SlopeAspectAnalysisDraw") return;
|
|
332
|
+
if (shape) {
|
|
333
|
+
that._globaOptions.viewModel.positions = shape._controlPoints;
|
|
334
|
+
if (that._aspectAnalysis) that._aspectAnalysis.positions = shape._controlPoints;
|
|
335
|
+
// 实例化分析对象
|
|
336
|
+
if (!that._slopeAnalysis) {
|
|
337
|
+
switch (that._globaOptions.viewModel.fillStyle) {
|
|
338
|
+
case "tableColor":
|
|
339
|
+
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
340
|
+
viewer: that._globaOptions.viewer,
|
|
341
|
+
positions: that._globaOptions.viewModel.positions,
|
|
342
|
+
isFilter: false,
|
|
343
|
+
colorTableDegree: that._globaOptions.viewModel.colorTableDegree,
|
|
344
|
+
colorTable: that._globaOptions.viewModel.colorTable,
|
|
345
|
+
});
|
|
346
|
+
break;
|
|
347
|
+
case "colorImage":
|
|
348
|
+
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
349
|
+
viewer: that._globaOptions.viewer,
|
|
350
|
+
positions: that._globaOptions.viewModel.positions,
|
|
351
|
+
isFilter: false,
|
|
352
|
+
colorImage: that._globaOptions.viewModel.imageSrc,
|
|
353
|
+
});
|
|
354
|
+
break;
|
|
355
|
+
case "slopeFilter":
|
|
356
|
+
that._slopeAnalysis = new Cesium.Kq3dSlope({
|
|
357
|
+
viewer: that._globaOptions.viewer,
|
|
358
|
+
positions: that._globaOptions.viewModel.positions,
|
|
359
|
+
isFilter: true,
|
|
360
|
+
minSlope: that._globaOptions.viewModel.minSlope,
|
|
361
|
+
maxSlope: that._globaOptions.viewModel.maxSlope,
|
|
362
|
+
color: Cesium.Color.fromCssColorString(that._globaOptions.viewModel.slopeColorText).withAlpha(
|
|
363
|
+
Number(that._globaOptions.viewModel.slopeColorAlpha)
|
|
364
|
+
),
|
|
365
|
+
});
|
|
366
|
+
break;
|
|
367
|
+
}
|
|
368
|
+
} else {
|
|
369
|
+
that._slopeAnalysis.positions = that._globaOptions.viewModel.positions;
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
this._globaOptions._drawManager.clearDrawGroup("SlopeAspectAnalysisDraw");
|
|
373
|
+
}, "SlopeAspectAnalysisDraw");
|
|
374
|
+
}
|
|
322
375
|
}
|
|
323
376
|
}
|
|
324
377
|
} else {
|
|
@@ -334,8 +387,12 @@ class SlopeAspectAnalysisViewModel {
|
|
|
334
387
|
});
|
|
335
388
|
}
|
|
336
389
|
}
|
|
337
|
-
|
|
338
|
-
|
|
390
|
+
// 切换
|
|
391
|
+
changeAnalysisMethod(key, val) {
|
|
392
|
+
this.stopCalculation();
|
|
393
|
+
this._globaOptions[key] = val;
|
|
394
|
+
}
|
|
395
|
+
// 修改填充样式
|
|
339
396
|
changeFilltyle(key) {
|
|
340
397
|
this._globaOptions.viewModel.fillStyle = key;
|
|
341
398
|
if (!this._slopeAnalysis) return;
|
|
@@ -428,22 +485,49 @@ class SlopeAspectAnalysisViewModel {
|
|
|
428
485
|
setArrowColor(newValue) {
|
|
429
486
|
if (this._aspectAnalysis) this._aspectAnalysis._color = Cesium.Color.fromCssColorString(newValue);
|
|
430
487
|
}
|
|
488
|
+
// 设置半径
|
|
489
|
+
setCircleRadius(newValue) {
|
|
490
|
+
this._globaOptions.calculationOption["circleRadius"] = newValue;
|
|
491
|
+
}
|
|
492
|
+
// 线宽度
|
|
493
|
+
setLineWidth(newValue) {
|
|
494
|
+
this._globaOptions.calculationOption["lineWidth"] = newValue;
|
|
495
|
+
}
|
|
496
|
+
// 控制点像素
|
|
497
|
+
setControlPointPixel(newValue) {
|
|
498
|
+
this._globaOptions.calculationOption["controlPointPixel"] = newValue;
|
|
499
|
+
}
|
|
500
|
+
// 控制点像素边框
|
|
501
|
+
setControlPointBorder(newValue) {
|
|
502
|
+
this._globaOptions.calculationOption["controlPointBorder"] = newValue;
|
|
503
|
+
}
|
|
504
|
+
stopCalculation(){
|
|
505
|
+
this._calculationSlopeAspect?.stopCalculation?.();
|
|
506
|
+
}
|
|
507
|
+
removeCalculation() {
|
|
508
|
+
this.stopCalculation();
|
|
509
|
+
this._calculationSlopeAspect?.remove?.();
|
|
510
|
+
}
|
|
511
|
+
destroyCalculation() {
|
|
512
|
+
this.removeCalculation();
|
|
513
|
+
this._calculationSlopeAspect?.destroy?.();
|
|
514
|
+
this._calculationSlopeAspect = null;
|
|
515
|
+
}
|
|
431
516
|
// 清除全部结果
|
|
432
517
|
clear() {
|
|
433
|
-
this._globaOptions
|
|
518
|
+
this._globaOptions?._drawManager?.stopDraw?.();
|
|
434
519
|
this._slopeAnalysis && this._slopeAnalysis.destroy();
|
|
435
520
|
this._slopeAnalysis = null;
|
|
436
521
|
this._aspectAnalysis && this._aspectAnalysis.clear();
|
|
522
|
+
this.destroyCalculation();
|
|
437
523
|
}
|
|
438
524
|
// 销毁
|
|
439
525
|
destroy() {
|
|
440
|
-
// 移除监听事件
|
|
441
|
-
this._globaOptions._drawFinishedEventListener && this._globaOptions._drawFinishedEventListener();
|
|
442
|
-
this._globaOptions._drawFinishedEventListener = null;
|
|
443
526
|
this._slopeAnalysis && this._slopeAnalysis.destroy();
|
|
444
527
|
this._slopeAnalysis = null;
|
|
445
528
|
this._aspectAnalysis && this._aspectAnalysis.clear();
|
|
446
529
|
this._aspectAnalysis = null;
|
|
530
|
+
this.destroyCalculation();
|
|
447
531
|
}
|
|
448
532
|
}
|
|
449
533
|
|
|
@@ -559,7 +643,9 @@ const colorImages = [
|
|
|
559
643
|
let viewModel = null;
|
|
560
644
|
// 默认参数
|
|
561
645
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
562
|
-
collapseValue:
|
|
646
|
+
collapseValue: props.settingParams?.collapseValue ?? "slope", // 折叠组件是否折叠,slope:展开坡度设置,aspect:展开破坡向设置
|
|
647
|
+
showAnalysisMethod: props.settingParams?.showAnalysisMethod ?? true,
|
|
648
|
+
analysisMethod: props.settingParams?.analysisMethod ?? 1,
|
|
563
649
|
fillStyle: (props.settingParams && props.settingParams.fillStyle) || "tableColor",
|
|
564
650
|
colorTableDegree: (props.settingParams && props.settingParams.colorTableDegree) || [10, 20, 30, 40, 90],
|
|
565
651
|
colorTable: (props.settingParams && props.settingParams.colorTable) || [
|
|
@@ -581,7 +667,19 @@ let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive
|
|
|
581
667
|
arrowWidth: (props.settingParams && props.settingParams.arrowWidth) || 20, // 箭头宽度
|
|
582
668
|
minArrowWidth: (props.settingParams && props.settingParams.minArrowWidth) || 1, // 箭头宽度最小值
|
|
583
669
|
maxArrowWidth: (props.settingParams && props.settingParams.maxArrowWidth) || 30, // 箭头宽度最大值
|
|
584
|
-
arrowColor: (props.settingParams && props.settingParams.arrowColor) || "#FFFF00" // 箭头颜色
|
|
670
|
+
arrowColor: (props.settingParams && props.settingParams.arrowColor) || "#FFFF00", // 箭头颜色
|
|
671
|
+
circleRadius: props.settingParams?.circleRadius ?? 50,
|
|
672
|
+
minCircleRadius: props.settingParams?.minCircleRadius ?? 0,
|
|
673
|
+
maxCircleRadius: props.settingParams?.maxCircleRadius ?? 200,
|
|
674
|
+
lineWidth: props.settingParams?.lineWidth ?? 8,
|
|
675
|
+
minLineWidth: props.settingParams?.minLineWidth ?? 0,
|
|
676
|
+
maxLineWidth: props.settingParams?.maxLineWidth ?? 10,
|
|
677
|
+
controlPointPixel: props.settingParams?.controlPointPixel ?? 10,
|
|
678
|
+
minControlPointPixel: props.settingParams?.minControlPointPixel ?? 0,
|
|
679
|
+
maxControlPointPixel: props.settingParams?.maxControlPointPixel ?? 50,
|
|
680
|
+
controlPointBorder: props.settingParams?.controlPointBorder ?? 2,
|
|
681
|
+
minControlPointBorder: props.settingParams?.minControlPointBorder ?? 0,
|
|
682
|
+
maxControlPointBorder: props.settingParams?.maxControlPointBorder ?? 10
|
|
585
683
|
});
|
|
586
684
|
|
|
587
685
|
// 组件容器Ref
|
|
@@ -668,45 +766,62 @@ function getImagePath(value) {
|
|
|
668
766
|
}
|
|
669
767
|
return imagePath;
|
|
670
768
|
}
|
|
769
|
+
function changeMethod(event) {
|
|
770
|
+
if (formItem.analysisMethod == 1) {
|
|
771
|
+
stopBubble(event);
|
|
772
|
+
}
|
|
773
|
+
viewModel && viewModel.changeAnalysisMethod("analysisMethod", formItem.analysisMethod);
|
|
774
|
+
}
|
|
671
775
|
|
|
672
776
|
// 参数改变
|
|
673
|
-
function paramsChanged(key) {
|
|
777
|
+
function paramsChanged(key, event) {
|
|
674
778
|
switch (key) {
|
|
779
|
+
case "analysisMethod": // 分析方式
|
|
780
|
+
viewModel && viewModel.changeAnalysisMethod(key, formItem.analysisMethod);
|
|
781
|
+
break;
|
|
675
782
|
case "fillStyle": // 填充样式
|
|
676
|
-
viewModel.changeFilltyle(formItem.fillStyle);
|
|
783
|
+
viewModel && viewModel.changeFilltyle(formItem.fillStyle);
|
|
677
784
|
break;
|
|
678
785
|
case "colorTableDegree": // 自定义填充样式区间
|
|
679
786
|
refactorArr("degree");
|
|
680
|
-
viewModel.setColorTableDegree(formItem.colorTableDegree);
|
|
787
|
+
viewModel && viewModel.setColorTableDegree(formItem.colorTableDegree);
|
|
681
788
|
break;
|
|
682
789
|
case "colorTable": // 自定义填充样式颜色
|
|
683
790
|
refactorArr("color");
|
|
684
|
-
viewModel.setColorTable(formItem.colorTable);
|
|
791
|
+
viewModel && viewModel.setColorTable(formItem.colorTable);
|
|
685
792
|
break;
|
|
686
793
|
case "colorImage": // 填充样式
|
|
687
794
|
var imageUrl = getImagePath(formItem.colorImage);
|
|
688
|
-
viewModel.setColorImage(imageUrl);
|
|
795
|
+
viewModel && viewModel.setColorImage(imageUrl);
|
|
689
796
|
break;
|
|
690
797
|
case "minSlope": // 填充样式
|
|
691
|
-
viewModel.setSlopeFilterMin(formItem.minSlope);
|
|
798
|
+
viewModel && viewModel.setSlopeFilterMin(formItem.minSlope);
|
|
692
799
|
break;
|
|
693
800
|
case "maxSlope": // 填充样式
|
|
694
|
-
viewModel.setSlopeFilterMax(formItem.maxSlope);
|
|
801
|
+
viewModel && viewModel.setSlopeFilterMax(formItem.maxSlope);
|
|
695
802
|
break;
|
|
696
803
|
case "slopeColorAlpha": // 填充样式
|
|
697
|
-
viewModel.setSlopeFilterColor(formItem.slopeColorText, formItem.slopeColorAlpha);
|
|
804
|
+
viewModel && viewModel.setSlopeFilterColor(formItem.slopeColorText, formItem.slopeColorAlpha);
|
|
698
805
|
break;
|
|
699
806
|
case "slopeColorText": // 填充样式
|
|
700
|
-
viewModel.setSlopeFilterColor(formItem.slopeColorText, formItem.slopeColorAlpha);
|
|
807
|
+
viewModel && viewModel.setSlopeFilterColor(formItem.slopeColorText, formItem.slopeColorAlpha);
|
|
701
808
|
break;
|
|
702
809
|
case "interval": // 采样间隔
|
|
703
|
-
viewModel.setInterval(formItem.interval);
|
|
810
|
+
viewModel && viewModel.setInterval(formItem.interval);
|
|
704
811
|
break;
|
|
705
812
|
case "arrowWidth": // 箭头间隔
|
|
706
|
-
viewModel.setArrowWidth(formItem.arrowWidth);
|
|
813
|
+
viewModel && viewModel.setArrowWidth(formItem.arrowWidth);
|
|
707
814
|
break;
|
|
708
815
|
case "arrowColor": // 箭头颜色
|
|
709
|
-
viewModel.setArrowColor(formItem.arrowColor);
|
|
816
|
+
viewModel && viewModel.setArrowColor(formItem.arrowColor);
|
|
817
|
+
case "circleRadius": // 半径
|
|
818
|
+
viewModel && viewModel.setCircleRadius(formItem.circleRadius);
|
|
819
|
+
case "lineWidth": // 线宽度
|
|
820
|
+
viewModel && viewModel.setLineWidth(formItem.lineWidth);
|
|
821
|
+
case "controlPointPixel": // 控制点像素
|
|
822
|
+
viewModel && viewModel.setControlPointPixel(formItem.controlPointPixel);
|
|
823
|
+
case "controlPointBorder": // 控制点像素边框
|
|
824
|
+
viewModel && viewModel.setControlPointBorder(formItem.controlPointBorder);
|
|
710
825
|
break;
|
|
711
826
|
default:
|
|
712
827
|
break;
|
|
@@ -714,13 +829,27 @@ function paramsChanged(key) {
|
|
|
714
829
|
}
|
|
715
830
|
// 开始分析
|
|
716
831
|
function startAnalysis() {
|
|
717
|
-
|
|
832
|
+
viewModel && viewModel.clear();
|
|
718
833
|
viewModel && viewModel.start();
|
|
719
834
|
}
|
|
835
|
+
// 结束计算
|
|
836
|
+
function stopAnalysis(event) {
|
|
837
|
+
viewModel && viewModel.stopCalculation();
|
|
838
|
+
stopBubble();
|
|
839
|
+
}
|
|
720
840
|
//清除结果
|
|
721
|
-
function clearResult() {
|
|
841
|
+
function clearResult(event) {
|
|
842
|
+
stopBubble(event);
|
|
722
843
|
viewModel && viewModel.clear();
|
|
723
844
|
}
|
|
845
|
+
//取消冒泡
|
|
846
|
+
function stopBubble(event) {
|
|
847
|
+
if (event && event.stopPropagation) {
|
|
848
|
+
event.stopPropagation();
|
|
849
|
+
} else {
|
|
850
|
+
window.event.cancelBubble = true;
|
|
851
|
+
}
|
|
852
|
+
}
|
|
724
853
|
// 销毁
|
|
725
854
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
726
855
|
viewModel && viewModel.destroy();
|
|
@@ -735,17 +864,17 @@ __expose({
|
|
|
735
864
|
});
|
|
736
865
|
|
|
737
866
|
return (_ctx, _cache) => {
|
|
867
|
+
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio")
|
|
738
868
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row")
|
|
869
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item")
|
|
870
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form")
|
|
739
871
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option")
|
|
740
872
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select")
|
|
741
|
-
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item")
|
|
742
873
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col")
|
|
743
874
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number")
|
|
744
875
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker")
|
|
745
|
-
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio")
|
|
746
876
|
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group")
|
|
747
877
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider")
|
|
748
|
-
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form")
|
|
749
878
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item")
|
|
750
879
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse")
|
|
751
880
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button")
|
|
@@ -763,13 +892,60 @@ return (_ctx, _cache) => {
|
|
|
763
892
|
}, null, 512 /* NEED_PATCH */))
|
|
764
893
|
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
765
894
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [
|
|
895
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
896
|
+
"label-width": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '90px' : '120px',
|
|
897
|
+
"label-position": "left"
|
|
898
|
+
}, {
|
|
899
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
900
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"flex","height":"38px"} }, {
|
|
901
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
902
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
903
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisMethod
|
|
904
|
+
}, {
|
|
905
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
906
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
907
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
908
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
909
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).analysisMethod,
|
|
910
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).analysisMethod) = $event)),
|
|
911
|
+
label: 1,
|
|
912
|
+
onChange: changeMethod
|
|
913
|
+
}, {
|
|
914
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
915
|
+
(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).customAreaAnalysis), 1 /* TEXT */)
|
|
916
|
+
]),
|
|
917
|
+
_: 1 /* STABLE */
|
|
918
|
+
}, 8 /* PROPS */, ["modelValue"]),
|
|
919
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
920
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).analysisMethod,
|
|
921
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).analysisMethod) = $event)),
|
|
922
|
+
label: 2,
|
|
923
|
+
onChange: changeMethod
|
|
924
|
+
}, {
|
|
925
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
926
|
+
(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).pointAnalysis), 1 /* TEXT */)
|
|
927
|
+
]),
|
|
928
|
+
_: 1 /* STABLE */
|
|
929
|
+
}, 8 /* PROPS */, ["modelValue"])
|
|
930
|
+
]),
|
|
931
|
+
_: 1 /* STABLE */
|
|
932
|
+
})
|
|
933
|
+
]),
|
|
934
|
+
_: 1 /* STABLE */
|
|
935
|
+
}, 8 /* PROPS */, ["label"])
|
|
936
|
+
]),
|
|
937
|
+
_: 1 /* STABLE */
|
|
938
|
+
})
|
|
939
|
+
]),
|
|
940
|
+
_: 1 /* STABLE */
|
|
941
|
+
}, 8 /* PROPS */, ["label-width"]),
|
|
766
942
|
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle !== 'slopeFilter')
|
|
767
943
|
? ((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, {
|
|
768
944
|
key: 0,
|
|
769
945
|
class: "kq3d-slope-aspect-analysis-tip"
|
|
770
946
|
}, {
|
|
771
947
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
772
|
-
(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).skylineTips), 1 /* TEXT */)
|
|
948
|
+
(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)(formItem).analysisMethod == 1 ? (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineTips : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).slopeAnalysisTips), 1 /* TEXT */)
|
|
773
949
|
]),
|
|
774
950
|
_: 1 /* STABLE */
|
|
775
951
|
}))
|
|
@@ -778,7 +954,7 @@ return (_ctx, _cache) => {
|
|
|
778
954
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue
|
|
779
955
|
}, {
|
|
780
956
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
781
|
-
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
957
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
782
958
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).slopeAnalysisSettings,
|
|
783
959
|
name: "slope"
|
|
784
960
|
}, {
|
|
@@ -796,8 +972,8 @@ return (_ctx, _cache) => {
|
|
|
796
972
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
797
973
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
798
974
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle,
|
|
799
|
-
"onUpdate:modelValue": _cache[
|
|
800
|
-
onChange: _cache[
|
|
975
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle) = $event)),
|
|
976
|
+
onChange: _cache[3] || (_cache[3] = $event => (paramsChanged('fillStyle')))
|
|
801
977
|
}, {
|
|
802
978
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
803
979
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
@@ -856,7 +1032,7 @@ return (_ctx, _cache) => {
|
|
|
856
1032
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree,
|
|
857
1033
|
"onUpdate:modelValue": $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree) = $event),
|
|
858
1034
|
disabled: true,
|
|
859
|
-
onChange: _cache[
|
|
1035
|
+
onChange: _cache[4] || (_cache[4] = $event => (paramsChanged('colorTableDegree'))),
|
|
860
1036
|
"controls-position": "right"
|
|
861
1037
|
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"]))
|
|
862
1038
|
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
@@ -867,7 +1043,7 @@ return (_ctx, _cache) => {
|
|
|
867
1043
|
"onUpdate:modelValue": $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree) = $event),
|
|
868
1044
|
disabled: true,
|
|
869
1045
|
step: 1,
|
|
870
|
-
onChange: _cache[
|
|
1046
|
+
onChange: _cache[5] || (_cache[5] = $event => (paramsChanged('colorTableDegree'))),
|
|
871
1047
|
"controls-position": "right"
|
|
872
1048
|
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"]))
|
|
873
1049
|
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
@@ -880,7 +1056,7 @@ return (_ctx, _cache) => {
|
|
|
880
1056
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableDegree,
|
|
881
1057
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index + 1].colorTableDegree,
|
|
882
1058
|
step: 1,
|
|
883
|
-
onChange: _cache[
|
|
1059
|
+
onChange: _cache[6] || (_cache[6] = $event => (paramsChanged('colorTableDegree'))),
|
|
884
1060
|
"controls-position": "right"
|
|
885
1061
|
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue", "min", "max"]))
|
|
886
1062
|
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
|
|
@@ -891,7 +1067,7 @@ return (_ctx, _cache) => {
|
|
|
891
1067
|
"onUpdate:modelValue": $event => ((item.colorTableDegree) = $event),
|
|
892
1068
|
step: 1,
|
|
893
1069
|
disabled: true,
|
|
894
|
-
onChange: _cache[
|
|
1070
|
+
onChange: _cache[7] || (_cache[7] = $event => (paramsChanged('colorTableDegree'))),
|
|
895
1071
|
"controls-position": "right"
|
|
896
1072
|
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"]))
|
|
897
1073
|
: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)
|
|
@@ -903,7 +1079,7 @@ return (_ctx, _cache) => {
|
|
|
903
1079
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
904
1080
|
modelValue: item.colorTable,
|
|
905
1081
|
"onUpdate:modelValue": $event => ((item.colorTable) = $event),
|
|
906
|
-
onChange: _cache[
|
|
1082
|
+
onChange: _cache[8] || (_cache[8] = $event => (paramsChanged('colorTable')))
|
|
907
1083
|
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])
|
|
908
1084
|
]),
|
|
909
1085
|
_: 2 /* DYNAMIC */
|
|
@@ -934,8 +1110,8 @@ return (_ctx, _cache) => {
|
|
|
934
1110
|
}),
|
|
935
1111
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
936
1112
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
937
|
-
"onUpdate:modelValue": _cache[
|
|
938
|
-
onChange: _cache[
|
|
1113
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage) = $event)),
|
|
1114
|
+
onChange: _cache[10] || (_cache[10] = $event => (paramsChanged('colorImage')))
|
|
939
1115
|
}, {
|
|
940
1116
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
941
1117
|
((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)(colorImages, (item, index) => {
|
|
@@ -978,11 +1154,11 @@ return (_ctx, _cache) => {
|
|
|
978
1154
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
979
1155
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
980
1156
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSlope,
|
|
981
|
-
"onUpdate:modelValue": _cache[
|
|
1157
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSlope) = $event)),
|
|
982
1158
|
step: 1,
|
|
983
1159
|
min: 0,
|
|
984
1160
|
max: 90,
|
|
985
|
-
onChange: _cache[
|
|
1161
|
+
onChange: _cache[12] || (_cache[12] = $event => (paramsChanged('minSlope')))
|
|
986
1162
|
}, null, 8 /* PROPS */, ["modelValue"])
|
|
987
1163
|
]),
|
|
988
1164
|
_: 1 /* STABLE */
|
|
@@ -991,12 +1167,12 @@ return (_ctx, _cache) => {
|
|
|
991
1167
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
992
1168
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
993
1169
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSlope,
|
|
994
|
-
"onUpdate:modelValue": _cache[
|
|
1170
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSlope) = $event)),
|
|
995
1171
|
step: 1,
|
|
996
1172
|
min: 0,
|
|
997
1173
|
max: 90,
|
|
998
1174
|
"controls-position": "right",
|
|
999
|
-
onChange: _cache[
|
|
1175
|
+
onChange: _cache[14] || (_cache[14] = $event => (paramsChanged('minSlope')))
|
|
1000
1176
|
}, null, 8 /* PROPS */, ["modelValue"])
|
|
1001
1177
|
]),
|
|
1002
1178
|
_: 1 /* STABLE */
|
|
@@ -1022,11 +1198,11 @@ return (_ctx, _cache) => {
|
|
|
1022
1198
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1023
1199
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1024
1200
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSlope,
|
|
1025
|
-
"onUpdate:modelValue": _cache[
|
|
1201
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSlope) = $event)),
|
|
1026
1202
|
step: 1,
|
|
1027
1203
|
min: 0,
|
|
1028
1204
|
max: 90,
|
|
1029
|
-
onChange: _cache[
|
|
1205
|
+
onChange: _cache[16] || (_cache[16] = $event => (paramsChanged('maxSlope')))
|
|
1030
1206
|
}, null, 8 /* PROPS */, ["modelValue"])
|
|
1031
1207
|
]),
|
|
1032
1208
|
_: 1 /* STABLE */
|
|
@@ -1035,12 +1211,12 @@ return (_ctx, _cache) => {
|
|
|
1035
1211
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1036
1212
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1037
1213
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSlope,
|
|
1038
|
-
"onUpdate:modelValue": _cache[
|
|
1214
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSlope) = $event)),
|
|
1039
1215
|
step: 1,
|
|
1040
1216
|
min: 0,
|
|
1041
1217
|
max: 90,
|
|
1042
1218
|
"controls-position": "right",
|
|
1043
|
-
onChange: _cache[
|
|
1219
|
+
onChange: _cache[18] || (_cache[18] = $event => (paramsChanged('maxSlope')))
|
|
1044
1220
|
}, null, 8 /* PROPS */, ["modelValue"])
|
|
1045
1221
|
]),
|
|
1046
1222
|
_: 1 /* STABLE */
|
|
@@ -1066,11 +1242,11 @@ return (_ctx, _cache) => {
|
|
|
1066
1242
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1067
1243
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1068
1244
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorAlpha,
|
|
1069
|
-
"onUpdate:modelValue": _cache[
|
|
1245
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorAlpha) = $event)),
|
|
1070
1246
|
min: 0,
|
|
1071
1247
|
max: 1,
|
|
1072
1248
|
step: 0.01,
|
|
1073
|
-
onChange: _cache[
|
|
1249
|
+
onChange: _cache[20] || (_cache[20] = $event => (paramsChanged('slopeColorAlpha')))
|
|
1074
1250
|
}, null, 8 /* PROPS */, ["modelValue", "step"])
|
|
1075
1251
|
]),
|
|
1076
1252
|
_: 1 /* STABLE */
|
|
@@ -1079,12 +1255,12 @@ return (_ctx, _cache) => {
|
|
|
1079
1255
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1080
1256
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1081
1257
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorAlpha,
|
|
1082
|
-
"onUpdate:modelValue": _cache[
|
|
1258
|
+
"onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorAlpha) = $event)),
|
|
1083
1259
|
min: 0,
|
|
1084
1260
|
max: 1,
|
|
1085
1261
|
step: 0.01,
|
|
1086
1262
|
"controls-position": "right",
|
|
1087
|
-
onChange: _cache[
|
|
1263
|
+
onChange: _cache[22] || (_cache[22] = $event => (paramsChanged('slopeColorAlpha')))
|
|
1088
1264
|
}, null, 8 /* PROPS */, ["modelValue", "step"])
|
|
1089
1265
|
]),
|
|
1090
1266
|
_: 1 /* STABLE */
|
|
@@ -1106,8 +1282,8 @@ return (_ctx, _cache) => {
|
|
|
1106
1282
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1107
1283
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
1108
1284
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorText,
|
|
1109
|
-
"onUpdate:modelValue": _cache[
|
|
1110
|
-
onChange: _cache[
|
|
1285
|
+
"onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).slopeColorText) = $event)),
|
|
1286
|
+
onChange: _cache[24] || (_cache[24] = $event => (paramsChanged('slopeColorText')))
|
|
1111
1287
|
}, null, 8 /* PROPS */, ["modelValue"])
|
|
1112
1288
|
]),
|
|
1113
1289
|
_: 1 /* STABLE */
|
|
@@ -1122,8 +1298,10 @@ return (_ctx, _cache) => {
|
|
|
1122
1298
|
}, 8 /* PROPS */, ["label-width"])
|
|
1123
1299
|
]),
|
|
1124
1300
|
_: 1 /* STABLE */
|
|
1125
|
-
}, 8 /* PROPS */, ["title"]),
|
|
1126
|
-
|
|
1301
|
+
}, 8 /* PROPS */, ["title"]), [
|
|
1302
|
+
[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).analysisMethod == 1]
|
|
1303
|
+
]),
|
|
1304
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
1127
1305
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).aspectAnalysisSettings,
|
|
1128
1306
|
name: "aspect",
|
|
1129
1307
|
class: "kq3d-slope-aspect-analysis-collapse-item"
|
|
@@ -1147,11 +1325,11 @@ return (_ctx, _cache) => {
|
|
|
1147
1325
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1148
1326
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1149
1327
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).interval,
|
|
1150
|
-
"onUpdate:modelValue": _cache[
|
|
1328
|
+
"onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).interval) = $event)),
|
|
1151
1329
|
step: 1,
|
|
1152
1330
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minInterval,
|
|
1153
1331
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
|
|
1154
|
-
onChange: _cache[
|
|
1332
|
+
onChange: _cache[26] || (_cache[26] = $event => (paramsChanged('interval')))
|
|
1155
1333
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
1156
1334
|
]),
|
|
1157
1335
|
_: 1 /* STABLE */
|
|
@@ -1160,12 +1338,12 @@ return (_ctx, _cache) => {
|
|
|
1160
1338
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1161
1339
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1162
1340
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).interval,
|
|
1163
|
-
"onUpdate:modelValue": _cache[
|
|
1341
|
+
"onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).interval) = $event)),
|
|
1164
1342
|
step: 1,
|
|
1165
1343
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minInterval,
|
|
1166
1344
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
|
|
1167
1345
|
"controls-position": "right",
|
|
1168
|
-
onChange: _cache[
|
|
1346
|
+
onChange: _cache[28] || (_cache[28] = $event => (paramsChanged('interval')))
|
|
1169
1347
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
1170
1348
|
]),
|
|
1171
1349
|
_: 1 /* STABLE */
|
|
@@ -1191,11 +1369,11 @@ return (_ctx, _cache) => {
|
|
|
1191
1369
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1192
1370
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1193
1371
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowWidth,
|
|
1194
|
-
"onUpdate:modelValue": _cache[
|
|
1372
|
+
"onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowWidth) = $event)),
|
|
1195
1373
|
step: 1,
|
|
1196
1374
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minArrowWidth,
|
|
1197
1375
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
|
|
1198
|
-
onChange: _cache[
|
|
1376
|
+
onChange: _cache[30] || (_cache[30] = $event => (paramsChanged('arrowWidth')))
|
|
1199
1377
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
1200
1378
|
]),
|
|
1201
1379
|
_: 1 /* STABLE */
|
|
@@ -1204,12 +1382,12 @@ return (_ctx, _cache) => {
|
|
|
1204
1382
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1205
1383
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1206
1384
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowWidth,
|
|
1207
|
-
"onUpdate:modelValue": _cache[
|
|
1385
|
+
"onUpdate:modelValue": _cache[31] || (_cache[31] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowWidth) = $event)),
|
|
1208
1386
|
step: 1,
|
|
1209
1387
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minArrowWidth,
|
|
1210
1388
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
|
|
1211
1389
|
"controls-position": "right",
|
|
1212
|
-
onChange: _cache[
|
|
1390
|
+
onChange: _cache[32] || (_cache[32] = $event => (paramsChanged('arrowWidth')))
|
|
1213
1391
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
1214
1392
|
]),
|
|
1215
1393
|
_: 1 /* STABLE */
|
|
@@ -1231,8 +1409,8 @@ return (_ctx, _cache) => {
|
|
|
1231
1409
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1232
1410
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
1233
1411
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor,
|
|
1234
|
-
"onUpdate:modelValue": _cache[
|
|
1235
|
-
onChange: _cache[
|
|
1412
|
+
"onUpdate:modelValue": _cache[33] || (_cache[33] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor) = $event)),
|
|
1413
|
+
onChange: _cache[34] || (_cache[34] = $event => (paramsChanged('arrowColor')))
|
|
1236
1414
|
}, null, 8 /* PROPS */, ["modelValue"])
|
|
1237
1415
|
]),
|
|
1238
1416
|
_: 1 /* STABLE */
|
|
@@ -1246,30 +1424,237 @@ return (_ctx, _cache) => {
|
|
|
1246
1424
|
}, 8 /* PROPS */, ["label-width"])
|
|
1247
1425
|
]),
|
|
1248
1426
|
_: 1 /* STABLE */
|
|
1249
|
-
}, 8 /* PROPS */, ["title"])
|
|
1427
|
+
}, 8 /* PROPS */, ["title"]), [
|
|
1428
|
+
[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).analysisMethod == 1]
|
|
1429
|
+
]),
|
|
1430
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
1431
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisSettings,
|
|
1432
|
+
name: "setting"
|
|
1433
|
+
}, {
|
|
1434
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1435
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
1436
|
+
"label-width": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '90px' : '120px',
|
|
1437
|
+
"label-position": "left"
|
|
1438
|
+
}, {
|
|
1439
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1440
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"block"} }, {
|
|
1441
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1442
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1443
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisRadius
|
|
1444
|
+
}, {
|
|
1445
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1446
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"flex"} }, {
|
|
1447
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1448
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, { span: 16 }, {
|
|
1449
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1450
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1451
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).circleRadius,
|
|
1452
|
+
"onUpdate:modelValue": _cache[35] || (_cache[35] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).circleRadius) = $event)),
|
|
1453
|
+
step: 1,
|
|
1454
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minCircleRadius,
|
|
1455
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxCircleRadius,
|
|
1456
|
+
onChange: _cache[36] || (_cache[36] = $event => (paramsChanged('circleRadius')))
|
|
1457
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
1458
|
+
]),
|
|
1459
|
+
_: 1 /* STABLE */
|
|
1460
|
+
}),
|
|
1461
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, { span: 8 }, {
|
|
1462
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1463
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1464
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).circleRadius,
|
|
1465
|
+
"onUpdate:modelValue": _cache[37] || (_cache[37] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).circleRadius) = $event)),
|
|
1466
|
+
step: 1,
|
|
1467
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minCircleRadius,
|
|
1468
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxCircleRadius,
|
|
1469
|
+
"controls-position": "right",
|
|
1470
|
+
onChange: _cache[38] || (_cache[38] = $event => (paramsChanged('circleRadius')))
|
|
1471
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
1472
|
+
]),
|
|
1473
|
+
_: 1 /* STABLE */
|
|
1474
|
+
})
|
|
1475
|
+
]),
|
|
1476
|
+
_: 1 /* STABLE */
|
|
1477
|
+
})
|
|
1478
|
+
]),
|
|
1479
|
+
_: 1 /* STABLE */
|
|
1480
|
+
}, 8 /* PROPS */, ["label"])
|
|
1481
|
+
]),
|
|
1482
|
+
_: 1 /* STABLE */
|
|
1483
|
+
}),
|
|
1484
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"block"} }, {
|
|
1485
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1486
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1487
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).lineWidth
|
|
1488
|
+
}, {
|
|
1489
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1490
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"flex"} }, {
|
|
1491
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1492
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, { span: 16 }, {
|
|
1493
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1494
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1495
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineWidth,
|
|
1496
|
+
"onUpdate:modelValue": _cache[39] || (_cache[39] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineWidth) = $event)),
|
|
1497
|
+
step: 1,
|
|
1498
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLineWidth,
|
|
1499
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLineWidth,
|
|
1500
|
+
onChange: _cache[40] || (_cache[40] = $event => (paramsChanged('lineWidth')))
|
|
1501
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
1502
|
+
]),
|
|
1503
|
+
_: 1 /* STABLE */
|
|
1504
|
+
}),
|
|
1505
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, { span: 8 }, {
|
|
1506
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1507
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1508
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineWidth,
|
|
1509
|
+
"onUpdate:modelValue": _cache[41] || (_cache[41] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineWidth) = $event)),
|
|
1510
|
+
step: 1,
|
|
1511
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLineWidth,
|
|
1512
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLineWidth,
|
|
1513
|
+
"controls-position": "right",
|
|
1514
|
+
onChange: _cache[42] || (_cache[42] = $event => (paramsChanged('lineWidth')))
|
|
1515
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
1516
|
+
]),
|
|
1517
|
+
_: 1 /* STABLE */
|
|
1518
|
+
})
|
|
1519
|
+
]),
|
|
1520
|
+
_: 1 /* STABLE */
|
|
1521
|
+
})
|
|
1522
|
+
]),
|
|
1523
|
+
_: 1 /* STABLE */
|
|
1524
|
+
}, 8 /* PROPS */, ["label"])
|
|
1525
|
+
]),
|
|
1526
|
+
_: 1 /* STABLE */
|
|
1527
|
+
}),
|
|
1528
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"block"} }, {
|
|
1529
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1530
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1531
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).controlPointPixel
|
|
1532
|
+
}, {
|
|
1533
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1534
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"flex"} }, {
|
|
1535
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1536
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, { span: 16 }, {
|
|
1537
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1538
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1539
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).controlPointPixel,
|
|
1540
|
+
"onUpdate:modelValue": _cache[43] || (_cache[43] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).controlPointPixel) = $event)),
|
|
1541
|
+
step: 1,
|
|
1542
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minControlPointPixel,
|
|
1543
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxControlPointPixel,
|
|
1544
|
+
onChange: _cache[44] || (_cache[44] = $event => (paramsChanged('controlPointPixel')))
|
|
1545
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
1546
|
+
]),
|
|
1547
|
+
_: 1 /* STABLE */
|
|
1548
|
+
}),
|
|
1549
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, { span: 8 }, {
|
|
1550
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1551
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1552
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).controlPointPixel,
|
|
1553
|
+
"onUpdate:modelValue": _cache[45] || (_cache[45] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).controlPointPixel) = $event)),
|
|
1554
|
+
step: 1,
|
|
1555
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minControlPointPixel,
|
|
1556
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxControlPointPixel,
|
|
1557
|
+
"controls-position": "right",
|
|
1558
|
+
onChange: _cache[46] || (_cache[46] = $event => (paramsChanged('controlPointPixel')))
|
|
1559
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
1560
|
+
]),
|
|
1561
|
+
_: 1 /* STABLE */
|
|
1562
|
+
})
|
|
1563
|
+
]),
|
|
1564
|
+
_: 1 /* STABLE */
|
|
1565
|
+
})
|
|
1566
|
+
]),
|
|
1567
|
+
_: 1 /* STABLE */
|
|
1568
|
+
}, 8 /* PROPS */, ["label"])
|
|
1569
|
+
]),
|
|
1570
|
+
_: 1 /* STABLE */
|
|
1571
|
+
}),
|
|
1572
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"block"} }, {
|
|
1573
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1574
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1575
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).controlPointBorder
|
|
1576
|
+
}, {
|
|
1577
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1578
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"flex"} }, {
|
|
1579
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1580
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, { span: 16 }, {
|
|
1581
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1582
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1583
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).controlPointBorder,
|
|
1584
|
+
"onUpdate:modelValue": _cache[47] || (_cache[47] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).controlPointBorder) = $event)),
|
|
1585
|
+
step: 1,
|
|
1586
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minControlPointBorder,
|
|
1587
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxControlPointBorder,
|
|
1588
|
+
onChange: _cache[48] || (_cache[48] = $event => (paramsChanged('controlPointBorder')))
|
|
1589
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
1590
|
+
]),
|
|
1591
|
+
_: 1 /* STABLE */
|
|
1592
|
+
}),
|
|
1593
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, { span: 8 }, {
|
|
1594
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1595
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1596
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).controlPointBorder,
|
|
1597
|
+
"onUpdate:modelValue": _cache[49] || (_cache[49] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).controlPointBorder) = $event)),
|
|
1598
|
+
step: 1,
|
|
1599
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minControlPointBorder,
|
|
1600
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxControlPointBorder,
|
|
1601
|
+
"controls-position": "right",
|
|
1602
|
+
onChange: _cache[50] || (_cache[50] = $event => (paramsChanged('controlPointBorder')))
|
|
1603
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])
|
|
1604
|
+
]),
|
|
1605
|
+
_: 1 /* STABLE */
|
|
1606
|
+
})
|
|
1607
|
+
]),
|
|
1608
|
+
_: 1 /* STABLE */
|
|
1609
|
+
})
|
|
1610
|
+
]),
|
|
1611
|
+
_: 1 /* STABLE */
|
|
1612
|
+
}, 8 /* PROPS */, ["label"])
|
|
1613
|
+
]),
|
|
1614
|
+
_: 1 /* STABLE */
|
|
1615
|
+
})
|
|
1616
|
+
]),
|
|
1617
|
+
_: 1 /* STABLE */
|
|
1618
|
+
}, 8 /* PROPS */, ["label-width"])
|
|
1619
|
+
]),
|
|
1620
|
+
_: 1 /* STABLE */
|
|
1621
|
+
}, 8 /* PROPS */, ["title"]), [
|
|
1622
|
+
[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).analysisMethod == 2]
|
|
1623
|
+
])
|
|
1250
1624
|
]),
|
|
1251
1625
|
_: 1 /* STABLE */
|
|
1252
1626
|
}, 8 /* PROPS */, ["model-value"]),
|
|
1253
1627
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [
|
|
1254
1628
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1255
|
-
onClick: _cache[
|
|
1629
|
+
onClick: _cache[51] || (_cache[51] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => (startAnalysis()), ["stop"])),
|
|
1256
1630
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
1257
1631
|
type: "primary"
|
|
1258
1632
|
}, {
|
|
1259
1633
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1260
|
-
(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).startAnalysis), 1 /* TEXT */)
|
|
1634
|
+
(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)(formItem).analysisMethod == 1 ? (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startTheCalculation), 1 /* TEXT */)
|
|
1261
1635
|
]),
|
|
1262
1636
|
_: 1 /* STABLE */
|
|
1263
1637
|
}, 8 /* PROPS */, ["title"]),
|
|
1638
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1639
|
+
onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)(stopAnalysis, ["stop"]),
|
|
1640
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).endTheCalculation
|
|
1641
|
+
}, {
|
|
1642
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1643
|
+
(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).endTheCalculation), 1 /* TEXT */)
|
|
1644
|
+
]),
|
|
1645
|
+
_: 1 /* STABLE */
|
|
1646
|
+
}, 8 /* PROPS */, ["onClick", "title"]), [
|
|
1647
|
+
[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).analysisMethod == 2]
|
|
1648
|
+
]),
|
|
1264
1649
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1265
|
-
onClick:
|
|
1650
|
+
onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)(clearResult, ["stop"]),
|
|
1266
1651
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
1267
1652
|
}, {
|
|
1268
1653
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
1269
1654
|
(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).clearResult), 1 /* TEXT */)
|
|
1270
1655
|
]),
|
|
1271
1656
|
_: 1 /* STABLE */
|
|
1272
|
-
}, 8 /* PROPS */, ["title"])
|
|
1657
|
+
}, 8 /* PROPS */, ["onClick", "title"])
|
|
1273
1658
|
])
|
|
1274
1659
|
])
|
|
1275
1660
|
], 2 /* CLASS */))
|