@kq_npm/client3d_webgl_vue 4.5.12-beta → 4.5.13

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 (50) hide show
  1. package/adddata/index.js +4 -1
  2. package/aspectanalysis/index.js +1 -1
  3. package/baseterraingallery/index.js +4 -1
  4. package/boxclip/index.js +1 -1
  5. package/clientPrint/index.js +240 -102
  6. package/comparemap/index.js +8 -2
  7. package/compass/index.js +4 -1
  8. package/excavatefillanalysis/index.js +1 -1
  9. package/fixedzoomin/index.js +4 -1
  10. package/fixedzoomout/index.js +4 -1
  11. package/flight/index.js +4 -1
  12. package/floodanalysis/index.js +4 -1
  13. package/geologicalbodyanalysis/index.js +1 -1
  14. package/gpuspatialquery/index.js +4 -1
  15. package/heatmap3d/index.js +1 -1
  16. package/index.js +239 -101
  17. package/isolineanalysis/index.js +1 -1
  18. package/light/index.js +1 -1
  19. package/limitheightanalysis/index.js +1 -1
  20. package/measure/index.js +4 -1
  21. package/modelFlat/index.js +4 -1
  22. package/modelexcavate/index.js +5 -2
  23. package/modelfilter/index.js +4 -4
  24. package/modelprofileanalysis/index.js +4 -1
  25. package/modelselect/index.js +5 -2
  26. package/package.json +1 -1
  27. package/particleeffect/index.js +1 -1
  28. package/planeclip/index.js +1 -1
  29. package/resetview/index.js +4 -1
  30. package/roller/index.js +15 -10
  31. package/scaneffect/index.js +1 -2
  32. package/sceneadvancedtoimage/index.js +1 -1
  33. package/sceneapp/index.js +19 -11
  34. package/sceneset/index.js +8 -8
  35. package/scenetohdimage/index.js +1 -1
  36. package/sceneview/index.js +240 -102
  37. package/screenshot/index.js +4 -1
  38. package/shadowanalysis/index.js +1 -1
  39. package/sightlineanalysis/index.js +4 -1
  40. package/skylineanalysis/index.js +4 -1
  41. package/slopeanalysis/index.js +1 -1
  42. package/slopeaspectanalysis/index.js +1 -1
  43. package/terrainoperation/index.js +1 -1
  44. package/terrainprofileanalysis/index.js +6 -6
  45. package/underground/index.js +2 -1
  46. package/videofusion/index.js +4 -1
  47. package/videoproject/index.js +4 -1
  48. package/viewshedanalysis/index.js +1 -1
  49. package/weathereffect/index.js +1 -1
  50. package/wireframesketch/index.js +6 -6
package/adddata/index.js CHANGED
@@ -1682,7 +1682,10 @@ const __default__ = {
1682
1682
  expose: __expose
1683
1683
  }) {
1684
1684
  let accept = ".zip,.geojson,.topojson,.json,.kml,.kmz,.czml,.csv,.xls,.xlsx,.txt,.dwg,.dfx";
1685
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
1685
+ const {
1686
+ proxy
1687
+ } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
1688
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
1686
1689
  let selectTypeIndex = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
1687
1690
 
1688
1691
  //URL服务支持的数据源类型
@@ -388,7 +388,7 @@ const __default__ = {
388
388
  proxy
389
389
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
390
390
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
391
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
391
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
392
392
 
393
393
  // 获取组件传参
394
394
  const props = __props;
@@ -363,8 +363,11 @@ const __default__ = {
363
363
  expose: __expose
364
364
  }) {
365
365
  const props = __props;
366
+ const {
367
+ proxy
368
+ } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
366
369
  //语言
367
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
370
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
368
371
  //地形选中值
369
372
  let currentIndex = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(2);
370
373
  let currentTerrain = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
package/boxclip/index.js CHANGED
@@ -514,7 +514,7 @@ const __default__ = {
514
514
  proxy
515
515
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
516
516
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
517
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
517
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
518
518
  let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
519
519
  let tiles = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
520
520