@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/sceneview/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 */
|
|
@@ -4385,20 +4394,22 @@ const _hoisted_38 = {
|
|
|
4385
4394
|
key: 0,
|
|
4386
4395
|
class: "lengendTitle"
|
|
4387
4396
|
};
|
|
4388
|
-
const _hoisted_39 =
|
|
4397
|
+
const _hoisted_39 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "图例", -1 /* HOISTED */);
|
|
4398
|
+
const _hoisted_40 = [_hoisted_39];
|
|
4399
|
+
const _hoisted_41 = {
|
|
4389
4400
|
class: "legend-panel"
|
|
4390
4401
|
};
|
|
4391
|
-
const
|
|
4392
|
-
const
|
|
4393
|
-
const
|
|
4394
|
-
const
|
|
4395
|
-
const
|
|
4402
|
+
const _hoisted_42 = ["src"];
|
|
4403
|
+
const _hoisted_43 = ["id"];
|
|
4404
|
+
const _hoisted_44 = ["onClick"];
|
|
4405
|
+
const _hoisted_45 = ["src", "width", "height"];
|
|
4406
|
+
const _hoisted_46 = {
|
|
4396
4407
|
class: "kq3d-client-print-infomationContainer"
|
|
4397
4408
|
};
|
|
4398
|
-
const
|
|
4409
|
+
const _hoisted_47 = {
|
|
4399
4410
|
class: "kq3d-client-print-companyName"
|
|
4400
4411
|
};
|
|
4401
|
-
const
|
|
4412
|
+
const _hoisted_48 = {
|
|
4402
4413
|
class: "kq3d-client-print-systemTime"
|
|
4403
4414
|
};
|
|
4404
4415
|
|
|
@@ -4413,7 +4424,7 @@ const _hoisted_46 = {
|
|
|
4413
4424
|
const __default__ = {
|
|
4414
4425
|
name: "Kq3dClientPrint"
|
|
4415
4426
|
};
|
|
4416
|
-
/* harmony default export */ var ClientPrintvue_type_script_setup_true_lang_js = (
|
|
4427
|
+
/* harmony default export */ var ClientPrintvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
4417
4428
|
props: {
|
|
4418
4429
|
// 每个地图相关组件的必须参数 非必传 指定组件绑定的map对象的div的id
|
|
4419
4430
|
mapTarget: String,
|
|
@@ -4473,7 +4484,11 @@ const __default__ = {
|
|
|
4473
4484
|
setup(__props, {
|
|
4474
4485
|
expose: __expose
|
|
4475
4486
|
}) {
|
|
4476
|
-
|
|
4487
|
+
const props = __props;
|
|
4488
|
+
const {
|
|
4489
|
+
proxy
|
|
4490
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
4491
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
4477
4492
|
let {
|
|
4478
4493
|
locale,
|
|
4479
4494
|
messages
|
|
@@ -4484,7 +4499,7 @@ const __default__ = {
|
|
|
4484
4499
|
setFooterDataform.value["companyName"] = props.companyName || language.value.comapanyname;
|
|
4485
4500
|
systemTime.value = newVal == "zh" ? getSystemIime() : getSystemEnTime();
|
|
4486
4501
|
});
|
|
4487
|
-
|
|
4502
|
+
|
|
4488
4503
|
// 标题的数据
|
|
4489
4504
|
let setTitleDataform = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({
|
|
4490
4505
|
style: {
|
|
@@ -5754,27 +5769,27 @@ const __default__ = {
|
|
|
5754
5769
|
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, {
|
|
5755
5770
|
value: "A2"
|
|
5756
5771
|
}, {
|
|
5757
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
5772
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A2")]),
|
|
5758
5773
|
_: 1 /* STABLE */
|
|
5759
5774
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5760
5775
|
value: "A3"
|
|
5761
5776
|
}, {
|
|
5762
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
5777
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A3")]),
|
|
5763
5778
|
_: 1 /* STABLE */
|
|
5764
5779
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5765
5780
|
value: "A4"
|
|
5766
5781
|
}, {
|
|
5767
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
5782
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A4")]),
|
|
5768
5783
|
_: 1 /* STABLE */
|
|
5769
5784
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5770
5785
|
value: "A5"
|
|
5771
5786
|
}, {
|
|
5772
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
5787
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A5")]),
|
|
5773
5788
|
_: 1 /* STABLE */
|
|
5774
5789
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5775
5790
|
value: "A6"
|
|
5776
5791
|
}, {
|
|
5777
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
5792
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("A6")]),
|
|
5778
5793
|
_: 1 /* STABLE */
|
|
5779
5794
|
})]),
|
|
5780
5795
|
_: 1 /* STABLE */
|
|
@@ -5820,12 +5835,12 @@ const __default__ = {
|
|
|
5820
5835
|
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, {
|
|
5821
5836
|
value: "png"
|
|
5822
5837
|
}, {
|
|
5823
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
5838
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("png")]),
|
|
5824
5839
|
_: 1 /* STABLE */
|
|
5825
5840
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
5826
5841
|
value: "jpg"
|
|
5827
5842
|
}, {
|
|
5828
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
5843
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("jpg")]),
|
|
5829
5844
|
_: 1 /* STABLE */
|
|
5830
5845
|
})]),
|
|
5831
5846
|
_: 1 /* STABLE */
|
|
@@ -5960,7 +5975,7 @@ const __default__ = {
|
|
|
5960
5975
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
5961
5976
|
span: 2
|
|
5962
5977
|
}, {
|
|
5963
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
5978
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ")]),
|
|
5964
5979
|
_: 1 /* STABLE */
|
|
5965
5980
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
5966
5981
|
span: 6
|
|
@@ -6179,7 +6194,7 @@ const __default__ = {
|
|
|
6179
6194
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
6180
6195
|
span: 2
|
|
6181
6196
|
}, {
|
|
6182
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
6197
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)(" ")]),
|
|
6183
6198
|
_: 1 /* STABLE */
|
|
6184
6199
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
6185
6200
|
span: 6
|
|
@@ -6533,19 +6548,19 @@ const __default__ = {
|
|
|
6533
6548
|
ref_key: "lengend_ref",
|
|
6534
6549
|
ref: lengend_ref,
|
|
6535
6550
|
class: "kq-legend-box"
|
|
6536
|
-
}, [(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,
|
|
6537
|
-
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",
|
|
6551
|
+
}, [(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 => {
|
|
6552
|
+
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", {
|
|
6538
6553
|
src: legend.src,
|
|
6539
6554
|
style: {
|
|
6540
6555
|
"padding-right": "8px"
|
|
6541
6556
|
}
|
|
6542
|
-
}, null, 8 /* PROPS */,
|
|
6543
|
-
}), 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 /*
|
|
6557
|
+
}, 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]]);
|
|
6558
|
+
}), 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", {
|
|
6544
6559
|
class: "kq3d-client-print-compassDiv",
|
|
6545
6560
|
onMouseover: setdragCursor,
|
|
6546
6561
|
onMousedown: dragTl,
|
|
6547
6562
|
id: "divcompassDiv"
|
|
6548
|
-
}, [(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 /*
|
|
6563
|
+
}, [(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 => {
|
|
6549
6564
|
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", {
|
|
6550
6565
|
id: item.data.dataId,
|
|
6551
6566
|
key: item.data.dataId,
|
|
@@ -6573,7 +6588,7 @@ const __default__ = {
|
|
|
6573
6588
|
}, {
|
|
6574
6589
|
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))]),
|
|
6575
6590
|
_: 1 /* STABLE */
|
|
6576
|
-
}, 8 /* PROPS */, ["title"])], 8 /* PROPS */,
|
|
6591
|
+
}, 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]]);
|
|
6577
6592
|
}), 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 => {
|
|
6578
6593
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", {
|
|
6579
6594
|
key: item.uid,
|
|
@@ -6585,10 +6600,10 @@ const __default__ = {
|
|
|
6585
6600
|
alt: "",
|
|
6586
6601
|
width: item.width,
|
|
6587
6602
|
height: item.height
|
|
6588
|
-
}, null, 8 /* PROPS */,
|
|
6603
|
+
}, null, 8 /* PROPS */, _hoisted_45)], 32 /* HYDRATE_EVENTS */);
|
|
6589
6604
|
}), 128 /* KEYED_FRAGMENT */))]),
|
|
6590
6605
|
_: 1 /* STABLE */
|
|
6591
|
-
}, 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",
|
|
6606
|
+
}, 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 */)]),
|
|
6592
6607
|
_: 1 /* STABLE */
|
|
6593
6608
|
})], 512 /* NEED_PATCH */)], 512 /* NEED_PATCH */);
|
|
6594
6609
|
};
|
|
@@ -6768,7 +6783,7 @@ const _hoisted_1 = {
|
|
|
6768
6783
|
const __default__ = {
|
|
6769
6784
|
name: "Kq3dCompareMapTree"
|
|
6770
6785
|
};
|
|
6771
|
-
/* harmony default export */ var CompareMapTreevue_type_script_setup_true_lang_js = (
|
|
6786
|
+
/* harmony default export */ var CompareMapTreevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
6772
6787
|
props: {
|
|
6773
6788
|
index: Number,
|
|
6774
6789
|
setLayerState: {
|
|
@@ -6780,11 +6795,14 @@ const __default__ = {
|
|
|
6780
6795
|
}
|
|
6781
6796
|
},
|
|
6782
6797
|
setup(__props) {
|
|
6783
|
-
|
|
6798
|
+
const props = __props;
|
|
6784
6799
|
let selectedLayers = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 图层树选中值
|
|
6785
6800
|
let layerTreeData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 图层树选项数据
|
|
6786
6801
|
let preCheckedKeys = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 记录上次图层树选中值
|
|
6787
|
-
|
|
6802
|
+
const {
|
|
6803
|
+
proxy
|
|
6804
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
6805
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
6788
6806
|
|
|
6789
6807
|
/**
|
|
6790
6808
|
* 勾选图层逻辑
|
|
@@ -6880,7 +6898,7 @@ const CompareMapvue_type_script_setup_true_lang_js_hoisted_1 = {
|
|
|
6880
6898
|
const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
6881
6899
|
name: "Kq3dCompareMap"
|
|
6882
6900
|
};
|
|
6883
|
-
/* harmony default export */ var CompareMapvue_type_script_setup_true_lang_js = (
|
|
6901
|
+
/* harmony default export */ var CompareMapvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(CompareMapvue_type_script_setup_true_lang_js_default_, {
|
|
6884
6902
|
props: {
|
|
6885
6903
|
showShadow: {
|
|
6886
6904
|
type: Boolean,
|
|
@@ -6905,13 +6923,16 @@ const CompareMapvue_type_script_setup_true_lang_js_default_ = {
|
|
|
6905
6923
|
emits: ["back"],
|
|
6906
6924
|
setup(__props, {
|
|
6907
6925
|
expose: __expose,
|
|
6908
|
-
emit
|
|
6926
|
+
emit
|
|
6909
6927
|
}) {
|
|
6910
6928
|
const props = __props;
|
|
6911
6929
|
let offsetTop = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("auto");
|
|
6912
|
-
|
|
6930
|
+
const {
|
|
6931
|
+
proxy
|
|
6932
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
6933
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
6913
6934
|
let btnShow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 分屏返回按钮
|
|
6914
|
-
|
|
6935
|
+
|
|
6915
6936
|
let viewModel = null;
|
|
6916
6937
|
let showTree1 = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 图层树1
|
|
6917
6938
|
let showTree2 = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 图层树2
|
|
@@ -7175,7 +7196,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
7175
7196
|
const __default__ = {
|
|
7176
7197
|
name: "Kq3dCompass"
|
|
7177
7198
|
};
|
|
7178
|
-
/* harmony default export */ var Compassvue_type_script_setup_true_lang_js = (
|
|
7199
|
+
/* harmony default export */ var Compassvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
7179
7200
|
props: {
|
|
7180
7201
|
// 指定组件绑定的scence对象的div的id
|
|
7181
7202
|
mapTarget: String,
|
|
@@ -7196,7 +7217,10 @@ const __default__ = {
|
|
|
7196
7217
|
},
|
|
7197
7218
|
setup(__props) {
|
|
7198
7219
|
const props = __props;
|
|
7199
|
-
|
|
7220
|
+
const {
|
|
7221
|
+
proxy
|
|
7222
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
7223
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
7200
7224
|
let viewModel = null;
|
|
7201
7225
|
let heading = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
7202
7226
|
// 国际化
|
|
@@ -7334,10 +7358,10 @@ Compass.install = (Vue, opts) => {
|
|
|
7334
7358
|
/* harmony import */ var _webgl_statusbar__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(2740);
|
|
7335
7359
|
/* harmony import */ var _webgl_videoproject__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(1278);
|
|
7336
7360
|
/* harmony import */ var _webgl_videofusion__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(9343);
|
|
7337
|
-
/* harmony import */ var _webgl_sceneset__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(
|
|
7361
|
+
/* harmony import */ var _webgl_sceneset__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(2656);
|
|
7338
7362
|
/* harmony import */ var _webgl_light__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(5819);
|
|
7339
7363
|
/* harmony import */ var _webgl_geologicalbodyanalysis__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(3295);
|
|
7340
|
-
/* harmony import */ var _webgl_sceneapp__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(
|
|
7364
|
+
/* harmony import */ var _webgl_sceneapp__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(5101);
|
|
7341
7365
|
/*
|
|
7342
7366
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
7343
7367
|
* All rights reserved.
|
|
@@ -7715,7 +7739,7 @@ const _hoisted_6 = {
|
|
|
7715
7739
|
const __default__ = {
|
|
7716
7740
|
name: "Kq3dExcavateFillAnalysis"
|
|
7717
7741
|
};
|
|
7718
|
-
/* harmony default export */ var ExcavateFillAnalysisvue_type_script_setup_true_lang_js = (
|
|
7742
|
+
/* harmony default export */ var ExcavateFillAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
7719
7743
|
props: {
|
|
7720
7744
|
// 设置参数
|
|
7721
7745
|
settingParams: {
|
|
@@ -7758,11 +7782,12 @@ const __default__ = {
|
|
|
7758
7782
|
setup(__props, {
|
|
7759
7783
|
expose: __expose
|
|
7760
7784
|
}) {
|
|
7785
|
+
const props = __props;
|
|
7761
7786
|
const {
|
|
7762
7787
|
proxy
|
|
7763
7788
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
7764
7789
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
7765
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
7790
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
7766
7791
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
7767
7792
|
let showResult = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
7768
7793
|
let result = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
@@ -7771,7 +7796,7 @@ const __default__ = {
|
|
|
7771
7796
|
});
|
|
7772
7797
|
|
|
7773
7798
|
// 获取组件传参
|
|
7774
|
-
|
|
7799
|
+
|
|
7775
7800
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
7776
7801
|
altitudeHeight: props.settingParams && props.settingParams.altitudeHeight || 3000,
|
|
7777
7802
|
// 基准高度
|
|
@@ -8196,7 +8221,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
8196
8221
|
const __default__ = {
|
|
8197
8222
|
name: "Kq3dFixedZoomin"
|
|
8198
8223
|
};
|
|
8199
|
-
/* harmony default export */ var FixedZoominvue_type_script_setup_true_lang_js = (
|
|
8224
|
+
/* harmony default export */ var FixedZoominvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
8200
8225
|
props: {
|
|
8201
8226
|
// 指定组件绑定的scence对象的div的id
|
|
8202
8227
|
mapTarget: String,
|
|
@@ -8212,7 +8237,10 @@ const __default__ = {
|
|
|
8212
8237
|
},
|
|
8213
8238
|
setup(__props) {
|
|
8214
8239
|
const props = __props;
|
|
8215
|
-
|
|
8240
|
+
const {
|
|
8241
|
+
proxy
|
|
8242
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
8243
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
8216
8244
|
let viewModel = null;
|
|
8217
8245
|
let btn = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
8218
8246
|
// 国际化
|
|
@@ -8394,7 +8422,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
8394
8422
|
const __default__ = {
|
|
8395
8423
|
name: "Kq3dFixedZoomout"
|
|
8396
8424
|
};
|
|
8397
|
-
/* harmony default export */ var FixedZoomoutvue_type_script_setup_true_lang_js = (
|
|
8425
|
+
/* harmony default export */ var FixedZoomoutvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
8398
8426
|
props: {
|
|
8399
8427
|
// 指定组件绑定的scence对象的div的id
|
|
8400
8428
|
mapTarget: String,
|
|
@@ -8410,7 +8438,10 @@ const __default__ = {
|
|
|
8410
8438
|
},
|
|
8411
8439
|
setup(__props) {
|
|
8412
8440
|
const props = __props;
|
|
8413
|
-
|
|
8441
|
+
const {
|
|
8442
|
+
proxy
|
|
8443
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
8444
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
8414
8445
|
let viewModel = null;
|
|
8415
8446
|
let btn = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
8416
8447
|
// 国际化
|
|
@@ -8682,7 +8713,7 @@ const _hoisted_9 = {
|
|
|
8682
8713
|
const __default__ = {
|
|
8683
8714
|
name: "Kq3dFlight"
|
|
8684
8715
|
};
|
|
8685
|
-
/* harmony default export */ var Flightvue_type_script_setup_true_lang_js = (
|
|
8716
|
+
/* harmony default export */ var Flightvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
8686
8717
|
props: {
|
|
8687
8718
|
// 是否显示阴影效果
|
|
8688
8719
|
showShadow: {
|
|
@@ -8734,7 +8765,10 @@ const __default__ = {
|
|
|
8734
8765
|
expose: __expose
|
|
8735
8766
|
}) {
|
|
8736
8767
|
const props = __props;
|
|
8737
|
-
|
|
8768
|
+
const {
|
|
8769
|
+
proxy
|
|
8770
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
8771
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
8738
8772
|
let isAdd = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
8739
8773
|
let isEdit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
8740
8774
|
let pathList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
@@ -9692,7 +9726,7 @@ const _hoisted_3 = {
|
|
|
9692
9726
|
const __default__ = {
|
|
9693
9727
|
name: "Kq3dFloodAnalysis"
|
|
9694
9728
|
};
|
|
9695
|
-
/* harmony default export */ var FloodAnalysisvue_type_script_setup_true_lang_js = (
|
|
9729
|
+
/* harmony default export */ var FloodAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
9696
9730
|
props: {
|
|
9697
9731
|
//指定组件绑定的viewer对象的div的id
|
|
9698
9732
|
target: String,
|
|
@@ -9742,7 +9776,11 @@ const __default__ = {
|
|
|
9742
9776
|
setup(__props, {
|
|
9743
9777
|
expose: __expose
|
|
9744
9778
|
}) {
|
|
9745
|
-
|
|
9779
|
+
const props = __props;
|
|
9780
|
+
const {
|
|
9781
|
+
proxy
|
|
9782
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
9783
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
9746
9784
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
9747
9785
|
// 淹没色调图片
|
|
9748
9786
|
const colorImages = [{
|
|
@@ -9757,7 +9795,7 @@ const __default__ = {
|
|
|
9757
9795
|
}];
|
|
9758
9796
|
|
|
9759
9797
|
// 获取组件传参
|
|
9760
|
-
|
|
9798
|
+
|
|
9761
9799
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
9762
9800
|
floodMode: props.settingParams && props.settingParams.floodMode || 0,
|
|
9763
9801
|
// 淹没模式:0:地形淹没 1:模型淹没
|
|
@@ -10046,7 +10084,7 @@ const __default__ = {
|
|
|
10046
10084
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloodAlpha,
|
|
10047
10085
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloodAlpha,
|
|
10048
10086
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('alpha'))
|
|
10049
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
10087
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
10050
10088
|
_: 1 /* STABLE */
|
|
10051
10089
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
10052
10090
|
span: 8
|
|
@@ -10059,7 +10097,7 @@ const __default__ = {
|
|
|
10059
10097
|
step: 0.01,
|
|
10060
10098
|
"controls-position": "right",
|
|
10061
10099
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('alpha'))
|
|
10062
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
10100
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
10063
10101
|
_: 1 /* STABLE */
|
|
10064
10102
|
})]),
|
|
10065
10103
|
_: 1 /* STABLE */
|
|
@@ -10434,7 +10472,7 @@ const _hoisted_6 = {
|
|
|
10434
10472
|
const __default__ = {
|
|
10435
10473
|
name: "Kq3dGeologicalBodyAnalysis"
|
|
10436
10474
|
};
|
|
10437
|
-
/* harmony default export */ var GeologicalBodyAnalysisvue_type_script_setup_true_lang_js = (
|
|
10475
|
+
/* harmony default export */ var GeologicalBodyAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
10438
10476
|
props: {
|
|
10439
10477
|
// 设置参数
|
|
10440
10478
|
settingParams: {
|
|
@@ -10477,15 +10515,16 @@ const __default__ = {
|
|
|
10477
10515
|
setup(__props, {
|
|
10478
10516
|
expose: __expose
|
|
10479
10517
|
}) {
|
|
10518
|
+
const props = __props;
|
|
10480
10519
|
const {
|
|
10481
10520
|
proxy
|
|
10482
10521
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
10483
10522
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
10484
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
10523
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
10485
10524
|
let geologys = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
10486
10525
|
|
|
10487
10526
|
// 获取组件传参
|
|
10488
|
-
|
|
10527
|
+
|
|
10489
10528
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
10490
10529
|
geology: props.settingParams && props.settingParams.geology || null,
|
|
10491
10530
|
operationType: props.settingParams && props.settingParams.operationType || 1,
|
|
@@ -10703,7 +10742,7 @@ const __default__ = {
|
|
|
10703
10742
|
max: 50,
|
|
10704
10743
|
step: 0.1,
|
|
10705
10744
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('drillingRadius'))
|
|
10706
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
10745
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
10707
10746
|
_: 1 /* STABLE */
|
|
10708
10747
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
10709
10748
|
span: 8,
|
|
@@ -10719,7 +10758,7 @@ const __default__ = {
|
|
|
10719
10758
|
step: 0.1,
|
|
10720
10759
|
"controls-position": "right",
|
|
10721
10760
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('drillingRadius'))
|
|
10722
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
10761
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
10723
10762
|
_: 1 /* STABLE */
|
|
10724
10763
|
})]),
|
|
10725
10764
|
_: 1 /* STABLE */
|
|
@@ -11143,7 +11182,7 @@ const _hoisted_2 = {
|
|
|
11143
11182
|
const __default__ = {
|
|
11144
11183
|
name: "Kq3dGPUSpatialQuery"
|
|
11145
11184
|
};
|
|
11146
|
-
/* harmony default export */ var GPUSpatialQueryvue_type_script_setup_true_lang_js = (
|
|
11185
|
+
/* harmony default export */ var GPUSpatialQueryvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
11147
11186
|
props: {
|
|
11148
11187
|
//图形
|
|
11149
11188
|
volumeType: {
|
|
@@ -11204,11 +11243,15 @@ const __default__ = {
|
|
|
11204
11243
|
setup(__props, {
|
|
11205
11244
|
expose: __expose
|
|
11206
11245
|
}) {
|
|
11207
|
-
|
|
11246
|
+
const props = __props;
|
|
11247
|
+
const {
|
|
11248
|
+
proxy
|
|
11249
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
11250
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
11208
11251
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
11209
11252
|
|
|
11210
11253
|
// 获取组件传参
|
|
11211
|
-
|
|
11254
|
+
|
|
11212
11255
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
11213
11256
|
volumeType: props.volumeType || 0,
|
|
11214
11257
|
// 查询体类型
|
|
@@ -11450,7 +11493,7 @@ const __default__ = {
|
|
|
11450
11493
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minScale,
|
|
11451
11494
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxScale,
|
|
11452
11495
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('scale'))
|
|
11453
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
11496
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
11454
11497
|
_: 1 /* STABLE */
|
|
11455
11498
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
11456
11499
|
span: 8
|
|
@@ -11463,7 +11506,7 @@ const __default__ = {
|
|
|
11463
11506
|
step: 0.1,
|
|
11464
11507
|
"controls-position": "right",
|
|
11465
11508
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('scale'))
|
|
11466
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
11509
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
11467
11510
|
_: 1 /* STABLE */
|
|
11468
11511
|
})]),
|
|
11469
11512
|
_: 1 /* STABLE */
|
|
@@ -11729,7 +11772,7 @@ class HawkeyeViewModel {
|
|
|
11729
11772
|
const __default__ = {
|
|
11730
11773
|
name: "Kq3dHawkeye"
|
|
11731
11774
|
};
|
|
11732
|
-
/* harmony default export */ var Hawkeyevue_type_script_setup_true_lang_js = (
|
|
11775
|
+
/* harmony default export */ var Hawkeyevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
11733
11776
|
props: {
|
|
11734
11777
|
//指定组件绑定的viewer对象的div的id
|
|
11735
11778
|
mapTarget: String,
|
|
@@ -11768,10 +11811,11 @@ const __default__ = {
|
|
|
11768
11811
|
setup(__props, {
|
|
11769
11812
|
expose: __expose
|
|
11770
11813
|
}) {
|
|
11814
|
+
const props = __props;
|
|
11771
11815
|
let viewModel = null;
|
|
11772
11816
|
|
|
11773
11817
|
// 获取组件传参
|
|
11774
|
-
|
|
11818
|
+
|
|
11775
11819
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
11776
11820
|
//父组件ScenceView初始化完成后执行
|
|
11777
11821
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
@@ -12125,6 +12169,10 @@ var client_icons_vue_ = __webpack_require__(348);
|
|
|
12125
12169
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
12126
12170
|
;// 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
|
|
12127
12171
|
|
|
12172
|
+
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);
|
|
12173
|
+
const _hoisted_1 = /*#__PURE__*/_withScopeId(() => /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
12174
|
+
class: "arrow"
|
|
12175
|
+
}, null, -1 /* HOISTED */));
|
|
12128
12176
|
|
|
12129
12177
|
const rangeMin = -5;
|
|
12130
12178
|
/* harmony default export */ var CustomColorPickerSlidervue_type_script_setup_true_lang_js = ({
|
|
@@ -12132,9 +12180,8 @@ const rangeMin = -5;
|
|
|
12132
12180
|
props: ["width", "color", "percentage", "id"],
|
|
12133
12181
|
emits: ["updatePercentage", "updateColor", "deleteColorSlider"],
|
|
12134
12182
|
setup(__props, {
|
|
12135
|
-
emit
|
|
12183
|
+
emit
|
|
12136
12184
|
}) {
|
|
12137
|
-
const emit = __emit;
|
|
12138
12185
|
const props = __props;
|
|
12139
12186
|
|
|
12140
12187
|
// eslint-disable-next-line vue/no-setup-props-destructure
|
|
@@ -12217,9 +12264,7 @@ const rangeMin = -5;
|
|
|
12217
12264
|
}),
|
|
12218
12265
|
onMousedown: handleMouseDown,
|
|
12219
12266
|
onClick: handleClick
|
|
12220
|
-
}, [
|
|
12221
|
-
class: "arrow"
|
|
12222
|
-
}, null, -1 /* HOISTED */)), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
12267
|
+
}, [_hoisted_1, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
12223
12268
|
modelValue: initColor.value,
|
|
12224
12269
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => initColor.value = $event),
|
|
12225
12270
|
onActiveChange: updateColor,
|
|
@@ -12227,7 +12272,7 @@ const rangeMin = -5;
|
|
|
12227
12272
|
}, null, 8 /* PROPS */, ["modelValue", "disabled"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
12228
12273
|
class: "delete",
|
|
12229
12274
|
onClick: deleteColorSlider
|
|
12230
|
-
}, "x")], 36 /* STYLE,
|
|
12275
|
+
}, "x")], 36 /* STYLE, HYDRATE_EVENTS */);
|
|
12231
12276
|
};
|
|
12232
12277
|
}
|
|
12233
12278
|
});
|
|
@@ -12269,7 +12314,8 @@ const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(CustomColorPick
|
|
|
12269
12314
|
;// 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
|
|
12270
12315
|
|
|
12271
12316
|
|
|
12272
|
-
const
|
|
12317
|
+
const CustomColorPickervue_type_script_setup_true_lang_js_withScopeId = n => (_pushScopeId("data-v-b1608504"), n = n(), _popScopeId(), n);
|
|
12318
|
+
const CustomColorPickervue_type_script_setup_true_lang_js_hoisted_1 = {
|
|
12273
12319
|
class: "gp"
|
|
12274
12320
|
};
|
|
12275
12321
|
|
|
@@ -12281,9 +12327,8 @@ const width = 257;
|
|
|
12281
12327
|
props: ["data"],
|
|
12282
12328
|
emits: ["color-changed"],
|
|
12283
12329
|
setup(__props, {
|
|
12284
|
-
emit
|
|
12330
|
+
emit
|
|
12285
12331
|
}) {
|
|
12286
|
-
const emit = __emit;
|
|
12287
12332
|
const props = __props;
|
|
12288
12333
|
|
|
12289
12334
|
// 宽度
|
|
@@ -12370,7 +12415,7 @@ const width = 257;
|
|
|
12370
12415
|
emit("color-changed", items.value);
|
|
12371
12416
|
}
|
|
12372
12417
|
return (_ctx, _cache) => {
|
|
12373
|
-
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
12418
|
+
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", {
|
|
12374
12419
|
class: "palette",
|
|
12375
12420
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(backgroundImage))
|
|
12376
12421
|
}, null, 4 /* STYLE */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
@@ -12455,7 +12500,7 @@ const _hoisted_4 = {
|
|
|
12455
12500
|
const __default__ = {
|
|
12456
12501
|
name: "Kq3dHeatmap"
|
|
12457
12502
|
};
|
|
12458
|
-
/* harmony default export */ var Heatmap3dvue_type_script_setup_true_lang_js = (
|
|
12503
|
+
/* harmony default export */ var Heatmap3dvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
12459
12504
|
props: {
|
|
12460
12505
|
// 设置参数
|
|
12461
12506
|
settingParams: {
|
|
@@ -12498,15 +12543,16 @@ const __default__ = {
|
|
|
12498
12543
|
setup(__props, {
|
|
12499
12544
|
expose: __expose
|
|
12500
12545
|
}) {
|
|
12546
|
+
const props = __props;
|
|
12501
12547
|
const {
|
|
12502
12548
|
proxy
|
|
12503
12549
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
12504
12550
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
12505
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
12551
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
12506
12552
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
12507
12553
|
let weightFields = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
12508
12554
|
// 获取组件传参
|
|
12509
|
-
|
|
12555
|
+
|
|
12510
12556
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
12511
12557
|
dataPath: props.settingParams && props.settingParams.dataPath || "",
|
|
12512
12558
|
//数据地址,json文件或json地址
|
|
@@ -12896,13 +12942,13 @@ const __default__ = {
|
|
|
12896
12942
|
label: "3D",
|
|
12897
12943
|
onChange: _cache[2] || (_cache[2] = $event => paramsChanged('heatmapType'))
|
|
12898
12944
|
}, {
|
|
12899
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
12945
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("3D")]),
|
|
12900
12946
|
_: 1 /* STABLE */
|
|
12901
12947
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
12902
12948
|
label: "2D",
|
|
12903
12949
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('heatmapType'))
|
|
12904
12950
|
}, {
|
|
12905
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
12951
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)("2D")]),
|
|
12906
12952
|
_: 1 /* STABLE */
|
|
12907
12953
|
})]),
|
|
12908
12954
|
_: 1 /* STABLE */
|
|
@@ -13081,7 +13127,7 @@ const __default__ = {
|
|
|
13081
13127
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRadius,
|
|
13082
13128
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRadius,
|
|
13083
13129
|
onInput: _cache[10] || (_cache[10] = $event => paramsChanged('radius'))
|
|
13084
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
13130
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
13085
13131
|
_: 1 /* STABLE */
|
|
13086
13132
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
13087
13133
|
span: 8
|
|
@@ -13094,7 +13140,7 @@ const __default__ = {
|
|
|
13094
13140
|
step: 0.1,
|
|
13095
13141
|
onInput: _cache[12] || (_cache[12] = $event => paramsChanged('radius')),
|
|
13096
13142
|
"controls-position": "right"
|
|
13097
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
13143
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
13098
13144
|
_: 1 /* STABLE */
|
|
13099
13145
|
})]),
|
|
13100
13146
|
_: 1 /* STABLE */
|
|
@@ -13121,7 +13167,7 @@ const __default__ = {
|
|
|
13121
13167
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minTransparents,
|
|
13122
13168
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTransparents,
|
|
13123
13169
|
onInput: _cache[14] || (_cache[14] = $event => paramsChanged('transparents'))
|
|
13124
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
13170
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
13125
13171
|
_: 1 /* STABLE */
|
|
13126
13172
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
13127
13173
|
span: 8
|
|
@@ -13134,7 +13180,7 @@ const __default__ = {
|
|
|
13134
13180
|
step: 0.01,
|
|
13135
13181
|
onInput: _cache[16] || (_cache[16] = $event => paramsChanged('transparents')),
|
|
13136
13182
|
"controls-position": "right"
|
|
13137
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
13183
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
13138
13184
|
_: 1 /* STABLE */
|
|
13139
13185
|
})]),
|
|
13140
13186
|
_: 1 /* STABLE */
|
|
@@ -13201,7 +13247,7 @@ const __default__ = {
|
|
|
13201
13247
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeightRatio,
|
|
13202
13248
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeightRatio,
|
|
13203
13249
|
onInput: _cache[22] || (_cache[22] = $event => paramsChanged('heightRatio'))
|
|
13204
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
13250
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
13205
13251
|
_: 1 /* STABLE */
|
|
13206
13252
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
13207
13253
|
span: 8
|
|
@@ -13214,7 +13260,7 @@ const __default__ = {
|
|
|
13214
13260
|
step: 0.1,
|
|
13215
13261
|
onInput: _cache[24] || (_cache[24] = $event => paramsChanged('heightRatio')),
|
|
13216
13262
|
"controls-position": "right"
|
|
13217
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
13263
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
13218
13264
|
_: 1 /* STABLE */
|
|
13219
13265
|
})]),
|
|
13220
13266
|
_: 1 /* STABLE */
|
|
@@ -13714,36 +13760,42 @@ const _hoisted_6 = {
|
|
|
13714
13760
|
"text-align": "left"
|
|
13715
13761
|
}
|
|
13716
13762
|
};
|
|
13717
|
-
const _hoisted_7 = {
|
|
13763
|
+
const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13764
|
+
class: "kq3d-isoline-analysis-line"
|
|
13765
|
+
}, null, -1 /* HOISTED */);
|
|
13766
|
+
const _hoisted_8 = {
|
|
13718
13767
|
style: {
|
|
13719
13768
|
"width": "15%",
|
|
13720
13769
|
"text-align": "right"
|
|
13721
13770
|
}
|
|
13722
13771
|
};
|
|
13723
|
-
const
|
|
13724
|
-
const
|
|
13772
|
+
const _hoisted_9 = ["src"];
|
|
13773
|
+
const _hoisted_10 = {
|
|
13725
13774
|
key: 0
|
|
13726
13775
|
};
|
|
13727
|
-
const
|
|
13776
|
+
const _hoisted_11 = {
|
|
13728
13777
|
class: "kq3d-isoline-analysis-heightspan"
|
|
13729
13778
|
};
|
|
13730
|
-
const
|
|
13779
|
+
const _hoisted_12 = {
|
|
13731
13780
|
key: 1
|
|
13732
13781
|
};
|
|
13733
|
-
const
|
|
13782
|
+
const _hoisted_13 = {
|
|
13734
13783
|
style: {
|
|
13735
13784
|
"width": "15%",
|
|
13736
13785
|
"text-align": "left"
|
|
13737
13786
|
}
|
|
13738
13787
|
};
|
|
13739
|
-
const
|
|
13788
|
+
const _hoisted_14 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
13789
|
+
class: "kq3d-isoline-analysis-line"
|
|
13790
|
+
}, null, -1 /* HOISTED */);
|
|
13791
|
+
const _hoisted_15 = {
|
|
13740
13792
|
style: {
|
|
13741
13793
|
"width": "15%",
|
|
13742
13794
|
"text-align": "right"
|
|
13743
13795
|
}
|
|
13744
13796
|
};
|
|
13745
|
-
const
|
|
13746
|
-
const
|
|
13797
|
+
const _hoisted_16 = ["src"];
|
|
13798
|
+
const _hoisted_17 = {
|
|
13747
13799
|
class: "kq3d-isoline-analysis-footer"
|
|
13748
13800
|
};
|
|
13749
13801
|
|
|
@@ -13756,7 +13808,7 @@ const _hoisted_15 = {
|
|
|
13756
13808
|
const __default__ = {
|
|
13757
13809
|
name: "Kq3dIsolineAnalysis"
|
|
13758
13810
|
};
|
|
13759
|
-
/* harmony default export */ var IsolineAnalysisvue_type_script_setup_true_lang_js = (
|
|
13811
|
+
/* harmony default export */ var IsolineAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
13760
13812
|
props: {
|
|
13761
13813
|
// 设置参数
|
|
13762
13814
|
settingParams: {
|
|
@@ -13799,11 +13851,12 @@ const __default__ = {
|
|
|
13799
13851
|
setup(__props, {
|
|
13800
13852
|
expose: __expose
|
|
13801
13853
|
}) {
|
|
13854
|
+
const props = __props;
|
|
13802
13855
|
const {
|
|
13803
13856
|
proxy
|
|
13804
13857
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
13805
13858
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
13806
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
13859
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
13807
13860
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
13808
13861
|
let dataList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([{
|
|
13809
13862
|
colorTableHeight: 0,
|
|
@@ -13837,7 +13890,7 @@ const __default__ = {
|
|
|
13837
13890
|
let activeName = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("line");
|
|
13838
13891
|
|
|
13839
13892
|
// 获取组件传参
|
|
13840
|
-
|
|
13893
|
+
|
|
13841
13894
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
13842
13895
|
fillType: props.settingParams && props.settingParams.fillType || 0,
|
|
13843
13896
|
// 填充类型
|
|
@@ -14272,7 +14325,7 @@ const __default__ = {
|
|
|
14272
14325
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
|
|
14273
14326
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
|
|
14274
14327
|
onInput: _cache[10] || (_cache[10] = $event => paramsChanged('firstCurveWidth'))
|
|
14275
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14328
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
14276
14329
|
_: 1 /* STABLE */
|
|
14277
14330
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14278
14331
|
span: 8
|
|
@@ -14285,7 +14338,7 @@ const __default__ = {
|
|
|
14285
14338
|
step: 0.1,
|
|
14286
14339
|
onInput: _cache[12] || (_cache[12] = $event => paramsChanged('firstCurveWidth')),
|
|
14287
14340
|
"controls-position": "right"
|
|
14288
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14341
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
14289
14342
|
_: 1 /* STABLE */
|
|
14290
14343
|
})]),
|
|
14291
14344
|
_: 1 /* STABLE */
|
|
@@ -14336,7 +14389,7 @@ const __default__ = {
|
|
|
14336
14389
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
|
|
14337
14390
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
|
|
14338
14391
|
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('rememberCurveWidth'))
|
|
14339
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14392
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
14340
14393
|
_: 1 /* STABLE */
|
|
14341
14394
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14342
14395
|
span: 8
|
|
@@ -14349,7 +14402,7 @@ const __default__ = {
|
|
|
14349
14402
|
step: 0.1,
|
|
14350
14403
|
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('rememberCurveWidth')),
|
|
14351
14404
|
"controls-position": "right"
|
|
14352
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14405
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
14353
14406
|
_: 1 /* STABLE */
|
|
14354
14407
|
})]),
|
|
14355
14408
|
_: 1 /* STABLE */
|
|
@@ -14400,7 +14453,7 @@ const __default__ = {
|
|
|
14400
14453
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
|
|
14401
14454
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
|
|
14402
14455
|
onInput: _cache[26] || (_cache[26] = $event => paramsChanged('intervalCurveWidth'))
|
|
14403
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14456
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
14404
14457
|
_: 1 /* STABLE */
|
|
14405
14458
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14406
14459
|
span: 8
|
|
@@ -14413,7 +14466,7 @@ const __default__ = {
|
|
|
14413
14466
|
step: 0.1,
|
|
14414
14467
|
onInput: _cache[28] || (_cache[28] = $event => paramsChanged('intervalCurveWidth')),
|
|
14415
14468
|
"controls-position": "right"
|
|
14416
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14469
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
14417
14470
|
_: 1 /* STABLE */
|
|
14418
14471
|
})]),
|
|
14419
14472
|
_: 1 /* STABLE */
|
|
@@ -14464,7 +14517,7 @@ const __default__ = {
|
|
|
14464
14517
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
|
|
14465
14518
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
|
|
14466
14519
|
onInput: _cache[34] || (_cache[34] = $event => paramsChanged('extraCurveWidth'))
|
|
14467
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14520
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
14468
14521
|
_: 1 /* STABLE */
|
|
14469
14522
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14470
14523
|
span: 8
|
|
@@ -14477,7 +14530,7 @@ const __default__ = {
|
|
|
14477
14530
|
step: 0.1,
|
|
14478
14531
|
onInput: _cache[36] || (_cache[36] = $event => paramsChanged('extraCurveWidth')),
|
|
14479
14532
|
"controls-position": "right"
|
|
14480
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14533
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
14481
14534
|
_: 1 /* STABLE */
|
|
14482
14535
|
})]),
|
|
14483
14536
|
_: 1 /* STABLE */
|
|
@@ -14548,7 +14601,7 @@ const __default__ = {
|
|
|
14548
14601
|
max: 1,
|
|
14549
14602
|
step: 0.01,
|
|
14550
14603
|
onInput: _cache[41] || (_cache[41] = $event => paramsChanged('alpha'))
|
|
14551
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
14604
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
14552
14605
|
_: 1 /* STABLE */
|
|
14553
14606
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14554
14607
|
span: 8
|
|
@@ -14561,7 +14614,7 @@ const __default__ = {
|
|
|
14561
14614
|
step: 0.01,
|
|
14562
14615
|
"controls-position": "right",
|
|
14563
14616
|
onInput: _cache[43] || (_cache[43] = $event => paramsChanged('alpha'))
|
|
14564
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
14617
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
14565
14618
|
_: 1 /* STABLE */
|
|
14566
14619
|
})]),
|
|
14567
14620
|
_: 1 /* STABLE */
|
|
@@ -14733,9 +14786,7 @@ const __default__ = {
|
|
|
14733
14786
|
"display": "flex"
|
|
14734
14787
|
}
|
|
14735
14788
|
}, {
|
|
14736
|
-
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 */),
|
|
14737
|
-
class: "kq3d-isoline-analysis-line"
|
|
14738
|
-
}, 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 */)]),
|
|
14789
|
+
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 */)]),
|
|
14739
14790
|
_: 1 /* STABLE */
|
|
14740
14791
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
14741
14792
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
@@ -14751,7 +14802,7 @@ const __default__ = {
|
|
|
14751
14802
|
class: "kq3d-isoline-analysis-legend",
|
|
14752
14803
|
src: item.src,
|
|
14753
14804
|
alt: "无"
|
|
14754
|
-
}, null, 8 /* PROPS */,
|
|
14805
|
+
}, null, 8 /* PROPS */, _hoisted_9)]),
|
|
14755
14806
|
_: 2 /* DYNAMIC */
|
|
14756
14807
|
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
|
|
14757
14808
|
}), 64 /* STABLE_FRAGMENT */))]),
|
|
@@ -14859,7 +14910,7 @@ const __default__ = {
|
|
|
14859
14910
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
|
|
14860
14911
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
|
|
14861
14912
|
onInput: _cache[68] || (_cache[68] = $event => paramsChanged('firstCurveWidth'))
|
|
14862
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14913
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
14863
14914
|
_: 1 /* STABLE */
|
|
14864
14915
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14865
14916
|
span: 8
|
|
@@ -14872,7 +14923,7 @@ const __default__ = {
|
|
|
14872
14923
|
step: 0.1,
|
|
14873
14924
|
onInput: _cache[70] || (_cache[70] = $event => paramsChanged('firstCurveWidth')),
|
|
14874
14925
|
"controls-position": "right"
|
|
14875
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14926
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
14876
14927
|
_: 1 /* STABLE */
|
|
14877
14928
|
})]),
|
|
14878
14929
|
_: 1 /* STABLE */
|
|
@@ -14923,7 +14974,7 @@ const __default__ = {
|
|
|
14923
14974
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
|
|
14924
14975
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
|
|
14925
14976
|
onInput: _cache[76] || (_cache[76] = $event => paramsChanged('rememberCurveWidth'))
|
|
14926
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14977
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
14927
14978
|
_: 1 /* STABLE */
|
|
14928
14979
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14929
14980
|
span: 8
|
|
@@ -14936,7 +14987,7 @@ const __default__ = {
|
|
|
14936
14987
|
step: 0.1,
|
|
14937
14988
|
onInput: _cache[78] || (_cache[78] = $event => paramsChanged('rememberCurveWidth')),
|
|
14938
14989
|
"controls-position": "right"
|
|
14939
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
14990
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
14940
14991
|
_: 1 /* STABLE */
|
|
14941
14992
|
})]),
|
|
14942
14993
|
_: 1 /* STABLE */
|
|
@@ -14987,7 +15038,7 @@ const __default__ = {
|
|
|
14987
15038
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
|
|
14988
15039
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
|
|
14989
15040
|
onInput: _cache[84] || (_cache[84] = $event => paramsChanged('intervalCurveWidth'))
|
|
14990
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
15041
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
14991
15042
|
_: 1 /* STABLE */
|
|
14992
15043
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
14993
15044
|
span: 8
|
|
@@ -15000,7 +15051,7 @@ const __default__ = {
|
|
|
15000
15051
|
step: 0.1,
|
|
15001
15052
|
onInput: _cache[86] || (_cache[86] = $event => paramsChanged('intervalCurveWidth')),
|
|
15002
15053
|
"controls-position": "right"
|
|
15003
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
15054
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
15004
15055
|
_: 1 /* STABLE */
|
|
15005
15056
|
})]),
|
|
15006
15057
|
_: 1 /* STABLE */
|
|
@@ -15051,7 +15102,7 @@ const __default__ = {
|
|
|
15051
15102
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
|
|
15052
15103
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
|
|
15053
15104
|
onInput: _cache[92] || (_cache[92] = $event => paramsChanged('extraCurveWidth'))
|
|
15054
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
15105
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
15055
15106
|
_: 1 /* STABLE */
|
|
15056
15107
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
15057
15108
|
span: 8
|
|
@@ -15064,7 +15115,7 @@ const __default__ = {
|
|
|
15064
15115
|
step: 0.1,
|
|
15065
15116
|
onInput: _cache[94] || (_cache[94] = $event => paramsChanged('extraCurveWidth')),
|
|
15066
15117
|
"controls-position": "right"
|
|
15067
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
15118
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
15068
15119
|
_: 1 /* STABLE */
|
|
15069
15120
|
})]),
|
|
15070
15121
|
_: 1 /* STABLE */
|
|
@@ -15140,7 +15191,7 @@ const __default__ = {
|
|
|
15140
15191
|
max: 1,
|
|
15141
15192
|
step: 0.01,
|
|
15142
15193
|
onInput: _cache[99] || (_cache[99] = $event => paramsChanged('alpha'))
|
|
15143
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
15194
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
15144
15195
|
_: 1 /* STABLE */
|
|
15145
15196
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
15146
15197
|
span: 8
|
|
@@ -15153,7 +15204,7 @@ const __default__ = {
|
|
|
15153
15204
|
step: 0.01,
|
|
15154
15205
|
"controls-position": "right",
|
|
15155
15206
|
onInput: _cache[101] || (_cache[101] = $event => paramsChanged('alpha'))
|
|
15156
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
15207
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
15157
15208
|
_: 1 /* STABLE */
|
|
15158
15209
|
})]),
|
|
15159
15210
|
_: 1 /* STABLE */
|
|
@@ -15241,7 +15292,7 @@ const __default__ = {
|
|
|
15241
15292
|
_: 1 /* STABLE */
|
|
15242
15293
|
}, 8 /* PROPS */, ["label"])]),
|
|
15243
15294
|
_: 1 /* STABLE */
|
|
15244
|
-
}), (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",
|
|
15295
|
+
}), (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, {
|
|
15245
15296
|
style: {
|
|
15246
15297
|
"display": "flex"
|
|
15247
15298
|
}
|
|
@@ -15285,7 +15336,7 @@ const __default__ = {
|
|
|
15285
15336
|
step: 1,
|
|
15286
15337
|
onInput: _cache[111] || (_cache[111] = $event => paramsChanged('colorTableHeight')),
|
|
15287
15338
|
"controls-position": "right"
|
|
15288
|
-
}, 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",
|
|
15339
|
+
}, 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, {
|
|
15289
15340
|
key: 2,
|
|
15290
15341
|
modelValue: item.colorTableHeight,
|
|
15291
15342
|
"onUpdate:modelValue": $event => item.colorTableHeight = $event,
|
|
@@ -15316,7 +15367,7 @@ const __default__ = {
|
|
|
15316
15367
|
}, 1024 /* DYNAMIC_SLOTS */)], 64 /* STABLE_FRAGMENT */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
15317
15368
|
_: 2 /* DYNAMIC */
|
|
15318
15369
|
}, 1024 /* DYNAMIC_SLOTS */);
|
|
15319
|
-
}), 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",
|
|
15370
|
+
}), 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, {
|
|
15320
15371
|
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, {
|
|
15321
15372
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gradientColor
|
|
15322
15373
|
}, {
|
|
@@ -15325,9 +15376,7 @@ const __default__ = {
|
|
|
15325
15376
|
"display": "flex"
|
|
15326
15377
|
}
|
|
15327
15378
|
}, {
|
|
15328
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
15329
|
-
class: "kq3d-isoline-analysis-line"
|
|
15330
|
-
}, 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 */)]),
|
|
15379
|
+
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 */)]),
|
|
15331
15380
|
_: 1 /* STABLE */
|
|
15332
15381
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
15333
15382
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
@@ -15343,7 +15392,7 @@ const __default__ = {
|
|
|
15343
15392
|
class: "kq3d-isoline-analysis-legend",
|
|
15344
15393
|
src: item.src,
|
|
15345
15394
|
alt: ""
|
|
15346
|
-
}, null, 8 /* PROPS */,
|
|
15395
|
+
}, null, 8 /* PROPS */, _hoisted_16)]),
|
|
15347
15396
|
_: 2 /* DYNAMIC */
|
|
15348
15397
|
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
|
|
15349
15398
|
}), 64 /* STABLE_FRAGMENT */))]),
|
|
@@ -15362,7 +15411,7 @@ const __default__ = {
|
|
|
15362
15411
|
_: 1 /* STABLE */
|
|
15363
15412
|
}, 8 /* PROPS */, ["title"])]),
|
|
15364
15413
|
_: 1 /* STABLE */
|
|
15365
|
-
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
15414
|
+
}, 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, {
|
|
15366
15415
|
onClick: _cache[118] || (_cache[118] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
15367
15416
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
15368
15417
|
type: "primary"
|
|
@@ -15677,7 +15726,7 @@ const _hoisted_2 = {
|
|
|
15677
15726
|
const __default__ = {
|
|
15678
15727
|
name: "Kq3dLight"
|
|
15679
15728
|
};
|
|
15680
|
-
/* harmony default export */ var Lightvue_type_script_setup_true_lang_js = (
|
|
15729
|
+
/* harmony default export */ var Lightvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
15681
15730
|
props: {
|
|
15682
15731
|
// 设置参数
|
|
15683
15732
|
settingParams: {
|
|
@@ -15720,15 +15769,16 @@ const __default__ = {
|
|
|
15720
15769
|
setup(__props, {
|
|
15721
15770
|
expose: __expose
|
|
15722
15771
|
}) {
|
|
15772
|
+
const props = __props;
|
|
15723
15773
|
const {
|
|
15724
15774
|
proxy
|
|
15725
15775
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
15726
15776
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
15727
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
15777
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
15728
15778
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
15729
15779
|
|
|
15730
15780
|
// 获取组件传参
|
|
15731
|
-
|
|
15781
|
+
|
|
15732
15782
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
15733
15783
|
mode: props.settingParams && props.settingParams.mode || "point",
|
|
15734
15784
|
color: props.settingParams && props.settingParams.color || "#fff",
|
|
@@ -15931,7 +15981,7 @@ const __default__ = {
|
|
|
15931
15981
|
min: 1,
|
|
15932
15982
|
max: 1000,
|
|
15933
15983
|
onInput: _cache[6] || (_cache[6] = $event => paramsChanged('distance'))
|
|
15934
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
15984
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
15935
15985
|
_: 1 /* STABLE */
|
|
15936
15986
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
15937
15987
|
span: 8
|
|
@@ -15944,7 +15994,7 @@ const __default__ = {
|
|
|
15944
15994
|
max: 1000,
|
|
15945
15995
|
"controls-position": "right",
|
|
15946
15996
|
onInput: _cache[8] || (_cache[8] = $event => paramsChanged('distance'))
|
|
15947
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
15997
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
15948
15998
|
_: 1 /* STABLE */
|
|
15949
15999
|
})]),
|
|
15950
16000
|
_: 1 /* STABLE */
|
|
@@ -15973,7 +16023,7 @@ const __default__ = {
|
|
|
15973
16023
|
min: 0,
|
|
15974
16024
|
max: 160,
|
|
15975
16025
|
onInput: _cache[10] || (_cache[10] = $event => paramsChanged('angle'))
|
|
15976
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
16026
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
15977
16027
|
_: 1 /* STABLE */
|
|
15978
16028
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
15979
16029
|
span: 8
|
|
@@ -15986,7 +16036,7 @@ const __default__ = {
|
|
|
15986
16036
|
max: 160,
|
|
15987
16037
|
"controls-position": "right",
|
|
15988
16038
|
onInput: _cache[12] || (_cache[12] = $event => paramsChanged('angle'))
|
|
15989
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
16039
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
15990
16040
|
_: 1 /* STABLE */
|
|
15991
16041
|
})]),
|
|
15992
16042
|
_: 1 /* STABLE */
|
|
@@ -16015,7 +16065,7 @@ const __default__ = {
|
|
|
16015
16065
|
min: 0,
|
|
16016
16066
|
max: 1,
|
|
16017
16067
|
onInput: _cache[14] || (_cache[14] = $event => paramsChanged('decay'))
|
|
16018
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
16068
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
16019
16069
|
_: 1 /* STABLE */
|
|
16020
16070
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
16021
16071
|
span: 8
|
|
@@ -16028,7 +16078,7 @@ const __default__ = {
|
|
|
16028
16078
|
max: 1,
|
|
16029
16079
|
"controls-position": "right",
|
|
16030
16080
|
onInput: _cache[16] || (_cache[16] = $event => paramsChanged('decay'))
|
|
16031
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
16081
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
16032
16082
|
_: 1 /* STABLE */
|
|
16033
16083
|
})]),
|
|
16034
16084
|
_: 1 /* STABLE */
|
|
@@ -16057,7 +16107,7 @@ const __default__ = {
|
|
|
16057
16107
|
min: 0.1,
|
|
16058
16108
|
max: 10.0,
|
|
16059
16109
|
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('intensity'))
|
|
16060
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
16110
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
16061
16111
|
_: 1 /* STABLE */
|
|
16062
16112
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
16063
16113
|
span: 8
|
|
@@ -16070,7 +16120,7 @@ const __default__ = {
|
|
|
16070
16120
|
max: 10.0,
|
|
16071
16121
|
"controls-position": "right",
|
|
16072
16122
|
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('intensity'))
|
|
16073
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
16123
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
16074
16124
|
_: 1 /* STABLE */
|
|
16075
16125
|
})]),
|
|
16076
16126
|
_: 1 /* STABLE */
|
|
@@ -16319,7 +16369,7 @@ const _hoisted_2 = {
|
|
|
16319
16369
|
const __default__ = {
|
|
16320
16370
|
name: "Kq3dLimitHeightAnalysis"
|
|
16321
16371
|
};
|
|
16322
|
-
/* harmony default export */ var LimitHeightAnalysisvue_type_script_setup_true_lang_js = (
|
|
16372
|
+
/* harmony default export */ var LimitHeightAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
16323
16373
|
props: {
|
|
16324
16374
|
// 设置参数
|
|
16325
16375
|
settingParams: {
|
|
@@ -16362,15 +16412,16 @@ const __default__ = {
|
|
|
16362
16412
|
setup(__props, {
|
|
16363
16413
|
expose: __expose
|
|
16364
16414
|
}) {
|
|
16415
|
+
const props = __props;
|
|
16365
16416
|
const {
|
|
16366
16417
|
proxy
|
|
16367
16418
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
16368
16419
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
16369
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
16420
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
16370
16421
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
16371
16422
|
|
|
16372
16423
|
// 获取组件传参
|
|
16373
|
-
|
|
16424
|
+
|
|
16374
16425
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
16375
16426
|
baseHeight: props.settingParams && props.settingParams.baseHeight || 100,
|
|
16376
16427
|
// 基底高度
|
|
@@ -17012,7 +17063,7 @@ const _hoisted_38 = {
|
|
|
17012
17063
|
const __default__ = {
|
|
17013
17064
|
name: "Kq3dMeasure"
|
|
17014
17065
|
};
|
|
17015
|
-
/* harmony default export */ var Measurevue_type_script_setup_true_lang_js = (
|
|
17066
|
+
/* harmony default export */ var Measurevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
17016
17067
|
props: {
|
|
17017
17068
|
//指定组件绑定的viewer对象的div的id
|
|
17018
17069
|
target: String,
|
|
@@ -17070,7 +17121,10 @@ const __default__ = {
|
|
|
17070
17121
|
// 面积单位
|
|
17071
17122
|
let areaUnit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(props.settingParams && props.settingParams.areaUnit || "");
|
|
17072
17123
|
let result = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
17073
|
-
|
|
17124
|
+
const {
|
|
17125
|
+
proxy
|
|
17126
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
17127
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
17074
17128
|
let mode = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("space");
|
|
17075
17129
|
let modeList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
17076
17130
|
let viewModel = null;
|
|
@@ -17581,7 +17635,7 @@ const __default__ = {
|
|
|
17581
17635
|
_: 1 /* STABLE */
|
|
17582
17636
|
})]),
|
|
17583
17637
|
_: 1 /* STABLE */
|
|
17584
|
-
}, 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, {
|
|
17638
|
+
}, 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, {
|
|
17585
17639
|
key: 0,
|
|
17586
17640
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(distanceUnit),
|
|
17587
17641
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(distanceUnit) ? distanceUnit.value = $event : distanceUnit = $event),
|
|
@@ -17865,7 +17919,7 @@ const _hoisted_4 = {
|
|
|
17865
17919
|
const __default__ = {
|
|
17866
17920
|
name: "Kq3dModelFlat"
|
|
17867
17921
|
};
|
|
17868
|
-
/* harmony default export */ var ModelFlatvue_type_script_setup_true_lang_js = (
|
|
17922
|
+
/* harmony default export */ var ModelFlatvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
17869
17923
|
props: {
|
|
17870
17924
|
// 设置参数
|
|
17871
17925
|
settingParams: {
|
|
@@ -17908,11 +17962,15 @@ const __default__ = {
|
|
|
17908
17962
|
setup(__props, {
|
|
17909
17963
|
expose: __expose
|
|
17910
17964
|
}) {
|
|
17911
|
-
|
|
17965
|
+
const props = __props;
|
|
17966
|
+
const {
|
|
17967
|
+
proxy
|
|
17968
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
17969
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
17912
17970
|
let viewModel = null;
|
|
17913
17971
|
|
|
17914
17972
|
// 获取组件传参
|
|
17915
|
-
|
|
17973
|
+
|
|
17916
17974
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
17917
17975
|
flatHeight: props.settingParams && props.settingParams.excavationDepth || 10,
|
|
17918
17976
|
// 模型平整深度
|
|
@@ -18425,7 +18483,7 @@ const _hoisted_3 = {
|
|
|
18425
18483
|
const __default__ = {
|
|
18426
18484
|
name: "Kq3dModelExcavate"
|
|
18427
18485
|
};
|
|
18428
|
-
/* harmony default export */ var ModelExcavatevue_type_script_setup_true_lang_js = (
|
|
18486
|
+
/* harmony default export */ var ModelExcavatevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
18429
18487
|
props: {
|
|
18430
18488
|
//指定组件绑定的viewer对象的div的id
|
|
18431
18489
|
mapTarget: String,
|
|
@@ -18470,12 +18528,16 @@ const __default__ = {
|
|
|
18470
18528
|
setup(__props, {
|
|
18471
18529
|
expose: __expose
|
|
18472
18530
|
}) {
|
|
18473
|
-
|
|
18531
|
+
const props = __props;
|
|
18532
|
+
const {
|
|
18533
|
+
proxy
|
|
18534
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
18535
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
18474
18536
|
let viewModel = null;
|
|
18475
|
-
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
18537
|
+
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.locale);
|
|
18476
18538
|
|
|
18477
18539
|
// 获取组件传参
|
|
18478
|
-
|
|
18540
|
+
|
|
18479
18541
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
18480
18542
|
excavationDepth: props.settingParams && props.settingParams.excavationDepth || 20,
|
|
18481
18543
|
// 地形开挖深度
|
|
@@ -18821,7 +18883,7 @@ const _hoisted_6 = {
|
|
|
18821
18883
|
const __default__ = {
|
|
18822
18884
|
name: "Kq3dModelFilter"
|
|
18823
18885
|
};
|
|
18824
|
-
/* harmony default export */ var ModelFiltervue_type_script_setup_true_lang_js = (
|
|
18886
|
+
/* harmony default export */ var ModelFiltervue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
18825
18887
|
props: {
|
|
18826
18888
|
// 设置参数
|
|
18827
18889
|
settingParams: {
|
|
@@ -18864,16 +18926,17 @@ const __default__ = {
|
|
|
18864
18926
|
setup(__props, {
|
|
18865
18927
|
expose: __expose
|
|
18866
18928
|
}) {
|
|
18867
|
-
|
|
18929
|
+
const props = __props;
|
|
18930
|
+
const {
|
|
18931
|
+
proxy
|
|
18932
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
18933
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
18868
18934
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
18869
18935
|
let viewModel = null;
|
|
18870
18936
|
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
18871
18937
|
let tiles = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
18872
|
-
const {
|
|
18873
|
-
proxy
|
|
18874
|
-
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
18875
18938
|
// 获取组件传参
|
|
18876
|
-
|
|
18939
|
+
|
|
18877
18940
|
// 组件容器Ref
|
|
18878
18941
|
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
18879
18942
|
|
|
@@ -19066,7 +19129,7 @@ const __default__ = {
|
|
|
19066
19129
|
min: 0,
|
|
19067
19130
|
max: 5,
|
|
19068
19131
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('brightness'))
|
|
19069
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19132
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19070
19133
|
_: 1 /* STABLE */
|
|
19071
19134
|
}, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
19072
19135
|
span: 6,
|
|
@@ -19082,7 +19145,7 @@ const __default__ = {
|
|
|
19082
19145
|
step: 0.1,
|
|
19083
19146
|
"controls-position": "right",
|
|
19084
19147
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('brightness'))
|
|
19085
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19148
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19086
19149
|
_: 1 /* STABLE */
|
|
19087
19150
|
})]),
|
|
19088
19151
|
_: 1 /* STABLE */
|
|
@@ -19104,7 +19167,7 @@ const __default__ = {
|
|
|
19104
19167
|
min: 0,
|
|
19105
19168
|
max: 5,
|
|
19106
19169
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('contrast'))
|
|
19107
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19170
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19108
19171
|
_: 1 /* STABLE */
|
|
19109
19172
|
}, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
19110
19173
|
span: 6,
|
|
@@ -19120,7 +19183,7 @@ const __default__ = {
|
|
|
19120
19183
|
step: 0.1,
|
|
19121
19184
|
"controls-position": "right",
|
|
19122
19185
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('contrast'))
|
|
19123
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19186
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19124
19187
|
_: 1 /* STABLE */
|
|
19125
19188
|
})]),
|
|
19126
19189
|
_: 1 /* STABLE */
|
|
@@ -19142,7 +19205,7 @@ const __default__ = {
|
|
|
19142
19205
|
min: 0,
|
|
19143
19206
|
max: 5,
|
|
19144
19207
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('tone'))
|
|
19145
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19208
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19146
19209
|
_: 1 /* STABLE */
|
|
19147
19210
|
}, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
19148
19211
|
span: 6,
|
|
@@ -19158,7 +19221,7 @@ const __default__ = {
|
|
|
19158
19221
|
step: 0.1,
|
|
19159
19222
|
"controls-position": "right",
|
|
19160
19223
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('tone'))
|
|
19161
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19224
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19162
19225
|
_: 1 /* STABLE */
|
|
19163
19226
|
})]),
|
|
19164
19227
|
_: 1 /* STABLE */
|
|
@@ -19180,7 +19243,7 @@ const __default__ = {
|
|
|
19180
19243
|
min: 0,
|
|
19181
19244
|
max: 5,
|
|
19182
19245
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('saturation'))
|
|
19183
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19246
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19184
19247
|
_: 1 /* STABLE */
|
|
19185
19248
|
}, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
19186
19249
|
span: 6,
|
|
@@ -19196,7 +19259,7 @@ const __default__ = {
|
|
|
19196
19259
|
step: 0.1,
|
|
19197
19260
|
"controls-position": "right",
|
|
19198
19261
|
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('saturation'))
|
|
19199
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19262
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19200
19263
|
_: 1 /* STABLE */
|
|
19201
19264
|
})]),
|
|
19202
19265
|
_: 1 /* STABLE */
|
|
@@ -19218,7 +19281,7 @@ const __default__ = {
|
|
|
19218
19281
|
min: 0,
|
|
19219
19282
|
max: 5,
|
|
19220
19283
|
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('gamma'))
|
|
19221
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19284
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19222
19285
|
_: 1 /* STABLE */
|
|
19223
19286
|
}, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
19224
19287
|
span: 6,
|
|
@@ -19234,7 +19297,7 @@ const __default__ = {
|
|
|
19234
19297
|
step: 0.1,
|
|
19235
19298
|
"controls-position": "right",
|
|
19236
19299
|
onInput: _cache[21] || (_cache[21] = $event => paramsChanged('gamma'))
|
|
19237
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
19300
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
19238
19301
|
_: 1 /* STABLE */
|
|
19239
19302
|
})]),
|
|
19240
19303
|
_: 1 /* STABLE */
|
|
@@ -19568,7 +19631,7 @@ const _hoisted_4 = {
|
|
|
19568
19631
|
const __default__ = {
|
|
19569
19632
|
name: "Kq3dModelProfileAnalysis"
|
|
19570
19633
|
};
|
|
19571
|
-
/* harmony default export */ var ModelProfileAnalysisvue_type_script_setup_true_lang_js = (
|
|
19634
|
+
/* harmony default export */ var ModelProfileAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
19572
19635
|
props: {
|
|
19573
19636
|
// 设置参数
|
|
19574
19637
|
settingParams: {
|
|
@@ -19611,7 +19674,11 @@ const __default__ = {
|
|
|
19611
19674
|
setup(__props, {
|
|
19612
19675
|
expose: __expose
|
|
19613
19676
|
}) {
|
|
19614
|
-
|
|
19677
|
+
const props = __props;
|
|
19678
|
+
const {
|
|
19679
|
+
proxy
|
|
19680
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
19681
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
19615
19682
|
// 设置
|
|
19616
19683
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
19617
19684
|
// 分析类
|
|
@@ -19619,7 +19686,7 @@ const __default__ = {
|
|
|
19619
19686
|
// chart显示
|
|
19620
19687
|
let resultCahrtVis = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
19621
19688
|
// 获取组件传参
|
|
19622
|
-
|
|
19689
|
+
|
|
19623
19690
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
19624
19691
|
perspectiveAngle: props.settingParams && props.settingParams.perspectiveAngle || 90,
|
|
19625
19692
|
// 透视角度
|
|
@@ -20109,7 +20176,7 @@ class ModelSelectViewModel {
|
|
|
20109
20176
|
var flag = false;
|
|
20110
20177
|
var models = this._viewer.scene.primitives._primitives;
|
|
20111
20178
|
for (let i = 0; i < models.length; i++) {
|
|
20112
|
-
if (models[i]._url) {
|
|
20179
|
+
if (models[i]._url && models[i] instanceof Cesium.Cesium3DTileset) {
|
|
20113
20180
|
flag = true;
|
|
20114
20181
|
}
|
|
20115
20182
|
}
|
|
@@ -20164,7 +20231,7 @@ const _hoisted_2 = {
|
|
|
20164
20231
|
const __default__ = {
|
|
20165
20232
|
name: "Kq3dModelSelect"
|
|
20166
20233
|
};
|
|
20167
|
-
/* harmony default export */ var ModelSelectvue_type_script_setup_true_lang_js = (
|
|
20234
|
+
/* harmony default export */ var ModelSelectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
20168
20235
|
props: {
|
|
20169
20236
|
// 外部字段别名映射
|
|
20170
20237
|
aliasNameReflection: {
|
|
@@ -20219,16 +20286,20 @@ const __default__ = {
|
|
|
20219
20286
|
setup(__props, {
|
|
20220
20287
|
expose: __expose
|
|
20221
20288
|
}) {
|
|
20289
|
+
const props = __props;
|
|
20222
20290
|
let layerNameTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
20223
20291
|
// 属性值
|
|
20224
20292
|
let tableData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
20225
20293
|
//语言
|
|
20226
|
-
|
|
20294
|
+
const {
|
|
20295
|
+
proxy
|
|
20296
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
20297
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
20227
20298
|
let viewModel = null;
|
|
20228
20299
|
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
20229
20300
|
|
|
20230
20301
|
// 获取组件传参
|
|
20231
|
-
|
|
20302
|
+
|
|
20232
20303
|
// 表格头样式
|
|
20233
20304
|
let headClass = args => {
|
|
20234
20305
|
return {
|
|
@@ -20678,7 +20749,7 @@ const _hoisted_2 = {
|
|
|
20678
20749
|
const __default__ = {
|
|
20679
20750
|
name: "Kq3dParticleEffect"
|
|
20680
20751
|
};
|
|
20681
|
-
/* harmony default export */ var ParticleEffectvue_type_script_setup_true_lang_js = (
|
|
20752
|
+
/* harmony default export */ var ParticleEffectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
20682
20753
|
props: {
|
|
20683
20754
|
// 设置参数
|
|
20684
20755
|
settingParams: {
|
|
@@ -20721,15 +20792,16 @@ const __default__ = {
|
|
|
20721
20792
|
setup(__props, {
|
|
20722
20793
|
expose: __expose
|
|
20723
20794
|
}) {
|
|
20795
|
+
const props = __props;
|
|
20724
20796
|
const {
|
|
20725
20797
|
proxy
|
|
20726
20798
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
20727
20799
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
20728
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
20800
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
20729
20801
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
20730
20802
|
|
|
20731
20803
|
// 获取组件传参
|
|
20732
|
-
|
|
20804
|
+
|
|
20733
20805
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
20734
20806
|
mode: props.settingParams && props.settingParams.mode || "flame",
|
|
20735
20807
|
particleNum: props.settingParams && props.settingParams.particleNum || 40,
|
|
@@ -20976,7 +21048,7 @@ const __default__ = {
|
|
|
20976
21048
|
min: 0.1,
|
|
20977
21049
|
max: 5,
|
|
20978
21050
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('particleSize'))
|
|
20979
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21051
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
20980
21052
|
_: 1 /* STABLE */
|
|
20981
21053
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
20982
21054
|
span: 8
|
|
@@ -20989,7 +21061,7 @@ const __default__ = {
|
|
|
20989
21061
|
max: 5,
|
|
20990
21062
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('particleSize')),
|
|
20991
21063
|
"controls-position": "right"
|
|
20992
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21064
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
20993
21065
|
_: 1 /* STABLE */
|
|
20994
21066
|
})]),
|
|
20995
21067
|
_: 1 /* STABLE */
|
|
@@ -21016,7 +21088,7 @@ const __default__ = {
|
|
|
21016
21088
|
min: 0.1,
|
|
21017
21089
|
max: 5,
|
|
21018
21090
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('minLifeCycle'))
|
|
21019
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21091
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
21020
21092
|
_: 1 /* STABLE */
|
|
21021
21093
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
21022
21094
|
span: 8
|
|
@@ -21029,7 +21101,7 @@ const __default__ = {
|
|
|
21029
21101
|
max: 5,
|
|
21030
21102
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('minLifeCycle')),
|
|
21031
21103
|
"controls-position": "right"
|
|
21032
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21104
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
21033
21105
|
_: 1 /* STABLE */
|
|
21034
21106
|
})]),
|
|
21035
21107
|
_: 1 /* STABLE */
|
|
@@ -21056,7 +21128,7 @@ const __default__ = {
|
|
|
21056
21128
|
min: 0.1,
|
|
21057
21129
|
max: 5,
|
|
21058
21130
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('maxLifeCycle'))
|
|
21059
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21131
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
21060
21132
|
_: 1 /* STABLE */
|
|
21061
21133
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
21062
21134
|
span: 8
|
|
@@ -21069,7 +21141,7 @@ const __default__ = {
|
|
|
21069
21141
|
max: 5,
|
|
21070
21142
|
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('maxLifeCycle')),
|
|
21071
21143
|
"controls-position": "right"
|
|
21072
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21144
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
21073
21145
|
_: 1 /* STABLE */
|
|
21074
21146
|
})]),
|
|
21075
21147
|
_: 1 /* STABLE */
|
|
@@ -21176,7 +21248,7 @@ const __default__ = {
|
|
|
21176
21248
|
max: 10.0,
|
|
21177
21249
|
step: 0.1,
|
|
21178
21250
|
onInput: _cache[27] || (_cache[27] = $event => paramsChanged('startScale'))
|
|
21179
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21251
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
21180
21252
|
_: 1 /* STABLE */
|
|
21181
21253
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
21182
21254
|
span: 8
|
|
@@ -21189,7 +21261,7 @@ const __default__ = {
|
|
|
21189
21261
|
step: 0.1,
|
|
21190
21262
|
onInput: _cache[29] || (_cache[29] = $event => paramsChanged('startScale')),
|
|
21191
21263
|
"controls-position": "right"
|
|
21192
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21264
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
21193
21265
|
_: 1 /* STABLE */
|
|
21194
21266
|
})]),
|
|
21195
21267
|
_: 1 /* STABLE */
|
|
@@ -21216,7 +21288,7 @@ const __default__ = {
|
|
|
21216
21288
|
max: 10.0,
|
|
21217
21289
|
step: 0.1,
|
|
21218
21290
|
onInput: _cache[31] || (_cache[31] = $event => paramsChanged('endScale'))
|
|
21219
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21291
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
21220
21292
|
_: 1 /* STABLE */
|
|
21221
21293
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
21222
21294
|
span: 8
|
|
@@ -21229,7 +21301,7 @@ const __default__ = {
|
|
|
21229
21301
|
step: 0.1,
|
|
21230
21302
|
onInput: _cache[33] || (_cache[33] = $event => paramsChanged('endScale')),
|
|
21231
21303
|
"controls-position": "right"
|
|
21232
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21304
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
21233
21305
|
_: 1 /* STABLE */
|
|
21234
21306
|
})]),
|
|
21235
21307
|
_: 1 /* STABLE */
|
|
@@ -21256,7 +21328,7 @@ const __default__ = {
|
|
|
21256
21328
|
min: 0.0,
|
|
21257
21329
|
max: 10,
|
|
21258
21330
|
onInput: _cache[35] || (_cache[35] = $event => paramsChanged('gravity'))
|
|
21259
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21331
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
21260
21332
|
_: 1 /* STABLE */
|
|
21261
21333
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
21262
21334
|
span: 8
|
|
@@ -21269,7 +21341,7 @@ const __default__ = {
|
|
|
21269
21341
|
step: 0.1,
|
|
21270
21342
|
onInput: _cache[37] || (_cache[37] = $event => paramsChanged('gravity')),
|
|
21271
21343
|
"controls-position": "right"
|
|
21272
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
21344
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
|
|
21273
21345
|
_: 1 /* STABLE */
|
|
21274
21346
|
})]),
|
|
21275
21347
|
_: 1 /* STABLE */
|
|
@@ -21557,7 +21629,7 @@ const _hoisted_5 = {
|
|
|
21557
21629
|
const __default__ = {
|
|
21558
21630
|
name: "Kq3dPlaneClip"
|
|
21559
21631
|
};
|
|
21560
|
-
/* harmony default export */ var PlaneClipvue_type_script_setup_true_lang_js = (
|
|
21632
|
+
/* harmony default export */ var PlaneClipvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
21561
21633
|
props: {
|
|
21562
21634
|
// 设置参数
|
|
21563
21635
|
settingParams: {
|
|
@@ -21600,16 +21672,17 @@ const __default__ = {
|
|
|
21600
21672
|
setup(__props, {
|
|
21601
21673
|
expose: __expose
|
|
21602
21674
|
}) {
|
|
21675
|
+
const props = __props;
|
|
21603
21676
|
const {
|
|
21604
21677
|
proxy
|
|
21605
21678
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
21606
21679
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
21607
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
21680
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
21608
21681
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
21609
21682
|
let tiles = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
21610
21683
|
|
|
21611
21684
|
// 获取组件传参
|
|
21612
|
-
|
|
21685
|
+
|
|
21613
21686
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
21614
21687
|
tileset: props.settingParams && props.settingParams.tileset || null,
|
|
21615
21688
|
clipDirection: props.settingParams && props.settingParams.clipDirection || 2,
|
|
@@ -22050,7 +22123,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
22050
22123
|
const __default__ = {
|
|
22051
22124
|
name: "Kq3dResetView"
|
|
22052
22125
|
};
|
|
22053
|
-
/* harmony default export */ var ResetViewvue_type_script_setup_true_lang_js = (
|
|
22126
|
+
/* harmony default export */ var ResetViewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
22054
22127
|
props: {
|
|
22055
22128
|
// 指定组件绑定的scence对象的div的id
|
|
22056
22129
|
mapTarget: String,
|
|
@@ -22066,7 +22139,10 @@ const __default__ = {
|
|
|
22066
22139
|
},
|
|
22067
22140
|
setup(__props) {
|
|
22068
22141
|
const props = __props;
|
|
22069
|
-
|
|
22142
|
+
const {
|
|
22143
|
+
proxy
|
|
22144
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
22145
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
22070
22146
|
let viewModel = null;
|
|
22071
22147
|
let btn = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
22072
22148
|
// 国际化
|
|
@@ -22172,9 +22248,9 @@ var esnext_iterator_for_each_js_ = __webpack_require__(1058);
|
|
|
22172
22248
|
|
|
22173
22249
|
|
|
22174
22250
|
|
|
22175
|
-
/*
|
|
22176
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
22177
|
-
* All rights reserved.
|
|
22251
|
+
/*
|
|
22252
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
22253
|
+
* All rights reserved.
|
|
22178
22254
|
*/
|
|
22179
22255
|
//卷帘逻辑类
|
|
22180
22256
|
class RollerViewModel {
|
|
@@ -22254,11 +22330,14 @@ class RollerViewModel {
|
|
|
22254
22330
|
initLayers() {
|
|
22255
22331
|
let layers = this._layerManager.getLayerCheckedList();
|
|
22256
22332
|
for (let i = 0; i < layers.length; i++) {
|
|
22257
|
-
this.
|
|
22258
|
-
|
|
22259
|
-
|
|
22260
|
-
|
|
22261
|
-
|
|
22333
|
+
let layer = this._layerManager.getLayerByGuid(layers[i].guid);
|
|
22334
|
+
if (layer instanceof Cesium.ImageryLayer || layer instanceof Cesium.Cesium3DTileset) {
|
|
22335
|
+
this._layers.push({
|
|
22336
|
+
guid: layers[i].guid,
|
|
22337
|
+
name: layers[i].name,
|
|
22338
|
+
direction: 0
|
|
22339
|
+
});
|
|
22340
|
+
}
|
|
22262
22341
|
}
|
|
22263
22342
|
}
|
|
22264
22343
|
|
|
@@ -22358,7 +22437,7 @@ const _hoisted_2 = {
|
|
|
22358
22437
|
const __default__ = {
|
|
22359
22438
|
name: "Kq3dRoller"
|
|
22360
22439
|
};
|
|
22361
|
-
/* harmony default export */ var Rollervue_type_script_setup_true_lang_js = (
|
|
22440
|
+
/* harmony default export */ var Rollervue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
22362
22441
|
props: {
|
|
22363
22442
|
showShadow: {
|
|
22364
22443
|
type: Boolean,
|
|
@@ -22396,10 +22475,12 @@ const __default__ = {
|
|
|
22396
22475
|
setup(__props, {
|
|
22397
22476
|
expose: __expose
|
|
22398
22477
|
}) {
|
|
22399
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
22400
|
-
|
|
22401
|
-
//获取组件传参
|
|
22402
22478
|
const props = __props;
|
|
22479
|
+
const {
|
|
22480
|
+
proxy
|
|
22481
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
22482
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
22483
|
+
//获取组件传参
|
|
22403
22484
|
|
|
22404
22485
|
// 表格头样式
|
|
22405
22486
|
let headClass = args => {
|
|
@@ -23148,7 +23229,7 @@ const _hoisted_2 = {
|
|
|
23148
23229
|
const __default__ = {
|
|
23149
23230
|
name: "Kq3dScanEffect"
|
|
23150
23231
|
};
|
|
23151
|
-
/* harmony default export */ var ScanEffectvue_type_script_setup_true_lang_js = (
|
|
23232
|
+
/* harmony default export */ var ScanEffectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
23152
23233
|
props: {
|
|
23153
23234
|
// 设置参数
|
|
23154
23235
|
settingParams: {
|
|
@@ -23191,14 +23272,14 @@ const __default__ = {
|
|
|
23191
23272
|
setup(__props, {
|
|
23192
23273
|
expose: __expose
|
|
23193
23274
|
}) {
|
|
23275
|
+
const props = __props;
|
|
23194
23276
|
const {
|
|
23195
23277
|
proxy
|
|
23196
23278
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
23197
23279
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
23198
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
23199
|
-
|
|
23280
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
23200
23281
|
// 获取组件传参
|
|
23201
|
-
|
|
23282
|
+
|
|
23202
23283
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
23203
23284
|
scanningStyle: props.settingParams && props.settingParams.scanningStyle || 1,
|
|
23204
23285
|
// 地形操作类型。1:线性扫描;2:环形扫描
|
|
@@ -23454,7 +23535,7 @@ const __default__ = {
|
|
|
23454
23535
|
step: 0.1,
|
|
23455
23536
|
"controls-position": "right",
|
|
23456
23537
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('lineSpeed'))
|
|
23457
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
23538
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
|
|
23458
23539
|
_: 1 /* STABLE */
|
|
23459
23540
|
})]),
|
|
23460
23541
|
_: 1 /* STABLE */
|
|
@@ -23481,7 +23562,7 @@ const __default__ = {
|
|
|
23481
23562
|
max: 100,
|
|
23482
23563
|
step: 0.1,
|
|
23483
23564
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('lineWidth'))
|
|
23484
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
23565
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
|
|
23485
23566
|
_: 1 /* STABLE */
|
|
23486
23567
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
23487
23568
|
span: 8
|
|
@@ -24166,7 +24247,7 @@ const _hoisted_2 = {
|
|
|
24166
24247
|
const __default__ = {
|
|
24167
24248
|
name: "Kq3dSceneAdvancedToImage"
|
|
24168
24249
|
};
|
|
24169
|
-
/* harmony default export */ var SceneAdvancedToImagevue_type_script_setup_true_lang_js = (
|
|
24250
|
+
/* harmony default export */ var SceneAdvancedToImagevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
24170
24251
|
props: {
|
|
24171
24252
|
// 设置参数
|
|
24172
24253
|
settingParams: {
|
|
@@ -24209,15 +24290,16 @@ const __default__ = {
|
|
|
24209
24290
|
setup(__props, {
|
|
24210
24291
|
expose: __expose
|
|
24211
24292
|
}) {
|
|
24293
|
+
const props = __props;
|
|
24212
24294
|
const {
|
|
24213
24295
|
proxy
|
|
24214
24296
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
24215
24297
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
24216
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
24298
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
24217
24299
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("screenParameter");
|
|
24218
24300
|
|
|
24219
24301
|
// 获取组件传参
|
|
24220
|
-
|
|
24302
|
+
|
|
24221
24303
|
// 分析类
|
|
24222
24304
|
let viewModel = null;
|
|
24223
24305
|
// 参数
|
|
@@ -24705,7 +24787,7 @@ SceneAdvancedToImage.install = (Vue, opts) => {
|
|
|
24705
24787
|
|
|
24706
24788
|
/***/ }),
|
|
24707
24789
|
|
|
24708
|
-
/***/
|
|
24790
|
+
/***/ 5101:
|
|
24709
24791
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
24710
24792
|
|
|
24711
24793
|
"use strict";
|
|
@@ -24719,6 +24801,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
24719
24801
|
var es_array_push_js_ = __webpack_require__(2118);
|
|
24720
24802
|
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
24721
24803
|
var esnext_iterator_constructor_js_ = __webpack_require__(8470);
|
|
24804
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.filter.js"
|
|
24805
|
+
var esnext_iterator_filter_js_ = __webpack_require__(2753);
|
|
24722
24806
|
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
|
|
24723
24807
|
var esnext_iterator_for_each_js_ = __webpack_require__(1058);
|
|
24724
24808
|
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.map.js"
|
|
@@ -24911,16 +24995,17 @@ const resourceApi = {
|
|
|
24911
24995
|
}
|
|
24912
24996
|
};
|
|
24913
24997
|
/* harmony default export */ var api_resourceApi = (resourceApi);
|
|
24998
|
+
// EXTERNAL MODULE: external "@kq_npm/client3d_webgl_vue"
|
|
24999
|
+
var client3d_webgl_vue_ = __webpack_require__(6459);
|
|
24914
25000
|
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
24915
25001
|
var icons_vue_ = __webpack_require__(8422);
|
|
24916
25002
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
24917
25003
|
var client_icons_vue_ = __webpack_require__(348);
|
|
24918
|
-
// EXTERNAL MODULE: external "@kq_npm/client3d_webgl_vue"
|
|
24919
|
-
var client3d_webgl_vue_ = __webpack_require__(6459);
|
|
24920
25004
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
24921
25005
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
24922
25006
|
;// 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
|
|
24923
25007
|
|
|
25008
|
+
const _withScopeId = n => (_pushScopeId("data-v-989586f6"), n = n(), _popScopeId(), n);
|
|
24924
25009
|
const _hoisted_1 = {
|
|
24925
25010
|
class: "tool-bar-wrapper"
|
|
24926
25011
|
};
|
|
@@ -24937,12 +25022,11 @@ const _hoisted_2 = {
|
|
|
24937
25022
|
__name: 'AppToolBar',
|
|
24938
25023
|
emits: ["contrast"],
|
|
24939
25024
|
setup(__props, {
|
|
24940
|
-
emit
|
|
25025
|
+
emit
|
|
24941
25026
|
}) {
|
|
24942
25027
|
const {
|
|
24943
25028
|
proxy
|
|
24944
25029
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
24945
|
-
const emit = __emit;
|
|
24946
25030
|
const props_params = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.inject)("props_params");
|
|
24947
25031
|
const portalPublicUrl = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.inject)("portalPublicUrl");
|
|
24948
25032
|
let isShowKqToolbar = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
@@ -25026,12 +25110,12 @@ const _hoisted_2 = {
|
|
|
25026
25110
|
childComponentProps: {
|
|
25027
25111
|
isCheckedShow: false,
|
|
25028
25112
|
skecthAttributes: {
|
|
25029
|
-
geometryServerUrl:
|
|
25030
|
-
geometryServerToken:
|
|
25113
|
+
geometryServerUrl: portalPublicUrl.value.geometryServerUrl,
|
|
25114
|
+
geometryServerToken: props_params.value.ua_token
|
|
25031
25115
|
},
|
|
25032
25116
|
featureAttributes: {
|
|
25033
|
-
geometryServerUrl:
|
|
25034
|
-
geometryServerToken:
|
|
25117
|
+
geometryServerUrl: portalPublicUrl.value.geometryServerUrl,
|
|
25118
|
+
geometryServerToken: props_params.value.ua_token
|
|
25035
25119
|
}
|
|
25036
25120
|
}
|
|
25037
25121
|
});
|
|
@@ -25105,8 +25189,8 @@ const _hoisted_2 = {
|
|
|
25105
25189
|
childComponent: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_common_vue_.KqFeatureIdentifyResult),
|
|
25106
25190
|
destroyDynamics: true,
|
|
25107
25191
|
childComponentProps: {
|
|
25108
|
-
geometryServerUrl:
|
|
25109
|
-
geometryServerToken:
|
|
25192
|
+
geometryServerUrl: portalPublicUrl.value.geometryServerUrl,
|
|
25193
|
+
geometryServerToken: props_params.value.ua_token,
|
|
25110
25194
|
isLocation: true
|
|
25111
25195
|
},
|
|
25112
25196
|
beforeHideMethod: function () {
|
|
@@ -25174,9 +25258,9 @@ const _hoisted_2 = {
|
|
|
25174
25258
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
25175
25259
|
var injectStylesIntoStyleTag = __webpack_require__(3379);
|
|
25176
25260
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
25177
|
-
// 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=
|
|
25178
|
-
var
|
|
25179
|
-
;// 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=
|
|
25261
|
+
// 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
|
|
25262
|
+
var AppToolBarvue_type_style_index_0_id_989586f6_lang_scss_scoped_true = __webpack_require__(8622);
|
|
25263
|
+
;// 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
|
|
25180
25264
|
|
|
25181
25265
|
|
|
25182
25266
|
|
|
@@ -25185,12 +25269,12 @@ var options = {};
|
|
|
25185
25269
|
options.insert = "head";
|
|
25186
25270
|
options.singleton = false;
|
|
25187
25271
|
|
|
25188
|
-
var update = injectStylesIntoStyleTag_default()(
|
|
25272
|
+
var update = injectStylesIntoStyleTag_default()(AppToolBarvue_type_style_index_0_id_989586f6_lang_scss_scoped_true/* default */.Z, options);
|
|
25189
25273
|
|
|
25190
25274
|
|
|
25191
25275
|
|
|
25192
|
-
/* harmony default export */ var
|
|
25193
|
-
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppToolBar.vue?vue&type=style&index=0&id=
|
|
25276
|
+
/* 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 || {});
|
|
25277
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppToolBar.vue?vue&type=style&index=0&id=989586f6&lang=scss&scoped=true
|
|
25194
25278
|
|
|
25195
25279
|
// EXTERNAL MODULE: ./node_modules/vue-loader/dist/exportHelper.js
|
|
25196
25280
|
var exportHelper = __webpack_require__(6021);
|
|
@@ -25201,11 +25285,9 @@ var exportHelper = __webpack_require__(6021);
|
|
|
25201
25285
|
;
|
|
25202
25286
|
|
|
25203
25287
|
|
|
25204
|
-
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(AppToolBarvue_type_script_setup_true_lang_js, [['__scopeId',"data-v-
|
|
25288
|
+
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(AppToolBarvue_type_script_setup_true_lang_js, [['__scopeId',"data-v-989586f6"]])
|
|
25205
25289
|
|
|
25206
25290
|
/* harmony default export */ var AppToolBar = (__exports__);
|
|
25207
|
-
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.filter.js"
|
|
25208
|
-
var esnext_iterator_filter_js_ = __webpack_require__(2753);
|
|
25209
25291
|
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.find.js"
|
|
25210
25292
|
var esnext_iterator_find_js_ = __webpack_require__(8697);
|
|
25211
25293
|
// EXTERNAL MODULE: external "core-js/modules/web.dom-exception.stack.js"
|
|
@@ -26019,8 +26101,6 @@ function createNewChildren(children) {
|
|
|
26019
26101
|
});
|
|
26020
26102
|
return newChildren;
|
|
26021
26103
|
}
|
|
26022
|
-
;// CONCATENATED MODULE: external "shpjs"
|
|
26023
|
-
var external_shpjs_namespaceObject = require("shpjs");
|
|
26024
26104
|
;// CONCATENATED MODULE: external "dompurify"
|
|
26025
26105
|
var external_dompurify_namespaceObject = require("dompurify");
|
|
26026
26106
|
;// CONCATENATED MODULE: ./src/common/_utils/util.js
|
|
@@ -26088,7 +26168,8 @@ if(!defaultShowLayerNames){return isShowAllLayers;}else{let hasId=false;for(let
|
|
|
26088
26168
|
* @callbackFun 回调方法 传入解析后的features数组
|
|
26089
26169
|
*/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();
|
|
26090
26170
|
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
|
|
26091
|
-
"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){
|
|
26171
|
+
"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项目的冲突问题
|
|
26172
|
+
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);}/**
|
|
26092
26173
|
* 上传解析shp文件
|
|
26093
26174
|
* @serverUrl 服务url
|
|
26094
26175
|
* @file 上传file文件流
|
|
@@ -26257,11 +26338,11 @@ let m=Math.floor((Number(temp1)-Number(f))*60);return d+"°"+f+"′"+m+"″";}/*
|
|
|
26257
26338
|
* @param {Object} target - 目标 dom 元素
|
|
26258
26339
|
* @param {string} newClass - 要添加的class
|
|
26259
26340
|
* @param {boolean} [isUnshift=false] - class是否要添加到最前面;默认false,添加到最后
|
|
26260
|
-
*/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(" "));}/**
|
|
26341
|
+
*/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(" "));}}/**
|
|
26261
26342
|
* @description 删除node节点中的class
|
|
26262
26343
|
* @param {Object} target - 目标 dom 元素
|
|
26263
26344
|
* @param {string} oldClass - 要删除的class
|
|
26264
|
-
*/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(" "));}/**
|
|
26345
|
+
*/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(" "));}}/**
|
|
26265
26346
|
* @description 计算组件位置,position 支持的格式为:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
26266
26347
|
* @param {Object} boxElem - 组件容器 dom 元素
|
|
26267
26348
|
* @param {Object} props - 组件参数
|
|
@@ -26289,11 +26370,11 @@ function bind(fn,obj){let slice=Array.prototype.slice;if(fn.bind){return fn.bind
|
|
|
26289
26370
|
* @param {Object} boxElem - 组件容器 dom 元素
|
|
26290
26371
|
* @param {Object} props - 组件参数,包括showHeaderTemp、isCollapseHeaderTemp、headerTempTitle、headerTempIcon、isRight四个参数
|
|
26291
26372
|
* @param {Object} headerTempRef - 组件header 元素
|
|
26292
|
-
*/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;// 初始化时禁止动画效果
|
|
26373
|
+
*/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;// 初始化时禁止动画效果
|
|
26293
26374
|
addClass(boxElem,["kq-is-hide-no-transition"]);if(isClick){// 点击时打开动画效果
|
|
26294
26375
|
removeClass(boxElem,["kq-is-hide-no-transition"]);}if(__isCollapseHeaderTemp){// 收起
|
|
26295
26376
|
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{// 展开
|
|
26296
|
-
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))]);};/**
|
|
26377
|
+
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))]);};/**
|
|
26297
26378
|
* @returns {boolean}
|
|
26298
26379
|
*/function checkAuditTime(){// 2023 10月31
|
|
26299
26380
|
const endTime=1698768000000;//const endTime = 1686551218288;
|
|
@@ -26374,6 +26455,7 @@ if(cb)cb();};}/**
|
|
|
26374
26455
|
;// 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
|
|
26375
26456
|
|
|
26376
26457
|
|
|
26458
|
+
const AppPlottingvue_type_script_setup_true_lang_js_withScopeId = n => (_pushScopeId("data-v-c8ae73fc"), n = n(), _popScopeId(), n);
|
|
26377
26459
|
const AppPlottingvue_type_script_setup_true_lang_js_hoisted_1 = {
|
|
26378
26460
|
class: "kq-dynamicplotting-component"
|
|
26379
26461
|
};
|
|
@@ -26583,9 +26665,169 @@ var AppPlottingvue_type_style_index_0_id_c8ae73fc_scoped_true_lang_scss_update =
|
|
|
26583
26665
|
const AppPlotting_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(AppPlottingvue_type_script_setup_true_lang_js, [['__scopeId',"data-v-c8ae73fc"]])
|
|
26584
26666
|
|
|
26585
26667
|
/* harmony default export */ var AppPlotting = (AppPlotting_exports_);
|
|
26586
|
-
;// CONCATENATED MODULE: ./
|
|
26587
|
-
|
|
26668
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneapp/config/tool-box.js
|
|
26669
|
+
/*
|
|
26670
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
26671
|
+
* All rights reserved.
|
|
26672
|
+
*/
|
|
26588
26673
|
|
|
26674
|
+
let getTooBox = ({
|
|
26675
|
+
common,
|
|
26676
|
+
leaflet,
|
|
26677
|
+
webgl
|
|
26678
|
+
}) => {
|
|
26679
|
+
return [{
|
|
26680
|
+
label: webgl.analysis3D,
|
|
26681
|
+
isOpen: false,
|
|
26682
|
+
children: [{
|
|
26683
|
+
label: webgl.sightlineAnalysis,
|
|
26684
|
+
icon: client_icons_vue_.IconSightlineAnalysis,
|
|
26685
|
+
value: "Kq3dSightlineAnalysis"
|
|
26686
|
+
}, {
|
|
26687
|
+
label: webgl.viewshedAnalysis,
|
|
26688
|
+
icon: client_icons_vue_.IconViewshedAnalysis,
|
|
26689
|
+
value: "Kq3dViewshedAnalysis"
|
|
26690
|
+
}, {
|
|
26691
|
+
label: webgl.shadowAnalysis,
|
|
26692
|
+
icon: client_icons_vue_.IconShadowAnalysis,
|
|
26693
|
+
value: "Kq3dShadowAnalysis"
|
|
26694
|
+
}, {
|
|
26695
|
+
label: webgl.modelProfileAnalysis,
|
|
26696
|
+
icon: client_icons_vue_.IconProfileAnalysis,
|
|
26697
|
+
value: "Kq3dModelProfileAnalysis"
|
|
26698
|
+
}, {
|
|
26699
|
+
label: webgl.skylineAnalysis,
|
|
26700
|
+
icon: client_icons_vue_.IconSkylineAnalysis,
|
|
26701
|
+
value: "Kq3dSkylineAnalysis"
|
|
26702
|
+
}, {
|
|
26703
|
+
label: webgl.limitHeightAnalysis,
|
|
26704
|
+
icon: client_icons_vue_.IconHeightLimitAnalysis,
|
|
26705
|
+
value: "Kq3dLimitHeightAnalysis"
|
|
26706
|
+
}, {
|
|
26707
|
+
label: webgl.floodModel + webgl.floodAnalysis1,
|
|
26708
|
+
icon: client_icons_vue_.IconFloodAnalysis,
|
|
26709
|
+
value: "ModelFloodAnalysis"
|
|
26710
|
+
}, {
|
|
26711
|
+
label: webgl.geologyBodyAnalysis,
|
|
26712
|
+
icon: client_icons_vue_.IconGeologicalAnalysis,
|
|
26713
|
+
value: "Kq3dGeologicalBodyAnalysis"
|
|
26714
|
+
}, {
|
|
26715
|
+
label: webgl.modelFilterPick,
|
|
26716
|
+
icon: client_icons_vue_.IconModelFiltering,
|
|
26717
|
+
value: "Kq3dModelFilter"
|
|
26718
|
+
}, {
|
|
26719
|
+
label: webgl.wireFrameSketch,
|
|
26720
|
+
icon: client_icons_vue_.IconWireframeSketch,
|
|
26721
|
+
value: "Kq3dWireframeSketch"
|
|
26722
|
+
}]
|
|
26723
|
+
}, {
|
|
26724
|
+
label: webgl.terrainAnalysis,
|
|
26725
|
+
isOpen: false,
|
|
26726
|
+
children: [{
|
|
26727
|
+
label: webgl.terrainOperation,
|
|
26728
|
+
icon: client_icons_vue_.IconTerrainOperation,
|
|
26729
|
+
value: "Kq3dTerrainOperation"
|
|
26730
|
+
}, {
|
|
26731
|
+
label: webgl.excavateFillAnalysis,
|
|
26732
|
+
icon: client_icons_vue_.IconExcavateFillAnalysis,
|
|
26733
|
+
value: "Kq3dExcavateFillAnalysis"
|
|
26734
|
+
}, {
|
|
26735
|
+
label: webgl.slopeAnalysis,
|
|
26736
|
+
icon: client_icons_vue_.IconSlopeAnalysis,
|
|
26737
|
+
value: "Kq3dSlopeAnalysis"
|
|
26738
|
+
}, {
|
|
26739
|
+
label: webgl.aspectAnalysis,
|
|
26740
|
+
icon: client_icons_vue_.IconAspectAnalysis,
|
|
26741
|
+
value: "Kq3dAspectAnalysis"
|
|
26742
|
+
}, {
|
|
26743
|
+
label: webgl.isolineAnalysis,
|
|
26744
|
+
icon: client_icons_vue_.IconIsolineAnalysis,
|
|
26745
|
+
value: "Kq3dIsolineAnalysis"
|
|
26746
|
+
}, {
|
|
26747
|
+
label: webgl.floodTerrain + webgl.floodAnalysis1,
|
|
26748
|
+
icon: client_icons_vue_.IconFloodAnalysis,
|
|
26749
|
+
value: "TerrainFloodAnalysis"
|
|
26750
|
+
}, {
|
|
26751
|
+
label: webgl.terrainProfileName,
|
|
26752
|
+
icon: client_icons_vue_.IconProfileAnalysis,
|
|
26753
|
+
value: "Kq3dTerrainProfileAnalysis"
|
|
26754
|
+
}]
|
|
26755
|
+
}, {
|
|
26756
|
+
label: webgl.clipAnalysis,
|
|
26757
|
+
isOpen: false,
|
|
26758
|
+
children: [{
|
|
26759
|
+
label: webgl.boxClip,
|
|
26760
|
+
icon: client_icons_vue_.IconBoxClip,
|
|
26761
|
+
value: "Kq3dBoxClip"
|
|
26762
|
+
}, {
|
|
26763
|
+
label: webgl.planeClip,
|
|
26764
|
+
icon: client_icons_vue_.IconPlaneClip,
|
|
26765
|
+
value: "Kq3dPlaneClip"
|
|
26766
|
+
}]
|
|
26767
|
+
}, {
|
|
26768
|
+
label: webgl.specialEffects,
|
|
26769
|
+
isOpen: false,
|
|
26770
|
+
children: [{
|
|
26771
|
+
label: webgl.weatherEffect,
|
|
26772
|
+
icon: client_icons_vue_.IconWeatherEffect,
|
|
26773
|
+
value: "Kq3dWeatherEffect"
|
|
26774
|
+
}, {
|
|
26775
|
+
label: webgl.particleEffect,
|
|
26776
|
+
icon: client_icons_vue_.IconParticleEffect,
|
|
26777
|
+
value: "Kq3dParticleEffect"
|
|
26778
|
+
}, {
|
|
26779
|
+
label: webgl.scanningTitle,
|
|
26780
|
+
icon: client_icons_vue_.IconScanningLine,
|
|
26781
|
+
value: "Kq3dScanEffect"
|
|
26782
|
+
}]
|
|
26783
|
+
}, {
|
|
26784
|
+
label: webgl.scene,
|
|
26785
|
+
isOpen: false,
|
|
26786
|
+
children: [{
|
|
26787
|
+
label: webgl.sceneSet,
|
|
26788
|
+
icon: client_icons_vue_.IconSceneSettings,
|
|
26789
|
+
value: "Kq3dSceneSet"
|
|
26790
|
+
}, {
|
|
26791
|
+
label: webgl.light,
|
|
26792
|
+
icon: client_icons_vue_.IconLighting,
|
|
26793
|
+
value: "Kq3dLight"
|
|
26794
|
+
}, {
|
|
26795
|
+
label: webgl.videoFusion,
|
|
26796
|
+
icon: client_icons_vue_.IconVideoFusion,
|
|
26797
|
+
value: "Kq3dVideoFusion"
|
|
26798
|
+
}, {
|
|
26799
|
+
label: webgl.videoProject,
|
|
26800
|
+
icon: client_icons_vue_.IconVideoProjection,
|
|
26801
|
+
value: "Kq3dVideoProject"
|
|
26802
|
+
}]
|
|
26803
|
+
}, {
|
|
26804
|
+
label: common.dynamicPlottingTitle,
|
|
26805
|
+
isOpen: false,
|
|
26806
|
+
children: [{
|
|
26807
|
+
label: common.dynamicPlottingTitle,
|
|
26808
|
+
icon: client_icons_vue_.IconPlottingSymbolManage,
|
|
26809
|
+
value: "dynamicplotting"
|
|
26810
|
+
}]
|
|
26811
|
+
}, {
|
|
26812
|
+
label: webgl.visualization,
|
|
26813
|
+
isOpen: false,
|
|
26814
|
+
children: [{
|
|
26815
|
+
label: webgl.heatmapTitle,
|
|
26816
|
+
icon: client_icons_vue_.IconHeatMap3D,
|
|
26817
|
+
value: "Kq3dHeatmap"
|
|
26818
|
+
}]
|
|
26819
|
+
}, {
|
|
26820
|
+
label: common.seaChart,
|
|
26821
|
+
isOpen: false,
|
|
26822
|
+
children: [{
|
|
26823
|
+
label: common.chartset,
|
|
26824
|
+
icon: client_icons_vue_.IconSeaChartSet,
|
|
26825
|
+
value: "KqChartSet"
|
|
26826
|
+
}]
|
|
26827
|
+
}];
|
|
26828
|
+
};
|
|
26829
|
+
/* harmony default export */ var tool_box = (getTooBox);
|
|
26830
|
+
;// 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
|
|
26589
26831
|
|
|
26590
26832
|
const AppToolBoxvue_type_script_setup_true_lang_js_hoisted_1 = {
|
|
26591
26833
|
class: "tool-box-wrapper-3d"
|
|
@@ -26603,23 +26845,32 @@ const AppToolBoxvue_type_script_setup_true_lang_js_hoisted_3 = {
|
|
|
26603
26845
|
|
|
26604
26846
|
|
|
26605
26847
|
|
|
26848
|
+
|
|
26606
26849
|
const __default__ = {
|
|
26607
26850
|
name: "AppToolBox"
|
|
26608
26851
|
};
|
|
26609
|
-
/* harmony default export */ var AppToolBoxvue_type_script_setup_true_lang_js = (
|
|
26852
|
+
/* harmony default export */ var AppToolBoxvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
26610
26853
|
props: {
|
|
26611
26854
|
viewId: String
|
|
26612
26855
|
},
|
|
26856
|
+
emits: ["collapse", "openPrint"],
|
|
26613
26857
|
setup(__props, {
|
|
26614
|
-
expose: __expose
|
|
26858
|
+
expose: __expose,
|
|
26859
|
+
emit
|
|
26615
26860
|
}) {
|
|
26616
26861
|
const props = __props;
|
|
26617
26862
|
const {
|
|
26618
26863
|
proxy
|
|
26619
26864
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
26620
26865
|
const isShowKqToolbox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
26621
|
-
|
|
26622
|
-
|
|
26866
|
+
// 监听toolbox 展开收起
|
|
26867
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => isShowKqToolbox.value, (newVal, oldVal) => {
|
|
26868
|
+
if (newVal) {
|
|
26869
|
+
emit("collapse", false);
|
|
26870
|
+
} else {
|
|
26871
|
+
emit("collapse", true);
|
|
26872
|
+
}
|
|
26873
|
+
});
|
|
26623
26874
|
// 获取国际化文字信息
|
|
26624
26875
|
let {
|
|
26625
26876
|
t
|
|
@@ -26628,167 +26879,9 @@ const __default__ = {
|
|
|
26628
26879
|
let language = proxy.$i18n.global.messages[langLocal];
|
|
26629
26880
|
const props_params = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.inject)("props_params");
|
|
26630
26881
|
const portalPublicUrl = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.inject)("portalPublicUrl");
|
|
26631
|
-
const mapTarget = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("mainMap");
|
|
26632
|
-
let screenshotRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
26633
|
-
let webPrintRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
26634
|
-
let isShowKqToolCommon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
26635
26882
|
let isView = true;
|
|
26636
|
-
|
|
26637
|
-
let
|
|
26638
|
-
appContext
|
|
26639
|
-
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
26640
|
-
let toolsList3d = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([{
|
|
26641
|
-
label: language.webgl.analysis3D,
|
|
26642
|
-
isOpen: false,
|
|
26643
|
-
children: [{
|
|
26644
|
-
label: language.webgl.sightlineAnalysis,
|
|
26645
|
-
icon: client_icons_vue_.IconSightlineAnalysis,
|
|
26646
|
-
value: "Kq3dSightlineAnalysis"
|
|
26647
|
-
}, {
|
|
26648
|
-
label: language.webgl.viewshedAnalysis,
|
|
26649
|
-
icon: client_icons_vue_.IconViewshedAnalysis,
|
|
26650
|
-
value: "Kq3dViewshedAnalysis"
|
|
26651
|
-
}, {
|
|
26652
|
-
label: language.webgl.shadowAnalysis,
|
|
26653
|
-
icon: client_icons_vue_.IconShadowAnalysis,
|
|
26654
|
-
value: "Kq3dShadowAnalysis"
|
|
26655
|
-
}, {
|
|
26656
|
-
label: language.webgl.modelProfileAnalysis,
|
|
26657
|
-
icon: client_icons_vue_.IconProfileAnalysis,
|
|
26658
|
-
value: "Kq3dModelProfileAnalysis"
|
|
26659
|
-
}, {
|
|
26660
|
-
label: language.webgl.skylineAnalysis,
|
|
26661
|
-
icon: client_icons_vue_.IconSkylineAnalysis,
|
|
26662
|
-
value: "Kq3dSkylineAnalysis"
|
|
26663
|
-
}, {
|
|
26664
|
-
label: language.webgl.limitHeightAnalysis,
|
|
26665
|
-
icon: client_icons_vue_.IconHeightLimitAnalysis,
|
|
26666
|
-
value: "Kq3dLimitHeightAnalysis"
|
|
26667
|
-
}, {
|
|
26668
|
-
label: language.webgl.floodModel + language.webgl.floodAnalysis1,
|
|
26669
|
-
icon: client_icons_vue_.IconFloodAnalysis,
|
|
26670
|
-
value: "ModelFloodAnalysis"
|
|
26671
|
-
}, {
|
|
26672
|
-
label: language.webgl.geologyBodyAnalysis,
|
|
26673
|
-
icon: client_icons_vue_.IconGeologicalAnalysis,
|
|
26674
|
-
value: "Kq3dGeologicalBodyAnalysis"
|
|
26675
|
-
}, {
|
|
26676
|
-
label: language.webgl.modelFilterPick,
|
|
26677
|
-
icon: client_icons_vue_.IconModelFiltering,
|
|
26678
|
-
value: "Kq3dModelFilter"
|
|
26679
|
-
}, {
|
|
26680
|
-
label: language.webgl.wireFrameSketch,
|
|
26681
|
-
icon: client_icons_vue_.IconWireframeSketch,
|
|
26682
|
-
value: "Kq3dWireframeSketch"
|
|
26683
|
-
}]
|
|
26684
|
-
}, {
|
|
26685
|
-
label: language.webgl.terrainAnalysis,
|
|
26686
|
-
isOpen: false,
|
|
26687
|
-
children: [{
|
|
26688
|
-
label: language.webgl.terrainOperation,
|
|
26689
|
-
icon: client_icons_vue_.IconTerrainOperation,
|
|
26690
|
-
value: "Kq3dTerrainOperation"
|
|
26691
|
-
}, {
|
|
26692
|
-
label: language.webgl.excavateFillAnalysis,
|
|
26693
|
-
icon: client_icons_vue_.IconExcavateFillAnalysis,
|
|
26694
|
-
value: "Kq3dExcavateFillAnalysis"
|
|
26695
|
-
}, {
|
|
26696
|
-
label: language.webgl.slopeAnalysis,
|
|
26697
|
-
icon: client_icons_vue_.IconSlopeAnalysis,
|
|
26698
|
-
value: "Kq3dSlopeAnalysis"
|
|
26699
|
-
}, {
|
|
26700
|
-
label: language.webgl.aspectAnalysis,
|
|
26701
|
-
icon: client_icons_vue_.IconAspectAnalysis,
|
|
26702
|
-
value: "Kq3dAspectAnalysis"
|
|
26703
|
-
}, {
|
|
26704
|
-
label: language.webgl.isolineAnalysis,
|
|
26705
|
-
icon: client_icons_vue_.IconIsolineAnalysis,
|
|
26706
|
-
value: "Kq3dIsolineAnalysis"
|
|
26707
|
-
}, {
|
|
26708
|
-
label: language.webgl.floodTerrain + language.webgl.floodAnalysis1,
|
|
26709
|
-
icon: client_icons_vue_.IconFloodAnalysis,
|
|
26710
|
-
value: "TerrainFloodAnalysis"
|
|
26711
|
-
}, {
|
|
26712
|
-
label: language.webgl.terrainProfileName,
|
|
26713
|
-
icon: client_icons_vue_.IconProfileAnalysis,
|
|
26714
|
-
value: "Kq3dTerrainProfileAnalysis"
|
|
26715
|
-
}]
|
|
26716
|
-
}, {
|
|
26717
|
-
label: language.webgl.clipAnalysis,
|
|
26718
|
-
isOpen: false,
|
|
26719
|
-
children: [{
|
|
26720
|
-
label: language.webgl.boxClip,
|
|
26721
|
-
icon: client_icons_vue_.IconBoxClip,
|
|
26722
|
-
value: "Kq3dBoxClip"
|
|
26723
|
-
}, {
|
|
26724
|
-
label: language.webgl.planeClip,
|
|
26725
|
-
icon: client_icons_vue_.IconPlaneClip,
|
|
26726
|
-
value: "Kq3dPlaneClip"
|
|
26727
|
-
}]
|
|
26728
|
-
}, {
|
|
26729
|
-
label: language.webgl.specialEffects,
|
|
26730
|
-
isOpen: false,
|
|
26731
|
-
children: [{
|
|
26732
|
-
label: language.webgl.weatherEffect,
|
|
26733
|
-
icon: client_icons_vue_.IconWeatherEffect,
|
|
26734
|
-
value: "Kq3dWeatherEffect"
|
|
26735
|
-
}, {
|
|
26736
|
-
label: language.webgl.particleEffect,
|
|
26737
|
-
icon: client_icons_vue_.IconParticleEffect,
|
|
26738
|
-
value: "Kq3dParticleEffect"
|
|
26739
|
-
}, {
|
|
26740
|
-
label: language.webgl.scanningTitle,
|
|
26741
|
-
icon: client_icons_vue_.IconScanningLine,
|
|
26742
|
-
value: "Kq3dScanEffect"
|
|
26743
|
-
}]
|
|
26744
|
-
}, {
|
|
26745
|
-
label: language.webgl.scene,
|
|
26746
|
-
isOpen: false,
|
|
26747
|
-
children: [{
|
|
26748
|
-
label: language.webgl.sceneSet,
|
|
26749
|
-
icon: client_icons_vue_.IconSceneSettings,
|
|
26750
|
-
value: "Kq3dSceneSet"
|
|
26751
|
-
}, {
|
|
26752
|
-
label: language.webgl.light,
|
|
26753
|
-
icon: client_icons_vue_.IconLighting,
|
|
26754
|
-
value: "Kq3dLight"
|
|
26755
|
-
}, {
|
|
26756
|
-
label: language.webgl.videoFusion,
|
|
26757
|
-
icon: client_icons_vue_.IconVideoFusion,
|
|
26758
|
-
value: "Kq3dVideoFusion"
|
|
26759
|
-
}, {
|
|
26760
|
-
label: language.webgl.videoProject,
|
|
26761
|
-
icon: client_icons_vue_.IconVideoProjection,
|
|
26762
|
-
value: "Kq3dVideoProject"
|
|
26763
|
-
}]
|
|
26764
|
-
}, {
|
|
26765
|
-
label: language.common.dynamicPlottingTitle,
|
|
26766
|
-
isOpen: false,
|
|
26767
|
-
children: [{
|
|
26768
|
-
label: language.common.dynamicPlottingTitle,
|
|
26769
|
-
icon: client_icons_vue_.IconPlottingSymbolManage,
|
|
26770
|
-
value: "dynamicplotting",
|
|
26771
|
-
disabled: true
|
|
26772
|
-
}]
|
|
26773
|
-
}, {
|
|
26774
|
-
label: language.webgl.visualization,
|
|
26775
|
-
isOpen: false,
|
|
26776
|
-
children: [{
|
|
26777
|
-
label: language.webgl.heatmapTitle,
|
|
26778
|
-
icon: client_icons_vue_.IconHeatMap3D,
|
|
26779
|
-
value: "Kq3dHeatmap"
|
|
26780
|
-
}]
|
|
26781
|
-
}, {
|
|
26782
|
-
label: language.common.seaChart,
|
|
26783
|
-
isOpen: false,
|
|
26784
|
-
children: [{
|
|
26785
|
-
label: language.common.chartset,
|
|
26786
|
-
icon: client_icons_vue_.IconSeaChartSet,
|
|
26787
|
-
value: "KqChartSet",
|
|
26788
|
-
disabled: true
|
|
26789
|
-
}]
|
|
26790
|
-
}]);
|
|
26791
|
-
|
|
26883
|
+
// 工具箱数据
|
|
26884
|
+
let toolsList3d = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(tool_box(language));
|
|
26792
26885
|
// toolbox 选择事件
|
|
26793
26886
|
const toolboxSelect = value => {
|
|
26794
26887
|
switch (value) {
|
|
@@ -26940,34 +27033,21 @@ const __default__ = {
|
|
|
26940
27033
|
const ctrlToolBoxShow = () => {
|
|
26941
27034
|
isShowKqToolbox.value = !isShowKqToolbox.value;
|
|
26942
27035
|
};
|
|
26943
|
-
|
|
26944
|
-
|
|
26945
|
-
|
|
26946
|
-
let
|
|
26947
|
-
|
|
26948
|
-
|
|
26949
|
-
|
|
26950
|
-
|
|
27036
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {});
|
|
27037
|
+
const filter = hideValues => {
|
|
27038
|
+
const data = tool_box(language);
|
|
27039
|
+
for (let i = 0; i < data.length; i++) {
|
|
27040
|
+
if (!data[i].children) continue;
|
|
27041
|
+
for (let z = data[i].children.length - 1; z >= 0; z--) {
|
|
27042
|
+
if (hideValues.indexOf(data[i].children[z].value.toLowerCase()) > -1) {
|
|
27043
|
+
data[i].children.splice(z, 1);
|
|
27044
|
+
}
|
|
26951
27045
|
}
|
|
26952
27046
|
}
|
|
26953
|
-
|
|
27047
|
+
toolsList3d.value = data;
|
|
26954
27048
|
};
|
|
26955
|
-
|
|
26956
|
-
// 禁用或启用功能菜单
|
|
26957
|
-
const disabledMenu = (name, disabled) => {
|
|
26958
|
-
toolsList3d.forEach(tool => {
|
|
26959
|
-
if (tool.children) {
|
|
26960
|
-
tool.children.forEach(child => {
|
|
26961
|
-
if (child.label === name) {
|
|
26962
|
-
child.disabled = disabled;
|
|
26963
|
-
}
|
|
26964
|
-
});
|
|
26965
|
-
}
|
|
26966
|
-
});
|
|
26967
|
-
};
|
|
26968
|
-
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {});
|
|
26969
27049
|
__expose({
|
|
26970
|
-
|
|
27050
|
+
filter
|
|
26971
27051
|
});
|
|
26972
27052
|
return (_ctx, _cache) => {
|
|
26973
27053
|
const _component_kq_tool_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-tool-box");
|
|
@@ -27006,23 +27086,23 @@ const __default__ = {
|
|
|
27006
27086
|
}));
|
|
27007
27087
|
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppToolBox.vue?vue&type=script&setup=true&lang=js
|
|
27008
27088
|
|
|
27009
|
-
// 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=
|
|
27010
|
-
var
|
|
27011
|
-
;// 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=
|
|
27089
|
+
// 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
|
|
27090
|
+
var AppToolBoxvue_type_style_index_0_id_311cc590_lang_scss = __webpack_require__(5109);
|
|
27091
|
+
;// 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
|
|
27012
27092
|
|
|
27013
27093
|
|
|
27014
27094
|
|
|
27015
|
-
var
|
|
27095
|
+
var AppToolBoxvue_type_style_index_0_id_311cc590_lang_scss_options = {};
|
|
27016
27096
|
|
|
27017
|
-
|
|
27018
|
-
|
|
27097
|
+
AppToolBoxvue_type_style_index_0_id_311cc590_lang_scss_options.insert = "head";
|
|
27098
|
+
AppToolBoxvue_type_style_index_0_id_311cc590_lang_scss_options.singleton = false;
|
|
27019
27099
|
|
|
27020
|
-
var
|
|
27100
|
+
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);
|
|
27021
27101
|
|
|
27022
27102
|
|
|
27023
27103
|
|
|
27024
|
-
/* harmony default export */ var
|
|
27025
|
-
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppToolBox.vue?vue&type=style&index=0&id=
|
|
27104
|
+
/* 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 || {});
|
|
27105
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppToolBox.vue?vue&type=style&index=0&id=311cc590&lang=scss
|
|
27026
27106
|
|
|
27027
27107
|
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppToolBox.vue
|
|
27028
27108
|
|
|
@@ -27033,6 +27113,88 @@ var AppToolBoxvue_type_style_index_0_id_7d73c0da_lang_scss_update = injectStyles
|
|
|
27033
27113
|
const AppToolBox_exports_ = AppToolBoxvue_type_script_setup_true_lang_js;
|
|
27034
27114
|
|
|
27035
27115
|
/* harmony default export */ var AppToolBox = (AppToolBox_exports_);
|
|
27116
|
+
;// 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
|
|
27117
|
+
|
|
27118
|
+
|
|
27119
|
+
|
|
27120
|
+
|
|
27121
|
+
/* harmony default export */ var AppClientPrintvue_type_script_setup_true_lang_js = ({
|
|
27122
|
+
__name: 'AppClientPrint',
|
|
27123
|
+
props: {
|
|
27124
|
+
mapTarget: String
|
|
27125
|
+
},
|
|
27126
|
+
emits: ["close"],
|
|
27127
|
+
setup(__props, {
|
|
27128
|
+
emit
|
|
27129
|
+
}) {
|
|
27130
|
+
const props = __props;
|
|
27131
|
+
let print_ref = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
27132
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
27133
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {});
|
|
27134
|
+
});
|
|
27135
|
+
function onBack() {
|
|
27136
|
+
emit("close");
|
|
27137
|
+
}
|
|
27138
|
+
return (_ctx, _cache) => {
|
|
27139
|
+
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
27140
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
27141
|
+
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), {
|
|
27142
|
+
mapTarget: props.mapTarget,
|
|
27143
|
+
ref_key: "print_ref",
|
|
27144
|
+
ref: print_ref,
|
|
27145
|
+
style: {
|
|
27146
|
+
"z-index": "1001"
|
|
27147
|
+
}
|
|
27148
|
+
}, null, 8 /* PROPS */, ["mapTarget"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
27149
|
+
circle: "",
|
|
27150
|
+
title: _ctx.$t('leaflet.Return'),
|
|
27151
|
+
class: "print3-close-button",
|
|
27152
|
+
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)({
|
|
27153
|
+
top: _ctx.top && typeof _ctx.top === 'number' ? `${_ctx.top + 16}px` : '16px'
|
|
27154
|
+
}),
|
|
27155
|
+
onClick: _cache[0] || (_cache[0] = $event => onBack())
|
|
27156
|
+
}, {
|
|
27157
|
+
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, {
|
|
27158
|
+
size: 26
|
|
27159
|
+
}, {
|
|
27160
|
+
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))]),
|
|
27161
|
+
_: 1 /* STABLE */
|
|
27162
|
+
})]),
|
|
27163
|
+
_: 1 /* STABLE */
|
|
27164
|
+
}, 8 /* PROPS */, ["title", "style"])], 64 /* STABLE_FRAGMENT */);
|
|
27165
|
+
};
|
|
27166
|
+
}
|
|
27167
|
+
});
|
|
27168
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppClientPrint.vue?vue&type=script&setup=true&lang=js
|
|
27169
|
+
|
|
27170
|
+
// 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
|
|
27171
|
+
var AppClientPrintvue_type_style_index_0_id_061f2d10_scoped_true_lang_css = __webpack_require__(1939);
|
|
27172
|
+
;// 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
|
|
27173
|
+
|
|
27174
|
+
|
|
27175
|
+
|
|
27176
|
+
var AppClientPrintvue_type_style_index_0_id_061f2d10_scoped_true_lang_css_options = {};
|
|
27177
|
+
|
|
27178
|
+
AppClientPrintvue_type_style_index_0_id_061f2d10_scoped_true_lang_css_options.insert = "head";
|
|
27179
|
+
AppClientPrintvue_type_style_index_0_id_061f2d10_scoped_true_lang_css_options.singleton = false;
|
|
27180
|
+
|
|
27181
|
+
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);
|
|
27182
|
+
|
|
27183
|
+
|
|
27184
|
+
|
|
27185
|
+
/* 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 || {});
|
|
27186
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppClientPrint.vue?vue&type=style&index=0&id=061f2d10&scoped=true&lang=css
|
|
27187
|
+
|
|
27188
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneapp/components/AppClientPrint.vue
|
|
27189
|
+
|
|
27190
|
+
|
|
27191
|
+
|
|
27192
|
+
;
|
|
27193
|
+
|
|
27194
|
+
|
|
27195
|
+
const AppClientPrint_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(AppClientPrintvue_type_script_setup_true_lang_js, [['__scopeId',"data-v-061f2d10"]])
|
|
27196
|
+
|
|
27197
|
+
/* harmony default export */ var AppClientPrint = (AppClientPrint_exports_);
|
|
27036
27198
|
;// CONCATENATED MODULE: ./src/webgl/sceneapp/geojson/icons.js
|
|
27037
27199
|
/*
|
|
27038
27200
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
@@ -27216,12 +27378,15 @@ const getPolygonStyle = function (layerStyle) {
|
|
|
27216
27378
|
|
|
27217
27379
|
|
|
27218
27380
|
|
|
27381
|
+
|
|
27382
|
+
|
|
27383
|
+
|
|
27219
27384
|
// 属性
|
|
27220
27385
|
|
|
27221
27386
|
const SceneAppvue_type_script_setup_true_lang_js_default_ = {
|
|
27222
27387
|
name: "KqSceneApp"
|
|
27223
27388
|
};
|
|
27224
|
-
/* harmony default export */ var SceneAppvue_type_script_setup_true_lang_js = (
|
|
27389
|
+
/* harmony default export */ var SceneAppvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(SceneAppvue_type_script_setup_true_lang_js_default_, {
|
|
27225
27390
|
props: {
|
|
27226
27391
|
portalUrl: String,
|
|
27227
27392
|
portalId: String,
|
|
@@ -27233,7 +27398,9 @@ const SceneAppvue_type_script_setup_true_lang_js_default_ = {
|
|
|
27233
27398
|
}
|
|
27234
27399
|
}
|
|
27235
27400
|
},
|
|
27236
|
-
setup(__props
|
|
27401
|
+
setup(__props, {
|
|
27402
|
+
expose: __expose
|
|
27403
|
+
}) {
|
|
27237
27404
|
const props = __props;
|
|
27238
27405
|
let isShowToolBox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
27239
27406
|
let isShowScene = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
@@ -27253,9 +27420,24 @@ const SceneAppvue_type_script_setup_true_lang_js_default_ = {
|
|
|
27253
27420
|
global_event_default().setDefaultMapInfo(props.target, "cesium");
|
|
27254
27421
|
let props_params = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
27255
27422
|
let portalPublicUrl = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
27423
|
+
const showPrint = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
27424
|
+
// 工具按钮
|
|
27256
27425
|
let components = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
27426
|
+
let components_default = ["kqlayertree", "kqbookmark", "kqlabel"];
|
|
27427
|
+
let compCollection = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([{
|
|
27428
|
+
component: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client3d_webgl_vue_.Kq3dMeasure),
|
|
27429
|
+
props: {
|
|
27430
|
+
showShadow: true,
|
|
27431
|
+
showHeaderTemp: true,
|
|
27432
|
+
isCollapseHeaderTemp: true
|
|
27433
|
+
}
|
|
27434
|
+
}]);
|
|
27435
|
+
// 获取全局接口地址
|
|
27257
27436
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.provide)("props_params", props_params);
|
|
27258
27437
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.provide)("portalPublicUrl", portalPublicUrl);
|
|
27438
|
+
// 工具箱实例
|
|
27439
|
+
let toolBoxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
27440
|
+
// 初始化方法
|
|
27259
27441
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeMount)(async () => {
|
|
27260
27442
|
if (!props.portalId || props.portalId === "") {
|
|
27261
27443
|
isShowScene.value = true;
|
|
@@ -27263,6 +27445,14 @@ const SceneAppvue_type_script_setup_true_lang_js_default_ = {
|
|
|
27263
27445
|
await loadResourceInfo(props);
|
|
27264
27446
|
}
|
|
27265
27447
|
});
|
|
27448
|
+
// 关闭打印
|
|
27449
|
+
const closePrint = () => {
|
|
27450
|
+
showPrint.value = false;
|
|
27451
|
+
};
|
|
27452
|
+
// 打开打印
|
|
27453
|
+
const openPrint = () => {
|
|
27454
|
+
showPrint.value = true;
|
|
27455
|
+
};
|
|
27266
27456
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {});
|
|
27267
27457
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
27268
27458
|
global_event_default().destroy();
|
|
@@ -27436,7 +27626,6 @@ const SceneAppvue_type_script_setup_true_lang_js_default_ = {
|
|
|
27436
27626
|
vm._layerManager.setLayerVisibleStateByIds([layerData.guid], false);
|
|
27437
27627
|
}
|
|
27438
27628
|
}
|
|
27439
|
-
// ref_toolbox.value.ctrlChildenShow(vm._layerManager._layerListData);
|
|
27440
27629
|
// geojson数据条件过滤
|
|
27441
27630
|
if (layerData.addType == "geojson" && layerData.filters) {
|
|
27442
27631
|
if (promise) {
|
|
@@ -27566,30 +27755,38 @@ const SceneAppvue_type_script_setup_true_lang_js_default_ = {
|
|
|
27566
27755
|
}
|
|
27567
27756
|
}
|
|
27568
27757
|
// 显示工具按钮
|
|
27569
|
-
function showToolBar() {
|
|
27570
|
-
|
|
27571
|
-
|
|
27572
|
-
|
|
27573
|
-
|
|
27574
|
-
|
|
27575
|
-
|
|
27576
|
-
|
|
27758
|
+
function showToolBar(names) {
|
|
27759
|
+
if (names) components_default = names;
|
|
27760
|
+
const ops = [];
|
|
27761
|
+
if (components_default && components_default.indexOf("kqlayertree") > -1 || !components_default) {
|
|
27762
|
+
ops.push({
|
|
27763
|
+
component: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_common_vue_.KqLayerTree),
|
|
27764
|
+
props: {
|
|
27765
|
+
mapTarget: props.target,
|
|
27766
|
+
showHeaderTemp: true
|
|
27767
|
+
},
|
|
27768
|
+
methods: data => {}
|
|
27769
|
+
});
|
|
27770
|
+
}
|
|
27771
|
+
if (components_default && components_default.indexOf("kqbookmark") > -1 || !components_default) {
|
|
27772
|
+
ops.push({
|
|
27773
|
+
component: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_common_vue_.KqBookmark),
|
|
27774
|
+
props: {
|
|
27775
|
+
showHeaderTemp: true,
|
|
27776
|
+
isCollapseHeaderTemp: true
|
|
27577
27777
|
}
|
|
27578
|
-
}
|
|
27579
|
-
|
|
27580
|
-
|
|
27581
|
-
|
|
27582
|
-
|
|
27583
|
-
|
|
27584
|
-
|
|
27585
|
-
|
|
27586
|
-
|
|
27587
|
-
|
|
27588
|
-
|
|
27589
|
-
|
|
27590
|
-
isCollapseHeaderTemp: true
|
|
27591
|
-
}
|
|
27592
|
-
}];
|
|
27778
|
+
});
|
|
27779
|
+
}
|
|
27780
|
+
if (components_default && components_default.indexOf("kqlabel") > -1 || !components_default) {
|
|
27781
|
+
ops.push({
|
|
27782
|
+
component: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.markRaw)(client_common_vue_.KqLabel),
|
|
27783
|
+
props: {
|
|
27784
|
+
showHeaderTemp: true,
|
|
27785
|
+
isCollapseHeaderTemp: true
|
|
27786
|
+
}
|
|
27787
|
+
});
|
|
27788
|
+
}
|
|
27789
|
+
components.value = ops;
|
|
27593
27790
|
}
|
|
27594
27791
|
// 多窗口对比
|
|
27595
27792
|
const contrast = isContrast => {
|
|
@@ -27599,11 +27796,74 @@ const SceneAppvue_type_script_setup_true_lang_js_default_ = {
|
|
|
27599
27796
|
isShowToolBox.value = true;
|
|
27600
27797
|
}
|
|
27601
27798
|
};
|
|
27799
|
+
const filterBoxData = hideValues => {
|
|
27800
|
+
toolBoxRef.value.filter(hideValues);
|
|
27801
|
+
};
|
|
27802
|
+
const updateProps = () => {
|
|
27803
|
+
components.value.forEach(p => {
|
|
27804
|
+
p.props.isCollapseHeaderTemp = false;
|
|
27805
|
+
});
|
|
27806
|
+
};
|
|
27807
|
+
|
|
27808
|
+
// 监听toolbox的收起展开
|
|
27809
|
+
const hideToolBoxFn = isHide => {
|
|
27810
|
+
if (isHide) {
|
|
27811
|
+
baseWindowMove(16, ".baseWindow_box_custom");
|
|
27812
|
+
} else {
|
|
27813
|
+
baseWindowMove(380, ".baseWindow_box_custom");
|
|
27814
|
+
}
|
|
27815
|
+
};
|
|
27816
|
+
function baseWindowMove(targetPosition, dom) {
|
|
27817
|
+
if (!dom) {
|
|
27818
|
+
dom = ".kq-base-window--box";
|
|
27819
|
+
}
|
|
27820
|
+
let timer = null;
|
|
27821
|
+
const _fn = (target, targetPosition) => {
|
|
27822
|
+
clearInterval(timer);
|
|
27823
|
+
var speed = 0;
|
|
27824
|
+
if (targetPosition == 16) {
|
|
27825
|
+
speed = -16;
|
|
27826
|
+
} else {
|
|
27827
|
+
speed = 16;
|
|
27828
|
+
}
|
|
27829
|
+
timer = setInterval(function () {
|
|
27830
|
+
let _right = Number(target.style.right.split("px")[0]);
|
|
27831
|
+
if (targetPosition == 16) {
|
|
27832
|
+
speed = (speed - _right) / 24;
|
|
27833
|
+
} else {
|
|
27834
|
+
speed = (speed + _right) / 16;
|
|
27835
|
+
}
|
|
27836
|
+
if (_right >= targetPosition && targetPosition == 380) {
|
|
27837
|
+
speed = 0;
|
|
27838
|
+
target.style.right = "380px";
|
|
27839
|
+
clearInterval(timer);
|
|
27840
|
+
} else if (_right <= targetPosition && targetPosition == 16) {
|
|
27841
|
+
speed = 0;
|
|
27842
|
+
target.style.right = "16px";
|
|
27843
|
+
clearInterval(timer);
|
|
27844
|
+
} else {
|
|
27845
|
+
target.style.right = _right + speed + "px";
|
|
27846
|
+
}
|
|
27847
|
+
}, 3.5);
|
|
27848
|
+
};
|
|
27849
|
+
let _baseWindows = document.querySelectorAll(dom);
|
|
27850
|
+
if (_baseWindows && _baseWindows.length) {
|
|
27851
|
+
_baseWindows.forEach(ele => {
|
|
27852
|
+
(ele => {
|
|
27853
|
+
_fn(ele, targetPosition);
|
|
27854
|
+
})(ele);
|
|
27855
|
+
});
|
|
27856
|
+
}
|
|
27857
|
+
}
|
|
27602
27858
|
function setResourceInfo(params) {}
|
|
27859
|
+
__expose({
|
|
27860
|
+
showToolBar,
|
|
27861
|
+
filterBoxData,
|
|
27862
|
+
updateProps
|
|
27863
|
+
});
|
|
27603
27864
|
return (_ctx, _cache) => {
|
|
27604
|
-
const _component_kq_tool_collection = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-tool-collection");
|
|
27605
27865
|
const _component_kq_scene_view = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-scene-view");
|
|
27606
|
-
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, {
|
|
27866
|
+
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, {
|
|
27607
27867
|
key: 0,
|
|
27608
27868
|
ref_key: "sceneAppView",
|
|
27609
27869
|
ref: sceneAppView,
|
|
@@ -27612,19 +27872,34 @@ const SceneAppvue_type_script_setup_true_lang_js_default_ = {
|
|
|
27612
27872
|
scenceInfo: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(scenceInfo),
|
|
27613
27873
|
toolButtonsPosition: "bottom-right"
|
|
27614
27874
|
}, {
|
|
27615
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(
|
|
27875
|
+
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), {
|
|
27616
27876
|
position: "topLeft",
|
|
27617
27877
|
mode: "horizontal",
|
|
27618
27878
|
components: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(components)
|
|
27879
|
+
}, 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), {
|
|
27880
|
+
class: "map-measure",
|
|
27881
|
+
components: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(compCollection),
|
|
27882
|
+
position: {
|
|
27883
|
+
bottom: 130,
|
|
27884
|
+
right: 16
|
|
27885
|
+
}
|
|
27619
27886
|
}, 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), {
|
|
27620
27887
|
ref: "toolBarRef",
|
|
27621
27888
|
onContrast: contrast,
|
|
27622
27889
|
viewId: sceneViewId
|
|
27623
27890
|
}, 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), {
|
|
27624
|
-
|
|
27625
|
-
|
|
27891
|
+
ref_key: "toolBoxRef",
|
|
27892
|
+
ref: toolBoxRef,
|
|
27893
|
+
viewId: sceneViewId,
|
|
27894
|
+
target: props.target,
|
|
27895
|
+
onOpenPrint: openPrint,
|
|
27896
|
+
onCollapse: hideToolBoxFn
|
|
27897
|
+
}, 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)]])]),
|
|
27626
27898
|
_: 1 /* STABLE */
|
|
27627
|
-
}, 8 /* PROPS */, ["target", "scenceInfo"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)
|
|
27899
|
+
}, 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), {
|
|
27900
|
+
key: 1,
|
|
27901
|
+
onClose: closePrint
|
|
27902
|
+
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 64 /* STABLE_FRAGMENT */);
|
|
27628
27903
|
};
|
|
27629
27904
|
}
|
|
27630
27905
|
}));
|
|
@@ -27652,7 +27927,7 @@ SceneApp.install = (Vue, opts) => {
|
|
|
27652
27927
|
|
|
27653
27928
|
/***/ }),
|
|
27654
27929
|
|
|
27655
|
-
/***/
|
|
27930
|
+
/***/ 2656:
|
|
27656
27931
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
27657
27932
|
|
|
27658
27933
|
"use strict";
|
|
@@ -28089,7 +28364,7 @@ const _hoisted_1 = {
|
|
|
28089
28364
|
const __default__ = {
|
|
28090
28365
|
name: "Kq3dSceneSet"
|
|
28091
28366
|
};
|
|
28092
|
-
/* harmony default export */ var SceneSetvue_type_script_setup_true_lang_js = (
|
|
28367
|
+
/* harmony default export */ var SceneSetvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
28093
28368
|
props: {
|
|
28094
28369
|
// 设置参数
|
|
28095
28370
|
settingParams: {
|
|
@@ -28132,15 +28407,16 @@ const __default__ = {
|
|
|
28132
28407
|
setup(__props, {
|
|
28133
28408
|
expose: __expose
|
|
28134
28409
|
}) {
|
|
28410
|
+
const props = __props;
|
|
28135
28411
|
const {
|
|
28136
28412
|
proxy
|
|
28137
28413
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
28138
28414
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
28139
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
28415
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
28140
28416
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("content");
|
|
28141
28417
|
|
|
28142
28418
|
// 获取组件传参
|
|
28143
|
-
|
|
28419
|
+
|
|
28144
28420
|
// 分析类
|
|
28145
28421
|
let viewModel = null;
|
|
28146
28422
|
// 场景内容参数
|
|
@@ -28644,7 +28920,7 @@ const __default__ = {
|
|
|
28644
28920
|
min: 0,
|
|
28645
28921
|
max: 5,
|
|
28646
28922
|
onInput: _cache[33] || (_cache[33] = $event => paramsChanged('brightness'))
|
|
28647
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
28923
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28648
28924
|
_: 1 /* STABLE */
|
|
28649
28925
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
28650
28926
|
span: 8
|
|
@@ -28657,7 +28933,7 @@ const __default__ = {
|
|
|
28657
28933
|
max: 5,
|
|
28658
28934
|
"controls-position": "right",
|
|
28659
28935
|
onInput: _cache[35] || (_cache[35] = $event => paramsChanged('brightness'))
|
|
28660
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
28936
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28661
28937
|
_: 1 /* STABLE */
|
|
28662
28938
|
})]),
|
|
28663
28939
|
_: 1 /* STABLE */
|
|
@@ -28681,7 +28957,7 @@ const __default__ = {
|
|
|
28681
28957
|
min: 0,
|
|
28682
28958
|
max: 5,
|
|
28683
28959
|
onInput: _cache[37] || (_cache[37] = $event => paramsChanged('contrast'))
|
|
28684
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
28960
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28685
28961
|
_: 1 /* STABLE */
|
|
28686
28962
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
28687
28963
|
span: 8
|
|
@@ -28694,7 +28970,7 @@ const __default__ = {
|
|
|
28694
28970
|
max: 5,
|
|
28695
28971
|
"controls-position": "right",
|
|
28696
28972
|
onInput: _cache[39] || (_cache[39] = $event => paramsChanged('contrast'))
|
|
28697
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
28973
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28698
28974
|
_: 1 /* STABLE */
|
|
28699
28975
|
})]),
|
|
28700
28976
|
_: 1 /* STABLE */
|
|
@@ -28718,7 +28994,7 @@ const __default__ = {
|
|
|
28718
28994
|
min: 0,
|
|
28719
28995
|
max: 5,
|
|
28720
28996
|
onInput: _cache[41] || (_cache[41] = $event => paramsChanged('hue'))
|
|
28721
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
28997
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28722
28998
|
_: 1 /* STABLE */
|
|
28723
28999
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
28724
29000
|
span: 8
|
|
@@ -28731,7 +29007,7 @@ const __default__ = {
|
|
|
28731
29007
|
max: 5,
|
|
28732
29008
|
"controls-position": "right",
|
|
28733
29009
|
onInput: _cache[43] || (_cache[43] = $event => paramsChanged('hue'))
|
|
28734
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29010
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28735
29011
|
_: 1 /* STABLE */
|
|
28736
29012
|
})]),
|
|
28737
29013
|
_: 1 /* STABLE */
|
|
@@ -28755,7 +29031,7 @@ const __default__ = {
|
|
|
28755
29031
|
min: 0,
|
|
28756
29032
|
max: 5,
|
|
28757
29033
|
onInput: _cache[45] || (_cache[45] = $event => paramsChanged('saturation'))
|
|
28758
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29034
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28759
29035
|
_: 1 /* STABLE */
|
|
28760
29036
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
28761
29037
|
span: 8
|
|
@@ -28768,7 +29044,7 @@ const __default__ = {
|
|
|
28768
29044
|
max: 5,
|
|
28769
29045
|
"controls-position": "right",
|
|
28770
29046
|
onInput: _cache[47] || (_cache[47] = $event => paramsChanged('saturation'))
|
|
28771
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29047
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28772
29048
|
_: 1 /* STABLE */
|
|
28773
29049
|
})]),
|
|
28774
29050
|
_: 1 /* STABLE */
|
|
@@ -28858,7 +29134,7 @@ const __default__ = {
|
|
|
28858
29134
|
min: -1,
|
|
28859
29135
|
max: 1,
|
|
28860
29136
|
onInput: _cache[55] || (_cache[55] = $event => paramsChanged('sceneBrightness'))
|
|
28861
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29137
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28862
29138
|
_: 1 /* STABLE */
|
|
28863
29139
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
28864
29140
|
span: 8
|
|
@@ -28871,7 +29147,7 @@ const __default__ = {
|
|
|
28871
29147
|
max: 1,
|
|
28872
29148
|
"controls-position": "right",
|
|
28873
29149
|
onInput: _cache[57] || (_cache[57] = $event => paramsChanged('sceneBrightness'))
|
|
28874
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29150
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28875
29151
|
_: 1 /* STABLE */
|
|
28876
29152
|
})]),
|
|
28877
29153
|
_: 1 /* STABLE */
|
|
@@ -28895,7 +29171,7 @@ const __default__ = {
|
|
|
28895
29171
|
min: 0,
|
|
28896
29172
|
max: 1,
|
|
28897
29173
|
onInput: _cache[59] || (_cache[59] = $event => paramsChanged('threshold'))
|
|
28898
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29174
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28899
29175
|
_: 1 /* STABLE */
|
|
28900
29176
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
28901
29177
|
span: 8
|
|
@@ -28908,7 +29184,7 @@ const __default__ = {
|
|
|
28908
29184
|
max: 1,
|
|
28909
29185
|
"controls-position": "right",
|
|
28910
29186
|
onInput: _cache[61] || (_cache[61] = $event => paramsChanged('threshold'))
|
|
28911
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29187
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28912
29188
|
_: 1 /* STABLE */
|
|
28913
29189
|
})]),
|
|
28914
29190
|
_: 1 /* STABLE */
|
|
@@ -28932,7 +29208,7 @@ const __default__ = {
|
|
|
28932
29208
|
min: 0,
|
|
28933
29209
|
max: 3,
|
|
28934
29210
|
onInput: _cache[63] || (_cache[63] = $event => paramsChanged('strength'))
|
|
28935
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29211
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28936
29212
|
_: 1 /* STABLE */
|
|
28937
29213
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
28938
29214
|
span: 8
|
|
@@ -28945,7 +29221,7 @@ const __default__ = {
|
|
|
28945
29221
|
max: 3,
|
|
28946
29222
|
"controls-position": "right",
|
|
28947
29223
|
onInput: _cache[65] || (_cache[65] = $event => paramsChanged('strength'))
|
|
28948
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29224
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28949
29225
|
_: 1 /* STABLE */
|
|
28950
29226
|
})]),
|
|
28951
29227
|
_: 1 /* STABLE */
|
|
@@ -28969,7 +29245,7 @@ const __default__ = {
|
|
|
28969
29245
|
min: 0,
|
|
28970
29246
|
max: 10,
|
|
28971
29247
|
onInput: _cache[67] || (_cache[67] = $event => paramsChanged('halo'))
|
|
28972
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29248
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28973
29249
|
_: 1 /* STABLE */
|
|
28974
29250
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
28975
29251
|
span: 8
|
|
@@ -28982,7 +29258,7 @@ const __default__ = {
|
|
|
28982
29258
|
max: 10,
|
|
28983
29259
|
"controls-position": "right",
|
|
28984
29260
|
onInput: _cache[69] || (_cache[69] = $event => paramsChanged('halo'))
|
|
28985
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29261
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
28986
29262
|
_: 1 /* STABLE */
|
|
28987
29263
|
})]),
|
|
28988
29264
|
_: 1 /* STABLE */
|
|
@@ -29018,7 +29294,7 @@ const __default__ = {
|
|
|
29018
29294
|
min: 0,
|
|
29019
29295
|
max: 10,
|
|
29020
29296
|
onInput: _cache[71] || (_cache[71] = $event => paramsChanged('exaggerationFactor'))
|
|
29021
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29297
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
29022
29298
|
_: 1 /* STABLE */
|
|
29023
29299
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
29024
29300
|
span: 8
|
|
@@ -29031,7 +29307,7 @@ const __default__ = {
|
|
|
29031
29307
|
max: 10,
|
|
29032
29308
|
"controls-position": "right",
|
|
29033
29309
|
onInput: _cache[73] || (_cache[73] = $event => paramsChanged('exaggerationFactor'))
|
|
29034
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29310
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
29035
29311
|
_: 1 /* STABLE */
|
|
29036
29312
|
})]),
|
|
29037
29313
|
_: 1 /* STABLE */
|
|
@@ -29170,7 +29446,7 @@ const __default__ = {
|
|
|
29170
29446
|
min: 0,
|
|
29171
29447
|
max: 1,
|
|
29172
29448
|
onInput: _cache[85] || (_cache[85] = $event => paramsChanged('transparency'))
|
|
29173
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29449
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
29174
29450
|
_: 1 /* STABLE */
|
|
29175
29451
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
29176
29452
|
span: 8
|
|
@@ -29183,7 +29459,7 @@ const __default__ = {
|
|
|
29183
29459
|
max: 1,
|
|
29184
29460
|
"controls-position": "right",
|
|
29185
29461
|
onInput: _cache[87] || (_cache[87] = $event => paramsChanged('transparency'))
|
|
29186
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29462
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
29187
29463
|
_: 1 /* STABLE */
|
|
29188
29464
|
})]),
|
|
29189
29465
|
_: 1 /* STABLE */
|
|
@@ -29204,9 +29480,9 @@ const __default__ = {
|
|
|
29204
29480
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
29205
29481
|
var injectStylesIntoStyleTag = __webpack_require__(3379);
|
|
29206
29482
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
29207
|
-
// 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=
|
|
29208
|
-
var
|
|
29209
|
-
;// 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=
|
|
29483
|
+
// 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
|
|
29484
|
+
var SceneSetvue_type_style_index_0_id_04c7a426_lang_scss = __webpack_require__(2812);
|
|
29485
|
+
;// 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
|
|
29210
29486
|
|
|
29211
29487
|
|
|
29212
29488
|
|
|
@@ -29215,12 +29491,12 @@ var options = {};
|
|
|
29215
29491
|
options.insert = "head";
|
|
29216
29492
|
options.singleton = false;
|
|
29217
29493
|
|
|
29218
|
-
var update = injectStylesIntoStyleTag_default()(
|
|
29494
|
+
var update = injectStylesIntoStyleTag_default()(SceneSetvue_type_style_index_0_id_04c7a426_lang_scss/* default */.Z, options);
|
|
29219
29495
|
|
|
29220
29496
|
|
|
29221
29497
|
|
|
29222
|
-
/* harmony default export */ var
|
|
29223
|
-
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=
|
|
29498
|
+
/* 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 || {});
|
|
29499
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=04c7a426&lang=scss
|
|
29224
29500
|
|
|
29225
29501
|
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue
|
|
29226
29502
|
|
|
@@ -29398,7 +29674,7 @@ const _hoisted_2 = {
|
|
|
29398
29674
|
const __default__ = {
|
|
29399
29675
|
name: "Kq3dSceneToHDImage"
|
|
29400
29676
|
};
|
|
29401
|
-
/* harmony default export */ var SceneToHDImagevue_type_script_setup_true_lang_js = (
|
|
29677
|
+
/* harmony default export */ var SceneToHDImagevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
29402
29678
|
props: {
|
|
29403
29679
|
// 设置参数
|
|
29404
29680
|
settingParams: {
|
|
@@ -29441,15 +29717,16 @@ const __default__ = {
|
|
|
29441
29717
|
setup(__props, {
|
|
29442
29718
|
expose: __expose
|
|
29443
29719
|
}) {
|
|
29720
|
+
const props = __props;
|
|
29444
29721
|
const {
|
|
29445
29722
|
proxy
|
|
29446
29723
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
29447
29724
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
29448
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
29725
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
29449
29726
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("screenParameter");
|
|
29450
29727
|
|
|
29451
29728
|
// 获取组件传参
|
|
29452
|
-
|
|
29729
|
+
|
|
29453
29730
|
// 分析类
|
|
29454
29731
|
let viewModel = {};
|
|
29455
29732
|
|
|
@@ -29699,7 +29976,7 @@ const __default__ = {
|
|
|
29699
29976
|
min: 0.01,
|
|
29700
29977
|
max: 1,
|
|
29701
29978
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('pantographRatio'))
|
|
29702
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29979
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
29703
29980
|
_: 1 /* STABLE */
|
|
29704
29981
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
29705
29982
|
span: 8
|
|
@@ -29712,7 +29989,7 @@ const __default__ = {
|
|
|
29712
29989
|
max: 1,
|
|
29713
29990
|
"controls-position": "right",
|
|
29714
29991
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('pantographRatio'))
|
|
29715
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
29992
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
29716
29993
|
_: 1 /* STABLE */
|
|
29717
29994
|
})]),
|
|
29718
29995
|
_: 1 /* STABLE */
|
|
@@ -32145,11 +32422,19 @@ class LayerManager {
|
|
|
32145
32422
|
return contain;
|
|
32146
32423
|
}
|
|
32147
32424
|
//获取选中或未选中图层集合
|
|
32148
|
-
getLayerCheckedList(serverType) {
|
|
32425
|
+
getLayerCheckedList(serverType, type) {
|
|
32149
32426
|
let checkedLayers = [];
|
|
32150
|
-
|
|
32151
|
-
|
|
32152
|
-
|
|
32427
|
+
let types = ["KqOpacity", "KqLayerSlider"];
|
|
32428
|
+
this._layerListData.forEach(layerData => {
|
|
32429
|
+
if (layerData.visible && this._isContainValue(serverType, layerData.sourceType)) {
|
|
32430
|
+
if (type && types.includes(type)) {
|
|
32431
|
+
let layer = this.getLayerByGuid(layerData.guid);
|
|
32432
|
+
if (layer instanceof Cesium.ImageryLayer || layer instanceof Cesium.Cesium3DTileset) {
|
|
32433
|
+
checkedLayers.push(layerData);
|
|
32434
|
+
}
|
|
32435
|
+
} else {
|
|
32436
|
+
checkedLayers.push(layerData);
|
|
32437
|
+
}
|
|
32153
32438
|
}
|
|
32154
32439
|
}, this);
|
|
32155
32440
|
return checkedLayers.reverse();
|
|
@@ -32168,9 +32453,16 @@ class LayerManager {
|
|
|
32168
32453
|
/**
|
|
32169
32454
|
* 获取勾选图层的图层数据,如果是有融合图层,则只返回融合图层的子图层
|
|
32170
32455
|
*/
|
|
32171
|
-
|
|
32456
|
+
getLayerDataByLayerChecked1(serverType) {
|
|
32172
32457
|
let layerData = [];
|
|
32173
|
-
|
|
32458
|
+
let layers_checked = [];
|
|
32459
|
+
this._layerListData.forEach(layer => {
|
|
32460
|
+
if (layer.visible && this._isContainValue(serverType, layer.sourceType)) {
|
|
32461
|
+
if (layer.visible && layer.sourceType && this._isContainValue(serverType, layer.sourceType) && layer.sourceType === "kqserver") {
|
|
32462
|
+
layers_checked.push(layer);
|
|
32463
|
+
}
|
|
32464
|
+
}
|
|
32465
|
+
}, this);
|
|
32174
32466
|
const layers_old = this._layerListData_old;
|
|
32175
32467
|
for (let i = 0; i < layers_checked.length; i++) {
|
|
32176
32468
|
if (layers_checked[i].combined) {
|
|
@@ -32193,7 +32485,50 @@ class LayerManager {
|
|
|
32193
32485
|
}
|
|
32194
32486
|
}
|
|
32195
32487
|
}
|
|
32196
|
-
|
|
32488
|
+
getLayerDataByLayerChecked(serverType) {
|
|
32489
|
+
let layerData = [];
|
|
32490
|
+
let layers_checked = [];
|
|
32491
|
+
this._layerListData.forEach(layer => {
|
|
32492
|
+
if (layer.visible) {
|
|
32493
|
+
layers_checked.push(layer);
|
|
32494
|
+
}
|
|
32495
|
+
}, this);
|
|
32496
|
+
const layers_old = this._layerListData_old;
|
|
32497
|
+
for (let i = 0; i < layers_checked.length; i++) {
|
|
32498
|
+
const checkedLayer = layers_checked[i];
|
|
32499
|
+
if (checkedLayer.combined) {
|
|
32500
|
+
getChildren(checkedLayer.id);
|
|
32501
|
+
} else if (checkedLayer.serverType === "kqserver" && checkedLayer.renderType === "vectortile" && checkedLayer.restLayers) {
|
|
32502
|
+
const restLayers = checkedLayer.restLayers;
|
|
32503
|
+
for (let z = 0; z < restLayers.length; z++) {
|
|
32504
|
+
if (typeof restLayers[z].vectorLayer !== "undefined" && restLayers[z].vectorLayer === true) {
|
|
32505
|
+
layerData.push(restLayers[z]);
|
|
32506
|
+
}
|
|
32507
|
+
}
|
|
32508
|
+
} else if (checkedLayer.isDataService) {
|
|
32509
|
+
layerData.push(checkedLayer);
|
|
32510
|
+
} else {
|
|
32511
|
+
if (this._isContainValue(serverType, checkedLayer.sourceType) && checkedLayer.vectorLayer === true) {
|
|
32512
|
+
layerData.push(checkedLayer);
|
|
32513
|
+
}
|
|
32514
|
+
}
|
|
32515
|
+
}
|
|
32516
|
+
return layerData;
|
|
32517
|
+
function getChildren(parentId) {
|
|
32518
|
+
for (let z = 0; z < layers_old.length; z++) {
|
|
32519
|
+
if (Number(layers_old[z].parentLayerId) === Number(parentId)) {
|
|
32520
|
+
// 分组节点
|
|
32521
|
+
if (layers_old[z].groupLayer) {
|
|
32522
|
+
getChildren(layers_old[z].id);
|
|
32523
|
+
} else {
|
|
32524
|
+
if (this._isContainValue(serverType, layer.sourceType) && layers_old[z].vectorLayer === true) {
|
|
32525
|
+
layerData.push(layers_old[z]);
|
|
32526
|
+
}
|
|
32527
|
+
}
|
|
32528
|
+
}
|
|
32529
|
+
}
|
|
32530
|
+
}
|
|
32531
|
+
}
|
|
32197
32532
|
//缩放至图层
|
|
32198
32533
|
flyToBounds(bounds) {
|
|
32199
32534
|
let viewer = this._viewer;
|
|
@@ -33050,7 +33385,7 @@ const _hoisted_4 = {
|
|
|
33050
33385
|
const __default__ = {
|
|
33051
33386
|
name: "KqSceneView"
|
|
33052
33387
|
};
|
|
33053
|
-
/* harmony default export */ var SceneViewvue_type_script_setup_true_lang_js = (
|
|
33388
|
+
/* harmony default export */ var SceneViewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
33054
33389
|
props: {
|
|
33055
33390
|
target: {
|
|
33056
33391
|
type: String,
|
|
@@ -33091,6 +33426,7 @@ const __default__ = {
|
|
|
33091
33426
|
setup(__props, {
|
|
33092
33427
|
expose: __expose
|
|
33093
33428
|
}) {
|
|
33429
|
+
const props = __props;
|
|
33094
33430
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeMount)(() => {
|
|
33095
33431
|
if (!(0,util_.checkAuditTime)()) {
|
|
33096
33432
|
window.location.href = "./404.html";
|
|
@@ -33105,8 +33441,8 @@ const __default__ = {
|
|
|
33105
33441
|
* options - 三维球初始化属性设置
|
|
33106
33442
|
* showToolButtons - 是否显示工具栏按钮
|
|
33107
33443
|
*/
|
|
33108
|
-
|
|
33109
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
33444
|
+
|
|
33445
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
33110
33446
|
let viewModel = null;
|
|
33111
33447
|
let toolButtonsCss = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("top-left vertical");
|
|
33112
33448
|
let toolButtonsStyle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
@@ -33393,7 +33729,7 @@ const _hoisted_2 = {
|
|
|
33393
33729
|
const __default__ = {
|
|
33394
33730
|
name: "Kq3dScreenShot"
|
|
33395
33731
|
};
|
|
33396
|
-
/* harmony default export */ var Screenshotvue_type_script_setup_true_lang_js = (
|
|
33732
|
+
/* harmony default export */ var Screenshotvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
33397
33733
|
props: {
|
|
33398
33734
|
// 设置参数
|
|
33399
33735
|
settingParams: {
|
|
@@ -33435,14 +33771,18 @@ const __default__ = {
|
|
|
33435
33771
|
setup(__props, {
|
|
33436
33772
|
expose: __expose
|
|
33437
33773
|
}) {
|
|
33774
|
+
const props = __props;
|
|
33438
33775
|
let imgWidthMax = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(800);
|
|
33439
33776
|
// 场景高度
|
|
33440
33777
|
let imgHeightMax = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(800);
|
|
33441
|
-
|
|
33778
|
+
const {
|
|
33779
|
+
proxy
|
|
33780
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
33781
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
33442
33782
|
// 分析类
|
|
33443
33783
|
let viewModel = null;
|
|
33444
33784
|
// 获取组件传参
|
|
33445
|
-
|
|
33785
|
+
|
|
33446
33786
|
//设置样式
|
|
33447
33787
|
var style = {
|
|
33448
33788
|
color: {
|
|
@@ -33968,8 +34308,10 @@ const _hoisted_2 = {
|
|
|
33968
34308
|
const _hoisted_3 = {
|
|
33969
34309
|
class: "kq3d-shadow-analysis-span"
|
|
33970
34310
|
};
|
|
33971
|
-
const _hoisted_4 =
|
|
33972
|
-
const _hoisted_5 =
|
|
34311
|
+
const _hoisted_4 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "0.0", -1 /* HOISTED */);
|
|
34312
|
+
const _hoisted_5 = ["src"];
|
|
34313
|
+
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, "1.0", -1 /* HOISTED */);
|
|
34314
|
+
const _hoisted_7 = {
|
|
33973
34315
|
class: "kq3d-shadow-analysis-footer"
|
|
33974
34316
|
};
|
|
33975
34317
|
|
|
@@ -33982,7 +34324,7 @@ const _hoisted_5 = {
|
|
|
33982
34324
|
const __default__ = {
|
|
33983
34325
|
name: "Kq3dShadowAnalysis"
|
|
33984
34326
|
};
|
|
33985
|
-
/* harmony default export */ var ShadowAnalysisvue_type_script_setup_true_lang_js = (
|
|
34327
|
+
/* harmony default export */ var ShadowAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
33986
34328
|
props: {
|
|
33987
34329
|
// 设置参数
|
|
33988
34330
|
settingParams: {
|
|
@@ -34025,11 +34367,12 @@ const __default__ = {
|
|
|
34025
34367
|
setup(__props, {
|
|
34026
34368
|
expose: __expose
|
|
34027
34369
|
}) {
|
|
34370
|
+
const props = __props;
|
|
34028
34371
|
const {
|
|
34029
34372
|
proxy
|
|
34030
34373
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
34031
34374
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
34032
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
34375
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
34033
34376
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
34034
34377
|
let time = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([6, 12]);
|
|
34035
34378
|
|
|
@@ -34060,7 +34403,7 @@ const __default__ = {
|
|
|
34060
34403
|
});
|
|
34061
34404
|
|
|
34062
34405
|
// 获取组件传参
|
|
34063
|
-
|
|
34406
|
+
|
|
34064
34407
|
// 分析类
|
|
34065
34408
|
let viewModel = null;
|
|
34066
34409
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
@@ -34490,7 +34833,7 @@ const __default__ = {
|
|
|
34490
34833
|
step: 0.1,
|
|
34491
34834
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpacing,
|
|
34492
34835
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpacing
|
|
34493
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
34836
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
34494
34837
|
_: 1 /* STABLE */
|
|
34495
34838
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
34496
34839
|
span: 8
|
|
@@ -34503,7 +34846,7 @@ const __default__ = {
|
|
|
34503
34846
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpacing,
|
|
34504
34847
|
step: 0.1,
|
|
34505
34848
|
"controls-position": "right"
|
|
34506
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
34849
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
34507
34850
|
_: 1 /* STABLE */
|
|
34508
34851
|
})]),
|
|
34509
34852
|
_: 1 /* STABLE */
|
|
@@ -34530,7 +34873,7 @@ const __default__ = {
|
|
|
34530
34873
|
step: 0.01,
|
|
34531
34874
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFilterValue,
|
|
34532
34875
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFilterValue
|
|
34533
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
34876
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
34534
34877
|
_: 1 /* STABLE */
|
|
34535
34878
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
34536
34879
|
span: 8
|
|
@@ -34543,7 +34886,7 @@ const __default__ = {
|
|
|
34543
34886
|
step: 0.01,
|
|
34544
34887
|
onInput: _cache[28] || (_cache[28] = $event => paramsChanged('filterValue')),
|
|
34545
34888
|
"controls-position": "right"
|
|
34546
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
34889
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
34547
34890
|
_: 1 /* STABLE */
|
|
34548
34891
|
})]),
|
|
34549
34892
|
_: 1 /* STABLE */
|
|
@@ -34570,7 +34913,7 @@ const __default__ = {
|
|
|
34570
34913
|
step: 0.1,
|
|
34571
34914
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAlphaScale,
|
|
34572
34915
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAlphaScale
|
|
34573
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
34916
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
34574
34917
|
_: 1 /* STABLE */
|
|
34575
34918
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
34576
34919
|
span: 8
|
|
@@ -34583,7 +34926,7 @@ const __default__ = {
|
|
|
34583
34926
|
step: 0.1,
|
|
34584
34927
|
onInput: _cache[32] || (_cache[32] = $event => paramsChanged('alphaScale')),
|
|
34585
34928
|
"controls-position": "right"
|
|
34586
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
34929
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
34587
34930
|
_: 1 /* STABLE */
|
|
34588
34931
|
})]),
|
|
34589
34932
|
_: 1 /* STABLE */
|
|
@@ -34597,10 +34940,10 @@ const __default__ = {
|
|
|
34597
34940
|
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, {
|
|
34598
34941
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).shadowRateLegend
|
|
34599
34942
|
}, {
|
|
34600
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
|
|
34943
|
+
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", {
|
|
34601
34944
|
src: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(const_image_.SHADOW_LEGEND_URL),
|
|
34602
34945
|
alt: ""
|
|
34603
|
-
}, null, 8 /* PROPS */,
|
|
34946
|
+
}, null, 8 /* PROPS */, _hoisted_5), _hoisted_6]),
|
|
34604
34947
|
_: 1 /* STABLE */
|
|
34605
34948
|
}, 8 /* PROPS */, ["label"])]),
|
|
34606
34949
|
_: 1 /* STABLE */
|
|
@@ -34610,7 +34953,7 @@ const __default__ = {
|
|
|
34610
34953
|
_: 1 /* STABLE */
|
|
34611
34954
|
}, 8 /* PROPS */, ["title"])]),
|
|
34612
34955
|
_: 1 /* STABLE */
|
|
34613
|
-
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
34956
|
+
}, 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, {
|
|
34614
34957
|
onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
34615
34958
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
34616
34959
|
type: "primary"
|
|
@@ -34989,7 +35332,7 @@ const _hoisted_2 = {
|
|
|
34989
35332
|
const __default__ = {
|
|
34990
35333
|
name: "Kq3dSightlineAnalysis"
|
|
34991
35334
|
};
|
|
34992
|
-
/* harmony default export */ var SightlineAnalysisvue_type_script_setup_true_lang_js = (
|
|
35335
|
+
/* harmony default export */ var SightlineAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
34993
35336
|
props: {
|
|
34994
35337
|
// 设置参数
|
|
34995
35338
|
settingParams: {
|
|
@@ -35032,11 +35375,15 @@ const __default__ = {
|
|
|
35032
35375
|
setup(__props, {
|
|
35033
35376
|
expose: __expose
|
|
35034
35377
|
}) {
|
|
35035
|
-
|
|
35378
|
+
const props = __props;
|
|
35379
|
+
const {
|
|
35380
|
+
proxy
|
|
35381
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
35382
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
35036
35383
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
35037
35384
|
|
|
35038
35385
|
// 获取组件传参
|
|
35039
|
-
|
|
35386
|
+
|
|
35040
35387
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
35041
35388
|
lineWidth: props.settingParams && props.settingParams.lineWidth || 5,
|
|
35042
35389
|
visibleColor: props.settingParams && props.settingParams.visibleColor || "#00ff00",
|
|
@@ -35239,20 +35586,20 @@ const __default__ = {
|
|
|
35239
35586
|
}, {
|
|
35240
35587
|
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 */)]),
|
|
35241
35588
|
_: 1 /* STABLE */
|
|
35242
|
-
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
35589
|
+
}, 8 /* PROPS */, ["onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
35243
35590
|
onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)(addTargetPoint, ["stop"]),
|
|
35244
35591
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).targetPoint,
|
|
35245
35592
|
type: "primary"
|
|
35246
35593
|
}, {
|
|
35247
35594
|
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 */)]),
|
|
35248
35595
|
_: 1 /* STABLE */
|
|
35249
|
-
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
35596
|
+
}, 8 /* PROPS */, ["onClick", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
35250
35597
|
onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)(clearResult, ["stop"]),
|
|
35251
35598
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
35252
35599
|
}, {
|
|
35253
35600
|
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 */)]),
|
|
35254
35601
|
_: 1 /* STABLE */
|
|
35255
|
-
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
35602
|
+
}, 8 /* PROPS */, ["onClick", "title"])])])], 2 /* CLASS */);
|
|
35256
35603
|
};
|
|
35257
35604
|
}
|
|
35258
35605
|
}));
|
|
@@ -35611,7 +35958,7 @@ const _hoisted_4 = {
|
|
|
35611
35958
|
const __default__ = {
|
|
35612
35959
|
name: "Kq3dSkylineAnalysis"
|
|
35613
35960
|
};
|
|
35614
|
-
/* harmony default export */ var SkylineAnalysisvue_type_script_setup_true_lang_js = (
|
|
35961
|
+
/* harmony default export */ var SkylineAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
35615
35962
|
props: {
|
|
35616
35963
|
// 设置参数
|
|
35617
35964
|
settingParams: {
|
|
@@ -35654,7 +36001,11 @@ const __default__ = {
|
|
|
35654
36001
|
setup(__props, {
|
|
35655
36002
|
expose: __expose
|
|
35656
36003
|
}) {
|
|
35657
|
-
|
|
36004
|
+
const props = __props;
|
|
36005
|
+
const {
|
|
36006
|
+
proxy
|
|
36007
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
36008
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
35658
36009
|
// 设置
|
|
35659
36010
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
35660
36011
|
// 分析类
|
|
@@ -35662,7 +36013,7 @@ const __default__ = {
|
|
|
35662
36013
|
// chart显示
|
|
35663
36014
|
let resultEcahrtVis = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
35664
36015
|
// 获取组件传参
|
|
35665
|
-
|
|
36016
|
+
|
|
35666
36017
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
35667
36018
|
skylineColor: props.settingParams && props.settingParams.skylineColor || "#ff0000",
|
|
35668
36019
|
// 天际线颜色
|
|
@@ -35931,7 +36282,7 @@ const __default__ = {
|
|
|
35931
36282
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLimitHeightBodyAlpha,
|
|
35932
36283
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeightBodyAlpha,
|
|
35933
36284
|
onInput: onChangeLimitHeightBodyAlpha
|
|
35934
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
36285
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
35935
36286
|
_: 1 /* STABLE */
|
|
35936
36287
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
35937
36288
|
span: 8
|
|
@@ -35943,7 +36294,7 @@ const __default__ = {
|
|
|
35943
36294
|
step: 0.1,
|
|
35944
36295
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLimitHeightBodyAlpha,
|
|
35945
36296
|
"controls-position": "right"
|
|
35946
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
36297
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "step", "max"])]),
|
|
35947
36298
|
_: 1 /* STABLE */
|
|
35948
36299
|
})]),
|
|
35949
36300
|
_: 1 /* STABLE */
|
|
@@ -36346,11 +36697,16 @@ const _hoisted_3 = {
|
|
|
36346
36697
|
const _hoisted_4 = {
|
|
36347
36698
|
key: 1
|
|
36348
36699
|
};
|
|
36349
|
-
const _hoisted_5 =
|
|
36350
|
-
const _hoisted_6 = {
|
|
36700
|
+
const _hoisted_5 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1 /* HOISTED */);
|
|
36701
|
+
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
36702
|
+
class: "kq3d-slope-analysis-line"
|
|
36703
|
+
}, null, -1 /* HOISTED */);
|
|
36704
|
+
const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */);
|
|
36705
|
+
const _hoisted_8 = ["src"];
|
|
36706
|
+
const _hoisted_9 = {
|
|
36351
36707
|
key: 2
|
|
36352
36708
|
};
|
|
36353
|
-
const
|
|
36709
|
+
const _hoisted_10 = {
|
|
36354
36710
|
class: "kq3d-slope-analysis-footer"
|
|
36355
36711
|
};
|
|
36356
36712
|
|
|
@@ -36363,7 +36719,7 @@ const _hoisted_7 = {
|
|
|
36363
36719
|
const __default__ = {
|
|
36364
36720
|
name: "Kq3dSlopeAnalysis"
|
|
36365
36721
|
};
|
|
36366
|
-
/* harmony default export */ var SlopeAnalysisvue_type_script_setup_true_lang_js = (
|
|
36722
|
+
/* harmony default export */ var SlopeAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
36367
36723
|
props: {
|
|
36368
36724
|
// 设置参数
|
|
36369
36725
|
settingParams: {
|
|
@@ -36406,11 +36762,12 @@ const __default__ = {
|
|
|
36406
36762
|
setup(__props, {
|
|
36407
36763
|
expose: __expose
|
|
36408
36764
|
}) {
|
|
36765
|
+
const props = __props;
|
|
36409
36766
|
const {
|
|
36410
36767
|
proxy
|
|
36411
36768
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
36412
36769
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
36413
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
36770
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
36414
36771
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
36415
36772
|
let dataList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([{
|
|
36416
36773
|
colorTableDegree: 0,
|
|
@@ -36445,7 +36802,7 @@ const __default__ = {
|
|
|
36445
36802
|
//计算属性
|
|
36446
36803
|
|
|
36447
36804
|
// 获取组件传参
|
|
36448
|
-
|
|
36805
|
+
|
|
36449
36806
|
// 分析类
|
|
36450
36807
|
let viewModel = null;
|
|
36451
36808
|
// 默认参数
|
|
@@ -36750,9 +37107,7 @@ const __default__ = {
|
|
|
36750
37107
|
"display": "flex"
|
|
36751
37108
|
}
|
|
36752
37109
|
}, {
|
|
36753
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
36754
|
-
class: "kq3d-slope-analysis-line"
|
|
36755
|
-
}, null, -1 /* HOISTED */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */)])),
|
|
37110
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_5, _hoisted_6, _hoisted_7]),
|
|
36756
37111
|
_: 1 /* STABLE */
|
|
36757
37112
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
36758
37113
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
@@ -36768,7 +37123,7 @@ const __default__ = {
|
|
|
36768
37123
|
class: "kq3d-slope-analysis-legend",
|
|
36769
37124
|
src: item.src,
|
|
36770
37125
|
alt: ""
|
|
36771
|
-
}, null, 8 /* PROPS */,
|
|
37126
|
+
}, null, 8 /* PROPS */, _hoisted_8)]),
|
|
36772
37127
|
_: 2 /* DYNAMIC */
|
|
36773
37128
|
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
|
|
36774
37129
|
}), 64 /* STABLE_FRAGMENT */))]),
|
|
@@ -36777,7 +37132,7 @@ const __default__ = {
|
|
|
36777
37132
|
_: 1 /* STABLE */
|
|
36778
37133
|
}, 8 /* PROPS */, ["label"])]),
|
|
36779
37134
|
_: 1 /* STABLE */
|
|
36780
|
-
})])) : (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",
|
|
37135
|
+
})])) : (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, {
|
|
36781
37136
|
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, {
|
|
36782
37137
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSlope
|
|
36783
37138
|
}, {
|
|
@@ -36876,7 +37231,7 @@ const __default__ = {
|
|
|
36876
37231
|
max: 1,
|
|
36877
37232
|
step: 0.01,
|
|
36878
37233
|
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
|
|
36879
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
37234
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
36880
37235
|
_: 1 /* STABLE */
|
|
36881
37236
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
36882
37237
|
span: 8
|
|
@@ -36889,7 +37244,7 @@ const __default__ = {
|
|
|
36889
37244
|
step: 0.01,
|
|
36890
37245
|
"controls-position": "right",
|
|
36891
37246
|
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
|
|
36892
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
37247
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
36893
37248
|
_: 1 /* STABLE */
|
|
36894
37249
|
})]),
|
|
36895
37250
|
_: 1 /* STABLE */
|
|
@@ -36919,7 +37274,7 @@ const __default__ = {
|
|
|
36919
37274
|
_: 1 /* STABLE */
|
|
36920
37275
|
}, 8 /* PROPS */, ["title"])]),
|
|
36921
37276
|
_: 1 /* STABLE */
|
|
36922
|
-
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
37277
|
+
}, 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, {
|
|
36923
37278
|
onClick: _cache[23] || (_cache[23] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
36924
37279
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
36925
37280
|
type: "primary"
|
|
@@ -37276,11 +37631,16 @@ const _hoisted_3 = {
|
|
|
37276
37631
|
const _hoisted_4 = {
|
|
37277
37632
|
key: 1
|
|
37278
37633
|
};
|
|
37279
|
-
const _hoisted_5 =
|
|
37280
|
-
const _hoisted_6 = {
|
|
37634
|
+
const _hoisted_5 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "0°", -1 /* HOISTED */);
|
|
37635
|
+
const _hoisted_6 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
37636
|
+
class: "kq3d-slope-aspect-analysis-line"
|
|
37637
|
+
}, null, -1 /* HOISTED */);
|
|
37638
|
+
const _hoisted_7 = /*#__PURE__*/(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */);
|
|
37639
|
+
const _hoisted_8 = ["src"];
|
|
37640
|
+
const _hoisted_9 = {
|
|
37281
37641
|
key: 2
|
|
37282
37642
|
};
|
|
37283
|
-
const
|
|
37643
|
+
const _hoisted_10 = {
|
|
37284
37644
|
class: "kq3d-slope-aspect-analysis-footer"
|
|
37285
37645
|
};
|
|
37286
37646
|
|
|
@@ -37293,7 +37653,7 @@ const _hoisted_7 = {
|
|
|
37293
37653
|
const __default__ = {
|
|
37294
37654
|
name: "Kq3dSlopeAspectAnalysis"
|
|
37295
37655
|
};
|
|
37296
|
-
/* harmony default export */ var SlopeAspectAnalysisvue_type_script_setup_true_lang_js = (
|
|
37656
|
+
/* harmony default export */ var SlopeAspectAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
37297
37657
|
props: {
|
|
37298
37658
|
// 设置参数
|
|
37299
37659
|
settingParams: {
|
|
@@ -37336,11 +37696,12 @@ const __default__ = {
|
|
|
37336
37696
|
setup(__props, {
|
|
37337
37697
|
expose: __expose
|
|
37338
37698
|
}) {
|
|
37699
|
+
const props = __props;
|
|
37339
37700
|
const {
|
|
37340
37701
|
proxy
|
|
37341
37702
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
37342
37703
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
37343
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
37704
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
37344
37705
|
let dataList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([{
|
|
37345
37706
|
colorTableDegree: 0,
|
|
37346
37707
|
colorTable: null
|
|
@@ -37374,7 +37735,7 @@ const __default__ = {
|
|
|
37374
37735
|
//计算属性
|
|
37375
37736
|
|
|
37376
37737
|
// 获取组件传参
|
|
37377
|
-
|
|
37738
|
+
|
|
37378
37739
|
// 分析类
|
|
37379
37740
|
let viewModel = null;
|
|
37380
37741
|
// 默认参数
|
|
@@ -37707,9 +38068,7 @@ const __default__ = {
|
|
|
37707
38068
|
"display": "flex"
|
|
37708
38069
|
}
|
|
37709
38070
|
}, {
|
|
37710
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() =>
|
|
37711
|
-
class: "kq3d-slope-aspect-analysis-line"
|
|
37712
|
-
}, null, -1 /* HOISTED */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, "90°", -1 /* HOISTED */)])),
|
|
38071
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [_hoisted_5, _hoisted_6, _hoisted_7]),
|
|
37713
38072
|
_: 1 /* STABLE */
|
|
37714
38073
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
37715
38074
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
@@ -37725,7 +38084,7 @@ const __default__ = {
|
|
|
37725
38084
|
class: "kq3d-slope-aspect-analysis-legend",
|
|
37726
38085
|
src: item.src,
|
|
37727
38086
|
alt: ""
|
|
37728
|
-
}, null, 8 /* PROPS */,
|
|
38087
|
+
}, null, 8 /* PROPS */, _hoisted_8)]),
|
|
37729
38088
|
_: 2 /* DYNAMIC */
|
|
37730
38089
|
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["label"]);
|
|
37731
38090
|
}), 64 /* STABLE_FRAGMENT */))]),
|
|
@@ -37734,7 +38093,7 @@ const __default__ = {
|
|
|
37734
38093
|
_: 1 /* STABLE */
|
|
37735
38094
|
}, 8 /* PROPS */, ["label"])]),
|
|
37736
38095
|
_: 1 /* STABLE */
|
|
37737
|
-
})])) : (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",
|
|
38096
|
+
})])) : (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, {
|
|
37738
38097
|
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, {
|
|
37739
38098
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSlope
|
|
37740
38099
|
}, {
|
|
@@ -37833,7 +38192,7 @@ const __default__ = {
|
|
|
37833
38192
|
max: 1,
|
|
37834
38193
|
step: 0.01,
|
|
37835
38194
|
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('slopeColorAlpha'))
|
|
37836
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
38195
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
37837
38196
|
_: 1 /* STABLE */
|
|
37838
38197
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
37839
38198
|
span: 8
|
|
@@ -37846,7 +38205,7 @@ const __default__ = {
|
|
|
37846
38205
|
step: 0.01,
|
|
37847
38206
|
"controls-position": "right",
|
|
37848
38207
|
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('slopeColorAlpha'))
|
|
37849
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
38208
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
37850
38209
|
_: 1 /* STABLE */
|
|
37851
38210
|
})]),
|
|
37852
38211
|
_: 1 /* STABLE */
|
|
@@ -37981,7 +38340,7 @@ const __default__ = {
|
|
|
37981
38340
|
_: 1 /* STABLE */
|
|
37982
38341
|
}, 8 /* PROPS */, ["title"])]),
|
|
37983
38342
|
_: 1 /* STABLE */
|
|
37984
|
-
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
38343
|
+
}, 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, {
|
|
37985
38344
|
onClick: _cache[33] || (_cache[33] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
37986
38345
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
37987
38346
|
type: "primary"
|
|
@@ -38151,7 +38510,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
38151
38510
|
const __default__ = {
|
|
38152
38511
|
name: "Kq3dStatusBar"
|
|
38153
38512
|
};
|
|
38154
|
-
/* harmony default export */ var StatusBarvue_type_script_setup_true_lang_js = (
|
|
38513
|
+
/* harmony default export */ var StatusBarvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
38155
38514
|
props: {
|
|
38156
38515
|
// 隐藏分辨率
|
|
38157
38516
|
hideResolution: Boolean,
|
|
@@ -38500,7 +38859,7 @@ const _hoisted_4 = {
|
|
|
38500
38859
|
const __default__ = {
|
|
38501
38860
|
name: "Kq3dTerrainOperation"
|
|
38502
38861
|
};
|
|
38503
|
-
/* harmony default export */ var TerrainOperationvue_type_script_setup_true_lang_js = (
|
|
38862
|
+
/* harmony default export */ var TerrainOperationvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
38504
38863
|
props: {
|
|
38505
38864
|
// 设置参数
|
|
38506
38865
|
settingParams: {
|
|
@@ -38548,14 +38907,15 @@ const __default__ = {
|
|
|
38548
38907
|
setup(__props, {
|
|
38549
38908
|
expose: __expose
|
|
38550
38909
|
}) {
|
|
38910
|
+
const props = __props;
|
|
38551
38911
|
const {
|
|
38552
38912
|
proxy
|
|
38553
38913
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
38554
38914
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
38555
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
38915
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
38556
38916
|
|
|
38557
38917
|
// 获取组件传参
|
|
38558
|
-
|
|
38918
|
+
|
|
38559
38919
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
38560
38920
|
terrainStyle: props.settingParams && props.settingParams.terrainStyle || 1,
|
|
38561
38921
|
// 地形操作类型。1:地形开挖;2:地形修改
|
|
@@ -39037,12 +39397,10 @@ const _hoisted_1 = {
|
|
|
39037
39397
|
|
|
39038
39398
|
|
|
39039
39399
|
|
|
39040
|
-
//语言
|
|
39041
|
-
|
|
39042
39400
|
const __default__ = {
|
|
39043
39401
|
name: "Kq3dTerrainProfileAnalysis"
|
|
39044
39402
|
};
|
|
39045
|
-
/* harmony default export */ var TerrainProfileAnalysisvue_type_script_setup_true_lang_js = (
|
|
39403
|
+
/* harmony default export */ var TerrainProfileAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
39046
39404
|
props: {
|
|
39047
39405
|
//指定组件绑定的viewer对象的div的id
|
|
39048
39406
|
mapTarget: String,
|
|
@@ -39087,15 +39445,18 @@ const __default__ = {
|
|
|
39087
39445
|
setup(__props, {
|
|
39088
39446
|
expose: __expose
|
|
39089
39447
|
}) {
|
|
39090
|
-
|
|
39091
|
-
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
39092
|
-
let viewModel = null;
|
|
39093
|
-
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
39448
|
+
const props = __props;
|
|
39094
39449
|
const {
|
|
39095
39450
|
proxy
|
|
39096
39451
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
39452
|
+
//语言
|
|
39453
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
39454
|
+
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
39455
|
+
let viewModel = null;
|
|
39456
|
+
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
39457
|
+
|
|
39097
39458
|
// 获取组件传参
|
|
39098
|
-
|
|
39459
|
+
|
|
39099
39460
|
// 组件容器Ref
|
|
39100
39461
|
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
39101
39462
|
|
|
@@ -39328,7 +39689,7 @@ const _hoisted_1 = {
|
|
|
39328
39689
|
const __default__ = {
|
|
39329
39690
|
name: "kq3dUnderground"
|
|
39330
39691
|
};
|
|
39331
|
-
/* harmony default export */ var Undergroundvue_type_script_setup_true_lang_js = (
|
|
39692
|
+
/* harmony default export */ var Undergroundvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
39332
39693
|
props: {
|
|
39333
39694
|
/**
|
|
39334
39695
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
@@ -39338,15 +39699,17 @@ const __default__ = {
|
|
|
39338
39699
|
emits: ["undergroundChange"],
|
|
39339
39700
|
setup(__props, {
|
|
39340
39701
|
expose: __expose,
|
|
39341
|
-
emit
|
|
39702
|
+
emit
|
|
39342
39703
|
}) {
|
|
39704
|
+
const props = __props;
|
|
39343
39705
|
const {
|
|
39344
39706
|
proxy
|
|
39345
39707
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
39346
|
-
|
|
39708
|
+
|
|
39347
39709
|
//获取组件传参
|
|
39348
|
-
|
|
39349
|
-
|
|
39710
|
+
|
|
39711
|
+
//语言
|
|
39712
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
39350
39713
|
let isUndergroundMode = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
39351
39714
|
let viewModel = null;
|
|
39352
39715
|
|
|
@@ -39700,7 +40063,7 @@ const _hoisted_3 = {
|
|
|
39700
40063
|
const __default__ = {
|
|
39701
40064
|
name: "Kq3dVideoFusion"
|
|
39702
40065
|
};
|
|
39703
|
-
/* harmony default export */ var VideoFusionvue_type_script_setup_true_lang_js = (
|
|
40066
|
+
/* harmony default export */ var VideoFusionvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
39704
40067
|
props: {
|
|
39705
40068
|
// 设置参数
|
|
39706
40069
|
settingParams: {
|
|
@@ -39743,11 +40106,15 @@ const __default__ = {
|
|
|
39743
40106
|
setup(__props, {
|
|
39744
40107
|
expose: __expose
|
|
39745
40108
|
}) {
|
|
39746
|
-
|
|
40109
|
+
const props = __props;
|
|
40110
|
+
const {
|
|
40111
|
+
proxy
|
|
40112
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
40113
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
39747
40114
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
39748
40115
|
|
|
39749
40116
|
// 获取组件传参
|
|
39750
|
-
|
|
40117
|
+
|
|
39751
40118
|
const lonlatOffset = 0.00001;
|
|
39752
40119
|
const heightOffset = 10;
|
|
39753
40120
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
@@ -40040,7 +40407,7 @@ const __default__ = {
|
|
|
40040
40407
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLongitude,
|
|
40041
40408
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLongitude,
|
|
40042
40409
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('longitude'))
|
|
40043
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
40410
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
40044
40411
|
_: 1 /* STABLE */
|
|
40045
40412
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
40046
40413
|
span: 14,
|
|
@@ -40076,7 +40443,7 @@ const __default__ = {
|
|
|
40076
40443
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLatitude,
|
|
40077
40444
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLatitude,
|
|
40078
40445
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('latitude'))
|
|
40079
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
40446
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
40080
40447
|
_: 1 /* STABLE */
|
|
40081
40448
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
40082
40449
|
span: 14,
|
|
@@ -40112,7 +40479,7 @@ const __default__ = {
|
|
|
40112
40479
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
40113
40480
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
40114
40481
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('height'))
|
|
40115
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
40482
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
40116
40483
|
_: 1 /* STABLE */
|
|
40117
40484
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
40118
40485
|
span: 14,
|
|
@@ -40188,7 +40555,7 @@ const __default__ = {
|
|
|
40188
40555
|
min: 10,
|
|
40189
40556
|
max: 200,
|
|
40190
40557
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('far'))
|
|
40191
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
40558
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
40192
40559
|
_: 1 /* STABLE */
|
|
40193
40560
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
40194
40561
|
span: 8
|
|
@@ -40201,7 +40568,7 @@ const __default__ = {
|
|
|
40201
40568
|
max: 200,
|
|
40202
40569
|
"controls-position": "right",
|
|
40203
40570
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('far'))
|
|
40204
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
40571
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
40205
40572
|
_: 1 /* STABLE */
|
|
40206
40573
|
})]),
|
|
40207
40574
|
_: 1 /* STABLE */
|
|
@@ -40348,7 +40715,7 @@ const __default__ = {
|
|
|
40348
40715
|
min: 0,
|
|
40349
40716
|
max: 1,
|
|
40350
40717
|
onInput: _cache[29] || (_cache[29] = $event => paramsChanged('alpha'))
|
|
40351
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
40718
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
40352
40719
|
_: 1 /* STABLE */
|
|
40353
40720
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
40354
40721
|
span: 8
|
|
@@ -40361,7 +40728,7 @@ const __default__ = {
|
|
|
40361
40728
|
max: 1,
|
|
40362
40729
|
"controls-position": "right",
|
|
40363
40730
|
onInput: _cache[31] || (_cache[31] = $event => paramsChanged('alpha'))
|
|
40364
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
40731
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
40365
40732
|
_: 1 /* STABLE */
|
|
40366
40733
|
})]),
|
|
40367
40734
|
_: 1 /* STABLE */
|
|
@@ -40388,7 +40755,7 @@ const __default__ = {
|
|
|
40388
40755
|
min: 0,
|
|
40389
40756
|
max: 1,
|
|
40390
40757
|
onInput: _cache[33] || (_cache[33] = $event => paramsChanged('eclosion'))
|
|
40391
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
40758
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
40392
40759
|
_: 1 /* STABLE */
|
|
40393
40760
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
40394
40761
|
span: 8
|
|
@@ -40401,7 +40768,7 @@ const __default__ = {
|
|
|
40401
40768
|
max: 1,
|
|
40402
40769
|
"controls-position": "right",
|
|
40403
40770
|
onInput: _cache[35] || (_cache[35] = $event => paramsChanged('eclosion'))
|
|
40404
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
40771
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
40405
40772
|
_: 1 /* STABLE */
|
|
40406
40773
|
})]),
|
|
40407
40774
|
_: 1 /* STABLE */
|
|
@@ -40744,7 +41111,7 @@ const _hoisted_4 = {
|
|
|
40744
41111
|
const __default__ = {
|
|
40745
41112
|
name: "Kq3dVideoProject"
|
|
40746
41113
|
};
|
|
40747
|
-
/* harmony default export */ var VideoProjectvue_type_script_setup_true_lang_js = (
|
|
41114
|
+
/* harmony default export */ var VideoProjectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
40748
41115
|
props: {
|
|
40749
41116
|
// 设置参数
|
|
40750
41117
|
settingParams: {
|
|
@@ -40787,11 +41154,15 @@ const __default__ = {
|
|
|
40787
41154
|
setup(__props, {
|
|
40788
41155
|
expose: __expose
|
|
40789
41156
|
}) {
|
|
40790
|
-
|
|
41157
|
+
const props = __props;
|
|
41158
|
+
const {
|
|
41159
|
+
proxy
|
|
41160
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
41161
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
40791
41162
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
40792
41163
|
|
|
40793
41164
|
// 获取组件传参
|
|
40794
|
-
|
|
41165
|
+
|
|
40795
41166
|
const lonlatOffset = 0.00001;
|
|
40796
41167
|
const heightOffset = 10;
|
|
40797
41168
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
@@ -41123,7 +41494,7 @@ const __default__ = {
|
|
|
41123
41494
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLongitude,
|
|
41124
41495
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLongitude,
|
|
41125
41496
|
onInput: _cache[6] || (_cache[6] = $event => paramsChanged('longitude'))
|
|
41126
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
41497
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
41127
41498
|
_: 1 /* STABLE */
|
|
41128
41499
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
41129
41500
|
span: 14,
|
|
@@ -41159,7 +41530,7 @@ const __default__ = {
|
|
|
41159
41530
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLatitude,
|
|
41160
41531
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLatitude,
|
|
41161
41532
|
onInput: _cache[8] || (_cache[8] = $event => paramsChanged('latitude'))
|
|
41162
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
41533
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
41163
41534
|
_: 1 /* STABLE */
|
|
41164
41535
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
41165
41536
|
span: 14,
|
|
@@ -41195,7 +41566,7 @@ const __default__ = {
|
|
|
41195
41566
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
41196
41567
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
41197
41568
|
onInput: _cache[10] || (_cache[10] = $event => paramsChanged('height'))
|
|
41198
|
-
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
41569
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
41199
41570
|
_: 1 /* STABLE */
|
|
41200
41571
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
41201
41572
|
span: 14,
|
|
@@ -41271,7 +41642,7 @@ const __default__ = {
|
|
|
41271
41642
|
min: 0.5,
|
|
41272
41643
|
max: 2,
|
|
41273
41644
|
onInput: _cache[16] || (_cache[16] = $event => paramsChanged('aspectRatio'))
|
|
41274
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
41645
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
41275
41646
|
_: 1 /* STABLE */
|
|
41276
41647
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
41277
41648
|
span: 8
|
|
@@ -41284,7 +41655,7 @@ const __default__ = {
|
|
|
41284
41655
|
max: 2,
|
|
41285
41656
|
"controls-position": "right",
|
|
41286
41657
|
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('aspectRatio'))
|
|
41287
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
41658
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
41288
41659
|
_: 1 /* STABLE */
|
|
41289
41660
|
})]),
|
|
41290
41661
|
_: 1 /* STABLE */
|
|
@@ -41311,7 +41682,7 @@ const __default__ = {
|
|
|
41311
41682
|
min: 10,
|
|
41312
41683
|
max: 200,
|
|
41313
41684
|
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('far'))
|
|
41314
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
41685
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
41315
41686
|
_: 1 /* STABLE */
|
|
41316
41687
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
41317
41688
|
span: 8
|
|
@@ -41324,7 +41695,7 @@ const __default__ = {
|
|
|
41324
41695
|
max: 200,
|
|
41325
41696
|
"controls-position": "right",
|
|
41326
41697
|
onInput: _cache[22] || (_cache[22] = $event => paramsChanged('far'))
|
|
41327
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
41698
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
41328
41699
|
_: 1 /* STABLE */
|
|
41329
41700
|
})]),
|
|
41330
41701
|
_: 1 /* STABLE */
|
|
@@ -41705,7 +42076,7 @@ const _hoisted_2 = {
|
|
|
41705
42076
|
const __default__ = {
|
|
41706
42077
|
name: "Kq3dViewshedAnalysis"
|
|
41707
42078
|
};
|
|
41708
|
-
/* harmony default export */ var ViewshedAnalysisvue_type_script_setup_true_lang_js = (
|
|
42079
|
+
/* harmony default export */ var ViewshedAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
41709
42080
|
props: {
|
|
41710
42081
|
// 设置参数
|
|
41711
42082
|
settingParams: {
|
|
@@ -41748,15 +42119,16 @@ const __default__ = {
|
|
|
41748
42119
|
setup(__props, {
|
|
41749
42120
|
expose: __expose
|
|
41750
42121
|
}) {
|
|
42122
|
+
const props = __props;
|
|
41751
42123
|
const {
|
|
41752
42124
|
proxy
|
|
41753
42125
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
41754
42126
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
41755
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
42127
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
41756
42128
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
41757
42129
|
|
|
41758
42130
|
// 获取组件传参
|
|
41759
|
-
|
|
42131
|
+
|
|
41760
42132
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
41761
42133
|
offsetHeight: props.settingParams && props.settingParams.offsetHeight || 1.8,
|
|
41762
42134
|
// 视点高
|
|
@@ -42302,7 +42674,7 @@ const _hoisted_2 = {
|
|
|
42302
42674
|
const __default__ = {
|
|
42303
42675
|
name: "Kq3dWeatherEffect"
|
|
42304
42676
|
};
|
|
42305
|
-
/* harmony default export */ var WeatherEffectvue_type_script_setup_true_lang_js = (
|
|
42677
|
+
/* harmony default export */ var WeatherEffectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
42306
42678
|
props: {
|
|
42307
42679
|
// 设置参数
|
|
42308
42680
|
settingParams: {
|
|
@@ -42345,15 +42717,16 @@ const __default__ = {
|
|
|
42345
42717
|
setup(__props, {
|
|
42346
42718
|
expose: __expose
|
|
42347
42719
|
}) {
|
|
42720
|
+
const props = __props;
|
|
42348
42721
|
const {
|
|
42349
42722
|
proxy
|
|
42350
42723
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
42351
42724
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
42352
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
42725
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
42353
42726
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
42354
42727
|
|
|
42355
42728
|
// 获取组件传参
|
|
42356
|
-
|
|
42729
|
+
|
|
42357
42730
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
42358
42731
|
mode: props.settingParams && props.settingParams.mode || "rain",
|
|
42359
42732
|
rangeRadius: props.settingParams && props.settingParams.rangeRadius || 100,
|
|
@@ -42628,7 +43001,7 @@ const __default__ = {
|
|
|
42628
43001
|
min: 0.1,
|
|
42629
43002
|
max: 5,
|
|
42630
43003
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('particleSize'))
|
|
42631
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
43004
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
42632
43005
|
_: 1 /* STABLE */
|
|
42633
43006
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
42634
43007
|
span: 8
|
|
@@ -42641,7 +43014,7 @@ const __default__ = {
|
|
|
42641
43014
|
max: 5,
|
|
42642
43015
|
"controls-position": "right",
|
|
42643
43016
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('particleSize'))
|
|
42644
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
43017
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
42645
43018
|
_: 1 /* STABLE */
|
|
42646
43019
|
})]),
|
|
42647
43020
|
_: 1 /* STABLE */
|
|
@@ -42670,7 +43043,7 @@ const __default__ = {
|
|
|
42670
43043
|
max: 5.0,
|
|
42671
43044
|
step: 0.1,
|
|
42672
43045
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('startScale'))
|
|
42673
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
43046
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
42674
43047
|
_: 1 /* STABLE */
|
|
42675
43048
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
42676
43049
|
span: 8
|
|
@@ -42683,7 +43056,7 @@ const __default__ = {
|
|
|
42683
43056
|
step: 0.1,
|
|
42684
43057
|
"controls-position": "right",
|
|
42685
43058
|
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('startScale'))
|
|
42686
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
43059
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
42687
43060
|
_: 1 /* STABLE */
|
|
42688
43061
|
})]),
|
|
42689
43062
|
_: 1 /* STABLE */
|
|
@@ -42712,7 +43085,7 @@ const __default__ = {
|
|
|
42712
43085
|
max: 5.0,
|
|
42713
43086
|
step: 0.1,
|
|
42714
43087
|
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('endScale'))
|
|
42715
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
43088
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
42716
43089
|
_: 1 /* STABLE */
|
|
42717
43090
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
42718
43091
|
span: 8
|
|
@@ -42725,7 +43098,7 @@ const __default__ = {
|
|
|
42725
43098
|
step: 0.1,
|
|
42726
43099
|
"controls-position": "right",
|
|
42727
43100
|
onInput: _cache[21] || (_cache[21] = $event => paramsChanged('endScale'))
|
|
42728
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
43101
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
42729
43102
|
_: 1 /* STABLE */
|
|
42730
43103
|
})]),
|
|
42731
43104
|
_: 1 /* STABLE */
|
|
@@ -42754,7 +43127,7 @@ const __default__ = {
|
|
|
42754
43127
|
min: 0.1,
|
|
42755
43128
|
max: 5,
|
|
42756
43129
|
onInput: _cache[23] || (_cache[23] = $event => paramsChanged('gravity'))
|
|
42757
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
43130
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
42758
43131
|
_: 1 /* STABLE */
|
|
42759
43132
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
42760
43133
|
span: 8
|
|
@@ -42767,7 +43140,7 @@ const __default__ = {
|
|
|
42767
43140
|
step: 0.1,
|
|
42768
43141
|
"controls-position": "right",
|
|
42769
43142
|
onInput: _cache[25] || (_cache[25] = $event => paramsChanged('gravity'))
|
|
42770
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
43143
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
|
|
42771
43144
|
_: 1 /* STABLE */
|
|
42772
43145
|
})]),
|
|
42773
43146
|
_: 1 /* STABLE */
|
|
@@ -42917,12 +43290,10 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
42917
43290
|
|
|
42918
43291
|
|
|
42919
43292
|
|
|
42920
|
-
//语言
|
|
42921
|
-
|
|
42922
43293
|
const __default__ = {
|
|
42923
43294
|
name: "Kq3dWireframeSketch"
|
|
42924
43295
|
};
|
|
42925
|
-
/* harmony default export */ var WireframeSketchvue_type_script_setup_true_lang_js = (
|
|
43296
|
+
/* harmony default export */ var WireframeSketchvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
42926
43297
|
props: {
|
|
42927
43298
|
// 默认显示线框图
|
|
42928
43299
|
isCheckFrameRender: {
|
|
@@ -42966,16 +43337,19 @@ const __default__ = {
|
|
|
42966
43337
|
setup(__props, {
|
|
42967
43338
|
expose: __expose
|
|
42968
43339
|
}) {
|
|
42969
|
-
|
|
43340
|
+
const props = __props;
|
|
43341
|
+
const {
|
|
43342
|
+
proxy
|
|
43343
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
43344
|
+
//语言
|
|
43345
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
42970
43346
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
42971
43347
|
let viewModel = null;
|
|
42972
43348
|
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
42973
43349
|
let checkbox_data = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(["2"]);
|
|
42974
|
-
|
|
42975
|
-
proxy
|
|
42976
|
-
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
43350
|
+
|
|
42977
43351
|
// 获取组件传参
|
|
42978
|
-
|
|
43352
|
+
|
|
42979
43353
|
// 组件容器Ref
|
|
42980
43354
|
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
42981
43355
|
|
|
@@ -43205,7 +43579,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".kq-dynamicplotting-component[data-v-c
|
|
|
43205
43579
|
|
|
43206
43580
|
/***/ }),
|
|
43207
43581
|
|
|
43208
|
-
/***/
|
|
43582
|
+
/***/ 8622:
|
|
43209
43583
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
43210
43584
|
|
|
43211
43585
|
"use strict";
|
|
@@ -43215,14 +43589,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".kq-dynamicplotting-component[data-v-c
|
|
|
43215
43589
|
|
|
43216
43590
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
|
|
43217
43591
|
// Module
|
|
43218
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".tool-bar-wrapper .tool-bar-wrapper-item[data-v-
|
|
43592
|
+
___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}", ""]);
|
|
43219
43593
|
// Exports
|
|
43220
43594
|
/* harmony default export */ __webpack_exports__["Z"] = (___CSS_LOADER_EXPORT___);
|
|
43221
43595
|
|
|
43222
43596
|
|
|
43223
43597
|
/***/ }),
|
|
43224
43598
|
|
|
43225
|
-
/***/
|
|
43599
|
+
/***/ 5109:
|
|
43226
43600
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
43227
43601
|
|
|
43228
43602
|
"use strict";
|
|
@@ -43239,7 +43613,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".tool-box-wrapper-3d .kq-icon_grid{col
|
|
|
43239
43613
|
|
|
43240
43614
|
/***/ }),
|
|
43241
43615
|
|
|
43242
|
-
/***/
|
|
43616
|
+
/***/ 2812:
|
|
43243
43617
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
43244
43618
|
|
|
43245
43619
|
"use strict";
|
|
@@ -43271,6 +43645,23 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".cesium-viewer-bottom{right:0px !impor
|
|
|
43271
43645
|
/* harmony default export */ __webpack_exports__["Z"] = (___CSS_LOADER_EXPORT___);
|
|
43272
43646
|
|
|
43273
43647
|
|
|
43648
|
+
/***/ }),
|
|
43649
|
+
|
|
43650
|
+
/***/ 1939:
|
|
43651
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
43652
|
+
|
|
43653
|
+
"use strict";
|
|
43654
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7705);
|
|
43655
|
+
/* 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__);
|
|
43656
|
+
// Imports
|
|
43657
|
+
|
|
43658
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
|
|
43659
|
+
// Module
|
|
43660
|
+
___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", ""]);
|
|
43661
|
+
// Exports
|
|
43662
|
+
/* harmony default export */ __webpack_exports__["Z"] = (___CSS_LOADER_EXPORT___);
|
|
43663
|
+
|
|
43664
|
+
|
|
43274
43665
|
/***/ }),
|
|
43275
43666
|
|
|
43276
43667
|
/***/ 3379:
|
|
@@ -43653,6 +44044,14 @@ module.exports = require("element-plus/dist/index.full.js");
|
|
|
43653
44044
|
|
|
43654
44045
|
/***/ }),
|
|
43655
44046
|
|
|
44047
|
+
/***/ 8618:
|
|
44048
|
+
/***/ (function(module) {
|
|
44049
|
+
|
|
44050
|
+
"use strict";
|
|
44051
|
+
module.exports = require("shpjs");
|
|
44052
|
+
|
|
44053
|
+
/***/ }),
|
|
44054
|
+
|
|
43656
44055
|
/***/ 7080:
|
|
43657
44056
|
/***/ (function(module) {
|
|
43658
44057
|
|
|
@@ -43868,6 +44267,36 @@ function _defineProperty(e, r, t) {
|
|
|
43868
44267
|
/******/ };
|
|
43869
44268
|
/******/ }();
|
|
43870
44269
|
/******/
|
|
44270
|
+
/******/ /* webpack/runtime/create fake namespace object */
|
|
44271
|
+
/******/ !function() {
|
|
44272
|
+
/******/ var getProto = Object.getPrototypeOf ? function(obj) { return Object.getPrototypeOf(obj); } : function(obj) { return obj.__proto__; };
|
|
44273
|
+
/******/ var leafPrototypes;
|
|
44274
|
+
/******/ // create a fake namespace object
|
|
44275
|
+
/******/ // mode & 1: value is a module id, require it
|
|
44276
|
+
/******/ // mode & 2: merge all properties of value into the ns
|
|
44277
|
+
/******/ // mode & 4: return value when already ns object
|
|
44278
|
+
/******/ // mode & 16: return value when it's Promise-like
|
|
44279
|
+
/******/ // mode & 8|1: behave like require
|
|
44280
|
+
/******/ __webpack_require__.t = function(value, mode) {
|
|
44281
|
+
/******/ if(mode & 1) value = this(value);
|
|
44282
|
+
/******/ if(mode & 8) return value;
|
|
44283
|
+
/******/ if(typeof value === 'object' && value) {
|
|
44284
|
+
/******/ if((mode & 4) && value.__esModule) return value;
|
|
44285
|
+
/******/ if((mode & 16) && typeof value.then === 'function') return value;
|
|
44286
|
+
/******/ }
|
|
44287
|
+
/******/ var ns = Object.create(null);
|
|
44288
|
+
/******/ __webpack_require__.r(ns);
|
|
44289
|
+
/******/ var def = {};
|
|
44290
|
+
/******/ leafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];
|
|
44291
|
+
/******/ for(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {
|
|
44292
|
+
/******/ Object.getOwnPropertyNames(current).forEach(function(key) { def[key] = function() { return value[key]; }; });
|
|
44293
|
+
/******/ }
|
|
44294
|
+
/******/ def['default'] = function() { return value; };
|
|
44295
|
+
/******/ __webpack_require__.d(ns, def);
|
|
44296
|
+
/******/ return ns;
|
|
44297
|
+
/******/ };
|
|
44298
|
+
/******/ }();
|
|
44299
|
+
/******/
|
|
43871
44300
|
/******/ /* webpack/runtime/define property getters */
|
|
43872
44301
|
/******/ !function() {
|
|
43873
44302
|
/******/ // define getter functions for harmony exports
|