@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/comparemap/index.js
CHANGED
|
@@ -354,7 +354,10 @@ const __default__ = {
|
|
|
354
354
|
let selectedLayers = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 图层树选中值
|
|
355
355
|
let layerTreeData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 图层树选项数据
|
|
356
356
|
let preCheckedKeys = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 记录上次图层树选中值
|
|
357
|
-
|
|
357
|
+
const {
|
|
358
|
+
proxy
|
|
359
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
360
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
358
361
|
|
|
359
362
|
/**
|
|
360
363
|
* 勾选图层逻辑
|
|
@@ -479,7 +482,10 @@ const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
|
479
482
|
}) {
|
|
480
483
|
const props = __props;
|
|
481
484
|
let offsetTop = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("auto");
|
|
482
|
-
|
|
485
|
+
const {
|
|
486
|
+
proxy
|
|
487
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
488
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
483
489
|
let btnShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 分屏返回按钮
|
|
484
490
|
let emit = __emit;
|
|
485
491
|
let viewModel = null;
|
package/compass/index.js
CHANGED
|
@@ -287,7 +287,10 @@ const __default__ = {
|
|
|
287
287
|
},
|
|
288
288
|
setup(__props) {
|
|
289
289
|
const props = __props;
|
|
290
|
-
|
|
290
|
+
const {
|
|
291
|
+
proxy
|
|
292
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
293
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
291
294
|
let viewModel = null;
|
|
292
295
|
let heading = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
293
296
|
// 国际化
|
|
@@ -436,7 +436,7 @@ const __default__ = {
|
|
|
436
436
|
proxy
|
|
437
437
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
438
438
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
439
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
439
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
440
440
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
441
441
|
let showResult = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
442
442
|
let result = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
package/fixedzoomin/index.js
CHANGED
|
@@ -292,7 +292,10 @@ const __default__ = {
|
|
|
292
292
|
},
|
|
293
293
|
setup(__props) {
|
|
294
294
|
const props = __props;
|
|
295
|
-
|
|
295
|
+
const {
|
|
296
|
+
proxy
|
|
297
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
298
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
296
299
|
let viewModel = null;
|
|
297
300
|
let btn = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
298
301
|
// 国际化
|
package/fixedzoomout/index.js
CHANGED
|
@@ -292,7 +292,10 @@ const __default__ = {
|
|
|
292
292
|
},
|
|
293
293
|
setup(__props) {
|
|
294
294
|
const props = __props;
|
|
295
|
-
|
|
295
|
+
const {
|
|
296
|
+
proxy
|
|
297
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
298
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
296
299
|
let viewModel = null;
|
|
297
300
|
let btn = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
298
301
|
// 国际化
|
package/flight/index.js
CHANGED
|
@@ -481,7 +481,10 @@ const __default__ = {
|
|
|
481
481
|
expose: __expose
|
|
482
482
|
}) {
|
|
483
483
|
const props = __props;
|
|
484
|
-
|
|
484
|
+
const {
|
|
485
|
+
proxy
|
|
486
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
487
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
485
488
|
let isAdd = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
486
489
|
let isEdit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
487
490
|
let pathList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
package/floodanalysis/index.js
CHANGED
|
@@ -542,7 +542,10 @@ const __default__ = {
|
|
|
542
542
|
setup(__props, {
|
|
543
543
|
expose: __expose
|
|
544
544
|
}) {
|
|
545
|
-
|
|
545
|
+
const {
|
|
546
|
+
proxy
|
|
547
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
548
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
546
549
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
547
550
|
// 淹没色调图片
|
|
548
551
|
const colorImages = [{
|
|
@@ -482,7 +482,7 @@ const __default__ = {
|
|
|
482
482
|
proxy
|
|
483
483
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
484
484
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
485
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
485
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
486
486
|
let geologys = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
487
487
|
|
|
488
488
|
// 获取组件传参
|
package/gpuspatialquery/index.js
CHANGED
|
@@ -594,7 +594,10 @@ const __default__ = {
|
|
|
594
594
|
setup(__props, {
|
|
595
595
|
expose: __expose
|
|
596
596
|
}) {
|
|
597
|
-
|
|
597
|
+
const {
|
|
598
|
+
proxy
|
|
599
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
600
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
598
601
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
599
602
|
|
|
600
603
|
// 获取组件传参
|
package/heatmap3d/index.js
CHANGED
|
@@ -1323,7 +1323,7 @@ const __default__ = {
|
|
|
1323
1323
|
proxy
|
|
1324
1324
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
1325
1325
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
1326
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
1326
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
1327
1327
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
1328
1328
|
let weightFields = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
1329
1329
|
// 获取组件传参
|