@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,155 @@
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
+ /***/ 2652:
44
+ /***/ (function(module) {
45
+
46
+ module.exports = require("core-js/modules/es.array.push.js");
47
+
48
+ /***/ }),
49
+
50
+ /***/ 3658:
51
+ /***/ (function(module) {
52
+
53
+ module.exports = require("core-js/modules/esnext.iterator.constructor.js");
54
+
55
+ /***/ }),
56
+
57
+ /***/ 7993:
58
+ /***/ (function(module) {
59
+
60
+ module.exports = require("core-js/modules/esnext.iterator.find.js");
61
+
62
+ /***/ }),
63
+
64
+ /***/ 6363:
42
65
  /***/ (function(module) {
43
66
 
44
67
  module.exports = require("element-plus/dist/index.full.js");
45
68
 
46
69
  /***/ }),
47
70
 
48
- /***/ 7080:
71
+ /***/ 3579:
49
72
  /***/ (function(module) {
50
73
 
51
74
  module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
52
75
 
53
76
  /***/ }),
54
77
 
55
- /***/ 7135:
78
+ /***/ 64:
56
79
  /***/ (function(module) {
57
80
 
58
- module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
81
+ module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
59
82
 
60
83
  /***/ }),
61
84
 
62
- /***/ 3458:
85
+ /***/ 2975:
63
86
  /***/ (function(module) {
64
87
 
65
- module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
88
+ module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
66
89
 
67
90
  /***/ }),
68
91
 
69
- /***/ 7997:
92
+ /***/ 455:
70
93
  /***/ (function(module) {
71
94
 
72
- module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
95
+ module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
73
96
 
74
97
  /***/ }),
75
98
 
76
- /***/ 1895:
99
+ /***/ 154:
77
100
  /***/ (function(module) {
78
101
 
79
- module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
102
+ module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
80
103
 
81
104
  /***/ }),
82
105
 
83
- /***/ 8270:
106
+ /***/ 6913:
84
107
  /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
85
108
 
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;
109
+
110
+ // EXPORTS
111
+ __webpack_require__.d(__webpack_exports__, {
112
+ A: function() { return /* binding */ _defineProperty; }
113
+ });
114
+
115
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
116
+ function _typeof(o) {
117
+ "@babel/helpers - typeof";
118
+
119
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
120
+ return typeof o;
121
+ } : function (o) {
122
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
123
+ }, _typeof(o);
124
+ }
125
+
126
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
127
+
128
+ function toPrimitive(t, r) {
129
+ if ("object" != _typeof(t) || !t) return t;
130
+ var e = t[Symbol.toPrimitive];
131
+ if (void 0 !== e) {
132
+ var i = e.call(t, r || "default");
133
+ if ("object" != _typeof(i)) return i;
134
+ throw new TypeError("@@toPrimitive must return a primitive value.");
99
135
  }
136
+ return ("string" === r ? String : Number)(t);
137
+ }
138
+
139
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
140
+
141
+
142
+ function toPropertyKey(t) {
143
+ var i = toPrimitive(t, "string");
144
+ return "symbol" == _typeof(i) ? i : i + "";
145
+ }
146
+
147
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
100
148
 
101
- return obj;
149
+ function _defineProperty(e, r, t) {
150
+ return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
151
+ value: t,
152
+ enumerable: !0,
153
+ configurable: !0,
154
+ writable: !0
155
+ }) : e[r] = t, e;
102
156
  }
103
157
 
158
+
104
159
  /***/ })
105
160
 
106
161
  /******/ });
@@ -172,52 +227,58 @@ function _defineProperty(obj, key, value) {
172
227
  /******/
173
228
  /************************************************************************/
174
229
  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
230
  // ESM COMPAT FLAG
178
231
  __webpack_require__.r(__webpack_exports__);
179
232
 
180
233
  // EXPORTS
181
234
  __webpack_require__.d(__webpack_exports__, {
182
- "GeologicalBodyAnalysisViewModel": function() { return /* reexport */ GeologicalBodyAnalysisViewModel; },
235
+ GeologicalBodyAnalysisViewModel: function() { return /* reexport */ GeologicalBodyAnalysisViewModel; },
183
236
  "default": function() { return /* reexport */ GeologicalBodyAnalysis; }
184
237
  });
185
238
 
186
239
  // 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);
240
+ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
188
241
  // 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);
242
+ var gis_utils_ = __webpack_require__(64);
243
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
244
+ var defineProperty = __webpack_require__(6913);
245
+ // EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
246
+ var es_array_push_js_ = __webpack_require__(2652);
247
+ // EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
248
+ var esnext_iterator_constructor_js_ = __webpack_require__(3658);
249
+ // EXTERNAL MODULE: external "core-js/modules/esnext.iterator.find.js"
250
+ var esnext_iterator_find_js_ = __webpack_require__(7993);
192
251
  // EXTERNAL MODULE: ./src/common/_ui/message/index.js
193
- var message = __webpack_require__(1349);
252
+ var message = __webpack_require__(3275);
194
253
  ;// CONCATENATED MODULE: ./src/webgl/geologicalbodyanalysis/GeologicalBodyAnalysisViewModel.js
195
254
 
196
- //地质体分析逻辑类
197
-
198
- class GeologicalBodyAnalysisViewModel {
199
- //三维viewer对象
200
- //地质体分析存储参数对象
201
- //地质体分析三维对象
202
- constructor(scenceView, options) {
203
- (0,defineProperty/* default */.Z)(this, "_viewer", null);
204
255
 
205
- (0,defineProperty/* default */.Z)(this, "_options", {});
206
256
 
207
- (0,defineProperty/* default */.Z)(this, "_geologyBody", null);
208
257
 
209
- (0,defineProperty/* default */.Z)(this, "_measureHandler", null);
258
+ /*
259
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
260
+ * All rights reserved.
261
+ */
262
+ //地质体分析逻辑类
210
263
 
264
+ class GeologicalBodyAnalysisViewModel {
265
+ constructor(scenceView, options) {
266
+ (0,defineProperty/* default */.A)(this, "_viewer", null);
267
+ //三维viewer对象
268
+ (0,defineProperty/* default */.A)(this, "_options", {});
269
+ //地质体分析存储参数对象
270
+ (0,defineProperty/* default */.A)(this, "_geologyBody", null);
271
+ //地质体分析三维对象
272
+ (0,defineProperty/* default */.A)(this, "_measureHandler", null);
273
+ (0,defineProperty/* default */.A)(this, "_language", {});
274
+ this._language = scenceView._language;
211
275
  this._options = options;
212
276
  this._viewer = scenceView._viewer;
213
277
  this._measureHandler = new Cesium.Kq3dMeasureHandler(scenceView._viewer);
214
-
215
278
  this._measureHandler.measureEvent.addEventListener(function (result) {
216
279
  if (result.measureResult.labels) result.measureResult.labels.show = false;
217
280
  });
218
-
219
281
  let that = this;
220
-
221
282
  this._measureHandler.activeEvent.addEventListener(function (ret) {
222
283
  if (ret == false) {
223
284
  if (that._measureHandler.measureResults && that._measureHandler.measureResults.length > 0) {
@@ -229,11 +290,8 @@ class GeologicalBodyAnalysisViewModel {
229
290
  geo.sectionPrimitives = that._viewer.scene.primitives.add(geo.sectionPrimitiveCollection);
230
291
  }
231
292
  });
232
-
233
293
  that._measureHandler.measureResults[0].destroy();
234
-
235
294
  break;
236
-
237
295
  case 2:
238
296
  // 裁剪
239
297
  that._geologyBody.polygonClipping(that._measureHandler.measureResults[0].polygonPositions).then(function (geo) {
@@ -241,21 +299,15 @@ class GeologicalBodyAnalysisViewModel {
241
299
  geo.sectionPrimitives = that._viewer.scene.primitives.add(geo.sectionPrimitiveCollection);
242
300
  }
243
301
  });
244
-
245
302
  that._measureHandler.measureResults[0].destroy();
246
-
247
303
  break;
248
-
249
304
  case 3:
250
305
  // 钻孔
251
306
  let positions = [];
252
-
253
307
  for (let i = that._measureHandler.measureResults.length - 1; i >= 0; i--) {
254
308
  positions.push(that._measureHandler.measureResults[i].entities[0].position._value);
255
-
256
309
  that._measureHandler.measureResults[i].destroy();
257
310
  }
258
-
259
311
  if (positions.length > 0) {
260
312
  that._geologyBody.drillHole(positions).then(function (geo) {
261
313
  if (!that._viewer.scene.primitives.contains(geo.sectionPrimitives)) {
@@ -263,22 +315,19 @@ class GeologicalBodyAnalysisViewModel {
263
315
  }
264
316
  });
265
317
  }
266
-
267
318
  break;
268
-
269
319
  default:
270
320
  break;
271
321
  }
272
322
  }
273
323
  }
274
324
  });
275
- } // 查找所有地质体对象
276
-
325
+ }
277
326
 
327
+ // 查找所有地质体对象
278
328
  findLayers() {
279
329
  let geologys = [];
280
330
  const geologyBodyCollection = this._viewer.geologyBodyCollection;
281
-
282
331
  for (let i = 0; i < geologyBodyCollection.length; i++) {
283
332
  if (geologyBodyCollection[i].geologyPrimitiveCollection) {
284
333
  if (!geologyBodyCollection[i].guid) geologyBodyCollection[i].guid = Cesium.createGuid();
@@ -288,59 +337,50 @@ class GeologicalBodyAnalysisViewModel {
288
337
  });
289
338
  }
290
339
  }
291
-
292
340
  return geologys;
293
- } // 设置地质体分析对象
294
-
341
+ }
295
342
 
343
+ // 设置地质体分析对象
296
344
  setLayer(guid) {
297
345
  this.clear();
298
346
  this._geologyBody = this._viewer.geologyBodyCollection.find(function (item) {
299
347
  return item.guid === guid;
300
348
  });
301
- } // 开始分析
302
-
349
+ }
303
350
 
351
+ // 开始分析
304
352
  start() {
305
353
  // 判断是否添加了地质体
306
354
  if (this._viewer.geologyBodyCollection.length > 0 && this._geologyBody) {
307
355
  this.clear();
308
-
309
356
  switch (this._options.operationType) {
310
357
  case 1:
311
358
  // 剖切
312
359
  this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.HorizontalDistance);
313
-
314
360
  break;
315
-
316
361
  case 2:
317
362
  // 裁剪
318
363
  this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.HorizontalArea);
319
-
320
364
  break;
321
-
322
365
  case 3:
323
366
  // 钻孔
324
367
  this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.Coordinate);
325
-
326
368
  break;
327
-
328
369
  default:
329
370
  break;
330
371
  }
331
372
  } else {
332
- (0,message/* default */.Z)({
333
- message: "请添加地质体后分析!",
373
+ (0,message/* default */.A)({
374
+ message: this._language["addGeologyBodyTips"],
334
375
  type: "warning"
335
376
  });
336
377
  }
337
- } //清除全部
338
-
378
+ }
339
379
 
380
+ //清除全部
340
381
  clear() {
341
382
  if (this._geologyBody) {
342
383
  this._viewer.scene.primitives.remove(this._geologyBody.sectionPrimitives);
343
-
344
384
  if (this._geologyBody.geologyPrimitiveCollection.length == 0) {
345
385
  this._geologyBody.createGeology(this._geologyBody.data).then(function (that) {
346
386
  if (!that.viewer.scene.primitives.contains(that.geologyPrimitives)) {
@@ -349,22 +389,21 @@ class GeologicalBodyAnalysisViewModel {
349
389
  });
350
390
  }
351
391
  }
352
- } //销毁
353
-
392
+ }
354
393
 
394
+ //销毁
355
395
  destroy() {
356
396
  this.clear();
357
397
  this._measureHandler && this._measureHandler.destroy();
358
398
  this._measureHandler = null;
359
399
  }
360
-
361
400
  }
362
401
  // EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
363
- var client_icons_vue_ = __webpack_require__(348);
402
+ var client_icons_vue_ = __webpack_require__(5698);
364
403
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
365
- var util_ = __webpack_require__(3458);
404
+ var util_ = __webpack_require__(2975);
366
405
  // EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
367
- var vue_i18n_cjs_js_ = __webpack_require__(7080);
406
+ var vue_i18n_cjs_js_ = __webpack_require__(3579);
368
407
  ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/geologicalbodyanalysis/GeologicalBodyAnalysis.vue?vue&type=script&setup=true&lang=js
369
408
 
370
409
  const _hoisted_1 = {
@@ -394,7 +433,7 @@ const _hoisted_6 = {
394
433
  const __default__ = {
395
434
  name: "Kq3dGeologicalBodyAnalysis"
396
435
  };
397
- /* harmony default export */ var GeologicalBodyAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
436
+ /* harmony default export */ var GeologicalBodyAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
398
437
  props: {
399
438
  // 设置参数
400
439
  settingParams: {
@@ -405,7 +444,6 @@ const __default__ = {
405
444
  type: Boolean,
406
445
  default: true
407
446
  },
408
-
409
447
  /**
410
448
  * 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
411
449
  */
@@ -435,31 +473,34 @@ const __default__ = {
435
473
  default: true
436
474
  }
437
475
  },
438
-
439
476
  setup(__props, {
440
477
  expose: __expose
441
478
  }) {
442
- const props = __props;
443
479
  const {
444
480
  proxy
445
481
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
446
482
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
447
483
  let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
448
- let geologys = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 获取组件传参
484
+ let geologys = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
449
485
 
486
+ // 获取组件传参
487
+ const props = __props;
450
488
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
451
489
  geology: props.settingParams && props.settingParams.geology || null,
452
490
  operationType: props.settingParams && props.settingParams.operationType || 1,
453
491
  drillingRadius: props.settingParams && props.settingParams.drillingRadius || 10,
454
492
  drillingDepth: props.settingParams && props.settingParams.drillingDepth || 50
455
493
  });
456
- let viewModel = null; // 组件容器Ref
494
+ let viewModel = null;
457
495
 
458
- let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
496
+ // 组件容器Ref
497
+ let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
459
498
 
499
+ // 生成组件默认header
460
500
  let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
461
- let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
501
+ let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
462
502
 
503
+ // 国际化
463
504
  let {
464
505
  locale,
465
506
  messages
@@ -480,7 +521,6 @@ const __default__ = {
480
521
  });
481
522
  currentLang.value = proxy.$i18n.locale; // 获取当前语言
482
523
  //父组 件ScenceView初始化完成后执行
483
-
484
524
  gis_utils_.utils.getWebMap(null, scenceView => {
485
525
  if (scenceView) {
486
526
  viewModel = new GeologicalBodyAnalysisViewModel(scenceView, formItem);
@@ -496,75 +536,61 @@ const __default__ = {
496
536
  }
497
537
  }, 1000);
498
538
  });
539
+
499
540
  /**
500
541
  * @description 监听header生成
501
542
  */
502
-
503
543
  const watchCreateHeaderTemp = () => {
504
544
  if (props.showHeaderTemp) {
505
545
  // 生成headerTemp
506
546
  headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
507
547
  }
508
- }; // 参数改变
509
-
548
+ };
510
549
 
550
+ // 参数改变
511
551
  function paramsChanged(key) {
512
552
  switch (key) {
513
553
  case "geology":
514
554
  viewModel.setLayer(formItem.geology);
515
555
  break;
516
-
517
556
  case "drillingRadius":
518
557
  break;
519
-
520
558
  case "drillingDepth":
521
559
  break;
522
-
523
560
  default:
524
561
  break;
525
562
  }
526
- } // 开始分析
527
-
563
+ }
528
564
 
565
+ // 开始分析
529
566
  function startAnalysis() {
530
567
  viewModel && viewModel.start();
531
- } // 清除
532
-
568
+ }
533
569
 
570
+ // 清除
534
571
  function clear() {
535
572
  viewModel && viewModel.clear();
536
- } // 销毁
537
-
573
+ }
538
574
 
575
+ // 销毁
539
576
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
540
577
  viewModel && viewModel.destroy();
541
578
  });
542
-
543
579
  __expose({
544
580
  paramsChanged,
545
581
  startAnalysis,
546
582
  clear
547
583
  });
548
-
549
584
  return (_ctx, _cache) => {
550
585
  const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
551
-
552
586
  const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
553
-
554
587
  const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
555
-
556
588
  const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
557
-
558
589
  const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
559
-
560
590
  const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
561
-
562
591
  const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
563
-
564
592
  const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
565
-
566
593
  const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
567
-
568
594
  return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
569
595
  class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-geological-body", {
570
596
  'kq-box-shadow': __props.showShadow
@@ -575,9 +601,7 @@ const __default__ = {
575
601
  key: 0,
576
602
  ref_key: "headerTempRef",
577
603
  ref: headerTempRef
578
- }, null, 512
579
- /* NEED_PATCH */
580
- )) : (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, {
604
+ }, 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, {
581
605
  gutter: 20,
582
606
  class: "rowClass"
583
607
  }, {
@@ -585,12 +609,8 @@ const __default__ = {
585
609
  span: 6,
586
610
  class: "colClass"
587
611
  }, {
588
- 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_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisObject), 1
589
- /* TEXT */
590
- )]),
591
- _: 1
592
- /* STABLE */
593
-
612
+ 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_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisObject), 1 /* TEXT */)]),
613
+ _: 1 /* STABLE */
594
614
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
595
615
  span: 18
596
616
  }, {
@@ -607,31 +627,15 @@ const __default__ = {
607
627
  value: item.guid,
608
628
  label: item.name
609
629
  }, {
610
- 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)(item.name), 1
611
- /* TEXT */
612
- )]),
613
- _: 2
614
- /* DYNAMIC */
615
-
616
- }, 1032
617
- /* PROPS, DYNAMIC_SLOTS */
618
- , ["value", "label"]);
619
- }), 128
620
- /* KEYED_FRAGMENT */
621
- ))]),
622
- _: 1
623
- /* STABLE */
624
-
625
- }, 8
626
- /* PROPS */
627
- , ["modelValue"])]),
628
- _: 1
629
- /* STABLE */
630
-
630
+ 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)(item.name), 1 /* TEXT */)]),
631
+ _: 2 /* DYNAMIC */
632
+ }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["value", "label"]);
633
+ }), 128 /* KEYED_FRAGMENT */))]),
634
+ _: 1 /* STABLE */
635
+ }, 8 /* PROPS */, ["modelValue"])]),
636
+ _: 1 /* STABLE */
631
637
  })]),
632
- _: 1
633
- /* STABLE */
634
-
638
+ _: 1 /* STABLE */
635
639
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
636
640
  gutter: 20,
637
641
  class: "rowClass"
@@ -640,12 +644,8 @@ const __default__ = {
640
644
  span: 6,
641
645
  class: "colClass"
642
646
  }, {
643
- 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_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).operationType), 1
644
- /* TEXT */
645
- )]),
646
- _: 1
647
- /* STABLE */
648
-
647
+ 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_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).operationType), 1 /* TEXT */)]),
648
+ _: 1 /* STABLE */
649
649
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
650
650
  span: 18
651
651
  }, {
@@ -656,44 +656,24 @@ const __default__ = {
656
656
  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_radio, {
657
657
  label: 1
658
658
  }, {
659
- 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).section), 1
660
- /* TEXT */
661
- )]),
662
- _: 1
663
- /* STABLE */
664
-
659
+ 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).section), 1 /* TEXT */)]),
660
+ _: 1 /* STABLE */
665
661
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
666
662
  label: 2
667
663
  }, {
668
- 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).cropping), 1
669
- /* TEXT */
670
- )]),
671
- _: 1
672
- /* STABLE */
673
-
664
+ 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).cropping), 1 /* TEXT */)]),
665
+ _: 1 /* STABLE */
674
666
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
675
667
  label: 3
676
668
  }, {
677
- 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).drillHole), 1
678
- /* TEXT */
679
- )]),
680
- _: 1
681
- /* STABLE */
682
-
669
+ 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).drillHole), 1 /* TEXT */)]),
670
+ _: 1 /* STABLE */
683
671
  })]),
684
- _: 1
685
- /* STABLE */
686
-
687
- }, 8
688
- /* PROPS */
689
- , ["modelValue"])]),
690
- _: 1
691
- /* STABLE */
692
-
672
+ _: 1 /* STABLE */
673
+ }, 8 /* PROPS */, ["modelValue"])]),
674
+ _: 1 /* STABLE */
693
675
  })]),
694
- _: 1
695
- /* STABLE */
696
-
676
+ _: 1 /* STABLE */
697
677
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
698
678
  gutter: 20,
699
679
  class: "rowClass"
@@ -702,12 +682,8 @@ const __default__ = {
702
682
  span: 6,
703
683
  class: "colClass"
704
684
  }, {
705
- 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_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drillingRadius), 1
706
- /* TEXT */
707
- )]),
708
- _: 1
709
- /* STABLE */
710
-
685
+ 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_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drillingRadius), 1 /* TEXT */)]),
686
+ _: 1 /* STABLE */
711
687
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
712
688
  span: 18
713
689
  }, {
@@ -726,12 +702,8 @@ const __default__ = {
726
702
  max: 50,
727
703
  step: 0.1,
728
704
  onInput: _cache[5] || (_cache[5] = $event => paramsChanged('drillingRadius'))
729
- }, null, 8
730
- /* PROPS */
731
- , ["modelValue", "step"])]),
732
- _: 1
733
- /* STABLE */
734
-
705
+ }, null, 8 /* PROPS */, ["modelValue"])]),
706
+ _: 1 /* STABLE */
735
707
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
736
708
  span: 8,
737
709
  style: {
@@ -746,27 +718,15 @@ const __default__ = {
746
718
  step: 0.1,
747
719
  "controls-position": "right",
748
720
  onInput: _cache[7] || (_cache[7] = $event => paramsChanged('drillingRadius'))
749
- }, null, 8
750
- /* PROPS */
751
- , ["modelValue", "step"])]),
752
- _: 1
753
- /* STABLE */
754
-
721
+ }, null, 8 /* PROPS */, ["modelValue"])]),
722
+ _: 1 /* STABLE */
755
723
  })]),
756
- _: 1
757
- /* STABLE */
758
-
724
+ _: 1 /* STABLE */
759
725
  })]),
760
- _: 1
761
- /* STABLE */
762
-
726
+ _: 1 /* STABLE */
763
727
  })]),
764
- _: 1
765
- /* STABLE */
766
-
767
- }, 512
768
- /* NEED_PATCH */
769
- ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, false]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
728
+ _: 1 /* STABLE */
729
+ }, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, false]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
770
730
  gutter: 20,
771
731
  class: "rowClass"
772
732
  }, {
@@ -774,12 +734,8 @@ const __default__ = {
774
734
  span: 6,
775
735
  class: "colClass"
776
736
  }, {
777
- 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_5, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drillingDepth), 1
778
- /* TEXT */
779
- )]),
780
- _: 1
781
- /* STABLE */
782
-
737
+ 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_5, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drillingDepth), 1 /* TEXT */)]),
738
+ _: 1 /* STABLE */
783
739
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
784
740
  span: 18
785
741
  }, {
@@ -798,12 +754,8 @@ const __default__ = {
798
754
  max: 500,
799
755
  step: 1,
800
756
  onInput: _cache[9] || (_cache[9] = $event => paramsChanged('drillingDepth'))
801
- }, null, 8
802
- /* PROPS */
803
- , ["modelValue"])]),
804
- _: 1
805
- /* STABLE */
806
-
757
+ }, null, 8 /* PROPS */, ["modelValue"])]),
758
+ _: 1 /* STABLE */
807
759
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
808
760
  span: 8,
809
761
  style: {
@@ -818,70 +770,35 @@ const __default__ = {
818
770
  step: 1,
819
771
  "controls-position": "right",
820
772
  onInput: _cache[11] || (_cache[11] = $event => paramsChanged('drillingDepth'))
821
- }, null, 8
822
- /* PROPS */
823
- , ["modelValue"])]),
824
- _: 1
825
- /* STABLE */
826
-
773
+ }, null, 8 /* PROPS */, ["modelValue"])]),
774
+ _: 1 /* STABLE */
827
775
  })]),
828
- _: 1
829
- /* STABLE */
830
-
776
+ _: 1 /* STABLE */
831
777
  })]),
832
- _: 1
833
- /* STABLE */
834
-
778
+ _: 1 /* STABLE */
835
779
  })]),
836
- _: 1
837
- /* STABLE */
838
-
839
- }, 512
840
- /* NEED_PATCH */
841
- ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, false]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
780
+ _: 1 /* STABLE */
781
+ }, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, false]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
842
782
  class: "kq3d-geological-body-tip"
843
783
  }, {
844
- default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((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).sectionTips), 513
845
- /* TEXT, NEED_PATCH */
846
- ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).operationType == 1]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((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).croppingTips), 513
847
- /* TEXT, NEED_PATCH */
848
- ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).operationType == 2]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((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).drillHoleTips), 513
849
- /* TEXT, NEED_PATCH */
850
- ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).operationType == 3]])]),
851
- _: 1
852
- /* STABLE */
853
-
784
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((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).sectionTips), 513 /* TEXT, NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).operationType == 1]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((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).croppingTips), 513 /* TEXT, NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).operationType == 2]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((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).drillHoleTips), 513 /* TEXT, NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).operationType == 3]])]),
785
+ _: 1 /* STABLE */
854
786
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
855
787
  onClick: _cache[12] || (_cache[12] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
856
788
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
857
789
  type: "primary"
858
790
  }, {
859
- 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
860
- /* TEXT */
861
- )]),
862
- _: 1
863
- /* STABLE */
864
-
865
- }, 8
866
- /* PROPS */
867
- , ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
791
+ 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 */)]),
792
+ _: 1 /* STABLE */
793
+ }, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
868
794
  onClick: _cache[13] || (_cache[13] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clear(), ["stop"])),
869
795
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
870
796
  }, {
871
- default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear), 1
872
- /* TEXT */
873
- )]),
874
- _: 1
875
- /* STABLE */
876
-
877
- }, 8
878
- /* PROPS */
879
- , ["title"])])])], 2
880
- /* CLASS */
881
- );
797
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear), 1 /* TEXT */)]),
798
+ _: 1 /* STABLE */
799
+ }, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
882
800
  };
883
801
  }
884
-
885
802
  }));
886
803
  ;// CONCATENATED MODULE: ./src/webgl/geologicalbodyanalysis/GeologicalBodyAnalysis.vue?vue&type=script&setup=true&lang=js
887
804
 
@@ -893,10 +810,13 @@ const __exports__ = GeologicalBodyAnalysisvue_type_script_setup_true_lang_js;
893
810
 
894
811
  /* harmony default export */ var GeologicalBodyAnalysis = (__exports__);
895
812
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
896
- var init_js_ = __webpack_require__(7997);
813
+ var init_js_ = __webpack_require__(455);
897
814
  var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
898
815
  ;// CONCATENATED MODULE: ./src/webgl/geologicalbodyanalysis/index.js
899
-
816
+ /*
817
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
818
+ * All rights reserved.
819
+ */
900
820
 
901
821
 
902
822
 
@@ -905,8 +825,6 @@ GeologicalBodyAnalysis.install = (Vue, opts) => {
905
825
  Vue.component(GeologicalBodyAnalysis.name, GeologicalBodyAnalysis);
906
826
  };
907
827
 
908
-
909
- }();
910
828
  /******/ return __webpack_exports__;
911
829
  /******/ })()
912
830
  ;