@kq_npm/client3d_webgl_vue 4.5.29-beta → 4.5.30

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.
Files changed (68) hide show
  1. package/adddata/index.js +518 -262
  2. package/adddata/style/adddata.css +1 -1
  3. package/aspectanalysis/index.js +201 -123
  4. package/baseterraingallery/index.js +123 -94
  5. package/baseterraingallery/style/baseterraingallery.css +1 -1
  6. package/boxclip/index.js +442 -249
  7. package/clientPrint/index.js +27088 -14116
  8. package/clientPrint/style/clientPrint.css +1 -1
  9. package/comparemap/index.js +243 -213
  10. package/compass/index.js +68 -74
  11. package/excavatefillanalysis/index.js +225 -143
  12. package/fixedzoomin/index.js +82 -72
  13. package/fixedzoomout/index.js +80 -71
  14. package/flight/index.js +371 -257
  15. package/flight/style/flight.css +1 -1
  16. package/floodanalysis/index.js +347 -199
  17. package/geologicalbodyanalysis/index.js +260 -166
  18. package/gpuspatialquery/index.js +359 -198
  19. package/hawkeye/index.js +100 -131
  20. package/headertemp/index.js +25 -14
  21. package/heatmap3d/index.js +678 -366
  22. package/heatmap3d/style/heatmap3d.css +1 -1
  23. package/index.js +20310 -7159
  24. package/isolineanalysis/index.js +1202 -504
  25. package/light/index.js +494 -349
  26. package/limitheightanalysis/index.js +223 -159
  27. package/measure/index.js +353 -198
  28. package/modelFlat/index.js +204 -167
  29. package/modelexcavate/index.js +191 -130
  30. package/modelfilter/index.js +271 -179
  31. package/modelprofileanalysis/index.js +316 -206
  32. package/modelselect/index.js +147 -142
  33. package/package.json +1 -1
  34. package/particleeffect/index.js +403 -225
  35. package/planeclip/index.js +300 -198
  36. package/resetview/index.js +52 -66
  37. package/roller/index.js +372 -304
  38. package/scaneffect/index.js +537 -230
  39. package/sceneadvancedtoimage/index.js +358 -205
  40. package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -1
  41. package/sceneapp/index.js +27088 -14116
  42. package/sceneset/index.js +864 -350
  43. package/scenetohdimage/index.js +297 -159
  44. package/scenetohdimage/style/scenetohdimage.css +1 -1
  45. package/sceneview/index.js +27088 -14116
  46. package/sceneview/style/sceneview.css +1 -1
  47. package/screenshot/index.js +301 -257
  48. package/shadowanalysis/index.js +405 -217
  49. package/sightlineanalysis/index.js +271 -183
  50. package/sightlineanalysis/style/divpoint.css +1 -1
  51. package/skylineanalysis/index.js +308 -160
  52. package/slopeanalysis/index.js +397 -227
  53. package/slopeaspectanalysis/index.js +485 -259
  54. package/statusbar/index.js +65 -88
  55. package/style.css +1 -1
  56. package/terrainoperation/index.js +237 -176
  57. package/terrainprofileanalysis/index.js +138 -120
  58. package/typhoontrac/index.js +970 -234
  59. package/typhoontrac/style/typhoontrac.css +1 -1
  60. package/underground/index.js +61 -70
  61. package/videofusion/index.js +488 -265
  62. package/videoproject/index.js +490 -271
  63. package/viewshedanalysis/index.js +255 -151
  64. package/weathereffect/index.js +317 -166
  65. package/windyslicing/index.js +1947 -0
  66. package/windyslicing/style/index.js +3 -0
  67. package/windyslicing/style/windyslicing.css +1 -0
  68. package/wireframesketch/index.js +142 -110
@@ -2,11 +2,11 @@
2
2
  if(typeof exports === 'object' && typeof module === 'object')
3
3
  module.exports = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/util"));
4
4
  else if(typeof define === 'function' && define.amd)
5
- define(["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/init.js", "@kq_npm/client_common_vue/_utils/util"], factory);
6
- else {
7
- var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/util")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/init.js"], root["@kq_npm/client_common_vue/_utils/util"]);
8
- for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
- }
5
+ define("@kq_npm/client3d_webgl_vue", ["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/init.js", "@kq_npm/client_common_vue/_utils/util"], factory);
6
+ else if(typeof exports === 'object')
7
+ exports["@kq_npm/client3d_webgl_vue"] = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/util"));
8
+ else
9
+ root["@kq_npm/client3d_webgl_vue"] = factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/init.js"], root["@kq_npm/client_common_vue/_utils/util"]);
10
10
  })(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__7997__, __WEBPACK_EXTERNAL_MODULE__3458__) {
11
11
  return /******/ (function() { // webpackBootstrap
12
12
  /******/ "use strict";
@@ -25,10 +25,12 @@ return /******/ (function() { // webpackBootstrap
25
25
  */
26
26
 
27
27
 
28
+
28
29
  element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
29
30
  _init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
30
31
  Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
31
32
  };
33
+
32
34
  /* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
33
35
 
34
36
  /***/ }),
@@ -40,13 +42,6 @@ module.exports = require("@kq_npm/client_icons_vue");
40
42
 
41
43
  /***/ }),
42
44
 
43
- /***/ 2170:
44
- /***/ (function(module) {
45
-
46
- module.exports = require("core-js/modules/esnext.iterator.map.js");
47
-
48
- /***/ }),
49
-
50
45
  /***/ 9389:
51
46
  /***/ (function(module) {
52
47
 
@@ -89,59 +84,27 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
89
84
 
90
85
  /***/ }),
91
86
 
92
- /***/ 5301:
87
+ /***/ 8270:
93
88
  /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
94
89
 
95
-
96
- // EXPORTS
97
- __webpack_require__.d(__webpack_exports__, {
98
- "Z": function() { return /* binding */ _defineProperty; }
99
- });
100
-
101
- ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
102
- function _typeof(o) {
103
- "@babel/helpers - typeof";
104
-
105
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
106
- return typeof o;
107
- } : function (o) {
108
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
109
- }, _typeof(o);
110
- }
111
-
112
- ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
113
-
114
- function toPrimitive(t, r) {
115
- if ("object" != _typeof(t) || !t) return t;
116
- var e = t[Symbol.toPrimitive];
117
- if (void 0 !== e) {
118
- var i = e.call(t, r || "default");
119
- if ("object" != _typeof(i)) return i;
120
- throw new TypeError("@@toPrimitive must return a primitive value.");
90
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
91
+ /* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
92
+ /* harmony export */ });
93
+ function _defineProperty(obj, key, value) {
94
+ if (key in obj) {
95
+ Object.defineProperty(obj, key, {
96
+ value: value,
97
+ enumerable: true,
98
+ configurable: true,
99
+ writable: true
100
+ });
101
+ } else {
102
+ obj[key] = value;
121
103
  }
122
- return ("string" === r ? String : Number)(t);
123
- }
124
-
125
- ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
126
-
127
-
128
- function toPropertyKey(t) {
129
- var i = toPrimitive(t, "string");
130
- return "symbol" == _typeof(i) ? i : i + "";
131
- }
132
-
133
- ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
134
104
 
135
- function _defineProperty(e, r, t) {
136
- return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
137
- value: t,
138
- enumerable: !0,
139
- configurable: !0,
140
- writable: !0
141
- }) : e[r] = t, e;
105
+ return obj;
142
106
  }
143
107
 
144
-
145
108
  /***/ })
146
109
 
147
110
  /******/ });
@@ -228,10 +191,8 @@ __webpack_require__.d(__webpack_exports__, {
228
191
  var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
229
192
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
230
193
  var gis_utils_ = __webpack_require__(7135);
231
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
232
- var defineProperty = __webpack_require__(5301);
233
- // EXTERNAL MODULE: external "core-js/modules/esnext.iterator.map.js"
234
- var esnext_iterator_map_js_ = __webpack_require__(2170);
194
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
195
+ var defineProperty = __webpack_require__(8270);
235
196
  // EXTERNAL MODULE: ./src/common/_ui/message/index.js
236
197
  var message = __webpack_require__(1349);
237
198
  ;// CONCATENATED MODULE: ./src/webgl/excavatefillanalysis/ExcavateFillAnalysisViewModel.js
@@ -244,25 +205,33 @@ var message = __webpack_require__(1349);
244
205
  //填挖方分析逻辑类
245
206
 
246
207
  class ExcavateFillAnalysisViewModel {
208
+ //填挖方分析三维对象
209
+ //绘制管理对象
210
+ //填挖方分析存储参数对象
211
+ //绘制完成监听事件
247
212
  constructor(scenceView, options, callback) {
248
213
  (0,defineProperty/* default */.Z)(this, "_excavateFillAnalysis", null);
249
- //填挖方分析三维对象
214
+
250
215
  (0,defineProperty/* default */.Z)(this, "_drawManager", null);
251
- //绘制管理对象
216
+
252
217
  (0,defineProperty/* default */.Z)(this, "_options", null);
253
- //填挖方分析存储参数对象
218
+
254
219
  (0,defineProperty/* default */.Z)(this, "_removeEventListener", null);
255
- //绘制完成监听事件
220
+
256
221
  (0,defineProperty/* default */.Z)(this, "_language", {});
222
+
257
223
  this._language = scenceView._language;
258
224
  options.viewer = scenceView._viewer;
259
225
  options.viewer.scene.globe.depthTestAgainstTerrain = true;
226
+
260
227
  if (options.cutColor) {
261
228
  options.cutColor = Cesium.Color.fromCssColorString(options.cutColor).withAlpha(0.7);
262
229
  }
230
+
263
231
  if (options.fillColor) {
264
232
  options.fillColor = Cesium.Color.fromCssColorString(options.fillColor).withAlpha(0.7);
265
233
  }
234
+
266
235
  this._options = options;
267
236
  this._drawManager = scenceView._drawManager;
268
237
  var that = this;
@@ -270,14 +239,15 @@ class ExcavateFillAnalysisViewModel {
270
239
  if (shape) {
271
240
  options.positions = that.coordinateTransform(shape._controlPoints);
272
241
  that._excavateFillAnalysis = new Cesium.Kq3dCutFill(options);
242
+
273
243
  that._drawManager.clear();
274
- callback && callback();
275
- // callback && setTimeout(callback, 1500);
244
+
245
+ callback && callback(); // callback && setTimeout(callback, 1500);
276
246
  }
277
247
  });
278
- }
248
+ } // 处理绘制坐标,转成二维坐标
249
+
279
250
 
280
- // 处理绘制坐标,转成二维坐标
281
251
  coordinateTransform(points) {
282
252
  let cutPoints = points.map(function (point) {
283
253
  let cartesPh = Cesium.Cartographic.fromCartesian(point);
@@ -291,9 +261,9 @@ class ExcavateFillAnalysisViewModel {
291
261
  return map;
292
262
  });
293
263
  return cutPoints;
294
- }
264
+ } //开始分析
265
+
295
266
 
296
- //开始分析
297
267
  start() {
298
268
  // 判断是否添加了地形
299
269
  if (this._options.viewer.terrainProvider.availability) {
@@ -313,45 +283,52 @@ class ExcavateFillAnalysisViewModel {
313
283
  type: "warning"
314
284
  });
315
285
  }
316
- }
286
+ } //清除全部结果
287
+
317
288
 
318
- //清除全部结果
319
289
  clear() {
320
290
  this._drawManager.stopDraw();
291
+
321
292
  this._excavateFillAnalysis && this._excavateFillAnalysis.removeAll();
322
- }
293
+ } //销毁
294
+
323
295
 
324
- //销毁
325
296
  destroy() {
326
- this.clear();
327
- // this._excavateFillAnalysis && this._excavateFillAnalysis.destroy();
328
- this._excavateFillAnalysis = null;
329
- //移除监听事件
297
+ this.clear(); // this._excavateFillAnalysis && this._excavateFillAnalysis.destroy();
298
+
299
+ this._excavateFillAnalysis = null; //移除监听事件
300
+
330
301
  this._removeEventListener && this._removeEventListener();
331
302
  this._removeEventListener = null;
332
- }
303
+ } //设置基准高度
304
+
333
305
 
334
- //设置基准高度
335
306
  setReferenceHeight(height) {
336
307
  this._options.referenceHeight = Number(height);
308
+
337
309
  if (this._excavateFillAnalysis) {
338
310
  this._excavateFillAnalysis.referenceHeight = Number(height);
339
311
  }
340
- }
341
- //设置挖方颜色
312
+ } //设置挖方颜色
313
+
314
+
342
315
  setCutColor(cutColor) {
343
316
  this._options.cutColor = Cesium.Color.fromCssColorString(cutColor).withAlpha(0.7);
317
+
344
318
  if (this._excavateFillAnalysis) {
345
319
  this._excavateFillAnalysis.cutColor = this._options.cutColor;
346
320
  }
347
- }
348
- //设置填方颜色
321
+ } //设置填方颜色
322
+
323
+
349
324
  setFillColor(fillColor) {
350
325
  this._options.fillColor = Cesium.Color.fromCssColorString(fillColor).withAlpha(0.7);
326
+
351
327
  if (this._excavateFillAnalysis) {
352
328
  this._excavateFillAnalysis.fillColor = this._options.fillColor;
353
329
  }
354
330
  }
331
+
355
332
  }
356
333
  // EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
357
334
  var client_icons_vue_ = __webpack_require__(348);
@@ -359,7 +336,7 @@ var client_icons_vue_ = __webpack_require__(348);
359
336
  var util_ = __webpack_require__(3458);
360
337
  // EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
361
338
  var vue_i18n_cjs_js_ = __webpack_require__(7080);
362
- ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/excavatefillanalysis/ExcavateFillAnalysis.vue?vue&type=script&setup=true&lang=js
339
+ ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/excavatefillanalysis/ExcavateFillAnalysis.vue?vue&type=script&setup=true&lang=js
363
340
 
364
341
  const _hoisted_1 = {
365
342
  class: "kq3d-excavate-fill-analysis-box"
@@ -400,6 +377,7 @@ const __default__ = {
400
377
  type: Boolean,
401
378
  default: true
402
379
  },
380
+
403
381
  /**
404
382
  * 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
405
383
  */
@@ -429,6 +407,7 @@ const __default__ = {
429
407
  default: true
430
408
  }
431
409
  },
410
+
432
411
  setup(__props, {
433
412
  expose: __expose
434
413
  }) {
@@ -442,9 +421,7 @@ const __default__ = {
442
421
  let result = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
443
422
  cutVolumn: "NaN",
444
423
  fillVolumn: "NaN"
445
- });
446
-
447
- // 获取组件传参
424
+ }); // 获取组件传参
448
425
 
449
426
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
450
427
  collapseValue: props.settingParams && props.settingParams.collapseValue || ((props.settingParams && props.settingParams.collapseValue) == '' ? "" : "setting"),
@@ -458,17 +435,15 @@ const __default__ = {
458
435
  excavateColor: props.settingParams && props.settingParams.excavateColor || "#25982c",
459
436
  // 挖方颜色
460
437
  fillColor: props.settingParams && props.settingParams.fillColor || "#d9cc1c" // // 填方颜色
438
+
461
439
  });
462
- let viewModel = null;
440
+ let viewModel = null; // 组件容器Ref
463
441
 
464
- // 组件容器Ref
465
- let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
442
+ let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
466
443
 
467
- // 生成组件默认header
468
444
  let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
469
- let headerTempRef = (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)(); // 国际化
470
446
 
471
- // 国际化
472
447
  let {
473
448
  locale,
474
449
  messages
@@ -491,6 +466,7 @@ const __default__ = {
491
466
  });
492
467
  });
493
468
  currentLang.value = proxy.$i18n.locale; // 获取当前语言
469
+
494
470
  gis_utils_.utils.getWebMap(null, scenceView => {
495
471
  if (scenceView) {
496
472
  var options = {
@@ -502,12 +478,15 @@ const __default__ = {
502
478
  setTimeout(() => {
503
479
  showResult.value = true;
504
480
  const cutVolumn = viewModel._excavateFillAnalysis.cutVolumn;
481
+
505
482
  if (cutVolumn > 1000000000) {
506
483
  result.cutVolumn = (cutVolumn / 1000000000).toFixed(2) + " km³";
507
484
  } else {
508
485
  result.cutVolumn = cutVolumn.toFixed(2) + " m³";
509
486
  }
487
+
510
488
  const fillVolumn = viewModel._excavateFillAnalysis.fillVolumn;
489
+
511
490
  if (fillVolumn > 1000000000) {
512
491
  result.fillVolumn = (fillVolumn / 1000000000).toFixed(2) + " km³";
513
492
  } else {
@@ -518,83 +497,105 @@ const __default__ = {
518
497
  }
519
498
  });
520
499
  });
521
-
522
500
  /**
523
501
  * @description 监听header生成
524
502
  */
503
+
525
504
  const watchCreateHeaderTemp = () => {
526
505
  if (props.showHeaderTemp) {
527
506
  // 生成headerTemp
528
507
  headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
529
508
  }
530
- };
509
+ }; //开始分析
510
+
531
511
 
532
- //开始分析
533
512
  function startAnalysis() {
534
513
  // this.clearResult();
535
514
  showResult.value = false;
536
515
  viewModel && viewModel.clear();
537
516
  viewModel && viewModel.start();
538
- }
517
+ } //清除结果
518
+
539
519
 
540
- //清除结果
541
520
  function clearResult() {
542
521
  showResult.value = false;
543
522
  viewModel && viewModel.clear();
544
523
  }
524
+
545
525
  function paramsChanged(key) {
546
526
  switch (key) {
547
527
  case "height":
548
528
  viewModel.setReferenceHeight(formItem.altitudeHeight);
529
+
549
530
  if (showResult.value) {
550
531
  const cutVolumn = viewModel._excavateFillAnalysis.cutVolumn;
532
+
551
533
  if (cutVolumn > 1000000000) {
552
534
  result.cutVolumn = (cutVolumn / 1000000000).toFixed(2) + " km³";
553
535
  } else {
554
536
  result.cutVolumn = cutVolumn.toFixed(2) + " m³";
555
537
  }
538
+
556
539
  const fillVolumn = viewModel._excavateFillAnalysis.fillVolumn;
540
+
557
541
  if (fillVolumn > 1000000000) {
558
542
  result.fillVolumn = (fillVolumn / 1000000000).toFixed(2) + " km³";
559
543
  } else {
560
544
  result.fillVolumn = fillVolumn.toFixed(2) + " m³";
561
545
  }
562
546
  }
547
+
563
548
  break;
549
+
564
550
  case "cutColor":
565
551
  viewModel.setCutColor(formItem.excavateColor);
566
552
  break;
553
+
567
554
  case "fillColor":
568
555
  viewModel.setFillColor(formItem.fillColor);
569
556
  break;
557
+
570
558
  default:
571
559
  break;
572
560
  }
573
561
  }
562
+
574
563
  function closeBtn() {
575
564
  showResult.value = false;
576
- }
565
+ } // 销毁
566
+
577
567
 
578
- // 销毁
579
568
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
580
569
  viewModel && viewModel.destroy();
581
570
  });
571
+
582
572
  __expose({
583
573
  startAnalysis,
584
574
  paramsChanged,
585
575
  clearResult
586
576
  });
577
+
587
578
  return (_ctx, _cache) => {
588
579
  const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
580
+
589
581
  const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
582
+
590
583
  const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
584
+
591
585
  const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
586
+
592
587
  const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
588
+
593
589
  const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
590
+
594
591
  const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
592
+
595
593
  const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
594
+
596
595
  const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
596
+
597
597
  const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
598
+
598
599
  return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
599
600
  class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-excavate-fill-analysis", {
600
601
  'kq-box-shadow': __props.showShadow
@@ -605,7 +606,9 @@ const __default__ = {
605
606
  key: 0,
606
607
  ref_key: "headerTempRef",
607
608
  ref: headerTempRef
608
- }, 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, {
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, {
609
612
  style: {
610
613
  "display": "flex"
611
614
  }
@@ -615,7 +618,9 @@ const __default__ = {
615
618
  style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)({
616
619
  width: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '100px' : '130px'
617
620
  })
618
- }, (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, {
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, {
619
624
  style: {
620
625
  "display": "flex"
621
626
  }
@@ -630,8 +635,12 @@ const __default__ = {
630
635
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAltitudeHeight,
631
636
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAltitudeHeight,
632
637
  onChange: _cache[1] || (_cache[1] = $event => paramsChanged('height'))
633
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
634
- _: 1 /* STABLE */
638
+ }, null, 8
639
+ /* PROPS */
640
+ , ["modelValue", "min", "max"])]),
641
+ _: 1
642
+ /* STABLE */
643
+
635
644
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
636
645
  span: 8,
637
646
  style: {
@@ -646,17 +655,29 @@ const __default__ = {
646
655
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAltitudeHeight,
647
656
  "controls-position": "right",
648
657
  onChange: _cache[3] || (_cache[3] = $event => paramsChanged('height'))
649
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
650
- _: 1 /* STABLE */
658
+ }, null, 8
659
+ /* PROPS */
660
+ , ["modelValue", "min", "max"])]),
661
+ _: 1
662
+ /* STABLE */
663
+
651
664
  })]),
652
- _: 1 /* STABLE */
665
+ _: 1
666
+ /* STABLE */
667
+
653
668
  })])]),
654
- _: 1 /* STABLE */
669
+ _: 1
670
+ /* STABLE */
671
+
655
672
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
656
673
  class: "kq3d-excavate-fill-analysis-tip"
657
674
  }, {
658
- 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 */)]),
659
- _: 1 /* STABLE */
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
+ /* TEXT */
677
+ )]),
678
+ _: 1
679
+ /* STABLE */
680
+
660
681
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
661
682
  "model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue
662
683
  }, {
@@ -681,10 +702,18 @@ const __default__ = {
681
702
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor,
682
703
  "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor = $event),
683
704
  onChange: _cache[5] || (_cache[5] = $event => paramsChanged('fillColor'))
684
- }, null, 8 /* PROPS */, ["modelValue"])]),
685
- _: 1 /* STABLE */
686
- }, 8 /* PROPS */, ["label"])]),
687
- _: 1 /* STABLE */
705
+ }, null, 8
706
+ /* PROPS */
707
+ , ["modelValue"])]),
708
+ _: 1
709
+ /* STABLE */
710
+
711
+ }, 8
712
+ /* PROPS */
713
+ , ["label"])]),
714
+ _: 1
715
+ /* STABLE */
716
+
688
717
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
689
718
  span: 12
690
719
  }, {
@@ -695,50 +724,101 @@ const __default__ = {
695
724
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).excavateColor,
696
725
  "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).excavateColor = $event),
697
726
  onChange: _cache[7] || (_cache[7] = $event => paramsChanged('cutColor'))
698
- }, null, 8 /* PROPS */, ["modelValue"])]),
699
- _: 1 /* STABLE */
700
- }, 8 /* PROPS */, ["label"])]),
701
- _: 1 /* STABLE */
727
+ }, null, 8
728
+ /* PROPS */
729
+ , ["modelValue"])]),
730
+ _: 1
731
+ /* STABLE */
732
+
733
+ }, 8
734
+ /* PROPS */
735
+ , ["label"])]),
736
+ _: 1
737
+ /* STABLE */
738
+
702
739
  })]),
703
- _: 1 /* STABLE */
740
+ _: 1
741
+ /* STABLE */
742
+
704
743
  })]),
705
- _: 1 /* STABLE */
706
- }, 8 /* PROPS */, ["label-width"])]),
707
- _: 1 /* STABLE */
708
- }, 8 /* PROPS */, ["title"])]),
709
- _: 1 /* STABLE */
710
- }, 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, {
744
+ _: 1
745
+ /* STABLE */
746
+
747
+ }, 8
748
+ /* PROPS */
749
+ , ["label-width"])]),
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, {
711
762
  onClick: _cache[8] || (_cache[8] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
712
763
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
713
764
  type: "primary"
714
765
  }, {
715
- 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 */)]),
716
- _: 1 /* STABLE */
717
- }, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
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
+ /* TEXT */
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, {
718
775
  onClick: _cache[9] || (_cache[9] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
719
776
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
720
777
  }, {
721
- 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 */)]),
722
- _: 1 /* STABLE */
723
- }, 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, {
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
+ /* TEXT */
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, {
724
787
  class: "kq3d-excavate-fill-analysis-result-title"
725
788
  }, {
726
789
  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, {
727
790
  span: 18
728
791
  }, {
729
- 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 */)]),
730
- _: 1 /* STABLE */
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
+ /* TEXT */
794
+ )]),
795
+ _: 1
796
+ /* STABLE */
797
+
731
798
  }), (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> ")]),
732
- _: 1 /* STABLE */
799
+ _: 1
800
+ /* STABLE */
801
+
733
802
  }), (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, {
734
- 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 */)]),
735
- _: 1 /* STABLE */
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
+ /* TEXT */
805
+ )]),
806
+ _: 1
807
+ /* STABLE */
808
+
736
809
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
737
- 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 */)]),
738
- _: 1 /* STABLE */
739
- })])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])], 2 /* CLASS */);
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
+ /* TEXT */
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
+ );
740
819
  };
741
820
  }
821
+
742
822
  }));
743
823
  ;// CONCATENATED MODULE: ./src/webgl/excavatefillanalysis/ExcavateFillAnalysis.vue?vue&type=script&setup=true&lang=js
744
824
 
@@ -760,11 +840,13 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
760
840
 
761
841
 
762
842
 
843
+
763
844
  ExcavateFillAnalysis.install = (Vue, opts) => {
764
845
  init_js_default()(Vue, opts);
765
846
  Vue.component(ExcavateFillAnalysis.name, ExcavateFillAnalysis);
766
847
  };
767
848
 
849
+
768
850
  }();
769
851
  /******/ return __webpack_exports__;
770
852
  /******/ })()