@kq_npm/client3d_webgl_vue 4.5.47 → 4.5.49

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 (46) hide show
  1. package/adddata/index.js +14 -8
  2. package/aspectanalysis/index.js +8 -3
  3. package/boxclip/index.js +8 -3
  4. package/buildpointmodel/index.js +8 -3
  5. package/buildpolygonmodel/index.js +110 -49
  6. package/buildpolylinemodel/index.js +8 -3
  7. package/clientPrint/index.js +548 -72
  8. package/excavatefillanalysis/index.js +8 -3
  9. package/fixedzoomin/index.js +7 -5
  10. package/fixedzoomout/index.js +7 -5
  11. package/flight/index.js +8 -3
  12. package/floodanalysis/index.js +8 -3
  13. package/geologicalbodyanalysis/index.js +8 -3
  14. package/gpuspatialquery/index.js +8 -3
  15. package/heatmap3d/index.js +8 -3
  16. package/index.js +513 -66
  17. package/isolineanalysis/index.js +8 -3
  18. package/limitheightanalysis/index.js +8 -3
  19. package/measure/index.js +8 -3
  20. package/modelFlat/index.js +8 -3
  21. package/modeledit/index.js +8 -3
  22. package/modelexcavate/index.js +8 -3
  23. package/modelmaterialedit/index.js +596 -0
  24. package/modelmaterialedit/style/index.js +3 -0
  25. package/modelmaterialedit/style/modelmaterialedit.css +1 -0
  26. package/modelprofileanalysis/index.js +8 -3
  27. package/modelselect/index.js +8 -3
  28. package/package.json +1 -1
  29. package/planeclip/index.js +8 -3
  30. package/scaneffect/index.js +8 -3
  31. package/sceneadvancedtoimage/index.js +8 -3
  32. package/sceneapp/index.js +548 -72
  33. package/sceneview/index.js +548 -72
  34. package/shadowanalysis/index.js +8 -3
  35. package/sightlineanalysis/index.js +8 -3
  36. package/skylineanalysis/index.js +8 -3
  37. package/slopeanalysis/index.js +8 -3
  38. package/slopeaspectanalysis/index.js +8 -3
  39. package/style.css +1 -1
  40. package/terrainoperation/index.js +8 -3
  41. package/terrainprofileanalysis/index.js +8 -3
  42. package/videofusion/index.js +8 -3
  43. package/videoproject/index.js +8 -3
  44. package/webgl.es.js +537 -121
  45. package/windyslicing/index.js +8 -3
  46. package/wireframesketch/index.js +8 -3
@@ -57,7 +57,7 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
57
57
 
58
58
  /* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
59
59
 
60
- _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .y.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
60
+ _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .yR.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
61
61
 
62
62
 
63
63
  /***/ }),
@@ -101,9 +101,9 @@ module.exports = require("element-plus/dist/index.full.js");
101
101
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
102
102
 
103
103
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
104
- /* harmony export */ y: function() { return /* binding */ kq_npm_client_common_vue; }
104
+ /* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
105
105
  /* harmony export */ });
106
- /* unused harmony export kq_npm_client_leaflet_vue */
106
+ /* unused harmony exports kq_npm_client_leaflet_vue, kq_npm_client3d_webgl_vue */
107
107
  let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
108
108
 
109
109
  __webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
@@ -112,6 +112,11 @@ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_np
112
112
 
113
113
  __webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
114
114
 
115
+ let kq_npm_client3d_webgl_vue = (window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {});
116
+
117
+ __webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
118
+
119
+
115
120
 
116
121
  /***/ })
117
122
 
@@ -57,7 +57,7 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
57
57
 
58
58
  /* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
59
59
 
60
- _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .y.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
60
+ _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .yR.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
61
61
 
62
62
 
63
63
  /***/ }),
@@ -94,9 +94,9 @@ module.exports = require("element-plus/dist/index.full.js");
94
94
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
95
95
 
96
96
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
97
- /* harmony export */ y: function() { return /* binding */ kq_npm_client_common_vue; }
97
+ /* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
98
98
  /* harmony export */ });
99
- /* unused harmony export kq_npm_client_leaflet_vue */
99
+ /* unused harmony exports kq_npm_client_leaflet_vue, kq_npm_client3d_webgl_vue */
100
100
  let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
101
101
 
102
102
  __webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
@@ -105,6 +105,11 @@ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_np
105
105
 
106
106
  __webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
107
107
 
108
+ let kq_npm_client3d_webgl_vue = (window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {});
109
+
110
+ __webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
111
+
112
+
108
113
 
109
114
  /***/ })
110
115
 
package/measure/index.js CHANGED
@@ -57,7 +57,7 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
57
57
 
58
58
  /* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
59
59
 
60
- _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .y.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
60
+ _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .yR.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
61
61
 
62
62
 
63
63
  /***/ }),
@@ -1181,9 +1181,9 @@ module.exports = require("element-plus/dist/index.full.js");
1181
1181
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1182
1182
 
1183
1183
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1184
- /* harmony export */ y: function() { return /* binding */ kq_npm_client_common_vue; }
1184
+ /* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
1185
1185
  /* harmony export */ });
1186
- /* unused harmony export kq_npm_client_leaflet_vue */
1186
+ /* unused harmony exports kq_npm_client_leaflet_vue, kq_npm_client3d_webgl_vue */
1187
1187
  let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
1188
1188
 
1189
1189
  __webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
@@ -1192,6 +1192,11 @@ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_np
1192
1192
 
1193
1193
  __webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
1194
1194
 
1195
+ let kq_npm_client3d_webgl_vue = (window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {});
1196
+
1197
+ __webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
1198
+
1199
+
1195
1200
 
1196
1201
  /***/ }),
1197
1202
 
@@ -57,7 +57,7 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
57
57
 
58
58
  /* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
59
59
 
60
- _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .y.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
60
+ _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .yR.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
61
61
 
62
62
 
63
63
  /***/ }),
@@ -94,9 +94,9 @@ module.exports = require("element-plus/dist/index.full.js");
94
94
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
95
95
 
96
96
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
97
- /* harmony export */ y: function() { return /* binding */ kq_npm_client_common_vue; }
97
+ /* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
98
98
  /* harmony export */ });
99
- /* unused harmony export kq_npm_client_leaflet_vue */
99
+ /* unused harmony exports kq_npm_client_leaflet_vue, kq_npm_client3d_webgl_vue */
100
100
  let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
101
101
 
102
102
  __webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
@@ -105,6 +105,11 @@ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_np
105
105
 
106
106
  __webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
107
107
 
108
+ let kq_npm_client3d_webgl_vue = (window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {});
109
+
110
+ __webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
111
+
112
+
108
113
 
109
114
  /***/ })
110
115
 
@@ -57,7 +57,7 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
57
57
 
58
58
  /* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
59
59
 
60
- _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .y.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
60
+ _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .yR.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
61
61
 
62
62
 
63
63
  /***/ }),
@@ -94,9 +94,9 @@ module.exports = require("element-plus/dist/index.full.js");
94
94
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
95
95
 
96
96
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
97
- /* harmony export */ y: function() { return /* binding */ kq_npm_client_common_vue; }
97
+ /* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
98
98
  /* harmony export */ });
99
- /* unused harmony export kq_npm_client_leaflet_vue */
99
+ /* unused harmony exports kq_npm_client_leaflet_vue, kq_npm_client3d_webgl_vue */
100
100
  let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
101
101
 
102
102
  __webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
@@ -105,6 +105,11 @@ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_np
105
105
 
106
106
  __webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
107
107
 
108
+ let kq_npm_client3d_webgl_vue = (window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {});
109
+
110
+ __webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
111
+
112
+
108
113
 
109
114
  /***/ }),
110
115
 
@@ -57,7 +57,7 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
57
57
 
58
58
  /* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
59
59
 
60
- _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .y.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
60
+ _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .yR.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
61
61
 
62
62
 
63
63
  /***/ }),
@@ -94,9 +94,9 @@ module.exports = require("element-plus/dist/index.full.js");
94
94
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
95
95
 
96
96
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
97
- /* harmony export */ y: function() { return /* binding */ kq_npm_client_common_vue; }
97
+ /* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
98
98
  /* harmony export */ });
99
- /* unused harmony export kq_npm_client_leaflet_vue */
99
+ /* unused harmony exports kq_npm_client_leaflet_vue, kq_npm_client3d_webgl_vue */
100
100
  let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
101
101
 
102
102
  __webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
@@ -105,6 +105,11 @@ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_np
105
105
 
106
106
  __webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
107
107
 
108
+ let kq_npm_client3d_webgl_vue = (window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {});
109
+
110
+ __webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
111
+
112
+
108
113
 
109
114
  /***/ })
110
115