@kq_npm/client3d_webgl_vue 2.9.2-beta → 2.9.3-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 CHANGED
@@ -6701,6 +6701,10 @@ const ModelSelectvue_type_script_setup_true_lang_js_default_ = {
6701
6701
  modeFiled: {
6702
6702
  default: 'id',
6703
6703
  type: String
6704
+ },
6705
+ // 外部字段别名映射
6706
+ aliasNameReflection: {
6707
+ type: Function
6704
6708
  }
6705
6709
  },
6706
6710
 
@@ -262,6 +262,10 @@ const __default__ = {
262
262
  modeFiled: {
263
263
  default: 'id',
264
264
  type: String
265
+ },
266
+ // 外部字段别名映射
267
+ aliasNameReflection: {
268
+ type: Function
265
269
  }
266
270
  },
267
271
 
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"2.9.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","css-vars-ponyfill":"^2.4.8","html2canvas":"^1.4.1","xe-utils":"^3.5.4"}}
1
+ {"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"2.9.3-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"}}
@@ -11344,6 +11344,10 @@ const __default__ = {
11344
11344
  modeFiled: {
11345
11345
  default: 'id',
11346
11346
  type: String
11347
+ },
11348
+ // 外部字段别名映射
11349
+ aliasNameReflection: {
11350
+ type: Function
11347
11351
  }
11348
11352
  },
11349
11353