@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.
- package/adddata/index.js +4 -1
- package/aspectanalysis/index.js +1 -1
- package/baseterraingallery/index.js +4 -1
- package/boxclip/index.js +1 -1
- package/clientPrint/index.js +240 -102
- package/comparemap/index.js +8 -2
- package/compass/index.js +4 -1
- package/excavatefillanalysis/index.js +1 -1
- package/fixedzoomin/index.js +4 -1
- package/fixedzoomout/index.js +4 -1
- package/flight/index.js +4 -1
- package/floodanalysis/index.js +4 -1
- package/geologicalbodyanalysis/index.js +1 -1
- package/gpuspatialquery/index.js +4 -1
- package/heatmap3d/index.js +1 -1
- package/index.js +239 -101
- package/isolineanalysis/index.js +1 -1
- package/light/index.js +1 -1
- package/limitheightanalysis/index.js +1 -1
- package/measure/index.js +4 -1
- package/modelFlat/index.js +4 -1
- package/modelexcavate/index.js +5 -2
- package/modelfilter/index.js +4 -4
- package/modelprofileanalysis/index.js +4 -1
- package/modelselect/index.js +5 -2
- package/package.json +1 -1
- package/particleeffect/index.js +1 -1
- package/planeclip/index.js +1 -1
- package/resetview/index.js +4 -1
- package/roller/index.js +15 -10
- package/scaneffect/index.js +1 -2
- package/sceneadvancedtoimage/index.js +1 -1
- package/sceneapp/index.js +19 -11
- package/sceneset/index.js +8 -8
- package/scenetohdimage/index.js +1 -1
- package/sceneview/index.js +240 -102
- package/screenshot/index.js +4 -1
- package/shadowanalysis/index.js +1 -1
- package/sightlineanalysis/index.js +4 -1
- package/skylineanalysis/index.js +4 -1
- package/slopeanalysis/index.js +1 -1
- package/slopeaspectanalysis/index.js +1 -1
- package/terrainoperation/index.js +1 -1
- package/terrainprofileanalysis/index.js +6 -6
- package/underground/index.js +2 -1
- package/videofusion/index.js +4 -1
- package/videoproject/index.js +4 -1
- package/viewshedanalysis/index.js +1 -1
- package/weathereffect/index.js +1 -1
- 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
|
-
|
|
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服务支持的数据源类型
|
package/aspectanalysis/index.js
CHANGED
|
@@ -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
|
|