@kq_npm/client3d_webgl_vue 0.6.0-beta → 0.6.1-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/flight/index.js +3 -0
- package/index.js +7 -0
- package/measure/index.js +4 -0
- package/package.json +1 -1
package/flight/index.js
CHANGED
package/index.js
CHANGED
|
@@ -3837,6 +3837,10 @@ const Measurevue_type_script_setup_true_lang_js_default_ = {
|
|
|
3837
3837
|
}
|
|
3838
3838
|
|
|
3839
3839
|
expose({
|
|
3840
|
+
loadModeData,
|
|
3841
|
+
formatDistance,
|
|
3842
|
+
formatArea,
|
|
3843
|
+
formatAzimuth,
|
|
3840
3844
|
startMeasure,
|
|
3841
3845
|
clearMeasure
|
|
3842
3846
|
});
|
|
@@ -4463,6 +4467,9 @@ const Flightvue_type_script_setup_true_lang_js_default_ = {
|
|
|
4463
4467
|
}
|
|
4464
4468
|
|
|
4465
4469
|
expose({
|
|
4470
|
+
convertAnimationPathKeys,
|
|
4471
|
+
showDropDownMenu,
|
|
4472
|
+
hideDropDownMenu,
|
|
4466
4473
|
save,
|
|
4467
4474
|
cancel,
|
|
4468
4475
|
addPath,
|
package/measure/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"0.6.
|
|
1
|
+
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"0.6.1-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","@turf/turf":"^6.5.0","css-vars-ponyfill":"^2.4.8","xe-utils":"^3.5.4"}}
|