@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.
- package/adddata/index.js +7 -3
- package/aspectanalysis/index.js +4 -3
- package/baseterraingallery/index.js +5 -2
- package/boxclip/index.js +15 -14
- package/clientPrint/index.js +1093 -664
- package/comparemap/index.js +13 -7
- package/compass/index.js +5 -2
- package/excavatefillanalysis/index.js +4 -3
- package/fixedzoomin/index.js +5 -2
- package/fixedzoomout/index.js +5 -2
- package/flight/index.js +5 -2
- package/floodanalysis/index.js +9 -5
- package/geologicalbodyanalysis/index.js +6 -5
- package/gpuspatialquery/index.js +9 -5
- package/hawkeye/index.js +3 -2
- package/headertemp/index.js +2 -2
- package/heatmap3d/index.js +23 -21
- package/index.js +1089 -660
- package/isolineanalysis/index.js +47 -44
- package/light/index.js +12 -11
- package/limitheightanalysis/index.js +4 -3
- package/measure/index.js +6 -3
- package/modelFlat/index.js +7 -3
- package/modelexcavate/index.js +8 -4
- package/modelfilter/index.js +17 -16
- package/modelprofileanalysis/index.js +7 -3
- package/modelselect/index.js +8 -4
- package/package.json +1 -1
- package/particleeffect/index.js +16 -15
- package/planeclip/index.js +4 -3
- package/resetview/index.js +5 -2
- package/roller/index.js +17 -12
- package/scaneffect/index.js +6 -6
- package/sceneadvancedtoimage/index.js +4 -3
- package/sceneapp/index.js +506 -260
- package/sceneset/index.js +31 -30
- package/scenetohdimage/index.js +6 -5
- package/sceneview/index.js +1093 -664
- package/screenshot/index.js +7 -3
- package/shadowanalysis/index.js +17 -14
- package/sightlineanalysis/index.js +10 -6
- package/skylineanalysis/index.js +9 -5
- package/slopeanalysis/index.js +18 -14
- package/slopeaspectanalysis/index.js +18 -14
- package/statusbar/index.js +1 -1
- package/terrainoperation/index.js +4 -3
- package/terrainprofileanalysis/index.js +9 -8
- package/underground/index.js +7 -5
- package/videofusion/index.js +16 -12
- package/videoproject/index.js +14 -10
- package/viewshedanalysis/index.js +4 -3
- package/weathereffect/index.js +12 -11
- package/wireframesketch/index.js +9 -8
package/clientPrint/index.js
CHANGED
|
@@ -1744,7 +1744,7 @@ const _hoisted_12 = {
|
|
|
1744
1744
|
const __default__ = {
|
|
1745
1745
|
name: "Kq3dAddData"
|
|
1746
1746
|
};
|
|
1747
|
-
/* harmony default export */ var AddDatavue_type_script_setup_true_lang_js = (
|
|
1747
|
+
/* harmony default export */ var AddDatavue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
1748
1748
|
props: {
|
|
1749
1749
|
// 是否显示阴影
|
|
1750
1750
|
showShadow: {
|
|
@@ -1816,8 +1816,12 @@ const __default__ = {
|
|
|
1816
1816
|
setup(__props, {
|
|
1817
1817
|
expose: __expose
|
|
1818
1818
|
}) {
|
|
1819
|
+
const props = __props;
|
|
1819
1820
|
let accept = ".zip,.geojson,.topojson,.json,.kml,.kmz,.czml,.csv,.xls,.xlsx,.txt,.dwg,.dfx";
|
|
1820
|
-
|
|
1821
|
+
const {
|
|
1822
|
+
proxy
|
|
1823
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
1824
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
1821
1825
|
let selectTypeIndex = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
1822
1826
|
|
|
1823
1827
|
//URL服务支持的数据源类型
|
|
@@ -1834,7 +1838,7 @@ const __default__ = {
|
|
|
1834
1838
|
let loadingFile = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
1835
1839
|
|
|
1836
1840
|
// 获取组件传参
|
|
1837
|
-
|
|
1841
|
+
|
|
1838
1842
|
let operatorArray = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.computed)(() => {
|
|
1839
1843
|
let array = [];
|
|
1840
1844
|
let list = [...fileList.value];
|
|
@@ -2469,7 +2473,7 @@ const _hoisted_2 = {
|
|
|
2469
2473
|
const __default__ = {
|
|
2470
2474
|
name: "Kq3dAspectAnalysis"
|
|
2471
2475
|
};
|
|
2472
|
-
/* harmony default export */ var AspectAnalysisvue_type_script_setup_true_lang_js = (
|
|
2476
|
+
/* harmony default export */ var AspectAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
2473
2477
|
props: {
|
|
2474
2478
|
// 设置参数
|
|
2475
2479
|
settingParams: {
|
|
@@ -2512,14 +2516,15 @@ const __default__ = {
|
|
|
2512
2516
|
setup(__props, {
|
|
2513
2517
|
expose: __expose
|
|
2514
2518
|
}) {
|
|
2519
|
+
const props = __props;
|
|
2515
2520
|
const {
|
|
2516
2521
|
proxy
|
|
2517
2522
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
2518
2523
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
2519
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
2524
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
2520
2525
|
|
|
2521
2526
|
// 获取组件传参
|
|
2522
|
-
|
|
2527
|
+
|
|
2523
2528
|
// 分析类
|
|
2524
2529
|
let viewModel = null;
|
|
2525
2530
|
// 默认参数
|
|
@@ -2942,7 +2947,7 @@ const _hoisted_10 = {
|
|
|
2942
2947
|
const __default__ = {
|
|
2943
2948
|
name: "Kq3dBaseterrainGallery"
|
|
2944
2949
|
};
|
|
2945
|
-
/* harmony default export */ var BaseterrainGalleryvue_type_script_setup_true_lang_js = (
|
|
2950
|
+
/* harmony default export */ var BaseterrainGalleryvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
2946
2951
|
props: {
|
|
2947
2952
|
selectIndex: {
|
|
2948
2953
|
type: Number,
|
|
@@ -2985,8 +2990,11 @@ const __default__ = {
|
|
|
2985
2990
|
expose: __expose
|
|
2986
2991
|
}) {
|
|
2987
2992
|
const props = __props;
|
|
2993
|
+
const {
|
|
2994
|
+
proxy
|
|
2995
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
2988
2996
|
//语言
|
|
2989
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
2997
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
2990
2998
|
//地形选中值
|
|
2991
2999
|
let currentIndex = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(2);
|
|
2992
3000
|
let currentTerrain = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
@@ -3403,7 +3411,7 @@ const _hoisted_4 = {
|
|
|
3403
3411
|
const __default__ = {
|
|
3404
3412
|
name: "Kq3dBoxClip"
|
|
3405
3413
|
};
|
|
3406
|
-
/* harmony default export */ var BoxClipvue_type_script_setup_true_lang_js = (
|
|
3414
|
+
/* harmony default export */ var BoxClipvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
3407
3415
|
props: {
|
|
3408
3416
|
// 设置参数
|
|
3409
3417
|
settingParams: {
|
|
@@ -3446,16 +3454,17 @@ const __default__ = {
|
|
|
3446
3454
|
setup(__props, {
|
|
3447
3455
|
expose: __expose
|
|
3448
3456
|
}) {
|
|
3457
|
+
const props = __props;
|
|
3449
3458
|
const {
|
|
3450
3459
|
proxy
|
|
3451
3460
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
3452
3461
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
3453
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
3462
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
3454
3463
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
3455
3464
|
let tiles = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
3456
3465
|
|
|
3457
3466
|
// 获取组件传参
|
|
3458
|
-
|
|
3467
|
+
|
|
3459
3468
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
3460
3469
|
tileset: props.settingParams && props.settingParams.tileset || null,
|
|
3461
3470
|
unionClippingRegions: props.settingParams && props.settingParams.unionClippingRegions !== undefined || false,
|
|
@@ -3755,7 +3764,7 @@ const __default__ = {
|
|
|
3755
3764
|
min: -40.0,
|
|
3756
3765
|
max: 40,
|
|
3757
3766
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('xDistance'))
|
|
3758
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
3767
|
+
}, null, 8 /* PROPS */, ["modelValue", "min"])]),
|
|
3759
3768
|
_: 1 /* STABLE */
|
|
3760
3769
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
3761
3770
|
span: 8
|
|
@@ -3795,7 +3804,7 @@ const __default__ = {
|
|
|
3795
3804
|
min: -40.0,
|
|
3796
3805
|
max: 40,
|
|
3797
3806
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('yDistance'))
|
|
3798
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
3807
|
+
}, null, 8 /* PROPS */, ["modelValue", "min"])]),
|
|
3799
3808
|
_: 1 /* STABLE */
|
|
3800
3809
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
3801
3810
|
span: 8
|
|
@@ -3808,7 +3817,7 @@ const __default__ = {
|
|
|
3808
3817
|
step: 1,
|
|
3809
3818
|
"controls-position": "right",
|
|
3810
3819
|
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('yDistance'))
|
|
3811
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
3820
|
+
}, null, 8 /* PROPS */, ["modelValue", "min"])]),
|
|
3812
3821
|
_: 1 /* STABLE */
|
|
3813
3822
|
})]),
|
|
3814
3823
|
_: 1 /* STABLE */
|
|
@@ -3835,7 +3844,7 @@ const __default__ = {
|
|
|
3835
3844
|
min: -40.0,
|
|
3836
3845
|
max: 40,
|
|
3837
3846
|
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('zDistance'))
|
|
3838
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
3847
|
+
}, null, 8 /* PROPS */, ["modelValue", "min"])]),
|
|
3839
3848
|
_: 1 /* STABLE */
|
|
3840
3849
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
3841
3850
|
span: 8
|
|
@@ -3848,7 +3857,7 @@ const __default__ = {
|
|
|
3848
3857
|
step: 1,
|
|
3849
3858
|
"controls-position": "right",
|
|
3850
3859
|
onInput: _cache[21] || (_cache[21] = $event => paramsChanged('zDistance'))
|
|
3851
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
3860
|
+
}, null, 8 /* PROPS */, ["modelValue", "min"])]),
|
|
3852
3861
|
_: 1 /* STABLE */
|
|
3853
3862
|
})]),
|
|
3854
3863
|
_: 1 /* STABLE */
|
|
@@ -3875,7 +3884,7 @@ const __default__ = {
|
|
|
3875
3884
|
min: 0,
|
|
3876
3885
|
max: 50,
|
|
3877
3886
|
onInput: _cache[23] || (_cache[23] = $event => paramsChanged('clipLength'))
|
|
3878
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
3887
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
3879
3888
|
_: 1 /* STABLE */
|
|
3880
3889
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
3881
3890
|
span: 8
|
|
@@ -3888,7 +3897,7 @@ const __default__ = {
|
|
|
3888
3897
|
step: 0.1,
|
|
3889
3898
|
"controls-position": "right",
|
|
3890
3899
|
onInput: _cache[25] || (_cache[25] = $event => paramsChanged('clipLength'))
|
|
3891
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
3900
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
3892
3901
|
_: 1 /* STABLE */
|
|
3893
3902
|
})]),
|
|
3894
3903
|
_: 1 /* STABLE */
|
|
@@ -3915,7 +3924,7 @@ const __default__ = {
|
|
|
3915
3924
|
min: 0,
|
|
3916
3925
|
max: 50,
|
|
3917
3926
|
onInput: _cache[27] || (_cache[27] = $event => paramsChanged('clipWidth'))
|
|
3918
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
3927
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
3919
3928
|
_: 1 /* STABLE */
|
|
3920
3929
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
3921
3930
|
span: 8
|
|
@@ -3928,7 +3937,7 @@ const __default__ = {
|
|
|
3928
3937
|
max: 50,
|
|
3929
3938
|
"controls-position": "right",
|
|
3930
3939
|
onInput: _cache[29] || (_cache[29] = $event => paramsChanged('clipWidth'))
|
|
3931
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
3940
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
3932
3941
|
_: 1 /* STABLE */
|
|
3933
3942
|
})]),
|
|
3934
3943
|
_: 1 /* STABLE */
|
|
@@ -3955,7 +3964,7 @@ const __default__ = {
|
|
|
3955
3964
|
min: 0,
|
|
3956
3965
|
max: 10,
|
|
3957
3966
|
onInput: _cache[31] || (_cache[31] = $event => paramsChanged('clipHeight'))
|
|
3958
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
3967
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
3959
3968
|
_: 1 /* STABLE */
|
|
3960
3969
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
3961
3970
|
span: 8
|
|
@@ -3968,7 +3977,7 @@ const __default__ = {
|
|
|
3968
3977
|
max: 10,
|
|
3969
3978
|
"controls-position": "right",
|
|
3970
3979
|
onInput: _cache[33] || (_cache[33] = $event => paramsChanged('clipHeight'))
|
|
3971
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
3980
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
3972
3981
|
_: 1 /* STABLE */
|
|
3973
3982
|
})]),
|
|
3974
3983
|
_: 1 /* STABLE */
|
|
@@ -4387,20 +4396,22 @@ const _hoisted_38 = {
|
|
|
4387
4396
|
key: 0,
|
|
4388
4397
|
class: "lengendTitle"
|
|
4389
4398
|
};
|
|
4390
|
-
const _hoisted_39 =
|
|
4399
|
+
const _hoisted_39 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "图例", -1 /* HOISTED */);
|
|
4400
|
+
const _hoisted_40 = [_hoisted_39];
|
|
4401
|
+
const _hoisted_41 = {
|
|
4391
4402
|
class: "legend-panel"
|
|
4392
4403
|
};
|
|
4393
|
-
const
|
|
4394
|
-
const
|
|
4395
|
-
const
|
|
4396
|
-
const
|
|
4397
|
-
const
|
|
4404
|
+
const _hoisted_42 = ["src"];
|
|
4405
|
+
const _hoisted_43 = ["id"];
|
|
4406
|
+
const _hoisted_44 = ["onClick"];
|
|
4407
|
+
const _hoisted_45 = ["src", "width", "height"];
|
|
4408
|
+
const _hoisted_46 = {
|
|
4398
4409
|
class: "kq3d-client-print-infomationContainer"
|
|
4399
4410
|
};
|
|
4400
|
-
const
|
|
4411
|
+
const _hoisted_47 = {
|
|
4401
4412
|
class: "kq3d-client-print-companyName"
|
|
4402
4413
|
};
|
|
4403
|
-
const
|
|
4414
|
+
const _hoisted_48 = {
|
|
4404
4415
|
class: "kq3d-client-print-systemTime"
|
|
4405
4416
|
};
|
|
4406
4417
|
|
|
@@ -4415,7 +4426,7 @@ const _hoisted_46 = {
|
|
|
4415
4426
|
const __default__ = {
|
|
4416
4427
|
name: "Kq3dClientPrint"
|
|
4417
4428
|
};
|
|
4418
|
-
/* harmony default export */ var ClientPrintvue_type_script_setup_true_lang_js = (
|
|
4429
|
+
/* harmony default export */ var ClientPrintvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
4419
4430
|
props: {
|
|
4420
4431
|
// 每个地图相关组件的必须参数 非必传 指定组件绑定的map对象的div的id
|
|
4421
4432
|
mapTarget: String,
|
|
@@ -4475,7 +4486,11 @@ const __default__ = {
|
|
|
4475
4486
|
setup(__props, {
|
|
4476
4487
|
expose: __expose
|
|
4477
4488
|
}) {
|
|
4478
|
-
|
|
4489
|
+
const props = __props;
|
|
4490
|
+
const {
|
|
4491
|
+
proxy
|
|
4492
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
4493
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
4479
4494
|
let {
|
|
4480
4495
|
locale,
|
|
4481
4496
|
messages
|
|
@@ -4486,7 +4501,7 @@ const __default__ = {
|
|
|
4486
4501
|
setFooterDataform.value["companyName"] = props.companyName || language.value.comapanyname;
|
|
4487
4502
|
systemTime.value = newVal == "zh" ? getSystemIime() : getSystemEnTime();
|
|
4488
4503
|
});
|
|
4489
|
-
|
|
4504
|
+
|
|
4490
4505
|
// 标题的数据
|
|
4491
4506
|
let setTitleDataform = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({
|
|
4492
4507
|
style: {
|
|
@@ -5756,27 +5771,27 @@ const __default__ = {
|
|
|
5756
5771
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5757
5772
|
value: "A2"
|
|
5758
5773
|
}, {
|
|
5759
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
5774
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A2")]),
|
|
5760
5775
|
_: 1 /* STABLE */
|
|
5761
5776
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5762
5777
|
value: "A3"
|
|
5763
5778
|
}, {
|
|
5764
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
5779
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A3")]),
|
|
5765
5780
|
_: 1 /* STABLE */
|
|
5766
5781
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5767
5782
|
value: "A4"
|
|
5768
5783
|
}, {
|
|
5769
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
5784
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A4")]),
|
|
5770
5785
|
_: 1 /* STABLE */
|
|
5771
5786
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5772
5787
|
value: "A5"
|
|
5773
5788
|
}, {
|
|
5774
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
5789
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A5")]),
|
|
5775
5790
|
_: 1 /* STABLE */
|
|
5776
5791
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5777
5792
|
value: "A6"
|
|
5778
5793
|
}, {
|
|
5779
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
5794
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A6")]),
|
|
5780
5795
|
_: 1 /* STABLE */
|
|
5781
5796
|
})]),
|
|
5782
5797
|
_: 1 /* STABLE */
|
|
@@ -5822,12 +5837,12 @@ const __default__ = {
|
|
|
5822
5837
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5823
5838
|
value: "png"
|
|
5824
5839
|
}, {
|
|
5825
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
5840
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("png")]),
|
|
5826
5841
|
_: 1 /* STABLE */
|
|
5827
5842
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5828
5843
|
value: "jpg"
|
|
5829
5844
|
}, {
|
|
5830
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
5845
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("jpg")]),
|
|
5831
5846
|
_: 1 /* STABLE */
|
|
5832
5847
|
})]),
|
|
5833
5848
|
_: 1 /* STABLE */
|
|
@@ -5962,7 +5977,7 @@ const __default__ = {
|
|
|
5962
5977
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
5963
5978
|
span: 2
|
|
5964
5979
|
}, {
|
|
5965
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
5980
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ")]),
|
|
5966
5981
|
_: 1 /* STABLE */
|
|
5967
5982
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
5968
5983
|
span: 6
|
|
@@ -6181,7 +6196,7 @@ const __default__ = {
|
|
|
6181
6196
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
6182
6197
|
span: 2
|
|
6183
6198
|
}, {
|
|
6184
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
6199
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ")]),
|
|
6185
6200
|
_: 1 /* STABLE */
|
|
6186
6201
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
6187
6202
|
span: 6
|
|
@@ -6535,19 +6550,19 @@ const __default__ = {
|
|
|
6535
6550
|
ref_key: "lengend_ref",
|
|
6536
6551
|
ref: lengend_ref,
|
|
6537
6552
|
class: "kq-legend-box"
|
|
6538
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(legendList).value && (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(legendList).value.length > 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_38,
|
|
6539
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)(((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
6553
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(legendList).value && (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(legendList).value.length > 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_38, _hoisted_40)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-space direction=\"vertical\" alignment=\"flex-start\"> "), ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(legendList).value, legend => {
|
|
6554
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)(((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_41, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
6540
6555
|
src: legend.src,
|
|
6541
6556
|
style: {
|
|
6542
6557
|
"padding-right": "8px"
|
|
6543
6558
|
}
|
|
6544
|
-
}, null, 8 /* PROPS */,
|
|
6545
|
-
}), 256 /* UNKEYED_FRAGMENT */)), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" </kq-space> ")], 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 32 /*
|
|
6559
|
+
}, null, 8 /* PROPS */, _hoisted_42), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("label", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(legend.legendName), 1 /* TEXT */)], 512 /* NEED_PATCH */)), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, legend.isShow]]);
|
|
6560
|
+
}), 256 /* UNKEYED_FRAGMENT */)), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" </kq-space> ")], 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 32 /* HYDRATE_EVENTS */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("指北针"), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
6546
6561
|
class: "kq3d-client-print-compassDiv",
|
|
6547
6562
|
onMouseover: setdragCursor,
|
|
6548
6563
|
onMousedown: dragTl,
|
|
6549
6564
|
id: "divcompassDiv"
|
|
6550
|
-
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(components/* Kq3dCompass */.dz))], 544 /*
|
|
6565
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(components/* Kq3dCompass */.dz))], 544 /* HYDRATE_EVENTS, NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(compassShow)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" 文本标注 "), ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setLabelData).value, item => {
|
|
6551
6566
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)(((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", {
|
|
6552
6567
|
id: item.data.dataId,
|
|
6553
6568
|
key: item.data.dataId,
|
|
@@ -6575,7 +6590,7 @@ const __default__ = {
|
|
|
6575
6590
|
}, {
|
|
6576
6591
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.Close))]),
|
|
6577
6592
|
_: 1 /* STABLE */
|
|
6578
|
-
}, 8 /* PROPS */, ["title"])], 8 /* PROPS */,
|
|
6593
|
+
}, 8 /* PROPS */, ["title"])], 8 /* PROPS */, _hoisted_44)], 40 /* PROPS, HYDRATE_EVENTS */, _hoisted_43)), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, item.data.isShow]]);
|
|
6579
6594
|
}), 128 /* KEYED_FRAGMENT */)), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("图片"), ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(fileList).value, item => {
|
|
6580
6595
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", {
|
|
6581
6596
|
key: item.uid,
|
|
@@ -6587,10 +6602,10 @@ const __default__ = {
|
|
|
6587
6602
|
alt: "",
|
|
6588
6603
|
width: item.width,
|
|
6589
6604
|
height: item.height
|
|
6590
|
-
}, null, 8 /* PROPS */,
|
|
6605
|
+
}, null, 8 /* PROPS */, _hoisted_45)], 32 /* HYDRATE_EVENTS */);
|
|
6591
6606
|
}), 128 /* KEYED_FRAGMENT */))]),
|
|
6592
6607
|
_: 1 /* STABLE */
|
|
6593
|
-
}, 8 /* PROPS */, ["options", "service", "scenceInfo", "showToolButtons", "defaultShowLayerNames", "toolButtonsPosition", "showLogo"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 512 /* NEED_PATCH */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
6608
|
+
}, 8 /* PROPS */, ["options", "service", "scenceInfo", "showToolButtons", "defaultShowLayerNames", "toolButtonsPosition", "showLogo"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 512 /* NEED_PATCH */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_46, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_47, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printcompany) + ":" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(setFooterDataform).companyName), 1 /* TEXT */)]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_48, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).printdate) + ":" + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(systemTime)), 1 /* TEXT */)])])], 512 /* NEED_PATCH */)]),
|
|
6594
6609
|
_: 1 /* STABLE */
|
|
6595
6610
|
})], 512 /* NEED_PATCH */)], 512 /* NEED_PATCH */);
|
|
6596
6611
|
};
|
|
@@ -6770,7 +6785,7 @@ const _hoisted_1 = {
|
|
|
6770
6785
|
const __default__ = {
|
|
6771
6786
|
name: "Kq3dCompareMapTree"
|
|
6772
6787
|
};
|
|
6773
|
-
/* harmony default export */ var CompareMapTreevue_type_script_setup_true_lang_js = (
|
|
6788
|
+
/* harmony default export */ var CompareMapTreevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
6774
6789
|
props: {
|
|
6775
6790
|
index: Number,
|
|
6776
6791
|
setLayerState: {
|
|
@@ -6782,11 +6797,14 @@ const __default__ = {
|
|
|
6782
6797
|
}
|
|
6783
6798
|
},
|
|
6784
6799
|
setup(__props) {
|
|
6785
|
-
|
|
6800
|
+
const props = __props;
|
|
6786
6801
|
let selectedLayers = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 图层树选中值
|
|
6787
6802
|
let layerTreeData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 图层树选项数据
|
|
6788
6803
|
let preCheckedKeys = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 记录上次图层树选中值
|
|
6789
|
-
|
|
6804
|
+
const {
|
|
6805
|
+
proxy
|
|
6806
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
6807
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
6790
6808
|
|
|
6791
6809
|
/**
|
|
6792
6810
|
* 勾选图层逻辑
|
|
@@ -6882,7 +6900,7 @@ const CompareMapvue_type_script_setup_true_lang_js_hoisted_1 = {
|
|
|
6882
6900
|
const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
6883
6901
|
name: "Kq3dCompareMap"
|
|
6884
6902
|
};
|
|
6885
|
-
/* harmony default export */ var CompareMapvue_type_script_setup_true_lang_js = (
|
|
6903
|
+
/* harmony default export */ var CompareMapvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(CompareMapvue_type_script_setup_true_lang_js_default_, {
|
|
6886
6904
|
props: {
|
|
6887
6905
|
showShadow: {
|
|
6888
6906
|
type: Boolean,
|
|
@@ -6907,13 +6925,16 @@ const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
|
6907
6925
|
emits: ["back"],
|
|
6908
6926
|
setup(__props, {
|
|
6909
6927
|
expose: __expose,
|
|
6910
|
-
emit
|
|
6928
|
+
emit
|
|
6911
6929
|
}) {
|
|
6912
6930
|
const props = __props;
|
|
6913
6931
|
let offsetTop = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("auto");
|
|
6914
|
-
|
|
6932
|
+
const {
|
|
6933
|
+
proxy
|
|
6934
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
6935
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
6915
6936
|
let btnShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 分屏返回按钮
|
|
6916
|
-
|
|
6937
|
+
|
|
6917
6938
|
let viewModel = null;
|
|
6918
6939
|
let showTree1 = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 图层树1
|
|
6919
6940
|
let showTree2 = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 图层树2
|
|
@@ -7177,7 +7198,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
7177
7198
|
const __default__ = {
|
|
7178
7199
|
name: "Kq3dCompass"
|
|
7179
7200
|
};
|
|
7180
|
-
/* harmony default export */ var Compassvue_type_script_setup_true_lang_js = (
|
|
7201
|
+
/* harmony default export */ var Compassvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
7181
7202
|
props: {
|
|
7182
7203
|
// 指定组件绑定的scence对象的div的id
|
|
7183
7204
|
mapTarget: String,
|
|
@@ -7198,7 +7219,10 @@ const __default__ = {
|
|
|
7198
7219
|
},
|
|
7199
7220
|
setup(__props) {
|
|
7200
7221
|
const props = __props;
|
|
7201
|
-
|
|
7222
|
+
const {
|
|
7223
|
+
proxy
|
|
7224
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
7225
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
7202
7226
|
let viewModel = null;
|
|
7203
7227
|
let heading = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
7204
7228
|
// 国际化
|
|
@@ -7336,10 +7360,10 @@ Compass.install = (Vue, opts) => {
|
|
|
7336
7360
|
/* harmony import */ var _webgl_statusbar__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(2740);
|
|
7337
7361
|
/* harmony import */ var _webgl_videoproject__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(1278);
|
|
7338
7362
|
/* harmony import */ var _webgl_videofusion__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(9343);
|
|
7339
|
-
/* harmony import */ var _webgl_sceneset__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(
|
|
7363
|
+
/* harmony import */ var _webgl_sceneset__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(2656);
|
|
7340
7364
|
/* harmony import */ var _webgl_light__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(5819);
|
|
7341
7365
|
/* harmony import */ var _webgl_geologicalbodyanalysis__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(3295);
|
|
7342
|
-
/* harmony import */ var _webgl_sceneapp__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(
|
|
7366
|
+
/* harmony import */ var _webgl_sceneapp__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(5101);
|
|
7343
7367
|
/*
|
|
7344
7368
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
7345
7369
|
* All rights reserved.
|
|
@@ -7717,7 +7741,7 @@ const _hoisted_6 = {
|
|
|
7717
7741
|
const __default__ = {
|
|
7718
7742
|
name: "Kq3dExcavateFillAnalysis"
|
|
7719
7743
|
};
|
|
7720
|
-
/* harmony default export */ var ExcavateFillAnalysisvue_type_script_setup_true_lang_js = (
|
|
7744
|
+
/* harmony default export */ var ExcavateFillAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
7721
7745
|
props: {
|
|
7722
7746
|
// 设置参数
|
|
7723
7747
|
settingParams: {
|
|
@@ -7760,11 +7784,12 @@ const __default__ = {
|
|
|
7760
7784
|
setup(__props, {
|
|
7761
7785
|
expose: __expose
|
|
7762
7786
|
}) {
|
|
7787
|
+
const props = __props;
|
|
7763
7788
|
const {
|
|
7764
7789
|
proxy
|
|
7765
7790
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
7766
7791
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
7767
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
7792
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
7768
7793
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
7769
7794
|
let showResult = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
7770
7795
|
let result = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
@@ -7773,7 +7798,7 @@ const __default__ = {
|
|
|
7773
7798
|
});
|
|
7774
7799
|
|
|
7775
7800
|
// 获取组件传参
|
|
7776
|
-
|
|
7801
|
+
|
|
7777
7802
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
7778
7803
|
altitudeHeight: props.settingParams && props.settingParams.altitudeHeight || 3000,
|
|
7779
7804
|
// 基准高度
|
|
@@ -8198,7 +8223,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
8198
8223
|
const __default__ = {
|
|
8199
8224
|
name: "Kq3dFixedZoomin"
|
|
8200
8225
|
};
|
|
8201
|
-
/* harmony default export */ var FixedZoominvue_type_script_setup_true_lang_js = (
|
|
8226
|
+
/* harmony default export */ var FixedZoominvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
8202
8227
|
props: {
|
|
8203
8228
|
// 指定组件绑定的scence对象的div的id
|
|
8204
8229
|
mapTarget: String,
|
|
@@ -8214,7 +8239,10 @@ const __default__ = {
|
|
|
8214
8239
|
},
|
|
8215
8240
|
setup(__props) {
|
|
8216
8241
|
const props = __props;
|
|
8217
|
-
|
|
8242
|
+
const {
|
|
8243
|
+
proxy
|
|
8244
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
8245
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
8218
8246
|
let viewModel = null;
|
|
8219
8247
|
let btn = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
8220
8248
|
// 国际化
|
|
@@ -8396,7 +8424,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
8396
8424
|
const __default__ = {
|
|
8397
8425
|
name: "Kq3dFixedZoomout"
|
|
8398
8426
|
};
|
|
8399
|
-
/* harmony default export */ var FixedZoomoutvue_type_script_setup_true_lang_js = (
|
|
8427
|
+
/* harmony default export */ var FixedZoomoutvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
8400
8428
|
props: {
|
|
8401
8429
|
// 指定组件绑定的scence对象的div的id
|
|
8402
8430
|
mapTarget: String,
|
|
@@ -8412,7 +8440,10 @@ const __default__ = {
|
|
|
8412
8440
|
},
|
|
8413
8441
|
setup(__props) {
|
|
8414
8442
|
const props = __props;
|
|
8415
|
-
|
|
8443
|
+
const {
|
|
8444
|
+
proxy
|
|
8445
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
8446
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
8416
8447
|
let viewModel = null;
|
|
8417
8448
|
let btn = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
8418
8449
|
// 国际化
|
|
@@ -8684,7 +8715,7 @@ const _hoisted_9 = {
|
|
|
8684
8715
|
const __default__ = {
|
|
8685
8716
|
name: "Kq3dFlight"
|
|
8686
8717
|
};
|
|
8687
|
-
/* harmony default export */ var Flightvue_type_script_setup_true_lang_js = (
|
|
8718
|
+
/* harmony default export */ var Flightvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
8688
8719
|
props: {
|
|
8689
8720
|
// 是否显示阴影效果
|
|
8690
8721
|
showShadow: {
|
|
@@ -8736,7 +8767,10 @@ const __default__ = {
|
|
|
8736
8767
|
expose: __expose
|
|
8737
8768
|
}) {
|
|
8738
8769
|
const props = __props;
|
|
8739
|
-
|
|
8770
|
+
const {
|
|
8771
|
+
proxy
|
|
8772
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
8773
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
8740
8774
|
let isAdd = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
8741
8775
|
let isEdit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
8742
8776
|
let pathList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
@@ -9694,7 +9728,7 @@ const _hoisted_3 = {
|
|
|
9694
9728
|
const __default__ = {
|
|
9695
9729
|
name: "Kq3dFloodAnalysis"
|
|
9696
9730
|
};
|
|
9697
|
-
/* harmony default export */ var FloodAnalysisvue_type_script_setup_true_lang_js = (
|
|
9731
|
+
/* harmony default export */ var FloodAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
9698
9732
|
props: {
|
|
9699
9733
|
//指定组件绑定的viewer对象的div的id
|
|
9700
9734
|
target: String,
|
|
@@ -9744,7 +9778,11 @@ const __default__ = {
|
|
|
9744
9778
|
setup(__props, {
|
|
9745
9779
|
expose: __expose
|
|
9746
9780
|
}) {
|
|
9747
|
-
|
|
9781
|
+
const props = __props;
|
|
9782
|
+
const {
|
|
9783
|
+
proxy
|
|
9784
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
9785
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
9748
9786
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
9749
9787
|
// 淹没色调图片
|
|
9750
9788
|
const colorImages = [{
|
|
@@ -9759,7 +9797,7 @@ const __default__ = {
|
|
|
9759
9797
|
}];
|
|
9760
9798
|
|
|
9761
9799
|
// 获取组件传参
|
|
9762
|
-
|
|
9800
|
+
|
|
9763
9801
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
9764
9802
|
floodMode: props.settingParams && props.settingParams.floodMode || 0,
|
|
9765
9803
|
// 淹没模式:0:地形淹没 1:模型淹没
|
|
@@ -10048,7 +10086,7 @@ const __default__ = {
|
|
|
10048
10086
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloodAlpha,
|
|
10049
10087
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloodAlpha,
|
|
10050
10088
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('alpha'))
|
|
10051
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
10089
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
10052
10090
|
_: 1 /* STABLE */
|
|
10053
10091
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
10054
10092
|
span: 8
|
|
@@ -10061,7 +10099,7 @@ const __default__ = {
|
|
|
10061
10099
|
step: 0.01,
|
|
10062
10100
|
"controls-position": "right",
|
|
10063
10101
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('alpha'))
|
|
10064
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
10102
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
10065
10103
|
_: 1 /* STABLE */
|
|
10066
10104
|
})]),
|
|
10067
10105
|
_: 1 /* STABLE */
|
|
@@ -10436,7 +10474,7 @@ const _hoisted_6 = {
|
|
|
10436
10474
|
const __default__ = {
|
|
10437
10475
|
name: "Kq3dGeologicalBodyAnalysis"
|
|
10438
10476
|
};
|
|
10439
|
-
/* harmony default export */ var GeologicalBodyAnalysisvue_type_script_setup_true_lang_js = (
|
|
10477
|
+
/* harmony default export */ var GeologicalBodyAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
10440
10478
|
props: {
|
|
10441
10479
|
// 设置参数
|
|
10442
10480
|
settingParams: {
|
|
@@ -10479,15 +10517,16 @@ const __default__ = {
|
|
|
10479
10517
|
setup(__props, {
|
|
10480
10518
|
expose: __expose
|
|
10481
10519
|
}) {
|
|
10520
|
+
const props = __props;
|
|
10482
10521
|
const {
|
|
10483
10522
|
proxy
|
|
10484
10523
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
10485
10524
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
10486
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
10525
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
10487
10526
|
let geologys = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
10488
10527
|
|
|
10489
10528
|
// 获取组件传参
|
|
10490
|
-
|
|
10529
|
+
|
|
10491
10530
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
10492
10531
|
geology: props.settingParams && props.settingParams.geology || null,
|
|
10493
10532
|
operationType: props.settingParams && props.settingParams.operationType || 1,
|
|
@@ -10705,7 +10744,7 @@ const __default__ = {
|
|
|
10705
10744
|
max: 50,
|
|
10706
10745
|
step: 0.1,
|
|
10707
10746
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('drillingRadius'))
|
|
10708
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
10747
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
10709
10748
|
_: 1 /* STABLE */
|
|
10710
10749
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
10711
10750
|
span: 8,
|
|
@@ -10721,7 +10760,7 @@ const __default__ = {
|
|
|
10721
10760
|
step: 0.1,
|
|
10722
10761
|
"controls-position": "right",
|
|
10723
10762
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('drillingRadius'))
|
|
10724
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
10763
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
10725
10764
|
_: 1 /* STABLE */
|
|
10726
10765
|
})]),
|
|
10727
10766
|
_: 1 /* STABLE */
|
|
@@ -11145,7 +11184,7 @@ const _hoisted_2 = {
|
|
|
11145
11184
|
const __default__ = {
|
|
11146
11185
|
name: "Kq3dGPUSpatialQuery"
|
|
11147
11186
|
};
|
|
11148
|
-
/* harmony default export */ var GPUSpatialQueryvue_type_script_setup_true_lang_js = (
|
|
11187
|
+
/* harmony default export */ var GPUSpatialQueryvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
11149
11188
|
props: {
|
|
11150
11189
|
//图形
|
|
11151
11190
|
volumeType: {
|
|
@@ -11206,11 +11245,15 @@ const __default__ = {
|
|
|
11206
11245
|
setup(__props, {
|
|
11207
11246
|
expose: __expose
|
|
11208
11247
|
}) {
|
|
11209
|
-
|
|
11248
|
+
const props = __props;
|
|
11249
|
+
const {
|
|
11250
|
+
proxy
|
|
11251
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
11252
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
11210
11253
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
11211
11254
|
|
|
11212
11255
|
// 获取组件传参
|
|
11213
|
-
|
|
11256
|
+
|
|
11214
11257
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
11215
11258
|
volumeType: props.volumeType || 0,
|
|
11216
11259
|
// 查询体类型
|
|
@@ -11452,7 +11495,7 @@ const __default__ = {
|
|
|
11452
11495
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minScale,
|
|
11453
11496
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxScale,
|
|
11454
11497
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('scale'))
|
|
11455
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
11498
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
11456
11499
|
_: 1 /* STABLE */
|
|
11457
11500
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
11458
11501
|
span: 8
|
|
@@ -11465,7 +11508,7 @@ const __default__ = {
|
|
|
11465
11508
|
step: 0.1,
|
|
11466
11509
|
"controls-position": "right",
|
|
11467
11510
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('scale'))
|
|
11468
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
11511
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
11469
11512
|
_: 1 /* STABLE */
|
|
11470
11513
|
})]),
|
|
11471
11514
|
_: 1 /* STABLE */
|
|
@@ -11731,7 +11774,7 @@ class HawkeyeViewModel {
|
|
|
11731
11774
|
const __default__ = {
|
|
11732
11775
|
name: "Kq3dHawkeye"
|
|
11733
11776
|
};
|
|
11734
|
-
/* harmony default export */ var Hawkeyevue_type_script_setup_true_lang_js = (
|
|
11777
|
+
/* harmony default export */ var Hawkeyevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
11735
11778
|
props: {
|
|
11736
11779
|
//指定组件绑定的viewer对象的div的id
|
|
11737
11780
|
mapTarget: String,
|
|
@@ -11770,10 +11813,11 @@ const __default__ = {
|
|
|
11770
11813
|
setup(__props, {
|
|
11771
11814
|
expose: __expose
|
|
11772
11815
|
}) {
|
|
11816
|
+
const props = __props;
|
|
11773
11817
|
let viewModel = null;
|
|
11774
11818
|
|
|
11775
11819
|
// 获取组件传参
|
|
11776
|
-
|
|
11820
|
+
|
|
11777
11821
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
11778
11822
|
//父组件ScenceView初始化完成后执行
|
|
11779
11823
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
@@ -12127,6 +12171,10 @@ var client_icons_vue_ = __webpack_require__(348);
|
|
|
12127
12171
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
12128
12172
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/heatmap3d/CustomColorPickerSlider.vue?vue&type=script&setup=true&lang=js
|
|
12129
12173
|
|
|
12174
|
+
const _withScopeId = n => ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.pushScopeId)("data-v-c771bfde"), n = n(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.popScopeId)(), n);
|
|
12175
|
+
const _hoisted_1 = /*#__PURE__*/_withScopeId(() => /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
12176
|
+
class: "arrow"
|
|
12177
|
+
}, null, -1 /* HOISTED */));
|
|
12130
12178
|
|
|
12131
12179
|
const rangeMin = -5;
|
|
12132
12180
|
/* harmony default export */ var CustomColorPickerSlidervue_type_script_setup_true_lang_js = ({
|
|
@@ -12134,9 +12182,8 @@ const rangeMin = -5;
|
|
|
12134
12182
|
props: ["width", "color", "percentage", "id"],
|
|
12135
12183
|
emits: ["updatePercentage", "updateColor", "deleteColorSlider"],
|
|
12136
12184
|
setup(__props, {
|
|
12137
|
-
emit
|
|
12185
|
+
emit
|
|
12138
12186
|
}) {
|
|
12139
|
-
const emit = __emit;
|
|
12140
12187
|
const props = __props;
|
|
12141
12188
|
|
|
12142
12189
|
// eslint-disable-next-line vue/no-setup-props-destructure
|
|
@@ -12219,9 +12266,7 @@ const rangeMin = -5;
|
|
|
12219
12266
|
}),
|
|
12220
12267
|
onMousedown: handleMouseDown,
|
|
12221
12268
|
onClick: handleClick
|
|
12222
|
-
}, [
|
|
12223
|
-
class: "arrow"
|
|
12224
|
-
}, null, -1 /* HOISTED */)), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
12269
|
+
}, [_hoisted_1, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
12225
12270
|
modelValue: initColor.value,
|
|
12226
12271
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => initColor.value = $event),
|
|
12227
12272
|
onActiveChange: updateColor,
|
|
@@ -12229,7 +12274,7 @@ const rangeMin = -5;
|
|
|
12229
12274
|
}, null, 8 /* PROPS */, ["modelValue", "disabled"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
12230
12275
|
class: "delete",
|
|
12231
12276
|
onClick: deleteColorSlider
|
|
12232
|
-
}, "x")], 36 /* STYLE,
|
|
12277
|
+
}, "x")], 36 /* STYLE, HYDRATE_EVENTS */);
|
|
12233
12278
|
};
|
|
12234
12279
|
}
|
|
12235
12280
|
});
|
|
@@ -12271,7 +12316,8 @@ const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(CustomColorPick
|
|
|
12271
12316
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/heatmap3d/CustomColorPicker.vue?vue&type=script&setup=true&lang=js
|
|
12272
12317
|
|
|
12273
12318
|
|
|
12274
|
-
const
|
|
12319
|
+
const CustomColorPickervue_type_script_setup_true_lang_js_withScopeId = n => (_pushScopeId("data-v-b1608504"), n = n(), _popScopeId(), n);
|
|
12320
|
+
const CustomColorPickervue_type_script_setup_true_lang_js_hoisted_1 = {
|
|
12275
12321
|
class: "gp"
|
|
12276
12322
|
};
|
|
12277
12323
|
|
|
@@ -12283,9 +12329,8 @@ const width = 257;
|
|
|
12283
12329
|
props: ["data"],
|
|
12284
12330
|
emits: ["color-changed"],
|
|
12285
12331
|
setup(__props, {
|
|
12286
|
-
emit
|
|
12332
|
+
emit
|
|
12287
12333
|
}) {
|
|
12288
|
-
const emit = __emit;
|
|
12289
12334
|
const props = __props;
|
|
12290
12335
|
|
|
12291
12336
|
// 宽度
|
|
@@ -12372,7 +12417,7 @@ const width = 257;
|
|
|
12372
12417
|
emit("color-changed", items.value);
|
|
12373
12418
|
}
|
|
12374
12419
|
return (_ctx, _cache) => {
|
|
12375
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
12420
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", CustomColorPickervue_type_script_setup_true_lang_js_hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
12376
12421
|
class: "palette",
|
|
12377
12422
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(backgroundImage))
|
|
12378
12423
|
}, null, 4 /* STYLE */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
@@ -12457,7 +12502,7 @@ const _hoisted_4 = {
|
|
|
12457
12502
|
const __default__ = {
|
|
12458
12503
|
name: "Kq3dHeatmap"
|
|
12459
12504
|
};
|
|
12460
|
-
/* harmony default export */ var Heatmap3dvue_type_script_setup_true_lang_js = (
|
|
12505
|
+
/* harmony default export */ var Heatmap3dvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
12461
12506
|
props: {
|
|
12462
12507
|
// 设置参数
|
|
12463
12508
|
settingParams: {
|
|
@@ -12500,15 +12545,16 @@ const __default__ = {
|
|
|
12500
12545
|
setup(__props, {
|
|
12501
12546
|
expose: __expose
|
|
12502
12547
|
}) {
|
|
12548
|
+
const props = __props;
|
|
12503
12549
|
const {
|
|
12504
12550
|
proxy
|
|
12505
12551
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
12506
12552
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
12507
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
12553
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
12508
12554
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
12509
12555
|
let weightFields = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
12510
12556
|
// 获取组件传参
|
|
12511
|
-
|
|
12557
|
+
|
|
12512
12558
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
12513
12559
|
dataPath: props.settingParams && props.settingParams.dataPath || "",
|
|
12514
12560
|
//数据地址,json文件或json地址
|
|
@@ -12898,13 +12944,13 @@ const __default__ = {
|
|
|
12898
12944
|
label: "3D",
|
|
12899
12945
|
onChange: _cache[2] || (_cache[2] = $event => paramsChanged('heatmapType'))
|
|
12900
12946
|
}, {
|
|
12901
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
12947
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("3D")]),
|
|
12902
12948
|
_: 1 /* STABLE */
|
|
12903
12949
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
12904
12950
|
label: "2D",
|
|
12905
12951
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('heatmapType'))
|
|
12906
12952
|
}, {
|
|
12907
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
12953
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("2D")]),
|
|
12908
12954
|
_: 1 /* STABLE */
|
|
12909
12955
|
})]),
|
|
12910
12956
|
_: 1 /* STABLE */
|
|
@@ -13083,7 +13129,7 @@ const __default__ = {
|
|
|
13083
13129
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRadius,
|
|
13084
13130
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRadius,
|
|
13085
13131
|
onInput: _cache[10] || (_cache[10] = $event => paramsChanged('radius'))
|
|
13086
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
13132
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
13087
13133
|
_: 1 /* STABLE */
|
|
13088
13134
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
13089
13135
|
span: 8
|
|
@@ -13096,7 +13142,7 @@ const __default__ = {
|
|
|
13096
13142
|
step: 0.1,
|
|
13097
13143
|
onInput: _cache[12] || (_cache[12] = $event => paramsChanged('radius')),
|
|
13098
13144
|
"controls-position": "right"
|
|
13099
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
13145
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
13100
13146
|
_: 1 /* STABLE */
|
|
13101
13147
|
})]),
|
|
13102
13148
|
_: 1 /* STABLE */
|
|
@@ -13123,7 +13169,7 @@ const __default__ = {
|
|
|
13123
13169
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minTransparents,
|
|
13124
13170
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTransparents,
|
|
13125
13171
|
onInput: _cache[14] || (_cache[14] = $event => paramsChanged('transparents'))
|
|
13126
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
13172
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
13127
13173
|
_: 1 /* STABLE */
|
|
13128
13174
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
13129
13175
|
span: 8
|
|
@@ -13136,7 +13182,7 @@ const __default__ = {
|
|
|
13136
13182
|
step: 0.01,
|
|
13137
13183
|
onInput: _cache[16] || (_cache[16] = $event => paramsChanged('transparents')),
|
|
13138
13184
|
"controls-position": "right"
|
|
13139
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
13185
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
13140
13186
|
_: 1 /* STABLE */
|
|
13141
13187
|
})]),
|
|
13142
13188
|
_: 1 /* STABLE */
|
|
@@ -13203,7 +13249,7 @@ const __default__ = {
|
|
|
13203
13249
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeightRatio,
|
|
13204
13250
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeightRatio,
|
|
13205
13251
|
onInput: _cache[22] || (_cache[22] = $event => paramsChanged('heightRatio'))
|
|
13206
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
13252
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
13207
13253
|
_: 1 /* STABLE */
|
|
13208
13254
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
13209
13255
|
span: 8
|
|
@@ -13216,7 +13262,7 @@ const __default__ = {
|
|
|
13216
13262
|
step: 0.1,
|
|
13217
13263
|
onInput: _cache[24] || (_cache[24] = $event => paramsChanged('heightRatio')),
|
|
13218
13264
|
"controls-position": "right"
|
|
13219
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
13265
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
13220
13266
|
_: 1 /* STABLE */
|
|
13221
13267
|
})]),
|
|
13222
13268
|
_: 1 /* STABLE */
|
|
@@ -13716,36 +13762,42 @@ const _hoisted_6 = {
|
|
|
13716
13762
|
"text-align": "left"
|
|
13717
13763
|
}
|
|
13718
13764
|
};
|
|
13719
|
-
const _hoisted_7 = {
|
|
13765
|
+
const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13766
|
+
class: "kq3d-isoline-analysis-line"
|
|
13767
|
+
}, null, -1 /* HOISTED */);
|
|
13768
|
+
const _hoisted_8 = {
|
|
13720
13769
|
style: {
|
|
13721
13770
|
"width": "15%",
|
|
13722
13771
|
"text-align": "right"
|
|
13723
13772
|
}
|
|
13724
13773
|
};
|
|
13725
|
-
const
|
|
13726
|
-
const
|
|
13774
|
+
const _hoisted_9 = ["src"];
|
|
13775
|
+
const _hoisted_10 = {
|
|
13727
13776
|
key: 0
|
|
13728
13777
|
};
|
|
13729
|
-
const
|
|
13778
|
+
const _hoisted_11 = {
|
|
13730
13779
|
class: "kq3d-isoline-analysis-heightspan"
|
|
13731
13780
|
};
|
|
13732
|
-
const
|
|
13781
|
+
const _hoisted_12 = {
|
|
13733
13782
|
key: 1
|
|
13734
13783
|
};
|
|
13735
|
-
const
|
|
13784
|
+
const _hoisted_13 = {
|
|
13736
13785
|
style: {
|
|
13737
13786
|
"width": "15%",
|
|
13738
13787
|
"text-align": "left"
|
|
13739
13788
|
}
|
|
13740
13789
|
};
|
|
13741
|
-
const
|
|
13790
|
+
const _hoisted_14 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13791
|
+
class: "kq3d-isoline-analysis-line"
|
|
13792
|
+
}, null, -1 /* HOISTED */);
|
|
13793
|
+
const _hoisted_15 = {
|
|
13742
13794
|
style: {
|
|
13743
13795
|
"width": "15%",
|
|
13744
13796
|
"text-align": "right"
|
|
13745
13797
|
}
|
|
13746
13798
|
};
|
|
13747
|
-
const
|
|
13748
|
-
const
|
|
13799
|
+
const _hoisted_16 = ["src"];
|
|
13800
|
+
const _hoisted_17 = {
|
|
13749
13801
|
class: "kq3d-isoline-analysis-footer"
|
|
13750
13802
|
};
|
|
13751
13803
|
|
|
@@ -13758,7 +13810,7 @@ const _hoisted_15 = {
|
|
|
13758
13810
|
const __default__ = {
|
|
13759
13811
|
name: "Kq3dIsolineAnalysis"
|
|
13760
13812
|
};
|
|
13761
|
-
/* harmony default export */ var IsolineAnalysisvue_type_script_setup_true_lang_js = (
|
|
13813
|
+
/* harmony default export */ var IsolineAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
13762
13814
|
props: {
|
|
13763
13815
|
// 设置参数
|
|
13764
13816
|
settingParams: {
|
|
@@ -13801,11 +13853,12 @@ const __default__ = {
|
|
|
13801
13853
|
setup(__props, {
|
|
13802
13854
|
expose: __expose
|
|
13803
13855
|
}) {
|
|
13856
|
+
const props = __props;
|
|
13804
13857
|
const {
|
|
13805
13858
|
proxy
|
|
13806
13859
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
13807
13860
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
13808
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
13861
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
13809
13862
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
13810
13863
|
let dataList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([{
|
|
13811
13864
|
colorTableHeight: 0,
|
|
@@ -13839,7 +13892,7 @@ const __default__ = {
|
|
|
13839
13892
|
let activeName = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("line");
|
|
13840
13893
|
|
|
13841
13894
|
// 获取组件传参
|
|
13842
|
-
|
|
13895
|
+
|
|
13843
13896
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
13844
13897
|
fillType: props.settingParams && props.settingParams.fillType || 0,
|
|
13845
13898
|
// 填充类型
|
|
@@ -14274,7 +14327,7 @@ const __default__ = {
|
|
|
14274
14327
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
|
|
14275
14328
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
|
|
14276
14329
|
onInput: _cache[10] || (_cache[10] = $event => paramsChanged('firstCurveWidth'))
|
|
14277
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14330
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
14278
14331
|
_: 1 /* STABLE */
|
|
14279
14332
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14280
14333
|
span: 8
|
|
@@ -14287,7 +14340,7 @@ const __default__ = {
|
|
|
14287
14340
|
step: 0.1,
|
|
14288
14341
|
onInput: _cache[12] || (_cache[12] = $event => paramsChanged('firstCurveWidth')),
|
|
14289
14342
|
"controls-position": "right"
|
|
14290
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14343
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
14291
14344
|
_: 1 /* STABLE */
|
|
14292
14345
|
})]),
|
|
14293
14346
|
_: 1 /* STABLE */
|
|
@@ -14338,7 +14391,7 @@ const __default__ = {
|
|
|
14338
14391
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
|
|
14339
14392
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
|
|
14340
14393
|
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('rememberCurveWidth'))
|
|
14341
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14394
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
14342
14395
|
_: 1 /* STABLE */
|
|
14343
14396
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14344
14397
|
span: 8
|
|
@@ -14351,7 +14404,7 @@ const __default__ = {
|
|
|
14351
14404
|
step: 0.1,
|
|
14352
14405
|
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('rememberCurveWidth')),
|
|
14353
14406
|
"controls-position": "right"
|
|
14354
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14407
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
14355
14408
|
_: 1 /* STABLE */
|
|
14356
14409
|
})]),
|
|
14357
14410
|
_: 1 /* STABLE */
|
|
@@ -14402,7 +14455,7 @@ const __default__ = {
|
|
|
14402
14455
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
|
|
14403
14456
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
|
|
14404
14457
|
onInput: _cache[26] || (_cache[26] = $event => paramsChanged('intervalCurveWidth'))
|
|
14405
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14458
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
14406
14459
|
_: 1 /* STABLE */
|
|
14407
14460
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14408
14461
|
span: 8
|
|
@@ -14415,7 +14468,7 @@ const __default__ = {
|
|
|
14415
14468
|
step: 0.1,
|
|
14416
14469
|
onInput: _cache[28] || (_cache[28] = $event => paramsChanged('intervalCurveWidth')),
|
|
14417
14470
|
"controls-position": "right"
|
|
14418
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14471
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
14419
14472
|
_: 1 /* STABLE */
|
|
14420
14473
|
})]),
|
|
14421
14474
|
_: 1 /* STABLE */
|
|
@@ -14466,7 +14519,7 @@ const __default__ = {
|
|
|
14466
14519
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
|
|
14467
14520
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
|
|
14468
14521
|
onInput: _cache[34] || (_cache[34] = $event => paramsChanged('extraCurveWidth'))
|
|
14469
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14522
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
14470
14523
|
_: 1 /* STABLE */
|
|
14471
14524
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14472
14525
|
span: 8
|
|
@@ -14479,7 +14532,7 @@ const __default__ = {
|
|
|
14479
14532
|
step: 0.1,
|
|
14480
14533
|
onInput: _cache[36] || (_cache[36] = $event => paramsChanged('extraCurveWidth')),
|
|
14481
14534
|
"controls-position": "right"
|
|
14482
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14535
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
14483
14536
|
_: 1 /* STABLE */
|
|
14484
14537
|
})]),
|
|
14485
14538
|
_: 1 /* STABLE */
|
|
@@ -14550,7 +14603,7 @@ const __default__ = {
|
|
|
14550
14603
|
max: 1,
|
|
14551
14604
|
step: 0.01,
|
|
14552
14605
|
onInput: _cache[41] || (_cache[41] = $event => paramsChanged('alpha'))
|
|
14553
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
14606
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
14554
14607
|
_: 1 /* STABLE */
|
|
14555
14608
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14556
14609
|
span: 8
|
|
@@ -14563,7 +14616,7 @@ const __default__ = {
|
|
|
14563
14616
|
step: 0.01,
|
|
14564
14617
|
"controls-position": "right",
|
|
14565
14618
|
onInput: _cache[43] || (_cache[43] = $event => paramsChanged('alpha'))
|
|
14566
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
14619
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
14567
14620
|
_: 1 /* STABLE */
|
|
14568
14621
|
})]),
|
|
14569
14622
|
_: 1 /* STABLE */
|
|
@@ -14735,9 +14788,7 @@ const __default__ = {
|
|
|
14735
14788
|
"display": "flex"
|
|
14736
14789
|
}
|
|
14737
14790
|
}, {
|
|
14738
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight) + "m", 1 /* TEXT */),
|
|
14739
|
-
class: "kq3d-isoline-analysis-line"
|
|
14740
|
-
}, null, -1 /* HOISTED */)), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight) + "m", 1 /* TEXT */)]),
|
|
14791
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight) + "m", 1 /* TEXT */), _hoisted_7, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_8, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight) + "m", 1 /* TEXT */)]),
|
|
14741
14792
|
_: 1 /* STABLE */
|
|
14742
14793
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
14743
14794
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
@@ -14753,7 +14804,7 @@ const __default__ = {
|
|
|
14753
14804
|
class: "kq3d-isoline-analysis-legend",
|
|
14754
14805
|
src: item.src,
|
|
14755
14806
|
alt: "无"
|
|
14756
|
-
}, null, 8 /* PROPS */,
|
|
14807
|
+
}, null, 8 /* PROPS */, _hoisted_9)]),
|
|
14757
14808
|
_: 2 /* DYNAMIC */
|
|
14758
14809
|
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
|
|
14759
14810
|
}), 64 /* STABLE_FRAGMENT */))]),
|
|
@@ -14861,7 +14912,7 @@ const __default__ = {
|
|
|
14861
14912
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
|
|
14862
14913
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
|
|
14863
14914
|
onInput: _cache[68] || (_cache[68] = $event => paramsChanged('firstCurveWidth'))
|
|
14864
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14915
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
14865
14916
|
_: 1 /* STABLE */
|
|
14866
14917
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14867
14918
|
span: 8
|
|
@@ -14874,7 +14925,7 @@ const __default__ = {
|
|
|
14874
14925
|
step: 0.1,
|
|
14875
14926
|
onInput: _cache[70] || (_cache[70] = $event => paramsChanged('firstCurveWidth')),
|
|
14876
14927
|
"controls-position": "right"
|
|
14877
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14928
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
14878
14929
|
_: 1 /* STABLE */
|
|
14879
14930
|
})]),
|
|
14880
14931
|
_: 1 /* STABLE */
|
|
@@ -14925,7 +14976,7 @@ const __default__ = {
|
|
|
14925
14976
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
|
|
14926
14977
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
|
|
14927
14978
|
onInput: _cache[76] || (_cache[76] = $event => paramsChanged('rememberCurveWidth'))
|
|
14928
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14979
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
14929
14980
|
_: 1 /* STABLE */
|
|
14930
14981
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14931
14982
|
span: 8
|
|
@@ -14938,7 +14989,7 @@ const __default__ = {
|
|
|
14938
14989
|
step: 0.1,
|
|
14939
14990
|
onInput: _cache[78] || (_cache[78] = $event => paramsChanged('rememberCurveWidth')),
|
|
14940
14991
|
"controls-position": "right"
|
|
14941
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14992
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
14942
14993
|
_: 1 /* STABLE */
|
|
14943
14994
|
})]),
|
|
14944
14995
|
_: 1 /* STABLE */
|
|
@@ -14989,7 +15040,7 @@ const __default__ = {
|
|
|
14989
15040
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
|
|
14990
15041
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
|
|
14991
15042
|
onInput: _cache[84] || (_cache[84] = $event => paramsChanged('intervalCurveWidth'))
|
|
14992
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
15043
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
14993
15044
|
_: 1 /* STABLE */
|
|
14994
15045
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14995
15046
|
span: 8
|
|
@@ -15002,7 +15053,7 @@ const __default__ = {
|
|
|
15002
15053
|
step: 0.1,
|
|
15003
15054
|
onInput: _cache[86] || (_cache[86] = $event => paramsChanged('intervalCurveWidth')),
|
|
15004
15055
|
"controls-position": "right"
|
|
15005
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
15056
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
15006
15057
|
_: 1 /* STABLE */
|
|
15007
15058
|
})]),
|
|
15008
15059
|
_: 1 /* STABLE */
|
|
@@ -15053,7 +15104,7 @@ const __default__ = {
|
|
|
15053
15104
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
|
|
15054
15105
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
|
|
15055
15106
|
onInput: _cache[92] || (_cache[92] = $event => paramsChanged('extraCurveWidth'))
|
|
15056
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
15107
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
15057
15108
|
_: 1 /* STABLE */
|
|
15058
15109
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
15059
15110
|
span: 8
|
|
@@ -15066,7 +15117,7 @@ const __default__ = {
|
|
|
15066
15117
|
step: 0.1,
|
|
15067
15118
|
onInput: _cache[94] || (_cache[94] = $event => paramsChanged('extraCurveWidth')),
|
|
15068
15119
|
"controls-position": "right"
|
|
15069
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
15120
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
15070
15121
|
_: 1 /* STABLE */
|
|
15071
15122
|
})]),
|
|
15072
15123
|
_: 1 /* STABLE */
|
|
@@ -15142,7 +15193,7 @@ const __default__ = {
|
|
|
15142
15193
|
max: 1,
|
|
15143
15194
|
step: 0.01,
|
|
15144
15195
|
onInput: _cache[99] || (_cache[99] = $event => paramsChanged('alpha'))
|
|
15145
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
15196
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
15146
15197
|
_: 1 /* STABLE */
|
|
15147
15198
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
15148
15199
|
span: 8
|
|
@@ -15155,7 +15206,7 @@ const __default__ = {
|
|
|
15155
15206
|
step: 0.01,
|
|
15156
15207
|
"controls-position": "right",
|
|
15157
15208
|
onInput: _cache[101] || (_cache[101] = $event => paramsChanged('alpha'))
|
|
15158
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
15209
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
15159
15210
|
_: 1 /* STABLE */
|
|
15160
15211
|
})]),
|
|
15161
15212
|
_: 1 /* STABLE */
|
|
@@ -15243,7 +15294,7 @@ const __default__ = {
|
|
|
15243
15294
|
_: 1 /* STABLE */
|
|
15244
15295
|
}, 8 /* PROPS */, ["label"])]),
|
|
15245
15296
|
_: 1 /* STABLE */
|
|
15246
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
15297
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
15247
15298
|
style: {
|
|
15248
15299
|
"display": "flex"
|
|
15249
15300
|
}
|
|
@@ -15287,7 +15338,7 @@ const __default__ = {
|
|
|
15287
15338
|
step: 1,
|
|
15288
15339
|
onInput: _cache[111] || (_cache[111] = $event => paramsChanged('colorTableHeight')),
|
|
15289
15340
|
"controls-position": "right"
|
|
15290
|
-
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
15341
|
+
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_11, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).to), 1 /* TEXT */), index > 0 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
15291
15342
|
key: 2,
|
|
15292
15343
|
modelValue: item.colorTableHeight,
|
|
15293
15344
|
"onUpdate:modelValue": $event => item.colorTableHeight = $event,
|
|
@@ -15318,7 +15369,7 @@ const __default__ = {
|
|
|
15318
15369
|
}, 1024 /* DYNAMIC_SLOTS */)], 64 /* STABLE_FRAGMENT */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
15319
15370
|
_: 2 /* DYNAMIC */
|
|
15320
15371
|
}, 1024 /* DYNAMIC_SLOTS */);
|
|
15321
|
-
}), 128 /* KEYED_FRAGMENT */))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
15372
|
+
}), 128 /* KEYED_FRAGMENT */))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_12, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
15322
15373
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
15323
15374
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientColor
|
|
15324
15375
|
}, {
|
|
@@ -15327,9 +15378,7 @@ const __default__ = {
|
|
|
15327
15378
|
"display": "flex"
|
|
15328
15379
|
}
|
|
15329
15380
|
}, {
|
|
15330
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
15331
|
-
class: "kq3d-isoline-analysis-line"
|
|
15332
|
-
}, null, -1 /* HOISTED */)), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_13, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight) + "m", 1 /* TEXT */)]),
|
|
15381
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_13, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight) + "m", 1 /* TEXT */), _hoisted_14, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_15, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight) + "m", 1 /* TEXT */)]),
|
|
15333
15382
|
_: 1 /* STABLE */
|
|
15334
15383
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
15335
15384
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
@@ -15345,7 +15394,7 @@ const __default__ = {
|
|
|
15345
15394
|
class: "kq3d-isoline-analysis-legend",
|
|
15346
15395
|
src: item.src,
|
|
15347
15396
|
alt: ""
|
|
15348
|
-
}, null, 8 /* PROPS */,
|
|
15397
|
+
}, null, 8 /* PROPS */, _hoisted_16)]),
|
|
15349
15398
|
_: 2 /* DYNAMIC */
|
|
15350
15399
|
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
|
|
15351
15400
|
}), 64 /* STABLE_FRAGMENT */))]),
|
|
@@ -15364,7 +15413,7 @@ const __default__ = {
|
|
|
15364
15413
|
_: 1 /* STABLE */
|
|
15365
15414
|
}, 8 /* PROPS */, ["title"])]),
|
|
15366
15415
|
_: 1 /* STABLE */
|
|
15367
|
-
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
15416
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_17, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
15368
15417
|
onClick: _cache[118] || (_cache[118] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
15369
15418
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
15370
15419
|
type: "primary"
|
|
@@ -15679,7 +15728,7 @@ const _hoisted_2 = {
|
|
|
15679
15728
|
const __default__ = {
|
|
15680
15729
|
name: "Kq3dLight"
|
|
15681
15730
|
};
|
|
15682
|
-
/* harmony default export */ var Lightvue_type_script_setup_true_lang_js = (
|
|
15731
|
+
/* harmony default export */ var Lightvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
15683
15732
|
props: {
|
|
15684
15733
|
// 设置参数
|
|
15685
15734
|
settingParams: {
|
|
@@ -15722,15 +15771,16 @@ const __default__ = {
|
|
|
15722
15771
|
setup(__props, {
|
|
15723
15772
|
expose: __expose
|
|
15724
15773
|
}) {
|
|
15774
|
+
const props = __props;
|
|
15725
15775
|
const {
|
|
15726
15776
|
proxy
|
|
15727
15777
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
15728
15778
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
15729
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
15779
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
15730
15780
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
15731
15781
|
|
|
15732
15782
|
// 获取组件传参
|
|
15733
|
-
|
|
15783
|
+
|
|
15734
15784
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
15735
15785
|
mode: props.settingParams && props.settingParams.mode || "point",
|
|
15736
15786
|
color: props.settingParams && props.settingParams.color || "#fff",
|
|
@@ -15933,7 +15983,7 @@ const __default__ = {
|
|
|
15933
15983
|
min: 1,
|
|
15934
15984
|
max: 1000,
|
|
15935
15985
|
onInput: _cache[6] || (_cache[6] = $event => paramsChanged('distance'))
|
|
15936
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
15986
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
15937
15987
|
_: 1 /* STABLE */
|
|
15938
15988
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
15939
15989
|
span: 8
|
|
@@ -15946,7 +15996,7 @@ const __default__ = {
|
|
|
15946
15996
|
max: 1000,
|
|
15947
15997
|
"controls-position": "right",
|
|
15948
15998
|
onInput: _cache[8] || (_cache[8] = $event => paramsChanged('distance'))
|
|
15949
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
15999
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
15950
16000
|
_: 1 /* STABLE */
|
|
15951
16001
|
})]),
|
|
15952
16002
|
_: 1 /* STABLE */
|
|
@@ -15975,7 +16025,7 @@ const __default__ = {
|
|
|
15975
16025
|
min: 0,
|
|
15976
16026
|
max: 160,
|
|
15977
16027
|
onInput: _cache[10] || (_cache[10] = $event => paramsChanged('angle'))
|
|
15978
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
16028
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
15979
16029
|
_: 1 /* STABLE */
|
|
15980
16030
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
15981
16031
|
span: 8
|
|
@@ -15988,7 +16038,7 @@ const __default__ = {
|
|
|
15988
16038
|
max: 160,
|
|
15989
16039
|
"controls-position": "right",
|
|
15990
16040
|
onInput: _cache[12] || (_cache[12] = $event => paramsChanged('angle'))
|
|
15991
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
16041
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
15992
16042
|
_: 1 /* STABLE */
|
|
15993
16043
|
})]),
|
|
15994
16044
|
_: 1 /* STABLE */
|
|
@@ -16017,7 +16067,7 @@ const __default__ = {
|
|
|
16017
16067
|
min: 0,
|
|
16018
16068
|
max: 1,
|
|
16019
16069
|
onInput: _cache[14] || (_cache[14] = $event => paramsChanged('decay'))
|
|
16020
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
16070
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
16021
16071
|
_: 1 /* STABLE */
|
|
16022
16072
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
16023
16073
|
span: 8
|
|
@@ -16030,7 +16080,7 @@ const __default__ = {
|
|
|
16030
16080
|
max: 1,
|
|
16031
16081
|
"controls-position": "right",
|
|
16032
16082
|
onInput: _cache[16] || (_cache[16] = $event => paramsChanged('decay'))
|
|
16033
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
16083
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
16034
16084
|
_: 1 /* STABLE */
|
|
16035
16085
|
})]),
|
|
16036
16086
|
_: 1 /* STABLE */
|
|
@@ -16059,7 +16109,7 @@ const __default__ = {
|
|
|
16059
16109
|
min: 0.1,
|
|
16060
16110
|
max: 10.0,
|
|
16061
16111
|
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('intensity'))
|
|
16062
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
16112
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
16063
16113
|
_: 1 /* STABLE */
|
|
16064
16114
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
16065
16115
|
span: 8
|
|
@@ -16072,7 +16122,7 @@ const __default__ = {
|
|
|
16072
16122
|
max: 10.0,
|
|
16073
16123
|
"controls-position": "right",
|
|
16074
16124
|
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('intensity'))
|
|
16075
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
16125
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
16076
16126
|
_: 1 /* STABLE */
|
|
16077
16127
|
})]),
|
|
16078
16128
|
_: 1 /* STABLE */
|
|
@@ -16321,7 +16371,7 @@ const _hoisted_2 = {
|
|
|
16321
16371
|
const __default__ = {
|
|
16322
16372
|
name: "Kq3dLimitHeightAnalysis"
|
|
16323
16373
|
};
|
|
16324
|
-
/* harmony default export */ var LimitHeightAnalysisvue_type_script_setup_true_lang_js = (
|
|
16374
|
+
/* harmony default export */ var LimitHeightAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
16325
16375
|
props: {
|
|
16326
16376
|
// 设置参数
|
|
16327
16377
|
settingParams: {
|
|
@@ -16364,15 +16414,16 @@ const __default__ = {
|
|
|
16364
16414
|
setup(__props, {
|
|
16365
16415
|
expose: __expose
|
|
16366
16416
|
}) {
|
|
16417
|
+
const props = __props;
|
|
16367
16418
|
const {
|
|
16368
16419
|
proxy
|
|
16369
16420
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
16370
16421
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
16371
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
16422
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
16372
16423
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
16373
16424
|
|
|
16374
16425
|
// 获取组件传参
|
|
16375
|
-
|
|
16426
|
+
|
|
16376
16427
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
16377
16428
|
baseHeight: props.settingParams && props.settingParams.baseHeight || 100,
|
|
16378
16429
|
// 基底高度
|
|
@@ -17014,7 +17065,7 @@ const _hoisted_38 = {
|
|
|
17014
17065
|
const __default__ = {
|
|
17015
17066
|
name: "Kq3dMeasure"
|
|
17016
17067
|
};
|
|
17017
|
-
/* harmony default export */ var Measurevue_type_script_setup_true_lang_js = (
|
|
17068
|
+
/* harmony default export */ var Measurevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
17018
17069
|
props: {
|
|
17019
17070
|
//指定组件绑定的viewer对象的div的id
|
|
17020
17071
|
target: String,
|
|
@@ -17072,7 +17123,10 @@ const __default__ = {
|
|
|
17072
17123
|
// 面积单位
|
|
17073
17124
|
let areaUnit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(props.settingParams && props.settingParams.areaUnit || "");
|
|
17074
17125
|
let result = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
17075
|
-
|
|
17126
|
+
const {
|
|
17127
|
+
proxy
|
|
17128
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
17129
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
17076
17130
|
let mode = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("space");
|
|
17077
17131
|
let modeList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
17078
17132
|
let viewModel = null;
|
|
@@ -17583,7 +17637,7 @@ const __default__ = {
|
|
|
17583
17637
|
_: 1 /* STABLE */
|
|
17584
17638
|
})]),
|
|
17585
17639
|
_: 1 /* STABLE */
|
|
17586
|
-
}, 8 /* PROPS */, ["title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isTips) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'height' || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'azimuth' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("p", _hoisted_7, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).measureTips1), 1 /* TEXT */)) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("p", _hoisted_8, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).measureTips), 1 /* TEXT */))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isResult) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'distance' || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'area' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_11, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_12, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).unit), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'distance' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_select, {
|
|
17640
|
+
}, 8 /* PROPS */, ["onClick", "title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isTips) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'height' || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'azimuth' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("p", _hoisted_7, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).measureTips1), 1 /* TEXT */)) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("p", _hoisted_8, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).measureTips), 1 /* TEXT */))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isResult) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'distance' || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'area' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_11, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_12, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).unit), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'distance' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_select, {
|
|
17587
17641
|
key: 0,
|
|
17588
17642
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(distanceUnit),
|
|
17589
17643
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(distanceUnit) ? distanceUnit.value = $event : distanceUnit = $event),
|
|
@@ -17867,7 +17921,7 @@ const _hoisted_4 = {
|
|
|
17867
17921
|
const __default__ = {
|
|
17868
17922
|
name: "Kq3dModelFlat"
|
|
17869
17923
|
};
|
|
17870
|
-
/* harmony default export */ var ModelFlatvue_type_script_setup_true_lang_js = (
|
|
17924
|
+
/* harmony default export */ var ModelFlatvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
17871
17925
|
props: {
|
|
17872
17926
|
// 设置参数
|
|
17873
17927
|
settingParams: {
|
|
@@ -17910,11 +17964,15 @@ const __default__ = {
|
|
|
17910
17964
|
setup(__props, {
|
|
17911
17965
|
expose: __expose
|
|
17912
17966
|
}) {
|
|
17913
|
-
|
|
17967
|
+
const props = __props;
|
|
17968
|
+
const {
|
|
17969
|
+
proxy
|
|
17970
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
17971
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
17914
17972
|
let viewModel = null;
|
|
17915
17973
|
|
|
17916
17974
|
// 获取组件传参
|
|
17917
|
-
|
|
17975
|
+
|
|
17918
17976
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
17919
17977
|
flatHeight: props.settingParams && props.settingParams.excavationDepth || 10,
|
|
17920
17978
|
// 模型平整深度
|
|
@@ -18427,7 +18485,7 @@ const _hoisted_3 = {
|
|
|
18427
18485
|
const __default__ = {
|
|
18428
18486
|
name: "Kq3dModelExcavate"
|
|
18429
18487
|
};
|
|
18430
|
-
/* harmony default export */ var ModelExcavatevue_type_script_setup_true_lang_js = (
|
|
18488
|
+
/* harmony default export */ var ModelExcavatevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
18431
18489
|
props: {
|
|
18432
18490
|
//指定组件绑定的viewer对象的div的id
|
|
18433
18491
|
mapTarget: String,
|
|
@@ -18472,12 +18530,16 @@ const __default__ = {
|
|
|
18472
18530
|
setup(__props, {
|
|
18473
18531
|
expose: __expose
|
|
18474
18532
|
}) {
|
|
18475
|
-
|
|
18533
|
+
const props = __props;
|
|
18534
|
+
const {
|
|
18535
|
+
proxy
|
|
18536
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
18537
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
18476
18538
|
let viewModel = null;
|
|
18477
|
-
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
18539
|
+
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.locale);
|
|
18478
18540
|
|
|
18479
18541
|
// 获取组件传参
|
|
18480
|
-
|
|
18542
|
+
|
|
18481
18543
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
18482
18544
|
excavationDepth: props.settingParams && props.settingParams.excavationDepth || 20,
|
|
18483
18545
|
// 地形开挖深度
|
|
@@ -18823,7 +18885,7 @@ const _hoisted_6 = {
|
|
|
18823
18885
|
const __default__ = {
|
|
18824
18886
|
name: "Kq3dModelFilter"
|
|
18825
18887
|
};
|
|
18826
|
-
/* harmony default export */ var ModelFiltervue_type_script_setup_true_lang_js = (
|
|
18888
|
+
/* harmony default export */ var ModelFiltervue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
18827
18889
|
props: {
|
|
18828
18890
|
// 设置参数
|
|
18829
18891
|
settingParams: {
|
|
@@ -18866,16 +18928,17 @@ const __default__ = {
|
|
|
18866
18928
|
setup(__props, {
|
|
18867
18929
|
expose: __expose
|
|
18868
18930
|
}) {
|
|
18869
|
-
|
|
18931
|
+
const props = __props;
|
|
18932
|
+
const {
|
|
18933
|
+
proxy
|
|
18934
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
18935
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
18870
18936
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
18871
18937
|
let viewModel = null;
|
|
18872
18938
|
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
18873
18939
|
let tiles = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
18874
|
-
const {
|
|
18875
|
-
proxy
|
|
18876
|
-
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
18877
18940
|
// 获取组件传参
|
|
18878
|
-
|
|
18941
|
+
|
|
18879
18942
|
// 组件容器Ref
|
|
18880
18943
|
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
18881
18944
|
|
|
@@ -19068,7 +19131,7 @@ const __default__ = {
|
|
|
19068
19131
|
min: 0,
|
|
19069
19132
|
max: 5,
|
|
19070
19133
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('brightness'))
|
|
19071
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19134
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19072
19135
|
_: 1 /* STABLE */
|
|
19073
19136
|
}, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
19074
19137
|
span: 6,
|
|
@@ -19084,7 +19147,7 @@ const __default__ = {
|
|
|
19084
19147
|
step: 0.1,
|
|
19085
19148
|
"controls-position": "right",
|
|
19086
19149
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('brightness'))
|
|
19087
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19150
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19088
19151
|
_: 1 /* STABLE */
|
|
19089
19152
|
})]),
|
|
19090
19153
|
_: 1 /* STABLE */
|
|
@@ -19106,7 +19169,7 @@ const __default__ = {
|
|
|
19106
19169
|
min: 0,
|
|
19107
19170
|
max: 5,
|
|
19108
19171
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('contrast'))
|
|
19109
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19172
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19110
19173
|
_: 1 /* STABLE */
|
|
19111
19174
|
}, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
19112
19175
|
span: 6,
|
|
@@ -19122,7 +19185,7 @@ const __default__ = {
|
|
|
19122
19185
|
step: 0.1,
|
|
19123
19186
|
"controls-position": "right",
|
|
19124
19187
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('contrast'))
|
|
19125
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19188
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19126
19189
|
_: 1 /* STABLE */
|
|
19127
19190
|
})]),
|
|
19128
19191
|
_: 1 /* STABLE */
|
|
@@ -19144,7 +19207,7 @@ const __default__ = {
|
|
|
19144
19207
|
min: 0,
|
|
19145
19208
|
max: 5,
|
|
19146
19209
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('tone'))
|
|
19147
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19210
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19148
19211
|
_: 1 /* STABLE */
|
|
19149
19212
|
}, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
19150
19213
|
span: 6,
|
|
@@ -19160,7 +19223,7 @@ const __default__ = {
|
|
|
19160
19223
|
step: 0.1,
|
|
19161
19224
|
"controls-position": "right",
|
|
19162
19225
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('tone'))
|
|
19163
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19226
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19164
19227
|
_: 1 /* STABLE */
|
|
19165
19228
|
})]),
|
|
19166
19229
|
_: 1 /* STABLE */
|
|
@@ -19182,7 +19245,7 @@ const __default__ = {
|
|
|
19182
19245
|
min: 0,
|
|
19183
19246
|
max: 5,
|
|
19184
19247
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('saturation'))
|
|
19185
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19248
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19186
19249
|
_: 1 /* STABLE */
|
|
19187
19250
|
}, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
19188
19251
|
span: 6,
|
|
@@ -19198,7 +19261,7 @@ const __default__ = {
|
|
|
19198
19261
|
step: 0.1,
|
|
19199
19262
|
"controls-position": "right",
|
|
19200
19263
|
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('saturation'))
|
|
19201
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19264
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19202
19265
|
_: 1 /* STABLE */
|
|
19203
19266
|
})]),
|
|
19204
19267
|
_: 1 /* STABLE */
|
|
@@ -19220,7 +19283,7 @@ const __default__ = {
|
|
|
19220
19283
|
min: 0,
|
|
19221
19284
|
max: 5,
|
|
19222
19285
|
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('gamma'))
|
|
19223
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19286
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19224
19287
|
_: 1 /* STABLE */
|
|
19225
19288
|
}, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
19226
19289
|
span: 6,
|
|
@@ -19236,7 +19299,7 @@ const __default__ = {
|
|
|
19236
19299
|
step: 0.1,
|
|
19237
19300
|
"controls-position": "right",
|
|
19238
19301
|
onInput: _cache[21] || (_cache[21] = $event => paramsChanged('gamma'))
|
|
19239
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19302
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19240
19303
|
_: 1 /* STABLE */
|
|
19241
19304
|
})]),
|
|
19242
19305
|
_: 1 /* STABLE */
|
|
@@ -19570,7 +19633,7 @@ const _hoisted_4 = {
|
|
|
19570
19633
|
const __default__ = {
|
|
19571
19634
|
name: "Kq3dModelProfileAnalysis"
|
|
19572
19635
|
};
|
|
19573
|
-
/* harmony default export */ var ModelProfileAnalysisvue_type_script_setup_true_lang_js = (
|
|
19636
|
+
/* harmony default export */ var ModelProfileAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
19574
19637
|
props: {
|
|
19575
19638
|
// 设置参数
|
|
19576
19639
|
settingParams: {
|
|
@@ -19613,7 +19676,11 @@ const __default__ = {
|
|
|
19613
19676
|
setup(__props, {
|
|
19614
19677
|
expose: __expose
|
|
19615
19678
|
}) {
|
|
19616
|
-
|
|
19679
|
+
const props = __props;
|
|
19680
|
+
const {
|
|
19681
|
+
proxy
|
|
19682
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
19683
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
19617
19684
|
// 设置
|
|
19618
19685
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
19619
19686
|
// 分析类
|
|
@@ -19621,7 +19688,7 @@ const __default__ = {
|
|
|
19621
19688
|
// chart显示
|
|
19622
19689
|
let resultCahrtVis = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
19623
19690
|
// 获取组件传参
|
|
19624
|
-
|
|
19691
|
+
|
|
19625
19692
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
19626
19693
|
perspectiveAngle: props.settingParams && props.settingParams.perspectiveAngle || 90,
|
|
19627
19694
|
// 透视角度
|
|
@@ -20111,7 +20178,7 @@ class ModelSelectViewModel {
|
|
|
20111
20178
|
var flag = false;
|
|
20112
20179
|
var models = this._viewer.scene.primitives._primitives;
|
|
20113
20180
|
for (let i = 0; i < models.length; i++) {
|
|
20114
|
-
if (models[i]._url) {
|
|
20181
|
+
if (models[i]._url && models[i] instanceof Cesium.Cesium3DTileset) {
|
|
20115
20182
|
flag = true;
|
|
20116
20183
|
}
|
|
20117
20184
|
}
|
|
@@ -20166,7 +20233,7 @@ const _hoisted_2 = {
|
|
|
20166
20233
|
const __default__ = {
|
|
20167
20234
|
name: "Kq3dModelSelect"
|
|
20168
20235
|
};
|
|
20169
|
-
/* harmony default export */ var ModelSelectvue_type_script_setup_true_lang_js = (
|
|
20236
|
+
/* harmony default export */ var ModelSelectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
20170
20237
|
props: {
|
|
20171
20238
|
// 外部字段别名映射
|
|
20172
20239
|
aliasNameReflection: {
|
|
@@ -20221,16 +20288,20 @@ const __default__ = {
|
|
|
20221
20288
|
setup(__props, {
|
|
20222
20289
|
expose: __expose
|
|
20223
20290
|
}) {
|
|
20291
|
+
const props = __props;
|
|
20224
20292
|
let layerNameTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
20225
20293
|
// 属性值
|
|
20226
20294
|
let tableData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
20227
20295
|
//语言
|
|
20228
|
-
|
|
20296
|
+
const {
|
|
20297
|
+
proxy
|
|
20298
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
20299
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
20229
20300
|
let viewModel = null;
|
|
20230
20301
|
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
20231
20302
|
|
|
20232
20303
|
// 获取组件传参
|
|
20233
|
-
|
|
20304
|
+
|
|
20234
20305
|
// 表格头样式
|
|
20235
20306
|
let headClass = args => {
|
|
20236
20307
|
return {
|
|
@@ -20680,7 +20751,7 @@ const _hoisted_2 = {
|
|
|
20680
20751
|
const __default__ = {
|
|
20681
20752
|
name: "Kq3dParticleEffect"
|
|
20682
20753
|
};
|
|
20683
|
-
/* harmony default export */ var ParticleEffectvue_type_script_setup_true_lang_js = (
|
|
20754
|
+
/* harmony default export */ var ParticleEffectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
20684
20755
|
props: {
|
|
20685
20756
|
// 设置参数
|
|
20686
20757
|
settingParams: {
|
|
@@ -20723,15 +20794,16 @@ const __default__ = {
|
|
|
20723
20794
|
setup(__props, {
|
|
20724
20795
|
expose: __expose
|
|
20725
20796
|
}) {
|
|
20797
|
+
const props = __props;
|
|
20726
20798
|
const {
|
|
20727
20799
|
proxy
|
|
20728
20800
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
20729
20801
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
20730
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
20802
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
20731
20803
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
20732
20804
|
|
|
20733
20805
|
// 获取组件传参
|
|
20734
|
-
|
|
20806
|
+
|
|
20735
20807
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
20736
20808
|
mode: props.settingParams && props.settingParams.mode || "flame",
|
|
20737
20809
|
particleNum: props.settingParams && props.settingParams.particleNum || 40,
|
|
@@ -20978,7 +21050,7 @@ const __default__ = {
|
|
|
20978
21050
|
min: 0.1,
|
|
20979
21051
|
max: 5,
|
|
20980
21052
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('particleSize'))
|
|
20981
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21053
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
20982
21054
|
_: 1 /* STABLE */
|
|
20983
21055
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
20984
21056
|
span: 8
|
|
@@ -20991,7 +21063,7 @@ const __default__ = {
|
|
|
20991
21063
|
max: 5,
|
|
20992
21064
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('particleSize')),
|
|
20993
21065
|
"controls-position": "right"
|
|
20994
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21066
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
20995
21067
|
_: 1 /* STABLE */
|
|
20996
21068
|
})]),
|
|
20997
21069
|
_: 1 /* STABLE */
|
|
@@ -21018,7 +21090,7 @@ const __default__ = {
|
|
|
21018
21090
|
min: 0.1,
|
|
21019
21091
|
max: 5,
|
|
21020
21092
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('minLifeCycle'))
|
|
21021
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21093
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
21022
21094
|
_: 1 /* STABLE */
|
|
21023
21095
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
21024
21096
|
span: 8
|
|
@@ -21031,7 +21103,7 @@ const __default__ = {
|
|
|
21031
21103
|
max: 5,
|
|
21032
21104
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('minLifeCycle')),
|
|
21033
21105
|
"controls-position": "right"
|
|
21034
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21106
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
21035
21107
|
_: 1 /* STABLE */
|
|
21036
21108
|
})]),
|
|
21037
21109
|
_: 1 /* STABLE */
|
|
@@ -21058,7 +21130,7 @@ const __default__ = {
|
|
|
21058
21130
|
min: 0.1,
|
|
21059
21131
|
max: 5,
|
|
21060
21132
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('maxLifeCycle'))
|
|
21061
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21133
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
21062
21134
|
_: 1 /* STABLE */
|
|
21063
21135
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
21064
21136
|
span: 8
|
|
@@ -21071,7 +21143,7 @@ const __default__ = {
|
|
|
21071
21143
|
max: 5,
|
|
21072
21144
|
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('maxLifeCycle')),
|
|
21073
21145
|
"controls-position": "right"
|
|
21074
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21146
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
21075
21147
|
_: 1 /* STABLE */
|
|
21076
21148
|
})]),
|
|
21077
21149
|
_: 1 /* STABLE */
|
|
@@ -21178,7 +21250,7 @@ const __default__ = {
|
|
|
21178
21250
|
max: 10.0,
|
|
21179
21251
|
step: 0.1,
|
|
21180
21252
|
onInput: _cache[27] || (_cache[27] = $event => paramsChanged('startScale'))
|
|
21181
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21253
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
21182
21254
|
_: 1 /* STABLE */
|
|
21183
21255
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
21184
21256
|
span: 8
|
|
@@ -21191,7 +21263,7 @@ const __default__ = {
|
|
|
21191
21263
|
step: 0.1,
|
|
21192
21264
|
onInput: _cache[29] || (_cache[29] = $event => paramsChanged('startScale')),
|
|
21193
21265
|
"controls-position": "right"
|
|
21194
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21266
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
21195
21267
|
_: 1 /* STABLE */
|
|
21196
21268
|
})]),
|
|
21197
21269
|
_: 1 /* STABLE */
|
|
@@ -21218,7 +21290,7 @@ const __default__ = {
|
|
|
21218
21290
|
max: 10.0,
|
|
21219
21291
|
step: 0.1,
|
|
21220
21292
|
onInput: _cache[31] || (_cache[31] = $event => paramsChanged('endScale'))
|
|
21221
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21293
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
21222
21294
|
_: 1 /* STABLE */
|
|
21223
21295
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
21224
21296
|
span: 8
|
|
@@ -21231,7 +21303,7 @@ const __default__ = {
|
|
|
21231
21303
|
step: 0.1,
|
|
21232
21304
|
onInput: _cache[33] || (_cache[33] = $event => paramsChanged('endScale')),
|
|
21233
21305
|
"controls-position": "right"
|
|
21234
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21306
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
21235
21307
|
_: 1 /* STABLE */
|
|
21236
21308
|
})]),
|
|
21237
21309
|
_: 1 /* STABLE */
|
|
@@ -21258,7 +21330,7 @@ const __default__ = {
|
|
|
21258
21330
|
min: 0.0,
|
|
21259
21331
|
max: 10,
|
|
21260
21332
|
onInput: _cache[35] || (_cache[35] = $event => paramsChanged('gravity'))
|
|
21261
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21333
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
21262
21334
|
_: 1 /* STABLE */
|
|
21263
21335
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
21264
21336
|
span: 8
|
|
@@ -21271,7 +21343,7 @@ const __default__ = {
|
|
|
21271
21343
|
step: 0.1,
|
|
21272
21344
|
onInput: _cache[37] || (_cache[37] = $event => paramsChanged('gravity')),
|
|
21273
21345
|
"controls-position": "right"
|
|
21274
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21346
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
|
|
21275
21347
|
_: 1 /* STABLE */
|
|
21276
21348
|
})]),
|
|
21277
21349
|
_: 1 /* STABLE */
|
|
@@ -21559,7 +21631,7 @@ const _hoisted_5 = {
|
|
|
21559
21631
|
const __default__ = {
|
|
21560
21632
|
name: "Kq3dPlaneClip"
|
|
21561
21633
|
};
|
|
21562
|
-
/* harmony default export */ var PlaneClipvue_type_script_setup_true_lang_js = (
|
|
21634
|
+
/* harmony default export */ var PlaneClipvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
21563
21635
|
props: {
|
|
21564
21636
|
// 设置参数
|
|
21565
21637
|
settingParams: {
|
|
@@ -21602,16 +21674,17 @@ const __default__ = {
|
|
|
21602
21674
|
setup(__props, {
|
|
21603
21675
|
expose: __expose
|
|
21604
21676
|
}) {
|
|
21677
|
+
const props = __props;
|
|
21605
21678
|
const {
|
|
21606
21679
|
proxy
|
|
21607
21680
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
21608
21681
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
21609
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
21682
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
21610
21683
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
21611
21684
|
let tiles = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
21612
21685
|
|
|
21613
21686
|
// 获取组件传参
|
|
21614
|
-
|
|
21687
|
+
|
|
21615
21688
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
21616
21689
|
tileset: props.settingParams && props.settingParams.tileset || null,
|
|
21617
21690
|
clipDirection: props.settingParams && props.settingParams.clipDirection || 2,
|
|
@@ -22052,7 +22125,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
22052
22125
|
const __default__ = {
|
|
22053
22126
|
name: "Kq3dResetView"
|
|
22054
22127
|
};
|
|
22055
|
-
/* harmony default export */ var ResetViewvue_type_script_setup_true_lang_js = (
|
|
22128
|
+
/* harmony default export */ var ResetViewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
22056
22129
|
props: {
|
|
22057
22130
|
// 指定组件绑定的scence对象的div的id
|
|
22058
22131
|
mapTarget: String,
|
|
@@ -22068,7 +22141,10 @@ const __default__ = {
|
|
|
22068
22141
|
},
|
|
22069
22142
|
setup(__props) {
|
|
22070
22143
|
const props = __props;
|
|
22071
|
-
|
|
22144
|
+
const {
|
|
22145
|
+
proxy
|
|
22146
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
22147
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
22072
22148
|
let viewModel = null;
|
|
22073
22149
|
let btn = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
22074
22150
|
// 国际化
|
|
@@ -22174,9 +22250,9 @@ var esnext_iterator_for_each_js_ = __webpack_require__(1058);
|
|
|
22174
22250
|
|
|
22175
22251
|
|
|
22176
22252
|
|
|
22177
|
-
/*
|
|
22178
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
22179
|
-
* All rights reserved.
|
|
22253
|
+
/*
|
|
22254
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
22255
|
+
* All rights reserved.
|
|
22180
22256
|
*/
|
|
22181
22257
|
//卷帘逻辑类
|
|
22182
22258
|
class RollerViewModel {
|
|
@@ -22256,11 +22332,14 @@ class RollerViewModel {
|
|
|
22256
22332
|
initLayers() {
|
|
22257
22333
|
let layers = this._layerManager.getLayerCheckedList();
|
|
22258
22334
|
for (let i = 0; i < layers.length; i++) {
|
|
22259
|
-
this.
|
|
22260
|
-
|
|
22261
|
-
|
|
22262
|
-
|
|
22263
|
-
|
|
22335
|
+
let layer = this._layerManager.getLayerByGuid(layers[i].guid);
|
|
22336
|
+
if (layer instanceof Cesium.ImageryLayer || layer instanceof Cesium.Cesium3DTileset) {
|
|
22337
|
+
this._layers.push({
|
|
22338
|
+
guid: layers[i].guid,
|
|
22339
|
+
name: layers[i].name,
|
|
22340
|
+
direction: 0
|
|
22341
|
+
});
|
|
22342
|
+
}
|
|
22264
22343
|
}
|
|
22265
22344
|
}
|
|
22266
22345
|
|
|
@@ -22360,7 +22439,7 @@ const _hoisted_2 = {
|
|
|
22360
22439
|
const __default__ = {
|
|
22361
22440
|
name: "Kq3dRoller"
|
|
22362
22441
|
};
|
|
22363
|
-
/* harmony default export */ var Rollervue_type_script_setup_true_lang_js = (
|
|
22442
|
+
/* harmony default export */ var Rollervue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
22364
22443
|
props: {
|
|
22365
22444
|
showShadow: {
|
|
22366
22445
|
type: Boolean,
|
|
@@ -22398,10 +22477,12 @@ const __default__ = {
|
|
|
22398
22477
|
setup(__props, {
|
|
22399
22478
|
expose: __expose
|
|
22400
22479
|
}) {
|
|
22401
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
22402
|
-
|
|
22403
|
-
//获取组件传参
|
|
22404
22480
|
const props = __props;
|
|
22481
|
+
const {
|
|
22482
|
+
proxy
|
|
22483
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
22484
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
22485
|
+
//获取组件传参
|
|
22405
22486
|
|
|
22406
22487
|
// 表格头样式
|
|
22407
22488
|
let headClass = args => {
|
|
@@ -23150,7 +23231,7 @@ const _hoisted_2 = {
|
|
|
23150
23231
|
const __default__ = {
|
|
23151
23232
|
name: "Kq3dScanEffect"
|
|
23152
23233
|
};
|
|
23153
|
-
/* harmony default export */ var ScanEffectvue_type_script_setup_true_lang_js = (
|
|
23234
|
+
/* harmony default export */ var ScanEffectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
23154
23235
|
props: {
|
|
23155
23236
|
// 设置参数
|
|
23156
23237
|
settingParams: {
|
|
@@ -23193,14 +23274,14 @@ const __default__ = {
|
|
|
23193
23274
|
setup(__props, {
|
|
23194
23275
|
expose: __expose
|
|
23195
23276
|
}) {
|
|
23277
|
+
const props = __props;
|
|
23196
23278
|
const {
|
|
23197
23279
|
proxy
|
|
23198
23280
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
23199
23281
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
23200
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
23201
|
-
|
|
23282
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
23202
23283
|
// 获取组件传参
|
|
23203
|
-
|
|
23284
|
+
|
|
23204
23285
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
23205
23286
|
scanningStyle: props.settingParams && props.settingParams.scanningStyle || 1,
|
|
23206
23287
|
// 地形操作类型。1:线性扫描;2:环形扫描
|
|
@@ -23456,7 +23537,7 @@ const __default__ = {
|
|
|
23456
23537
|
step: 0.1,
|
|
23457
23538
|
"controls-position": "right",
|
|
23458
23539
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('lineSpeed'))
|
|
23459
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
23540
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
|
|
23460
23541
|
_: 1 /* STABLE */
|
|
23461
23542
|
})]),
|
|
23462
23543
|
_: 1 /* STABLE */
|
|
@@ -23483,7 +23564,7 @@ const __default__ = {
|
|
|
23483
23564
|
max: 100,
|
|
23484
23565
|
step: 0.1,
|
|
23485
23566
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('lineWidth'))
|
|
23486
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
23567
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
|
|
23487
23568
|
_: 1 /* STABLE */
|
|
23488
23569
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
23489
23570
|
span: 8
|
|
@@ -24168,7 +24249,7 @@ const _hoisted_2 = {
|
|
|
24168
24249
|
const __default__ = {
|
|
24169
24250
|
name: "Kq3dSceneAdvancedToImage"
|
|
24170
24251
|
};
|
|
24171
|
-
/* harmony default export */ var SceneAdvancedToImagevue_type_script_setup_true_lang_js = (
|
|
24252
|
+
/* harmony default export */ var SceneAdvancedToImagevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
24172
24253
|
props: {
|
|
24173
24254
|
// 设置参数
|
|
24174
24255
|
settingParams: {
|
|
@@ -24211,15 +24292,16 @@ const __default__ = {
|
|
|
24211
24292
|
setup(__props, {
|
|
24212
24293
|
expose: __expose
|
|
24213
24294
|
}) {
|
|
24295
|
+
const props = __props;
|
|
24214
24296
|
const {
|
|
24215
24297
|
proxy
|
|
24216
24298
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
24217
24299
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
24218
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
24300
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
24219
24301
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("screenParameter");
|
|
24220
24302
|
|
|
24221
24303
|
// 获取组件传参
|
|
24222
|
-
|
|
24304
|
+
|
|
24223
24305
|
// 分析类
|
|
24224
24306
|
let viewModel = null;
|
|
24225
24307
|
// 参数
|
|
@@ -24707,7 +24789,7 @@ SceneAdvancedToImage.install = (Vue, opts) => {
|
|
|
24707
24789
|
|
|
24708
24790
|
/***/ }),
|
|
24709
24791
|
|
|
24710
|
-
/***/
|
|
24792
|
+
/***/ 5101:
|
|
24711
24793
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
24712
24794
|
|
|
24713
24795
|
"use strict";
|
|
@@ -24721,6 +24803,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
24721
24803
|
var es_array_push_js_ = __webpack_require__(2118);
|
|
24722
24804
|
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
24723
24805
|
var esnext_iterator_constructor_js_ = __webpack_require__(8470);
|
|
24806
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.filter.js"
|
|
24807
|
+
var esnext_iterator_filter_js_ = __webpack_require__(2753);
|
|
24724
24808
|
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
|
|
24725
24809
|
var esnext_iterator_for_each_js_ = __webpack_require__(1058);
|
|
24726
24810
|
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.map.js"
|
|
@@ -24913,16 +24997,17 @@ const resourceApi = {
|
|
|
24913
24997
|
}
|
|
24914
24998
|
};
|
|
24915
24999
|
/* harmony default export */ var api_resourceApi = (resourceApi);
|
|
25000
|
+
// EXTERNAL MODULE: external "@kq_npm/client3d_webgl_vue"
|
|
25001
|
+
var client3d_webgl_vue_ = __webpack_require__(6459);
|
|
24916
25002
|
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
24917
25003
|
var icons_vue_ = __webpack_require__(8422);
|
|
24918
25004
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
24919
25005
|
var client_icons_vue_ = __webpack_require__(348);
|
|
24920
|
-
// EXTERNAL MODULE: external "@kq_npm/client3d_webgl_vue"
|
|
24921
|
-
var client3d_webgl_vue_ = __webpack_require__(6459);
|
|
24922
25006
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
24923
25007
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
24924
25008
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneapp/components/AppToolBar.vue?vue&type=script&setup=true&lang=js
|
|
24925
25009
|
|
|
25010
|
+
const _withScopeId = n => (_pushScopeId("data-v-989586f6"), n = n(), _popScopeId(), n);
|
|
24926
25011
|
const _hoisted_1 = {
|
|
24927
25012
|
class: "tool-bar-wrapper"
|
|
24928
25013
|
};
|
|
@@ -24939,12 +25024,11 @@ const _hoisted_2 = {
|
|
|
24939
25024
|
__name: 'AppToolBar',
|
|
24940
25025
|
emits: ["contrast"],
|
|
24941
25026
|
setup(__props, {
|
|
24942
|
-
emit
|
|
25027
|
+
emit
|
|
24943
25028
|
}) {
|
|
24944
25029
|
const {
|
|
24945
25030
|
proxy
|
|
24946
25031
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
24947
|
-
const emit = __emit;
|
|
24948
25032
|
const props_params = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.inject)("props_params");
|
|
24949
25033
|
const portalPublicUrl = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.inject)("portalPublicUrl");
|
|
24950
25034
|
let isShowKqToolbar = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
@@ -25028,12 +25112,12 @@ const _hoisted_2 = {
|
|
|
25028
25112
|
childComponentProps: {
|
|
25029
25113
|
isCheckedShow: false,
|
|
25030
25114
|
skecthAttributes: {
|
|
25031
|
-
geometryServerUrl:
|
|
25032
|
-
geometryServerToken:
|
|
25115
|
+
geometryServerUrl: portalPublicUrl.value.geometryServerUrl,
|
|
25116
|
+
geometryServerToken: props_params.value.ua_token
|
|
25033
25117
|
},
|
|
25034
25118
|
featureAttributes: {
|
|
25035
|
-
geometryServerUrl:
|
|
25036
|
-
geometryServerToken:
|
|
25119
|
+
geometryServerUrl: portalPublicUrl.value.geometryServerUrl,
|
|
25120
|
+
geometryServerToken: props_params.value.ua_token
|
|
25037
25121
|
}
|
|
25038
25122
|
}
|
|
25039
25123
|
});
|
|
@@ -25107,8 +25191,8 @@ const _hoisted_2 = {
|
|
|
25107
25191
|
childComponent: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_common_vue_.KqFeatureIdentifyResult),
|
|
25108
25192
|
destroyDynamics: true,
|
|
25109
25193
|
childComponentProps: {
|
|
25110
|
-
geometryServerUrl:
|
|
25111
|
-
geometryServerToken:
|
|
25194
|
+
geometryServerUrl: portalPublicUrl.value.geometryServerUrl,
|
|
25195
|
+
geometryServerToken: props_params.value.ua_token,
|
|
25112
25196
|
isLocation: true
|
|
25113
25197
|
},
|
|
25114
25198
|
beforeHideMethod: function () {
|
|
@@ -25176,9 +25260,9 @@ const _hoisted_2 = {
|
|
|
25176
25260
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
25177
25261
|
var injectStylesIntoStyleTag = __webpack_require__(3379);
|
|
25178
25262
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
25179
|
-
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneapp/components/AppToolBar.vue?vue&type=style&index=0&id=
|
|
25180
|
-
var
|
|
25181
|
-
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneapp/components/AppToolBar.vue?vue&type=style&index=0&id=
|
|
25263
|
+
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneapp/components/AppToolBar.vue?vue&type=style&index=0&id=989586f6&lang=scss&scoped=true
|
|
25264
|
+
var AppToolBarvue_type_style_index_0_id_989586f6_lang_scss_scoped_true = __webpack_require__(8622);
|
|
25265
|
+
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneapp/components/AppToolBar.vue?vue&type=style&index=0&id=989586f6&lang=scss&scoped=true
|
|
25182
25266
|
|
|
25183
25267
|
|
|
25184
25268
|
|
|
@@ -25187,12 +25271,12 @@ var options = {};
|
|
|
25187
25271
|
options.insert = "head";
|
|
25188
25272
|
options.singleton = false;
|
|
25189
25273
|
|
|
25190
|
-
var update = injectStylesIntoStyleTag_default()(
|
|
25274
|
+
var update = injectStylesIntoStyleTag_default()(AppToolBarvue_type_style_index_0_id_989586f6_lang_scss_scoped_true/* default */.Z, options);
|
|
25191
25275
|
|
|
25192
25276
|
|
|
25193
25277
|
|
|
25194
|
-
/* harmony default export */ var
|
|
25195
|
-
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppToolBar.vue?vue&type=style&index=0&id=
|
|
25278
|
+
/* harmony default export */ var components_AppToolBarvue_type_style_index_0_id_989586f6_lang_scss_scoped_true = (AppToolBarvue_type_style_index_0_id_989586f6_lang_scss_scoped_true/* default.locals */.Z.locals || {});
|
|
25279
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppToolBar.vue?vue&type=style&index=0&id=989586f6&lang=scss&scoped=true
|
|
25196
25280
|
|
|
25197
25281
|
// EXTERNAL MODULE: ./node_modules/vue-loader/dist/exportHelper.js
|
|
25198
25282
|
var exportHelper = __webpack_require__(6021);
|
|
@@ -25203,11 +25287,9 @@ var exportHelper = __webpack_require__(6021);
|
|
|
25203
25287
|
;
|
|
25204
25288
|
|
|
25205
25289
|
|
|
25206
|
-
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(AppToolBarvue_type_script_setup_true_lang_js, [['__scopeId',"data-v-
|
|
25290
|
+
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(AppToolBarvue_type_script_setup_true_lang_js, [['__scopeId',"data-v-989586f6"]])
|
|
25207
25291
|
|
|
25208
25292
|
/* harmony default export */ var AppToolBar = (__exports__);
|
|
25209
|
-
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.filter.js"
|
|
25210
|
-
var esnext_iterator_filter_js_ = __webpack_require__(2753);
|
|
25211
25293
|
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.find.js"
|
|
25212
25294
|
var esnext_iterator_find_js_ = __webpack_require__(8697);
|
|
25213
25295
|
// EXTERNAL MODULE: external "core-js/modules/web.dom-exception.stack.js"
|
|
@@ -26021,8 +26103,6 @@ function createNewChildren(children) {
|
|
|
26021
26103
|
});
|
|
26022
26104
|
return newChildren;
|
|
26023
26105
|
}
|
|
26024
|
-
;// CONCATENATED MODULE: external "shpjs"
|
|
26025
|
-
var external_shpjs_namespaceObject = require("shpjs");
|
|
26026
26106
|
;// CONCATENATED MODULE: external "dompurify"
|
|
26027
26107
|
var external_dompurify_namespaceObject = require("dompurify");
|
|
26028
26108
|
;// CONCATENATED MODULE: ./src/common/_utils/util.js
|
|
@@ -26090,7 +26170,8 @@ if(!defaultShowLayerNames){return isShowAllLayers;}else{let hasId=false;for(let
|
|
|
26090
26170
|
* @callbackFun 回调方法 传入解析后的features数组
|
|
26091
26171
|
*/function uploadCad(serverUrl,file,ua_token,language,epsg,callbackFun){if(serverUrl===""||serverUrl===undefined||serverUrl===null){KqMessage({message:language.value.importcadaddresserror+"!",type:"error",duration:2000});//callbackFun();
|
|
26092
26172
|
return;}let params=new KqGIS.GeometryAnalysis.CadParserParams({file:file});let dataUrl=serverUrl+"?ua_token="+ua_token;new KqGIS.GeometryAnalysis.CadParserService(dataUrl,{eventListeners:{processCompleted:response=>{const result=response.result;if(result){if(result.resultcode==="success"){let features=[];for(let i=0;i<result.result.length;i++){for(let j=0;j<result.result[i].features.length;j++){features.push(result.result[i].features[j]);}}let srs="";if(result.result[0].srs){srs=result.result[0].srs?result.result[0].srs:epsg?`EPSG:${epsg}`:"EPSG:4326";}else if(result.result[0].crs){let crs=result.result[0].crs.properties.name;srs="EPSG"+crs.substring(crs.lastIndexOf(":"));}if(!srs){srs="EPSG:3857";}let data={type:"FeatureCollection",srs:srs,features:features};if(srs==="EPSG:4326"||srs.indexOf("CRS84")>=0){callbackFun(data);}else{let projectfeatures=[];data.features.forEach(f=>{projectfeatures.push(f);});new KqGIS.GeometryAnalysis.ProjectSystemService(dataUrl,{eventListeners:{processCompleted:srsResponse=>{if(srsResponse.result.result.epsg!=4326){projectTransform(dataUrl,srsResponse.result.result.epsg,// inPrj
|
|
26093
|
-
"4326",projectfeatures,function(datafeature){let dataf={type:"FeatureCollection",features:datafeature};callbackFun&&callbackFun(dataf);});}else{let data={type:"FeatureCollection",features:projectfeatures};callbackFun&&callbackFun(data);}},processFailed:()=>{callbackFun();}}}).processAsync({srs:data.srs});}}else{KqMessage({message:language.imporcaderror+"!",type:"error",duration:2000});callbackFun();}}else{KqMessage({message:language.imporcaderror+"!",type:"error",duration:2000});callbackFun();}},processFailed:()=>{KqMessage({message:language.importshperror+"!",type:"error",duration:2000});callbackFun();}}}).processAsync(params);}function uploadSHP(file,callbackFun){var reader=new FileReader();reader.onload=function(e){
|
|
26173
|
+
"4326",projectfeatures,function(datafeature){let dataf={type:"FeatureCollection",features:datafeature};callbackFun&&callbackFun(dataf);});}else{let data={type:"FeatureCollection",features:projectfeatures};callbackFun&&callbackFun(data);}},processFailed:()=>{callbackFun();}}}).processAsync({srs:data.srs});}}else{KqMessage({message:language.imporcaderror+"!",type:"error",duration:2000});callbackFun();}}else{KqMessage({message:language.imporcaderror+"!",type:"error",duration:2000});callbackFun();}},processFailed:()=>{KqMessage({message:language.importshperror+"!",type:"error",duration:2000});callbackFun();}}}).processAsync(params);}function uploadSHP(file,callbackFun){var reader=new FileReader();reader.onload=async function(e){// 动态引入shpjs 解决动标和BI项目的冲突问题
|
|
26174
|
+
let shp=await Promise.resolve(/* import() */).then(__webpack_require__.t.bind(__webpack_require__, 8618, 23));let binary=e.target.result;let _shp=shp;let _getShapefile=null;if(typeof shp==="object"&&shp.default){_shp=shp.default;}if(typeof _shp==="object"){_getShapefile=_shp.getShapefile;}else if(typeof _shp==="function"){_getShapefile=_shp;}_getShapefile(binary).then(function(data){if(Array.isArray(data)){let features=[];for(let i=0;i<data.length;i++){for(let j=0;j<data[i].features.length;j++){features.push(data[i].features[j]);}}let fdata={type:"FeatureCollection",features:features};callbackFun&&callbackFun(fdata);}else{data.features&&data.features.forEach(ele=>{delete ele.geometry.bbox;});callbackFun&&callbackFun(data);}});};reader.readAsArrayBuffer(file);}/**
|
|
26094
26175
|
* 上传解析shp文件
|
|
26095
26176
|
* @serverUrl 服务url
|
|
26096
26177
|
* @file 上传file文件流
|
|
@@ -26259,11 +26340,11 @@ let m=Math.floor((Number(temp1)-Number(f))*60);return d+"°"+f+"′"+m+"″";}/*
|
|
|
26259
26340
|
* @param {Object} target - 目标 dom 元素
|
|
26260
26341
|
* @param {string} newClass - 要添加的class
|
|
26261
26342
|
* @param {boolean} [isUnshift=false] - class是否要添加到最前面;默认false,添加到最后
|
|
26262
|
-
*/function addClass(target,newClass,isUnshift=false){var attrArr=target.getAttribute("class").split(" ");if(isUnshift){if(XEUtils.isArray(newClass)){for(var i=0,item;item=newClass[i++];){attrArr.unshift(item);}}else{attrArr.unshift(newClass);}}else{if(XEUtils.isArray(newClass)){for(var i=0,item;item=newClass[i++];){attrArr.push(item);}}else{attrArr.push(newClass);}}target.setAttribute("class",attrArr.join(" "));}/**
|
|
26343
|
+
*/function addClass(target,newClass,isUnshift=false){if(target){var attrArr=target.getAttribute("class").split(" ");if(isUnshift){if(XEUtils.isArray(newClass)){for(var i=0,item;item=newClass[i++];){attrArr.unshift(item);}}else{attrArr.unshift(newClass);}}else{if(XEUtils.isArray(newClass)){for(var i=0,item;item=newClass[i++];){attrArr.push(item);}}else{attrArr.push(newClass);}}target.setAttribute("class",attrArr.join(" "));}}/**
|
|
26263
26344
|
* @description 删除node节点中的class
|
|
26264
26345
|
* @param {Object} target - 目标 dom 元素
|
|
26265
26346
|
* @param {string} oldClass - 要删除的class
|
|
26266
|
-
*/function removeClass(target,oldClass){var attrArr=target.getAttribute("class").split(" ");if(XEUtils.isString(oldClass)){attrArr.forEach((item,index)=>{if(item===oldClass){attrArr.splice(index,1);}});}else if(XEUtils.isArray(oldClass)){attrArr.forEach((item,index)=>{oldClass.forEach((classItem,idx)=>{if(item===classItem){delete attrArr[index];}});});attrArr=attrArr.filter(function(item){return item!=""||!item;});}target.setAttribute("class",attrArr.join(" "));}/**
|
|
26347
|
+
*/function removeClass(target,oldClass){if(target){var attrArr=target.getAttribute("class").split(" ");if(XEUtils.isString(oldClass)){attrArr.forEach((item,index)=>{if(item===oldClass){attrArr.splice(index,1);}});}else if(XEUtils.isArray(oldClass)){attrArr.forEach((item,index)=>{oldClass.forEach((classItem,idx)=>{if(item===classItem){delete attrArr[index];}});});attrArr=attrArr.filter(function(item){return item!=""||!item;});}target.setAttribute("class",attrArr.join(" "));}}/**
|
|
26267
26348
|
* @description 计算组件位置,position 支持的格式为:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
26268
26349
|
* @param {Object} boxElem - 组件容器 dom 元素
|
|
26269
26350
|
* @param {Object} props - 组件参数
|
|
@@ -26291,11 +26372,11 @@ function bind(fn,obj){let slice=Array.prototype.slice;if(fn.bind){return fn.bind
|
|
|
26291
26372
|
* @param {Object} boxElem - 组件容器 dom 元素
|
|
26292
26373
|
* @param {Object} props - 组件参数,包括showHeaderTemp、isCollapseHeaderTemp、headerTempTitle、headerTempIcon、isRight四个参数
|
|
26293
26374
|
* @param {Object} headerTempRef - 组件header 元素
|
|
26294
|
-
*/let stopSetTitle,stopSetIcon,stopSetRight,stopDefaultHeaderTempTitle;const createHeaderTemp=(boxElem,props,headerTempRef,defaultHeaderTempTitle=null,clickCallback)=>{stopSetTitle&&stopSetTitle();stopSetIcon&&stopSetIcon();stopSetRight&&stopSetRight();if(defaultHeaderTempTitle){stopDefaultHeaderTempTitle&&stopDefaultHeaderTempTitle();}let{showHeaderTemp,isCollapseHeaderTemp,headerTempTitle,headerTempIcon,isRight,showShadow}=props;if(!showHeaderTemp.value)return;let _isCollapseHeaderTemp=isCollapseHeaderTemp.value;const setCollapseHeaderTemp=(__isCollapseHeaderTemp,__showShadow,isClick)=>{let _btnBox=headerTempRef.value&&headerTempRef.value.childNodes[1];let _title=headerTempTitle.value?XEUtils.toValueString(headerTempTitle.value):defaultHeaderTempTitle&&defaultHeaderTempTitle.value?defaultHeaderTempTitle.value:null;// 初始化时禁止动画效果
|
|
26375
|
+
*/let stopSetTitle,stopSetIcon,stopSetRight,stopDefaultHeaderTempTitle;const createHeaderTemp=(boxElem,props,headerTempRef,defaultHeaderTempTitle=null,clickCallback)=>{stopSetTitle&&stopSetTitle();stopSetIcon&&stopSetIcon();stopSetRight&&stopSetRight();if(defaultHeaderTempTitle){stopDefaultHeaderTempTitle&&stopDefaultHeaderTempTitle();}let{showHeaderTemp,isCollapseHeaderTemp,headerTempTitle,headerTempIcon,isRight,showShadow}=props;if(!showHeaderTemp.value)return;if(!headerTempRef.value)return;let _isCollapseHeaderTemp=isCollapseHeaderTemp.value;const setCollapseHeaderTemp=(__isCollapseHeaderTemp,__showShadow,isClick)=>{if(headerTempRef.value){let _btnBox=headerTempRef.value&&headerTempRef.value.childNodes[1];let _title=headerTempTitle.value?XEUtils.toValueString(headerTempTitle.value):defaultHeaderTempTitle&&defaultHeaderTempTitle.value?defaultHeaderTempTitle.value:null;// 初始化时禁止动画效果
|
|
26295
26376
|
addClass(boxElem,["kq-is-hide-no-transition"]);if(isClick){// 点击时打开动画效果
|
|
26296
26377
|
removeClass(boxElem,["kq-is-hide-no-transition"]);}if(__isCollapseHeaderTemp){// 收起
|
|
26297
26378
|
if(__showShadow){addClass(boxElem,["kq-is-hide","kq-light-shadow"]);removeClass(boxElem,["kq-is-show","kq-box-shadow"]);}else{addClass(boxElem,["kq-is-hide"]);removeClass(boxElem,["kq-is-show"]);}isClick&&_btnBox.setAttribute("title",_title);clickCallback&&clickCallback(false);}else{// 展开
|
|
26298
|
-
if(__showShadow){addClass(boxElem,["kq-is-show","kq-box-shadow"]);removeClass(boxElem,["kq-is-hide","kq-light-shadow"]);}else{addClass(boxElem,["kq-is-show"]);removeClass(boxElem,["kq-is-hide"]);}isClick&&_btnBox.removeAttribute("title");clickCallback&&clickCallback(true);}};setCollapseHeaderTemp(_isCollapseHeaderTemp,showShadow&&showShadow.value);isRight.value?addClass(boxElem,"kq-is-right"):addClass(boxElem,"kq-is-left");const ctrlFn=()=>{_isCollapseHeaderTemp=!_isCollapseHeaderTemp;setCollapseHeaderTemp(_isCollapseHeaderTemp,showShadow&&showShadow.value,true);};if(defaultHeaderTempTitle){stopDefaultHeaderTempTitle=watch(()=>defaultHeaderTempTitle.value,(newVal,oldVal)=>{setInnerHtml(headerTempRef.value.childNodes[0],newVal);headerTempRef.value.childNodes[1].setAttribute("title",newVal);});}stopSetTitle=watch(()=>headerTempTitle.value,(newVal,oldVal)=>{if(headerTempRef.value){setInnerHtml(headerTempRef.value.childNodes[0],newVal);}});stopSetIcon=watch(()=>headerTempIcon.value,(newVal,oldVal)=>{var _node=document.querySelector(".kq-control-header-temp_btn");render(h(KqIcon,{size:16},()=>h(newVal)),_node);if(_node.childNodes.length===2){_node.childNodes[0].remove();}});stopSetRight=watch(()=>isRight.value,(newVal,oldVal)=>{if(!newVal){addClass(boxElem,"kq-is-left");}else{removeClass(boxElem,"kq-is-left");}});return h("div",{class:["kq-control-header-temp"]},[h("h4",{class:"_title"},headerTempTitle.value?XEUtils.toValueString(headerTempTitle.value):defaultHeaderTempTitle.value?defaultHeaderTempTitle.value:"标题"),h("div",{class:["_btn","kq-control-header-temp_btn"],onClick:ctrlFn,title:_isCollapseHeaderTemp?headerTempTitle.value?XEUtils.toValueString(headerTempTitle.value):defaultHeaderTempTitle.value?defaultHeaderTempTitle.value:null:null},h(headerTempIcon.value?XEUtils.isString(headerTempIcon.value)?h("i",{class:[headerTempIcon.value,"kq-icon"]}):h(KqIcon,{size:16},()=>h(headerTempIcon.value)):null))]);};/**
|
|
26379
|
+
if(__showShadow){addClass(boxElem,["kq-is-show","kq-box-shadow"]);removeClass(boxElem,["kq-is-hide","kq-light-shadow"]);}else{addClass(boxElem,["kq-is-show"]);removeClass(boxElem,["kq-is-hide"]);}isClick&&_btnBox.removeAttribute("title");clickCallback&&clickCallback(true);}}};setCollapseHeaderTemp(_isCollapseHeaderTemp,showShadow&&showShadow.value);isRight.value?addClass(boxElem,"kq-is-right"):addClass(boxElem,"kq-is-left");const ctrlFn=()=>{_isCollapseHeaderTemp=!_isCollapseHeaderTemp;setCollapseHeaderTemp(_isCollapseHeaderTemp,showShadow&&showShadow.value,true);};if(defaultHeaderTempTitle){stopDefaultHeaderTempTitle=watch(()=>defaultHeaderTempTitle.value,(newVal,oldVal)=>{setInnerHtml(headerTempRef.value.childNodes[0],newVal);headerTempRef.value.childNodes[1].setAttribute("title",newVal);});}stopSetTitle=watch(()=>headerTempTitle.value,(newVal,oldVal)=>{if(headerTempRef.value){setInnerHtml(headerTempRef.value.childNodes[0],newVal);}});stopSetIcon=watch(()=>headerTempIcon.value,(newVal,oldVal)=>{var _node=document.querySelector(".kq-control-header-temp_btn");render(h(KqIcon,{size:16},()=>h(newVal)),_node);if(_node.childNodes.length===2){_node.childNodes[0].remove();}});stopSetRight=watch(()=>isRight.value,(newVal,oldVal)=>{if(!newVal){addClass(boxElem,"kq-is-left");}else{removeClass(boxElem,"kq-is-left");}});return h("div",{class:["kq-control-header-temp"]},[h("h4",{class:"_title"},headerTempTitle.value?XEUtils.toValueString(headerTempTitle.value):defaultHeaderTempTitle.value?defaultHeaderTempTitle.value:"标题"),h("div",{class:["_btn","kq-control-header-temp_btn"],onClick:ctrlFn,title:_isCollapseHeaderTemp?headerTempTitle.value?XEUtils.toValueString(headerTempTitle.value):defaultHeaderTempTitle.value?defaultHeaderTempTitle.value:null:null},h(headerTempIcon.value?XEUtils.isString(headerTempIcon.value)?h("i",{class:[headerTempIcon.value,"kq-icon"]}):h(KqIcon,{size:16},()=>h(headerTempIcon.value)):null))]);};/**
|
|
26299
26380
|
* @returns {boolean}
|
|
26300
26381
|
*/function checkAuditTime(){// 2023 10月31
|
|
26301
26382
|
const endTime=1698768000000;//const endTime = 1686551218288;
|
|
@@ -26376,6 +26457,7 @@ if(cb)cb();};}/**
|
|
|
26376
26457
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneapp/components/AppPlotting.vue?vue&type=script&setup=true&lang=js
|
|
26377
26458
|
|
|
26378
26459
|
|
|
26460
|
+
const AppPlottingvue_type_script_setup_true_lang_js_withScopeId = n => (_pushScopeId("data-v-c8ae73fc"), n = n(), _popScopeId(), n);
|
|
26379
26461
|
const AppPlottingvue_type_script_setup_true_lang_js_hoisted_1 = {
|
|
26380
26462
|
class: "kq-dynamicplotting-component"
|
|
26381
26463
|
};
|
|
@@ -26585,9 +26667,169 @@ var AppPlottingvue_type_style_index_0_id_c8ae73fc_scoped_true_lang_scss_update =
|
|
|
26585
26667
|
const AppPlotting_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(AppPlottingvue_type_script_setup_true_lang_js, [['__scopeId',"data-v-c8ae73fc"]])
|
|
26586
26668
|
|
|
26587
26669
|
/* harmony default export */ var AppPlotting = (AppPlotting_exports_);
|
|
26588
|
-
;// CONCATENATED MODULE: ./
|
|
26589
|
-
|
|
26670
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneapp/config/tool-box.js
|
|
26671
|
+
/*
|
|
26672
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
26673
|
+
* All rights reserved.
|
|
26674
|
+
*/
|
|
26590
26675
|
|
|
26676
|
+
let getTooBox = ({
|
|
26677
|
+
common,
|
|
26678
|
+
leaflet,
|
|
26679
|
+
webgl
|
|
26680
|
+
}) => {
|
|
26681
|
+
return [{
|
|
26682
|
+
label: webgl.analysis3D,
|
|
26683
|
+
isOpen: false,
|
|
26684
|
+
children: [{
|
|
26685
|
+
label: webgl.sightlineAnalysis,
|
|
26686
|
+
icon: client_icons_vue_.IconSightlineAnalysis,
|
|
26687
|
+
value: "Kq3dSightlineAnalysis"
|
|
26688
|
+
}, {
|
|
26689
|
+
label: webgl.viewshedAnalysis,
|
|
26690
|
+
icon: client_icons_vue_.IconViewshedAnalysis,
|
|
26691
|
+
value: "Kq3dViewshedAnalysis"
|
|
26692
|
+
}, {
|
|
26693
|
+
label: webgl.shadowAnalysis,
|
|
26694
|
+
icon: client_icons_vue_.IconShadowAnalysis,
|
|
26695
|
+
value: "Kq3dShadowAnalysis"
|
|
26696
|
+
}, {
|
|
26697
|
+
label: webgl.modelProfileAnalysis,
|
|
26698
|
+
icon: client_icons_vue_.IconProfileAnalysis,
|
|
26699
|
+
value: "Kq3dModelProfileAnalysis"
|
|
26700
|
+
}, {
|
|
26701
|
+
label: webgl.skylineAnalysis,
|
|
26702
|
+
icon: client_icons_vue_.IconSkylineAnalysis,
|
|
26703
|
+
value: "Kq3dSkylineAnalysis"
|
|
26704
|
+
}, {
|
|
26705
|
+
label: webgl.limitHeightAnalysis,
|
|
26706
|
+
icon: client_icons_vue_.IconHeightLimitAnalysis,
|
|
26707
|
+
value: "Kq3dLimitHeightAnalysis"
|
|
26708
|
+
}, {
|
|
26709
|
+
label: webgl.floodModel + webgl.floodAnalysis1,
|
|
26710
|
+
icon: client_icons_vue_.IconFloodAnalysis,
|
|
26711
|
+
value: "ModelFloodAnalysis"
|
|
26712
|
+
}, {
|
|
26713
|
+
label: webgl.geologyBodyAnalysis,
|
|
26714
|
+
icon: client_icons_vue_.IconGeologicalAnalysis,
|
|
26715
|
+
value: "Kq3dGeologicalBodyAnalysis"
|
|
26716
|
+
}, {
|
|
26717
|
+
label: webgl.modelFilterPick,
|
|
26718
|
+
icon: client_icons_vue_.IconModelFiltering,
|
|
26719
|
+
value: "Kq3dModelFilter"
|
|
26720
|
+
}, {
|
|
26721
|
+
label: webgl.wireFrameSketch,
|
|
26722
|
+
icon: client_icons_vue_.IconWireframeSketch,
|
|
26723
|
+
value: "Kq3dWireframeSketch"
|
|
26724
|
+
}]
|
|
26725
|
+
}, {
|
|
26726
|
+
label: webgl.terrainAnalysis,
|
|
26727
|
+
isOpen: false,
|
|
26728
|
+
children: [{
|
|
26729
|
+
label: webgl.terrainOperation,
|
|
26730
|
+
icon: client_icons_vue_.IconTerrainOperation,
|
|
26731
|
+
value: "Kq3dTerrainOperation"
|
|
26732
|
+
}, {
|
|
26733
|
+
label: webgl.excavateFillAnalysis,
|
|
26734
|
+
icon: client_icons_vue_.IconExcavateFillAnalysis,
|
|
26735
|
+
value: "Kq3dExcavateFillAnalysis"
|
|
26736
|
+
}, {
|
|
26737
|
+
label: webgl.slopeAnalysis,
|
|
26738
|
+
icon: client_icons_vue_.IconSlopeAnalysis,
|
|
26739
|
+
value: "Kq3dSlopeAnalysis"
|
|
26740
|
+
}, {
|
|
26741
|
+
label: webgl.aspectAnalysis,
|
|
26742
|
+
icon: client_icons_vue_.IconAspectAnalysis,
|
|
26743
|
+
value: "Kq3dAspectAnalysis"
|
|
26744
|
+
}, {
|
|
26745
|
+
label: webgl.isolineAnalysis,
|
|
26746
|
+
icon: client_icons_vue_.IconIsolineAnalysis,
|
|
26747
|
+
value: "Kq3dIsolineAnalysis"
|
|
26748
|
+
}, {
|
|
26749
|
+
label: webgl.floodTerrain + webgl.floodAnalysis1,
|
|
26750
|
+
icon: client_icons_vue_.IconFloodAnalysis,
|
|
26751
|
+
value: "TerrainFloodAnalysis"
|
|
26752
|
+
}, {
|
|
26753
|
+
label: webgl.terrainProfileName,
|
|
26754
|
+
icon: client_icons_vue_.IconProfileAnalysis,
|
|
26755
|
+
value: "Kq3dTerrainProfileAnalysis"
|
|
26756
|
+
}]
|
|
26757
|
+
}, {
|
|
26758
|
+
label: webgl.clipAnalysis,
|
|
26759
|
+
isOpen: false,
|
|
26760
|
+
children: [{
|
|
26761
|
+
label: webgl.boxClip,
|
|
26762
|
+
icon: client_icons_vue_.IconBoxClip,
|
|
26763
|
+
value: "Kq3dBoxClip"
|
|
26764
|
+
}, {
|
|
26765
|
+
label: webgl.planeClip,
|
|
26766
|
+
icon: client_icons_vue_.IconPlaneClip,
|
|
26767
|
+
value: "Kq3dPlaneClip"
|
|
26768
|
+
}]
|
|
26769
|
+
}, {
|
|
26770
|
+
label: webgl.specialEffects,
|
|
26771
|
+
isOpen: false,
|
|
26772
|
+
children: [{
|
|
26773
|
+
label: webgl.weatherEffect,
|
|
26774
|
+
icon: client_icons_vue_.IconWeatherEffect,
|
|
26775
|
+
value: "Kq3dWeatherEffect"
|
|
26776
|
+
}, {
|
|
26777
|
+
label: webgl.particleEffect,
|
|
26778
|
+
icon: client_icons_vue_.IconParticleEffect,
|
|
26779
|
+
value: "Kq3dParticleEffect"
|
|
26780
|
+
}, {
|
|
26781
|
+
label: webgl.scanningTitle,
|
|
26782
|
+
icon: client_icons_vue_.IconScanningLine,
|
|
26783
|
+
value: "Kq3dScanEffect"
|
|
26784
|
+
}]
|
|
26785
|
+
}, {
|
|
26786
|
+
label: webgl.scene,
|
|
26787
|
+
isOpen: false,
|
|
26788
|
+
children: [{
|
|
26789
|
+
label: webgl.sceneSet,
|
|
26790
|
+
icon: client_icons_vue_.IconSceneSettings,
|
|
26791
|
+
value: "Kq3dSceneSet"
|
|
26792
|
+
}, {
|
|
26793
|
+
label: webgl.light,
|
|
26794
|
+
icon: client_icons_vue_.IconLighting,
|
|
26795
|
+
value: "Kq3dLight"
|
|
26796
|
+
}, {
|
|
26797
|
+
label: webgl.videoFusion,
|
|
26798
|
+
icon: client_icons_vue_.IconVideoFusion,
|
|
26799
|
+
value: "Kq3dVideoFusion"
|
|
26800
|
+
}, {
|
|
26801
|
+
label: webgl.videoProject,
|
|
26802
|
+
icon: client_icons_vue_.IconVideoProjection,
|
|
26803
|
+
value: "Kq3dVideoProject"
|
|
26804
|
+
}]
|
|
26805
|
+
}, {
|
|
26806
|
+
label: common.dynamicPlottingTitle,
|
|
26807
|
+
isOpen: false,
|
|
26808
|
+
children: [{
|
|
26809
|
+
label: common.dynamicPlottingTitle,
|
|
26810
|
+
icon: client_icons_vue_.IconPlottingSymbolManage,
|
|
26811
|
+
value: "dynamicplotting"
|
|
26812
|
+
}]
|
|
26813
|
+
}, {
|
|
26814
|
+
label: webgl.visualization,
|
|
26815
|
+
isOpen: false,
|
|
26816
|
+
children: [{
|
|
26817
|
+
label: webgl.heatmapTitle,
|
|
26818
|
+
icon: client_icons_vue_.IconHeatMap3D,
|
|
26819
|
+
value: "Kq3dHeatmap"
|
|
26820
|
+
}]
|
|
26821
|
+
}, {
|
|
26822
|
+
label: common.seaChart,
|
|
26823
|
+
isOpen: false,
|
|
26824
|
+
children: [{
|
|
26825
|
+
label: common.chartset,
|
|
26826
|
+
icon: client_icons_vue_.IconSeaChartSet,
|
|
26827
|
+
value: "KqChartSet"
|
|
26828
|
+
}]
|
|
26829
|
+
}];
|
|
26830
|
+
};
|
|
26831
|
+
/* harmony default export */ var tool_box = (getTooBox);
|
|
26832
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneapp/components/AppToolBox.vue?vue&type=script&setup=true&lang=js
|
|
26591
26833
|
|
|
26592
26834
|
const AppToolBoxvue_type_script_setup_true_lang_js_hoisted_1 = {
|
|
26593
26835
|
class: "tool-box-wrapper-3d"
|
|
@@ -26605,23 +26847,32 @@ const AppToolBoxvue_type_script_setup_true_lang_js_hoisted_3 = {
|
|
|
26605
26847
|
|
|
26606
26848
|
|
|
26607
26849
|
|
|
26850
|
+
|
|
26608
26851
|
const __default__ = {
|
|
26609
26852
|
name: "AppToolBox"
|
|
26610
26853
|
};
|
|
26611
|
-
/* harmony default export */ var AppToolBoxvue_type_script_setup_true_lang_js = (
|
|
26854
|
+
/* harmony default export */ var AppToolBoxvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
26612
26855
|
props: {
|
|
26613
26856
|
viewId: String
|
|
26614
26857
|
},
|
|
26858
|
+
emits: ["collapse", "openPrint"],
|
|
26615
26859
|
setup(__props, {
|
|
26616
|
-
expose: __expose
|
|
26860
|
+
expose: __expose,
|
|
26861
|
+
emit
|
|
26617
26862
|
}) {
|
|
26618
26863
|
const props = __props;
|
|
26619
26864
|
const {
|
|
26620
26865
|
proxy
|
|
26621
26866
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
26622
26867
|
const isShowKqToolbox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
26623
|
-
|
|
26624
|
-
|
|
26868
|
+
// 监听toolbox 展开收起
|
|
26869
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => isShowKqToolbox.value, (newVal, oldVal) => {
|
|
26870
|
+
if (newVal) {
|
|
26871
|
+
emit("collapse", false);
|
|
26872
|
+
} else {
|
|
26873
|
+
emit("collapse", true);
|
|
26874
|
+
}
|
|
26875
|
+
});
|
|
26625
26876
|
// 获取国际化文字信息
|
|
26626
26877
|
let {
|
|
26627
26878
|
t
|
|
@@ -26630,167 +26881,9 @@ const __default__ = {
|
|
|
26630
26881
|
let language = proxy.$i18n.global.messages[langLocal];
|
|
26631
26882
|
const props_params = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.inject)("props_params");
|
|
26632
26883
|
const portalPublicUrl = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.inject)("portalPublicUrl");
|
|
26633
|
-
const mapTarget = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("mainMap");
|
|
26634
|
-
let screenshotRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
26635
|
-
let webPrintRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
26636
|
-
let isShowKqToolCommon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
26637
26884
|
let isView = true;
|
|
26638
|
-
|
|
26639
|
-
let
|
|
26640
|
-
appContext
|
|
26641
|
-
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
26642
|
-
let toolsList3d = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([{
|
|
26643
|
-
label: language.webgl.analysis3D,
|
|
26644
|
-
isOpen: false,
|
|
26645
|
-
children: [{
|
|
26646
|
-
label: language.webgl.sightlineAnalysis,
|
|
26647
|
-
icon: client_icons_vue_.IconSightlineAnalysis,
|
|
26648
|
-
value: "Kq3dSightlineAnalysis"
|
|
26649
|
-
}, {
|
|
26650
|
-
label: language.webgl.viewshedAnalysis,
|
|
26651
|
-
icon: client_icons_vue_.IconViewshedAnalysis,
|
|
26652
|
-
value: "Kq3dViewshedAnalysis"
|
|
26653
|
-
}, {
|
|
26654
|
-
label: language.webgl.shadowAnalysis,
|
|
26655
|
-
icon: client_icons_vue_.IconShadowAnalysis,
|
|
26656
|
-
value: "Kq3dShadowAnalysis"
|
|
26657
|
-
}, {
|
|
26658
|
-
label: language.webgl.modelProfileAnalysis,
|
|
26659
|
-
icon: client_icons_vue_.IconProfileAnalysis,
|
|
26660
|
-
value: "Kq3dModelProfileAnalysis"
|
|
26661
|
-
}, {
|
|
26662
|
-
label: language.webgl.skylineAnalysis,
|
|
26663
|
-
icon: client_icons_vue_.IconSkylineAnalysis,
|
|
26664
|
-
value: "Kq3dSkylineAnalysis"
|
|
26665
|
-
}, {
|
|
26666
|
-
label: language.webgl.limitHeightAnalysis,
|
|
26667
|
-
icon: client_icons_vue_.IconHeightLimitAnalysis,
|
|
26668
|
-
value: "Kq3dLimitHeightAnalysis"
|
|
26669
|
-
}, {
|
|
26670
|
-
label: language.webgl.floodModel + language.webgl.floodAnalysis1,
|
|
26671
|
-
icon: client_icons_vue_.IconFloodAnalysis,
|
|
26672
|
-
value: "ModelFloodAnalysis"
|
|
26673
|
-
}, {
|
|
26674
|
-
label: language.webgl.geologyBodyAnalysis,
|
|
26675
|
-
icon: client_icons_vue_.IconGeologicalAnalysis,
|
|
26676
|
-
value: "Kq3dGeologicalBodyAnalysis"
|
|
26677
|
-
}, {
|
|
26678
|
-
label: language.webgl.modelFilterPick,
|
|
26679
|
-
icon: client_icons_vue_.IconModelFiltering,
|
|
26680
|
-
value: "Kq3dModelFilter"
|
|
26681
|
-
}, {
|
|
26682
|
-
label: language.webgl.wireFrameSketch,
|
|
26683
|
-
icon: client_icons_vue_.IconWireframeSketch,
|
|
26684
|
-
value: "Kq3dWireframeSketch"
|
|
26685
|
-
}]
|
|
26686
|
-
}, {
|
|
26687
|
-
label: language.webgl.terrainAnalysis,
|
|
26688
|
-
isOpen: false,
|
|
26689
|
-
children: [{
|
|
26690
|
-
label: language.webgl.terrainOperation,
|
|
26691
|
-
icon: client_icons_vue_.IconTerrainOperation,
|
|
26692
|
-
value: "Kq3dTerrainOperation"
|
|
26693
|
-
}, {
|
|
26694
|
-
label: language.webgl.excavateFillAnalysis,
|
|
26695
|
-
icon: client_icons_vue_.IconExcavateFillAnalysis,
|
|
26696
|
-
value: "Kq3dExcavateFillAnalysis"
|
|
26697
|
-
}, {
|
|
26698
|
-
label: language.webgl.slopeAnalysis,
|
|
26699
|
-
icon: client_icons_vue_.IconSlopeAnalysis,
|
|
26700
|
-
value: "Kq3dSlopeAnalysis"
|
|
26701
|
-
}, {
|
|
26702
|
-
label: language.webgl.aspectAnalysis,
|
|
26703
|
-
icon: client_icons_vue_.IconAspectAnalysis,
|
|
26704
|
-
value: "Kq3dAspectAnalysis"
|
|
26705
|
-
}, {
|
|
26706
|
-
label: language.webgl.isolineAnalysis,
|
|
26707
|
-
icon: client_icons_vue_.IconIsolineAnalysis,
|
|
26708
|
-
value: "Kq3dIsolineAnalysis"
|
|
26709
|
-
}, {
|
|
26710
|
-
label: language.webgl.floodTerrain + language.webgl.floodAnalysis1,
|
|
26711
|
-
icon: client_icons_vue_.IconFloodAnalysis,
|
|
26712
|
-
value: "TerrainFloodAnalysis"
|
|
26713
|
-
}, {
|
|
26714
|
-
label: language.webgl.terrainProfileName,
|
|
26715
|
-
icon: client_icons_vue_.IconProfileAnalysis,
|
|
26716
|
-
value: "Kq3dTerrainProfileAnalysis"
|
|
26717
|
-
}]
|
|
26718
|
-
}, {
|
|
26719
|
-
label: language.webgl.clipAnalysis,
|
|
26720
|
-
isOpen: false,
|
|
26721
|
-
children: [{
|
|
26722
|
-
label: language.webgl.boxClip,
|
|
26723
|
-
icon: client_icons_vue_.IconBoxClip,
|
|
26724
|
-
value: "Kq3dBoxClip"
|
|
26725
|
-
}, {
|
|
26726
|
-
label: language.webgl.planeClip,
|
|
26727
|
-
icon: client_icons_vue_.IconPlaneClip,
|
|
26728
|
-
value: "Kq3dPlaneClip"
|
|
26729
|
-
}]
|
|
26730
|
-
}, {
|
|
26731
|
-
label: language.webgl.specialEffects,
|
|
26732
|
-
isOpen: false,
|
|
26733
|
-
children: [{
|
|
26734
|
-
label: language.webgl.weatherEffect,
|
|
26735
|
-
icon: client_icons_vue_.IconWeatherEffect,
|
|
26736
|
-
value: "Kq3dWeatherEffect"
|
|
26737
|
-
}, {
|
|
26738
|
-
label: language.webgl.particleEffect,
|
|
26739
|
-
icon: client_icons_vue_.IconParticleEffect,
|
|
26740
|
-
value: "Kq3dParticleEffect"
|
|
26741
|
-
}, {
|
|
26742
|
-
label: language.webgl.scanningTitle,
|
|
26743
|
-
icon: client_icons_vue_.IconScanningLine,
|
|
26744
|
-
value: "Kq3dScanEffect"
|
|
26745
|
-
}]
|
|
26746
|
-
}, {
|
|
26747
|
-
label: language.webgl.scene,
|
|
26748
|
-
isOpen: false,
|
|
26749
|
-
children: [{
|
|
26750
|
-
label: language.webgl.sceneSet,
|
|
26751
|
-
icon: client_icons_vue_.IconSceneSettings,
|
|
26752
|
-
value: "Kq3dSceneSet"
|
|
26753
|
-
}, {
|
|
26754
|
-
label: language.webgl.light,
|
|
26755
|
-
icon: client_icons_vue_.IconLighting,
|
|
26756
|
-
value: "Kq3dLight"
|
|
26757
|
-
}, {
|
|
26758
|
-
label: language.webgl.videoFusion,
|
|
26759
|
-
icon: client_icons_vue_.IconVideoFusion,
|
|
26760
|
-
value: "Kq3dVideoFusion"
|
|
26761
|
-
}, {
|
|
26762
|
-
label: language.webgl.videoProject,
|
|
26763
|
-
icon: client_icons_vue_.IconVideoProjection,
|
|
26764
|
-
value: "Kq3dVideoProject"
|
|
26765
|
-
}]
|
|
26766
|
-
}, {
|
|
26767
|
-
label: language.common.dynamicPlottingTitle,
|
|
26768
|
-
isOpen: false,
|
|
26769
|
-
children: [{
|
|
26770
|
-
label: language.common.dynamicPlottingTitle,
|
|
26771
|
-
icon: client_icons_vue_.IconPlottingSymbolManage,
|
|
26772
|
-
value: "dynamicplotting",
|
|
26773
|
-
disabled: true
|
|
26774
|
-
}]
|
|
26775
|
-
}, {
|
|
26776
|
-
label: language.webgl.visualization,
|
|
26777
|
-
isOpen: false,
|
|
26778
|
-
children: [{
|
|
26779
|
-
label: language.webgl.heatmapTitle,
|
|
26780
|
-
icon: client_icons_vue_.IconHeatMap3D,
|
|
26781
|
-
value: "Kq3dHeatmap"
|
|
26782
|
-
}]
|
|
26783
|
-
}, {
|
|
26784
|
-
label: language.common.seaChart,
|
|
26785
|
-
isOpen: false,
|
|
26786
|
-
children: [{
|
|
26787
|
-
label: language.common.chartset,
|
|
26788
|
-
icon: client_icons_vue_.IconSeaChartSet,
|
|
26789
|
-
value: "KqChartSet",
|
|
26790
|
-
disabled: true
|
|
26791
|
-
}]
|
|
26792
|
-
}]);
|
|
26793
|
-
|
|
26885
|
+
// 工具箱数据
|
|
26886
|
+
let toolsList3d = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(tool_box(language));
|
|
26794
26887
|
// toolbox 选择事件
|
|
26795
26888
|
const toolboxSelect = value => {
|
|
26796
26889
|
switch (value) {
|
|
@@ -26942,34 +27035,21 @@ const __default__ = {
|
|
|
26942
27035
|
const ctrlToolBoxShow = () => {
|
|
26943
27036
|
isShowKqToolbox.value = !isShowKqToolbox.value;
|
|
26944
27037
|
};
|
|
26945
|
-
|
|
26946
|
-
|
|
26947
|
-
|
|
26948
|
-
let
|
|
26949
|
-
|
|
26950
|
-
|
|
26951
|
-
|
|
26952
|
-
|
|
27038
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {});
|
|
27039
|
+
const filter = hideValues => {
|
|
27040
|
+
const data = tool_box(language);
|
|
27041
|
+
for (let i = 0; i < data.length; i++) {
|
|
27042
|
+
if (!data[i].children) continue;
|
|
27043
|
+
for (let z = data[i].children.length - 1; z >= 0; z--) {
|
|
27044
|
+
if (hideValues.indexOf(data[i].children[z].value.toLowerCase()) > -1) {
|
|
27045
|
+
data[i].children.splice(z, 1);
|
|
27046
|
+
}
|
|
26953
27047
|
}
|
|
26954
27048
|
}
|
|
26955
|
-
|
|
27049
|
+
toolsList3d.value = data;
|
|
26956
27050
|
};
|
|
26957
|
-
|
|
26958
|
-
// 禁用或启用功能菜单
|
|
26959
|
-
const disabledMenu = (name, disabled) => {
|
|
26960
|
-
toolsList3d.forEach(tool => {
|
|
26961
|
-
if (tool.children) {
|
|
26962
|
-
tool.children.forEach(child => {
|
|
26963
|
-
if (child.label === name) {
|
|
26964
|
-
child.disabled = disabled;
|
|
26965
|
-
}
|
|
26966
|
-
});
|
|
26967
|
-
}
|
|
26968
|
-
});
|
|
26969
|
-
};
|
|
26970
|
-
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {});
|
|
26971
27051
|
__expose({
|
|
26972
|
-
|
|
27052
|
+
filter
|
|
26973
27053
|
});
|
|
26974
27054
|
return (_ctx, _cache) => {
|
|
26975
27055
|
const _component_kq_tool_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-tool-box");
|
|
@@ -27008,23 +27088,23 @@ const __default__ = {
|
|
|
27008
27088
|
}));
|
|
27009
27089
|
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppToolBox.vue?vue&type=script&setup=true&lang=js
|
|
27010
27090
|
|
|
27011
|
-
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneapp/components/AppToolBox.vue?vue&type=style&index=0&id=
|
|
27012
|
-
var
|
|
27013
|
-
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneapp/components/AppToolBox.vue?vue&type=style&index=0&id=
|
|
27091
|
+
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneapp/components/AppToolBox.vue?vue&type=style&index=0&id=311cc590&lang=scss
|
|
27092
|
+
var AppToolBoxvue_type_style_index_0_id_311cc590_lang_scss = __webpack_require__(5109);
|
|
27093
|
+
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneapp/components/AppToolBox.vue?vue&type=style&index=0&id=311cc590&lang=scss
|
|
27014
27094
|
|
|
27015
27095
|
|
|
27016
27096
|
|
|
27017
|
-
var
|
|
27097
|
+
var AppToolBoxvue_type_style_index_0_id_311cc590_lang_scss_options = {};
|
|
27018
27098
|
|
|
27019
|
-
|
|
27020
|
-
|
|
27099
|
+
AppToolBoxvue_type_style_index_0_id_311cc590_lang_scss_options.insert = "head";
|
|
27100
|
+
AppToolBoxvue_type_style_index_0_id_311cc590_lang_scss_options.singleton = false;
|
|
27021
27101
|
|
|
27022
|
-
var
|
|
27102
|
+
var AppToolBoxvue_type_style_index_0_id_311cc590_lang_scss_update = injectStylesIntoStyleTag_default()(AppToolBoxvue_type_style_index_0_id_311cc590_lang_scss/* default */.Z, AppToolBoxvue_type_style_index_0_id_311cc590_lang_scss_options);
|
|
27023
27103
|
|
|
27024
27104
|
|
|
27025
27105
|
|
|
27026
|
-
/* harmony default export */ var
|
|
27027
|
-
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppToolBox.vue?vue&type=style&index=0&id=
|
|
27106
|
+
/* harmony default export */ var components_AppToolBoxvue_type_style_index_0_id_311cc590_lang_scss = (AppToolBoxvue_type_style_index_0_id_311cc590_lang_scss/* default.locals */.Z.locals || {});
|
|
27107
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppToolBox.vue?vue&type=style&index=0&id=311cc590&lang=scss
|
|
27028
27108
|
|
|
27029
27109
|
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppToolBox.vue
|
|
27030
27110
|
|
|
@@ -27035,6 +27115,88 @@ var AppToolBoxvue_type_style_index_0_id_7d73c0da_lang_scss_update = injectStyles
|
|
|
27035
27115
|
const AppToolBox_exports_ = AppToolBoxvue_type_script_setup_true_lang_js;
|
|
27036
27116
|
|
|
27037
27117
|
/* harmony default export */ var AppToolBox = (AppToolBox_exports_);
|
|
27118
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneapp/components/AppClientPrint.vue?vue&type=script&setup=true&lang=js
|
|
27119
|
+
|
|
27120
|
+
|
|
27121
|
+
|
|
27122
|
+
|
|
27123
|
+
/* harmony default export */ var AppClientPrintvue_type_script_setup_true_lang_js = ({
|
|
27124
|
+
__name: 'AppClientPrint',
|
|
27125
|
+
props: {
|
|
27126
|
+
mapTarget: String
|
|
27127
|
+
},
|
|
27128
|
+
emits: ["close"],
|
|
27129
|
+
setup(__props, {
|
|
27130
|
+
emit
|
|
27131
|
+
}) {
|
|
27132
|
+
const props = __props;
|
|
27133
|
+
let print_ref = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
27134
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
27135
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {});
|
|
27136
|
+
});
|
|
27137
|
+
function onBack() {
|
|
27138
|
+
emit("close");
|
|
27139
|
+
}
|
|
27140
|
+
return (_ctx, _cache) => {
|
|
27141
|
+
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
27142
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
27143
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client3d_webgl_vue_.Kq3dClientPrint), {
|
|
27144
|
+
mapTarget: props.mapTarget,
|
|
27145
|
+
ref_key: "print_ref",
|
|
27146
|
+
ref: print_ref,
|
|
27147
|
+
style: {
|
|
27148
|
+
"z-index": "1001"
|
|
27149
|
+
}
|
|
27150
|
+
}, null, 8 /* PROPS */, ["mapTarget"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
27151
|
+
circle: "",
|
|
27152
|
+
title: _ctx.$t('leaflet.Return'),
|
|
27153
|
+
class: "print3-close-button",
|
|
27154
|
+
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)({
|
|
27155
|
+
top: _ctx.top && typeof _ctx.top === 'number' ? `${_ctx.top + 16}px` : '16px'
|
|
27156
|
+
}),
|
|
27157
|
+
onClick: _cache[0] || (_cache[0] = $event => onBack())
|
|
27158
|
+
}, {
|
|
27159
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
27160
|
+
size: 26
|
|
27161
|
+
}, {
|
|
27162
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconBack))]),
|
|
27163
|
+
_: 1 /* STABLE */
|
|
27164
|
+
})]),
|
|
27165
|
+
_: 1 /* STABLE */
|
|
27166
|
+
}, 8 /* PROPS */, ["title", "style"])], 64 /* STABLE_FRAGMENT */);
|
|
27167
|
+
};
|
|
27168
|
+
}
|
|
27169
|
+
});
|
|
27170
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppClientPrint.vue?vue&type=script&setup=true&lang=js
|
|
27171
|
+
|
|
27172
|
+
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneapp/components/AppClientPrint.vue?vue&type=style&index=0&id=061f2d10&scoped=true&lang=css
|
|
27173
|
+
var AppClientPrintvue_type_style_index_0_id_061f2d10_scoped_true_lang_css = __webpack_require__(1939);
|
|
27174
|
+
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneapp/components/AppClientPrint.vue?vue&type=style&index=0&id=061f2d10&scoped=true&lang=css
|
|
27175
|
+
|
|
27176
|
+
|
|
27177
|
+
|
|
27178
|
+
var AppClientPrintvue_type_style_index_0_id_061f2d10_scoped_true_lang_css_options = {};
|
|
27179
|
+
|
|
27180
|
+
AppClientPrintvue_type_style_index_0_id_061f2d10_scoped_true_lang_css_options.insert = "head";
|
|
27181
|
+
AppClientPrintvue_type_style_index_0_id_061f2d10_scoped_true_lang_css_options.singleton = false;
|
|
27182
|
+
|
|
27183
|
+
var AppClientPrintvue_type_style_index_0_id_061f2d10_scoped_true_lang_css_update = injectStylesIntoStyleTag_default()(AppClientPrintvue_type_style_index_0_id_061f2d10_scoped_true_lang_css/* default */.Z, AppClientPrintvue_type_style_index_0_id_061f2d10_scoped_true_lang_css_options);
|
|
27184
|
+
|
|
27185
|
+
|
|
27186
|
+
|
|
27187
|
+
/* harmony default export */ var components_AppClientPrintvue_type_style_index_0_id_061f2d10_scoped_true_lang_css = (AppClientPrintvue_type_style_index_0_id_061f2d10_scoped_true_lang_css/* default.locals */.Z.locals || {});
|
|
27188
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppClientPrint.vue?vue&type=style&index=0&id=061f2d10&scoped=true&lang=css
|
|
27189
|
+
|
|
27190
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppClientPrint.vue
|
|
27191
|
+
|
|
27192
|
+
|
|
27193
|
+
|
|
27194
|
+
;
|
|
27195
|
+
|
|
27196
|
+
|
|
27197
|
+
const AppClientPrint_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(AppClientPrintvue_type_script_setup_true_lang_js, [['__scopeId',"data-v-061f2d10"]])
|
|
27198
|
+
|
|
27199
|
+
/* harmony default export */ var AppClientPrint = (AppClientPrint_exports_);
|
|
27038
27200
|
;// CONCATENATED MODULE: ./src/webgl/sceneapp/geojson/icons.js
|
|
27039
27201
|
/*
|
|
27040
27202
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
@@ -27218,12 +27380,15 @@ const getPolygonStyle = function (layerStyle) {
|
|
|
27218
27380
|
|
|
27219
27381
|
|
|
27220
27382
|
|
|
27383
|
+
|
|
27384
|
+
|
|
27385
|
+
|
|
27221
27386
|
// 属性
|
|
27222
27387
|
|
|
27223
27388
|
const SceneAppvue_type_script_setup_true_lang_js_default_ = {
|
|
27224
27389
|
name: "KqSceneApp"
|
|
27225
27390
|
};
|
|
27226
|
-
/* harmony default export */ var SceneAppvue_type_script_setup_true_lang_js = (
|
|
27391
|
+
/* harmony default export */ var SceneAppvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(SceneAppvue_type_script_setup_true_lang_js_default_, {
|
|
27227
27392
|
props: {
|
|
27228
27393
|
portalUrl: String,
|
|
27229
27394
|
portalId: String,
|
|
@@ -27235,7 +27400,9 @@ const SceneAppvue_type_script_setup_true_lang_js_default_ = {
|
|
|
27235
27400
|
}
|
|
27236
27401
|
}
|
|
27237
27402
|
},
|
|
27238
|
-
setup(__props
|
|
27403
|
+
setup(__props, {
|
|
27404
|
+
expose: __expose
|
|
27405
|
+
}) {
|
|
27239
27406
|
const props = __props;
|
|
27240
27407
|
let isShowToolBox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
27241
27408
|
let isShowScene = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
@@ -27255,9 +27422,24 @@ const SceneAppvue_type_script_setup_true_lang_js_default_ = {
|
|
|
27255
27422
|
global_event_default().setDefaultMapInfo(props.target, "cesium");
|
|
27256
27423
|
let props_params = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
27257
27424
|
let portalPublicUrl = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
27425
|
+
const showPrint = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
27426
|
+
// 工具按钮
|
|
27258
27427
|
let components = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
27428
|
+
let components_default = ["kqlayertree", "kqbookmark", "kqlabel"];
|
|
27429
|
+
let compCollection = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([{
|
|
27430
|
+
component: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client3d_webgl_vue_.Kq3dMeasure),
|
|
27431
|
+
props: {
|
|
27432
|
+
showShadow: true,
|
|
27433
|
+
showHeaderTemp: true,
|
|
27434
|
+
isCollapseHeaderTemp: true
|
|
27435
|
+
}
|
|
27436
|
+
}]);
|
|
27437
|
+
// 获取全局接口地址
|
|
27259
27438
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.provide)("props_params", props_params);
|
|
27260
27439
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.provide)("portalPublicUrl", portalPublicUrl);
|
|
27440
|
+
// 工具箱实例
|
|
27441
|
+
let toolBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
27442
|
+
// 初始化方法
|
|
27261
27443
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeMount)(async () => {
|
|
27262
27444
|
if (!props.portalId || props.portalId === "") {
|
|
27263
27445
|
isShowScene.value = true;
|
|
@@ -27265,6 +27447,14 @@ const SceneAppvue_type_script_setup_true_lang_js_default_ = {
|
|
|
27265
27447
|
await loadResourceInfo(props);
|
|
27266
27448
|
}
|
|
27267
27449
|
});
|
|
27450
|
+
// 关闭打印
|
|
27451
|
+
const closePrint = () => {
|
|
27452
|
+
showPrint.value = false;
|
|
27453
|
+
};
|
|
27454
|
+
// 打开打印
|
|
27455
|
+
const openPrint = () => {
|
|
27456
|
+
showPrint.value = true;
|
|
27457
|
+
};
|
|
27268
27458
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {});
|
|
27269
27459
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
27270
27460
|
global_event_default().destroy();
|
|
@@ -27438,7 +27628,6 @@ const SceneAppvue_type_script_setup_true_lang_js_default_ = {
|
|
|
27438
27628
|
vm._layerManager.setLayerVisibleStateByIds([layerData.guid], false);
|
|
27439
27629
|
}
|
|
27440
27630
|
}
|
|
27441
|
-
// ref_toolbox.value.ctrlChildenShow(vm._layerManager._layerListData);
|
|
27442
27631
|
// geojson数据条件过滤
|
|
27443
27632
|
if (layerData.addType == "geojson" && layerData.filters) {
|
|
27444
27633
|
if (promise) {
|
|
@@ -27568,30 +27757,38 @@ const SceneAppvue_type_script_setup_true_lang_js_default_ = {
|
|
|
27568
27757
|
}
|
|
27569
27758
|
}
|
|
27570
27759
|
// 显示工具按钮
|
|
27571
|
-
function showToolBar() {
|
|
27572
|
-
|
|
27573
|
-
|
|
27574
|
-
|
|
27575
|
-
|
|
27576
|
-
|
|
27577
|
-
|
|
27578
|
-
|
|
27760
|
+
function showToolBar(names) {
|
|
27761
|
+
if (names) components_default = names;
|
|
27762
|
+
const ops = [];
|
|
27763
|
+
if (components_default && components_default.indexOf("kqlayertree") > -1 || !components_default) {
|
|
27764
|
+
ops.push({
|
|
27765
|
+
component: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_common_vue_.KqLayerTree),
|
|
27766
|
+
props: {
|
|
27767
|
+
mapTarget: props.target,
|
|
27768
|
+
showHeaderTemp: true
|
|
27769
|
+
},
|
|
27770
|
+
methods: data => {}
|
|
27771
|
+
});
|
|
27772
|
+
}
|
|
27773
|
+
if (components_default && components_default.indexOf("kqbookmark") > -1 || !components_default) {
|
|
27774
|
+
ops.push({
|
|
27775
|
+
component: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_common_vue_.KqBookmark),
|
|
27776
|
+
props: {
|
|
27777
|
+
showHeaderTemp: true,
|
|
27778
|
+
isCollapseHeaderTemp: true
|
|
27579
27779
|
}
|
|
27580
|
-
}
|
|
27581
|
-
|
|
27582
|
-
|
|
27583
|
-
|
|
27584
|
-
|
|
27585
|
-
|
|
27586
|
-
|
|
27587
|
-
|
|
27588
|
-
|
|
27589
|
-
|
|
27590
|
-
|
|
27591
|
-
|
|
27592
|
-
isCollapseHeaderTemp: true
|
|
27593
|
-
}
|
|
27594
|
-
}];
|
|
27780
|
+
});
|
|
27781
|
+
}
|
|
27782
|
+
if (components_default && components_default.indexOf("kqlabel") > -1 || !components_default) {
|
|
27783
|
+
ops.push({
|
|
27784
|
+
component: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_common_vue_.KqLabel),
|
|
27785
|
+
props: {
|
|
27786
|
+
showHeaderTemp: true,
|
|
27787
|
+
isCollapseHeaderTemp: true
|
|
27788
|
+
}
|
|
27789
|
+
});
|
|
27790
|
+
}
|
|
27791
|
+
components.value = ops;
|
|
27595
27792
|
}
|
|
27596
27793
|
// 多窗口对比
|
|
27597
27794
|
const contrast = isContrast => {
|
|
@@ -27601,11 +27798,74 @@ const SceneAppvue_type_script_setup_true_lang_js_default_ = {
|
|
|
27601
27798
|
isShowToolBox.value = true;
|
|
27602
27799
|
}
|
|
27603
27800
|
};
|
|
27801
|
+
const filterBoxData = hideValues => {
|
|
27802
|
+
toolBoxRef.value.filter(hideValues);
|
|
27803
|
+
};
|
|
27804
|
+
const updateProps = () => {
|
|
27805
|
+
components.value.forEach(p => {
|
|
27806
|
+
p.props.isCollapseHeaderTemp = false;
|
|
27807
|
+
});
|
|
27808
|
+
};
|
|
27809
|
+
|
|
27810
|
+
// 监听toolbox的收起展开
|
|
27811
|
+
const hideToolBoxFn = isHide => {
|
|
27812
|
+
if (isHide) {
|
|
27813
|
+
baseWindowMove(16, ".baseWindow_box_custom");
|
|
27814
|
+
} else {
|
|
27815
|
+
baseWindowMove(380, ".baseWindow_box_custom");
|
|
27816
|
+
}
|
|
27817
|
+
};
|
|
27818
|
+
function baseWindowMove(targetPosition, dom) {
|
|
27819
|
+
if (!dom) {
|
|
27820
|
+
dom = ".kq-base-window--box";
|
|
27821
|
+
}
|
|
27822
|
+
let timer = null;
|
|
27823
|
+
const _fn = (target, targetPosition) => {
|
|
27824
|
+
clearInterval(timer);
|
|
27825
|
+
var speed = 0;
|
|
27826
|
+
if (targetPosition == 16) {
|
|
27827
|
+
speed = -16;
|
|
27828
|
+
} else {
|
|
27829
|
+
speed = 16;
|
|
27830
|
+
}
|
|
27831
|
+
timer = setInterval(function () {
|
|
27832
|
+
let _right = Number(target.style.right.split("px")[0]);
|
|
27833
|
+
if (targetPosition == 16) {
|
|
27834
|
+
speed = (speed - _right) / 24;
|
|
27835
|
+
} else {
|
|
27836
|
+
speed = (speed + _right) / 16;
|
|
27837
|
+
}
|
|
27838
|
+
if (_right >= targetPosition && targetPosition == 380) {
|
|
27839
|
+
speed = 0;
|
|
27840
|
+
target.style.right = "380px";
|
|
27841
|
+
clearInterval(timer);
|
|
27842
|
+
} else if (_right <= targetPosition && targetPosition == 16) {
|
|
27843
|
+
speed = 0;
|
|
27844
|
+
target.style.right = "16px";
|
|
27845
|
+
clearInterval(timer);
|
|
27846
|
+
} else {
|
|
27847
|
+
target.style.right = _right + speed + "px";
|
|
27848
|
+
}
|
|
27849
|
+
}, 3.5);
|
|
27850
|
+
};
|
|
27851
|
+
let _baseWindows = document.querySelectorAll(dom);
|
|
27852
|
+
if (_baseWindows && _baseWindows.length) {
|
|
27853
|
+
_baseWindows.forEach(ele => {
|
|
27854
|
+
(ele => {
|
|
27855
|
+
_fn(ele, targetPosition);
|
|
27856
|
+
})(ele);
|
|
27857
|
+
});
|
|
27858
|
+
}
|
|
27859
|
+
}
|
|
27604
27860
|
function setResourceInfo(params) {}
|
|
27861
|
+
__expose({
|
|
27862
|
+
showToolBar,
|
|
27863
|
+
filterBoxData,
|
|
27864
|
+
updateProps
|
|
27865
|
+
});
|
|
27605
27866
|
return (_ctx, _cache) => {
|
|
27606
|
-
const _component_kq_tool_collection = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-tool-collection");
|
|
27607
27867
|
const _component_kq_scene_view = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-scene-view");
|
|
27608
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowScene) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_scene_view, {
|
|
27868
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowScene) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_scene_view, {
|
|
27609
27869
|
key: 0,
|
|
27610
27870
|
ref_key: "sceneAppView",
|
|
27611
27871
|
ref: sceneAppView,
|
|
@@ -27614,19 +27874,34 @@ const SceneAppvue_type_script_setup_true_lang_js_default_ = {
|
|
|
27614
27874
|
scenceInfo: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(scenceInfo),
|
|
27615
27875
|
toolButtonsPosition: "bottom-right"
|
|
27616
27876
|
}, {
|
|
27617
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(
|
|
27877
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_common_vue_.KqToolCollection), {
|
|
27618
27878
|
position: "topLeft",
|
|
27619
27879
|
mode: "horizontal",
|
|
27620
27880
|
components: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(components)
|
|
27881
|
+
}, null, 8 /* PROPS */, ["components"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_common_vue_.KqToolCollection), {
|
|
27882
|
+
class: "map-measure",
|
|
27883
|
+
components: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(compCollection),
|
|
27884
|
+
position: {
|
|
27885
|
+
bottom: 130,
|
|
27886
|
+
right: 16
|
|
27887
|
+
}
|
|
27621
27888
|
}, null, 8 /* PROPS */, ["components"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(AppToolBar), {
|
|
27622
27889
|
ref: "toolBarRef",
|
|
27623
27890
|
onContrast: contrast,
|
|
27624
27891
|
viewId: sceneViewId
|
|
27625
27892
|
}, null, 512 /* NEED_PATCH */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(AppToolBox), {
|
|
27626
|
-
|
|
27627
|
-
|
|
27893
|
+
ref_key: "toolBoxRef",
|
|
27894
|
+
ref: toolBoxRef,
|
|
27895
|
+
viewId: sceneViewId,
|
|
27896
|
+
target: props.target,
|
|
27897
|
+
onOpenPrint: openPrint,
|
|
27898
|
+
onCollapse: hideToolBoxFn
|
|
27899
|
+
}, null, 8 /* PROPS */, ["target"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isShowToolBox)]])]),
|
|
27628
27900
|
_: 1 /* STABLE */
|
|
27629
|
-
}, 8 /* PROPS */, ["target", "scenceInfo"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)
|
|
27901
|
+
}, 8 /* PROPS */, ["target", "scenceInfo"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), showPrint.value ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(AppClientPrint), {
|
|
27902
|
+
key: 1,
|
|
27903
|
+
onClose: closePrint
|
|
27904
|
+
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 64 /* STABLE_FRAGMENT */);
|
|
27630
27905
|
};
|
|
27631
27906
|
}
|
|
27632
27907
|
}));
|
|
@@ -27654,7 +27929,7 @@ SceneApp.install = (Vue, opts) => {
|
|
|
27654
27929
|
|
|
27655
27930
|
/***/ }),
|
|
27656
27931
|
|
|
27657
|
-
/***/
|
|
27932
|
+
/***/ 2656:
|
|
27658
27933
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
27659
27934
|
|
|
27660
27935
|
"use strict";
|
|
@@ -28091,7 +28366,7 @@ const _hoisted_1 = {
|
|
|
28091
28366
|
const __default__ = {
|
|
28092
28367
|
name: "Kq3dSceneSet"
|
|
28093
28368
|
};
|
|
28094
|
-
/* harmony default export */ var SceneSetvue_type_script_setup_true_lang_js = (
|
|
28369
|
+
/* harmony default export */ var SceneSetvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
28095
28370
|
props: {
|
|
28096
28371
|
// 设置参数
|
|
28097
28372
|
settingParams: {
|
|
@@ -28134,15 +28409,16 @@ const __default__ = {
|
|
|
28134
28409
|
setup(__props, {
|
|
28135
28410
|
expose: __expose
|
|
28136
28411
|
}) {
|
|
28412
|
+
const props = __props;
|
|
28137
28413
|
const {
|
|
28138
28414
|
proxy
|
|
28139
28415
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
28140
28416
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
28141
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
28417
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
28142
28418
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("content");
|
|
28143
28419
|
|
|
28144
28420
|
// 获取组件传参
|
|
28145
|
-
|
|
28421
|
+
|
|
28146
28422
|
// 分析类
|
|
28147
28423
|
let viewModel = null;
|
|
28148
28424
|
// 场景内容参数
|
|
@@ -28646,7 +28922,7 @@ const __default__ = {
|
|
|
28646
28922
|
min: 0,
|
|
28647
28923
|
max: 5,
|
|
28648
28924
|
onInput: _cache[33] || (_cache[33] = $event => paramsChanged('brightness'))
|
|
28649
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
28925
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28650
28926
|
_: 1 /* STABLE */
|
|
28651
28927
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
28652
28928
|
span: 8
|
|
@@ -28659,7 +28935,7 @@ const __default__ = {
|
|
|
28659
28935
|
max: 5,
|
|
28660
28936
|
"controls-position": "right",
|
|
28661
28937
|
onInput: _cache[35] || (_cache[35] = $event => paramsChanged('brightness'))
|
|
28662
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
28938
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28663
28939
|
_: 1 /* STABLE */
|
|
28664
28940
|
})]),
|
|
28665
28941
|
_: 1 /* STABLE */
|
|
@@ -28683,7 +28959,7 @@ const __default__ = {
|
|
|
28683
28959
|
min: 0,
|
|
28684
28960
|
max: 5,
|
|
28685
28961
|
onInput: _cache[37] || (_cache[37] = $event => paramsChanged('contrast'))
|
|
28686
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
28962
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28687
28963
|
_: 1 /* STABLE */
|
|
28688
28964
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
28689
28965
|
span: 8
|
|
@@ -28696,7 +28972,7 @@ const __default__ = {
|
|
|
28696
28972
|
max: 5,
|
|
28697
28973
|
"controls-position": "right",
|
|
28698
28974
|
onInput: _cache[39] || (_cache[39] = $event => paramsChanged('contrast'))
|
|
28699
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
28975
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28700
28976
|
_: 1 /* STABLE */
|
|
28701
28977
|
})]),
|
|
28702
28978
|
_: 1 /* STABLE */
|
|
@@ -28720,7 +28996,7 @@ const __default__ = {
|
|
|
28720
28996
|
min: 0,
|
|
28721
28997
|
max: 5,
|
|
28722
28998
|
onInput: _cache[41] || (_cache[41] = $event => paramsChanged('hue'))
|
|
28723
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
28999
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28724
29000
|
_: 1 /* STABLE */
|
|
28725
29001
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
28726
29002
|
span: 8
|
|
@@ -28733,7 +29009,7 @@ const __default__ = {
|
|
|
28733
29009
|
max: 5,
|
|
28734
29010
|
"controls-position": "right",
|
|
28735
29011
|
onInput: _cache[43] || (_cache[43] = $event => paramsChanged('hue'))
|
|
28736
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29012
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28737
29013
|
_: 1 /* STABLE */
|
|
28738
29014
|
})]),
|
|
28739
29015
|
_: 1 /* STABLE */
|
|
@@ -28757,7 +29033,7 @@ const __default__ = {
|
|
|
28757
29033
|
min: 0,
|
|
28758
29034
|
max: 5,
|
|
28759
29035
|
onInput: _cache[45] || (_cache[45] = $event => paramsChanged('saturation'))
|
|
28760
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29036
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28761
29037
|
_: 1 /* STABLE */
|
|
28762
29038
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
28763
29039
|
span: 8
|
|
@@ -28770,7 +29046,7 @@ const __default__ = {
|
|
|
28770
29046
|
max: 5,
|
|
28771
29047
|
"controls-position": "right",
|
|
28772
29048
|
onInput: _cache[47] || (_cache[47] = $event => paramsChanged('saturation'))
|
|
28773
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29049
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28774
29050
|
_: 1 /* STABLE */
|
|
28775
29051
|
})]),
|
|
28776
29052
|
_: 1 /* STABLE */
|
|
@@ -28860,7 +29136,7 @@ const __default__ = {
|
|
|
28860
29136
|
min: -1,
|
|
28861
29137
|
max: 1,
|
|
28862
29138
|
onInput: _cache[55] || (_cache[55] = $event => paramsChanged('sceneBrightness'))
|
|
28863
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29139
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28864
29140
|
_: 1 /* STABLE */
|
|
28865
29141
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
28866
29142
|
span: 8
|
|
@@ -28873,7 +29149,7 @@ const __default__ = {
|
|
|
28873
29149
|
max: 1,
|
|
28874
29150
|
"controls-position": "right",
|
|
28875
29151
|
onInput: _cache[57] || (_cache[57] = $event => paramsChanged('sceneBrightness'))
|
|
28876
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29152
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28877
29153
|
_: 1 /* STABLE */
|
|
28878
29154
|
})]),
|
|
28879
29155
|
_: 1 /* STABLE */
|
|
@@ -28897,7 +29173,7 @@ const __default__ = {
|
|
|
28897
29173
|
min: 0,
|
|
28898
29174
|
max: 1,
|
|
28899
29175
|
onInput: _cache[59] || (_cache[59] = $event => paramsChanged('threshold'))
|
|
28900
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29176
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28901
29177
|
_: 1 /* STABLE */
|
|
28902
29178
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
28903
29179
|
span: 8
|
|
@@ -28910,7 +29186,7 @@ const __default__ = {
|
|
|
28910
29186
|
max: 1,
|
|
28911
29187
|
"controls-position": "right",
|
|
28912
29188
|
onInput: _cache[61] || (_cache[61] = $event => paramsChanged('threshold'))
|
|
28913
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29189
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28914
29190
|
_: 1 /* STABLE */
|
|
28915
29191
|
})]),
|
|
28916
29192
|
_: 1 /* STABLE */
|
|
@@ -28934,7 +29210,7 @@ const __default__ = {
|
|
|
28934
29210
|
min: 0,
|
|
28935
29211
|
max: 3,
|
|
28936
29212
|
onInput: _cache[63] || (_cache[63] = $event => paramsChanged('strength'))
|
|
28937
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29213
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28938
29214
|
_: 1 /* STABLE */
|
|
28939
29215
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
28940
29216
|
span: 8
|
|
@@ -28947,7 +29223,7 @@ const __default__ = {
|
|
|
28947
29223
|
max: 3,
|
|
28948
29224
|
"controls-position": "right",
|
|
28949
29225
|
onInput: _cache[65] || (_cache[65] = $event => paramsChanged('strength'))
|
|
28950
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29226
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28951
29227
|
_: 1 /* STABLE */
|
|
28952
29228
|
})]),
|
|
28953
29229
|
_: 1 /* STABLE */
|
|
@@ -28971,7 +29247,7 @@ const __default__ = {
|
|
|
28971
29247
|
min: 0,
|
|
28972
29248
|
max: 10,
|
|
28973
29249
|
onInput: _cache[67] || (_cache[67] = $event => paramsChanged('halo'))
|
|
28974
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29250
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28975
29251
|
_: 1 /* STABLE */
|
|
28976
29252
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
28977
29253
|
span: 8
|
|
@@ -28984,7 +29260,7 @@ const __default__ = {
|
|
|
28984
29260
|
max: 10,
|
|
28985
29261
|
"controls-position": "right",
|
|
28986
29262
|
onInput: _cache[69] || (_cache[69] = $event => paramsChanged('halo'))
|
|
28987
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29263
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28988
29264
|
_: 1 /* STABLE */
|
|
28989
29265
|
})]),
|
|
28990
29266
|
_: 1 /* STABLE */
|
|
@@ -29020,7 +29296,7 @@ const __default__ = {
|
|
|
29020
29296
|
min: 0,
|
|
29021
29297
|
max: 10,
|
|
29022
29298
|
onInput: _cache[71] || (_cache[71] = $event => paramsChanged('exaggerationFactor'))
|
|
29023
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29299
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
29024
29300
|
_: 1 /* STABLE */
|
|
29025
29301
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
29026
29302
|
span: 8
|
|
@@ -29033,7 +29309,7 @@ const __default__ = {
|
|
|
29033
29309
|
max: 10,
|
|
29034
29310
|
"controls-position": "right",
|
|
29035
29311
|
onInput: _cache[73] || (_cache[73] = $event => paramsChanged('exaggerationFactor'))
|
|
29036
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29312
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
29037
29313
|
_: 1 /* STABLE */
|
|
29038
29314
|
})]),
|
|
29039
29315
|
_: 1 /* STABLE */
|
|
@@ -29172,7 +29448,7 @@ const __default__ = {
|
|
|
29172
29448
|
min: 0,
|
|
29173
29449
|
max: 1,
|
|
29174
29450
|
onInput: _cache[85] || (_cache[85] = $event => paramsChanged('transparency'))
|
|
29175
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29451
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
29176
29452
|
_: 1 /* STABLE */
|
|
29177
29453
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
29178
29454
|
span: 8
|
|
@@ -29185,7 +29461,7 @@ const __default__ = {
|
|
|
29185
29461
|
max: 1,
|
|
29186
29462
|
"controls-position": "right",
|
|
29187
29463
|
onInput: _cache[87] || (_cache[87] = $event => paramsChanged('transparency'))
|
|
29188
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29464
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
29189
29465
|
_: 1 /* STABLE */
|
|
29190
29466
|
})]),
|
|
29191
29467
|
_: 1 /* STABLE */
|
|
@@ -29206,9 +29482,9 @@ const __default__ = {
|
|
|
29206
29482
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
29207
29483
|
var injectStylesIntoStyleTag = __webpack_require__(3379);
|
|
29208
29484
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
29209
|
-
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=
|
|
29210
|
-
var
|
|
29211
|
-
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=
|
|
29485
|
+
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=04c7a426&lang=scss
|
|
29486
|
+
var SceneSetvue_type_style_index_0_id_04c7a426_lang_scss = __webpack_require__(2812);
|
|
29487
|
+
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=04c7a426&lang=scss
|
|
29212
29488
|
|
|
29213
29489
|
|
|
29214
29490
|
|
|
@@ -29217,12 +29493,12 @@ var options = {};
|
|
|
29217
29493
|
options.insert = "head";
|
|
29218
29494
|
options.singleton = false;
|
|
29219
29495
|
|
|
29220
|
-
var update = injectStylesIntoStyleTag_default()(
|
|
29496
|
+
var update = injectStylesIntoStyleTag_default()(SceneSetvue_type_style_index_0_id_04c7a426_lang_scss/* default */.Z, options);
|
|
29221
29497
|
|
|
29222
29498
|
|
|
29223
29499
|
|
|
29224
|
-
/* harmony default export */ var
|
|
29225
|
-
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=
|
|
29500
|
+
/* harmony default export */ var sceneset_SceneSetvue_type_style_index_0_id_04c7a426_lang_scss = (SceneSetvue_type_style_index_0_id_04c7a426_lang_scss/* default.locals */.Z.locals || {});
|
|
29501
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=04c7a426&lang=scss
|
|
29226
29502
|
|
|
29227
29503
|
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue
|
|
29228
29504
|
|
|
@@ -29400,7 +29676,7 @@ const _hoisted_2 = {
|
|
|
29400
29676
|
const __default__ = {
|
|
29401
29677
|
name: "Kq3dSceneToHDImage"
|
|
29402
29678
|
};
|
|
29403
|
-
/* harmony default export */ var SceneToHDImagevue_type_script_setup_true_lang_js = (
|
|
29679
|
+
/* harmony default export */ var SceneToHDImagevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
29404
29680
|
props: {
|
|
29405
29681
|
// 设置参数
|
|
29406
29682
|
settingParams: {
|
|
@@ -29443,15 +29719,16 @@ const __default__ = {
|
|
|
29443
29719
|
setup(__props, {
|
|
29444
29720
|
expose: __expose
|
|
29445
29721
|
}) {
|
|
29722
|
+
const props = __props;
|
|
29446
29723
|
const {
|
|
29447
29724
|
proxy
|
|
29448
29725
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
29449
29726
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
29450
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
29727
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
29451
29728
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("screenParameter");
|
|
29452
29729
|
|
|
29453
29730
|
// 获取组件传参
|
|
29454
|
-
|
|
29731
|
+
|
|
29455
29732
|
// 分析类
|
|
29456
29733
|
let viewModel = {};
|
|
29457
29734
|
|
|
@@ -29701,7 +29978,7 @@ const __default__ = {
|
|
|
29701
29978
|
min: 0.01,
|
|
29702
29979
|
max: 1,
|
|
29703
29980
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('pantographRatio'))
|
|
29704
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29981
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
29705
29982
|
_: 1 /* STABLE */
|
|
29706
29983
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
29707
29984
|
span: 8
|
|
@@ -29714,7 +29991,7 @@ const __default__ = {
|
|
|
29714
29991
|
max: 1,
|
|
29715
29992
|
"controls-position": "right",
|
|
29716
29993
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('pantographRatio'))
|
|
29717
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29994
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
29718
29995
|
_: 1 /* STABLE */
|
|
29719
29996
|
})]),
|
|
29720
29997
|
_: 1 /* STABLE */
|
|
@@ -32146,11 +32423,19 @@ class LayerManager {
|
|
|
32146
32423
|
return contain;
|
|
32147
32424
|
}
|
|
32148
32425
|
//获取选中或未选中图层集合
|
|
32149
|
-
getLayerCheckedList(serverType) {
|
|
32426
|
+
getLayerCheckedList(serverType, type) {
|
|
32150
32427
|
let checkedLayers = [];
|
|
32151
|
-
|
|
32152
|
-
|
|
32153
|
-
|
|
32428
|
+
let types = ["KqOpacity", "KqLayerSlider"];
|
|
32429
|
+
this._layerListData.forEach(layerData => {
|
|
32430
|
+
if (layerData.visible && this._isContainValue(serverType, layerData.sourceType)) {
|
|
32431
|
+
if (type && types.includes(type)) {
|
|
32432
|
+
let layer = this.getLayerByGuid(layerData.guid);
|
|
32433
|
+
if (layer instanceof Cesium.ImageryLayer || layer instanceof Cesium.Cesium3DTileset) {
|
|
32434
|
+
checkedLayers.push(layerData);
|
|
32435
|
+
}
|
|
32436
|
+
} else {
|
|
32437
|
+
checkedLayers.push(layerData);
|
|
32438
|
+
}
|
|
32154
32439
|
}
|
|
32155
32440
|
}, this);
|
|
32156
32441
|
return checkedLayers.reverse();
|
|
@@ -32169,9 +32454,16 @@ class LayerManager {
|
|
|
32169
32454
|
/**
|
|
32170
32455
|
* 获取勾选图层的图层数据,如果是有融合图层,则只返回融合图层的子图层
|
|
32171
32456
|
*/
|
|
32172
|
-
|
|
32457
|
+
getLayerDataByLayerChecked1(serverType) {
|
|
32173
32458
|
let layerData = [];
|
|
32174
|
-
|
|
32459
|
+
let layers_checked = [];
|
|
32460
|
+
this._layerListData.forEach(layer => {
|
|
32461
|
+
if (layer.visible && this._isContainValue(serverType, layer.sourceType)) {
|
|
32462
|
+
if (layer.visible && layer.sourceType && this._isContainValue(serverType, layer.sourceType) && layer.sourceType === "kqserver") {
|
|
32463
|
+
layers_checked.push(layer);
|
|
32464
|
+
}
|
|
32465
|
+
}
|
|
32466
|
+
}, this);
|
|
32175
32467
|
const layers_old = this._layerListData_old;
|
|
32176
32468
|
for (let i = 0; i < layers_checked.length; i++) {
|
|
32177
32469
|
if (layers_checked[i].combined) {
|
|
@@ -32194,7 +32486,50 @@ class LayerManager {
|
|
|
32194
32486
|
}
|
|
32195
32487
|
}
|
|
32196
32488
|
}
|
|
32197
|
-
|
|
32489
|
+
getLayerDataByLayerChecked(serverType) {
|
|
32490
|
+
let layerData = [];
|
|
32491
|
+
let layers_checked = [];
|
|
32492
|
+
this._layerListData.forEach(layer => {
|
|
32493
|
+
if (layer.visible) {
|
|
32494
|
+
layers_checked.push(layer);
|
|
32495
|
+
}
|
|
32496
|
+
}, this);
|
|
32497
|
+
const layers_old = this._layerListData_old;
|
|
32498
|
+
for (let i = 0; i < layers_checked.length; i++) {
|
|
32499
|
+
const checkedLayer = layers_checked[i];
|
|
32500
|
+
if (checkedLayer.combined) {
|
|
32501
|
+
getChildren(checkedLayer.id);
|
|
32502
|
+
} else if (checkedLayer.serverType === "kqserver" && checkedLayer.renderType === "vectortile" && checkedLayer.restLayers) {
|
|
32503
|
+
const restLayers = checkedLayer.restLayers;
|
|
32504
|
+
for (let z = 0; z < restLayers.length; z++) {
|
|
32505
|
+
if (typeof restLayers[z].vectorLayer !== "undefined" && restLayers[z].vectorLayer === true) {
|
|
32506
|
+
layerData.push(restLayers[z]);
|
|
32507
|
+
}
|
|
32508
|
+
}
|
|
32509
|
+
} else if (checkedLayer.isDataService) {
|
|
32510
|
+
layerData.push(checkedLayer);
|
|
32511
|
+
} else {
|
|
32512
|
+
if (this._isContainValue(serverType, checkedLayer.sourceType) && checkedLayer.vectorLayer === true) {
|
|
32513
|
+
layerData.push(checkedLayer);
|
|
32514
|
+
}
|
|
32515
|
+
}
|
|
32516
|
+
}
|
|
32517
|
+
return layerData;
|
|
32518
|
+
function getChildren(parentId) {
|
|
32519
|
+
for (let z = 0; z < layers_old.length; z++) {
|
|
32520
|
+
if (Number(layers_old[z].parentLayerId) === Number(parentId)) {
|
|
32521
|
+
// 分组节点
|
|
32522
|
+
if (layers_old[z].groupLayer) {
|
|
32523
|
+
getChildren(layers_old[z].id);
|
|
32524
|
+
} else {
|
|
32525
|
+
if (this._isContainValue(serverType, layer.sourceType) && layers_old[z].vectorLayer === true) {
|
|
32526
|
+
layerData.push(layers_old[z]);
|
|
32527
|
+
}
|
|
32528
|
+
}
|
|
32529
|
+
}
|
|
32530
|
+
}
|
|
32531
|
+
}
|
|
32532
|
+
}
|
|
32198
32533
|
//缩放至图层
|
|
32199
32534
|
flyToBounds(bounds) {
|
|
32200
32535
|
let viewer = this._viewer;
|
|
@@ -33051,7 +33386,7 @@ const _hoisted_4 = {
|
|
|
33051
33386
|
const __default__ = {
|
|
33052
33387
|
name: "KqSceneView"
|
|
33053
33388
|
};
|
|
33054
|
-
/* harmony default export */ var SceneViewvue_type_script_setup_true_lang_js = (
|
|
33389
|
+
/* harmony default export */ var SceneViewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
33055
33390
|
props: {
|
|
33056
33391
|
target: {
|
|
33057
33392
|
type: String,
|
|
@@ -33092,6 +33427,7 @@ const __default__ = {
|
|
|
33092
33427
|
setup(__props, {
|
|
33093
33428
|
expose: __expose
|
|
33094
33429
|
}) {
|
|
33430
|
+
const props = __props;
|
|
33095
33431
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeMount)(() => {
|
|
33096
33432
|
if (!(0,util_.checkAuditTime)()) {
|
|
33097
33433
|
window.location.href = "./404.html";
|
|
@@ -33106,8 +33442,8 @@ const __default__ = {
|
|
|
33106
33442
|
* options - 三维球初始化属性设置
|
|
33107
33443
|
* showToolButtons - 是否显示工具栏按钮
|
|
33108
33444
|
*/
|
|
33109
|
-
|
|
33110
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
33445
|
+
|
|
33446
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
33111
33447
|
let viewModel = null;
|
|
33112
33448
|
let toolButtonsCss = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("top-left vertical");
|
|
33113
33449
|
let toolButtonsStyle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
@@ -33394,7 +33730,7 @@ const _hoisted_2 = {
|
|
|
33394
33730
|
const __default__ = {
|
|
33395
33731
|
name: "Kq3dScreenShot"
|
|
33396
33732
|
};
|
|
33397
|
-
/* harmony default export */ var Screenshotvue_type_script_setup_true_lang_js = (
|
|
33733
|
+
/* harmony default export */ var Screenshotvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
33398
33734
|
props: {
|
|
33399
33735
|
// 设置参数
|
|
33400
33736
|
settingParams: {
|
|
@@ -33436,14 +33772,18 @@ const __default__ = {
|
|
|
33436
33772
|
setup(__props, {
|
|
33437
33773
|
expose: __expose
|
|
33438
33774
|
}) {
|
|
33775
|
+
const props = __props;
|
|
33439
33776
|
let imgWidthMax = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(800);
|
|
33440
33777
|
// 场景高度
|
|
33441
33778
|
let imgHeightMax = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(800);
|
|
33442
|
-
|
|
33779
|
+
const {
|
|
33780
|
+
proxy
|
|
33781
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
33782
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
33443
33783
|
// 分析类
|
|
33444
33784
|
let viewModel = null;
|
|
33445
33785
|
// 获取组件传参
|
|
33446
|
-
|
|
33786
|
+
|
|
33447
33787
|
//设置样式
|
|
33448
33788
|
var style = {
|
|
33449
33789
|
color: {
|
|
@@ -33969,8 +34309,10 @@ const _hoisted_2 = {
|
|
|
33969
34309
|
const _hoisted_3 = {
|
|
33970
34310
|
class: "kq3d-shadow-analysis-span"
|
|
33971
34311
|
};
|
|
33972
|
-
const _hoisted_4 =
|
|
33973
|
-
const _hoisted_5 =
|
|
34312
|
+
const _hoisted_4 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "0.0", -1 /* HOISTED */);
|
|
34313
|
+
const _hoisted_5 = ["src"];
|
|
34314
|
+
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "1.0", -1 /* HOISTED */);
|
|
34315
|
+
const _hoisted_7 = {
|
|
33974
34316
|
class: "kq3d-shadow-analysis-footer"
|
|
33975
34317
|
};
|
|
33976
34318
|
|
|
@@ -33983,7 +34325,7 @@ const _hoisted_5 = {
|
|
|
33983
34325
|
const __default__ = {
|
|
33984
34326
|
name: "Kq3dShadowAnalysis"
|
|
33985
34327
|
};
|
|
33986
|
-
/* harmony default export */ var ShadowAnalysisvue_type_script_setup_true_lang_js = (
|
|
34328
|
+
/* harmony default export */ var ShadowAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
33987
34329
|
props: {
|
|
33988
34330
|
// 设置参数
|
|
33989
34331
|
settingParams: {
|
|
@@ -34026,11 +34368,12 @@ const __default__ = {
|
|
|
34026
34368
|
setup(__props, {
|
|
34027
34369
|
expose: __expose
|
|
34028
34370
|
}) {
|
|
34371
|
+
const props = __props;
|
|
34029
34372
|
const {
|
|
34030
34373
|
proxy
|
|
34031
34374
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
34032
34375
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
34033
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
34376
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
34034
34377
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
34035
34378
|
let time = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([6, 12]);
|
|
34036
34379
|
|
|
@@ -34061,7 +34404,7 @@ const __default__ = {
|
|
|
34061
34404
|
});
|
|
34062
34405
|
|
|
34063
34406
|
// 获取组件传参
|
|
34064
|
-
|
|
34407
|
+
|
|
34065
34408
|
// 分析类
|
|
34066
34409
|
let viewModel = null;
|
|
34067
34410
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
@@ -34491,7 +34834,7 @@ const __default__ = {
|
|
|
34491
34834
|
step: 0.1,
|
|
34492
34835
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpacing,
|
|
34493
34836
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpacing
|
|
34494
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
34837
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
34495
34838
|
_: 1 /* STABLE */
|
|
34496
34839
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
34497
34840
|
span: 8
|
|
@@ -34504,7 +34847,7 @@ const __default__ = {
|
|
|
34504
34847
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpacing,
|
|
34505
34848
|
step: 0.1,
|
|
34506
34849
|
"controls-position": "right"
|
|
34507
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
34850
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
34508
34851
|
_: 1 /* STABLE */
|
|
34509
34852
|
})]),
|
|
34510
34853
|
_: 1 /* STABLE */
|
|
@@ -34531,7 +34874,7 @@ const __default__ = {
|
|
|
34531
34874
|
step: 0.01,
|
|
34532
34875
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFilterValue,
|
|
34533
34876
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFilterValue
|
|
34534
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
34877
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
34535
34878
|
_: 1 /* STABLE */
|
|
34536
34879
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
34537
34880
|
span: 8
|
|
@@ -34544,7 +34887,7 @@ const __default__ = {
|
|
|
34544
34887
|
step: 0.01,
|
|
34545
34888
|
onInput: _cache[28] || (_cache[28] = $event => paramsChanged('filterValue')),
|
|
34546
34889
|
"controls-position": "right"
|
|
34547
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
34890
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
34548
34891
|
_: 1 /* STABLE */
|
|
34549
34892
|
})]),
|
|
34550
34893
|
_: 1 /* STABLE */
|
|
@@ -34571,7 +34914,7 @@ const __default__ = {
|
|
|
34571
34914
|
step: 0.1,
|
|
34572
34915
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAlphaScale,
|
|
34573
34916
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAlphaScale
|
|
34574
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
34917
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
34575
34918
|
_: 1 /* STABLE */
|
|
34576
34919
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
34577
34920
|
span: 8
|
|
@@ -34584,7 +34927,7 @@ const __default__ = {
|
|
|
34584
34927
|
step: 0.1,
|
|
34585
34928
|
onInput: _cache[32] || (_cache[32] = $event => paramsChanged('alphaScale')),
|
|
34586
34929
|
"controls-position": "right"
|
|
34587
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
34930
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
34588
34931
|
_: 1 /* STABLE */
|
|
34589
34932
|
})]),
|
|
34590
34933
|
_: 1 /* STABLE */
|
|
@@ -34598,10 +34941,10 @@ const __default__ = {
|
|
|
34598
34941
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
34599
34942
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).shadowRateLegend
|
|
34600
34943
|
}, {
|
|
34601
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
34944
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
|
|
34602
34945
|
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(const_image_.SHADOW_LEGEND_URL),
|
|
34603
34946
|
alt: ""
|
|
34604
|
-
}, null, 8 /* PROPS */,
|
|
34947
|
+
}, null, 8 /* PROPS */, _hoisted_5), _hoisted_6]),
|
|
34605
34948
|
_: 1 /* STABLE */
|
|
34606
34949
|
}, 8 /* PROPS */, ["label"])]),
|
|
34607
34950
|
_: 1 /* STABLE */
|
|
@@ -34611,7 +34954,7 @@ const __default__ = {
|
|
|
34611
34954
|
_: 1 /* STABLE */
|
|
34612
34955
|
}, 8 /* PROPS */, ["title"])]),
|
|
34613
34956
|
_: 1 /* STABLE */
|
|
34614
|
-
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
34957
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
34615
34958
|
onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
34616
34959
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
34617
34960
|
type: "primary"
|
|
@@ -34990,7 +35333,7 @@ const _hoisted_2 = {
|
|
|
34990
35333
|
const __default__ = {
|
|
34991
35334
|
name: "Kq3dSightlineAnalysis"
|
|
34992
35335
|
};
|
|
34993
|
-
/* harmony default export */ var SightlineAnalysisvue_type_script_setup_true_lang_js = (
|
|
35336
|
+
/* harmony default export */ var SightlineAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
34994
35337
|
props: {
|
|
34995
35338
|
// 设置参数
|
|
34996
35339
|
settingParams: {
|
|
@@ -35033,11 +35376,15 @@ const __default__ = {
|
|
|
35033
35376
|
setup(__props, {
|
|
35034
35377
|
expose: __expose
|
|
35035
35378
|
}) {
|
|
35036
|
-
|
|
35379
|
+
const props = __props;
|
|
35380
|
+
const {
|
|
35381
|
+
proxy
|
|
35382
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
35383
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
35037
35384
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
35038
35385
|
|
|
35039
35386
|
// 获取组件传参
|
|
35040
|
-
|
|
35387
|
+
|
|
35041
35388
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
35042
35389
|
lineWidth: props.settingParams && props.settingParams.lineWidth || 5,
|
|
35043
35390
|
visibleColor: props.settingParams && props.settingParams.visibleColor || "#00ff00",
|
|
@@ -35240,20 +35587,20 @@ const __default__ = {
|
|
|
35240
35587
|
}, {
|
|
35241
35588
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).seePoint), 1 /* TEXT */)]),
|
|
35242
35589
|
_: 1 /* STABLE */
|
|
35243
|
-
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
35590
|
+
}, 8 /* PROPS */, ["onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
35244
35591
|
onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)(addTargetPoint, ["stop"]),
|
|
35245
35592
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).targetPoint,
|
|
35246
35593
|
type: "primary"
|
|
35247
35594
|
}, {
|
|
35248
35595
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).targetPoint), 1 /* TEXT */)]),
|
|
35249
35596
|
_: 1 /* STABLE */
|
|
35250
|
-
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
35597
|
+
}, 8 /* PROPS */, ["onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
35251
35598
|
onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)(clearResult, ["stop"]),
|
|
35252
35599
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
35253
35600
|
}, {
|
|
35254
35601
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult), 1 /* TEXT */)]),
|
|
35255
35602
|
_: 1 /* STABLE */
|
|
35256
|
-
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
35603
|
+
}, 8 /* PROPS */, ["onClick", "title"])])])], 2 /* CLASS */);
|
|
35257
35604
|
};
|
|
35258
35605
|
}
|
|
35259
35606
|
}));
|
|
@@ -35612,7 +35959,7 @@ const _hoisted_4 = {
|
|
|
35612
35959
|
const __default__ = {
|
|
35613
35960
|
name: "Kq3dSkylineAnalysis"
|
|
35614
35961
|
};
|
|
35615
|
-
/* harmony default export */ var SkylineAnalysisvue_type_script_setup_true_lang_js = (
|
|
35962
|
+
/* harmony default export */ var SkylineAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
35616
35963
|
props: {
|
|
35617
35964
|
// 设置参数
|
|
35618
35965
|
settingParams: {
|
|
@@ -35655,7 +36002,11 @@ const __default__ = {
|
|
|
35655
36002
|
setup(__props, {
|
|
35656
36003
|
expose: __expose
|
|
35657
36004
|
}) {
|
|
35658
|
-
|
|
36005
|
+
const props = __props;
|
|
36006
|
+
const {
|
|
36007
|
+
proxy
|
|
36008
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
36009
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
35659
36010
|
// 设置
|
|
35660
36011
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
35661
36012
|
// 分析类
|
|
@@ -35663,7 +36014,7 @@ const __default__ = {
|
|
|
35663
36014
|
// chart显示
|
|
35664
36015
|
let resultEcahrtVis = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
35665
36016
|
// 获取组件传参
|
|
35666
|
-
|
|
36017
|
+
|
|
35667
36018
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
35668
36019
|
skylineColor: props.settingParams && props.settingParams.skylineColor || "#ff0000",
|
|
35669
36020
|
// 天际线颜色
|
|
@@ -35932,7 +36283,7 @@ const __default__ = {
|
|
|
35932
36283
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLimitHeightBodyAlpha,
|
|
35933
36284
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeightBodyAlpha,
|
|
35934
36285
|
onInput: onChangeLimitHeightBodyAlpha
|
|
35935
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
36286
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
35936
36287
|
_: 1 /* STABLE */
|
|
35937
36288
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
35938
36289
|
span: 8
|
|
@@ -35944,7 +36295,7 @@ const __default__ = {
|
|
|
35944
36295
|
step: 0.1,
|
|
35945
36296
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeightBodyAlpha,
|
|
35946
36297
|
"controls-position": "right"
|
|
35947
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
36298
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "step", "max"])]),
|
|
35948
36299
|
_: 1 /* STABLE */
|
|
35949
36300
|
})]),
|
|
35950
36301
|
_: 1 /* STABLE */
|
|
@@ -36347,11 +36698,16 @@ const _hoisted_3 = {
|
|
|
36347
36698
|
const _hoisted_4 = {
|
|
36348
36699
|
key: 1
|
|
36349
36700
|
};
|
|
36350
|
-
const _hoisted_5 =
|
|
36351
|
-
const _hoisted_6 = {
|
|
36701
|
+
const _hoisted_5 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1 /* HOISTED */);
|
|
36702
|
+
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
36703
|
+
class: "kq3d-slope-analysis-line"
|
|
36704
|
+
}, null, -1 /* HOISTED */);
|
|
36705
|
+
const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */);
|
|
36706
|
+
const _hoisted_8 = ["src"];
|
|
36707
|
+
const _hoisted_9 = {
|
|
36352
36708
|
key: 2
|
|
36353
36709
|
};
|
|
36354
|
-
const
|
|
36710
|
+
const _hoisted_10 = {
|
|
36355
36711
|
class: "kq3d-slope-analysis-footer"
|
|
36356
36712
|
};
|
|
36357
36713
|
|
|
@@ -36364,7 +36720,7 @@ const _hoisted_7 = {
|
|
|
36364
36720
|
const __default__ = {
|
|
36365
36721
|
name: "Kq3dSlopeAnalysis"
|
|
36366
36722
|
};
|
|
36367
|
-
/* harmony default export */ var SlopeAnalysisvue_type_script_setup_true_lang_js = (
|
|
36723
|
+
/* harmony default export */ var SlopeAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
36368
36724
|
props: {
|
|
36369
36725
|
// 设置参数
|
|
36370
36726
|
settingParams: {
|
|
@@ -36407,11 +36763,12 @@ const __default__ = {
|
|
|
36407
36763
|
setup(__props, {
|
|
36408
36764
|
expose: __expose
|
|
36409
36765
|
}) {
|
|
36766
|
+
const props = __props;
|
|
36410
36767
|
const {
|
|
36411
36768
|
proxy
|
|
36412
36769
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
36413
36770
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
36414
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
36771
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
36415
36772
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
36416
36773
|
let dataList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([{
|
|
36417
36774
|
colorTableDegree: 0,
|
|
@@ -36446,7 +36803,7 @@ const __default__ = {
|
|
|
36446
36803
|
//计算属性
|
|
36447
36804
|
|
|
36448
36805
|
// 获取组件传参
|
|
36449
|
-
|
|
36806
|
+
|
|
36450
36807
|
// 分析类
|
|
36451
36808
|
let viewModel = null;
|
|
36452
36809
|
// 默认参数
|
|
@@ -36751,9 +37108,7 @@ const __default__ = {
|
|
|
36751
37108
|
"display": "flex"
|
|
36752
37109
|
}
|
|
36753
37110
|
}, {
|
|
36754
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
36755
|
-
class: "kq3d-slope-analysis-line"
|
|
36756
|
-
}, null, -1 /* HOISTED */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */)])),
|
|
37111
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_5, _hoisted_6, _hoisted_7]),
|
|
36757
37112
|
_: 1 /* STABLE */
|
|
36758
37113
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
36759
37114
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
@@ -36769,7 +37124,7 @@ const __default__ = {
|
|
|
36769
37124
|
class: "kq3d-slope-analysis-legend",
|
|
36770
37125
|
src: item.src,
|
|
36771
37126
|
alt: ""
|
|
36772
|
-
}, null, 8 /* PROPS */,
|
|
37127
|
+
}, null, 8 /* PROPS */, _hoisted_8)]),
|
|
36773
37128
|
_: 2 /* DYNAMIC */
|
|
36774
37129
|
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
|
|
36775
37130
|
}), 64 /* STABLE_FRAGMENT */))]),
|
|
@@ -36778,7 +37133,7 @@ const __default__ = {
|
|
|
36778
37133
|
_: 1 /* STABLE */
|
|
36779
37134
|
}, 8 /* PROPS */, ["label"])]),
|
|
36780
37135
|
_: 1 /* STABLE */
|
|
36781
|
-
})])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
37136
|
+
})])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
36782
37137
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
36783
37138
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSlope
|
|
36784
37139
|
}, {
|
|
@@ -36877,7 +37232,7 @@ const __default__ = {
|
|
|
36877
37232
|
max: 1,
|
|
36878
37233
|
step: 0.01,
|
|
36879
37234
|
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
|
|
36880
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
37235
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
36881
37236
|
_: 1 /* STABLE */
|
|
36882
37237
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
36883
37238
|
span: 8
|
|
@@ -36890,7 +37245,7 @@ const __default__ = {
|
|
|
36890
37245
|
step: 0.01,
|
|
36891
37246
|
"controls-position": "right",
|
|
36892
37247
|
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
|
|
36893
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
37248
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
36894
37249
|
_: 1 /* STABLE */
|
|
36895
37250
|
})]),
|
|
36896
37251
|
_: 1 /* STABLE */
|
|
@@ -36920,7 +37275,7 @@ const __default__ = {
|
|
|
36920
37275
|
_: 1 /* STABLE */
|
|
36921
37276
|
}, 8 /* PROPS */, ["title"])]),
|
|
36922
37277
|
_: 1 /* STABLE */
|
|
36923
|
-
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
37278
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
36924
37279
|
onClick: _cache[23] || (_cache[23] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
36925
37280
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
36926
37281
|
type: "primary"
|
|
@@ -37277,11 +37632,16 @@ const _hoisted_3 = {
|
|
|
37277
37632
|
const _hoisted_4 = {
|
|
37278
37633
|
key: 1
|
|
37279
37634
|
};
|
|
37280
|
-
const _hoisted_5 =
|
|
37281
|
-
const _hoisted_6 = {
|
|
37635
|
+
const _hoisted_5 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1 /* HOISTED */);
|
|
37636
|
+
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
37637
|
+
class: "kq3d-slope-aspect-analysis-line"
|
|
37638
|
+
}, null, -1 /* HOISTED */);
|
|
37639
|
+
const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */);
|
|
37640
|
+
const _hoisted_8 = ["src"];
|
|
37641
|
+
const _hoisted_9 = {
|
|
37282
37642
|
key: 2
|
|
37283
37643
|
};
|
|
37284
|
-
const
|
|
37644
|
+
const _hoisted_10 = {
|
|
37285
37645
|
class: "kq3d-slope-aspect-analysis-footer"
|
|
37286
37646
|
};
|
|
37287
37647
|
|
|
@@ -37294,7 +37654,7 @@ const _hoisted_7 = {
|
|
|
37294
37654
|
const __default__ = {
|
|
37295
37655
|
name: "Kq3dSlopeAspectAnalysis"
|
|
37296
37656
|
};
|
|
37297
|
-
/* harmony default export */ var SlopeAspectAnalysisvue_type_script_setup_true_lang_js = (
|
|
37657
|
+
/* harmony default export */ var SlopeAspectAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
37298
37658
|
props: {
|
|
37299
37659
|
// 设置参数
|
|
37300
37660
|
settingParams: {
|
|
@@ -37337,11 +37697,12 @@ const __default__ = {
|
|
|
37337
37697
|
setup(__props, {
|
|
37338
37698
|
expose: __expose
|
|
37339
37699
|
}) {
|
|
37700
|
+
const props = __props;
|
|
37340
37701
|
const {
|
|
37341
37702
|
proxy
|
|
37342
37703
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
37343
37704
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
37344
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
37705
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
37345
37706
|
let dataList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([{
|
|
37346
37707
|
colorTableDegree: 0,
|
|
37347
37708
|
colorTable: null
|
|
@@ -37375,7 +37736,7 @@ const __default__ = {
|
|
|
37375
37736
|
//计算属性
|
|
37376
37737
|
|
|
37377
37738
|
// 获取组件传参
|
|
37378
|
-
|
|
37739
|
+
|
|
37379
37740
|
// 分析类
|
|
37380
37741
|
let viewModel = null;
|
|
37381
37742
|
// 默认参数
|
|
@@ -37708,9 +38069,7 @@ const __default__ = {
|
|
|
37708
38069
|
"display": "flex"
|
|
37709
38070
|
}
|
|
37710
38071
|
}, {
|
|
37711
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
37712
|
-
class: "kq3d-slope-aspect-analysis-line"
|
|
37713
|
-
}, null, -1 /* HOISTED */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */)])),
|
|
38072
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_5, _hoisted_6, _hoisted_7]),
|
|
37714
38073
|
_: 1 /* STABLE */
|
|
37715
38074
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
37716
38075
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
@@ -37726,7 +38085,7 @@ const __default__ = {
|
|
|
37726
38085
|
class: "kq3d-slope-aspect-analysis-legend",
|
|
37727
38086
|
src: item.src,
|
|
37728
38087
|
alt: ""
|
|
37729
|
-
}, null, 8 /* PROPS */,
|
|
38088
|
+
}, null, 8 /* PROPS */, _hoisted_8)]),
|
|
37730
38089
|
_: 2 /* DYNAMIC */
|
|
37731
38090
|
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
|
|
37732
38091
|
}), 64 /* STABLE_FRAGMENT */))]),
|
|
@@ -37735,7 +38094,7 @@ const __default__ = {
|
|
|
37735
38094
|
_: 1 /* STABLE */
|
|
37736
38095
|
}, 8 /* PROPS */, ["label"])]),
|
|
37737
38096
|
_: 1 /* STABLE */
|
|
37738
|
-
})])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
38097
|
+
})])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle === 'slopeFilter' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
37739
38098
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
37740
38099
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSlope
|
|
37741
38100
|
}, {
|
|
@@ -37834,7 +38193,7 @@ const __default__ = {
|
|
|
37834
38193
|
max: 1,
|
|
37835
38194
|
step: 0.01,
|
|
37836
38195
|
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
|
|
37837
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
38196
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
37838
38197
|
_: 1 /* STABLE */
|
|
37839
38198
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
37840
38199
|
span: 8
|
|
@@ -37847,7 +38206,7 @@ const __default__ = {
|
|
|
37847
38206
|
step: 0.01,
|
|
37848
38207
|
"controls-position": "right",
|
|
37849
38208
|
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
|
|
37850
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
38209
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
37851
38210
|
_: 1 /* STABLE */
|
|
37852
38211
|
})]),
|
|
37853
38212
|
_: 1 /* STABLE */
|
|
@@ -37982,7 +38341,7 @@ const __default__ = {
|
|
|
37982
38341
|
_: 1 /* STABLE */
|
|
37983
38342
|
}, 8 /* PROPS */, ["title"])]),
|
|
37984
38343
|
_: 1 /* STABLE */
|
|
37985
|
-
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
38344
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
37986
38345
|
onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
37987
38346
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
37988
38347
|
type: "primary"
|
|
@@ -38152,7 +38511,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
38152
38511
|
const __default__ = {
|
|
38153
38512
|
name: "Kq3dStatusBar"
|
|
38154
38513
|
};
|
|
38155
|
-
/* harmony default export */ var StatusBarvue_type_script_setup_true_lang_js = (
|
|
38514
|
+
/* harmony default export */ var StatusBarvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
38156
38515
|
props: {
|
|
38157
38516
|
// 隐藏分辨率
|
|
38158
38517
|
hideResolution: Boolean,
|
|
@@ -38501,7 +38860,7 @@ const _hoisted_4 = {
|
|
|
38501
38860
|
const __default__ = {
|
|
38502
38861
|
name: "Kq3dTerrainOperation"
|
|
38503
38862
|
};
|
|
38504
|
-
/* harmony default export */ var TerrainOperationvue_type_script_setup_true_lang_js = (
|
|
38863
|
+
/* harmony default export */ var TerrainOperationvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
38505
38864
|
props: {
|
|
38506
38865
|
// 设置参数
|
|
38507
38866
|
settingParams: {
|
|
@@ -38549,14 +38908,15 @@ const __default__ = {
|
|
|
38549
38908
|
setup(__props, {
|
|
38550
38909
|
expose: __expose
|
|
38551
38910
|
}) {
|
|
38911
|
+
const props = __props;
|
|
38552
38912
|
const {
|
|
38553
38913
|
proxy
|
|
38554
38914
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
38555
38915
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
38556
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
38916
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
38557
38917
|
|
|
38558
38918
|
// 获取组件传参
|
|
38559
|
-
|
|
38919
|
+
|
|
38560
38920
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
38561
38921
|
terrainStyle: props.settingParams && props.settingParams.terrainStyle || 1,
|
|
38562
38922
|
// 地形操作类型。1:地形开挖;2:地形修改
|
|
@@ -39038,12 +39398,10 @@ const _hoisted_1 = {
|
|
|
39038
39398
|
|
|
39039
39399
|
|
|
39040
39400
|
|
|
39041
|
-
//语言
|
|
39042
|
-
|
|
39043
39401
|
const __default__ = {
|
|
39044
39402
|
name: "Kq3dTerrainProfileAnalysis"
|
|
39045
39403
|
};
|
|
39046
|
-
/* harmony default export */ var TerrainProfileAnalysisvue_type_script_setup_true_lang_js = (
|
|
39404
|
+
/* harmony default export */ var TerrainProfileAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
39047
39405
|
props: {
|
|
39048
39406
|
//指定组件绑定的viewer对象的div的id
|
|
39049
39407
|
mapTarget: String,
|
|
@@ -39088,15 +39446,18 @@ const __default__ = {
|
|
|
39088
39446
|
setup(__props, {
|
|
39089
39447
|
expose: __expose
|
|
39090
39448
|
}) {
|
|
39091
|
-
|
|
39092
|
-
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
39093
|
-
let viewModel = null;
|
|
39094
|
-
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
39449
|
+
const props = __props;
|
|
39095
39450
|
const {
|
|
39096
39451
|
proxy
|
|
39097
39452
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
39453
|
+
//语言
|
|
39454
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
39455
|
+
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
39456
|
+
let viewModel = null;
|
|
39457
|
+
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
39458
|
+
|
|
39098
39459
|
// 获取组件传参
|
|
39099
|
-
|
|
39460
|
+
|
|
39100
39461
|
// 组件容器Ref
|
|
39101
39462
|
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
39102
39463
|
|
|
@@ -39329,7 +39690,7 @@ const _hoisted_1 = {
|
|
|
39329
39690
|
const __default__ = {
|
|
39330
39691
|
name: "kq3dUnderground"
|
|
39331
39692
|
};
|
|
39332
|
-
/* harmony default export */ var Undergroundvue_type_script_setup_true_lang_js = (
|
|
39693
|
+
/* harmony default export */ var Undergroundvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
39333
39694
|
props: {
|
|
39334
39695
|
/**
|
|
39335
39696
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
@@ -39339,15 +39700,17 @@ const __default__ = {
|
|
|
39339
39700
|
emits: ["undergroundChange"],
|
|
39340
39701
|
setup(__props, {
|
|
39341
39702
|
expose: __expose,
|
|
39342
|
-
emit
|
|
39703
|
+
emit
|
|
39343
39704
|
}) {
|
|
39705
|
+
const props = __props;
|
|
39344
39706
|
const {
|
|
39345
39707
|
proxy
|
|
39346
39708
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
39347
|
-
|
|
39709
|
+
|
|
39348
39710
|
//获取组件传参
|
|
39349
|
-
|
|
39350
|
-
|
|
39711
|
+
|
|
39712
|
+
//语言
|
|
39713
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
39351
39714
|
let isUndergroundMode = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
39352
39715
|
let viewModel = null;
|
|
39353
39716
|
|
|
@@ -39701,7 +40064,7 @@ const _hoisted_3 = {
|
|
|
39701
40064
|
const __default__ = {
|
|
39702
40065
|
name: "Kq3dVideoFusion"
|
|
39703
40066
|
};
|
|
39704
|
-
/* harmony default export */ var VideoFusionvue_type_script_setup_true_lang_js = (
|
|
40067
|
+
/* harmony default export */ var VideoFusionvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
39705
40068
|
props: {
|
|
39706
40069
|
// 设置参数
|
|
39707
40070
|
settingParams: {
|
|
@@ -39744,11 +40107,15 @@ const __default__ = {
|
|
|
39744
40107
|
setup(__props, {
|
|
39745
40108
|
expose: __expose
|
|
39746
40109
|
}) {
|
|
39747
|
-
|
|
40110
|
+
const props = __props;
|
|
40111
|
+
const {
|
|
40112
|
+
proxy
|
|
40113
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
40114
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
39748
40115
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
39749
40116
|
|
|
39750
40117
|
// 获取组件传参
|
|
39751
|
-
|
|
40118
|
+
|
|
39752
40119
|
const lonlatOffset = 0.00001;
|
|
39753
40120
|
const heightOffset = 10;
|
|
39754
40121
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
@@ -40041,7 +40408,7 @@ const __default__ = {
|
|
|
40041
40408
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLongitude,
|
|
40042
40409
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLongitude,
|
|
40043
40410
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('longitude'))
|
|
40044
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
40411
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
40045
40412
|
_: 1 /* STABLE */
|
|
40046
40413
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
40047
40414
|
span: 14,
|
|
@@ -40077,7 +40444,7 @@ const __default__ = {
|
|
|
40077
40444
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLatitude,
|
|
40078
40445
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLatitude,
|
|
40079
40446
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('latitude'))
|
|
40080
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
40447
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
40081
40448
|
_: 1 /* STABLE */
|
|
40082
40449
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
40083
40450
|
span: 14,
|
|
@@ -40113,7 +40480,7 @@ const __default__ = {
|
|
|
40113
40480
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
40114
40481
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
40115
40482
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('height'))
|
|
40116
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
40483
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
40117
40484
|
_: 1 /* STABLE */
|
|
40118
40485
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
40119
40486
|
span: 14,
|
|
@@ -40189,7 +40556,7 @@ const __default__ = {
|
|
|
40189
40556
|
min: 10,
|
|
40190
40557
|
max: 200,
|
|
40191
40558
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('far'))
|
|
40192
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
40559
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
40193
40560
|
_: 1 /* STABLE */
|
|
40194
40561
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
40195
40562
|
span: 8
|
|
@@ -40202,7 +40569,7 @@ const __default__ = {
|
|
|
40202
40569
|
max: 200,
|
|
40203
40570
|
"controls-position": "right",
|
|
40204
40571
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('far'))
|
|
40205
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
40572
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
40206
40573
|
_: 1 /* STABLE */
|
|
40207
40574
|
})]),
|
|
40208
40575
|
_: 1 /* STABLE */
|
|
@@ -40349,7 +40716,7 @@ const __default__ = {
|
|
|
40349
40716
|
min: 0,
|
|
40350
40717
|
max: 1,
|
|
40351
40718
|
onInput: _cache[29] || (_cache[29] = $event => paramsChanged('alpha'))
|
|
40352
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
40719
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
40353
40720
|
_: 1 /* STABLE */
|
|
40354
40721
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
40355
40722
|
span: 8
|
|
@@ -40362,7 +40729,7 @@ const __default__ = {
|
|
|
40362
40729
|
max: 1,
|
|
40363
40730
|
"controls-position": "right",
|
|
40364
40731
|
onInput: _cache[31] || (_cache[31] = $event => paramsChanged('alpha'))
|
|
40365
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
40732
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
40366
40733
|
_: 1 /* STABLE */
|
|
40367
40734
|
})]),
|
|
40368
40735
|
_: 1 /* STABLE */
|
|
@@ -40389,7 +40756,7 @@ const __default__ = {
|
|
|
40389
40756
|
min: 0,
|
|
40390
40757
|
max: 1,
|
|
40391
40758
|
onInput: _cache[33] || (_cache[33] = $event => paramsChanged('eclosion'))
|
|
40392
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
40759
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
40393
40760
|
_: 1 /* STABLE */
|
|
40394
40761
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
40395
40762
|
span: 8
|
|
@@ -40402,7 +40769,7 @@ const __default__ = {
|
|
|
40402
40769
|
max: 1,
|
|
40403
40770
|
"controls-position": "right",
|
|
40404
40771
|
onInput: _cache[35] || (_cache[35] = $event => paramsChanged('eclosion'))
|
|
40405
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
40772
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
40406
40773
|
_: 1 /* STABLE */
|
|
40407
40774
|
})]),
|
|
40408
40775
|
_: 1 /* STABLE */
|
|
@@ -40745,7 +41112,7 @@ const _hoisted_4 = {
|
|
|
40745
41112
|
const __default__ = {
|
|
40746
41113
|
name: "Kq3dVideoProject"
|
|
40747
41114
|
};
|
|
40748
|
-
/* harmony default export */ var VideoProjectvue_type_script_setup_true_lang_js = (
|
|
41115
|
+
/* harmony default export */ var VideoProjectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
40749
41116
|
props: {
|
|
40750
41117
|
// 设置参数
|
|
40751
41118
|
settingParams: {
|
|
@@ -40788,11 +41155,15 @@ const __default__ = {
|
|
|
40788
41155
|
setup(__props, {
|
|
40789
41156
|
expose: __expose
|
|
40790
41157
|
}) {
|
|
40791
|
-
|
|
41158
|
+
const props = __props;
|
|
41159
|
+
const {
|
|
41160
|
+
proxy
|
|
41161
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
41162
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
40792
41163
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
40793
41164
|
|
|
40794
41165
|
// 获取组件传参
|
|
40795
|
-
|
|
41166
|
+
|
|
40796
41167
|
const lonlatOffset = 0.00001;
|
|
40797
41168
|
const heightOffset = 10;
|
|
40798
41169
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
@@ -41124,7 +41495,7 @@ const __default__ = {
|
|
|
41124
41495
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLongitude,
|
|
41125
41496
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLongitude,
|
|
41126
41497
|
onInput: _cache[6] || (_cache[6] = $event => paramsChanged('longitude'))
|
|
41127
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
41498
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
41128
41499
|
_: 1 /* STABLE */
|
|
41129
41500
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
41130
41501
|
span: 14,
|
|
@@ -41160,7 +41531,7 @@ const __default__ = {
|
|
|
41160
41531
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLatitude,
|
|
41161
41532
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLatitude,
|
|
41162
41533
|
onInput: _cache[8] || (_cache[8] = $event => paramsChanged('latitude'))
|
|
41163
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
41534
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
41164
41535
|
_: 1 /* STABLE */
|
|
41165
41536
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
41166
41537
|
span: 14,
|
|
@@ -41196,7 +41567,7 @@ const __default__ = {
|
|
|
41196
41567
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
41197
41568
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
41198
41569
|
onInput: _cache[10] || (_cache[10] = $event => paramsChanged('height'))
|
|
41199
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
41570
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
41200
41571
|
_: 1 /* STABLE */
|
|
41201
41572
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
41202
41573
|
span: 14,
|
|
@@ -41272,7 +41643,7 @@ const __default__ = {
|
|
|
41272
41643
|
min: 0.5,
|
|
41273
41644
|
max: 2,
|
|
41274
41645
|
onInput: _cache[16] || (_cache[16] = $event => paramsChanged('aspectRatio'))
|
|
41275
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
41646
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
41276
41647
|
_: 1 /* STABLE */
|
|
41277
41648
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
41278
41649
|
span: 8
|
|
@@ -41285,7 +41656,7 @@ const __default__ = {
|
|
|
41285
41656
|
max: 2,
|
|
41286
41657
|
"controls-position": "right",
|
|
41287
41658
|
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('aspectRatio'))
|
|
41288
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
41659
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
41289
41660
|
_: 1 /* STABLE */
|
|
41290
41661
|
})]),
|
|
41291
41662
|
_: 1 /* STABLE */
|
|
@@ -41312,7 +41683,7 @@ const __default__ = {
|
|
|
41312
41683
|
min: 10,
|
|
41313
41684
|
max: 200,
|
|
41314
41685
|
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('far'))
|
|
41315
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
41686
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
41316
41687
|
_: 1 /* STABLE */
|
|
41317
41688
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
41318
41689
|
span: 8
|
|
@@ -41325,7 +41696,7 @@ const __default__ = {
|
|
|
41325
41696
|
max: 200,
|
|
41326
41697
|
"controls-position": "right",
|
|
41327
41698
|
onInput: _cache[22] || (_cache[22] = $event => paramsChanged('far'))
|
|
41328
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
41699
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
41329
41700
|
_: 1 /* STABLE */
|
|
41330
41701
|
})]),
|
|
41331
41702
|
_: 1 /* STABLE */
|
|
@@ -41706,7 +42077,7 @@ const _hoisted_2 = {
|
|
|
41706
42077
|
const __default__ = {
|
|
41707
42078
|
name: "Kq3dViewshedAnalysis"
|
|
41708
42079
|
};
|
|
41709
|
-
/* harmony default export */ var ViewshedAnalysisvue_type_script_setup_true_lang_js = (
|
|
42080
|
+
/* harmony default export */ var ViewshedAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
41710
42081
|
props: {
|
|
41711
42082
|
// 设置参数
|
|
41712
42083
|
settingParams: {
|
|
@@ -41749,15 +42120,16 @@ const __default__ = {
|
|
|
41749
42120
|
setup(__props, {
|
|
41750
42121
|
expose: __expose
|
|
41751
42122
|
}) {
|
|
42123
|
+
const props = __props;
|
|
41752
42124
|
const {
|
|
41753
42125
|
proxy
|
|
41754
42126
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
41755
42127
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
41756
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
42128
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
41757
42129
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
41758
42130
|
|
|
41759
42131
|
// 获取组件传参
|
|
41760
|
-
|
|
42132
|
+
|
|
41761
42133
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
41762
42134
|
offsetHeight: props.settingParams && props.settingParams.offsetHeight || 1.8,
|
|
41763
42135
|
// 视点高
|
|
@@ -42303,7 +42675,7 @@ const _hoisted_2 = {
|
|
|
42303
42675
|
const __default__ = {
|
|
42304
42676
|
name: "Kq3dWeatherEffect"
|
|
42305
42677
|
};
|
|
42306
|
-
/* harmony default export */ var WeatherEffectvue_type_script_setup_true_lang_js = (
|
|
42678
|
+
/* harmony default export */ var WeatherEffectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
42307
42679
|
props: {
|
|
42308
42680
|
// 设置参数
|
|
42309
42681
|
settingParams: {
|
|
@@ -42346,15 +42718,16 @@ const __default__ = {
|
|
|
42346
42718
|
setup(__props, {
|
|
42347
42719
|
expose: __expose
|
|
42348
42720
|
}) {
|
|
42721
|
+
const props = __props;
|
|
42349
42722
|
const {
|
|
42350
42723
|
proxy
|
|
42351
42724
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
42352
42725
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
42353
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
42726
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
42354
42727
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
42355
42728
|
|
|
42356
42729
|
// 获取组件传参
|
|
42357
|
-
|
|
42730
|
+
|
|
42358
42731
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
42359
42732
|
mode: props.settingParams && props.settingParams.mode || "rain",
|
|
42360
42733
|
rangeRadius: props.settingParams && props.settingParams.rangeRadius || 100,
|
|
@@ -42629,7 +43002,7 @@ const __default__ = {
|
|
|
42629
43002
|
min: 0.1,
|
|
42630
43003
|
max: 5,
|
|
42631
43004
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('particleSize'))
|
|
42632
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
43005
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
42633
43006
|
_: 1 /* STABLE */
|
|
42634
43007
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
42635
43008
|
span: 8
|
|
@@ -42642,7 +43015,7 @@ const __default__ = {
|
|
|
42642
43015
|
max: 5,
|
|
42643
43016
|
"controls-position": "right",
|
|
42644
43017
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('particleSize'))
|
|
42645
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
43018
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
42646
43019
|
_: 1 /* STABLE */
|
|
42647
43020
|
})]),
|
|
42648
43021
|
_: 1 /* STABLE */
|
|
@@ -42671,7 +43044,7 @@ const __default__ = {
|
|
|
42671
43044
|
max: 5.0,
|
|
42672
43045
|
step: 0.1,
|
|
42673
43046
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('startScale'))
|
|
42674
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
43047
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
42675
43048
|
_: 1 /* STABLE */
|
|
42676
43049
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
42677
43050
|
span: 8
|
|
@@ -42684,7 +43057,7 @@ const __default__ = {
|
|
|
42684
43057
|
step: 0.1,
|
|
42685
43058
|
"controls-position": "right",
|
|
42686
43059
|
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('startScale'))
|
|
42687
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
43060
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
42688
43061
|
_: 1 /* STABLE */
|
|
42689
43062
|
})]),
|
|
42690
43063
|
_: 1 /* STABLE */
|
|
@@ -42713,7 +43086,7 @@ const __default__ = {
|
|
|
42713
43086
|
max: 5.0,
|
|
42714
43087
|
step: 0.1,
|
|
42715
43088
|
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('endScale'))
|
|
42716
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
43089
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
42717
43090
|
_: 1 /* STABLE */
|
|
42718
43091
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
42719
43092
|
span: 8
|
|
@@ -42726,7 +43099,7 @@ const __default__ = {
|
|
|
42726
43099
|
step: 0.1,
|
|
42727
43100
|
"controls-position": "right",
|
|
42728
43101
|
onInput: _cache[21] || (_cache[21] = $event => paramsChanged('endScale'))
|
|
42729
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
43102
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
42730
43103
|
_: 1 /* STABLE */
|
|
42731
43104
|
})]),
|
|
42732
43105
|
_: 1 /* STABLE */
|
|
@@ -42755,7 +43128,7 @@ const __default__ = {
|
|
|
42755
43128
|
min: 0.1,
|
|
42756
43129
|
max: 5,
|
|
42757
43130
|
onInput: _cache[23] || (_cache[23] = $event => paramsChanged('gravity'))
|
|
42758
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
43131
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
42759
43132
|
_: 1 /* STABLE */
|
|
42760
43133
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
42761
43134
|
span: 8
|
|
@@ -42768,7 +43141,7 @@ const __default__ = {
|
|
|
42768
43141
|
step: 0.1,
|
|
42769
43142
|
"controls-position": "right",
|
|
42770
43143
|
onInput: _cache[25] || (_cache[25] = $event => paramsChanged('gravity'))
|
|
42771
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
43144
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
|
|
42772
43145
|
_: 1 /* STABLE */
|
|
42773
43146
|
})]),
|
|
42774
43147
|
_: 1 /* STABLE */
|
|
@@ -42918,12 +43291,10 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
42918
43291
|
|
|
42919
43292
|
|
|
42920
43293
|
|
|
42921
|
-
//语言
|
|
42922
|
-
|
|
42923
43294
|
const __default__ = {
|
|
42924
43295
|
name: "Kq3dWireframeSketch"
|
|
42925
43296
|
};
|
|
42926
|
-
/* harmony default export */ var WireframeSketchvue_type_script_setup_true_lang_js = (
|
|
43297
|
+
/* harmony default export */ var WireframeSketchvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
42927
43298
|
props: {
|
|
42928
43299
|
// 默认显示线框图
|
|
42929
43300
|
isCheckFrameRender: {
|
|
@@ -42967,16 +43338,19 @@ const __default__ = {
|
|
|
42967
43338
|
setup(__props, {
|
|
42968
43339
|
expose: __expose
|
|
42969
43340
|
}) {
|
|
42970
|
-
|
|
43341
|
+
const props = __props;
|
|
43342
|
+
const {
|
|
43343
|
+
proxy
|
|
43344
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
43345
|
+
//语言
|
|
43346
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
42971
43347
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
42972
43348
|
let viewModel = null;
|
|
42973
43349
|
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
42974
43350
|
let checkbox_data = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(["2"]);
|
|
42975
|
-
|
|
42976
|
-
proxy
|
|
42977
|
-
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
43351
|
+
|
|
42978
43352
|
// 获取组件传参
|
|
42979
|
-
|
|
43353
|
+
|
|
42980
43354
|
// 组件容器Ref
|
|
42981
43355
|
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
42982
43356
|
|
|
@@ -43206,7 +43580,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".kq-dynamicplotting-component[data-v-c
|
|
|
43206
43580
|
|
|
43207
43581
|
/***/ }),
|
|
43208
43582
|
|
|
43209
|
-
/***/
|
|
43583
|
+
/***/ 8622:
|
|
43210
43584
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
43211
43585
|
|
|
43212
43586
|
"use strict";
|
|
@@ -43216,14 +43590,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".kq-dynamicplotting-component[data-v-c
|
|
|
43216
43590
|
|
|
43217
43591
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
|
|
43218
43592
|
// Module
|
|
43219
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".tool-bar-wrapper .tool-bar-wrapper-item[data-v-
|
|
43593
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".tool-bar-wrapper .tool-bar-wrapper-item[data-v-989586f6]{position:relative;top:21px;right:76px;z-index:3000}.tool-bar-wrapper .kq-tool-bar .kq-tool-bar-wrap>ul[data-v-989586f6]:first-child{border-radius:4px 0 0 4px}.tool-bar-wrapper .kq-tool-bar .kq-tool-bar-wrap>ul[data-v-989586f6]:last-child{border-radius:0 4px 4px 0}.tool-bar-wrapper .ctrl-btn[data-v-989586f6]{position:absolute;top:0;right:0px;height:38px;width:19px;padding:0;border:none;box-shadow:var(--kq-box-shadow);transition:all .15s ease-in-out}.tool-bar-wrapper .ctrl-btn.ctrl-btn-hide .kq-icon[data-v-989586f6]{transform:rotate(180deg)}.tool-bar-wrapper .kq3d-underground[data-v-989586f6]{padding-left:12px}.tool-bar-wrapper .kq-form[data-v-989586f6]{margin-top:2px}", ""]);
|
|
43220
43594
|
// Exports
|
|
43221
43595
|
/* harmony default export */ __webpack_exports__["Z"] = (___CSS_LOADER_EXPORT___);
|
|
43222
43596
|
|
|
43223
43597
|
|
|
43224
43598
|
/***/ }),
|
|
43225
43599
|
|
|
43226
|
-
/***/
|
|
43600
|
+
/***/ 5109:
|
|
43227
43601
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
43228
43602
|
|
|
43229
43603
|
"use strict";
|
|
@@ -43240,7 +43614,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".tool-box-wrapper-3d .kq-icon_grid{col
|
|
|
43240
43614
|
|
|
43241
43615
|
/***/ }),
|
|
43242
43616
|
|
|
43243
|
-
/***/
|
|
43617
|
+
/***/ 2812:
|
|
43244
43618
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
43245
43619
|
|
|
43246
43620
|
"use strict";
|
|
@@ -43272,6 +43646,23 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".cesium-viewer-bottom{right:0px !impor
|
|
|
43272
43646
|
/* harmony default export */ __webpack_exports__["Z"] = (___CSS_LOADER_EXPORT___);
|
|
43273
43647
|
|
|
43274
43648
|
|
|
43649
|
+
/***/ }),
|
|
43650
|
+
|
|
43651
|
+
/***/ 1939:
|
|
43652
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
43653
|
+
|
|
43654
|
+
"use strict";
|
|
43655
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7705);
|
|
43656
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
43657
|
+
// Imports
|
|
43658
|
+
|
|
43659
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
|
|
43660
|
+
// Module
|
|
43661
|
+
___CSS_LOADER_EXPORT___.push([module.id, "\n.print3-close-button[data-v-061f2d10] {\r\n padding: 0px !important;\r\n position: absolute;\r\n color: var(--kq-color-primary);\r\n top: 16px;\r\n right: 66px;\r\n cursor: pointer;\r\n width: 42px;\r\n height: 42px;\r\n font-size: 22px;\r\n z-index: 999999;\r\n border-radius: 50%;\r\n box-shadow: var(--kq-light-shadow);\n}\r\n", ""]);
|
|
43662
|
+
// Exports
|
|
43663
|
+
/* harmony default export */ __webpack_exports__["Z"] = (___CSS_LOADER_EXPORT___);
|
|
43664
|
+
|
|
43665
|
+
|
|
43275
43666
|
/***/ }),
|
|
43276
43667
|
|
|
43277
43668
|
/***/ 3379:
|
|
@@ -43654,6 +44045,14 @@ module.exports = require("element-plus/dist/index.full.js");
|
|
|
43654
44045
|
|
|
43655
44046
|
/***/ }),
|
|
43656
44047
|
|
|
44048
|
+
/***/ 8618:
|
|
44049
|
+
/***/ (function(module) {
|
|
44050
|
+
|
|
44051
|
+
"use strict";
|
|
44052
|
+
module.exports = require("shpjs");
|
|
44053
|
+
|
|
44054
|
+
/***/ }),
|
|
44055
|
+
|
|
43657
44056
|
/***/ 7080:
|
|
43658
44057
|
/***/ (function(module) {
|
|
43659
44058
|
|
|
@@ -43869,6 +44268,36 @@ function _defineProperty(e, r, t) {
|
|
|
43869
44268
|
/******/ };
|
|
43870
44269
|
/******/ }();
|
|
43871
44270
|
/******/
|
|
44271
|
+
/******/ /* webpack/runtime/create fake namespace object */
|
|
44272
|
+
/******/ !function() {
|
|
44273
|
+
/******/ var getProto = Object.getPrototypeOf ? function(obj) { return Object.getPrototypeOf(obj); } : function(obj) { return obj.__proto__; };
|
|
44274
|
+
/******/ var leafPrototypes;
|
|
44275
|
+
/******/ // create a fake namespace object
|
|
44276
|
+
/******/ // mode & 1: value is a module id, require it
|
|
44277
|
+
/******/ // mode & 2: merge all properties of value into the ns
|
|
44278
|
+
/******/ // mode & 4: return value when already ns object
|
|
44279
|
+
/******/ // mode & 16: return value when it's Promise-like
|
|
44280
|
+
/******/ // mode & 8|1: behave like require
|
|
44281
|
+
/******/ __webpack_require__.t = function(value, mode) {
|
|
44282
|
+
/******/ if(mode & 1) value = this(value);
|
|
44283
|
+
/******/ if(mode & 8) return value;
|
|
44284
|
+
/******/ if(typeof value === 'object' && value) {
|
|
44285
|
+
/******/ if((mode & 4) && value.__esModule) return value;
|
|
44286
|
+
/******/ if((mode & 16) && typeof value.then === 'function') return value;
|
|
44287
|
+
/******/ }
|
|
44288
|
+
/******/ var ns = Object.create(null);
|
|
44289
|
+
/******/ __webpack_require__.r(ns);
|
|
44290
|
+
/******/ var def = {};
|
|
44291
|
+
/******/ leafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];
|
|
44292
|
+
/******/ for(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {
|
|
44293
|
+
/******/ Object.getOwnPropertyNames(current).forEach(function(key) { def[key] = function() { return value[key]; }; });
|
|
44294
|
+
/******/ }
|
|
44295
|
+
/******/ def['default'] = function() { return value; };
|
|
44296
|
+
/******/ __webpack_require__.d(ns, def);
|
|
44297
|
+
/******/ return ns;
|
|
44298
|
+
/******/ };
|
|
44299
|
+
/******/ }();
|
|
44300
|
+
/******/
|
|
43872
44301
|
/******/ /* webpack/runtime/define property getters */
|
|
43873
44302
|
/******/ !function() {
|
|
43874
44303
|
/******/ // define getter functions for harmony exports
|