@kq_npm/client3d_webgl_vue 4.5.13 → 4.5.15
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 +3 -2
- package/aspectanalysis/index.js +3 -2
- package/baseterraingallery/index.js +1 -1
- package/boxclip/index.js +14 -13
- package/clientPrint/index.js +877 -587
- package/comparemap/index.js +5 -5
- package/compass/index.js +1 -1
- package/excavatefillanalysis/index.js +3 -2
- package/fixedzoomin/index.js +1 -1
- package/fixedzoomout/index.js +1 -1
- package/flight/index.js +1 -1
- package/floodanalysis/index.js +5 -4
- package/geologicalbodyanalysis/index.js +5 -4
- package/gpuspatialquery/index.js +5 -4
- package/hawkeye/index.js +3 -2
- package/headertemp/index.js +2 -2
- package/heatmap3d/index.js +22 -20
- package/index.js +872 -582
- package/isolineanalysis/index.js +46 -43
- package/light/index.js +11 -10
- package/limitheightanalysis/index.js +3 -2
- package/measure/index.js +4 -5
- package/modelFlat/index.js +3 -2
- package/modelexcavate/index.js +3 -2
- package/modelfilter/index.js +13 -12
- package/modelprofileanalysis/index.js +3 -2
- package/modelselect/index.js +3 -2
- package/package.json +1 -1
- package/particleeffect/index.js +15 -14
- package/planeclip/index.js +3 -2
- package/resetview/index.js +1 -1
- package/roller/index.js +2 -2
- package/scaneffect/index.js +5 -4
- package/sceneadvancedtoimage/index.js +3 -2
- package/sceneapp/index.js +506 -268
- package/sceneset/index.js +23 -22
- package/scenetohdimage/index.js +5 -4
- package/sceneview/index.js +877 -587
- package/screenshot/index.js +3 -2
- package/shadowanalysis/index.js +16 -13
- package/sightlineanalysis/index.js +6 -5
- package/skylineanalysis/index.js +5 -4
- package/slopeanalysis/index.js +17 -13
- package/slopeaspectanalysis/index.js +17 -13
- package/statusbar/index.js +1 -1
- package/terrainoperation/index.js +3 -2
- package/terrainprofileanalysis/index.js +3 -2
- package/underground/index.js +5 -4
- package/videofusion/index.js +12 -11
- package/videoproject/index.js +10 -9
- package/viewshedanalysis/index.js +3 -2
- package/weathereffect/index.js +11 -10
- package/wireframesketch/index.js +3 -2
package/adddata/index.js
CHANGED
|
@@ -1609,7 +1609,7 @@ const _hoisted_12 = {
|
|
|
1609
1609
|
const __default__ = {
|
|
1610
1610
|
name: "Kq3dAddData"
|
|
1611
1611
|
};
|
|
1612
|
-
/* harmony default export */ var AddDatavue_type_script_setup_true_lang_js = (
|
|
1612
|
+
/* harmony default export */ var AddDatavue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
1613
1613
|
props: {
|
|
1614
1614
|
// 是否显示阴影
|
|
1615
1615
|
showShadow: {
|
|
@@ -1681,6 +1681,7 @@ const __default__ = {
|
|
|
1681
1681
|
setup(__props, {
|
|
1682
1682
|
expose: __expose
|
|
1683
1683
|
}) {
|
|
1684
|
+
const props = __props;
|
|
1684
1685
|
let accept = ".zip,.geojson,.topojson,.json,.kml,.kmz,.czml,.csv,.xls,.xlsx,.txt,.dwg,.dfx";
|
|
1685
1686
|
const {
|
|
1686
1687
|
proxy
|
|
@@ -1702,7 +1703,7 @@ const __default__ = {
|
|
|
1702
1703
|
let loadingFile = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
1703
1704
|
|
|
1704
1705
|
// 获取组件传参
|
|
1705
|
-
|
|
1706
|
+
|
|
1706
1707
|
let operatorArray = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.computed)(() => {
|
|
1707
1708
|
let array = [];
|
|
1708
1709
|
let list = [...fileList.value];
|
package/aspectanalysis/index.js
CHANGED
|
@@ -341,7 +341,7 @@ const _hoisted_2 = {
|
|
|
341
341
|
const __default__ = {
|
|
342
342
|
name: "Kq3dAspectAnalysis"
|
|
343
343
|
};
|
|
344
|
-
/* harmony default export */ var AspectAnalysisvue_type_script_setup_true_lang_js = (
|
|
344
|
+
/* harmony default export */ var AspectAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
345
345
|
props: {
|
|
346
346
|
// 设置参数
|
|
347
347
|
settingParams: {
|
|
@@ -384,6 +384,7 @@ const __default__ = {
|
|
|
384
384
|
setup(__props, {
|
|
385
385
|
expose: __expose
|
|
386
386
|
}) {
|
|
387
|
+
const props = __props;
|
|
387
388
|
const {
|
|
388
389
|
proxy
|
|
389
390
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
@@ -391,7 +392,7 @@ const __default__ = {
|
|
|
391
392
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
392
393
|
|
|
393
394
|
// 获取组件传参
|
|
394
|
-
|
|
395
|
+
|
|
395
396
|
// 分析类
|
|
396
397
|
let viewModel = null;
|
|
397
398
|
// 默认参数
|
|
@@ -320,7 +320,7 @@ const _hoisted_10 = {
|
|
|
320
320
|
const __default__ = {
|
|
321
321
|
name: "Kq3dBaseterrainGallery"
|
|
322
322
|
};
|
|
323
|
-
/* harmony default export */ var BaseterrainGalleryvue_type_script_setup_true_lang_js = (
|
|
323
|
+
/* harmony default export */ var BaseterrainGalleryvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
324
324
|
props: {
|
|
325
325
|
selectIndex: {
|
|
326
326
|
type: Number,
|
package/boxclip/index.js
CHANGED
|
@@ -467,7 +467,7 @@ const _hoisted_4 = {
|
|
|
467
467
|
const __default__ = {
|
|
468
468
|
name: "Kq3dBoxClip"
|
|
469
469
|
};
|
|
470
|
-
/* harmony default export */ var BoxClipvue_type_script_setup_true_lang_js = (
|
|
470
|
+
/* harmony default export */ var BoxClipvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
471
471
|
props: {
|
|
472
472
|
// 设置参数
|
|
473
473
|
settingParams: {
|
|
@@ -510,6 +510,7 @@ const __default__ = {
|
|
|
510
510
|
setup(__props, {
|
|
511
511
|
expose: __expose
|
|
512
512
|
}) {
|
|
513
|
+
const props = __props;
|
|
513
514
|
const {
|
|
514
515
|
proxy
|
|
515
516
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
@@ -519,7 +520,7 @@ const __default__ = {
|
|
|
519
520
|
let tiles = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
520
521
|
|
|
521
522
|
// 获取组件传参
|
|
522
|
-
|
|
523
|
+
|
|
523
524
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
524
525
|
tileset: props.settingParams && props.settingParams.tileset || null,
|
|
525
526
|
unionClippingRegions: props.settingParams && props.settingParams.unionClippingRegions !== undefined || false,
|
|
@@ -819,7 +820,7 @@ const __default__ = {
|
|
|
819
820
|
min: -40.0,
|
|
820
821
|
max: 40,
|
|
821
822
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('xDistance'))
|
|
822
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
823
|
+
}, null, 8 /* PROPS */, ["modelValue", "min"])]),
|
|
823
824
|
_: 1 /* STABLE */
|
|
824
825
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
825
826
|
span: 8
|
|
@@ -859,7 +860,7 @@ const __default__ = {
|
|
|
859
860
|
min: -40.0,
|
|
860
861
|
max: 40,
|
|
861
862
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('yDistance'))
|
|
862
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
863
|
+
}, null, 8 /* PROPS */, ["modelValue", "min"])]),
|
|
863
864
|
_: 1 /* STABLE */
|
|
864
865
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
865
866
|
span: 8
|
|
@@ -872,7 +873,7 @@ const __default__ = {
|
|
|
872
873
|
step: 1,
|
|
873
874
|
"controls-position": "right",
|
|
874
875
|
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('yDistance'))
|
|
875
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
876
|
+
}, null, 8 /* PROPS */, ["modelValue", "min"])]),
|
|
876
877
|
_: 1 /* STABLE */
|
|
877
878
|
})]),
|
|
878
879
|
_: 1 /* STABLE */
|
|
@@ -899,7 +900,7 @@ const __default__ = {
|
|
|
899
900
|
min: -40.0,
|
|
900
901
|
max: 40,
|
|
901
902
|
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('zDistance'))
|
|
902
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
903
|
+
}, null, 8 /* PROPS */, ["modelValue", "min"])]),
|
|
903
904
|
_: 1 /* STABLE */
|
|
904
905
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
905
906
|
span: 8
|
|
@@ -912,7 +913,7 @@ const __default__ = {
|
|
|
912
913
|
step: 1,
|
|
913
914
|
"controls-position": "right",
|
|
914
915
|
onInput: _cache[21] || (_cache[21] = $event => paramsChanged('zDistance'))
|
|
915
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
916
|
+
}, null, 8 /* PROPS */, ["modelValue", "min"])]),
|
|
916
917
|
_: 1 /* STABLE */
|
|
917
918
|
})]),
|
|
918
919
|
_: 1 /* STABLE */
|
|
@@ -939,7 +940,7 @@ const __default__ = {
|
|
|
939
940
|
min: 0,
|
|
940
941
|
max: 50,
|
|
941
942
|
onInput: _cache[23] || (_cache[23] = $event => paramsChanged('clipLength'))
|
|
942
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
943
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
943
944
|
_: 1 /* STABLE */
|
|
944
945
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
945
946
|
span: 8
|
|
@@ -952,7 +953,7 @@ const __default__ = {
|
|
|
952
953
|
step: 0.1,
|
|
953
954
|
"controls-position": "right",
|
|
954
955
|
onInput: _cache[25] || (_cache[25] = $event => paramsChanged('clipLength'))
|
|
955
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
956
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
956
957
|
_: 1 /* STABLE */
|
|
957
958
|
})]),
|
|
958
959
|
_: 1 /* STABLE */
|
|
@@ -979,7 +980,7 @@ const __default__ = {
|
|
|
979
980
|
min: 0,
|
|
980
981
|
max: 50,
|
|
981
982
|
onInput: _cache[27] || (_cache[27] = $event => paramsChanged('clipWidth'))
|
|
982
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
983
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
983
984
|
_: 1 /* STABLE */
|
|
984
985
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
985
986
|
span: 8
|
|
@@ -992,7 +993,7 @@ const __default__ = {
|
|
|
992
993
|
max: 50,
|
|
993
994
|
"controls-position": "right",
|
|
994
995
|
onInput: _cache[29] || (_cache[29] = $event => paramsChanged('clipWidth'))
|
|
995
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
996
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
996
997
|
_: 1 /* STABLE */
|
|
997
998
|
})]),
|
|
998
999
|
_: 1 /* STABLE */
|
|
@@ -1019,7 +1020,7 @@ const __default__ = {
|
|
|
1019
1020
|
min: 0,
|
|
1020
1021
|
max: 10,
|
|
1021
1022
|
onInput: _cache[31] || (_cache[31] = $event => paramsChanged('clipHeight'))
|
|
1022
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1023
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1023
1024
|
_: 1 /* STABLE */
|
|
1024
1025
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1025
1026
|
span: 8
|
|
@@ -1032,7 +1033,7 @@ const __default__ = {
|
|
|
1032
1033
|
max: 10,
|
|
1033
1034
|
"controls-position": "right",
|
|
1034
1035
|
onInput: _cache[33] || (_cache[33] = $event => paramsChanged('clipHeight'))
|
|
1035
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1036
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1036
1037
|
_: 1 /* STABLE */
|
|
1037
1038
|
})]),
|
|
1038
1039
|
_: 1 /* STABLE */
|