@kq_npm/client3d_webgl_vue 4.0.3-beta → 4.0.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/modelfilter/index.js +1 -1
- package/package.json +1 -1
- package/scenceview/index.js +1 -1
package/index.js
CHANGED
|
@@ -10761,7 +10761,7 @@ const ModelFiltervue_type_script_setup_true_lang_js_default_ = {
|
|
|
10761
10761
|
// 色调
|
|
10762
10762
|
saturation: props.settingParams && props.settingParams.saturation || 1,
|
|
10763
10763
|
// 饱和
|
|
10764
|
-
gamma: props.settingParams && props.settingParams.
|
|
10764
|
+
gamma: props.settingParams && props.settingParams.gamma || 1 // 伽马
|
|
10765
10765
|
|
|
10766
10766
|
}); // 生成组件默认header
|
|
10767
10767
|
|
package/modelfilter/index.js
CHANGED
|
@@ -380,7 +380,7 @@ const __default__ = {
|
|
|
380
380
|
// 色调
|
|
381
381
|
saturation: props.settingParams && props.settingParams.saturation || 1,
|
|
382
382
|
// 饱和
|
|
383
|
-
gamma: props.settingParams && props.settingParams.
|
|
383
|
+
gamma: props.settingParams && props.settingParams.gamma || 1 // 伽马
|
|
384
384
|
|
|
385
385
|
}); // 生成组件默认header
|
|
386
386
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"4.0.
|
|
1
|
+
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"4.0.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
|
@@ -15091,7 +15091,7 @@ const __default__ = {
|
|
|
15091
15091
|
// 色调
|
|
15092
15092
|
saturation: props.settingParams && props.settingParams.saturation || 1,
|
|
15093
15093
|
// 饱和
|
|
15094
|
-
gamma: props.settingParams && props.settingParams.
|
|
15094
|
+
gamma: props.settingParams && props.settingParams.gamma || 1 // 伽马
|
|
15095
15095
|
|
|
15096
15096
|
}); // 生成组件默认header
|
|
15097
15097
|
|