@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
@@ -398,7 +398,7 @@ const _hoisted_6 = {
398
398
  const __default__ = {
399
399
  name: "Kq3dModelFilter"
400
400
  };
401
- /* harmony default export */ var ModelFiltervue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
401
+ /* harmony default export */ var ModelFiltervue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
402
402
  props: {
403
403
  // 设置参数
404
404
  settingParams: {
@@ -441,16 +441,17 @@ const __default__ = {
441
441
  setup(__props, {
442
442
  expose: __expose
443
443
  }) {
444
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
444
+ const props = __props;
445
+ const {
446
+ proxy
447
+ } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
448
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
445
449
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
446
450
  let viewModel = null;
447
451
  let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
448
452
  let tiles = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
449
- const {
450
- proxy
451
- } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
452
453
  // 获取组件传参
453
- const props = __props;
454
+
454
455
  // 组件容器Ref
455
456
  let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
456
457
 
@@ -643,7 +644,7 @@ const __default__ = {
643
644
  min: 0,
644
645
  max: 5,
645
646
  onInput: _cache[3] || (_cache[3] = $event => paramsChanged('brightness'))
646
- }, null, 8 /* PROPS */, ["modelValue"])]),
647
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
647
648
  _: 1 /* STABLE */
648
649
  }, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
649
650
  span: 6,
@@ -659,7 +660,7 @@ const __default__ = {
659
660
  step: 0.1,
660
661
  "controls-position": "right",
661
662
  onInput: _cache[5] || (_cache[5] = $event => paramsChanged('brightness'))
662
- }, null, 8 /* PROPS */, ["modelValue"])]),
663
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
663
664
  _: 1 /* STABLE */
664
665
  })]),
665
666
  _: 1 /* STABLE */
@@ -681,7 +682,7 @@ const __default__ = {
681
682
  min: 0,
682
683
  max: 5,
683
684
  onInput: _cache[7] || (_cache[7] = $event => paramsChanged('contrast'))
684
- }, null, 8 /* PROPS */, ["modelValue"])]),
685
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
685
686
  _: 1 /* STABLE */
686
687
  }, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
687
688
  span: 6,
@@ -697,7 +698,7 @@ const __default__ = {
697
698
  step: 0.1,
698
699
  "controls-position": "right",
699
700
  onInput: _cache[9] || (_cache[9] = $event => paramsChanged('contrast'))
700
- }, null, 8 /* PROPS */, ["modelValue"])]),
701
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
701
702
  _: 1 /* STABLE */
702
703
  })]),
703
704
  _: 1 /* STABLE */
@@ -719,7 +720,7 @@ const __default__ = {
719
720
  min: 0,
720
721
  max: 5,
721
722
  onInput: _cache[11] || (_cache[11] = $event => paramsChanged('tone'))
722
- }, null, 8 /* PROPS */, ["modelValue"])]),
723
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
723
724
  _: 1 /* STABLE */
724
725
  }, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
725
726
  span: 6,
@@ -735,7 +736,7 @@ const __default__ = {
735
736
  step: 0.1,
736
737
  "controls-position": "right",
737
738
  onInput: _cache[13] || (_cache[13] = $event => paramsChanged('tone'))
738
- }, null, 8 /* PROPS */, ["modelValue"])]),
739
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
739
740
  _: 1 /* STABLE */
740
741
  })]),
741
742
  _: 1 /* STABLE */
@@ -757,7 +758,7 @@ const __default__ = {
757
758
  min: 0,
758
759
  max: 5,
759
760
  onInput: _cache[15] || (_cache[15] = $event => paramsChanged('saturation'))
760
- }, null, 8 /* PROPS */, ["modelValue"])]),
761
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
761
762
  _: 1 /* STABLE */
762
763
  }, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
763
764
  span: 6,
@@ -773,7 +774,7 @@ const __default__ = {
773
774
  step: 0.1,
774
775
  "controls-position": "right",
775
776
  onInput: _cache[17] || (_cache[17] = $event => paramsChanged('saturation'))
776
- }, null, 8 /* PROPS */, ["modelValue"])]),
777
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
777
778
  _: 1 /* STABLE */
778
779
  })]),
779
780
  _: 1 /* STABLE */
@@ -795,7 +796,7 @@ const __default__ = {
795
796
  min: 0,
796
797
  max: 5,
797
798
  onInput: _cache[19] || (_cache[19] = $event => paramsChanged('gamma'))
798
- }, null, 8 /* PROPS */, ["modelValue"])]),
799
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
799
800
  _: 1 /* STABLE */
800
801
  }, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
801
802
  span: 6,
@@ -811,7 +812,7 @@ const __default__ = {
811
812
  step: 0.1,
812
813
  "controls-position": "right",
813
814
  onInput: _cache[21] || (_cache[21] = $event => paramsChanged('gamma'))
814
- }, null, 8 /* PROPS */, ["modelValue"])]),
815
+ }, null, 8 /* PROPS */, ["modelValue", "step"])]),
815
816
  _: 1 /* STABLE */
816
817
  })]),
817
818
  _: 1 /* STABLE */
@@ -524,7 +524,7 @@ const _hoisted_4 = {
524
524
  const __default__ = {
525
525
  name: "Kq3dModelProfileAnalysis"
526
526
  };
527
- /* harmony default export */ var ModelProfileAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
527
+ /* harmony default export */ var ModelProfileAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
528
528
  props: {
529
529
  // 设置参数
530
530
  settingParams: {
@@ -567,7 +567,11 @@ const __default__ = {
567
567
  setup(__props, {
568
568
  expose: __expose
569
569
  }) {
570
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
570
+ const props = __props;
571
+ const {
572
+ proxy
573
+ } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
574
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
571
575
  // 设置
572
576
  let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
573
577
  // 分析类
@@ -575,7 +579,7 @@ const __default__ = {
575
579
  // chart显示
576
580
  let resultCahrtVis = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
577
581
  // 获取组件传参
578
- const props = __props;
582
+
579
583
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
580
584
  perspectiveAngle: props.settingParams && props.settingParams.perspectiveAngle || 90,
581
585
  // 透视角度
@@ -335,7 +335,7 @@ class ModelSelectViewModel {
335
335
  var flag = false;
336
336
  var models = this._viewer.scene.primitives._primitives;
337
337
  for (let i = 0; i < models.length; i++) {
338
- if (models[i]._url) {
338
+ if (models[i]._url && models[i] instanceof Cesium.Cesium3DTileset) {
339
339
  flag = true;
340
340
  }
341
341
  }
@@ -390,7 +390,7 @@ const _hoisted_2 = {
390
390
  const __default__ = {
391
391
  name: "Kq3dModelSelect"
392
392
  };
393
- /* harmony default export */ var ModelSelectvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
393
+ /* harmony default export */ var ModelSelectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
394
394
  props: {
395
395
  // 外部字段别名映射
396
396
  aliasNameReflection: {
@@ -445,16 +445,20 @@ const __default__ = {
445
445
  setup(__props, {
446
446
  expose: __expose
447
447
  }) {
448
+ const props = __props;
448
449
  let layerNameTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
449
450
  // 属性值
450
451
  let tableData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
451
452
  //语言
452
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
453
+ const {
454
+ proxy
455
+ } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
456
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
453
457
  let viewModel = null;
454
458
  let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
455
459
 
456
460
  // 获取组件传参
457
- const props = __props;
461
+
458
462
  // 表格头样式
459
463
  let headClass = args => {
460
464
  return {
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"4.5.12-beta","homepage":"","keywords":["KQGIS","webGL","Vue"],"sdkNames":["@kq_npm/client_icons_vue"],"restrictedVersion":true,"validateSDK":true,"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","dependencies":{"save":"2.5.0","html2canvas":"1.4.1","papaparse":"5.4.1"}}
1
+ {"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"4.5.14","homepage":"","keywords":["KQGIS","webGL","Vue"],"sdkNames":["@kq_npm/client_icons_vue"],"restrictedVersion":true,"validateSDK":true,"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","dependencies":{"save":"2.5.0","html2canvas":"1.4.1","papaparse":"5.4.1"}}
@@ -458,7 +458,7 @@ const _hoisted_2 = {
458
458
  const __default__ = {
459
459
  name: "Kq3dParticleEffect"
460
460
  };
461
- /* harmony default export */ var ParticleEffectvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
461
+ /* harmony default export */ var ParticleEffectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
462
462
  props: {
463
463
  // 设置参数
464
464
  settingParams: {
@@ -501,15 +501,16 @@ const __default__ = {
501
501
  setup(__props, {
502
502
  expose: __expose
503
503
  }) {
504
+ const props = __props;
504
505
  const {
505
506
  proxy
506
507
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
507
508
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
508
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
509
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
509
510
  let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
510
511
 
511
512
  // 获取组件传参
512
- const props = __props;
513
+
513
514
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
514
515
  mode: props.settingParams && props.settingParams.mode || "flame",
515
516
  particleNum: props.settingParams && props.settingParams.particleNum || 40,
@@ -756,7 +757,7 @@ const __default__ = {
756
757
  min: 0.1,
757
758
  max: 5,
758
759
  onInput: _cache[7] || (_cache[7] = $event => paramsChanged('particleSize'))
759
- }, null, 8 /* PROPS */, ["modelValue"])]),
760
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
760
761
  _: 1 /* STABLE */
761
762
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
762
763
  span: 8
@@ -769,7 +770,7 @@ const __default__ = {
769
770
  max: 5,
770
771
  onInput: _cache[9] || (_cache[9] = $event => paramsChanged('particleSize')),
771
772
  "controls-position": "right"
772
- }, null, 8 /* PROPS */, ["modelValue"])]),
773
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
773
774
  _: 1 /* STABLE */
774
775
  })]),
775
776
  _: 1 /* STABLE */
@@ -796,7 +797,7 @@ const __default__ = {
796
797
  min: 0.1,
797
798
  max: 5,
798
799
  onInput: _cache[11] || (_cache[11] = $event => paramsChanged('minLifeCycle'))
799
- }, null, 8 /* PROPS */, ["modelValue"])]),
800
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
800
801
  _: 1 /* STABLE */
801
802
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
802
803
  span: 8
@@ -809,7 +810,7 @@ const __default__ = {
809
810
  max: 5,
810
811
  onInput: _cache[13] || (_cache[13] = $event => paramsChanged('minLifeCycle')),
811
812
  "controls-position": "right"
812
- }, null, 8 /* PROPS */, ["modelValue"])]),
813
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
813
814
  _: 1 /* STABLE */
814
815
  })]),
815
816
  _: 1 /* STABLE */
@@ -836,7 +837,7 @@ const __default__ = {
836
837
  min: 0.1,
837
838
  max: 5,
838
839
  onInput: _cache[15] || (_cache[15] = $event => paramsChanged('maxLifeCycle'))
839
- }, null, 8 /* PROPS */, ["modelValue"])]),
840
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
840
841
  _: 1 /* STABLE */
841
842
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
842
843
  span: 8
@@ -849,7 +850,7 @@ const __default__ = {
849
850
  max: 5,
850
851
  onInput: _cache[17] || (_cache[17] = $event => paramsChanged('maxLifeCycle')),
851
852
  "controls-position": "right"
852
- }, null, 8 /* PROPS */, ["modelValue"])]),
853
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
853
854
  _: 1 /* STABLE */
854
855
  })]),
855
856
  _: 1 /* STABLE */
@@ -956,7 +957,7 @@ const __default__ = {
956
957
  max: 10.0,
957
958
  step: 0.1,
958
959
  onInput: _cache[27] || (_cache[27] = $event => paramsChanged('startScale'))
959
- }, null, 8 /* PROPS */, ["modelValue"])]),
960
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
960
961
  _: 1 /* STABLE */
961
962
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
962
963
  span: 8
@@ -969,7 +970,7 @@ const __default__ = {
969
970
  step: 0.1,
970
971
  onInput: _cache[29] || (_cache[29] = $event => paramsChanged('startScale')),
971
972
  "controls-position": "right"
972
- }, null, 8 /* PROPS */, ["modelValue"])]),
973
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
973
974
  _: 1 /* STABLE */
974
975
  })]),
975
976
  _: 1 /* STABLE */
@@ -996,7 +997,7 @@ const __default__ = {
996
997
  max: 10.0,
997
998
  step: 0.1,
998
999
  onInput: _cache[31] || (_cache[31] = $event => paramsChanged('endScale'))
999
- }, null, 8 /* PROPS */, ["modelValue"])]),
1000
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1000
1001
  _: 1 /* STABLE */
1001
1002
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1002
1003
  span: 8
@@ -1009,7 +1010,7 @@ const __default__ = {
1009
1010
  step: 0.1,
1010
1011
  onInput: _cache[33] || (_cache[33] = $event => paramsChanged('endScale')),
1011
1012
  "controls-position": "right"
1012
- }, null, 8 /* PROPS */, ["modelValue"])]),
1013
+ }, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
1013
1014
  _: 1 /* STABLE */
1014
1015
  })]),
1015
1016
  _: 1 /* STABLE */
@@ -1036,7 +1037,7 @@ const __default__ = {
1036
1037
  min: 0.0,
1037
1038
  max: 10,
1038
1039
  onInput: _cache[35] || (_cache[35] = $event => paramsChanged('gravity'))
1039
- }, null, 8 /* PROPS */, ["modelValue"])]),
1040
+ }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
1040
1041
  _: 1 /* STABLE */
1041
1042
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1042
1043
  span: 8
@@ -1049,7 +1050,7 @@ const __default__ = {
1049
1050
  step: 0.1,
1050
1051
  onInput: _cache[37] || (_cache[37] = $event => paramsChanged('gravity')),
1051
1052
  "controls-position": "right"
1052
- }, null, 8 /* PROPS */, ["modelValue"])]),
1053
+ }, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
1053
1054
  _: 1 /* STABLE */
1054
1055
  })]),
1055
1056
  _: 1 /* STABLE */
@@ -455,7 +455,7 @@ const _hoisted_5 = {
455
455
  const __default__ = {
456
456
  name: "Kq3dPlaneClip"
457
457
  };
458
- /* harmony default export */ var PlaneClipvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
458
+ /* harmony default export */ var PlaneClipvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
459
459
  props: {
460
460
  // 设置参数
461
461
  settingParams: {
@@ -498,16 +498,17 @@ const __default__ = {
498
498
  setup(__props, {
499
499
  expose: __expose
500
500
  }) {
501
+ const props = __props;
501
502
  const {
502
503
  proxy
503
504
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
504
505
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
505
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
506
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
506
507
  let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
507
508
  let tiles = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
508
509
 
509
510
  // 获取组件传参
510
- const props = __props;
511
+
511
512
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
512
513
  tileset: props.settingParams && props.settingParams.tileset || null,
513
514
  clipDirection: props.settingParams && props.settingParams.clipDirection || 2,
@@ -231,7 +231,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
231
231
  const __default__ = {
232
232
  name: "Kq3dResetView"
233
233
  };
234
- /* harmony default export */ var ResetViewvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
234
+ /* harmony default export */ var ResetViewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
235
235
  props: {
236
236
  // 指定组件绑定的scence对象的div的id
237
237
  mapTarget: String,
@@ -247,7 +247,10 @@ const __default__ = {
247
247
  },
248
248
  setup(__props) {
249
249
  const props = __props;
250
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
250
+ const {
251
+ proxy
252
+ } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
253
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
251
254
  let viewModel = null;
252
255
  let btn = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
253
256
  // 国际化
package/roller/index.js CHANGED
@@ -229,9 +229,9 @@ var esnext_iterator_for_each_js_ = __webpack_require__(1058);
229
229
 
230
230
 
231
231
 
232
- /*
233
- * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
234
- * All rights reserved.
232
+ /*
233
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
234
+ * All rights reserved.
235
235
  */
236
236
  //卷帘逻辑类
237
237
  class RollerViewModel {
@@ -311,11 +311,14 @@ class RollerViewModel {
311
311
  initLayers() {
312
312
  let layers = this._layerManager.getLayerCheckedList();
313
313
  for (let i = 0; i < layers.length; i++) {
314
- this._layers.push({
315
- guid: layers[i].guid,
316
- name: layers[i].name,
317
- direction: 0
318
- });
314
+ let layer = this._layerManager.getLayerByGuid(layers[i].guid);
315
+ if (layer instanceof Cesium.ImageryLayer || layer instanceof Cesium.Cesium3DTileset) {
316
+ this._layers.push({
317
+ guid: layers[i].guid,
318
+ name: layers[i].name,
319
+ direction: 0
320
+ });
321
+ }
319
322
  }
320
323
  }
321
324
 
@@ -415,7 +418,7 @@ const _hoisted_2 = {
415
418
  const __default__ = {
416
419
  name: "Kq3dRoller"
417
420
  };
418
- /* harmony default export */ var Rollervue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
421
+ /* harmony default export */ var Rollervue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
419
422
  props: {
420
423
  showShadow: {
421
424
  type: Boolean,
@@ -453,10 +456,12 @@ const __default__ = {
453
456
  setup(__props, {
454
457
  expose: __expose
455
458
  }) {
456
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
457
-
458
- //获取组件传参
459
459
  const props = __props;
460
+ const {
461
+ proxy
462
+ } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
463
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
464
+ //获取组件传参
460
465
 
461
466
  // 表格头样式
462
467
  let headClass = args => {
@@ -717,7 +717,7 @@ const _hoisted_2 = {
717
717
  const __default__ = {
718
718
  name: "Kq3dScanEffect"
719
719
  };
720
- /* harmony default export */ var ScanEffectvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
720
+ /* harmony default export */ var ScanEffectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
721
721
  props: {
722
722
  // 设置参数
723
723
  settingParams: {
@@ -760,14 +760,14 @@ const __default__ = {
760
760
  setup(__props, {
761
761
  expose: __expose
762
762
  }) {
763
+ const props = __props;
763
764
  const {
764
765
  proxy
765
766
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
766
767
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
767
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
768
-
768
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
769
769
  // 获取组件传参
770
- const props = __props;
770
+
771
771
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
772
772
  scanningStyle: props.settingParams && props.settingParams.scanningStyle || 1,
773
773
  // 地形操作类型。1:线性扫描;2:环形扫描
@@ -1023,7 +1023,7 @@ const __default__ = {
1023
1023
  step: 0.1,
1024
1024
  "controls-position": "right",
1025
1025
  onInput: _cache[7] || (_cache[7] = $event => paramsChanged('lineSpeed'))
1026
- }, null, 8 /* PROPS */, ["modelValue"])]),
1026
+ }, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
1027
1027
  _: 1 /* STABLE */
1028
1028
  })]),
1029
1029
  _: 1 /* STABLE */
@@ -1050,7 +1050,7 @@ const __default__ = {
1050
1050
  max: 100,
1051
1051
  step: 0.1,
1052
1052
  onInput: _cache[9] || (_cache[9] = $event => paramsChanged('lineWidth'))
1053
- }, null, 8 /* PROPS */, ["modelValue"])]),
1053
+ }, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
1054
1054
  _: 1 /* STABLE */
1055
1055
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
1056
1056
  span: 8
@@ -517,7 +517,7 @@ const _hoisted_2 = {
517
517
  const __default__ = {
518
518
  name: "Kq3dSceneAdvancedToImage"
519
519
  };
520
- /* harmony default export */ var SceneAdvancedToImagevue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
520
+ /* harmony default export */ var SceneAdvancedToImagevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
521
521
  props: {
522
522
  // 设置参数
523
523
  settingParams: {
@@ -560,15 +560,16 @@ const __default__ = {
560
560
  setup(__props, {
561
561
  expose: __expose
562
562
  }) {
563
+ const props = __props;
563
564
  const {
564
565
  proxy
565
566
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
566
567
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
567
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
568
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
568
569
  let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("screenParameter");
569
570
 
570
571
  // 获取组件传参
571
- const props = __props;
572
+
572
573
  // 分析类
573
574
  let viewModel = null;
574
575
  // 参数