@kq_npm/client3d_webgl_vue 4.5.30 → 4.5.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/adddata/index.js +227 -496
  2. package/aspectanalysis/index.js +71 -182
  3. package/baseterraingallery/index.js +40 -102
  4. package/boxclip/index.js +197 -423
  5. package/clientPrint/index.js +7324 -17727
  6. package/comparemap/index.js +165 -216
  7. package/compass/index.js +20 -47
  8. package/excavatefillanalysis/index.js +101 -206
  9. package/fixedzoomin/index.js +20 -43
  10. package/fixedzoomout/index.js +18 -42
  11. package/flight/index.js +206 -353
  12. package/floodanalysis/index.js +145 -328
  13. package/geologicalbodyanalysis/index.js +114 -241
  14. package/gpuspatialquery/index.js +146 -340
  15. package/hawkeye/index.js +78 -80
  16. package/headertemp/index.js +8 -19
  17. package/heatmap3d/index.js +304 -645
  18. package/index.js +6896 -17544
  19. package/isolineanalysis/index.js +451 -1183
  20. package/light/index.js +308 -486
  21. package/limitheightanalysis/index.js +107 -204
  22. package/measure/index.js +145 -331
  23. package/modelFlat/index.js +114 -183
  24. package/modelexcavate/index.js +78 -172
  25. package/modelfilter/index.js +127 -252
  26. package/modelprofileanalysis/index.js +154 -297
  27. package/modelselect/index.js +90 -128
  28. package/package.json +1 -1
  29. package/particleeffect/index.js +170 -381
  30. package/planeclip/index.js +146 -281
  31. package/resetview/index.js +12 -31
  32. package/roller/index.js +252 -353
  33. package/scaneffect/index.js +178 -518
  34. package/sceneadvancedtoimage/index.js +152 -337
  35. package/sceneapp/index.js +7324 -17727
  36. package/sceneset/index.js +299 -838
  37. package/scenetohdimage/index.js +105 -276
  38. package/sceneview/index.js +7324 -17727
  39. package/screenshot/index.js +204 -281
  40. package/shadowanalysis/index.js +175 -386
  41. package/sightlineanalysis/index.js +135 -245
  42. package/skylineanalysis/index.js +108 -289
  43. package/slopeanalysis/index.js +174 -378
  44. package/slopeaspectanalysis/index.js +206 -466
  45. package/statusbar/index.js +37 -39
  46. package/terrainoperation/index.js +124 -218
  47. package/terrainprofileanalysis/index.js +66 -118
  48. package/typhoontrac/index.js +208 -330
  49. package/underground/index.js +16 -40
  50. package/videofusion/index.js +214 -470
  51. package/videoproject/index.js +220 -472
  52. package/viewshedanalysis/index.js +93 -230
  53. package/weathereffect/index.js +111 -295
  54. package/windyslicing/index.js +545 -727
  55. package/wireframesketch/index.js +49 -106
@@ -19,18 +19,16 @@ return /******/ (function() { // webpackBootstrap
19
19
  /* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__);
20
20
  /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7997);
21
21
  /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
22
- /*
23
- * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
24
- * All rights reserved.
22
+ /*
23
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
24
+ * All rights reserved.
25
25
  */
26
26
 
27
27
 
28
-
29
28
  element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
30
29
  _init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
31
30
  Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
32
31
  };
33
-
34
32
  /* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
35
33
 
36
34
  /***/ }),
@@ -101,7 +99,6 @@ function _defineProperty(obj, key, value) {
101
99
  } else {
102
100
  obj[key] = value;
103
101
  }
104
-
105
102
  return obj;
106
103
  }
107
104
 
@@ -197,7 +194,6 @@ var defineProperty = __webpack_require__(8270);
197
194
  var message = __webpack_require__(1349);
198
195
  ;// CONCATENATED MODULE: ./src/webgl/skylineanalysis/SkylineAnalysisViewModel.js
199
196
 
200
-
201
197
  /*
202
198
  * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
203
199
  * All rights reserved.
@@ -205,42 +201,33 @@ var message = __webpack_require__(1349);
205
201
  //天际线分析逻辑类
206
202
 
207
203
  class SkylineAnalysisViewModel {
208
- /**
209
- * 天际线分析逻辑类
210
- * @param {Object} _skylineAnalysis 天际线分析三维对象
211
- * @param {Object} _skylineAnalysisChart 二维天际线折线图表(外部生成)
212
- * @param {String} _skylineAnalysisChartTitle 二维天际线折线图表标题(中英文适配)
213
- * @param {Object} _options 天际线分析存储参数对象
214
- * @param {Object} _showLimitHeightBody 限高体是否显示
215
- */
216
-
217
204
  /**
218
205
  * 天际线分析逻辑类构造函数
219
206
  * @param {*} viewer 三维对象
220
207
  * @param {*} option 天际线分析参数对象
221
208
  */
222
209
  constructor(scenceView, option, chartStyle) {
210
+ /**
211
+ * 天际线分析逻辑类
212
+ * @param {Object} _skylineAnalysis 天际线分析三维对象
213
+ * @param {Object} _skylineAnalysisChart 二维天际线折线图表(外部生成)
214
+ * @param {String} _skylineAnalysisChartTitle 二维天际线折线图表标题(中英文适配)
215
+ * @param {Object} _options 天际线分析存储参数对象
216
+ * @param {Object} _showLimitHeightBody 限高体是否显示
217
+ */
223
218
  (0,defineProperty/* default */.Z)(this, "_skylineAnalysis", null);
224
-
225
219
  (0,defineProperty/* default */.Z)(this, "_skylineAnalysisChart", null);
226
-
227
220
  (0,defineProperty/* default */.Z)(this, "_skylineAnalysisChartTitle", "");
228
-
229
221
  (0,defineProperty/* default */.Z)(this, "_options", null);
230
-
231
222
  (0,defineProperty/* default */.Z)(this, "_showLimitHeightBody", null);
232
-
233
223
  (0,defineProperty/* default */.Z)(this, "_chartStyle", null);
234
-
235
224
  (0,defineProperty/* default */.Z)(this, "_language", {});
236
-
237
225
  this._language = scenceView._language;
238
226
  this._chartStyle = chartStyle;
239
227
  let viewer = scenceView._viewer;
240
228
  viewer.scene.globe.depthTestAgainstTerrain = true; //开启深度检测
241
-
242
- viewer.scene.postProcessStages._fxaa.enabled = true; // 创建分析参数对象
243
-
229
+ viewer.scene.postProcessStages._fxaa.enabled = true;
230
+ // 创建分析参数对象
244
231
  this._options = {
245
232
  viewer: viewer,
246
233
  lineColor: window.Cesium.Color.fromCssColorString(option.skylineColor),
@@ -252,41 +239,33 @@ class SkylineAnalysisViewModel {
252
239
  lineWidth: option.skylineWidth,
253
240
  //天际线线宽
254
241
  radius: option.skylineRadius //天际线分析范围
255
-
256
242
  };
257
243
  if (option.viewPosition) this._options.viewPosition = option.viewPosition;
258
244
  if (option.heading) this._options.heading = option.heading;
259
245
  if (option.pitch) this._options.pitch = option.pitch;
260
246
  if (option.roll) this._options.viewPosition = option.roll;
261
- if (option.fov) this._options.fov = option.fov; // 实例化天际线分析类
262
-
247
+ if (option.fov) this._options.fov = option.fov;
248
+ // 实例化天际线分析类
263
249
  this._skylineAnalysis = new window.Cesium.Kq3dSkyline(this._options);
264
250
  }
265
251
  /**
266
252
  * 提取天际线
267
253
  */
268
-
269
-
270
254
  pickSkyLine() {
271
255
  // 判断是否添加了模型
272
256
  var flag = false;
273
257
  var models = this._options.viewer.scene.primitives._primitives;
274
-
275
258
  for (let i = 0; i < models.length; i++) {
276
259
  if (models[i]._url) {
277
260
  flag = true;
278
261
  }
279
262
  }
280
-
281
263
  if (flag) {
282
264
  if (!this._skylineAnalysis || this._skylineAnalysis.isDestroyed()) {
283
265
  this._skylineAnalysis = new window.Cesium.Kq3dSkyline(this._options);
284
266
  }
285
-
286
267
  this._skylineAnalysis.updateBuffer();
287
-
288
268
  this._skylineAnalysis.pickSkyLine();
289
-
290
269
  this.setSkyline2D();
291
270
  } else {
292
271
  (0,message/* default */.Z)({
@@ -298,30 +277,23 @@ class SkylineAnalysisViewModel {
298
277
  /**
299
278
  * 绘制限高体
300
279
  */
301
-
302
-
303
280
  drawLimitHeightBody() {
304
281
  // 判断是否添加了模型
305
282
  var flag = false;
306
283
  var models = this._options.viewer.scene.primitives._primitives;
307
-
308
284
  for (let i = 0; i < models.length; i++) {
309
285
  if (models[i]._url) {
310
286
  flag = true;
311
287
  }
312
288
  }
313
-
314
289
  if (flag) {
315
290
  if (!this._skylineAnalysis || this._skylineAnalysis.isDestroyed()) {
316
291
  this._skylineAnalysis = new window.Cesium.Kq3dSkyline(this._options);
317
292
  }
318
-
319
293
  this._showLimitHeightBody = true;
320
294
  this._skylineAnalysis.faceColor = this._options.faceColor;
321
295
  this._skylineAnalysis.faceOutlineColor = this._options.faceOutlineColor;
322
-
323
296
  this._skylineAnalysis.drawHeightGeo();
324
-
325
297
  this._skylineAnalysis.viewer.camera.moveBackward(1);
326
298
  } else {
327
299
  (0,message/* default */.Z)({
@@ -333,14 +305,10 @@ class SkylineAnalysisViewModel {
333
305
  /**
334
306
  * 展示二维天际线
335
307
  */
336
-
337
-
338
308
  setSkyline2D() {
339
309
  let chartStyle = this._chartStyle;
340
310
  if (!this._skylineAnalysis) return;
341
-
342
311
  var data = this._skylineAnalysis.updateBuffer();
343
-
344
312
  var option = {
345
313
  title: {
346
314
  text: this._skylineAnalysisChartTitle,
@@ -386,51 +354,39 @@ class SkylineAnalysisViewModel {
386
354
  };
387
355
  this._skylineAnalysisChart && this._skylineAnalysisChart.setOption(option);
388
356
  }
357
+
389
358
  /**
390
359
  * 设置echarts图表样式
391
360
  */
392
-
393
-
394
361
  setChartStyle(style) {
395
362
  this._chartStyle = style;
396
-
397
363
  if (this._skylineAnalysisChart) {
398
364
  let option = this._skylineAnalysisChart.getOption();
399
-
400
365
  option.title[0].textStyle.color = style.textColor;
401
366
  option.tooltip[0].backgroundColor = style.backgroundColor;
402
367
  option.tooltip[0].textStyle.color = style.textColor;
403
368
  option.yAxis[0].axisLabel.color = style.textColor;
404
-
405
369
  this._skylineAnalysisChart.setOption(option);
406
370
  }
407
371
  }
408
-
409
372
  setChartTitle(title) {
410
373
  this._skylineAnalysisChartTitle = title;
411
-
412
374
  if (this._skylineAnalysisChart) {
413
375
  let option = this._skylineAnalysisChart.getOption();
414
-
415
376
  option.title[0].text = title;
416
-
417
377
  this._skylineAnalysisChart.setOption(option);
418
378
  }
419
379
  }
380
+
420
381
  /**
421
382
  * 清除限高体
422
383
  */
423
-
424
-
425
384
  removeLimitHeightBody() {
426
385
  this._showLimitHeightBody = false;
427
-
428
386
  if (this._skylineAnalysis && !this._skylineAnalysis.isDestroyed()) {
429
387
  this._skylineAnalysis.removeAlllimitHeights();
430
-
431
- this._skylineAnalysis.removeAllFaces(); // this._skylineAnalysis.removeGeoJsonDataSource();
432
-
433
-
388
+ this._skylineAnalysis.removeAllFaces();
389
+ // this._skylineAnalysis.removeGeoJsonDataSource();
434
390
  this._skylineAnalysis.removeCzmlJsonDataSource();
435
391
  }
436
392
  }
@@ -438,8 +394,6 @@ class SkylineAnalysisViewModel {
438
394
  * 设置天际线颜色
439
395
  * @param {String} lineColor 天际线颜色
440
396
  */
441
-
442
-
443
397
  setLineColor(lineColor) {
444
398
  if (!lineColor) return;
445
399
  this._options.lineColor = window.Cesium.Color.fromCssColorString(lineColor);
@@ -450,8 +404,6 @@ class SkylineAnalysisViewModel {
450
404
  * @param {String} faceColor 限高体轮廓颜色
451
405
  * @param {String} alpha 限高体轮廓颜色透明度
452
406
  */
453
-
454
-
455
407
  setFaceColor(faceColor, alpha) {
456
408
  if (!faceColor) return;
457
409
  this._options.faceColor = window.Cesium.Color.fromCssColorString(faceColor).withAlpha(alpha || 1);
@@ -461,8 +413,6 @@ class SkylineAnalysisViewModel {
461
413
  * 设置天际线半径
462
414
  * @param {String} radius 天际线半径
463
415
  */
464
-
465
-
466
416
  setRadius(radius) {
467
417
  if (!radius) return;
468
418
  this._options.radius = radius;
@@ -473,8 +423,6 @@ class SkylineAnalysisViewModel {
473
423
  * @param {String} faceColor 限高体轮廓颜色
474
424
  * @param {String} alpha 限高体轮廓颜色透明度
475
425
  */
476
-
477
-
478
426
  setFaceColorAlpha(faceColor, alpha) {
479
427
  if (!faceColor) return;
480
428
  this._options.faceColor = window.Cesium.Color.fromCssColorString(faceColor).withAlpha(alpha || 1);
@@ -485,45 +433,34 @@ class SkylineAnalysisViewModel {
485
433
  * @param {String} faceOutlineColor 限高体轮廓颜色
486
434
  * @param {String} alpha 限高体轮廓颜色透明度
487
435
  */
488
-
489
-
490
436
  setFaceOutlineColor(faceOutlineColor, alpha) {
491
437
  if (!faceOutlineColor) return;
492
438
  this._options.faceOutlineColor = window.Cesium.Color.fromCssColorString(faceOutlineColor).withAlpha(alpha || 1);
493
-
494
439
  if (this._skylineAnalysis && this._showLimitHeightBody) {
495
440
  this._skylineAnalysis.faceOutlineColor = this._options.faceOutlineColor;
496
441
  }
497
442
  }
443
+
498
444
  /*
499
445
  * 清除
500
446
  */
501
-
502
-
503
447
  clear() {
504
448
  this._showLimitHeightBody = false;
505
-
506
449
  if (this._skylineAnalysis) {
507
450
  this._skylineAnalysis.destroy();
508
-
509
451
  this._skylineAnalysis = new window.Cesium.Kq3dSkyline(this._options);
510
452
  }
511
453
  }
512
454
  /**
513
455
  * 销毁
514
456
  */
515
-
516
-
517
457
  destroy() {
518
458
  this._showLimitHeightBody = false;
519
-
520
459
  if (this._skylineAnalysis) {
521
460
  this._skylineAnalysis.destroy();
522
-
523
461
  this._skylineAnalysis = null;
524
462
  }
525
463
  }
526
-
527
464
  }
528
465
  // EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
529
466
  var client_icons_vue_ = __webpack_require__(348);
@@ -555,7 +492,9 @@ const _hoisted_4 = {
555
492
 
556
493
 
557
494
 
558
- // 语言
495
+
496
+
497
+ // 语言
559
498
 
560
499
  const __default__ = {
561
500
  name: "Kq3dSkylineAnalysis"
@@ -571,7 +510,6 @@ const __default__ = {
571
510
  type: Boolean,
572
511
  default: true
573
512
  },
574
-
575
513
  /**
576
514
  * 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
577
515
  */
@@ -601,7 +539,6 @@ const __default__ = {
601
539
  default: true
602
540
  }
603
541
  },
604
-
605
542
  setup(__props, {
606
543
  expose: __expose
607
544
  }) {
@@ -609,12 +546,14 @@ const __default__ = {
609
546
  const {
610
547
  proxy
611
548
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
612
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]); // 设置
613
- // 分析类
549
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
550
+ // 设置
614
551
 
615
- let viewModel = null; // chart显示
616
-
617
- let resultEcahrtVis = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 获取组件传参
552
+ // 分析类
553
+ let viewModel = null;
554
+ // chart显示
555
+ let resultEcahrtVis = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
556
+ // 获取组件传参
618
557
 
619
558
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
620
559
  collapseValue: props.settingParams && props.settingParams.collapseValue || ((props.settingParams && props.settingParams.collapseValue) == '' ? "" : "setting"),
@@ -636,14 +575,16 @@ const __default__ = {
636
575
  maxLimitHeightBodyAlpha: props.settingParams && props.settingParams.maxLimitHeightBodyAlpha || 1,
637
576
  // 限高体透明度范围最大值
638
577
  skylineWidth: 2 // 天际线宽度
578
+ });
639
579
 
640
- }); // 组件容器Ref
641
-
642
- let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
580
+ // 组件容器Ref
581
+ let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
643
582
 
583
+ // 生成组件默认header
644
584
  let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
645
- let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
585
+ let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
646
586
 
587
+ // 国际化
647
588
  let {
648
589
  locale,
649
590
  messages
@@ -678,8 +619,9 @@ const __default__ = {
678
619
  viewModel._skylineAnalysisChartTitle = scenceView._language["skylineAnalysisChartTitle"];
679
620
  }
680
621
  });
681
- }); // 监听主题变化,重置Echarts
622
+ });
682
623
 
624
+ // 监听主题变化,重置Echarts
683
625
  const observer = new MutationObserver(mutationsList => {
684
626
  for (let mutation of mutationsList) {
685
627
  if (mutation.type === "attributes" && mutation.attributeName === "class") {
@@ -687,18 +629,17 @@ const __default__ = {
687
629
  viewModel.setChartStyle(style);
688
630
  }
689
631
  }
690
- }); // 配置要观察的目标节点及其属性
632
+ });
691
633
 
634
+ // 配置要观察的目标节点及其属性
692
635
  const targetNode = document.querySelector("html");
693
636
  const config = {
694
637
  attributes: true
695
638
  };
696
639
  observer.observe(targetNode, config);
697
-
698
640
  const setEchartsColor = () => {
699
641
  let style = {};
700
642
  let themeStyle = window.getComputedStyle(document.documentElement).getPropertyValue("color-scheme");
701
-
702
643
  if (themeStyle === "dark") {
703
644
  style.textColor = "#fff";
704
645
  style.backgroundColor = "#2A2A2A";
@@ -706,72 +647,62 @@ const __default__ = {
706
647
  style.textColor = "#333";
707
648
  style.backgroundColor = "#ffffff";
708
649
  }
709
-
710
650
  return style;
711
651
  };
652
+
712
653
  /**
713
654
  * @description 监听header生成
714
655
  */
715
-
716
-
717
656
  const watchCreateHeaderTemp = () => {
718
657
  if (props.showHeaderTemp) {
719
658
  // 生成headerTemp
720
659
  headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
721
660
  }
722
- }; // 提取天际线
723
-
661
+ };
724
662
 
663
+ // 提取天际线
725
664
  function pickSkyLine() {
726
665
  resultEcahrtVis.value = true;
727
666
  setTimeout(() => {
728
667
  viewModel._skylineAnalysisChart = external_echarts_namespaceObject.init(document.getElementById("resultEcahrt"));
729
668
  viewModel && viewModel.pickSkyLine();
730
669
  }, 500);
731
- } // 绘制限高体
732
-
733
-
670
+ }
671
+ // 绘制限高体
734
672
  function drawLimitHeightBody() {
735
673
  viewModel && viewModel.drawLimitHeightBody();
736
- } // 清除限高体
737
-
738
-
674
+ }
675
+ // 清除限高体
739
676
  function removeLimitHeightBody() {
740
677
  viewModel && viewModel.removeLimitHeightBody();
741
- } //清除结果
742
-
743
-
678
+ }
679
+ //清除结果
744
680
  function clearResult() {
745
681
  resultEcahrtVis.value = false;
746
682
  viewModel && viewModel.clear();
747
- } // 改变天际线颜色
748
-
749
-
683
+ }
684
+ // 改变天际线颜色
750
685
  function onChangeSkylineColor() {
751
686
  viewModel && viewModel.setLineColor(formItem.skylineColor);
752
- } // 改变限高体颜色
753
-
754
-
687
+ }
688
+ // 改变限高体颜色
755
689
  function onChangeLimitHeightBodyColor() {
756
690
  viewModel && viewModel.setFaceColor(formItem.limitHeightBodyColor, formItem.limitHeightBodyAlpha);
757
- } // 改变天际线半径
758
-
759
-
691
+ }
692
+ // 改变天际线半径
760
693
  function onChangeSkylineRadius() {
761
694
  viewModel && viewModel.setRadius(formItem.skylineRadius);
762
- } // 限高体轮廓透明度
763
-
764
-
695
+ }
696
+ // 限高体轮廓透明度
765
697
  function onChangeLimitHeightBodyAlpha() {
766
698
  viewModel && viewModel.setFaceColorAlpha(formItem.limitHeightBodyColor, formItem.limitHeightBodyAlpha);
767
- } // 销毁
768
-
699
+ }
769
700
 
701
+ // 销毁
770
702
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
771
703
  resultEcahrtVis.value = false;
772
704
  viewModel && viewModel.destroy();
773
705
  });
774
-
775
706
  __expose({
776
707
  pickSkyLine,
777
708
  drawLimitHeightBody,
@@ -782,28 +713,17 @@ const __default__ = {
782
713
  onChangeLimitHeightBodyAlpha,
783
714
  clearResult
784
715
  });
785
-
786
716
  return (_ctx, _cache) => {
787
717
  const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
788
-
789
718
  const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
790
-
791
719
  const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
792
-
793
720
  const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
794
-
795
721
  const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
796
-
797
722
  const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
798
-
799
723
  const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
800
-
801
724
  const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
802
-
803
725
  const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
804
-
805
726
  const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
806
-
807
727
  return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
808
728
  class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-skyline-analysis", {
809
729
  'kq-box-shadow': __props.showShadow
@@ -814,9 +734,7 @@ const __default__ = {
814
734
  key: 0,
815
735
  ref_key: "headerTempRef",
816
736
  ref: headerTempRef
817
- }, null, 512
818
- /* NEED_PATCH */
819
- )) : (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_collapse, {
737
+ }, 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_collapse, {
820
738
  "model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue,
821
739
  class: "kq3d-skyline-analysis-collapse"
822
740
  }, {
@@ -836,18 +754,10 @@ const __default__ = {
836
754
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).skylineColor,
837
755
  "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).skylineColor = $event),
838
756
  onChange: onChangeSkylineColor
839
- }, null, 8
840
- /* PROPS */
841
- , ["modelValue"])]),
842
- _: 1
843
- /* STABLE */
844
-
845
- }, 8
846
- /* PROPS */
847
- , ["label"])]),
848
- _: 1
849
- /* STABLE */
850
-
757
+ }, null, 8 /* PROPS */, ["modelValue"])]),
758
+ _: 1 /* STABLE */
759
+ }, 8 /* PROPS */, ["label"])]),
760
+ _: 1 /* STABLE */
851
761
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
852
762
  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, {
853
763
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineRadius
@@ -867,12 +777,8 @@ const __default__ = {
867
777
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSkylineRadius,
868
778
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSkylineRadius,
869
779
  onInput: onChangeSkylineRadius
870
- }, null, 8
871
- /* PROPS */
872
- , ["modelValue", "min", "max"])]),
873
- _: 1
874
- /* STABLE */
875
-
780
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
781
+ _: 1 /* STABLE */
876
782
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
877
783
  span: 8
878
784
  }, {
@@ -883,26 +789,14 @@ const __default__ = {
883
789
  step: 100,
884
790
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSkylineRadius,
885
791
  "controls-position": "right"
886
- }, null, 8
887
- /* PROPS */
888
- , ["modelValue", "min", "max"])]),
889
- _: 1
890
- /* STABLE */
891
-
792
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
793
+ _: 1 /* STABLE */
892
794
  })]),
893
- _: 1
894
- /* STABLE */
895
-
795
+ _: 1 /* STABLE */
896
796
  })]),
897
- _: 1
898
- /* STABLE */
899
-
900
- }, 8
901
- /* PROPS */
902
- , ["label"])]),
903
- _: 1
904
- /* STABLE */
905
-
797
+ _: 1 /* STABLE */
798
+ }, 8 /* PROPS */, ["label"])]),
799
+ _: 1 /* STABLE */
906
800
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
907
801
  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, {
908
802
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).limitHeightBodyColor
@@ -911,18 +805,10 @@ const __default__ = {
911
805
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeightBodyColor,
912
806
  "onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).limitHeightBodyColor = $event),
913
807
  onChange: onChangeLimitHeightBodyColor
914
- }, null, 8
915
- /* PROPS */
916
- , ["modelValue"])]),
917
- _: 1
918
- /* STABLE */
919
-
920
- }, 8
921
- /* PROPS */
922
- , ["label"])]),
923
- _: 1
924
- /* STABLE */
925
-
808
+ }, null, 8 /* PROPS */, ["modelValue"])]),
809
+ _: 1 /* STABLE */
810
+ }, 8 /* PROPS */, ["label"])]),
811
+ _: 1 /* STABLE */
926
812
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
927
813
  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, {
928
814
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).limitHeightBodyAlpha
@@ -942,12 +828,8 @@ const __default__ = {
942
828
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLimitHeightBodyAlpha,
943
829
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeightBodyAlpha,
944
830
  onInput: onChangeLimitHeightBodyAlpha
945
- }, null, 8
946
- /* PROPS */
947
- , ["modelValue", "step", "min", "max"])]),
948
- _: 1
949
- /* STABLE */
950
-
831
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
832
+ _: 1 /* STABLE */
951
833
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
952
834
  span: 8
953
835
  }, {
@@ -958,43 +840,21 @@ const __default__ = {
958
840
  step: 0.1,
959
841
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeightBodyAlpha,
960
842
  "controls-position": "right"
961
- }, null, 8
962
- /* PROPS */
963
- , ["modelValue", "min", "step", "max"])]),
964
- _: 1
965
- /* STABLE */
966
-
843
+ }, null, 8 /* PROPS */, ["modelValue", "min", "step", "max"])]),
844
+ _: 1 /* STABLE */
967
845
  })]),
968
- _: 1
969
- /* STABLE */
970
-
846
+ _: 1 /* STABLE */
971
847
  })]),
972
- _: 1
973
- /* STABLE */
974
-
975
- }, 8
976
- /* PROPS */
977
- , ["label"])]),
978
- _: 1
979
- /* STABLE */
980
-
848
+ _: 1 /* STABLE */
849
+ }, 8 /* PROPS */, ["label"])]),
850
+ _: 1 /* STABLE */
981
851
  })]),
982
- _: 1
983
- /* STABLE */
984
-
852
+ _: 1 /* STABLE */
985
853
  })]),
986
- _: 1
987
- /* STABLE */
988
-
989
- }, 8
990
- /* PROPS */
991
- , ["title"])]),
992
- _: 1
993
- /* STABLE */
994
-
995
- }, 8
996
- /* PROPS */
997
- , ["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_row, {
854
+ _: 1 /* STABLE */
855
+ }, 8 /* PROPS */, ["title"])]),
856
+ _: 1 /* STABLE */
857
+ }, 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_row, {
998
858
  gutter: 20,
999
859
  class: "btnClass"
1000
860
  }, {
@@ -1006,18 +866,10 @@ const __default__ = {
1006
866
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pickSkyLine,
1007
867
  type: "primary"
1008
868
  }, {
1009
- 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).pickSkyLine), 1
1010
- /* TEXT */
1011
- )]),
1012
- _: 1
1013
- /* STABLE */
1014
-
1015
- }, 8
1016
- /* PROPS */
1017
- , ["title"])]),
1018
- _: 1
1019
- /* STABLE */
1020
-
869
+ 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).pickSkyLine), 1 /* TEXT */)]),
870
+ _: 1 /* STABLE */
871
+ }, 8 /* PROPS */, ["title"])]),
872
+ _: 1 /* STABLE */
1021
873
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1022
874
  span: 12
1023
875
  }, {
@@ -1026,22 +878,12 @@ const __default__ = {
1026
878
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drawLimitHeightBody,
1027
879
  type: "primary"
1028
880
  }, {
1029
- 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).drawLimitHeightBody), 1
1030
- /* TEXT */
1031
- )]),
1032
- _: 1
1033
- /* STABLE */
1034
-
1035
- }, 8
1036
- /* PROPS */
1037
- , ["title"])]),
1038
- _: 1
1039
- /* STABLE */
1040
-
881
+ 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).drawLimitHeightBody), 1 /* TEXT */)]),
882
+ _: 1 /* STABLE */
883
+ }, 8 /* PROPS */, ["title"])]),
884
+ _: 1 /* STABLE */
1041
885
  })]),
1042
- _: 1
1043
- /* STABLE */
1044
-
886
+ _: 1 /* STABLE */
1045
887
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
1046
888
  gutter: 20
1047
889
  }, {
@@ -1052,18 +894,10 @@ const __default__ = {
1052
894
  onClick: _cache[8] || (_cache[8] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => removeLimitHeightBody(), ["stop"])),
1053
895
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).removeLimitHeightBody
1054
896
  }, {
1055
- 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).removeLimitHeightBody), 1
1056
- /* TEXT */
1057
- )]),
1058
- _: 1
1059
- /* STABLE */
1060
-
1061
- }, 8
1062
- /* PROPS */
1063
- , ["title"])]),
1064
- _: 1
1065
- /* STABLE */
1066
-
897
+ 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).removeLimitHeightBody), 1 /* TEXT */)]),
898
+ _: 1 /* STABLE */
899
+ }, 8 /* PROPS */, ["title"])]),
900
+ _: 1 /* STABLE */
1067
901
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1068
902
  span: 12
1069
903
  }, {
@@ -1071,28 +905,15 @@ const __default__ = {
1071
905
  onClick: _cache[9] || (_cache[9] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
1072
906
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
1073
907
  }, {
1074
- 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
1075
- /* TEXT */
1076
- )]),
1077
- _: 1
1078
- /* STABLE */
1079
-
1080
- }, 8
1081
- /* PROPS */
1082
- , ["title"])]),
1083
- _: 1
1084
- /* STABLE */
1085
-
908
+ 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 */)]),
909
+ _: 1 /* STABLE */
910
+ }, 8 /* PROPS */, ["title"])]),
911
+ _: 1 /* STABLE */
1086
912
  })]),
1087
- _: 1
1088
- /* STABLE */
1089
-
1090
- })]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(resultEcahrtVis) ? ((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_.createCommentVNode)("v-if", true)])])], 2
1091
- /* CLASS */
1092
- );
913
+ _: 1 /* STABLE */
914
+ })]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(resultEcahrtVis) ? ((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_.createCommentVNode)("v-if", true)])])], 2 /* CLASS */);
1093
915
  };
1094
916
  }
1095
-
1096
917
  }));
1097
918
  ;// CONCATENATED MODULE: ./src/webgl/skylineanalysis/SkylineAnalysis.vue?vue&type=script&setup=true&lang=js
1098
919
 
@@ -1114,13 +935,11 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
1114
935
 
1115
936
 
1116
937
 
1117
-
1118
938
  SkylineAnalysis.install = (Vue, opts) => {
1119
939
  init_js_default()(Vue, opts);
1120
940
  Vue.component(SkylineAnalysis.name, SkylineAnalysis);
1121
941
  };
1122
942
 
1123
-
1124
943
  }();
1125
944
  /******/ return __webpack_exports__;
1126
945
  /******/ })()