@kq_npm/client3d_webgl_vue 4.5.22-beta → 4.5.24
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/aspectanalysis/index.js +5 -5
- package/boxclip/index.js +14 -14
- package/clientPrint/index.js +497 -403
- package/excavatefillanalysis/index.js +3 -3
- package/floodanalysis/index.js +9 -9
- package/geologicalbodyanalysis/index.js +4 -4
- package/gpuspatialquery/index.js +8 -8
- package/heatmap3d/index.js +8 -8
- package/index.js +498 -404
- package/isolineanalysis/index.js +40 -40
- package/light/index.js +112 -64
- package/limitheightanalysis/index.js +4 -4
- package/measure/index.js +4 -3
- package/modelfilter/index.js +10 -10
- package/package.json +1 -1
- package/particleeffect/index.js +18 -18
- package/planeclip/index.js +2 -2
- package/scaneffect/index.js +12 -12
- package/sceneadvancedtoimage/index.js +13 -13
- package/sceneapp/index.js +497 -403
- package/sceneset/index.js +110 -81
- package/sceneset/style/sceneset.css +1 -1
- package/scenetohdimage/index.js +10 -10
- package/sceneview/index.js +497 -403
- package/screenshot/index.js +2 -2
- package/shadowanalysis/index.js +4 -4
- package/sightlineanalysis/index.js +1 -1
- package/slopeanalysis/index.js +11 -11
- package/slopeaspectanalysis/index.js +15 -15
- package/style.css +1 -1
- package/terrainoperation/index.js +1 -1
- package/terrainprofileanalysis/index.js +1 -1
- package/videofusion/index.js +17 -17
- package/videoproject/index.js +15 -15
- package/viewshedanalysis/index.js +6 -6
- package/weathereffect/index.js +13 -13
|
@@ -297,7 +297,7 @@ class ExcavateFillAnalysisViewModel {
|
|
|
297
297
|
start() {
|
|
298
298
|
// 判断是否添加了地形
|
|
299
299
|
if (this._options.viewer.terrainProvider.availability) {
|
|
300
|
-
if (this._options.viewer.terrainProvider && this._options.viewer.terrainProvider.
|
|
300
|
+
if (this._options.viewer.terrainProvider && !this._options.viewer.terrainProvider._heightmapStructure) {
|
|
301
301
|
this._drawManager.startDraw("polygon", {
|
|
302
302
|
clampToGround: true
|
|
303
303
|
});
|
|
@@ -628,7 +628,7 @@ const __default__ = {
|
|
|
628
628
|
step: 100,
|
|
629
629
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minAltitudeHeight,
|
|
630
630
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAltitudeHeight,
|
|
631
|
-
|
|
631
|
+
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('height'))
|
|
632
632
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
633
633
|
_: 1 /* STABLE */
|
|
634
634
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -644,7 +644,7 @@ const __default__ = {
|
|
|
644
644
|
step: 100,
|
|
645
645
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxAltitudeHeight,
|
|
646
646
|
"controls-position": "right",
|
|
647
|
-
|
|
647
|
+
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('height'))
|
|
648
648
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
649
649
|
_: 1 /* STABLE */
|
|
650
650
|
})]),
|
package/floodanalysis/index.js
CHANGED
|
@@ -351,7 +351,7 @@ class FloodAnalysisViewModel {
|
|
|
351
351
|
// 判断是否添加了地形
|
|
352
352
|
if (this._mode === 0) {
|
|
353
353
|
if (this._floodModelAnalysis.viewer.terrainProvider.availability) {
|
|
354
|
-
if (this._floodModelAnalysis.viewer.terrainProvider && this._floodModelAnalysis.viewer.terrainProvider.
|
|
354
|
+
if (this._floodModelAnalysis.viewer.terrainProvider && !this._floodModelAnalysis.viewer.terrainProvider._heightmapStructure) {
|
|
355
355
|
this.clear();
|
|
356
356
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.HorizontalArea);
|
|
357
357
|
} else {
|
|
@@ -813,7 +813,7 @@ const __default__ = {
|
|
|
813
813
|
step: 1,
|
|
814
814
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloodSpeed,
|
|
815
815
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloodSpeed,
|
|
816
|
-
|
|
816
|
+
onChange: _cache[5] || (_cache[5] = $event => paramsChanged('speed'))
|
|
817
817
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
818
818
|
_: 1 /* STABLE */
|
|
819
819
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -826,7 +826,7 @@ const __default__ = {
|
|
|
826
826
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloodSpeed,
|
|
827
827
|
step: 1,
|
|
828
828
|
"controls-position": "right",
|
|
829
|
-
|
|
829
|
+
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('speed'))
|
|
830
830
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
831
831
|
_: 1 /* STABLE */
|
|
832
832
|
})]),
|
|
@@ -853,7 +853,7 @@ const __default__ = {
|
|
|
853
853
|
step: 0.01,
|
|
854
854
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloodAlpha,
|
|
855
855
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloodAlpha,
|
|
856
|
-
|
|
856
|
+
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('alpha'))
|
|
857
857
|
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
858
858
|
_: 1 /* STABLE */
|
|
859
859
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -866,7 +866,7 @@ const __default__ = {
|
|
|
866
866
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloodAlpha,
|
|
867
867
|
step: 0.01,
|
|
868
868
|
"controls-position": "right",
|
|
869
|
-
|
|
869
|
+
onChange: _cache[11] || (_cache[11] = $event => paramsChanged('alpha'))
|
|
870
870
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
871
871
|
_: 1 /* STABLE */
|
|
872
872
|
})]),
|
|
@@ -893,7 +893,7 @@ const __default__ = {
|
|
|
893
893
|
step: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floodHeightStep,
|
|
894
894
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloodMinHeight,
|
|
895
895
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloodMinHeight,
|
|
896
|
-
|
|
896
|
+
onChange: _cache[13] || (_cache[13] = $event => paramsChanged('minHeight'))
|
|
897
897
|
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
898
898
|
_: 1 /* STABLE */
|
|
899
899
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -906,7 +906,7 @@ const __default__ = {
|
|
|
906
906
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloodMinHeight,
|
|
907
907
|
step: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floodHeightStep,
|
|
908
908
|
"controls-position": "right",
|
|
909
|
-
|
|
909
|
+
onChange: _cache[15] || (_cache[15] = $event => paramsChanged('minHeight'))
|
|
910
910
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
911
911
|
_: 1 /* STABLE */
|
|
912
912
|
})]),
|
|
@@ -933,7 +933,7 @@ const __default__ = {
|
|
|
933
933
|
step: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floodHeightStep,
|
|
934
934
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFloodMaxHeight,
|
|
935
935
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloodMaxHeight,
|
|
936
|
-
|
|
936
|
+
onChange: _cache[17] || (_cache[17] = $event => paramsChanged('maxHeight'))
|
|
937
937
|
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
938
938
|
_: 1 /* STABLE */
|
|
939
939
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -946,7 +946,7 @@ const __default__ = {
|
|
|
946
946
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFloodMaxHeight,
|
|
947
947
|
step: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).floodHeightStep,
|
|
948
948
|
"controls-position": "right",
|
|
949
|
-
|
|
949
|
+
onChange: _cache[19] || (_cache[19] = $event => paramsChanged('maxHeight'))
|
|
950
950
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
951
951
|
_: 1 /* STABLE */
|
|
952
952
|
})]),
|
|
@@ -706,7 +706,7 @@ const __default__ = {
|
|
|
706
706
|
min: 1,
|
|
707
707
|
max: 50,
|
|
708
708
|
step: 0.1,
|
|
709
|
-
|
|
709
|
+
onChange: _cache[5] || (_cache[5] = $event => paramsChanged('drillingRadius'))
|
|
710
710
|
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
711
711
|
_: 1 /* STABLE */
|
|
712
712
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -722,7 +722,7 @@ const __default__ = {
|
|
|
722
722
|
max: 50,
|
|
723
723
|
step: 0.1,
|
|
724
724
|
"controls-position": "right",
|
|
725
|
-
|
|
725
|
+
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('drillingRadius'))
|
|
726
726
|
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
727
727
|
_: 1 /* STABLE */
|
|
728
728
|
})]),
|
|
@@ -758,7 +758,7 @@ const __default__ = {
|
|
|
758
758
|
min: 1,
|
|
759
759
|
max: 500,
|
|
760
760
|
step: 1,
|
|
761
|
-
|
|
761
|
+
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('drillingDepth'))
|
|
762
762
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
763
763
|
_: 1 /* STABLE */
|
|
764
764
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -774,7 +774,7 @@ const __default__ = {
|
|
|
774
774
|
max: 500,
|
|
775
775
|
step: 1,
|
|
776
776
|
"controls-position": "right",
|
|
777
|
-
|
|
777
|
+
onChange: _cache[11] || (_cache[11] = $event => paramsChanged('drillingDepth'))
|
|
778
778
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
779
779
|
_: 1 /* STABLE */
|
|
780
780
|
})]),
|
package/gpuspatialquery/index.js
CHANGED
|
@@ -846,7 +846,7 @@ const __default__ = {
|
|
|
846
846
|
step: 0.1,
|
|
847
847
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minScale,
|
|
848
848
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxScale,
|
|
849
|
-
|
|
849
|
+
onChange: _cache[5] || (_cache[5] = $event => paramsChanged('scale'))
|
|
850
850
|
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
851
851
|
_: 1 /* STABLE */
|
|
852
852
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -859,7 +859,7 @@ const __default__ = {
|
|
|
859
859
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxScale,
|
|
860
860
|
step: 0.1,
|
|
861
861
|
"controls-position": "right",
|
|
862
|
-
|
|
862
|
+
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('scale'))
|
|
863
863
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
864
864
|
_: 1 /* STABLE */
|
|
865
865
|
})]),
|
|
@@ -886,7 +886,7 @@ const __default__ = {
|
|
|
886
886
|
step: 1,
|
|
887
887
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minXRotate,
|
|
888
888
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxXRotate,
|
|
889
|
-
|
|
889
|
+
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('xRotate'))
|
|
890
890
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
891
891
|
_: 1 /* STABLE */
|
|
892
892
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -899,7 +899,7 @@ const __default__ = {
|
|
|
899
899
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxXRotate,
|
|
900
900
|
step: 1,
|
|
901
901
|
"controls-position": "right",
|
|
902
|
-
|
|
902
|
+
onChange: _cache[11] || (_cache[11] = $event => paramsChanged('xRotate'))
|
|
903
903
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
904
904
|
_: 1 /* STABLE */
|
|
905
905
|
})]),
|
|
@@ -926,7 +926,7 @@ const __default__ = {
|
|
|
926
926
|
step: 1,
|
|
927
927
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minXRotate,
|
|
928
928
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxXRotate,
|
|
929
|
-
|
|
929
|
+
onChange: _cache[13] || (_cache[13] = $event => paramsChanged('yRotate'))
|
|
930
930
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
931
931
|
_: 1 /* STABLE */
|
|
932
932
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -939,7 +939,7 @@ const __default__ = {
|
|
|
939
939
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxXRotate,
|
|
940
940
|
step: 1,
|
|
941
941
|
"controls-position": "right",
|
|
942
|
-
|
|
942
|
+
onChange: _cache[15] || (_cache[15] = $event => paramsChanged('yRotate'))
|
|
943
943
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
944
944
|
_: 1 /* STABLE */
|
|
945
945
|
})]),
|
|
@@ -966,7 +966,7 @@ const __default__ = {
|
|
|
966
966
|
step: 1,
|
|
967
967
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minZRotate,
|
|
968
968
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxZRotate,
|
|
969
|
-
|
|
969
|
+
onChange: _cache[17] || (_cache[17] = $event => paramsChanged('zRotate'))
|
|
970
970
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
971
971
|
_: 1 /* STABLE */
|
|
972
972
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -979,7 +979,7 @@ const __default__ = {
|
|
|
979
979
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxZRotate,
|
|
980
980
|
step: 1,
|
|
981
981
|
"controls-position": "right",
|
|
982
|
-
|
|
982
|
+
onChange: _cache[19] || (_cache[19] = $event => paramsChanged('zRotate'))
|
|
983
983
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
984
984
|
_: 1 /* STABLE */
|
|
985
985
|
})]),
|
package/heatmap3d/index.js
CHANGED
|
@@ -1913,7 +1913,7 @@ const __default__ = {
|
|
|
1913
1913
|
step: 0.1,
|
|
1914
1914
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRadius,
|
|
1915
1915
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRadius,
|
|
1916
|
-
|
|
1916
|
+
onChange: _cache[10] || (_cache[10] = $event => paramsChanged('radius'))
|
|
1917
1917
|
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
1918
1918
|
_: 1 /* STABLE */
|
|
1919
1919
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1925,7 +1925,7 @@ const __default__ = {
|
|
|
1925
1925
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRadius,
|
|
1926
1926
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRadius,
|
|
1927
1927
|
step: 0.1,
|
|
1928
|
-
|
|
1928
|
+
onChange: _cache[12] || (_cache[12] = $event => paramsChanged('radius')),
|
|
1929
1929
|
"controls-position": "right"
|
|
1930
1930
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
1931
1931
|
_: 1 /* STABLE */
|
|
@@ -1953,7 +1953,7 @@ const __default__ = {
|
|
|
1953
1953
|
step: 0.01,
|
|
1954
1954
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minTransparents,
|
|
1955
1955
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTransparents,
|
|
1956
|
-
|
|
1956
|
+
onChange: _cache[14] || (_cache[14] = $event => paramsChanged('transparents'))
|
|
1957
1957
|
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
1958
1958
|
_: 1 /* STABLE */
|
|
1959
1959
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1965,7 +1965,7 @@ const __default__ = {
|
|
|
1965
1965
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minTransparents,
|
|
1966
1966
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxTransparents,
|
|
1967
1967
|
step: 0.01,
|
|
1968
|
-
|
|
1968
|
+
onChange: _cache[16] || (_cache[16] = $event => paramsChanged('transparents')),
|
|
1969
1969
|
"controls-position": "right"
|
|
1970
1970
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
1971
1971
|
_: 1 /* STABLE */
|
|
@@ -1993,7 +1993,7 @@ const __default__ = {
|
|
|
1993
1993
|
step: 1,
|
|
1994
1994
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
1995
1995
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
1996
|
-
|
|
1996
|
+
onChange: _cache[18] || (_cache[18] = $event => paramsChanged('height'))
|
|
1997
1997
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1998
1998
|
_: 1 /* STABLE */
|
|
1999
1999
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -2005,7 +2005,7 @@ const __default__ = {
|
|
|
2005
2005
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
2006
2006
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
2007
2007
|
step: 1,
|
|
2008
|
-
|
|
2008
|
+
onChange: _cache[20] || (_cache[20] = $event => paramsChanged('height')),
|
|
2009
2009
|
"controls-position": "right"
|
|
2010
2010
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
2011
2011
|
_: 1 /* STABLE */
|
|
@@ -2033,7 +2033,7 @@ const __default__ = {
|
|
|
2033
2033
|
step: 0.1,
|
|
2034
2034
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeightRatio,
|
|
2035
2035
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeightRatio,
|
|
2036
|
-
|
|
2036
|
+
onChange: _cache[22] || (_cache[22] = $event => paramsChanged('heightRatio'))
|
|
2037
2037
|
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
2038
2038
|
_: 1 /* STABLE */
|
|
2039
2039
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -2045,7 +2045,7 @@ const __default__ = {
|
|
|
2045
2045
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeightRatio,
|
|
2046
2046
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeightRatio,
|
|
2047
2047
|
step: 0.1,
|
|
2048
|
-
|
|
2048
|
+
onChange: _cache[24] || (_cache[24] = $event => paramsChanged('heightRatio')),
|
|
2049
2049
|
"controls-position": "right"
|
|
2050
2050
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
2051
2051
|
_: 1 /* STABLE */
|