@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.
- package/adddata/index.js +14 -8
- package/aspectanalysis/index.js +8 -3
- package/boxclip/index.js +8 -3
- package/buildpointmodel/index.js +8 -3
- package/buildpolygonmodel/index.js +110 -49
- package/buildpolylinemodel/index.js +8 -3
- package/clientPrint/index.js +548 -72
- package/excavatefillanalysis/index.js +8 -3
- package/fixedzoomin/index.js +7 -5
- package/fixedzoomout/index.js +7 -5
- package/flight/index.js +8 -3
- package/floodanalysis/index.js +8 -3
- package/geologicalbodyanalysis/index.js +8 -3
- package/gpuspatialquery/index.js +8 -3
- package/heatmap3d/index.js +8 -3
- package/index.js +513 -66
- package/isolineanalysis/index.js +8 -3
- package/limitheightanalysis/index.js +8 -3
- package/measure/index.js +8 -3
- package/modelFlat/index.js +8 -3
- package/modeledit/index.js +8 -3
- package/modelexcavate/index.js +8 -3
- package/modelmaterialedit/index.js +596 -0
- package/modelmaterialedit/style/index.js +3 -0
- package/modelmaterialedit/style/modelmaterialedit.css +1 -0
- package/modelprofileanalysis/index.js +8 -3
- package/modelselect/index.js +8 -3
- package/package.json +1 -1
- package/planeclip/index.js +8 -3
- package/scaneffect/index.js +8 -3
- package/sceneadvancedtoimage/index.js +8 -3
- package/sceneapp/index.js +548 -72
- package/sceneview/index.js +548 -72
- package/shadowanalysis/index.js +8 -3
- package/sightlineanalysis/index.js +8 -3
- package/skylineanalysis/index.js +8 -3
- package/slopeanalysis/index.js +8 -3
- package/slopeaspectanalysis/index.js +8 -3
- package/style.css +1 -1
- package/terrainoperation/index.js +8 -3
- package/terrainprofileanalysis/index.js +8 -3
- package/videofusion/index.js +8 -3
- package/videoproject/index.js +8 -3
- package/webgl.es.js +537 -121
- package/windyslicing/index.js +8 -3
- package/wireframesketch/index.js +8 -3
package/windyslicing/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 */ .
|
|
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 */
|
|
104
|
+
/* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
|
|
105
105
|
/* harmony export */ });
|
|
106
|
-
/* unused harmony
|
|
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
|
|
package/wireframesketch/index.js
CHANGED
|
@@ -57,7 +57,7 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
57
57
|
|
|
58
58
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (KqMessage)));
|
|
59
59
|
|
|
60
|
-
_common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue */ .
|
|
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 */
|
|
97
|
+
/* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
|
|
98
98
|
/* harmony export */ });
|
|
99
|
-
/* unused harmony
|
|
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
|
|