@kq_npm/client3d_webgl_vue 4.5.15 → 4.5.17-beta

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 (43) hide show
  1. package/adddata/index.js +4 -2
  2. package/aspectanalysis/index.js +3 -1
  3. package/boxclip/index.js +3 -1
  4. package/clientPrint/index.js +1796 -1740
  5. package/excavatefillanalysis/index.js +3 -1
  6. package/flight/index.js +3 -1
  7. package/floodanalysis/index.js +3 -1
  8. package/geologicalbodyanalysis/index.js +3 -1
  9. package/gpuspatialquery/index.js +3 -1
  10. package/heatmap3d/index.js +3 -1
  11. package/index.js +166 -134
  12. package/isolineanalysis/index.js +3 -1
  13. package/light/index.js +3 -1
  14. package/limitheightanalysis/index.js +3 -1
  15. package/measure/index.js +256 -233
  16. package/modelFlat/index.js +3 -1
  17. package/modelexcavate/index.js +3 -1
  18. package/modelfilter/index.js +3 -1
  19. package/modelprofileanalysis/index.js +3 -1
  20. package/modelselect/index.js +3 -1
  21. package/package.json +1 -1
  22. package/particleeffect/index.js +3 -1
  23. package/planeclip/index.js +3 -1
  24. package/roller/index.js +3 -1
  25. package/scaneffect/index.js +3 -1
  26. package/sceneadvancedtoimage/index.js +4 -2
  27. package/sceneapp/index.js +1053 -27
  28. package/sceneset/index.js +10 -8
  29. package/scenetohdimage/index.js +3 -1
  30. package/sceneview/index.js +1796 -1740
  31. package/screenshot/index.js +3 -1
  32. package/shadowanalysis/index.js +3 -1
  33. package/sightlineanalysis/index.js +3 -1
  34. package/skylineanalysis/index.js +3 -1
  35. package/slopeanalysis/index.js +3 -1
  36. package/slopeaspectanalysis/index.js +3 -1
  37. package/terrainoperation/index.js +3 -1
  38. package/terrainprofileanalysis/index.js +3 -1
  39. package/videofusion/index.js +3 -1
  40. package/videoproject/index.js +3 -1
  41. package/viewshedanalysis/index.js +3 -1
  42. package/weathereffect/index.js +3 -1
  43. package/wireframesketch/index.js +3 -1
package/adddata/index.js CHANGED
@@ -1875,7 +1875,7 @@ const __default__ = {
1875
1875
  description: language.value.imagertyCZMLdescription
1876
1876
  }*/];
1877
1877
  if (props.hideServiceTypes) {
1878
- let indexList = props.hideServiceTypes.split(',');
1878
+ let indexList = props.hideServiceTypes.split(",");
1879
1879
  for (let i = types.length - 1; i >= 0; i--) {
1880
1880
  if (indexList.includes(i.toString())) {
1881
1881
  types.splice(i, 1);
@@ -1891,7 +1891,9 @@ const __default__ = {
1891
1891
  });
1892
1892
  watchCreateHeaderTemp();
1893
1893
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
1894
- watchCreateHeaderTemp();
1894
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
1895
+ watchCreateHeaderTemp();
1896
+ });
1895
1897
  });
1896
1898
  gis_utils_.utils.getWebMap(null, scenceView => {
1897
1899
  if (scenceView) {
@@ -436,7 +436,9 @@ const __default__ = {
436
436
  });
437
437
  watchCreateHeaderTemp();
438
438
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
439
- watchCreateHeaderTemp();
439
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
440
+ watchCreateHeaderTemp();
441
+ });
440
442
  });
441
443
  currentLang.value = proxy.$i18n.locale; // 获取当前语言
442
444
  gis_utils_.utils.getWebMap(null, scenceView => {
package/boxclip/index.js CHANGED
@@ -560,7 +560,9 @@ const __default__ = {
560
560
  });
561
561
  watchCreateHeaderTemp();
562
562
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
563
- watchCreateHeaderTemp();
563
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
564
+ watchCreateHeaderTemp();
565
+ });
564
566
  });
565
567
  currentLang.value = proxy.$i18n.locale; // 获取当前语言
566
568
  //父组 件ScenceView初始化完成后执行