@kq_npm/client3d_webgl_vue 4.1.5-beta → 4.1.7-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 +5468 -4880
  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 +441 -215
  23. package/modelFlat/style/index.js +1 -1
  24. package/modelFlat/style/modelFlat.css +1 -1
  25. package/modelexcavate/index.js +52 -42
  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 +842 -278
  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
@@ -1,23 +1,41 @@
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/_utils/const-image"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/util"));
4
+ else if(typeof define === 'function' && define.amd)
5
+ define(["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/_utils/const-image", "@kq_npm/client_common_vue/init.js", "@kq_npm/client_common_vue/_utils/util"], 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/_utils/const-image"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/util")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/_utils/const-image"], root["@kq_npm/client_common_vue/init.js"], root["@kq_npm/client_common_vue/_utils/util"]);
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__6277__, __WEBPACK_EXTERNAL_MODULE__7997__, __WEBPACK_EXTERNAL_MODULE__3458__) {
11
+ return /******/ (function() { // webpackBootstrap
2
12
  /******/ "use strict";
3
13
  /******/ var __webpack_modules__ = ({
4
14
 
5
- /***/ 1349:
15
+ /***/ 909:
6
16
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
17
 
8
- /* harmony import */ var element_plus_es__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2442);
9
- /* harmony import */ var element_plus_es__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_es__WEBPACK_IMPORTED_MODULE_0__);
10
- /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5406);
11
- /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
18
+
19
+ // EXPORTS
20
+ __webpack_require__.d(__webpack_exports__, {
21
+ "Z": function() { return /* binding */ message; }
22
+ });
23
+
24
+ ;// CONCATENATED MODULE: external "element-plus/es"
25
+ var es_namespaceObject = require("element-plus/es");
26
+ // EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
27
+ var init_js_ = __webpack_require__(7997);
28
+ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
29
+ ;// CONCATENATED MODULE: ./src/common/_ui/message/index.js
12
30
 
13
31
 
14
32
 
15
- element_plus_es__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
16
- _init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
17
- Vue.component("KqMessage", element_plus_es__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
33
+ es_namespaceObject.ElMessage.install = (Vue, opts) => {
34
+ init_js_default()(Vue, opts);
35
+ Vue.component("KqMessage", es_namespaceObject.ElMessage);
18
36
  };
19
37
 
20
- /* harmony default export */ __webpack_exports__["Z"] = (element_plus_es__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
38
+ /* harmony default export */ var message = (es_namespaceObject.ElMessage);
21
39
 
22
40
  /***/ }),
23
41
 
@@ -28,13 +46,6 @@ module.exports = require("@kq_npm/client_icons_vue");
28
46
 
29
47
  /***/ }),
30
48
 
31
- /***/ 2442:
32
- /***/ (function(module) {
33
-
34
- module.exports = require("element-plus/es");
35
-
36
- /***/ }),
37
-
38
49
  /***/ 7080:
39
50
  /***/ (function(module) {
40
51
 
@@ -42,38 +53,38 @@ module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
42
53
 
43
54
  /***/ }),
44
55
 
45
- /***/ 9702:
56
+ /***/ 6277:
46
57
  /***/ (function(module) {
47
58
 
48
- module.exports = require("@kq_npm/client_common_vue/_utils/const-image");
59
+ module.exports = __WEBPACK_EXTERNAL_MODULE__6277__;
49
60
 
50
61
  /***/ }),
51
62
 
52
- /***/ 826:
63
+ /***/ 7135:
53
64
  /***/ (function(module) {
54
65
 
55
- module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
66
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
56
67
 
57
68
  /***/ }),
58
69
 
59
- /***/ 9519:
70
+ /***/ 3458:
60
71
  /***/ (function(module) {
61
72
 
62
- module.exports = require("@kq_npm/client_common_vue/_utils/util");
73
+ module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
63
74
 
64
75
  /***/ }),
65
76
 
66
- /***/ 5406:
77
+ /***/ 7997:
67
78
  /***/ (function(module) {
68
79
 
69
- module.exports = require("@kq_npm/client_common_vue/init.js");
80
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
70
81
 
71
82
  /***/ }),
72
83
 
73
- /***/ 637:
84
+ /***/ 1895:
74
85
  /***/ (function(module) {
75
86
 
76
- module.exports = require("vue");
87
+ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
77
88
 
78
89
  /***/ }),
79
90
 
@@ -181,15 +192,15 @@ __webpack_require__.d(__webpack_exports__, {
181
192
  });
182
193
 
183
194
  // EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
184
- 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);
185
196
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
186
- var gis_utils_ = __webpack_require__(826);
197
+ var gis_utils_ = __webpack_require__(7135);
187
198
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
188
199
  var defineProperty = __webpack_require__(8270);
189
200
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
190
- var const_image_ = __webpack_require__(9702);
191
- // EXTERNAL MODULE: ./src/common/_ui/message/index.js
192
- var message = __webpack_require__(1349);
201
+ var const_image_ = __webpack_require__(6277);
202
+ // EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
203
+ var message = __webpack_require__(909);
193
204
  ;// CONCATENATED MODULE: ./src/webgl/slopeanalysis/SlopeAnalysisViewModel.js
194
205
 
195
206
  // 分析逻辑类
@@ -458,7 +469,7 @@ class SlopeAnalysisViewModel {
458
469
  // EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
459
470
  var client_icons_vue_ = __webpack_require__(348);
460
471
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
461
- var util_ = __webpack_require__(9519);
472
+ var util_ = __webpack_require__(3458);
462
473
  // EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
463
474
  var vue_i18n_cjs_js_ = __webpack_require__(7080);
464
475
  ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/slopeanalysis/SlopeAnalysis.vue?vue&type=script&setup=true&lang=js
@@ -1276,7 +1287,7 @@ const __exports__ = SlopeAnalysisvue_type_script_setup_true_lang_js;
1276
1287
 
1277
1288
  /* harmony default export */ var SlopeAnalysis = (__exports__);
1278
1289
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
1279
- var init_js_ = __webpack_require__(5406);
1290
+ var init_js_ = __webpack_require__(7997);
1280
1291
  var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
1281
1292
  ;// CONCATENATED MODULE: ./src/webgl/slopeanalysis/index.js
1282
1293
 
@@ -1290,6 +1301,7 @@ SlopeAnalysis.install = (Vue, opts) => {
1290
1301
 
1291
1302
 
1292
1303
  }();
1293
- module.exports = __webpack_exports__;
1304
+ /******/ return __webpack_exports__;
1294
1305
  /******/ })()
1295
- ;
1306
+ ;
1307
+ });
@@ -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
 
@@ -471,24 +481,24 @@ module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
471
481
 
472
482
  /***/ }),
473
483
 
474
- /***/ 826:
484
+ /***/ 7135:
475
485
  /***/ (function(module) {
476
486
 
477
- module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
487
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
478
488
 
479
489
  /***/ }),
480
490
 
481
- /***/ 5406:
491
+ /***/ 7997:
482
492
  /***/ (function(module) {
483
493
 
484
- module.exports = require("@kq_npm/client_common_vue/init.js");
494
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
485
495
 
486
496
  /***/ }),
487
497
 
488
- /***/ 637:
498
+ /***/ 1895:
489
499
  /***/ (function(module) {
490
500
 
491
- module.exports = require("vue");
501
+ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
492
502
 
493
503
  /***/ }),
494
504
 
@@ -601,9 +611,9 @@ __webpack_require__.d(__webpack_exports__, {
601
611
  });
602
612
 
603
613
  // EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
604
- var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
614
+ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
605
615
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
606
- var gis_utils_ = __webpack_require__(826);
616
+ var gis_utils_ = __webpack_require__(7135);
607
617
  // EXTERNAL MODULE: ./src/webgl/statusbar/StatusBarViewModel.js
608
618
  var StatusBarViewModel = __webpack_require__(6311);
609
619
  // EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
@@ -701,7 +711,7 @@ const __exports__ = StatusBarvue_type_script_setup_true_lang_js;
701
711
 
702
712
  /* harmony default export */ var StatusBar = (__exports__);
703
713
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
704
- var init_js_ = __webpack_require__(5406);
714
+ var init_js_ = __webpack_require__(7997);
705
715
  var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
706
716
  ;// CONCATENATED MODULE: ./src/webgl/statusbar/index.js
707
717
 
@@ -715,6 +725,7 @@ StatusBar.install = (Vue, opts) => {
715
725
 
716
726
 
717
727
  }();
718
- module.exports = __webpack_exports__;
728
+ /******/ return __webpack_exports__;
719
729
  /******/ })()
720
- ;
730
+ ;
731
+ });