@kq_npm/client3d_webgl_vue 4.5.13 → 4.5.15

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 +877 -587
  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 +872 -582
  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 +4 -5
  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 +877 -587
  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
@@ -471,7 +471,7 @@ const _hoisted_4 = {
471
471
  const __default__ = {
472
472
  name: "Kq3dVideoProject"
473
473
  };
474
- /* harmony default export */ var VideoProjectvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
474
+ /* harmony default export */ var VideoProjectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
475
475
  props: {
476
476
  // 设置参数
477
477
  settingParams: {
@@ -514,6 +514,7 @@ const __default__ = {
514
514
  setup(__props, {
515
515
  expose: __expose
516
516
  }) {
517
+ const props = __props;
517
518
  const {
518
519
  proxy
519
520
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
@@ -521,7 +522,7 @@ const __default__ = {
521
522
  let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
522
523
 
523
524
  // 获取组件传参
524
- const props = __props;
525
+
525
526
  const lonlatOffset = 0.00001;
526
527
  const heightOffset = 10;
527
528
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
@@ -853,7 +854,7 @@ const __default__ = {
853
854
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLongitude,
854
855
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLongitude,
855
856
  onInput: _cache[6] || (_cache[6] = $event => paramsChanged('longitude'))
856
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
857
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
857
858
  _: 1 /* STABLE */
858
859
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
859
860
  span: 14,
@@ -889,7 +890,7 @@ const __default__ = {
889
890
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLatitude,
890
891
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLatitude,
891
892
  onInput: _cache[8] || (_cache[8] = $event => paramsChanged('latitude'))
892
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
893
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
893
894
  _: 1 /* STABLE */
894
895
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
895
896
  span: 14,
@@ -925,7 +926,7 @@ const __default__ = {
925
926
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
926
927
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
927
928
  onInput: _cache[10] || (_cache[10] = $event => paramsChanged('height'))
928
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
929
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
929
930
  _: 1 /* STABLE */
930
931
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
931
932
  span: 14,
@@ -1001,7 +1002,7 @@ const __default__ = {
1001
1002
  min: 0.5,
1002
1003
  max: 2,
1003
1004
  onInput: _cache[16] || (_cache[16] = $event => paramsChanged('aspectRatio'))
1004
- }, null, 8 /* PROPS */, ["modelValue"])]),
1005
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
1005
1006
  _: 1 /* STABLE */
1006
1007
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1007
1008
  span: 8
@@ -1014,7 +1015,7 @@ const __default__ = {
1014
1015
  max: 2,
1015
1016
  "controls-position": "right",
1016
1017
  onInput: _cache[18] || (_cache[18] = $event => paramsChanged('aspectRatio'))
1017
- }, null, 8 /* PROPS */, ["modelValue"])]),
1018
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
1018
1019
  _: 1 /* STABLE */
1019
1020
  })]),
1020
1021
  _: 1 /* STABLE */
@@ -1041,7 +1042,7 @@ const __default__ = {
1041
1042
  min: 10,
1042
1043
  max: 200,
1043
1044
  onInput: _cache[20] || (_cache[20] = $event => paramsChanged('far'))
1044
- }, null, 8 /* PROPS */, ["modelValue"])]),
1045
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1045
1046
  _: 1 /* STABLE */
1046
1047
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1047
1048
  span: 8
@@ -1054,7 +1055,7 @@ const __default__ = {
1054
1055
  max: 200,
1055
1056
  "controls-position": "right",
1056
1057
  onInput: _cache[22] || (_cache[22] = $event => paramsChanged('far'))
1057
- }, null, 8 /* PROPS */, ["modelValue"])]),
1058
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
1058
1059
  _: 1 /* STABLE */
1059
1060
  })]),
1060
1061
  _: 1 /* STABLE */
@@ -348,7 +348,7 @@ const _hoisted_2 = {
348
348
  const __default__ = {
349
349
  name: "Kq3dViewshedAnalysis"
350
350
  };
351
- /* harmony default export */ var ViewshedAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
351
+ /* harmony default export */ var ViewshedAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
352
352
  props: {
353
353
  // 设置参数
354
354
  settingParams: {
@@ -391,6 +391,7 @@ const __default__ = {
391
391
  setup(__props, {
392
392
  expose: __expose
393
393
  }) {
394
+ const props = __props;
394
395
  const {
395
396
  proxy
396
397
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
@@ -399,7 +400,7 @@ const __default__ = {
399
400
  let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
400
401
 
401
402
  // 获取组件传参
402
- const props = __props;
403
+
403
404
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
404
405
  offsetHeight: props.settingParams && props.settingParams.offsetHeight || 1.8,
405
406
  // 视点高
@@ -376,7 +376,7 @@ const _hoisted_2 = {
376
376
  const __default__ = {
377
377
  name: "Kq3dWeatherEffect"
378
378
  };
379
- /* harmony default export */ var WeatherEffectvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
379
+ /* harmony default export */ var WeatherEffectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
380
380
  props: {
381
381
  // 设置参数
382
382
  settingParams: {
@@ -419,6 +419,7 @@ const __default__ = {
419
419
  setup(__props, {
420
420
  expose: __expose
421
421
  }) {
422
+ const props = __props;
422
423
  const {
423
424
  proxy
424
425
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
@@ -427,7 +428,7 @@ const __default__ = {
427
428
  let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
428
429
 
429
430
  // 获取组件传参
430
- const props = __props;
431
+
431
432
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
432
433
  mode: props.settingParams && props.settingParams.mode || "rain",
433
434
  rangeRadius: props.settingParams && props.settingParams.rangeRadius || 100,
@@ -702,7 +703,7 @@ const __default__ = {
702
703
  min: 0.1,
703
704
  max: 5,
704
705
  onInput: _cache[11] || (_cache[11] = $event => paramsChanged('particleSize'))
705
- }, null, 8 /* PROPS */, ["modelValue"])]),
706
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
706
707
  _: 1 /* STABLE */
707
708
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
708
709
  span: 8
@@ -715,7 +716,7 @@ const __default__ = {
715
716
  max: 5,
716
717
  "controls-position": "right",
717
718
  onInput: _cache[13] || (_cache[13] = $event => paramsChanged('particleSize'))
718
- }, null, 8 /* PROPS */, ["modelValue"])]),
719
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
719
720
  _: 1 /* STABLE */
720
721
  })]),
721
722
  _: 1 /* STABLE */
@@ -744,7 +745,7 @@ const __default__ = {
744
745
  max: 5.0,
745
746
  step: 0.1,
746
747
  onInput: _cache[15] || (_cache[15] = $event => paramsChanged('startScale'))
747
- }, null, 8 /* PROPS */, ["modelValue"])]),
748
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
748
749
  _: 1 /* STABLE */
749
750
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
750
751
  span: 8
@@ -757,7 +758,7 @@ const __default__ = {
757
758
  step: 0.1,
758
759
  "controls-position": "right",
759
760
  onInput: _cache[17] || (_cache[17] = $event => paramsChanged('startScale'))
760
- }, null, 8 /* PROPS */, ["modelValue"])]),
761
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
761
762
  _: 1 /* STABLE */
762
763
  })]),
763
764
  _: 1 /* STABLE */
@@ -786,7 +787,7 @@ const __default__ = {
786
787
  max: 5.0,
787
788
  step: 0.1,
788
789
  onInput: _cache[19] || (_cache[19] = $event => paramsChanged('endScale'))
789
- }, null, 8 /* PROPS */, ["modelValue"])]),
790
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
790
791
  _: 1 /* STABLE */
791
792
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
792
793
  span: 8
@@ -799,7 +800,7 @@ const __default__ = {
799
800
  step: 0.1,
800
801
  "controls-position": "right",
801
802
  onInput: _cache[21] || (_cache[21] = $event => paramsChanged('endScale'))
802
- }, null, 8 /* PROPS */, ["modelValue"])]),
803
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
803
804
  _: 1 /* STABLE */
804
805
  })]),
805
806
  _: 1 /* STABLE */
@@ -828,7 +829,7 @@ const __default__ = {
828
829
  min: 0.1,
829
830
  max: 5,
830
831
  onInput: _cache[23] || (_cache[23] = $event => paramsChanged('gravity'))
831
- }, null, 8 /* PROPS */, ["modelValue"])]),
832
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
832
833
  _: 1 /* STABLE */
833
834
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
834
835
  span: 8
@@ -841,7 +842,7 @@ const __default__ = {
841
842
  step: 0.1,
842
843
  "controls-position": "right",
843
844
  onInput: _cache[25] || (_cache[25] = $event => paramsChanged('gravity'))
844
- }, null, 8 /* PROPS */, ["modelValue"])]),
845
+ }, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
845
846
  _: 1 /* STABLE */
846
847
  })]),
847
848
  _: 1 /* STABLE */
@@ -306,7 +306,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
306
306
  const __default__ = {
307
307
  name: "Kq3dWireframeSketch"
308
308
  };
309
- /* harmony default export */ var WireframeSketchvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
309
+ /* harmony default export */ var WireframeSketchvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
310
310
  props: {
311
311
  // 默认显示线框图
312
312
  isCheckFrameRender: {
@@ -350,6 +350,7 @@ const __default__ = {
350
350
  setup(__props, {
351
351
  expose: __expose
352
352
  }) {
353
+ const props = __props;
353
354
  const {
354
355
  proxy
355
356
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
@@ -361,7 +362,7 @@ const __default__ = {
361
362
  let checkbox_data = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(["2"]);
362
363
 
363
364
  // 获取组件传参
364
- const props = __props;
365
+
365
366
  // 组件容器Ref
366
367
  let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
367
368