@kq_npm/client3d_webgl_vue 0.6.0-beta → 0.6.2-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 CHANGED
@@ -522,6 +522,9 @@ const __default__ = {
522
522
  }
523
523
 
524
524
  expose({
525
+ convertAnimationPathKeys,
526
+ showDropDownMenu,
527
+ hideDropDownMenu,
525
528
  save,
526
529
  cancel,
527
530
  addPath,
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
@@ -372,6 +372,10 @@ const __default__ = {
372
372
  }
373
373
 
374
374
  expose({
375
+ loadModeData,
376
+ formatDistance,
377
+ formatArea,
378
+ formatAzimuth,
375
379
  startMeasure,
376
380
  clearMeasure
377
381
  });
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"0.6.0-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"}}
1
+ {"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"0.6.2-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"}}