@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.
- package/adddata/index.js +27 -23
- package/aspectanalysis/index.js +22 -21
- package/baseterraingallery/index.js +4 -2
- package/boxclip/index.js +22 -21
- package/clientPrint/index.js +3 -2
- package/comparemap/index.js +4 -2
- package/excavatefillanalysis/index.js +22 -21
- package/flight/index.js +21 -21
- package/floodanalysis/index.js +22 -21
- package/geologicalbodyanalysis/index.js +22 -21
- package/gpuspatialquery/index.js +32 -24
- package/hawkeye/index.js +4 -2
- package/headertemp/index.js +3 -2
- package/heatmap3d/index.js +38 -43
- package/index.js +45210 -33232
- package/isolineanalysis/index.js +21 -21
- package/light/index.js +4 -2
- package/limitheightanalysis/index.js +4 -2
- package/measure/index.js +21 -21
- package/modelFlat/index.js +22 -21
- package/modelexcavate/index.js +22 -21
- package/modelfilter/index.js +22 -18
- package/modelprofileanalysis/index.js +4 -2
- package/modelselect/index.js +22 -21
- package/package.json +1 -1
- package/particleeffect/index.js +4 -2
- package/planeclip/index.js +22 -21
- package/roller/index.js +4 -2
- package/scaneffect/index.js +22 -21
- package/sceneapp/index.js +12510 -0
- package/sceneset/index.js +4 -2
- package/scenetohdimage/index.js +4 -2
- package/sceneview/index.js +33037 -21002
- package/screenshot/index.js +4 -2
- package/shadowanalysis/index.js +23 -22
- package/sightlineanalysis/index.js +4 -2
- package/skylineanalysis/index.js +22 -21
- package/slopeanalysis/index.js +22 -21
- package/slopeaspectanalysis/index.js +22 -21
- package/statusbar/index.js +108 -107
- package/terrainoperation/index.js +22 -21
- package/terrainprofileanalysis/index.js +22 -21
- package/underground/index.js +4 -2
- package/videofusion/index.js +22 -21
- package/videoproject/index.js +22 -21
- package/viewshedanalysis/index.js +4 -2
- package/weathereffect/index.js +4 -2
- 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
|
-
|
|
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
|
|
package/scenetohdimage/index.js
CHANGED
|
@@ -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
|
-
|
|
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
|
|