@kq_npm/client3d_webgl_vue 4.5.30 → 4.5.32
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 +227 -496
- package/aspectanalysis/index.js +71 -182
- package/baseterraingallery/index.js +40 -102
- package/boxclip/index.js +197 -423
- package/clientPrint/index.js +7324 -17727
- 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 +6896 -17544
- 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 +7324 -17727
- package/sceneset/index.js +299 -838
- package/scenetohdimage/index.js +105 -276
- package/sceneview/index.js +7324 -17727
- 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 +208 -330
- 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 +545 -727
- package/wireframesketch/index.js +49 -106
|
@@ -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,20 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
42
40
|
|
|
43
41
|
/***/ }),
|
|
44
42
|
|
|
43
|
+
/***/ 8470:
|
|
44
|
+
/***/ (function(module) {
|
|
45
|
+
|
|
46
|
+
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
47
|
+
|
|
48
|
+
/***/ }),
|
|
49
|
+
|
|
50
|
+
/***/ 2170:
|
|
51
|
+
/***/ (function(module) {
|
|
52
|
+
|
|
53
|
+
module.exports = require("core-js/modules/esnext.iterator.map.js");
|
|
54
|
+
|
|
55
|
+
/***/ }),
|
|
56
|
+
|
|
45
57
|
/***/ 9389:
|
|
46
58
|
/***/ (function(module) {
|
|
47
59
|
|
|
@@ -101,7 +113,6 @@ function _defineProperty(obj, key, value) {
|
|
|
101
113
|
} else {
|
|
102
114
|
obj[key] = value;
|
|
103
115
|
}
|
|
104
|
-
|
|
105
116
|
return obj;
|
|
106
117
|
}
|
|
107
118
|
|
|
@@ -193,11 +204,16 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
193
204
|
var gis_utils_ = __webpack_require__(7135);
|
|
194
205
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
195
206
|
var defineProperty = __webpack_require__(8270);
|
|
207
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
208
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(8470);
|
|
209
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.map.js"
|
|
210
|
+
var esnext_iterator_map_js_ = __webpack_require__(2170);
|
|
196
211
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
197
212
|
var message = __webpack_require__(1349);
|
|
198
213
|
;// CONCATENATED MODULE: ./src/webgl/excavatefillanalysis/ExcavateFillAnalysisViewModel.js
|
|
199
214
|
|
|
200
215
|
|
|
216
|
+
|
|
201
217
|
/*
|
|
202
218
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
203
219
|
* All rights reserved.
|
|
@@ -205,33 +221,25 @@ var message = __webpack_require__(1349);
|
|
|
205
221
|
//填挖方分析逻辑类
|
|
206
222
|
|
|
207
223
|
class ExcavateFillAnalysisViewModel {
|
|
208
|
-
//填挖方分析三维对象
|
|
209
|
-
//绘制管理对象
|
|
210
|
-
//填挖方分析存储参数对象
|
|
211
|
-
//绘制完成监听事件
|
|
212
224
|
constructor(scenceView, options, callback) {
|
|
213
225
|
(0,defineProperty/* default */.Z)(this, "_excavateFillAnalysis", null);
|
|
214
|
-
|
|
226
|
+
//填挖方分析三维对象
|
|
215
227
|
(0,defineProperty/* default */.Z)(this, "_drawManager", null);
|
|
216
|
-
|
|
228
|
+
//绘制管理对象
|
|
217
229
|
(0,defineProperty/* default */.Z)(this, "_options", null);
|
|
218
|
-
|
|
230
|
+
//填挖方分析存储参数对象
|
|
219
231
|
(0,defineProperty/* default */.Z)(this, "_removeEventListener", null);
|
|
220
|
-
|
|
232
|
+
//绘制完成监听事件
|
|
221
233
|
(0,defineProperty/* default */.Z)(this, "_language", {});
|
|
222
|
-
|
|
223
234
|
this._language = scenceView._language;
|
|
224
235
|
options.viewer = scenceView._viewer;
|
|
225
236
|
options.viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
226
|
-
|
|
227
237
|
if (options.cutColor) {
|
|
228
238
|
options.cutColor = Cesium.Color.fromCssColorString(options.cutColor).withAlpha(0.7);
|
|
229
239
|
}
|
|
230
|
-
|
|
231
240
|
if (options.fillColor) {
|
|
232
241
|
options.fillColor = Cesium.Color.fromCssColorString(options.fillColor).withAlpha(0.7);
|
|
233
242
|
}
|
|
234
|
-
|
|
235
243
|
this._options = options;
|
|
236
244
|
this._drawManager = scenceView._drawManager;
|
|
237
245
|
var that = this;
|
|
@@ -239,15 +247,14 @@ class ExcavateFillAnalysisViewModel {
|
|
|
239
247
|
if (shape) {
|
|
240
248
|
options.positions = that.coordinateTransform(shape._controlPoints);
|
|
241
249
|
that._excavateFillAnalysis = new Cesium.Kq3dCutFill(options);
|
|
242
|
-
|
|
243
250
|
that._drawManager.clear();
|
|
244
|
-
|
|
245
|
-
|
|
251
|
+
callback && callback();
|
|
252
|
+
// callback && setTimeout(callback, 1500);
|
|
246
253
|
}
|
|
247
254
|
});
|
|
248
|
-
}
|
|
249
|
-
|
|
255
|
+
}
|
|
250
256
|
|
|
257
|
+
// 处理绘制坐标,转成二维坐标
|
|
251
258
|
coordinateTransform(points) {
|
|
252
259
|
let cutPoints = points.map(function (point) {
|
|
253
260
|
let cartesPh = Cesium.Cartographic.fromCartesian(point);
|
|
@@ -261,9 +268,9 @@ class ExcavateFillAnalysisViewModel {
|
|
|
261
268
|
return map;
|
|
262
269
|
});
|
|
263
270
|
return cutPoints;
|
|
264
|
-
}
|
|
265
|
-
|
|
271
|
+
}
|
|
266
272
|
|
|
273
|
+
//开始分析
|
|
267
274
|
start() {
|
|
268
275
|
// 判断是否添加了地形
|
|
269
276
|
if (this._options.viewer.terrainProvider.availability) {
|
|
@@ -283,52 +290,45 @@ class ExcavateFillAnalysisViewModel {
|
|
|
283
290
|
type: "warning"
|
|
284
291
|
});
|
|
285
292
|
}
|
|
286
|
-
}
|
|
287
|
-
|
|
293
|
+
}
|
|
288
294
|
|
|
295
|
+
//清除全部结果
|
|
289
296
|
clear() {
|
|
290
297
|
this._drawManager.stopDraw();
|
|
291
|
-
|
|
292
298
|
this._excavateFillAnalysis && this._excavateFillAnalysis.removeAll();
|
|
293
|
-
}
|
|
294
|
-
|
|
299
|
+
}
|
|
295
300
|
|
|
301
|
+
//销毁
|
|
296
302
|
destroy() {
|
|
297
|
-
this.clear();
|
|
298
|
-
|
|
299
|
-
this._excavateFillAnalysis = null;
|
|
300
|
-
|
|
303
|
+
this.clear();
|
|
304
|
+
// this._excavateFillAnalysis && this._excavateFillAnalysis.destroy();
|
|
305
|
+
this._excavateFillAnalysis = null;
|
|
306
|
+
//移除监听事件
|
|
301
307
|
this._removeEventListener && this._removeEventListener();
|
|
302
308
|
this._removeEventListener = null;
|
|
303
|
-
}
|
|
304
|
-
|
|
309
|
+
}
|
|
305
310
|
|
|
311
|
+
//设置基准高度
|
|
306
312
|
setReferenceHeight(height) {
|
|
307
313
|
this._options.referenceHeight = Number(height);
|
|
308
|
-
|
|
309
314
|
if (this._excavateFillAnalysis) {
|
|
310
315
|
this._excavateFillAnalysis.referenceHeight = Number(height);
|
|
311
316
|
}
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
|
|
317
|
+
}
|
|
318
|
+
//设置挖方颜色
|
|
315
319
|
setCutColor(cutColor) {
|
|
316
320
|
this._options.cutColor = Cesium.Color.fromCssColorString(cutColor).withAlpha(0.7);
|
|
317
|
-
|
|
318
321
|
if (this._excavateFillAnalysis) {
|
|
319
322
|
this._excavateFillAnalysis.cutColor = this._options.cutColor;
|
|
320
323
|
}
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
|
|
324
|
+
}
|
|
325
|
+
//设置填方颜色
|
|
324
326
|
setFillColor(fillColor) {
|
|
325
327
|
this._options.fillColor = Cesium.Color.fromCssColorString(fillColor).withAlpha(0.7);
|
|
326
|
-
|
|
327
328
|
if (this._excavateFillAnalysis) {
|
|
328
329
|
this._excavateFillAnalysis.fillColor = this._options.fillColor;
|
|
329
330
|
}
|
|
330
331
|
}
|
|
331
|
-
|
|
332
332
|
}
|
|
333
333
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
334
334
|
var client_icons_vue_ = __webpack_require__(348);
|
|
@@ -377,7 +377,6 @@ const __default__ = {
|
|
|
377
377
|
type: Boolean,
|
|
378
378
|
default: true
|
|
379
379
|
},
|
|
380
|
-
|
|
381
380
|
/**
|
|
382
381
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
383
382
|
*/
|
|
@@ -407,7 +406,6 @@ const __default__ = {
|
|
|
407
406
|
default: true
|
|
408
407
|
}
|
|
409
408
|
},
|
|
410
|
-
|
|
411
409
|
setup(__props, {
|
|
412
410
|
expose: __expose
|
|
413
411
|
}) {
|
|
@@ -421,7 +419,9 @@ const __default__ = {
|
|
|
421
419
|
let result = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
422
420
|
cutVolumn: "NaN",
|
|
423
421
|
fillVolumn: "NaN"
|
|
424
|
-
});
|
|
422
|
+
});
|
|
423
|
+
|
|
424
|
+
// 获取组件传参
|
|
425
425
|
|
|
426
426
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
427
427
|
collapseValue: props.settingParams && props.settingParams.collapseValue || ((props.settingParams && props.settingParams.collapseValue) == '' ? "" : "setting"),
|
|
@@ -435,15 +435,17 @@ const __default__ = {
|
|
|
435
435
|
excavateColor: props.settingParams && props.settingParams.excavateColor || "#25982c",
|
|
436
436
|
// 挖方颜色
|
|
437
437
|
fillColor: props.settingParams && props.settingParams.fillColor || "#d9cc1c" // // 填方颜色
|
|
438
|
-
|
|
439
438
|
});
|
|
440
|
-
let viewModel = null;
|
|
439
|
+
let viewModel = null;
|
|
441
440
|
|
|
442
|
-
|
|
441
|
+
// 组件容器Ref
|
|
442
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
443
443
|
|
|
444
|
+
// 生成组件默认header
|
|
444
445
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
445
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
446
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
446
447
|
|
|
448
|
+
// 国际化
|
|
447
449
|
let {
|
|
448
450
|
locale,
|
|
449
451
|
messages
|
|
@@ -466,7 +468,6 @@ const __default__ = {
|
|
|
466
468
|
});
|
|
467
469
|
});
|
|
468
470
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
469
|
-
|
|
470
471
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
471
472
|
if (scenceView) {
|
|
472
473
|
var options = {
|
|
@@ -478,15 +479,12 @@ const __default__ = {
|
|
|
478
479
|
setTimeout(() => {
|
|
479
480
|
showResult.value = true;
|
|
480
481
|
const cutVolumn = viewModel._excavateFillAnalysis.cutVolumn;
|
|
481
|
-
|
|
482
482
|
if (cutVolumn > 1000000000) {
|
|
483
483
|
result.cutVolumn = (cutVolumn / 1000000000).toFixed(2) + " km³";
|
|
484
484
|
} else {
|
|
485
485
|
result.cutVolumn = cutVolumn.toFixed(2) + " m³";
|
|
486
486
|
}
|
|
487
|
-
|
|
488
487
|
const fillVolumn = viewModel._excavateFillAnalysis.fillVolumn;
|
|
489
|
-
|
|
490
488
|
if (fillVolumn > 1000000000) {
|
|
491
489
|
result.fillVolumn = (fillVolumn / 1000000000).toFixed(2) + " km³";
|
|
492
490
|
} else {
|
|
@@ -497,105 +495,83 @@ const __default__ = {
|
|
|
497
495
|
}
|
|
498
496
|
});
|
|
499
497
|
});
|
|
498
|
+
|
|
500
499
|
/**
|
|
501
500
|
* @description 监听header生成
|
|
502
501
|
*/
|
|
503
|
-
|
|
504
502
|
const watchCreateHeaderTemp = () => {
|
|
505
503
|
if (props.showHeaderTemp) {
|
|
506
504
|
// 生成headerTemp
|
|
507
505
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
508
506
|
}
|
|
509
|
-
};
|
|
510
|
-
|
|
507
|
+
};
|
|
511
508
|
|
|
509
|
+
//开始分析
|
|
512
510
|
function startAnalysis() {
|
|
513
511
|
// this.clearResult();
|
|
514
512
|
showResult.value = false;
|
|
515
513
|
viewModel && viewModel.clear();
|
|
516
514
|
viewModel && viewModel.start();
|
|
517
|
-
}
|
|
518
|
-
|
|
515
|
+
}
|
|
519
516
|
|
|
517
|
+
//清除结果
|
|
520
518
|
function clearResult() {
|
|
521
519
|
showResult.value = false;
|
|
522
520
|
viewModel && viewModel.clear();
|
|
523
521
|
}
|
|
524
|
-
|
|
525
522
|
function paramsChanged(key) {
|
|
526
523
|
switch (key) {
|
|
527
524
|
case "height":
|
|
528
525
|
viewModel.setReferenceHeight(formItem.altitudeHeight);
|
|
529
|
-
|
|
530
526
|
if (showResult.value) {
|
|
531
527
|
const cutVolumn = viewModel._excavateFillAnalysis.cutVolumn;
|
|
532
|
-
|
|
533
528
|
if (cutVolumn > 1000000000) {
|
|
534
529
|
result.cutVolumn = (cutVolumn / 1000000000).toFixed(2) + " km³";
|
|
535
530
|
} else {
|
|
536
531
|
result.cutVolumn = cutVolumn.toFixed(2) + " m³";
|
|
537
532
|
}
|
|
538
|
-
|
|
539
533
|
const fillVolumn = viewModel._excavateFillAnalysis.fillVolumn;
|
|
540
|
-
|
|
541
534
|
if (fillVolumn > 1000000000) {
|
|
542
535
|
result.fillVolumn = (fillVolumn / 1000000000).toFixed(2) + " km³";
|
|
543
536
|
} else {
|
|
544
537
|
result.fillVolumn = fillVolumn.toFixed(2) + " m³";
|
|
545
538
|
}
|
|
546
539
|
}
|
|
547
|
-
|
|
548
540
|
break;
|
|
549
|
-
|
|
550
541
|
case "cutColor":
|
|
551
542
|
viewModel.setCutColor(formItem.excavateColor);
|
|
552
543
|
break;
|
|
553
|
-
|
|
554
544
|
case "fillColor":
|
|
555
545
|
viewModel.setFillColor(formItem.fillColor);
|
|
556
546
|
break;
|
|
557
|
-
|
|
558
547
|
default:
|
|
559
548
|
break;
|
|
560
549
|
}
|
|
561
550
|
}
|
|
562
|
-
|
|
563
551
|
function closeBtn() {
|
|
564
552
|
showResult.value = false;
|
|
565
|
-
}
|
|
566
|
-
|
|
553
|
+
}
|
|
567
554
|
|
|
555
|
+
// 销毁
|
|
568
556
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
569
557
|
viewModel && viewModel.destroy();
|
|
570
558
|
});
|
|
571
|
-
|
|
572
559
|
__expose({
|
|
573
560
|
startAnalysis,
|
|
574
561
|
paramsChanged,
|
|
575
562
|
clearResult
|
|
576
563
|
});
|
|
577
|
-
|
|
578
564
|
return (_ctx, _cache) => {
|
|
579
565
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
580
|
-
|
|
581
566
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
582
|
-
|
|
583
567
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
584
|
-
|
|
585
568
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
586
|
-
|
|
587
569
|
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
588
|
-
|
|
589
570
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
590
|
-
|
|
591
571
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
592
|
-
|
|
593
572
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
594
|
-
|
|
595
573
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
596
|
-
|
|
597
574
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
598
|
-
|
|
599
575
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
600
576
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-excavate-fill-analysis", {
|
|
601
577
|
'kq-box-shadow': __props.showShadow
|
|
@@ -606,9 +582,7 @@ const __default__ = {
|
|
|
606
582
|
key: 0,
|
|
607
583
|
ref_key: "headerTempRef",
|
|
608
584
|
ref: headerTempRef
|
|
609
|
-
}, null, 512
|
|
610
|
-
/* NEED_PATCH */
|
|
611
|
-
)) : (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_row, {
|
|
585
|
+
}, 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_row, {
|
|
612
586
|
style: {
|
|
613
587
|
"display": "flex"
|
|
614
588
|
}
|
|
@@ -618,9 +592,7 @@ const __default__ = {
|
|
|
618
592
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)({
|
|
619
593
|
width: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '100px' : '130px'
|
|
620
594
|
})
|
|
621
|
-
}, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).altitudeHeight), 5
|
|
622
|
-
/* TEXT, STYLE */
|
|
623
|
-
), (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_row, {
|
|
595
|
+
}, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).altitudeHeight), 5 /* TEXT, STYLE */), (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_row, {
|
|
624
596
|
style: {
|
|
625
597
|
"display": "flex"
|
|
626
598
|
}
|
|
@@ -635,12 +607,8 @@ const __default__ = {
|
|
|
635
607
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAltitudeHeight,
|
|
636
608
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAltitudeHeight,
|
|
637
609
|
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('height'))
|
|
638
|
-
}, null, 8
|
|
639
|
-
/*
|
|
640
|
-
, ["modelValue", "min", "max"])]),
|
|
641
|
-
_: 1
|
|
642
|
-
/* STABLE */
|
|
643
|
-
|
|
610
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
611
|
+
_: 1 /* STABLE */
|
|
644
612
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
645
613
|
span: 8,
|
|
646
614
|
style: {
|
|
@@ -655,29 +623,17 @@ const __default__ = {
|
|
|
655
623
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAltitudeHeight,
|
|
656
624
|
"controls-position": "right",
|
|
657
625
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('height'))
|
|
658
|
-
}, null, 8
|
|
659
|
-
/*
|
|
660
|
-
, ["modelValue", "min", "max"])]),
|
|
661
|
-
_: 1
|
|
662
|
-
/* STABLE */
|
|
663
|
-
|
|
626
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
627
|
+
_: 1 /* STABLE */
|
|
664
628
|
})]),
|
|
665
|
-
_: 1
|
|
666
|
-
/* STABLE */
|
|
667
|
-
|
|
629
|
+
_: 1 /* STABLE */
|
|
668
630
|
})])]),
|
|
669
|
-
_: 1
|
|
670
|
-
/* STABLE */
|
|
671
|
-
|
|
631
|
+
_: 1 /* STABLE */
|
|
672
632
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
673
633
|
class: "kq3d-excavate-fill-analysis-tip"
|
|
674
634
|
}, {
|
|
675
|
-
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).excavateFillTips), 1
|
|
676
|
-
/*
|
|
677
|
-
)]),
|
|
678
|
-
_: 1
|
|
679
|
-
/* STABLE */
|
|
680
|
-
|
|
635
|
+
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).excavateFillTips), 1 /* TEXT */)]),
|
|
636
|
+
_: 1 /* STABLE */
|
|
681
637
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
682
638
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue
|
|
683
639
|
}, {
|
|
@@ -702,18 +658,10 @@ const __default__ = {
|
|
|
702
658
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor,
|
|
703
659
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor = $event),
|
|
704
660
|
onChange: _cache[5] || (_cache[5] = $event => paramsChanged('fillColor'))
|
|
705
|
-
}, null, 8
|
|
706
|
-
/*
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
/* STABLE */
|
|
710
|
-
|
|
711
|
-
}, 8
|
|
712
|
-
/* PROPS */
|
|
713
|
-
, ["label"])]),
|
|
714
|
-
_: 1
|
|
715
|
-
/* STABLE */
|
|
716
|
-
|
|
661
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
662
|
+
_: 1 /* STABLE */
|
|
663
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
664
|
+
_: 1 /* STABLE */
|
|
717
665
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
718
666
|
span: 12
|
|
719
667
|
}, {
|
|
@@ -724,101 +672,50 @@ const __default__ = {
|
|
|
724
672
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).excavateColor,
|
|
725
673
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).excavateColor = $event),
|
|
726
674
|
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('cutColor'))
|
|
727
|
-
}, null, 8
|
|
728
|
-
/*
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
/* STABLE */
|
|
732
|
-
|
|
733
|
-
}, 8
|
|
734
|
-
/* PROPS */
|
|
735
|
-
, ["label"])]),
|
|
736
|
-
_: 1
|
|
737
|
-
/* STABLE */
|
|
738
|
-
|
|
675
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
676
|
+
_: 1 /* STABLE */
|
|
677
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
678
|
+
_: 1 /* STABLE */
|
|
739
679
|
})]),
|
|
740
|
-
_: 1
|
|
741
|
-
/* STABLE */
|
|
742
|
-
|
|
680
|
+
_: 1 /* STABLE */
|
|
743
681
|
})]),
|
|
744
|
-
_: 1
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
_: 1
|
|
751
|
-
/* STABLE */
|
|
752
|
-
|
|
753
|
-
}, 8
|
|
754
|
-
/* PROPS */
|
|
755
|
-
, ["title"])]),
|
|
756
|
-
_: 1
|
|
757
|
-
/* STABLE */
|
|
758
|
-
|
|
759
|
-
}, 8
|
|
760
|
-
/* PROPS */
|
|
761
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
682
|
+
_: 1 /* STABLE */
|
|
683
|
+
}, 8 /* PROPS */, ["label-width"])]),
|
|
684
|
+
_: 1 /* STABLE */
|
|
685
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
686
|
+
_: 1 /* STABLE */
|
|
687
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
762
688
|
onClick: _cache[8] || (_cache[8] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
763
689
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
764
690
|
type: "primary"
|
|
765
691
|
}, {
|
|
766
|
-
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).startAnalysis), 1
|
|
767
|
-
/*
|
|
768
|
-
|
|
769
|
-
_: 1
|
|
770
|
-
/* STABLE */
|
|
771
|
-
|
|
772
|
-
}, 8
|
|
773
|
-
/* PROPS */
|
|
774
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
692
|
+
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).startAnalysis), 1 /* TEXT */)]),
|
|
693
|
+
_: 1 /* STABLE */
|
|
694
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
775
695
|
onClick: _cache[9] || (_cache[9] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
776
696
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
777
697
|
}, {
|
|
778
|
-
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).clearResult), 1
|
|
779
|
-
/*
|
|
780
|
-
|
|
781
|
-
_: 1
|
|
782
|
-
/* STABLE */
|
|
783
|
-
|
|
784
|
-
}, 8
|
|
785
|
-
/* PROPS */
|
|
786
|
-
, ["title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showResult) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
698
|
+
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).clearResult), 1 /* TEXT */)]),
|
|
699
|
+
_: 1 /* STABLE */
|
|
700
|
+
}, 8 /* PROPS */, ["title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showResult) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
787
701
|
class: "kq3d-excavate-fill-analysis-result-title"
|
|
788
702
|
}, {
|
|
789
703
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
790
704
|
span: 18
|
|
791
705
|
}, {
|
|
792
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_6, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisResult), 1
|
|
793
|
-
/*
|
|
794
|
-
)]),
|
|
795
|
-
_: 1
|
|
796
|
-
/* STABLE */
|
|
797
|
-
|
|
706
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_6, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisResult), 1 /* TEXT */)]),
|
|
707
|
+
_: 1 /* STABLE */
|
|
798
708
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-col :span=\"6\" class=\"btn\">\r\n <kq-icon @click=\"closeBtn()\">\r\n <Close />\r\n </kq-icon>\r\n </kq-col> ")]),
|
|
799
|
-
_: 1
|
|
800
|
-
/* STABLE */
|
|
801
|
-
|
|
709
|
+
_: 1 /* STABLE */
|
|
802
710
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
803
|
-
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).excavateArea) + ":" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).cutVolumn), 1
|
|
804
|
-
/*
|
|
805
|
-
)]),
|
|
806
|
-
_: 1
|
|
807
|
-
/* STABLE */
|
|
808
|
-
|
|
711
|
+
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).excavateArea) + ":" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).cutVolumn), 1 /* TEXT */)]),
|
|
712
|
+
_: 1 /* STABLE */
|
|
809
713
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
810
|
-
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).fillArea) + ":" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).fillVolumn), 1
|
|
811
|
-
/*
|
|
812
|
-
|
|
813
|
-
_: 1
|
|
814
|
-
/* STABLE */
|
|
815
|
-
|
|
816
|
-
})])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])], 2
|
|
817
|
-
/* CLASS */
|
|
818
|
-
);
|
|
714
|
+
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).fillArea) + ":" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).fillVolumn), 1 /* TEXT */)]),
|
|
715
|
+
_: 1 /* STABLE */
|
|
716
|
+
})])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])], 2 /* CLASS */);
|
|
819
717
|
};
|
|
820
718
|
}
|
|
821
|
-
|
|
822
719
|
}));
|
|
823
720
|
;// CONCATENATED MODULE: ./src/webgl/excavatefillanalysis/ExcavateFillAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
824
721
|
|
|
@@ -840,13 +737,11 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
840
737
|
|
|
841
738
|
|
|
842
739
|
|
|
843
|
-
|
|
844
740
|
ExcavateFillAnalysis.install = (Vue, opts) => {
|
|
845
741
|
init_js_default()(Vue, opts);
|
|
846
742
|
Vue.component(ExcavateFillAnalysis.name, ExcavateFillAnalysis);
|
|
847
743
|
};
|
|
848
744
|
|
|
849
|
-
|
|
850
745
|
}();
|
|
851
746
|
/******/ return __webpack_exports__;
|
|
852
747
|
/******/ })()
|