@kq_npm/client3d_webgl_vue 4.1.6-beta → 4.1.8-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 (51) hide show
  1. package/adddata/index.js +51 -39
  2. package/aspectanalysis/index.js +45 -33
  3. package/baseterraingallery/index.js +29 -18
  4. package/boxclip/index.js +45 -33
  5. package/clientPrint/index.js +23 -12
  6. package/comparemap/index.js +23 -12
  7. package/compass/index.js +23 -12
  8. package/excavatefillanalysis/index.js +45 -33
  9. package/fixedzoomin/index.js +23 -12
  10. package/fixedzoomout/index.js +23 -12
  11. package/flight/index.js +45 -33
  12. package/floodanalysis/index.js +48 -36
  13. package/geologicalbodyanalysis/index.js +45 -33
  14. package/gpuspatialquery/index.js +45 -33
  15. package/hawkeye/index.js +23 -12
  16. package/headertemp/index.js +97 -37
  17. package/index.js +5473 -4881
  18. package/isolineanalysis/index.js +48 -36
  19. package/light/index.js +26 -15
  20. package/limitheightanalysis/index.js +26 -15
  21. package/measure/index.js +45 -33
  22. package/modelFlat/index.js +445 -215
  23. package/modelFlat/style/index.js +1 -1
  24. package/modelFlat/style/modelFlat.css +1 -1
  25. package/modelexcavate/index.js +53 -43
  26. package/modelfilter/index.js +48 -32
  27. package/modelprofileanalysis/index.js +26 -15
  28. package/modelselect/index.js +45 -33
  29. package/package.json +1 -1
  30. package/particleeffect/index.js +29 -18
  31. package/planeclip/index.js +45 -33
  32. package/resetview/index.js +23 -12
  33. package/roller/index.js +26 -15
  34. package/scaneffect/index.js +48 -36
  35. package/scenceview/index.js +847 -279
  36. package/sceneset/index.js +26 -15
  37. package/screenshot/index.js +26 -15
  38. package/shadowanalysis/index.js +48 -36
  39. package/sightlineanalysis/index.js +29 -18
  40. package/skylineanalysis/index.js +45 -33
  41. package/slopeanalysis/index.js +48 -36
  42. package/statusbar/index.js +23 -12
  43. package/style.css +1 -1
  44. package/terrainoperation/index.js +45 -33
  45. package/terrainprofileanalysis/index.js +45 -33
  46. package/underground/index.js +26 -15
  47. package/videofusion/index.js +45 -33
  48. package/videoproject/index.js +45 -33
  49. package/viewshedanalysis/index.js +29 -18
  50. package/weathereffect/index.js +29 -18
  51. package/wireframesketch/index.js +42 -33
package/hawkeye/index.js CHANGED
@@ -1,4 +1,14 @@
1
- /******/ (function() { // webpackBootstrap
1
+ (function webpackUniversalModuleDefinition(root, factory) {
2
+ if(typeof exports === 'object' && typeof module === 'object')
3
+ module.exports = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"));
4
+ else if(typeof define === 'function' && define.amd)
5
+ define(["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/init.js"], factory);
6
+ else {
7
+ var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/init.js"]);
8
+ for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
+ }
10
+ })(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__7997__) {
11
+ return /******/ (function() { // webpackBootstrap
2
12
  /******/ "use strict";
3
13
  /******/ var __webpack_modules__ = ({
4
14
 
@@ -57,24 +67,24 @@ class HawkeyeViewModel {
57
67
 
58
68
  /***/ }),
59
69
 
60
- /***/ 826:
70
+ /***/ 7135:
61
71
  /***/ (function(module) {
62
72
 
63
- module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
73
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
64
74
 
65
75
  /***/ }),
66
76
 
67
- /***/ 5406:
77
+ /***/ 7997:
68
78
  /***/ (function(module) {
69
79
 
70
- module.exports = require("@kq_npm/client_common_vue/init.js");
80
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
71
81
 
72
82
  /***/ }),
73
83
 
74
- /***/ 637:
84
+ /***/ 1895:
75
85
  /***/ (function(module) {
76
86
 
77
- module.exports = require("vue");
87
+ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
78
88
 
79
89
  /***/ }),
80
90
 
@@ -182,9 +192,9 @@ __webpack_require__.d(__webpack_exports__, {
182
192
  });
183
193
 
184
194
  // EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
185
- var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
195
+ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
186
196
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
187
- var gis_utils_ = __webpack_require__(826);
197
+ var gis_utils_ = __webpack_require__(7135);
188
198
  // EXTERNAL MODULE: ./src/webgl/hawkeye/HawkeyeViewModel.js
189
199
  var HawkeyeViewModel = __webpack_require__(1162);
190
200
  ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/hawkeye/Hawkeye.vue?vue&type=script&setup=true&lang=js
@@ -289,7 +299,7 @@ const __exports__ = Hawkeyevue_type_script_setup_true_lang_js;
289
299
 
290
300
  /* harmony default export */ var Hawkeye = (__exports__);
291
301
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
292
- var init_js_ = __webpack_require__(5406);
302
+ var init_js_ = __webpack_require__(7997);
293
303
  var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
294
304
  ;// CONCATENATED MODULE: ./src/webgl/hawkeye/index.js
295
305
 
@@ -303,6 +313,7 @@ Hawkeye.install = (Vue, opts) => {
303
313
 
304
314
 
305
315
  }();
306
- module.exports = __webpack_exports__;
316
+ /******/ return __webpack_exports__;
307
317
  /******/ })()
308
- ;
318
+ ;
319
+ });
@@ -1,7 +1,63 @@
1
- /******/ (function() { // webpackBootstrap
1
+ (function webpackUniversalModuleDefinition(root, factory) {
2
+ if(typeof exports === 'object' && typeof module === 'object')
3
+ module.exports = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js"));
4
+ else if(typeof define === 'function' && define.amd)
5
+ define(["vue", "@kq_npm/client_common_vue/_utils/util", "@kq_npm/client_common_vue/init.js"], factory);
6
+ else {
7
+ var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/init.js"]);
8
+ for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
+ }
10
+ })(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__3458__, __WEBPACK_EXTERNAL_MODULE__7997__) {
11
+ return /******/ (function() { // webpackBootstrap
2
12
  /******/ "use strict";
3
- /******/ // The require scope
4
- /******/ var __webpack_require__ = {};
13
+ /******/ var __webpack_modules__ = ({
14
+
15
+ /***/ 3458:
16
+ /***/ (function(module) {
17
+
18
+ module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
19
+
20
+ /***/ }),
21
+
22
+ /***/ 7997:
23
+ /***/ (function(module) {
24
+
25
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
26
+
27
+ /***/ }),
28
+
29
+ /***/ 1895:
30
+ /***/ (function(module) {
31
+
32
+ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
33
+
34
+ /***/ })
35
+
36
+ /******/ });
37
+ /************************************************************************/
38
+ /******/ // The module cache
39
+ /******/ var __webpack_module_cache__ = {};
40
+ /******/
41
+ /******/ // The require function
42
+ /******/ function __webpack_require__(moduleId) {
43
+ /******/ // Check if module is in cache
44
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
45
+ /******/ if (cachedModule !== undefined) {
46
+ /******/ return cachedModule.exports;
47
+ /******/ }
48
+ /******/ // Create a new module (and put it into the cache)
49
+ /******/ var module = __webpack_module_cache__[moduleId] = {
50
+ /******/ // no module.id needed
51
+ /******/ // no module.loaded needed
52
+ /******/ exports: {}
53
+ /******/ };
54
+ /******/
55
+ /******/ // Execute the module function
56
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
57
+ /******/
58
+ /******/ // Return the exports of the module
59
+ /******/ return module.exports;
60
+ /******/ }
5
61
  /******/
6
62
  /************************************************************************/
7
63
  /******/ /* webpack/runtime/compat get default export */
@@ -46,6 +102,8 @@
46
102
  /******/
47
103
  /************************************************************************/
48
104
  var __webpack_exports__ = {};
105
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
106
+ !function() {
49
107
  // ESM COMPAT FLAG
50
108
  __webpack_require__.r(__webpack_exports__);
51
109
 
@@ -54,10 +112,10 @@ __webpack_require__.d(__webpack_exports__, {
54
112
  "default": function() { return /* reexport */ HeaderTemp; }
55
113
  });
56
114
 
57
- ;// CONCATENATED MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
58
- var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject = require("vue");
59
- ;// CONCATENATED MODULE: external "@kq_npm/client_common_vue/_utils/util"
60
- var util_namespaceObject = require("@kq_npm/client_common_vue/_utils/util");
115
+ // EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
116
+ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
117
+ // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
118
+ var util_ = __webpack_require__(3458);
61
119
  ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/headertemp/HeaderTemp.vue?vue&type=script&setup=true&lang=js
62
120
 
63
121
  const _hoisted_1 = {
@@ -103,34 +161,34 @@ const __default__ = {
103
161
  expose
104
162
  }) {
105
163
  const props = __props;
106
- const proxy = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.getCurrentInstance)(); // 获取组件传参
164
+ const proxy = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)(); // 获取组件传参
107
165
  // 图标组件
108
166
 
109
- let iconBtn = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.ref)(null);
167
+ let iconBtn = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
110
168
  let isCollapse = props.isCollapse;
111
- (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.onMounted)(() => {
169
+ (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
112
170
  iconBtn.value = props.headerTempIcon;
113
171
  let dom = proxy.parent.vnode.el;
114
172
 
115
173
  if (!props.isRight) {
116
- (0,util_namespaceObject.addClass)(dom, ["kq-is-show", "kq-is-left"]);
174
+ (0,util_.addClass)(dom, ["kq-is-show", "kq-is-left"]);
117
175
  }
118
176
 
119
177
  if (isCollapse) {
120
178
  if (props.showShadow) {
121
- (0,util_namespaceObject.addClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
122
- (0,util_namespaceObject.removeClass)(dom, ["kq-is-show", "kq-box-shadow"]);
179
+ (0,util_.addClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
180
+ (0,util_.removeClass)(dom, ["kq-is-show", "kq-box-shadow"]);
123
181
  } else {
124
- (0,util_namespaceObject.addClass)(dom, "kq-is-hide");
125
- (0,util_namespaceObject.removeClass)(dom, "kq-is-show");
182
+ (0,util_.addClass)(dom, "kq-is-hide");
183
+ (0,util_.removeClass)(dom, "kq-is-show");
126
184
  }
127
185
  } else {
128
186
  if (props.showShadow) {
129
- (0,util_namespaceObject.removeClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
130
- (0,util_namespaceObject.addClass)(dom, ["kq-is-show", "kq-box-shadow"]);
187
+ (0,util_.removeClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
188
+ (0,util_.addClass)(dom, ["kq-is-show", "kq-box-shadow"]);
131
189
  } else {
132
- (0,util_namespaceObject.removeClass)(dom, "kq-is-hide");
133
- (0,util_namespaceObject.addClass)(dom, "kq-is-show");
190
+ (0,util_.removeClass)(dom, "kq-is-hide");
191
+ (0,util_.addClass)(dom, "kq-is-show");
134
192
  }
135
193
  }
136
194
  }); // 图标按钮点击事件
@@ -142,20 +200,20 @@ const __default__ = {
142
200
  if (isCollapse) {
143
201
  // 折叠
144
202
  if (props.showShadow) {
145
- (0,util_namespaceObject.addClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
146
- (0,util_namespaceObject.removeClass)(dom, ["kq-is-show", "kq-box-shadow"]);
203
+ (0,util_.addClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
204
+ (0,util_.removeClass)(dom, ["kq-is-show", "kq-box-shadow"]);
147
205
  } else {
148
- (0,util_namespaceObject.addClass)(dom, "kq-is-hide");
149
- (0,util_namespaceObject.removeClass)(dom, "kq-is-show");
206
+ (0,util_.addClass)(dom, "kq-is-hide");
207
+ (0,util_.removeClass)(dom, "kq-is-show");
150
208
  }
151
209
  } else {
152
210
  // 展开
153
211
  if (props.showShadow) {
154
- (0,util_namespaceObject.addClass)(dom, ["kq-is-show", "kq-box-shadow"]);
155
- (0,util_namespaceObject.removeClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
212
+ (0,util_.addClass)(dom, ["kq-is-show", "kq-box-shadow"]);
213
+ (0,util_.removeClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
156
214
  } else {
157
- (0,util_namespaceObject.addClass)(dom, "kq-is-show");
158
- (0,util_namespaceObject.removeClass)(dom, "kq-is-hide");
215
+ (0,util_.addClass)(dom, "kq-is-show");
216
+ (0,util_.removeClass)(dom, "kq-is-hide");
159
217
  }
160
218
  }
161
219
  }
@@ -164,17 +222,17 @@ const __default__ = {
164
222
  btnClick
165
223
  });
166
224
  return (_ctx, _cache) => {
167
- const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveComponent)("kq-icon");
225
+ const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
168
226
 
169
- return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementBlock)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("h4", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.toDisplayString)(__props.headerTempTitle), 1
227
+ return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("h4", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(__props.headerTempTitle), 1
170
228
  /* TEXT */
171
- ), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createElementVNode)("div", {
229
+ ), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
172
230
  class: "_btn kq-control-header-temp_btn",
173
231
  onClick: btnClick
174
- }, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createVNode)(_component_kq_icon, {
232
+ }, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
175
233
  size: 16
176
234
  }, {
177
- default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.withCtx)(() => [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_namespaceObject.unref)(iconBtn))))]),
235
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(iconBtn))))]),
178
236
  _: 1
179
237
  /* STABLE */
180
238
 
@@ -192,9 +250,9 @@ const __default__ = {
192
250
  const __exports__ = HeaderTempvue_type_script_setup_true_lang_js;
193
251
 
194
252
  /* harmony default export */ var HeaderTemp = (__exports__);
195
- ;// CONCATENATED MODULE: external "@kq_npm/client_common_vue/init.js"
196
- var init_js_namespaceObject = require("@kq_npm/client_common_vue/init.js");
197
- var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_namespaceObject);
253
+ // EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
254
+ var init_js_ = __webpack_require__(7997);
255
+ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
198
256
  ;// CONCATENATED MODULE: ./src/webgl/headertemp/index.js
199
257
 
200
258
 
@@ -205,6 +263,8 @@ HeaderTemp.install = (Vue, opts) => {
205
263
  };
206
264
 
207
265
 
208
- module.exports = __webpack_exports__;
266
+ }();
267
+ /******/ return __webpack_exports__;
209
268
  /******/ })()
210
- ;
269
+ ;
270
+ });