@kq_npm/client3d_webgl_vue 4.5.2 → 4.5.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.
Files changed (48) hide show
  1. package/adddata/index.js +27 -23
  2. package/aspectanalysis/index.js +22 -21
  3. package/baseterraingallery/index.js +4 -2
  4. package/boxclip/index.js +22 -21
  5. package/clientPrint/index.js +3 -2
  6. package/comparemap/index.js +4 -2
  7. package/excavatefillanalysis/index.js +22 -21
  8. package/flight/index.js +21 -21
  9. package/floodanalysis/index.js +22 -21
  10. package/geologicalbodyanalysis/index.js +22 -21
  11. package/gpuspatialquery/index.js +32 -24
  12. package/hawkeye/index.js +4 -2
  13. package/headertemp/index.js +3 -2
  14. package/heatmap3d/index.js +38 -43
  15. package/index.js +45210 -33232
  16. package/isolineanalysis/index.js +21 -21
  17. package/light/index.js +4 -2
  18. package/limitheightanalysis/index.js +4 -2
  19. package/measure/index.js +21 -21
  20. package/modelFlat/index.js +22 -21
  21. package/modelexcavate/index.js +22 -21
  22. package/modelfilter/index.js +22 -18
  23. package/modelprofileanalysis/index.js +4 -2
  24. package/modelselect/index.js +22 -21
  25. package/package.json +1 -1
  26. package/particleeffect/index.js +4 -2
  27. package/planeclip/index.js +22 -21
  28. package/roller/index.js +4 -2
  29. package/scaneffect/index.js +22 -21
  30. package/sceneapp/index.js +12510 -0
  31. package/sceneset/index.js +4 -2
  32. package/scenetohdimage/index.js +4 -2
  33. package/sceneview/index.js +33037 -21002
  34. package/screenshot/index.js +4 -2
  35. package/shadowanalysis/index.js +23 -22
  36. package/sightlineanalysis/index.js +4 -2
  37. package/skylineanalysis/index.js +22 -21
  38. package/slopeanalysis/index.js +22 -21
  39. package/slopeaspectanalysis/index.js +22 -21
  40. package/statusbar/index.js +108 -107
  41. package/terrainoperation/index.js +22 -21
  42. package/terrainprofileanalysis/index.js +22 -21
  43. package/underground/index.js +4 -2
  44. package/videofusion/index.js +22 -21
  45. package/videoproject/index.js +22 -21
  46. package/viewshedanalysis/index.js +4 -2
  47. package/weathereffect/index.js +4 -2
  48. package/wireframesketch/index.js +22 -18
package/sceneset/index.js CHANGED
@@ -1067,7 +1067,7 @@ const __default__ = {
1067
1067
  },
1068
1068
 
1069
1069
  setup(__props, {
1070
- expose
1070
+ expose: __expose
1071
1071
  }) {
1072
1072
  const props = __props;
1073
1073
  const {
@@ -1257,10 +1257,12 @@ const __default__ = {
1257
1257
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
1258
1258
  viewModel && viewModel.destroy();
1259
1259
  });
1260
- expose({
1260
+
1261
+ __expose({
1261
1262
  contentChanged,
1262
1263
  paramsChanged
1263
1264
  });
1265
+
1264
1266
  return (_ctx, _cache) => {
1265
1267
  const _component_kq_switch = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-switch");
1266
1268
 
@@ -344,7 +344,7 @@ const __default__ = {
344
344
  },
345
345
 
346
346
  setup(__props, {
347
- expose
347
+ expose: __expose
348
348
  }) {
349
349
  const props = __props;
350
350
  const {
@@ -477,7 +477,9 @@ const __default__ = {
477
477
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
478
478
  viewModel && viewModel.destroy();
479
479
  });
480
- expose({});
480
+
481
+ __expose({});
482
+
481
483
  return (_ctx, _cache) => {
482
484
  const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
483
485