@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/modelfilter/index.js
CHANGED
|
@@ -398,7 +398,7 @@ const _hoisted_6 = {
|
|
|
398
398
|
const __default__ = {
|
|
399
399
|
name: "Kq3dModelFilter"
|
|
400
400
|
};
|
|
401
|
-
/* harmony default export */ var ModelFiltervue_type_script_setup_true_lang_js = (
|
|
401
|
+
/* harmony default export */ var ModelFiltervue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
402
402
|
props: {
|
|
403
403
|
// 设置参数
|
|
404
404
|
settingParams: {
|
|
@@ -441,6 +441,7 @@ const __default__ = {
|
|
|
441
441
|
setup(__props, {
|
|
442
442
|
expose: __expose
|
|
443
443
|
}) {
|
|
444
|
+
const props = __props;
|
|
444
445
|
const {
|
|
445
446
|
proxy
|
|
446
447
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
@@ -450,7 +451,7 @@ const __default__ = {
|
|
|
450
451
|
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
451
452
|
let tiles = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
452
453
|
// 获取组件传参
|
|
453
|
-
|
|
454
|
+
|
|
454
455
|
// 组件容器Ref
|
|
455
456
|
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
456
457
|
|
|
@@ -643,7 +644,7 @@ const __default__ = {
|
|
|
643
644
|
min: 0,
|
|
644
645
|
max: 5,
|
|
645
646
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('brightness'))
|
|
646
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
647
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
647
648
|
_: 1 /* STABLE */
|
|
648
649
|
}, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
649
650
|
span: 6,
|
|
@@ -659,7 +660,7 @@ const __default__ = {
|
|
|
659
660
|
step: 0.1,
|
|
660
661
|
"controls-position": "right",
|
|
661
662
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('brightness'))
|
|
662
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
663
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
663
664
|
_: 1 /* STABLE */
|
|
664
665
|
})]),
|
|
665
666
|
_: 1 /* STABLE */
|
|
@@ -681,7 +682,7 @@ const __default__ = {
|
|
|
681
682
|
min: 0,
|
|
682
683
|
max: 5,
|
|
683
684
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('contrast'))
|
|
684
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
685
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
685
686
|
_: 1 /* STABLE */
|
|
686
687
|
}, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
687
688
|
span: 6,
|
|
@@ -697,7 +698,7 @@ const __default__ = {
|
|
|
697
698
|
step: 0.1,
|
|
698
699
|
"controls-position": "right",
|
|
699
700
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('contrast'))
|
|
700
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
701
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
701
702
|
_: 1 /* STABLE */
|
|
702
703
|
})]),
|
|
703
704
|
_: 1 /* STABLE */
|
|
@@ -719,7 +720,7 @@ const __default__ = {
|
|
|
719
720
|
min: 0,
|
|
720
721
|
max: 5,
|
|
721
722
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('tone'))
|
|
722
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
723
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
723
724
|
_: 1 /* STABLE */
|
|
724
725
|
}, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
725
726
|
span: 6,
|
|
@@ -735,7 +736,7 @@ const __default__ = {
|
|
|
735
736
|
step: 0.1,
|
|
736
737
|
"controls-position": "right",
|
|
737
738
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('tone'))
|
|
738
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
739
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
739
740
|
_: 1 /* STABLE */
|
|
740
741
|
})]),
|
|
741
742
|
_: 1 /* STABLE */
|
|
@@ -757,7 +758,7 @@ const __default__ = {
|
|
|
757
758
|
min: 0,
|
|
758
759
|
max: 5,
|
|
759
760
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('saturation'))
|
|
760
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
761
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
761
762
|
_: 1 /* STABLE */
|
|
762
763
|
}, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
763
764
|
span: 6,
|
|
@@ -773,7 +774,7 @@ const __default__ = {
|
|
|
773
774
|
step: 0.1,
|
|
774
775
|
"controls-position": "right",
|
|
775
776
|
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('saturation'))
|
|
776
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
777
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
777
778
|
_: 1 /* STABLE */
|
|
778
779
|
})]),
|
|
779
780
|
_: 1 /* STABLE */
|
|
@@ -795,7 +796,7 @@ const __default__ = {
|
|
|
795
796
|
min: 0,
|
|
796
797
|
max: 5,
|
|
797
798
|
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('gamma'))
|
|
798
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
799
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
799
800
|
_: 1 /* STABLE */
|
|
800
801
|
}, 8 /* PROPS */, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
801
802
|
span: 6,
|
|
@@ -811,7 +812,7 @@ const __default__ = {
|
|
|
811
812
|
step: 0.1,
|
|
812
813
|
"controls-position": "right",
|
|
813
814
|
onInput: _cache[21] || (_cache[21] = $event => paramsChanged('gamma'))
|
|
814
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
815
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
815
816
|
_: 1 /* STABLE */
|
|
816
817
|
})]),
|
|
817
818
|
_: 1 /* STABLE */
|
|
@@ -524,7 +524,7 @@ const _hoisted_4 = {
|
|
|
524
524
|
const __default__ = {
|
|
525
525
|
name: "Kq3dModelProfileAnalysis"
|
|
526
526
|
};
|
|
527
|
-
/* harmony default export */ var ModelProfileAnalysisvue_type_script_setup_true_lang_js = (
|
|
527
|
+
/* harmony default export */ var ModelProfileAnalysisvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
528
528
|
props: {
|
|
529
529
|
// 设置参数
|
|
530
530
|
settingParams: {
|
|
@@ -567,6 +567,7 @@ const __default__ = {
|
|
|
567
567
|
setup(__props, {
|
|
568
568
|
expose: __expose
|
|
569
569
|
}) {
|
|
570
|
+
const props = __props;
|
|
570
571
|
const {
|
|
571
572
|
proxy
|
|
572
573
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
@@ -578,7 +579,7 @@ const __default__ = {
|
|
|
578
579
|
// chart显示
|
|
579
580
|
let resultCahrtVis = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(true);
|
|
580
581
|
// 获取组件传参
|
|
581
|
-
|
|
582
|
+
|
|
582
583
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
583
584
|
perspectiveAngle: props.settingParams && props.settingParams.perspectiveAngle || 90,
|
|
584
585
|
// 透视角度
|
package/modelselect/index.js
CHANGED
|
@@ -390,7 +390,7 @@ const _hoisted_2 = {
|
|
|
390
390
|
const __default__ = {
|
|
391
391
|
name: "Kq3dModelSelect"
|
|
392
392
|
};
|
|
393
|
-
/* harmony default export */ var ModelSelectvue_type_script_setup_true_lang_js = (
|
|
393
|
+
/* harmony default export */ var ModelSelectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
394
394
|
props: {
|
|
395
395
|
// 外部字段别名映射
|
|
396
396
|
aliasNameReflection: {
|
|
@@ -445,6 +445,7 @@ const __default__ = {
|
|
|
445
445
|
setup(__props, {
|
|
446
446
|
expose: __expose
|
|
447
447
|
}) {
|
|
448
|
+
const props = __props;
|
|
448
449
|
let layerNameTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
449
450
|
// 属性值
|
|
450
451
|
let tableData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
@@ -457,7 +458,7 @@ const __default__ = {
|
|
|
457
458
|
let ref_box = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
458
459
|
|
|
459
460
|
// 获取组件传参
|
|
460
|
-
|
|
461
|
+
|
|
461
462
|
// 表格头样式
|
|
462
463
|
let headClass = args => {
|
|
463
464
|
return {
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"4.5.
|
|
1
|
+
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"4.5.15","homepage":"","keywords":["KQGIS","webGL","Vue"],"sdkNames":["@kq_npm/client_icons_vue"],"restrictedVersion":true,"validateSDK":true,"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","dependencies":{"save":"2.5.0","html2canvas":"1.4.1","papaparse":"5.4.1"}}
|
package/particleeffect/index.js
CHANGED
|
@@ -458,7 +458,7 @@ const _hoisted_2 = {
|
|
|
458
458
|
const __default__ = {
|
|
459
459
|
name: "Kq3dParticleEffect"
|
|
460
460
|
};
|
|
461
|
-
/* harmony default export */ var ParticleEffectvue_type_script_setup_true_lang_js = (
|
|
461
|
+
/* harmony default export */ var ParticleEffectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
462
462
|
props: {
|
|
463
463
|
// 设置参数
|
|
464
464
|
settingParams: {
|
|
@@ -501,6 +501,7 @@ const __default__ = {
|
|
|
501
501
|
setup(__props, {
|
|
502
502
|
expose: __expose
|
|
503
503
|
}) {
|
|
504
|
+
const props = __props;
|
|
504
505
|
const {
|
|
505
506
|
proxy
|
|
506
507
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
@@ -509,7 +510,7 @@ const __default__ = {
|
|
|
509
510
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
510
511
|
|
|
511
512
|
// 获取组件传参
|
|
512
|
-
|
|
513
|
+
|
|
513
514
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
514
515
|
mode: props.settingParams && props.settingParams.mode || "flame",
|
|
515
516
|
particleNum: props.settingParams && props.settingParams.particleNum || 40,
|
|
@@ -756,7 +757,7 @@ const __default__ = {
|
|
|
756
757
|
min: 0.1,
|
|
757
758
|
max: 5,
|
|
758
759
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('particleSize'))
|
|
759
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
760
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
760
761
|
_: 1 /* STABLE */
|
|
761
762
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
762
763
|
span: 8
|
|
@@ -769,7 +770,7 @@ const __default__ = {
|
|
|
769
770
|
max: 5,
|
|
770
771
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('particleSize')),
|
|
771
772
|
"controls-position": "right"
|
|
772
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
773
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
773
774
|
_: 1 /* STABLE */
|
|
774
775
|
})]),
|
|
775
776
|
_: 1 /* STABLE */
|
|
@@ -796,7 +797,7 @@ const __default__ = {
|
|
|
796
797
|
min: 0.1,
|
|
797
798
|
max: 5,
|
|
798
799
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('minLifeCycle'))
|
|
799
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
800
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
800
801
|
_: 1 /* STABLE */
|
|
801
802
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
802
803
|
span: 8
|
|
@@ -809,7 +810,7 @@ const __default__ = {
|
|
|
809
810
|
max: 5,
|
|
810
811
|
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('minLifeCycle')),
|
|
811
812
|
"controls-position": "right"
|
|
812
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
813
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
813
814
|
_: 1 /* STABLE */
|
|
814
815
|
})]),
|
|
815
816
|
_: 1 /* STABLE */
|
|
@@ -836,7 +837,7 @@ const __default__ = {
|
|
|
836
837
|
min: 0.1,
|
|
837
838
|
max: 5,
|
|
838
839
|
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('maxLifeCycle'))
|
|
839
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
840
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
840
841
|
_: 1 /* STABLE */
|
|
841
842
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
842
843
|
span: 8
|
|
@@ -849,7 +850,7 @@ const __default__ = {
|
|
|
849
850
|
max: 5,
|
|
850
851
|
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('maxLifeCycle')),
|
|
851
852
|
"controls-position": "right"
|
|
852
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
853
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
853
854
|
_: 1 /* STABLE */
|
|
854
855
|
})]),
|
|
855
856
|
_: 1 /* STABLE */
|
|
@@ -956,7 +957,7 @@ const __default__ = {
|
|
|
956
957
|
max: 10.0,
|
|
957
958
|
step: 0.1,
|
|
958
959
|
onInput: _cache[27] || (_cache[27] = $event => paramsChanged('startScale'))
|
|
959
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
960
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
960
961
|
_: 1 /* STABLE */
|
|
961
962
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
962
963
|
span: 8
|
|
@@ -969,7 +970,7 @@ const __default__ = {
|
|
|
969
970
|
step: 0.1,
|
|
970
971
|
onInput: _cache[29] || (_cache[29] = $event => paramsChanged('startScale')),
|
|
971
972
|
"controls-position": "right"
|
|
972
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
973
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
973
974
|
_: 1 /* STABLE */
|
|
974
975
|
})]),
|
|
975
976
|
_: 1 /* STABLE */
|
|
@@ -996,7 +997,7 @@ const __default__ = {
|
|
|
996
997
|
max: 10.0,
|
|
997
998
|
step: 0.1,
|
|
998
999
|
onInput: _cache[31] || (_cache[31] = $event => paramsChanged('endScale'))
|
|
999
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1000
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
1000
1001
|
_: 1 /* STABLE */
|
|
1001
1002
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1002
1003
|
span: 8
|
|
@@ -1009,7 +1010,7 @@ const __default__ = {
|
|
|
1009
1010
|
step: 0.1,
|
|
1010
1011
|
onInput: _cache[33] || (_cache[33] = $event => paramsChanged('endScale')),
|
|
1011
1012
|
"controls-position": "right"
|
|
1012
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1013
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
1013
1014
|
_: 1 /* STABLE */
|
|
1014
1015
|
})]),
|
|
1015
1016
|
_: 1 /* STABLE */
|
|
@@ -1036,7 +1037,7 @@ const __default__ = {
|
|
|
1036
1037
|
min: 0.0,
|
|
1037
1038
|
max: 10,
|
|
1038
1039
|
onInput: _cache[35] || (_cache[35] = $event => paramsChanged('gravity'))
|
|
1039
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1040
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
1040
1041
|
_: 1 /* STABLE */
|
|
1041
1042
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1042
1043
|
span: 8
|
|
@@ -1049,7 +1050,7 @@ const __default__ = {
|
|
|
1049
1050
|
step: 0.1,
|
|
1050
1051
|
onInput: _cache[37] || (_cache[37] = $event => paramsChanged('gravity')),
|
|
1051
1052
|
"controls-position": "right"
|
|
1052
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1053
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
|
|
1053
1054
|
_: 1 /* STABLE */
|
|
1054
1055
|
})]),
|
|
1055
1056
|
_: 1 /* STABLE */
|
package/planeclip/index.js
CHANGED
|
@@ -455,7 +455,7 @@ const _hoisted_5 = {
|
|
|
455
455
|
const __default__ = {
|
|
456
456
|
name: "Kq3dPlaneClip"
|
|
457
457
|
};
|
|
458
|
-
/* harmony default export */ var PlaneClipvue_type_script_setup_true_lang_js = (
|
|
458
|
+
/* harmony default export */ var PlaneClipvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
459
459
|
props: {
|
|
460
460
|
// 设置参数
|
|
461
461
|
settingParams: {
|
|
@@ -498,6 +498,7 @@ const __default__ = {
|
|
|
498
498
|
setup(__props, {
|
|
499
499
|
expose: __expose
|
|
500
500
|
}) {
|
|
501
|
+
const props = __props;
|
|
501
502
|
const {
|
|
502
503
|
proxy
|
|
503
504
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
@@ -507,7 +508,7 @@ const __default__ = {
|
|
|
507
508
|
let tiles = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
508
509
|
|
|
509
510
|
// 获取组件传参
|
|
510
|
-
|
|
511
|
+
|
|
511
512
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
512
513
|
tileset: props.settingParams && props.settingParams.tileset || null,
|
|
513
514
|
clipDirection: props.settingParams && props.settingParams.clipDirection || 2,
|
package/resetview/index.js
CHANGED
|
@@ -231,7 +231,7 @@ var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
|
231
231
|
const __default__ = {
|
|
232
232
|
name: "Kq3dResetView"
|
|
233
233
|
};
|
|
234
|
-
/* harmony default export */ var ResetViewvue_type_script_setup_true_lang_js = (
|
|
234
|
+
/* harmony default export */ var ResetViewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
235
235
|
props: {
|
|
236
236
|
// 指定组件绑定的scence对象的div的id
|
|
237
237
|
mapTarget: String,
|
package/roller/index.js
CHANGED
|
@@ -418,7 +418,7 @@ const _hoisted_2 = {
|
|
|
418
418
|
const __default__ = {
|
|
419
419
|
name: "Kq3dRoller"
|
|
420
420
|
};
|
|
421
|
-
/* harmony default export */ var Rollervue_type_script_setup_true_lang_js = (
|
|
421
|
+
/* harmony default export */ var Rollervue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
422
422
|
props: {
|
|
423
423
|
showShadow: {
|
|
424
424
|
type: Boolean,
|
|
@@ -456,12 +456,12 @@ const __default__ = {
|
|
|
456
456
|
setup(__props, {
|
|
457
457
|
expose: __expose
|
|
458
458
|
}) {
|
|
459
|
+
const props = __props;
|
|
459
460
|
const {
|
|
460
461
|
proxy
|
|
461
462
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
462
463
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
463
464
|
//获取组件传参
|
|
464
|
-
const props = __props;
|
|
465
465
|
|
|
466
466
|
// 表格头样式
|
|
467
467
|
let headClass = args => {
|
package/scaneffect/index.js
CHANGED
|
@@ -717,7 +717,7 @@ const _hoisted_2 = {
|
|
|
717
717
|
const __default__ = {
|
|
718
718
|
name: "Kq3dScanEffect"
|
|
719
719
|
};
|
|
720
|
-
/* harmony default export */ var ScanEffectvue_type_script_setup_true_lang_js = (
|
|
720
|
+
/* harmony default export */ var ScanEffectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
721
721
|
props: {
|
|
722
722
|
// 设置参数
|
|
723
723
|
settingParams: {
|
|
@@ -760,13 +760,14 @@ const __default__ = {
|
|
|
760
760
|
setup(__props, {
|
|
761
761
|
expose: __expose
|
|
762
762
|
}) {
|
|
763
|
+
const props = __props;
|
|
763
764
|
const {
|
|
764
765
|
proxy
|
|
765
766
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
766
767
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
767
768
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
768
769
|
// 获取组件传参
|
|
769
|
-
|
|
770
|
+
|
|
770
771
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
771
772
|
scanningStyle: props.settingParams && props.settingParams.scanningStyle || 1,
|
|
772
773
|
// 地形操作类型。1:线性扫描;2:环形扫描
|
|
@@ -1022,7 +1023,7 @@ const __default__ = {
|
|
|
1022
1023
|
step: 0.1,
|
|
1023
1024
|
"controls-position": "right",
|
|
1024
1025
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('lineSpeed'))
|
|
1025
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1026
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
|
|
1026
1027
|
_: 1 /* STABLE */
|
|
1027
1028
|
})]),
|
|
1028
1029
|
_: 1 /* STABLE */
|
|
@@ -1049,7 +1050,7 @@ const __default__ = {
|
|
|
1049
1050
|
max: 100,
|
|
1050
1051
|
step: 0.1,
|
|
1051
1052
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('lineWidth'))
|
|
1052
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1053
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
|
|
1053
1054
|
_: 1 /* STABLE */
|
|
1054
1055
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1055
1056
|
span: 8
|
|
@@ -517,7 +517,7 @@ const _hoisted_2 = {
|
|
|
517
517
|
const __default__ = {
|
|
518
518
|
name: "Kq3dSceneAdvancedToImage"
|
|
519
519
|
};
|
|
520
|
-
/* harmony default export */ var SceneAdvancedToImagevue_type_script_setup_true_lang_js = (
|
|
520
|
+
/* harmony default export */ var SceneAdvancedToImagevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
521
521
|
props: {
|
|
522
522
|
// 设置参数
|
|
523
523
|
settingParams: {
|
|
@@ -560,6 +560,7 @@ const __default__ = {
|
|
|
560
560
|
setup(__props, {
|
|
561
561
|
expose: __expose
|
|
562
562
|
}) {
|
|
563
|
+
const props = __props;
|
|
563
564
|
const {
|
|
564
565
|
proxy
|
|
565
566
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
@@ -568,7 +569,7 @@ const __default__ = {
|
|
|
568
569
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("screenParameter");
|
|
569
570
|
|
|
570
571
|
// 获取组件传参
|
|
571
|
-
|
|
572
|
+
|
|
572
573
|
// 分析类
|
|
573
574
|
let viewModel = null;
|
|
574
575
|
// 参数
|