@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,134 @@
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
+ /***/ 6363:
42
44
  /***/ (function(module) {
43
45
 
44
46
  module.exports = require("element-plus/dist/index.full.js");
45
47
 
46
48
  /***/ }),
47
49
 
48
- /***/ 7080:
50
+ /***/ 3579:
49
51
  /***/ (function(module) {
50
52
 
51
53
  module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
52
54
 
53
55
  /***/ }),
54
56
 
55
- /***/ 7135:
57
+ /***/ 64:
56
58
  /***/ (function(module) {
57
59
 
58
- module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
60
+ module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
59
61
 
60
62
  /***/ }),
61
63
 
62
- /***/ 3458:
64
+ /***/ 2975:
63
65
  /***/ (function(module) {
64
66
 
65
- module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
67
+ module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
66
68
 
67
69
  /***/ }),
68
70
 
69
- /***/ 7997:
71
+ /***/ 455:
70
72
  /***/ (function(module) {
71
73
 
72
- module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
74
+ module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
73
75
 
74
76
  /***/ }),
75
77
 
76
- /***/ 1895:
78
+ /***/ 154:
77
79
  /***/ (function(module) {
78
80
 
79
- module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
81
+ module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
80
82
 
81
83
  /***/ }),
82
84
 
83
- /***/ 8270:
85
+ /***/ 6913:
84
86
  /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
85
87
 
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;
88
+
89
+ // EXPORTS
90
+ __webpack_require__.d(__webpack_exports__, {
91
+ A: function() { return /* binding */ _defineProperty; }
92
+ });
93
+
94
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
95
+ function _typeof(o) {
96
+ "@babel/helpers - typeof";
97
+
98
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
99
+ return typeof o;
100
+ } : function (o) {
101
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
102
+ }, _typeof(o);
103
+ }
104
+
105
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
106
+
107
+ function toPrimitive(t, r) {
108
+ if ("object" != _typeof(t) || !t) return t;
109
+ var e = t[Symbol.toPrimitive];
110
+ if (void 0 !== e) {
111
+ var i = e.call(t, r || "default");
112
+ if ("object" != _typeof(i)) return i;
113
+ throw new TypeError("@@toPrimitive must return a primitive value.");
99
114
  }
115
+ return ("string" === r ? String : Number)(t);
116
+ }
100
117
 
101
- return obj;
118
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
119
+
120
+
121
+ function toPropertyKey(t) {
122
+ var i = toPrimitive(t, "string");
123
+ return "symbol" == _typeof(i) ? i : i + "";
124
+ }
125
+
126
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
127
+
128
+ function _defineProperty(e, r, t) {
129
+ return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
130
+ value: t,
131
+ enumerable: !0,
132
+ configurable: !0,
133
+ writable: !0
134
+ }) : e[r] = t, e;
102
135
  }
103
136
 
137
+
104
138
  /***/ })
105
139
 
106
140
  /******/ });
@@ -172,43 +206,44 @@ function _defineProperty(obj, key, value) {
172
206
  /******/
173
207
  /************************************************************************/
174
208
  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
209
  // ESM COMPAT FLAG
178
210
  __webpack_require__.r(__webpack_exports__);
179
211
 
180
212
  // EXPORTS
181
213
  __webpack_require__.d(__webpack_exports__, {
182
- "AspectAnalysisViewModel": function() { return /* reexport */ AspectAnalysisViewModel; },
214
+ AspectAnalysisViewModel: function() { return /* reexport */ AspectAnalysisViewModel; },
183
215
  "default": function() { return /* reexport */ AspectAnalysis; }
184
216
  });
185
217
 
186
218
  // 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);
219
+ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
188
220
  // 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);
221
+ var gis_utils_ = __webpack_require__(64);
222
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
223
+ var defineProperty = __webpack_require__(6913);
192
224
  // EXTERNAL MODULE: ./src/common/_ui/message/index.js
193
- var message = __webpack_require__(1349);
225
+ var message = __webpack_require__(3275);
194
226
  ;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/AspectAnalysisViewModel.js
195
227
 
196
-
228
+ /*
229
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
230
+ * All rights reserved.
231
+ */
197
232
  /**
198
233
  * 坡向逻辑类
199
234
  **/
200
235
 
201
236
  class AspectAnalysisViewModel {
202
- // 坡向三维对象
203
237
  constructor(scenceView, aspect) {
204
- (0,defineProperty/* default */.Z)(this, "_aspectAnalysis", null);
205
-
206
- (0,defineProperty/* default */.Z)(this, "_globaOptions", {
238
+ (0,defineProperty/* default */.A)(this, "_aspectAnalysis", null);
239
+ // 坡向三维对象
240
+ (0,defineProperty/* default */.A)(this, "_globaOptions", {
207
241
  //全局参数
208
242
  viewer: null,
209
243
  _drawManager: null
210
244
  });
211
-
245
+ (0,defineProperty/* default */.A)(this, "_language", {});
246
+ this._language = scenceView._language;
212
247
  this._globaOptions.viewer = scenceView._viewer;
213
248
  let options = {
214
249
  interval: aspect.interval || 500,
@@ -221,67 +256,58 @@ class AspectAnalysisViewModel {
221
256
  };
222
257
  this._globaOptions.viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
223
258
  // this._globaOptions.viewer.scene.globe.enableLighting = true;
224
-
225
259
  this._globaOptions._drawManager = scenceView._drawManager;
226
260
  var that = this;
227
261
  this._aspectAnalysis = new Cesium.Kq3dAspect(options);
228
262
  this._globaOptions._drawFinishedEventListener = this._globaOptions._drawManager.drawFinishedEvent.addEventListener(shape => {
229
263
  if (shape) {
230
264
  that._aspectAnalysis.positions = shape._controlPoints;
231
-
232
265
  that._globaOptions._drawManager.clear();
233
266
  }
234
267
  });
235
- } // 开始分析
236
-
237
-
268
+ }
269
+ // 开始分析
238
270
  start() {
239
271
  // 判断是否添加了地形
240
272
  if (this._globaOptions.viewer.terrainProvider.availability) {
241
273
  if (this._globaOptions.viewer.terrainProvider instanceof Cesium.CesiumTerrainProvider) {
242
274
  if (this._globaOptions._drawManager) {
243
275
  this.clear();
244
-
245
276
  this._globaOptions._drawManager.startDraw("polygon", {
246
277
  clampToGround: true
247
278
  });
248
279
  }
249
280
  } else {
250
- (0,message/* default */.Z)({
251
- message: "只支持STK类型的地形分析!",
281
+ (0,message/* default */.A)({
282
+ message: this._language["stkTerrainAnalysisTips"],
252
283
  type: "warning"
253
284
  });
254
285
  }
255
286
  } else {
256
- (0,message/* default */.Z)({
257
- message: "请加载地形后分析!",
287
+ (0,message/* default */.A)({
288
+ message: this._language["terrainAnalysisTips"],
258
289
  type: "warning"
259
290
  });
260
291
  }
261
- } // 设置采样间隔
262
-
263
-
292
+ }
293
+ // 设置采样间隔
264
294
  setInterval(newValue) {
265
295
  if (this._aspectAnalysis) this._aspectAnalysis._interval = newValue;
266
- } // 设置箭头宽度
267
-
268
-
296
+ }
297
+ // 设置箭头宽度
269
298
  setArrowWidth(newValue) {
270
299
  if (this._aspectAnalysis) this._aspectAnalysis._width = newValue;
271
- } // 设置箭头颜色
272
-
273
-
300
+ }
301
+ // 设置箭头颜色
274
302
  setArrowColor(newValue) {
275
303
  if (this._aspectAnalysis) this._aspectAnalysis._color = Cesium.Color.fromCssColorString(newValue);
276
- } // 清除全部结果
277
-
278
-
304
+ }
305
+ // 清除全部结果
279
306
  clear() {
280
307
  this._globaOptions._drawManager && this._globaOptions._drawManager.stopDraw();
281
308
  this._aspectAnalysis && this._aspectAnalysis.clear();
282
- } // 销毁
283
-
284
-
309
+ }
310
+ // 销毁
285
311
  destroy() {
286
312
  // 移除监听事件
287
313
  this._globaOptions._drawFinishedEventListener && this._globaOptions._drawFinishedEventListener();
@@ -289,14 +315,13 @@ class AspectAnalysisViewModel {
289
315
  this._aspectAnalysis && this._aspectAnalysis.clear();
290
316
  this._aspectAnalysis = null;
291
317
  }
292
-
293
318
  }
294
319
  // EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
295
- var client_icons_vue_ = __webpack_require__(348);
320
+ var client_icons_vue_ = __webpack_require__(5698);
296
321
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
297
- var util_ = __webpack_require__(3458);
322
+ var util_ = __webpack_require__(2975);
298
323
  // EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
299
- var vue_i18n_cjs_js_ = __webpack_require__(7080);
324
+ var vue_i18n_cjs_js_ = __webpack_require__(3579);
300
325
  ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/aspectanalysis/AspectAnalysis.vue?vue&type=script&setup=true&lang=js
301
326
 
302
327
  const _hoisted_1 = {
@@ -314,7 +339,7 @@ const _hoisted_2 = {
314
339
  const __default__ = {
315
340
  name: "Kq3dAspectAnalysis"
316
341
  };
317
- /* harmony default export */ var AspectAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
342
+ /* harmony default export */ var AspectAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
318
343
  props: {
319
344
  // 设置参数
320
345
  settingParams: {
@@ -325,7 +350,6 @@ const __default__ = {
325
350
  type: Boolean,
326
351
  default: true
327
352
  },
328
-
329
353
  /**
330
354
  * 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
331
355
  */
@@ -355,20 +379,20 @@ const __default__ = {
355
379
  default: true
356
380
  }
357
381
  },
358
-
359
382
  setup(__props, {
360
383
  expose: __expose
361
384
  }) {
362
- const props = __props;
363
385
  const {
364
386
  proxy
365
387
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
366
388
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
367
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({}); // 获取组件传参
368
- // 分析类
369
-
370
- let viewModel = null; // 默认参数
389
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
371
390
 
391
+ // 获取组件传参
392
+ const props = __props;
393
+ // 分析类
394
+ let viewModel = null;
395
+ // 默认参数
372
396
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
373
397
  interval: props.settingParams && props.settingParams.interval || 500,
374
398
  // 采样间隔
@@ -383,14 +407,16 @@ const __default__ = {
383
407
  maxArrowWidth: props.settingParams && props.settingParams.maxArrowWidth || 30,
384
408
  // 箭头宽度最大值
385
409
  arrowColor: props.settingParams && props.settingParams.arrowColor || "#FFFF00" // 箭头颜色
410
+ });
386
411
 
387
- }); // 组件容器Ref
388
-
389
- let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
412
+ // 组件容器Ref
413
+ let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
390
414
 
415
+ // 生成组件默认header
391
416
  let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
392
- let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
417
+ let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
393
418
 
419
+ // 国际化
394
420
  let {
395
421
  locale,
396
422
  messages
@@ -410,7 +436,6 @@ const __default__ = {
410
436
  watchCreateHeaderTemp();
411
437
  });
412
438
  currentLang.value = proxy.$i18n.locale; // 获取当前语言
413
-
414
439
  gis_utils_.utils.getWebMap(null, scenceView => {
415
440
  if (scenceView) {
416
441
  viewModel = new AspectAnalysisViewModel(scenceView, {
@@ -419,87 +444,68 @@ const __default__ = {
419
444
  arrowWidth: formItem.arrowWidth,
420
445
  // 箭头宽度
421
446
  arrowColor: formItem.arrowColor // 箭头颜色
422
-
423
447
  });
424
448
  }
425
449
  });
426
450
  });
451
+
427
452
  /**
428
453
  * @description 监听header生成
429
454
  */
430
-
431
455
  const watchCreateHeaderTemp = () => {
432
456
  if (props.showHeaderTemp) {
433
457
  // 生成headerTemp
434
458
  headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
435
459
  }
436
- }; // 参数改变
437
-
460
+ };
438
461
 
462
+ // 参数改变
439
463
  function paramsChanged(key) {
440
464
  switch (key) {
441
465
  case "interval":
442
466
  // 采样间隔
443
467
  viewModel.setInterval(formItem.interval);
444
468
  break;
445
-
446
469
  case "arrowWidth":
447
470
  // 箭头间隔
448
471
  viewModel.setArrowWidth(formItem.arrowWidth);
449
472
  break;
450
-
451
473
  case "arrowColor":
452
474
  // 箭头颜色
453
475
  viewModel.setArrowColor(formItem.arrowColor);
454
476
  break;
455
-
456
477
  default:
457
478
  break;
458
479
  }
459
- } // 开始分析
460
-
461
-
480
+ }
481
+ // 开始分析
462
482
  function startAnalysis() {
463
483
  viewModel && viewModel.start();
464
- } //清除结果
465
-
466
-
484
+ }
485
+ //清除结果
467
486
  function clearResult() {
468
487
  viewModel && viewModel.clear();
469
- } // 销毁
470
-
471
-
488
+ }
489
+ // 销毁
472
490
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
473
491
  viewModel && viewModel.destroy();
474
492
  });
475
-
476
493
  __expose({
477
494
  paramsChanged,
478
495
  startAnalysis,
479
496
  clearResult
480
497
  });
481
-
482
498
  return (_ctx, _cache) => {
483
499
  const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
484
-
485
500
  const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
486
-
487
501
  const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
488
-
489
502
  const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
490
-
491
503
  const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
492
-
493
504
  const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
494
-
495
505
  const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
496
-
497
506
  const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
498
-
499
507
  const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
500
-
501
508
  const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
502
-
503
509
  return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
504
510
  class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-aspect-analysis", {
505
511
  'kq-box-shadow': __props.showShadow
@@ -510,17 +516,11 @@ const __default__ = {
510
516
  key: 0,
511
517
  ref_key: "headerTempRef",
512
518
  ref: headerTempRef
513
- }, null, 512
514
- /* NEED_PATCH */
515
- )) : (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, {
519
+ }, 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, {
516
520
  class: "kq3d-aspect-analysis-tip"
517
521
  }, {
518
- 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).skylineTips), 1
519
- /* TEXT */
520
- )]),
521
- _: 1
522
- /* STABLE */
523
-
522
+ 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).skylineTips), 1 /* TEXT */)]),
523
+ _: 1 /* STABLE */
524
524
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
525
525
  "model-value": _ctx.collapseValue
526
526
  }, {
@@ -551,12 +551,8 @@ const __default__ = {
551
551
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minInterval,
552
552
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
553
553
  onInput: _cache[1] || (_cache[1] = $event => paramsChanged('interval'))
554
- }, null, 8
555
- /* PROPS */
556
- , ["modelValue", "min", "max"])]),
557
- _: 1
558
- /* STABLE */
559
-
554
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
555
+ _: 1 /* STABLE */
560
556
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
561
557
  span: 8
562
558
  }, {
@@ -568,26 +564,14 @@ const __default__ = {
568
564
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
569
565
  "controls-position": "right",
570
566
  onInput: _cache[3] || (_cache[3] = $event => paramsChanged('interval'))
571
- }, null, 8
572
- /* PROPS */
573
- , ["modelValue", "min", "max"])]),
574
- _: 1
575
- /* STABLE */
576
-
567
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
568
+ _: 1 /* STABLE */
577
569
  })]),
578
- _: 1
579
- /* STABLE */
580
-
570
+ _: 1 /* STABLE */
581
571
  })]),
582
- _: 1
583
- /* STABLE */
584
-
585
- }, 8
586
- /* PROPS */
587
- , ["label"])]),
588
- _: 1
589
- /* STABLE */
590
-
572
+ _: 1 /* STABLE */
573
+ }, 8 /* PROPS */, ["label"])]),
574
+ _: 1 /* STABLE */
591
575
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
592
576
  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_form_item, {
593
577
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).arrowWidth
@@ -607,12 +591,8 @@ const __default__ = {
607
591
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minArrowWidth,
608
592
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
609
593
  onInput: _cache[5] || (_cache[5] = $event => paramsChanged('arrowWidth'))
610
- }, null, 8
611
- /* PROPS */
612
- , ["modelValue", "min", "max"])]),
613
- _: 1
614
- /* STABLE */
615
-
594
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
595
+ _: 1 /* STABLE */
616
596
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
617
597
  span: 8
618
598
  }, {
@@ -624,26 +604,14 @@ const __default__ = {
624
604
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
625
605
  "controls-position": "right",
626
606
  onInput: _cache[7] || (_cache[7] = $event => paramsChanged('arrowWidth'))
627
- }, null, 8
628
- /* PROPS */
629
- , ["modelValue", "min", "max"])]),
630
- _: 1
631
- /* STABLE */
632
-
607
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
608
+ _: 1 /* STABLE */
633
609
  })]),
634
- _: 1
635
- /* STABLE */
636
-
610
+ _: 1 /* STABLE */
637
611
  })]),
638
- _: 1
639
- /* STABLE */
640
-
641
- }, 8
642
- /* PROPS */
643
- , ["label"])]),
644
- _: 1
645
- /* STABLE */
646
-
612
+ _: 1 /* STABLE */
613
+ }, 8 /* PROPS */, ["label"])]),
614
+ _: 1 /* STABLE */
647
615
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
648
616
  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_form_item, {
649
617
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).arrowColor
@@ -652,67 +620,32 @@ const __default__ = {
652
620
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor,
653
621
  "onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor = $event),
654
622
  onChange: _cache[9] || (_cache[9] = $event => paramsChanged('arrowColor'))
655
- }, null, 8
656
- /* PROPS */
657
- , ["modelValue"])]),
658
- _: 1
659
- /* STABLE */
660
-
661
- }, 8
662
- /* PROPS */
663
- , ["label"])]),
664
- _: 1
665
- /* STABLE */
666
-
623
+ }, null, 8 /* PROPS */, ["modelValue"])]),
624
+ _: 1 /* STABLE */
625
+ }, 8 /* PROPS */, ["label"])]),
626
+ _: 1 /* STABLE */
667
627
  })])]),
668
- _: 1
669
- /* STABLE */
670
-
671
- }, 8
672
- /* PROPS */
673
- , ["label-width"])]),
674
- _: 1
675
- /* STABLE */
676
-
677
- }, 8
678
- /* PROPS */
679
- , ["title"])]),
680
- _: 1
681
- /* STABLE */
682
-
683
- }, 8
684
- /* PROPS */
685
- , ["model-value"]), (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_button, {
628
+ _: 1 /* STABLE */
629
+ }, 8 /* PROPS */, ["label-width"])]),
630
+ _: 1 /* STABLE */
631
+ }, 8 /* PROPS */, ["title"])]),
632
+ _: 1 /* STABLE */
633
+ }, 8 /* PROPS */, ["model-value"]), (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_button, {
686
634
  onClick: _cache[10] || (_cache[10] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
687
635
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
688
636
  type: "primary"
689
637
  }, {
690
- 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
691
- /* TEXT */
692
- )]),
693
- _: 1
694
- /* STABLE */
695
-
696
- }, 8
697
- /* PROPS */
698
- , ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
638
+ 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 */)]),
639
+ _: 1 /* STABLE */
640
+ }, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
699
641
  onClick: _cache[11] || (_cache[11] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
700
642
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
701
643
  }, {
702
- 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
703
- /* TEXT */
704
- )]),
705
- _: 1
706
- /* STABLE */
707
-
708
- }, 8
709
- /* PROPS */
710
- , ["title"])])])], 2
711
- /* CLASS */
712
- );
644
+ 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 */)]),
645
+ _: 1 /* STABLE */
646
+ }, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
713
647
  };
714
648
  }
715
-
716
649
  }));
717
650
  ;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/AspectAnalysis.vue?vue&type=script&setup=true&lang=js
718
651
 
@@ -724,10 +657,13 @@ const __exports__ = AspectAnalysisvue_type_script_setup_true_lang_js;
724
657
 
725
658
  /* harmony default export */ var AspectAnalysis = (__exports__);
726
659
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
727
- var init_js_ = __webpack_require__(7997);
660
+ var init_js_ = __webpack_require__(455);
728
661
  var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
729
662
  ;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/index.js
730
-
663
+ /*
664
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
665
+ * All rights reserved.
666
+ */
731
667
 
732
668
 
733
669
 
@@ -736,8 +672,6 @@ AspectAnalysis.install = (Vue, opts) => {
736
672
  Vue.component(AspectAnalysis.name, AspectAnalysis);
737
673
  };
738
674
 
739
-
740
- }();
741
675
  /******/ return __webpack_exports__;
742
676
  /******/ })()
743
677
  ;