@kq_npm/client3d_webgl_vue 1.6.5-beta → 1.6.7-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.
@@ -230,6 +230,10 @@ const __default__ = {
230
230
 
231
231
  function clearResult() {
232
232
  viewModel && viewModel.clear();
233
+ }
234
+
235
+ function getSelectIndex() {
236
+ return currentIndex.value;
233
237
  } // 销毁
234
238
 
235
239
 
@@ -239,6 +243,7 @@ const __default__ = {
239
243
  expose({
240
244
  changSelectTerrain,
241
245
  clickHandler,
246
+ getSelectIndex,
242
247
  clearResult
243
248
  });
244
249
  return (_ctx, _cache) => {
package/index.js CHANGED
@@ -3748,6 +3748,10 @@ const BaseterrainGalleryvue_type_script_setup_true_lang_js_default_ = {
3748
3748
 
3749
3749
  function clearResult() {
3750
3750
  viewModel && viewModel.clear();
3751
+ }
3752
+
3753
+ function getSelectIndex() {
3754
+ return currentIndex.value;
3751
3755
  } // 销毁
3752
3756
 
3753
3757
 
@@ -3757,6 +3761,7 @@ const BaseterrainGalleryvue_type_script_setup_true_lang_js_default_ = {
3757
3761
  expose({
3758
3762
  changSelectTerrain,
3759
3763
  clickHandler,
3764
+ getSelectIndex,
3760
3765
  clearResult
3761
3766
  });
3762
3767
  return (_ctx, _cache) => {
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"1.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","xe-utils":"^3.5.4"}}
1
+ {"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"1.6.7-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","xe-utils":"^3.5.4"}}