@kq_npm/client3d_webgl_vue 4.5.13 → 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 +3 -2
  2. package/aspectanalysis/index.js +3 -2
  3. package/baseterraingallery/index.js +1 -1
  4. package/boxclip/index.js +14 -13
  5. package/clientPrint/index.js +875 -584
  6. package/comparemap/index.js +5 -5
  7. package/compass/index.js +1 -1
  8. package/excavatefillanalysis/index.js +3 -2
  9. package/fixedzoomin/index.js +1 -1
  10. package/fixedzoomout/index.js +1 -1
  11. package/flight/index.js +1 -1
  12. package/floodanalysis/index.js +5 -4
  13. package/geologicalbodyanalysis/index.js +5 -4
  14. package/gpuspatialquery/index.js +5 -4
  15. package/hawkeye/index.js +3 -2
  16. package/headertemp/index.js +2 -2
  17. package/heatmap3d/index.js +22 -20
  18. package/index.js +870 -579
  19. package/isolineanalysis/index.js +46 -43
  20. package/light/index.js +11 -10
  21. package/limitheightanalysis/index.js +3 -2
  22. package/measure/index.js +2 -2
  23. package/modelFlat/index.js +3 -2
  24. package/modelexcavate/index.js +3 -2
  25. package/modelfilter/index.js +13 -12
  26. package/modelprofileanalysis/index.js +3 -2
  27. package/modelselect/index.js +3 -2
  28. package/package.json +1 -1
  29. package/particleeffect/index.js +15 -14
  30. package/planeclip/index.js +3 -2
  31. package/resetview/index.js +1 -1
  32. package/roller/index.js +2 -2
  33. package/scaneffect/index.js +5 -4
  34. package/sceneadvancedtoimage/index.js +3 -2
  35. package/sceneapp/index.js +506 -268
  36. package/sceneset/index.js +23 -22
  37. package/scenetohdimage/index.js +5 -4
  38. package/sceneview/index.js +875 -584
  39. package/screenshot/index.js +3 -2
  40. package/shadowanalysis/index.js +16 -13
  41. package/sightlineanalysis/index.js +6 -5
  42. package/skylineanalysis/index.js +5 -4
  43. package/slopeanalysis/index.js +17 -13
  44. package/slopeaspectanalysis/index.js +17 -13
  45. package/statusbar/index.js +1 -1
  46. package/terrainoperation/index.js +3 -2
  47. package/terrainprofileanalysis/index.js +3 -2
  48. package/underground/index.js +5 -4
  49. package/videofusion/index.js +12 -11
  50. package/videoproject/index.js +10 -9
  51. package/viewshedanalysis/index.js +3 -2
  52. package/weathereffect/index.js +11 -10
  53. package/wireframesketch/index.js +3 -2
package/adddata/index.js CHANGED
@@ -1609,7 +1609,7 @@ const _hoisted_12 = {
1609
1609
  const __default__ = {
1610
1610
  name: "Kq3dAddData"
1611
1611
  };
1612
- /* harmony default export */ var AddDatavue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
1612
+ /* harmony default export */ var AddDatavue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
1613
1613
  props: {
1614
1614
  // 是否显示阴影
1615
1615
  showShadow: {
@@ -1681,6 +1681,7 @@ const __default__ = {
1681
1681
  setup(__props, {
1682
1682
  expose: __expose
1683
1683
  }) {
1684
+ const props = __props;
1684
1685
  let accept = ".zip,.geojson,.topojson,.json,.kml,.kmz,.czml,.csv,.xls,.xlsx,.txt,.dwg,.dfx";
1685
1686
  const {
1686
1687
  proxy
@@ -1702,7 +1703,7 @@ const __default__ = {
1702
1703
  let loadingFile = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
1703
1704
 
1704
1705
  // 获取组件传参
1705
- const props = __props;
1706
+
1706
1707
  let operatorArray = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.computed)(() => {
1707
1708
  let array = [];
1708
1709
  let list = [...fileList.value];
@@ -341,7 +341,7 @@ const _hoisted_2 = {
341
341
  const __default__ = {
342
342
  name: "Kq3dAspectAnalysis"
343
343
  };
344
- /* harmony default export */ var AspectAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
344
+ /* harmony default export */ var AspectAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
345
345
  props: {
346
346
  // 设置参数
347
347
  settingParams: {
@@ -384,6 +384,7 @@ const __default__ = {
384
384
  setup(__props, {
385
385
  expose: __expose
386
386
  }) {
387
+ const props = __props;
387
388
  const {
388
389
  proxy
389
390
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
@@ -391,7 +392,7 @@ const __default__ = {
391
392
  let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
392
393
 
393
394
  // 获取组件传参
394
- const props = __props;
395
+
395
396
  // 分析类
396
397
  let viewModel = null;
397
398
  // 默认参数
@@ -320,7 +320,7 @@ const _hoisted_10 = {
320
320
  const __default__ = {
321
321
  name: "Kq3dBaseterrainGallery"
322
322
  };
323
- /* harmony default export */ var BaseterrainGalleryvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
323
+ /* harmony default export */ var BaseterrainGalleryvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
324
324
  props: {
325
325
  selectIndex: {
326
326
  type: Number,
package/boxclip/index.js CHANGED
@@ -467,7 +467,7 @@ const _hoisted_4 = {
467
467
  const __default__ = {
468
468
  name: "Kq3dBoxClip"
469
469
  };
470
- /* harmony default export */ var BoxClipvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
470
+ /* harmony default export */ var BoxClipvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
471
471
  props: {
472
472
  // 设置参数
473
473
  settingParams: {
@@ -510,6 +510,7 @@ const __default__ = {
510
510
  setup(__props, {
511
511
  expose: __expose
512
512
  }) {
513
+ const props = __props;
513
514
  const {
514
515
  proxy
515
516
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
@@ -519,7 +520,7 @@ const __default__ = {
519
520
  let tiles = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
520
521
 
521
522
  // 获取组件传参
522
- const props = __props;
523
+
523
524
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
524
525
  tileset: props.settingParams && props.settingParams.tileset || null,
525
526
  unionClippingRegions: props.settingParams && props.settingParams.unionClippingRegions !== undefined || false,
@@ -819,7 +820,7 @@ const __default__ = {
819
820
  min: -40.0,
820
821
  max: 40,
821
822
  onInput: _cache[11] || (_cache[11] = $event => paramsChanged('xDistance'))
822
- }, null, 8 /* PROPS */, ["modelValue"])]),
823
+ }, null, 8 /* PROPS */, ["modelValue", "min"])]),
823
824
  _: 1 /* STABLE */
824
825
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
825
826
  span: 8
@@ -859,7 +860,7 @@ const __default__ = {
859
860
  min: -40.0,
860
861
  max: 40,
861
862
  onInput: _cache[15] || (_cache[15] = $event => paramsChanged('yDistance'))
862
- }, null, 8 /* PROPS */, ["modelValue"])]),
863
+ }, null, 8 /* PROPS */, ["modelValue", "min"])]),
863
864
  _: 1 /* STABLE */
864
865
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
865
866
  span: 8
@@ -872,7 +873,7 @@ const __default__ = {
872
873
  step: 1,
873
874
  "controls-position": "right",
874
875
  onInput: _cache[17] || (_cache[17] = $event => paramsChanged('yDistance'))
875
- }, null, 8 /* PROPS */, ["modelValue"])]),
876
+ }, null, 8 /* PROPS */, ["modelValue", "min"])]),
876
877
  _: 1 /* STABLE */
877
878
  })]),
878
879
  _: 1 /* STABLE */
@@ -899,7 +900,7 @@ const __default__ = {
899
900
  min: -40.0,
900
901
  max: 40,
901
902
  onInput: _cache[19] || (_cache[19] = $event => paramsChanged('zDistance'))
902
- }, null, 8 /* PROPS */, ["modelValue"])]),
903
+ }, null, 8 /* PROPS */, ["modelValue", "min"])]),
903
904
  _: 1 /* STABLE */
904
905
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
905
906
  span: 8
@@ -912,7 +913,7 @@ const __default__ = {
912
913
  step: 1,
913
914
  "controls-position": "right",
914
915
  onInput: _cache[21] || (_cache[21] = $event => paramsChanged('zDistance'))
915
- }, null, 8 /* PROPS */, ["modelValue"])]),
916
+ }, null, 8 /* PROPS */, ["modelValue", "min"])]),
916
917
  _: 1 /* STABLE */
917
918
  })]),
918
919
  _: 1 /* STABLE */
@@ -939,7 +940,7 @@ const __default__ = {
939
940
  min: 0,
940
941
  max: 50,
941
942
  onInput: _cache[23] || (_cache[23] = $event => paramsChanged('clipLength'))
942
- }, null, 8 /* PROPS */, ["modelValue"])]),
943
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
943
944
  _: 1 /* STABLE */
944
945
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
945
946
  span: 8
@@ -952,7 +953,7 @@ const __default__ = {
952
953
  step: 0.1,
953
954
  "controls-position": "right",
954
955
  onInput: _cache[25] || (_cache[25] = $event => paramsChanged('clipLength'))
955
- }, null, 8 /* PROPS */, ["modelValue"])]),
956
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
956
957
  _: 1 /* STABLE */
957
958
  })]),
958
959
  _: 1 /* STABLE */
@@ -979,7 +980,7 @@ const __default__ = {
979
980
  min: 0,
980
981
  max: 50,
981
982
  onInput: _cache[27] || (_cache[27] = $event => paramsChanged('clipWidth'))
982
- }, null, 8 /* PROPS */, ["modelValue"])]),
983
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
983
984
  _: 1 /* STABLE */
984
985
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
985
986
  span: 8
@@ -992,7 +993,7 @@ const __default__ = {
992
993
  max: 50,
993
994
  "controls-position": "right",
994
995
  onInput: _cache[29] || (_cache[29] = $event => paramsChanged('clipWidth'))
995
- }, null, 8 /* PROPS */, ["modelValue"])]),
996
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
996
997
  _: 1 /* STABLE */
997
998
  })]),
998
999
  _: 1 /* STABLE */
@@ -1019,7 +1020,7 @@ const __default__ = {
1019
1020
  min: 0,
1020
1021
  max: 10,
1021
1022
  onInput: _cache[31] || (_cache[31] = $event => paramsChanged('clipHeight'))
1022
- }, null, 8 /* PROPS */, ["modelValue"])]),
1023
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1023
1024
  _: 1 /* STABLE */
1024
1025
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1025
1026
  span: 8
@@ -1032,7 +1033,7 @@ const __default__ = {
1032
1033
  max: 10,
1033
1034
  "controls-position": "right",
1034
1035
  onInput: _cache[33] || (_cache[33] = $event => paramsChanged('clipHeight'))
1035
- }, null, 8 /* PROPS */, ["modelValue"])]),
1036
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1036
1037
  _: 1 /* STABLE */
1037
1038
  })]),
1038
1039
  _: 1 /* STABLE */