@kq_npm/client3d_webgl_vue 4.5.12-beta → 4.5.14

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 (53) hide show
  1. package/adddata/index.js +7 -3
  2. package/aspectanalysis/index.js +4 -3
  3. package/baseterraingallery/index.js +5 -2
  4. package/boxclip/index.js +15 -14
  5. package/clientPrint/index.js +1093 -664
  6. package/comparemap/index.js +13 -7
  7. package/compass/index.js +5 -2
  8. package/excavatefillanalysis/index.js +4 -3
  9. package/fixedzoomin/index.js +5 -2
  10. package/fixedzoomout/index.js +5 -2
  11. package/flight/index.js +5 -2
  12. package/floodanalysis/index.js +9 -5
  13. package/geologicalbodyanalysis/index.js +6 -5
  14. package/gpuspatialquery/index.js +9 -5
  15. package/hawkeye/index.js +3 -2
  16. package/headertemp/index.js +2 -2
  17. package/heatmap3d/index.js +23 -21
  18. package/index.js +1089 -660
  19. package/isolineanalysis/index.js +47 -44
  20. package/light/index.js +12 -11
  21. package/limitheightanalysis/index.js +4 -3
  22. package/measure/index.js +6 -3
  23. package/modelFlat/index.js +7 -3
  24. package/modelexcavate/index.js +8 -4
  25. package/modelfilter/index.js +17 -16
  26. package/modelprofileanalysis/index.js +7 -3
  27. package/modelselect/index.js +8 -4
  28. package/package.json +1 -1
  29. package/particleeffect/index.js +16 -15
  30. package/planeclip/index.js +4 -3
  31. package/resetview/index.js +5 -2
  32. package/roller/index.js +17 -12
  33. package/scaneffect/index.js +6 -6
  34. package/sceneadvancedtoimage/index.js +4 -3
  35. package/sceneapp/index.js +506 -260
  36. package/sceneset/index.js +31 -30
  37. package/scenetohdimage/index.js +6 -5
  38. package/sceneview/index.js +1093 -664
  39. package/screenshot/index.js +7 -3
  40. package/shadowanalysis/index.js +17 -14
  41. package/sightlineanalysis/index.js +10 -6
  42. package/skylineanalysis/index.js +9 -5
  43. package/slopeanalysis/index.js +18 -14
  44. package/slopeaspectanalysis/index.js +18 -14
  45. package/statusbar/index.js +1 -1
  46. package/terrainoperation/index.js +4 -3
  47. package/terrainprofileanalysis/index.js +9 -8
  48. package/underground/index.js +7 -5
  49. package/videofusion/index.js +16 -12
  50. package/videoproject/index.js +14 -10
  51. package/viewshedanalysis/index.js +4 -3
  52. package/weathereffect/index.js +12 -11
  53. package/wireframesketch/index.js +9 -8
@@ -380,7 +380,7 @@ const _hoisted_2 = {
380
380
  const __default__ = {
381
381
  name: "Kq3dScreenShot"
382
382
  };
383
- /* harmony default export */ var Screenshotvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
383
+ /* harmony default export */ var Screenshotvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
384
384
  props: {
385
385
  // 设置参数
386
386
  settingParams: {
@@ -422,14 +422,18 @@ const __default__ = {
422
422
  setup(__props, {
423
423
  expose: __expose
424
424
  }) {
425
+ const props = __props;
425
426
  let imgWidthMax = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(800);
426
427
  // 场景高度
427
428
  let imgHeightMax = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(800);
428
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
429
+ const {
430
+ proxy
431
+ } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
432
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
429
433
  // 分析类
430
434
  let viewModel = null;
431
435
  // 获取组件传参
432
- const props = __props;
436
+
433
437
  //设置样式
434
438
  var style = {
435
439
  color: {
@@ -472,8 +472,10 @@ const _hoisted_2 = {
472
472
  const _hoisted_3 = {
473
473
  class: "kq3d-shadow-analysis-span"
474
474
  };
475
- const _hoisted_4 = ["src"];
476
- const _hoisted_5 = {
475
+ const _hoisted_4 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "0.0", -1 /* HOISTED */);
476
+ const _hoisted_5 = ["src"];
477
+ const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "1.0", -1 /* HOISTED */);
478
+ const _hoisted_7 = {
477
479
  class: "kq3d-shadow-analysis-footer"
478
480
  };
479
481
 
@@ -486,7 +488,7 @@ const _hoisted_5 = {
486
488
  const __default__ = {
487
489
  name: "Kq3dShadowAnalysis"
488
490
  };
489
- /* harmony default export */ var ShadowAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
491
+ /* harmony default export */ var ShadowAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
490
492
  props: {
491
493
  // 设置参数
492
494
  settingParams: {
@@ -529,11 +531,12 @@ const __default__ = {
529
531
  setup(__props, {
530
532
  expose: __expose
531
533
  }) {
534
+ const props = __props;
532
535
  const {
533
536
  proxy
534
537
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
535
538
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
536
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
539
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
537
540
  let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
538
541
  let time = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([6, 12]);
539
542
 
@@ -564,7 +567,7 @@ const __default__ = {
564
567
  });
565
568
 
566
569
  // 获取组件传参
567
- const props = __props;
570
+
568
571
  // 分析类
569
572
  let viewModel = null;
570
573
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
@@ -994,7 +997,7 @@ const __default__ = {
994
997
  step: 0.1,
995
998
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpacing,
996
999
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpacing
997
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1000
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
998
1001
  _: 1 /* STABLE */
999
1002
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1000
1003
  span: 8
@@ -1007,7 +1010,7 @@ const __default__ = {
1007
1010
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpacing,
1008
1011
  step: 0.1,
1009
1012
  "controls-position": "right"
1010
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1013
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1011
1014
  _: 1 /* STABLE */
1012
1015
  })]),
1013
1016
  _: 1 /* STABLE */
@@ -1034,7 +1037,7 @@ const __default__ = {
1034
1037
  step: 0.01,
1035
1038
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFilterValue,
1036
1039
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFilterValue
1037
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1040
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
1038
1041
  _: 1 /* STABLE */
1039
1042
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1040
1043
  span: 8
@@ -1047,7 +1050,7 @@ const __default__ = {
1047
1050
  step: 0.01,
1048
1051
  onInput: _cache[28] || (_cache[28] = $event => paramsChanged('filterValue')),
1049
1052
  "controls-position": "right"
1050
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1053
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1051
1054
  _: 1 /* STABLE */
1052
1055
  })]),
1053
1056
  _: 1 /* STABLE */
@@ -1074,7 +1077,7 @@ const __default__ = {
1074
1077
  step: 0.1,
1075
1078
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAlphaScale,
1076
1079
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAlphaScale
1077
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1080
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
1078
1081
  _: 1 /* STABLE */
1079
1082
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1080
1083
  span: 8
@@ -1087,7 +1090,7 @@ const __default__ = {
1087
1090
  step: 0.1,
1088
1091
  onInput: _cache[32] || (_cache[32] = $event => paramsChanged('alphaScale')),
1089
1092
  "controls-position": "right"
1090
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
1093
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1091
1094
  _: 1 /* STABLE */
1092
1095
  })]),
1093
1096
  _: 1 /* STABLE */
@@ -1101,10 +1104,10 @@ const __default__ = {
1101
1104
  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, {
1102
1105
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).shadowRateLegend
1103
1106
  }, {
1104
- default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_cache[36] || (_cache[36] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "0.0", -1 /* HOISTED */)), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
1107
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
1105
1108
  src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(const_image_.SHADOW_LEGEND_URL),
1106
1109
  alt: ""
1107
- }, null, 8 /* PROPS */, _hoisted_4), _cache[37] || (_cache[37] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "1.0", -1 /* HOISTED */))]),
1110
+ }, null, 8 /* PROPS */, _hoisted_5), _hoisted_6]),
1108
1111
  _: 1 /* STABLE */
1109
1112
  }, 8 /* PROPS */, ["label"])]),
1110
1113
  _: 1 /* STABLE */
@@ -1114,7 +1117,7 @@ const __default__ = {
1114
1117
  _: 1 /* STABLE */
1115
1118
  }, 8 /* PROPS */, ["title"])]),
1116
1119
  _: 1 /* STABLE */
1117
- }, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1120
+ }, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1118
1121
  onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
1119
1122
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
1120
1123
  type: "primary"
@@ -891,7 +891,7 @@ const _hoisted_2 = {
891
891
  const __default__ = {
892
892
  name: "Kq3dSightlineAnalysis"
893
893
  };
894
- /* harmony default export */ var SightlineAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
894
+ /* harmony default export */ var SightlineAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
895
895
  props: {
896
896
  // 设置参数
897
897
  settingParams: {
@@ -934,11 +934,15 @@ const __default__ = {
934
934
  setup(__props, {
935
935
  expose: __expose
936
936
  }) {
937
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
937
+ const props = __props;
938
+ const {
939
+ proxy
940
+ } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
941
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
938
942
  let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
939
943
 
940
944
  // 获取组件传参
941
- const props = __props;
945
+
942
946
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
943
947
  lineWidth: props.settingParams && props.settingParams.lineWidth || 5,
944
948
  visibleColor: props.settingParams && props.settingParams.visibleColor || "#00ff00",
@@ -1141,20 +1145,20 @@ const __default__ = {
1141
1145
  }, {
1142
1146
  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).seePoint), 1 /* TEXT */)]),
1143
1147
  _: 1 /* STABLE */
1144
- }, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1148
+ }, 8 /* PROPS */, ["onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1145
1149
  onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)(addTargetPoint, ["stop"]),
1146
1150
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).targetPoint,
1147
1151
  type: "primary"
1148
1152
  }, {
1149
1153
  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).targetPoint), 1 /* TEXT */)]),
1150
1154
  _: 1 /* STABLE */
1151
- }, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1155
+ }, 8 /* PROPS */, ["onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1152
1156
  onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)(clearResult, ["stop"]),
1153
1157
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
1154
1158
  }, {
1155
1159
  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 */)]),
1156
1160
  _: 1 /* STABLE */
1157
- }, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
1161
+ }, 8 /* PROPS */, ["onClick", "title"])])])], 2 /* CLASS */);
1158
1162
  };
1159
1163
  }
1160
1164
  }));
@@ -532,7 +532,7 @@ const _hoisted_4 = {
532
532
  const __default__ = {
533
533
  name: "Kq3dSkylineAnalysis"
534
534
  };
535
- /* harmony default export */ var SkylineAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
535
+ /* harmony default export */ var SkylineAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
536
536
  props: {
537
537
  // 设置参数
538
538
  settingParams: {
@@ -575,7 +575,11 @@ const __default__ = {
575
575
  setup(__props, {
576
576
  expose: __expose
577
577
  }) {
578
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
578
+ const props = __props;
579
+ const {
580
+ proxy
581
+ } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
582
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
579
583
  // 设置
580
584
  let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
581
585
  // 分析类
@@ -583,7 +587,7 @@ const __default__ = {
583
587
  // chart显示
584
588
  let resultEcahrtVis = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
585
589
  // 获取组件传参
586
- const props = __props;
590
+
587
591
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
588
592
  skylineColor: props.settingParams && props.settingParams.skylineColor || "#ff0000",
589
593
  // 天际线颜色
@@ -852,7 +856,7 @@ const __default__ = {
852
856
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLimitHeightBodyAlpha,
853
857
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeightBodyAlpha,
854
858
  onInput: onChangeLimitHeightBodyAlpha
855
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
859
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
856
860
  _: 1 /* STABLE */
857
861
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
858
862
  span: 8
@@ -864,7 +868,7 @@ const __default__ = {
864
868
  step: 0.1,
865
869
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeightBodyAlpha,
866
870
  "controls-position": "right"
867
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
871
+ }, null, 8 /* PROPS */, ["modelValue", "min", "step", "max"])]),
868
872
  _: 1 /* STABLE */
869
873
  })]),
870
874
  _: 1 /* STABLE */
@@ -533,11 +533,16 @@ const _hoisted_3 = {
533
533
  const _hoisted_4 = {
534
534
  key: 1
535
535
  };
536
- const _hoisted_5 = ["src"];
537
- const _hoisted_6 = {
536
+ const _hoisted_5 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1 /* HOISTED */);
537
+ const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
538
+ class: "kq3d-slope-analysis-line"
539
+ }, null, -1 /* HOISTED */);
540
+ const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */);
541
+ const _hoisted_8 = ["src"];
542
+ const _hoisted_9 = {
538
543
  key: 2
539
544
  };
540
- const _hoisted_7 = {
545
+ const _hoisted_10 = {
541
546
  class: "kq3d-slope-analysis-footer"
542
547
  };
543
548
 
@@ -550,7 +555,7 @@ const _hoisted_7 = {
550
555
  const __default__ = {
551
556
  name: "Kq3dSlopeAnalysis"
552
557
  };
553
- /* harmony default export */ var SlopeAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
558
+ /* harmony default export */ var SlopeAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
554
559
  props: {
555
560
  // 设置参数
556
561
  settingParams: {
@@ -593,11 +598,12 @@ const __default__ = {
593
598
  setup(__props, {
594
599
  expose: __expose
595
600
  }) {
601
+ const props = __props;
596
602
  const {
597
603
  proxy
598
604
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
599
605
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
600
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
606
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
601
607
  let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
602
608
  let dataList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([{
603
609
  colorTableDegree: 0,
@@ -632,7 +638,7 @@ const __default__ = {
632
638
  //计算属性
633
639
 
634
640
  // 获取组件传参
635
- const props = __props;
641
+
636
642
  // 分析类
637
643
  let viewModel = null;
638
644
  // 默认参数
@@ -937,9 +943,7 @@ const __default__ = {
937
943
  "display": "flex"
938
944
  }
939
945
  }, {
940
- default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[25] || (_cache[25] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1 /* HOISTED */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
941
- class: "kq3d-slope-analysis-line"
942
- }, null, -1 /* HOISTED */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */)])),
946
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_5, _hoisted_6, _hoisted_7]),
943
947
  _: 1 /* STABLE */
944
948
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
945
949
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
@@ -955,7 +959,7 @@ const __default__ = {
955
959
  class: "kq3d-slope-analysis-legend",
956
960
  src: item.src,
957
961
  alt: ""
958
- }, null, 8 /* PROPS */, _hoisted_5)]),
962
+ }, null, 8 /* PROPS */, _hoisted_8)]),
959
963
  _: 2 /* DYNAMIC */
960
964
  }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
961
965
  }), 64 /* STABLE_FRAGMENT */))]),
@@ -964,7 +968,7 @@ const __default__ = {
964
968
  _: 1 /* STABLE */
965
969
  }, 8 /* PROPS */, ["label"])]),
966
970
  _: 1 /* STABLE */
967
- })])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
971
+ })])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
968
972
  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, {
969
973
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSlope
970
974
  }, {
@@ -1063,7 +1067,7 @@ const __default__ = {
1063
1067
  max: 1,
1064
1068
  step: 0.01,
1065
1069
  onInput: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
1066
- }, null, 8 /* PROPS */, ["modelValue"])]),
1070
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1067
1071
  _: 1 /* STABLE */
1068
1072
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1069
1073
  span: 8
@@ -1076,7 +1080,7 @@ const __default__ = {
1076
1080
  step: 0.01,
1077
1081
  "controls-position": "right",
1078
1082
  onInput: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
1079
- }, null, 8 /* PROPS */, ["modelValue"])]),
1083
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1080
1084
  _: 1 /* STABLE */
1081
1085
  })]),
1082
1086
  _: 1 /* STABLE */
@@ -1106,7 +1110,7 @@ const __default__ = {
1106
1110
  _: 1 /* STABLE */
1107
1111
  }, 8 /* PROPS */, ["title"])]),
1108
1112
  _: 1 /* STABLE */
1109
- }, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1113
+ }, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1110
1114
  onClick: _cache[23] || (_cache[23] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
1111
1115
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
1112
1116
  type: "primary"
@@ -545,11 +545,16 @@ const _hoisted_3 = {
545
545
  const _hoisted_4 = {
546
546
  key: 1
547
547
  };
548
- const _hoisted_5 = ["src"];
549
- const _hoisted_6 = {
548
+ const _hoisted_5 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1 /* HOISTED */);
549
+ const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
550
+ class: "kq3d-slope-aspect-analysis-line"
551
+ }, null, -1 /* HOISTED */);
552
+ const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */);
553
+ const _hoisted_8 = ["src"];
554
+ const _hoisted_9 = {
550
555
  key: 2
551
556
  };
552
- const _hoisted_7 = {
557
+ const _hoisted_10 = {
553
558
  class: "kq3d-slope-aspect-analysis-footer"
554
559
  };
555
560
 
@@ -562,7 +567,7 @@ const _hoisted_7 = {
562
567
  const __default__ = {
563
568
  name: "Kq3dSlopeAspectAnalysis"
564
569
  };
565
- /* harmony default export */ var SlopeAspectAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
570
+ /* harmony default export */ var SlopeAspectAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
566
571
  props: {
567
572
  // 设置参数
568
573
  settingParams: {
@@ -605,11 +610,12 @@ const __default__ = {
605
610
  setup(__props, {
606
611
  expose: __expose
607
612
  }) {
613
+ const props = __props;
608
614
  const {
609
615
  proxy
610
616
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
611
617
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
612
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
618
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
613
619
  let dataList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([{
614
620
  colorTableDegree: 0,
615
621
  colorTable: null
@@ -643,7 +649,7 @@ const __default__ = {
643
649
  //计算属性
644
650
 
645
651
  // 获取组件传参
646
- const props = __props;
652
+
647
653
  // 分析类
648
654
  let viewModel = null;
649
655
  // 默认参数
@@ -976,9 +982,7 @@ const __default__ = {
976
982
  "display": "flex"
977
983
  }
978
984
  }, {
979
- default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => _cache[35] || (_cache[35] = [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1 /* HOISTED */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
980
- class: "kq3d-slope-aspect-analysis-line"
981
- }, null, -1 /* HOISTED */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */)])),
985
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_5, _hoisted_6, _hoisted_7]),
982
986
  _: 1 /* STABLE */
983
987
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
984
988
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
@@ -994,7 +998,7 @@ const __default__ = {
994
998
  class: "kq3d-slope-aspect-analysis-legend",
995
999
  src: item.src,
996
1000
  alt: ""
997
- }, null, 8 /* PROPS */, _hoisted_5)]),
1001
+ }, null, 8 /* PROPS */, _hoisted_8)]),
998
1002
  _: 2 /* DYNAMIC */
999
1003
  }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
1000
1004
  }), 64 /* STABLE_FRAGMENT */))]),
@@ -1003,7 +1007,7 @@ const __default__ = {
1003
1007
  _: 1 /* STABLE */
1004
1008
  }, 8 /* PROPS */, ["label"])]),
1005
1009
  _: 1 /* STABLE */
1006
- })])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1010
+ })])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
1007
1011
  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, {
1008
1012
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSlope
1009
1013
  }, {
@@ -1102,7 +1106,7 @@ const __default__ = {
1102
1106
  max: 1,
1103
1107
  step: 0.01,
1104
1108
  onInput: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
1105
- }, null, 8 /* PROPS */, ["modelValue"])]),
1109
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1106
1110
  _: 1 /* STABLE */
1107
1111
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1108
1112
  span: 8
@@ -1115,7 +1119,7 @@ const __default__ = {
1115
1119
  step: 0.01,
1116
1120
  "controls-position": "right",
1117
1121
  onInput: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
1118
- }, null, 8 /* PROPS */, ["modelValue"])]),
1122
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1119
1123
  _: 1 /* STABLE */
1120
1124
  })]),
1121
1125
  _: 1 /* STABLE */
@@ -1250,7 +1254,7 @@ const __default__ = {
1250
1254
  _: 1 /* STABLE */
1251
1255
  }, 8 /* PROPS */, ["title"])]),
1252
1256
  _: 1 /* STABLE */
1253
- }, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1257
+ }, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
1254
1258
  onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
1255
1259
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
1256
1260
  type: "primary"
@@ -668,7 +668,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
668
668
  const __default__ = {
669
669
  name: "Kq3dStatusBar"
670
670
  };
671
- /* harmony default export */ var StatusBarvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
671
+ /* harmony default export */ var StatusBarvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
672
672
  props: {
673
673
  // 隐藏分辨率
674
674
  hideResolution: Boolean,
@@ -483,7 +483,7 @@ const _hoisted_4 = {
483
483
  const __default__ = {
484
484
  name: "Kq3dTerrainOperation"
485
485
  };
486
- /* harmony default export */ var TerrainOperationvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
486
+ /* harmony default export */ var TerrainOperationvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
487
487
  props: {
488
488
  // 设置参数
489
489
  settingParams: {
@@ -531,14 +531,15 @@ const __default__ = {
531
531
  setup(__props, {
532
532
  expose: __expose
533
533
  }) {
534
+ const props = __props;
534
535
  const {
535
536
  proxy
536
537
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
537
538
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
538
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
539
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
539
540
 
540
541
  // 获取组件传参
541
- const props = __props;
542
+
542
543
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
543
544
  terrainStyle: props.settingParams && props.settingParams.terrainStyle || 1,
544
545
  // 地形操作类型。1:地形开挖;2:地形修改
@@ -425,12 +425,10 @@ const _hoisted_1 = {
425
425
 
426
426
 
427
427
 
428
- //语言
429
-
430
428
  const __default__ = {
431
429
  name: "Kq3dTerrainProfileAnalysis"
432
430
  };
433
- /* harmony default export */ var TerrainProfileAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
431
+ /* harmony default export */ var TerrainProfileAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
434
432
  props: {
435
433
  //指定组件绑定的viewer对象的div的id
436
434
  mapTarget: String,
@@ -475,15 +473,18 @@ const __default__ = {
475
473
  setup(__props, {
476
474
  expose: __expose
477
475
  }) {
478
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
479
- let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
480
- let viewModel = null;
481
- let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
476
+ const props = __props;
482
477
  const {
483
478
  proxy
484
479
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
480
+ //语言
481
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
482
+ let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
483
+ let viewModel = null;
484
+ let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
485
+
485
486
  // 获取组件传参
486
- const props = __props;
487
+
487
488
  // 组件容器Ref
488
489
  let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
489
490
 
@@ -260,7 +260,7 @@ const _hoisted_1 = {
260
260
  const __default__ = {
261
261
  name: "kq3dUnderground"
262
262
  };
263
- /* harmony default export */ var Undergroundvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
263
+ /* harmony default export */ var Undergroundvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
264
264
  props: {
265
265
  /**
266
266
  * 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
@@ -270,15 +270,17 @@ const __default__ = {
270
270
  emits: ["undergroundChange"],
271
271
  setup(__props, {
272
272
  expose: __expose,
273
- emit: __emit
273
+ emit
274
274
  }) {
275
+ const props = __props;
275
276
  const {
276
277
  proxy
277
278
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
278
- const emit = __emit;
279
+
279
280
  //获取组件传参
280
- const props = __props;
281
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
281
+
282
+ //语言
283
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
282
284
  let isUndergroundMode = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
283
285
  let viewModel = null;
284
286