@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
  /***/ }),
@@ -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
 
@@ -323,10 +323,10 @@ const __exports__ = FixedZoominvue_type_script_setup_true_lang_js;
323
323
  var init_js_ = __webpack_require__(455);
324
324
  var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
325
325
  ;// ./src/webgl/fixedzoomin/index.js
326
- /*
327
- * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
328
- * All rights reserved.
329
- */
326
+ /*
327
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
328
+ * All rights reserved.
329
+ */
330
330
 
331
331
 
332
332
 
@@ -336,7 +336,9 @@ FixedZoomin.install = (Vue, opts) => {
336
336
  Vue.component(FixedZoomin.name, FixedZoomin);
337
337
  };
338
338
 
339
-
339
+
340
+
341
+ kq_npm_client3d_webgl_vue.Kq3dFixedZoomin = FixedZoomin;
340
342
  /******/ return __webpack_exports__;
341
343
  /******/ })()
342
344
  ;
@@ -322,10 +322,10 @@ const __exports__ = FixedZoomoutvue_type_script_setup_true_lang_js;
322
322
  var init_js_ = __webpack_require__(455);
323
323
  var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
324
324
  ;// ./src/webgl/fixedzoomout/index.js
325
- /*
326
- * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
327
- * All rights reserved.
328
- */
325
+ /*
326
+ * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
327
+ * All rights reserved.
328
+ */
329
329
 
330
330
 
331
331
 
@@ -335,7 +335,9 @@ FixedZoomout.install = (Vue, opts) => {
335
335
  Vue.component(FixedZoomout.name, FixedZoomout);
336
336
  };
337
337
 
338
-
338
+
339
+
340
+ kq_npm_client3d_webgl_vue.Kq3dFixedZoomout = FixedZoomout;
339
341
  /******/ return __webpack_exports__;
340
342
  /******/ })()
341
343
  ;
package/flight/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
  /***/ }),
@@ -235,9 +235,9 @@ module.exports = require("element-plus/dist/index.full.js");
235
235
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
236
236
 
237
237
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
238
- /* harmony export */ y: function() { return /* binding */ kq_npm_client_common_vue; }
238
+ /* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
239
239
  /* harmony export */ });
240
- /* unused harmony export kq_npm_client_leaflet_vue */
240
+ /* unused harmony exports kq_npm_client_leaflet_vue, kq_npm_client3d_webgl_vue */
241
241
  let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
242
242
 
243
243
  __webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
@@ -246,6 +246,11 @@ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_np
246
246
 
247
247
  __webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
248
248
 
249
+ let kq_npm_client3d_webgl_vue = (window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {});
250
+
251
+ __webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
252
+
253
+
249
254
 
250
255
  /***/ }),
251
256
 
@@ -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
 
@@ -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
  /***/ }),
@@ -87,9 +87,9 @@ module.exports = require("element-plus/dist/index.full.js");
87
87
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
88
88
 
89
89
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
90
- /* harmony export */ y: function() { return /* binding */ kq_npm_client_common_vue; }
90
+ /* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
91
91
  /* harmony export */ });
92
- /* unused harmony export kq_npm_client_leaflet_vue */
92
+ /* unused harmony exports kq_npm_client_leaflet_vue, kq_npm_client3d_webgl_vue */
93
93
  let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
94
94
 
95
95
  __webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
@@ -98,6 +98,11 @@ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_np
98
98
 
99
99
  __webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
100
100
 
101
+ let kq_npm_client3d_webgl_vue = (window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {});
102
+
103
+ __webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
104
+
105
+
101
106
 
102
107
  /***/ }),
103
108
 
@@ -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
  /***/ }),
@@ -492,9 +492,9 @@ module.exports = require("element-plus/dist/index.full.js");
492
492
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
493
493
 
494
494
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
495
- /* harmony export */ y: function() { return /* binding */ kq_npm_client_common_vue; }
495
+ /* harmony export */ yR: function() { return /* binding */ kq_npm_client_common_vue; }
496
496
  /* harmony export */ });
497
- /* unused harmony export kq_npm_client_leaflet_vue */
497
+ /* unused harmony exports kq_npm_client_leaflet_vue, kq_npm_client3d_webgl_vue */
498
498
  let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
499
499
 
500
500
  __webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
@@ -503,6 +503,11 @@ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_np
503
503
 
504
504
  __webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
505
505
 
506
+ let kq_npm_client3d_webgl_vue = (window.kq_npm_client3d_webgl_vue = window.kq_npm_client3d_webgl_vue || {});
507
+
508
+ __webpack_require__.g.kq_npm_client3d_webgl_vue = kq_npm_client3d_webgl_vue;
509
+
510
+
506
511
 
507
512
  /***/ }),
508
513