@kq_npm/client3d_webgl_vue 3.6.4-beta → 3.6.5-beta
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/index.js +1 -1
- package/package.json +1 -1
- package/scenceview/index.js +1 -1
- package/terrainoperation/index.js +1 -1
package/index.js
CHANGED
|
@@ -14081,7 +14081,7 @@ const TerrainOperationvue_type_script_setup_true_lang_js_default_ = {
|
|
|
14081
14081
|
// 地形操作类型。1:地形开挖;2:地形修改
|
|
14082
14082
|
excavationDepth: props.settingParams && props.settingParams.excavationDepth || 500,
|
|
14083
14083
|
// 地形开挖深度
|
|
14084
|
-
minExcavationDepth: props.settingParams && props.settingParams.minExcavationDepth ||
|
|
14084
|
+
minExcavationDepth: props.settingParams && props.settingParams.minExcavationDepth || 100,
|
|
14085
14085
|
// 地形开挖深度范围最小值
|
|
14086
14086
|
maxExcavationDepth: props.settingParams && props.settingParams.maxExcavationDepth || 5000 // 地形开挖深度范围最大值
|
|
14087
14087
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"3.6.
|
|
1
|
+
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"3.6.5-beta","homepage":"","keywords":["KQGIS","webGL","Vue"],"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","dependencies":{"colorcolor":"^1.1.1","echarts":"^5.3.3","js-cookie":"^3.0.1","omit.js":"^2.0.2","save":"^2.5.0","tinycolor2":"^1.4.2","vue-i18n":"9.2.0-beta.36","xlsx":"^0.18.5","css-vars-ponyfill":"^2.4.8","html2canvas":"^1.4.1","xe-utils":"^3.5.4"}}
|
package/scenceview/index.js
CHANGED
|
@@ -23200,7 +23200,7 @@ const __default__ = {
|
|
|
23200
23200
|
// 地形操作类型。1:地形开挖;2:地形修改
|
|
23201
23201
|
excavationDepth: props.settingParams && props.settingParams.excavationDepth || 500,
|
|
23202
23202
|
// 地形开挖深度
|
|
23203
|
-
minExcavationDepth: props.settingParams && props.settingParams.minExcavationDepth ||
|
|
23203
|
+
minExcavationDepth: props.settingParams && props.settingParams.minExcavationDepth || 100,
|
|
23204
23204
|
// 地形开挖深度范围最小值
|
|
23205
23205
|
maxExcavationDepth: props.settingParams && props.settingParams.maxExcavationDepth || 5000 // 地形开挖深度范围最大值
|
|
23206
23206
|
|
|
@@ -477,7 +477,7 @@ const __default__ = {
|
|
|
477
477
|
// 地形操作类型。1:地形开挖;2:地形修改
|
|
478
478
|
excavationDepth: props.settingParams && props.settingParams.excavationDepth || 500,
|
|
479
479
|
// 地形开挖深度
|
|
480
|
-
minExcavationDepth: props.settingParams && props.settingParams.minExcavationDepth ||
|
|
480
|
+
minExcavationDepth: props.settingParams && props.settingParams.minExcavationDepth || 100,
|
|
481
481
|
// 地形开挖深度范围最小值
|
|
482
482
|
maxExcavationDepth: props.settingParams && props.settingParams.maxExcavationDepth || 5000 // 地形开挖深度范围最大值
|
|
483
483
|
|