@kq_npm/client3d_webgl_vue 4.5.3-beta → 4.5.5-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/adddata/index.js +337 -524
  2. package/adddata/style/adddata.css +1 -1
  3. package/aspectanalysis/index.js +163 -229
  4. package/baseterraingallery/index.js +122 -145
  5. package/boxclip/index.js +291 -472
  6. package/clientPrint/index.js +368 -906
  7. package/clientPrint/style/clientPrint.css +1 -1
  8. package/comparemap/index.js +224 -246
  9. package/compass/index.js +96 -84
  10. package/excavatefillanalysis/index.js +185 -255
  11. package/fixedzoomin/index.js +91 -76
  12. package/fixedzoomout/index.js +91 -76
  13. package/flight/index.js +298 -402
  14. package/flight/style/flight.css +1 -1
  15. package/floodanalysis/index.js +248 -385
  16. package/geologicalbodyanalysis/index.js +206 -288
  17. package/gpuspatialquery/index.js +243 -392
  18. package/hawkeye/index.js +139 -103
  19. package/headertemp/index.js +23 -33
  20. package/heatmap3d/index.js +427 -734
  21. package/heatmap3d/style/heatmap3d.css +1 -1
  22. package/index.js +8170 -17000
  23. package/isolineanalysis/index.js +557 -1233
  24. package/light/index.js +351 -488
  25. package/limitheightanalysis/index.js +249 -312
  26. package/measure/index.js +341 -495
  27. package/modelFlat/index.js +261 -259
  28. package/modelexcavate/index.js +214 -266
  29. package/modelfilter/index.js +216 -299
  30. package/modelprofileanalysis/index.js +354 -465
  31. package/modelselect/index.js +183 -175
  32. package/package.json +1 -1
  33. package/particleeffect/index.js +257 -430
  34. package/planeclip/index.js +240 -330
  35. package/resetview/index.js +89 -69
  36. package/roller/index.js +305 -363
  37. package/scaneffect/index.js +274 -572
  38. package/sceneadvancedtoimage/index.js +1057 -0
  39. package/sceneadvancedtoimage/style/index.js +3 -0
  40. package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
  41. package/sceneapp/index.js +818 -2179
  42. package/sceneset/index.js +391 -885
  43. package/scenetohdimage/index.js +212 -346
  44. package/scenetohdimage/style/scenetohdimage.css +1 -1
  45. package/sceneview/index.js +9208 -17907
  46. package/sceneview/style/sceneview.css +1 -1
  47. package/screenshot/index.js +273 -312
  48. package/shadowanalysis/index.js +259 -437
  49. package/sightlineanalysis/index.js +229 -312
  50. package/sightlineanalysis/style/divpoint.css +1 -1
  51. package/skylineanalysis/index.js +204 -341
  52. package/slopeanalysis/index.js +274 -435
  53. package/slopeaspectanalysis/index.js +307 -524
  54. package/statusbar/index.js +113 -84
  55. package/style.css +1 -1
  56. package/terrainoperation/index.js +222 -271
  57. package/terrainprofileanalysis/index.js +166 -173
  58. package/underground/index.js +96 -82
  59. package/videofusion/index.js +305 -519
  60. package/videoproject/index.js +311 -521
  61. package/viewshedanalysis/index.js +176 -275
  62. package/weathereffect/index.js +197 -343
  63. package/wireframesketch/index.js +133 -141
@@ -7,100 +7,141 @@
7
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
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__7997__, __WEBPACK_EXTERNAL_MODULE__3458__) {
10
+ })(this, function(__WEBPACK_EXTERNAL_MODULE__154__, __WEBPACK_EXTERNAL_MODULE__64__, __WEBPACK_EXTERNAL_MODULE__455__, __WEBPACK_EXTERNAL_MODULE__2975__) {
11
11
  return /******/ (function() { // webpackBootstrap
12
12
  /******/ "use strict";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
- /***/ 1349:
15
+ /***/ 3275:
16
16
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
17
17
 
18
- /* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9389);
18
+ /* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6363);
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
- /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7997);
20
+ /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(455);
21
21
  /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
22
-
22
+ /*
23
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
24
+ * All rights reserved.
25
+ */
23
26
 
24
27
 
25
28
  element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
26
29
  _init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
27
30
  Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
28
31
  };
29
-
30
- /* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
32
+ /* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
31
33
 
32
34
  /***/ }),
33
35
 
34
- /***/ 348:
36
+ /***/ 5698:
35
37
  /***/ (function(module) {
36
38
 
37
39
  module.exports = require("@kq_npm/client_icons_vue");
38
40
 
39
41
  /***/ }),
40
42
 
41
- /***/ 9389:
43
+ /***/ 8224:
44
+ /***/ (function(module) {
45
+
46
+ module.exports = require("core-js/modules/esnext.iterator.map.js");
47
+
48
+ /***/ }),
49
+
50
+ /***/ 6363:
42
51
  /***/ (function(module) {
43
52
 
44
53
  module.exports = require("element-plus/dist/index.full.js");
45
54
 
46
55
  /***/ }),
47
56
 
48
- /***/ 7080:
57
+ /***/ 3579:
49
58
  /***/ (function(module) {
50
59
 
51
60
  module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
52
61
 
53
62
  /***/ }),
54
63
 
55
- /***/ 7135:
64
+ /***/ 64:
56
65
  /***/ (function(module) {
57
66
 
58
- module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
67
+ module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
59
68
 
60
69
  /***/ }),
61
70
 
62
- /***/ 3458:
71
+ /***/ 2975:
63
72
  /***/ (function(module) {
64
73
 
65
- module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
74
+ module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
66
75
 
67
76
  /***/ }),
68
77
 
69
- /***/ 7997:
78
+ /***/ 455:
70
79
  /***/ (function(module) {
71
80
 
72
- module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
81
+ module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
73
82
 
74
83
  /***/ }),
75
84
 
76
- /***/ 1895:
85
+ /***/ 154:
77
86
  /***/ (function(module) {
78
87
 
79
- module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
88
+ module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
80
89
 
81
90
  /***/ }),
82
91
 
83
- /***/ 8270:
92
+ /***/ 6913:
84
93
  /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
85
94
 
86
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
87
- /* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
88
- /* harmony export */ });
89
- function _defineProperty(obj, key, value) {
90
- if (key in obj) {
91
- Object.defineProperty(obj, key, {
92
- value: value,
93
- enumerable: true,
94
- configurable: true,
95
- writable: true
96
- });
97
- } else {
98
- obj[key] = value;
95
+
96
+ // EXPORTS
97
+ __webpack_require__.d(__webpack_exports__, {
98
+ A: 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.");
99
121
  }
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
100
134
 
101
- return obj;
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;
102
142
  }
103
143
 
144
+
104
145
  /***/ })
105
146
 
106
147
  /******/ });
@@ -172,54 +213,54 @@ function _defineProperty(obj, key, value) {
172
213
  /******/
173
214
  /************************************************************************/
174
215
  var __webpack_exports__ = {};
175
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
176
- !function() {
177
216
  // ESM COMPAT FLAG
178
217
  __webpack_require__.r(__webpack_exports__);
179
218
 
180
219
  // EXPORTS
181
220
  __webpack_require__.d(__webpack_exports__, {
182
- "ExcavateFillAnalysisViewModel": function() { return /* reexport */ ExcavateFillAnalysisViewModel; },
221
+ ExcavateFillAnalysisViewModel: function() { return /* reexport */ ExcavateFillAnalysisViewModel; },
183
222
  "default": function() { return /* reexport */ ExcavateFillAnalysis; }
184
223
  });
185
224
 
186
225
  // EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
187
- var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
226
+ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
188
227
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
189
- var gis_utils_ = __webpack_require__(7135);
190
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
191
- var defineProperty = __webpack_require__(8270);
228
+ var gis_utils_ = __webpack_require__(64);
229
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
230
+ var defineProperty = __webpack_require__(6913);
231
+ // EXTERNAL MODULE: external "core-js/modules/esnext.iterator.map.js"
232
+ var esnext_iterator_map_js_ = __webpack_require__(8224);
192
233
  // EXTERNAL MODULE: ./src/common/_ui/message/index.js
193
- var message = __webpack_require__(1349);
234
+ var message = __webpack_require__(3275);
194
235
  ;// CONCATENATED MODULE: ./src/webgl/excavatefillanalysis/ExcavateFillAnalysisViewModel.js
195
236
 
237
+
238
+ /*
239
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
240
+ * All rights reserved.
241
+ */
196
242
  //填挖方分析逻辑类
197
243
 
198
244
  class ExcavateFillAnalysisViewModel {
199
- //填挖方分析三维对象
200
- //绘制管理对象
201
- //填挖方分析存储参数对象
202
- //绘制完成监听事件
203
245
  constructor(scenceView, options, callback) {
204
- (0,defineProperty/* default */.Z)(this, "_excavateFillAnalysis", null);
205
-
206
- (0,defineProperty/* default */.Z)(this, "_drawManager", null);
207
-
208
- (0,defineProperty/* default */.Z)(this, "_options", null);
209
-
210
- (0,defineProperty/* default */.Z)(this, "_removeEventListener", null);
211
-
246
+ (0,defineProperty/* default */.A)(this, "_excavateFillAnalysis", null);
247
+ //填挖方分析三维对象
248
+ (0,defineProperty/* default */.A)(this, "_drawManager", null);
249
+ //绘制管理对象
250
+ (0,defineProperty/* default */.A)(this, "_options", null);
251
+ //填挖方分析存储参数对象
252
+ (0,defineProperty/* default */.A)(this, "_removeEventListener", null);
253
+ //绘制完成监听事件
254
+ (0,defineProperty/* default */.A)(this, "_language", {});
255
+ this._language = scenceView._language;
212
256
  options.viewer = scenceView._viewer;
213
257
  options.viewer.scene.globe.depthTestAgainstTerrain = true;
214
-
215
258
  if (options.cutColor) {
216
259
  options.cutColor = Cesium.Color.fromCssColorString(options.cutColor).withAlpha(0.7);
217
260
  }
218
-
219
261
  if (options.fillColor) {
220
262
  options.fillColor = Cesium.Color.fromCssColorString(options.fillColor).withAlpha(0.7);
221
263
  }
222
-
223
264
  this._options = options;
224
265
  this._drawManager = scenceView._drawManager;
225
266
  var that = this;
@@ -227,15 +268,14 @@ class ExcavateFillAnalysisViewModel {
227
268
  if (shape) {
228
269
  options.positions = that.coordinateTransform(shape._controlPoints);
229
270
  that._excavateFillAnalysis = new Cesium.Kq3dCutFill(options);
230
-
231
271
  that._drawManager.clear();
232
-
233
- callback && callback(); // callback && setTimeout(callback, 1500);
272
+ callback && callback();
273
+ // callback && setTimeout(callback, 1500);
234
274
  }
235
275
  });
236
- } // 处理绘制坐标,转成二维坐标
237
-
276
+ }
238
277
 
278
+ // 处理绘制坐标,转成二维坐标
239
279
  coordinateTransform(points) {
240
280
  let cutPoints = points.map(function (point) {
241
281
  let cartesPh = Cesium.Cartographic.fromCartesian(point);
@@ -249,9 +289,9 @@ class ExcavateFillAnalysisViewModel {
249
289
  return map;
250
290
  });
251
291
  return cutPoints;
252
- } //开始分析
253
-
292
+ }
254
293
 
294
+ //开始分析
255
295
  start() {
256
296
  // 判断是否添加了地形
257
297
  if (this._options.viewer.terrainProvider.availability) {
@@ -260,70 +300,63 @@ class ExcavateFillAnalysisViewModel {
260
300
  clampToGround: true
261
301
  });
262
302
  } else {
263
- (0,message/* default */.Z)({
264
- message: "只支持STK类型的地形分析!",
303
+ (0,message/* default */.A)({
304
+ message: this._language["stkTerrainAnalysisTips"],
265
305
  type: "warning"
266
306
  });
267
307
  }
268
308
  } else {
269
- (0,message/* default */.Z)({
270
- message: "请加载地形后分析!",
309
+ (0,message/* default */.A)({
310
+ message: this._language["terrainAnalysisTips"],
271
311
  type: "warning"
272
312
  });
273
313
  }
274
- } //清除全部结果
275
-
314
+ }
276
315
 
316
+ //清除全部结果
277
317
  clear() {
278
318
  this._drawManager.stopDraw();
279
-
280
319
  this._excavateFillAnalysis && this._excavateFillAnalysis.removeAll();
281
- } //销毁
282
-
320
+ }
283
321
 
322
+ //销毁
284
323
  destroy() {
285
- this.clear(); // this._excavateFillAnalysis && this._excavateFillAnalysis.destroy();
286
-
287
- this._excavateFillAnalysis = null; //移除监听事件
288
-
324
+ this.clear();
325
+ // this._excavateFillAnalysis && this._excavateFillAnalysis.destroy();
326
+ this._excavateFillAnalysis = null;
327
+ //移除监听事件
289
328
  this._removeEventListener && this._removeEventListener();
290
329
  this._removeEventListener = null;
291
- } //设置基准高度
292
-
330
+ }
293
331
 
332
+ //设置基准高度
294
333
  setReferenceHeight(height) {
295
334
  this._options.referenceHeight = Number(height);
296
-
297
335
  if (this._excavateFillAnalysis) {
298
336
  this._excavateFillAnalysis.referenceHeight = Number(height);
299
337
  }
300
- } //设置挖方颜色
301
-
302
-
338
+ }
339
+ //设置挖方颜色
303
340
  setCutColor(cutColor) {
304
341
  this._options.cutColor = Cesium.Color.fromCssColorString(cutColor).withAlpha(0.7);
305
-
306
342
  if (this._excavateFillAnalysis) {
307
343
  this._excavateFillAnalysis.cutColor = this._options.cutColor;
308
344
  }
309
- } //设置填方颜色
310
-
311
-
345
+ }
346
+ //设置填方颜色
312
347
  setFillColor(fillColor) {
313
348
  this._options.fillColor = Cesium.Color.fromCssColorString(fillColor).withAlpha(0.7);
314
-
315
349
  if (this._excavateFillAnalysis) {
316
350
  this._excavateFillAnalysis.fillColor = this._options.fillColor;
317
351
  }
318
352
  }
319
-
320
353
  }
321
354
  // EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
322
- var client_icons_vue_ = __webpack_require__(348);
355
+ var client_icons_vue_ = __webpack_require__(5698);
323
356
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
324
- var util_ = __webpack_require__(3458);
357
+ var util_ = __webpack_require__(2975);
325
358
  // EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
326
- var vue_i18n_cjs_js_ = __webpack_require__(7080);
359
+ var vue_i18n_cjs_js_ = __webpack_require__(3579);
327
360
  ;// 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
328
361
 
329
362
  const _hoisted_1 = {
@@ -354,7 +387,7 @@ const _hoisted_6 = {
354
387
  const __default__ = {
355
388
  name: "Kq3dExcavateFillAnalysis"
356
389
  };
357
- /* harmony default export */ var ExcavateFillAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
390
+ /* harmony default export */ var ExcavateFillAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
358
391
  props: {
359
392
  // 设置参数
360
393
  settingParams: {
@@ -365,7 +398,6 @@ const __default__ = {
365
398
  type: Boolean,
366
399
  default: true
367
400
  },
368
-
369
401
  /**
370
402
  * 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
371
403
  */
@@ -395,11 +427,9 @@ const __default__ = {
395
427
  default: true
396
428
  }
397
429
  },
398
-
399
430
  setup(__props, {
400
431
  expose: __expose
401
432
  }) {
402
- const props = __props;
403
433
  const {
404
434
  proxy
405
435
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
@@ -410,8 +440,10 @@ const __default__ = {
410
440
  let result = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
411
441
  cutVolumn: "NaN",
412
442
  fillVolumn: "NaN"
413
- }); // 获取组件传参
443
+ });
414
444
 
445
+ // 获取组件传参
446
+ const props = __props;
415
447
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
416
448
  altitudeHeight: props.settingParams && props.settingParams.altitudeHeight || 2920,
417
449
  // 基准高度
@@ -422,15 +454,17 @@ const __default__ = {
422
454
  excavateColor: props.settingParams && props.settingParams.excavateColor || "#67C23A",
423
455
  // 挖方颜色
424
456
  fillColor: props.settingParams && props.settingParams.fillColor || "#E6A23C" // // 填方颜色
425
-
426
457
  });
427
- let viewModel = null; // 组件容器Ref
458
+ let viewModel = null;
428
459
 
429
- let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
460
+ // 组件容器Ref
461
+ let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
430
462
 
463
+ // 生成组件默认header
431
464
  let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
432
- let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
465
+ let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
433
466
 
467
+ // 国际化
434
468
  let {
435
469
  locale,
436
470
  messages
@@ -450,7 +484,6 @@ const __default__ = {
450
484
  watchCreateHeaderTemp();
451
485
  });
452
486
  currentLang.value = proxy.$i18n.locale; // 获取当前语言
453
-
454
487
  gis_utils_.utils.getWebMap(null, scenceView => {
455
488
  if (scenceView) {
456
489
  var options = {
@@ -462,15 +495,12 @@ const __default__ = {
462
495
  setTimeout(() => {
463
496
  showResult.value = true;
464
497
  const cutVolumn = viewModel._excavateFillAnalysis.cutVolumn;
465
-
466
498
  if (cutVolumn > 1000000000) {
467
499
  result.cutVolumn = (cutVolumn / 1000000000).toFixed(2) + " km³";
468
500
  } else {
469
501
  result.cutVolumn = cutVolumn.toFixed(2) + " m³";
470
502
  }
471
-
472
503
  const fillVolumn = viewModel._excavateFillAnalysis.fillVolumn;
473
-
474
504
  if (fillVolumn > 1000000000) {
475
505
  result.fillVolumn = (fillVolumn / 1000000000).toFixed(2) + " km³";
476
506
  } else {
@@ -481,105 +511,83 @@ const __default__ = {
481
511
  }
482
512
  });
483
513
  });
514
+
484
515
  /**
485
516
  * @description 监听header生成
486
517
  */
487
-
488
518
  const watchCreateHeaderTemp = () => {
489
519
  if (props.showHeaderTemp) {
490
520
  // 生成headerTemp
491
521
  headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
492
522
  }
493
- }; //开始分析
494
-
523
+ };
495
524
 
525
+ //开始分析
496
526
  function startAnalysis() {
497
527
  // this.clearResult();
498
528
  showResult.value = false;
499
529
  viewModel && viewModel.clear();
500
530
  viewModel && viewModel.start();
501
- } //清除结果
502
-
531
+ }
503
532
 
533
+ //清除结果
504
534
  function clearResult() {
505
535
  showResult.value = false;
506
536
  viewModel && viewModel.clear();
507
537
  }
508
-
509
538
  function paramsChanged(key) {
510
539
  switch (key) {
511
540
  case "height":
512
541
  viewModel.setReferenceHeight(formItem.altitudeHeight);
513
-
514
542
  if (showResult.value) {
515
543
  const cutVolumn = viewModel._excavateFillAnalysis.cutVolumn;
516
-
517
544
  if (cutVolumn > 1000000000) {
518
545
  result.cutVolumn = (cutVolumn / 1000000000).toFixed(2) + " km³";
519
546
  } else {
520
547
  result.cutVolumn = cutVolumn.toFixed(2) + " m³";
521
548
  }
522
-
523
549
  const fillVolumn = viewModel._excavateFillAnalysis.fillVolumn;
524
-
525
550
  if (fillVolumn > 1000000000) {
526
551
  result.fillVolumn = (fillVolumn / 1000000000).toFixed(2) + " km³";
527
552
  } else {
528
553
  result.fillVolumn = fillVolumn.toFixed(2) + " m³";
529
554
  }
530
555
  }
531
-
532
556
  break;
533
-
534
557
  case "cutColor":
535
558
  viewModel.setCutColor(formItem.excavateColor);
536
559
  break;
537
-
538
560
  case "fillColor":
539
561
  viewModel.setFillColor(formItem.fillColor);
540
562
  break;
541
-
542
563
  default:
543
564
  break;
544
565
  }
545
566
  }
546
-
547
567
  function closeBtn() {
548
568
  showResult.value = false;
549
- } // 销毁
550
-
569
+ }
551
570
 
571
+ // 销毁
552
572
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
553
573
  viewModel && viewModel.destroy();
554
574
  });
555
-
556
575
  __expose({
557
576
  startAnalysis,
558
577
  paramsChanged,
559
578
  clearResult
560
579
  });
561
-
562
580
  return (_ctx, _cache) => {
563
581
  const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
564
-
565
582
  const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
566
-
567
583
  const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
568
-
569
584
  const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
570
-
571
585
  const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
572
-
573
586
  const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
574
-
575
587
  const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
576
-
577
588
  const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
578
-
579
589
  const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
580
-
581
590
  const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
582
-
583
591
  return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
584
592
  class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-excavate-fill-analysis", {
585
593
  'kq-box-shadow': __props.showShadow
@@ -590,9 +598,7 @@ const __default__ = {
590
598
  key: 0,
591
599
  ref_key: "headerTempRef",
592
600
  ref: headerTempRef
593
- }, null, 512
594
- /* NEED_PATCH */
595
- )) : (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, {
601
+ }, 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, {
596
602
  style: {
597
603
  "display": "flex"
598
604
  }
@@ -602,9 +608,7 @@ const __default__ = {
602
608
  style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)({
603
609
  width: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '100px' : '130px'
604
610
  })
605
- }, (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
606
- /* TEXT, STYLE */
607
- ), (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, {
611
+ }, (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, {
608
612
  style: {
609
613
  "display": "flex"
610
614
  }
@@ -619,12 +623,8 @@ const __default__ = {
619
623
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAltitudeHeight,
620
624
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAltitudeHeight,
621
625
  onInput: _cache[1] || (_cache[1] = $event => paramsChanged('height'))
622
- }, null, 8
623
- /* PROPS */
624
- , ["modelValue", "min", "max"])]),
625
- _: 1
626
- /* STABLE */
627
-
626
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
627
+ _: 1 /* STABLE */
628
628
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
629
629
  span: 8,
630
630
  style: {
@@ -639,29 +639,17 @@ const __default__ = {
639
639
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAltitudeHeight,
640
640
  "controls-position": "right",
641
641
  onInput: _cache[3] || (_cache[3] = $event => paramsChanged('height'))
642
- }, null, 8
643
- /* PROPS */
644
- , ["modelValue", "min", "max"])]),
645
- _: 1
646
- /* STABLE */
647
-
642
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
643
+ _: 1 /* STABLE */
648
644
  })]),
649
- _: 1
650
- /* STABLE */
651
-
645
+ _: 1 /* STABLE */
652
646
  })])]),
653
- _: 1
654
- /* STABLE */
655
-
647
+ _: 1 /* STABLE */
656
648
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
657
649
  class: "kq3d-excavate-fill-analysis-tip"
658
650
  }, {
659
- 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
660
- /* TEXT */
661
- )]),
662
- _: 1
663
- /* STABLE */
664
-
651
+ 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 */)]),
652
+ _: 1 /* STABLE */
665
653
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
666
654
  "model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue)
667
655
  }, {
@@ -686,18 +674,10 @@ const __default__ = {
686
674
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor,
687
675
  "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor = $event),
688
676
  onChange: _cache[5] || (_cache[5] = $event => paramsChanged('fillColor'))
689
- }, null, 8
690
- /* PROPS */
691
- , ["modelValue"])]),
692
- _: 1
693
- /* STABLE */
694
-
695
- }, 8
696
- /* PROPS */
697
- , ["label"])]),
698
- _: 1
699
- /* STABLE */
700
-
677
+ }, null, 8 /* PROPS */, ["modelValue"])]),
678
+ _: 1 /* STABLE */
679
+ }, 8 /* PROPS */, ["label"])]),
680
+ _: 1 /* STABLE */
701
681
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
702
682
  span: 12
703
683
  }, {
@@ -708,101 +688,50 @@ const __default__ = {
708
688
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).excavateColor,
709
689
  "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).excavateColor = $event),
710
690
  onChange: _cache[7] || (_cache[7] = $event => paramsChanged('cutColor'))
711
- }, null, 8
712
- /* PROPS */
713
- , ["modelValue"])]),
714
- _: 1
715
- /* STABLE */
716
-
717
- }, 8
718
- /* PROPS */
719
- , ["label"])]),
720
- _: 1
721
- /* STABLE */
722
-
691
+ }, null, 8 /* PROPS */, ["modelValue"])]),
692
+ _: 1 /* STABLE */
693
+ }, 8 /* PROPS */, ["label"])]),
694
+ _: 1 /* STABLE */
723
695
  })]),
724
- _: 1
725
- /* STABLE */
726
-
696
+ _: 1 /* STABLE */
727
697
  })]),
728
- _: 1
729
- /* STABLE */
730
-
731
- }, 8
732
- /* PROPS */
733
- , ["label-width"])]),
734
- _: 1
735
- /* STABLE */
736
-
737
- }, 8
738
- /* PROPS */
739
- , ["title"])]),
740
- _: 1
741
- /* STABLE */
742
-
743
- }, 8
744
- /* PROPS */
745
- , ["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, {
698
+ _: 1 /* STABLE */
699
+ }, 8 /* PROPS */, ["label-width"])]),
700
+ _: 1 /* STABLE */
701
+ }, 8 /* PROPS */, ["title"])]),
702
+ _: 1 /* STABLE */
703
+ }, 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, {
746
704
  onClick: _cache[8] || (_cache[8] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
747
705
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
748
706
  type: "primary"
749
707
  }, {
750
- 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
751
- /* TEXT */
752
- )]),
753
- _: 1
754
- /* STABLE */
755
-
756
- }, 8
757
- /* PROPS */
758
- , ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
708
+ 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 */)]),
709
+ _: 1 /* STABLE */
710
+ }, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
759
711
  onClick: _cache[9] || (_cache[9] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
760
712
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
761
713
  }, {
762
- 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
763
- /* TEXT */
764
- )]),
765
- _: 1
766
- /* STABLE */
767
-
768
- }, 8
769
- /* PROPS */
770
- , ["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, {
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).clearResult), 1 /* TEXT */)]),
715
+ _: 1 /* STABLE */
716
+ }, 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, {
771
717
  class: "kq3d-excavate-fill-analysis-result-title"
772
718
  }, {
773
719
  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, {
774
720
  span: 18
775
721
  }, {
776
- 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
777
- /* TEXT */
778
- )]),
779
- _: 1
780
- /* STABLE */
781
-
722
+ 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 */)]),
723
+ _: 1 /* STABLE */
782
724
  }), (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> ")]),
783
- _: 1
784
- /* STABLE */
785
-
725
+ _: 1 /* STABLE */
786
726
  }), (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, {
787
- 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
788
- /* TEXT */
789
- )]),
790
- _: 1
791
- /* STABLE */
792
-
727
+ 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 */)]),
728
+ _: 1 /* STABLE */
793
729
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
794
- 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
795
- /* TEXT */
796
- )]),
797
- _: 1
798
- /* STABLE */
799
-
800
- })])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])], 2
801
- /* CLASS */
802
- );
730
+ 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 */)]),
731
+ _: 1 /* STABLE */
732
+ })])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])], 2 /* CLASS */);
803
733
  };
804
734
  }
805
-
806
735
  }));
807
736
  ;// CONCATENATED MODULE: ./src/webgl/excavatefillanalysis/ExcavateFillAnalysis.vue?vue&type=script&setup=true&lang=js
808
737
 
@@ -814,10 +743,13 @@ const __exports__ = ExcavateFillAnalysisvue_type_script_setup_true_lang_js;
814
743
 
815
744
  /* harmony default export */ var ExcavateFillAnalysis = (__exports__);
816
745
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
817
- var init_js_ = __webpack_require__(7997);
746
+ var init_js_ = __webpack_require__(455);
818
747
  var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
819
748
  ;// CONCATENATED MODULE: ./src/webgl/excavatefillanalysis/index.js
820
-
749
+ /*
750
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
751
+ * All rights reserved.
752
+ */
821
753
 
822
754
 
823
755
 
@@ -826,8 +758,6 @@ ExcavateFillAnalysis.install = (Vue, opts) => {
826
758
  Vue.component(ExcavateFillAnalysis.name, ExcavateFillAnalysis);
827
759
  };
828
760
 
829
-
830
- }();
831
761
  /******/ return __webpack_exports__;
832
762
  /******/ })()
833
763
  ;