@kq_npm/client3d_webgl_vue 4.5.11 → 4.5.13

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 (57) hide show
  1. package/adddata/index.js +63 -57
  2. package/aspectanalysis/index.js +36 -33
  3. package/baseterraingallery/index.js +36 -30
  4. package/boxclip/index.js +45 -42
  5. package/clientPrint/index.js +2058 -9342
  6. package/clientPrint/style/clientPrint.css +1 -1
  7. package/comparemap/index.js +37 -28
  8. package/compass/index.js +30 -24
  9. package/excavatefillanalysis/index.js +43 -40
  10. package/excavatefillanalysis/style/excavatefillanalysis.css +1 -1
  11. package/fixedzoomin/index.js +30 -24
  12. package/fixedzoomout/index.js +30 -24
  13. package/flight/index.js +49 -43
  14. package/floodanalysis/index.js +52 -46
  15. package/geologicalbodyanalysis/index.js +43 -40
  16. package/gpuspatialquery/index.js +47 -41
  17. package/hawkeye/index.js +22 -19
  18. package/headertemp/index.js +13 -10
  19. package/heatmap3d/index.js +84 -81
  20. package/index.js +681 -8019
  21. package/isolineanalysis/index.js +54 -51
  22. package/light/index.js +39 -36
  23. package/limitheightanalysis/index.js +94 -43
  24. package/measure/index.js +47 -41
  25. package/modelFlat/index.js +52 -46
  26. package/modelexcavate/index.js +58 -52
  27. package/modelfilter/index.js +45 -42
  28. package/modelprofileanalysis/index.js +121 -69
  29. package/modelselect/index.js +50 -44
  30. package/package.json +1 -1
  31. package/particleeffect/index.js +41 -38
  32. package/planeclip/index.js +45 -42
  33. package/resetview/index.js +30 -24
  34. package/roller/index.js +54 -46
  35. package/scaneffect/index.js +43 -41
  36. package/sceneadvancedtoimage/index.js +46 -43
  37. package/sceneapp/index.js +114 -7619
  38. package/sceneset/index.js +55 -52
  39. package/scenetohdimage/index.js +33 -30
  40. package/sceneview/index.js +2059 -9343
  41. package/screenshot/index.js +37 -31
  42. package/shadowanalysis/index.js +40 -37
  43. package/shadowanalysis/style/shadowanalysis.css +1 -1
  44. package/sightlineanalysis/index.js +63 -57
  45. package/skylineanalysis/index.js +53 -46
  46. package/slopeanalysis/index.js +46 -43
  47. package/slopeaspectanalysis/index.js +47 -44
  48. package/statusbar/index.js +36 -33
  49. package/style.css +1 -1
  50. package/terrainoperation/index.js +49 -46
  51. package/terrainprofileanalysis/index.js +52 -49
  52. package/underground/index.js +30 -26
  53. package/videofusion/index.js +49 -43
  54. package/videoproject/index.js +49 -43
  55. package/viewshedanalysis/index.js +36 -33
  56. package/weathereffect/index.js +35 -32
  57. package/wireframesketch/index.js +40 -37
@@ -7,18 +7,18 @@
7
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/_utils/util"), 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/_utils/const-image"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/init.js"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(this, function(__WEBPACK_EXTERNAL_MODULE__154__, __WEBPACK_EXTERNAL_MODULE__64__, __WEBPACK_EXTERNAL_MODULE__4822__, __WEBPACK_EXTERNAL_MODULE__2975__, __WEBPACK_EXTERNAL_MODULE__455__) {
10
+ })(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__6277__, __WEBPACK_EXTERNAL_MODULE__3458__, __WEBPACK_EXTERNAL_MODULE__7997__) {
11
11
  return /******/ (function() { // webpackBootstrap
12
12
  /******/ "use strict";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
- /***/ 7938:
15
+ /***/ 2109:
16
16
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
17
17
 
18
18
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
- /* harmony export */ A: function() { return /* binding */ BaseterrainGalleryViewModel; }
19
+ /* harmony export */ "Z": function() { return /* binding */ BaseterrainGalleryViewModel; }
20
20
  /* harmony export */ });
21
- /* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6913);
21
+ /* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5301);
22
22
 
23
23
  /*
24
24
  * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
@@ -28,7 +28,7 @@ return /******/ (function() { // webpackBootstrap
28
28
  class BaseterrainGalleryViewModel {
29
29
  //基本地形对象
30
30
  constructor(viewer) {
31
- (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A)(this, "_baseterrainGallery", {});
31
+ (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_baseterrainGallery", {});
32
32
  this._baseterrainGallery.viewer = viewer;
33
33
  this._baseterrainGallery.viewer.scene.globe.depthTestAgainstTerrain = false;
34
34
  this._baseterrainGallery.viewer.scene.postProcessStages.fxaa.enabled = false;
@@ -84,62 +84,62 @@ class BaseterrainGalleryViewModel {
84
84
 
85
85
  /***/ }),
86
86
 
87
- /***/ 5698:
87
+ /***/ 348:
88
88
  /***/ (function(module) {
89
89
 
90
90
  module.exports = require("@kq_npm/client_icons_vue");
91
91
 
92
92
  /***/ }),
93
93
 
94
- /***/ 3579:
94
+ /***/ 7080:
95
95
  /***/ (function(module) {
96
96
 
97
97
  module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
98
98
 
99
99
  /***/ }),
100
100
 
101
- /***/ 4822:
101
+ /***/ 6277:
102
102
  /***/ (function(module) {
103
103
 
104
- module.exports = __WEBPACK_EXTERNAL_MODULE__4822__;
104
+ module.exports = __WEBPACK_EXTERNAL_MODULE__6277__;
105
105
 
106
106
  /***/ }),
107
107
 
108
- /***/ 64:
108
+ /***/ 7135:
109
109
  /***/ (function(module) {
110
110
 
111
- module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
111
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
112
112
 
113
113
  /***/ }),
114
114
 
115
- /***/ 2975:
115
+ /***/ 3458:
116
116
  /***/ (function(module) {
117
117
 
118
- module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
118
+ module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
119
119
 
120
120
  /***/ }),
121
121
 
122
- /***/ 455:
122
+ /***/ 7997:
123
123
  /***/ (function(module) {
124
124
 
125
- module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
125
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
126
126
 
127
127
  /***/ }),
128
128
 
129
- /***/ 154:
129
+ /***/ 1895:
130
130
  /***/ (function(module) {
131
131
 
132
- module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
132
+ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
133
133
 
134
134
  /***/ }),
135
135
 
136
- /***/ 6913:
136
+ /***/ 5301:
137
137
  /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
138
138
 
139
139
 
140
140
  // EXPORTS
141
141
  __webpack_require__.d(__webpack_exports__, {
142
- A: function() { return /* binding */ _defineProperty; }
142
+ "Z": function() { return /* binding */ _defineProperty; }
143
143
  });
144
144
 
145
145
  ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
@@ -257,29 +257,31 @@ function _defineProperty(e, r, t) {
257
257
  /******/
258
258
  /************************************************************************/
259
259
  var __webpack_exports__ = {};
260
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
261
+ !function() {
260
262
  // ESM COMPAT FLAG
261
263
  __webpack_require__.r(__webpack_exports__);
262
264
 
263
265
  // EXPORTS
264
266
  __webpack_require__.d(__webpack_exports__, {
265
- BaseterrainGalleryViewModel: function() { return /* reexport */ BaseterrainGalleryViewModel/* default */.A; },
267
+ "BaseterrainGalleryViewModel": function() { return /* reexport */ BaseterrainGalleryViewModel/* default */.Z; },
266
268
  "default": function() { return /* reexport */ BaseterrainGallery; }
267
269
  });
268
270
 
269
271
  // EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
270
- var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
272
+ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
271
273
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
272
- var gis_utils_ = __webpack_require__(64);
274
+ var gis_utils_ = __webpack_require__(7135);
273
275
  // EXTERNAL MODULE: ./src/webgl/baseterraingallery/BaseterrainGalleryViewModel.js
274
- var BaseterrainGalleryViewModel = __webpack_require__(7938);
276
+ var BaseterrainGalleryViewModel = __webpack_require__(2109);
275
277
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
276
- var const_image_ = __webpack_require__(4822);
278
+ var const_image_ = __webpack_require__(6277);
277
279
  // EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
278
- var client_icons_vue_ = __webpack_require__(5698);
280
+ var client_icons_vue_ = __webpack_require__(348);
279
281
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
280
- var util_ = __webpack_require__(2975);
282
+ var util_ = __webpack_require__(3458);
281
283
  // EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
282
- var vue_i18n_cjs_js_ = __webpack_require__(3579);
284
+ var vue_i18n_cjs_js_ = __webpack_require__(7080);
283
285
  ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/baseterraingallery/BaseterrainGallery.vue?vue&type=script&setup=true&lang=js
284
286
 
285
287
  const _hoisted_1 = {
@@ -361,8 +363,11 @@ const __default__ = {
361
363
  expose: __expose
362
364
  }) {
363
365
  const props = __props;
366
+ const {
367
+ proxy
368
+ } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
364
369
  //语言
365
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
370
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
366
371
  //地形选中值
367
372
  let currentIndex = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(2);
368
373
  let currentTerrain = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
@@ -397,7 +402,7 @@ const __default__ = {
397
402
  gis_utils_.utils.getWebMap(null, scenceView => {
398
403
  if (scenceView) {
399
404
  changSelectTerrain();
400
- viewModel = new BaseterrainGalleryViewModel/* default */.A(scenceView._viewer);
405
+ viewModel = new BaseterrainGalleryViewModel/* default */.Z(scenceView._viewer);
401
406
  // 初始化无地形时不需要设置地形, 如果将地形设置为无地形可能会影响其他功能添加的地形
402
407
  if (currentIndex.value != 2) viewModel.setTerrainType(currentIndex.value);
403
408
  }
@@ -520,7 +525,7 @@ const __exports__ = BaseterrainGalleryvue_type_script_setup_true_lang_js;
520
525
 
521
526
  /* harmony default export */ var BaseterrainGallery = (__exports__);
522
527
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
523
- var init_js_ = __webpack_require__(455);
528
+ var init_js_ = __webpack_require__(7997);
524
529
  var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
525
530
  ;// CONCATENATED MODULE: ./src/webgl/baseterraingallery/index.js
526
531
  /*
@@ -535,6 +540,7 @@ BaseterrainGallery.install = (Vue, opts) => {
535
540
  Vue.component(BaseterrainGallery.name, BaseterrainGallery);
536
541
  };
537
542
 
543
+ }();
538
544
  /******/ return __webpack_exports__;
539
545
  /******/ })()
540
546
  ;
package/boxclip/index.js CHANGED
@@ -7,17 +7,17 @@
7
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"), 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/init.js"], root["@kq_npm/client_common_vue/_utils/util"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(this, function(__WEBPACK_EXTERNAL_MODULE__154__, __WEBPACK_EXTERNAL_MODULE__64__, __WEBPACK_EXTERNAL_MODULE__455__, __WEBPACK_EXTERNAL_MODULE__2975__) {
10
+ })(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__7997__, __WEBPACK_EXTERNAL_MODULE__3458__) {
11
11
  return /******/ (function() { // webpackBootstrap
12
12
  /******/ "use strict";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
- /***/ 3275:
15
+ /***/ 1349:
16
16
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
17
17
 
18
- /* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6363);
18
+ /* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9389);
19
19
  /* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__);
20
- /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(455);
20
+ /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7997);
21
21
  /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
22
22
  /*
23
23
  * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
@@ -29,87 +29,87 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
29
29
  _init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
30
30
  Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
31
31
  };
32
- /* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
32
+ /* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
33
33
 
34
34
  /***/ }),
35
35
 
36
- /***/ 5698:
36
+ /***/ 348:
37
37
  /***/ (function(module) {
38
38
 
39
39
  module.exports = require("@kq_npm/client_icons_vue");
40
40
 
41
41
  /***/ }),
42
42
 
43
- /***/ 2652:
43
+ /***/ 2118:
44
44
  /***/ (function(module) {
45
45
 
46
46
  module.exports = require("core-js/modules/es.array.push.js");
47
47
 
48
48
  /***/ }),
49
49
 
50
- /***/ 3658:
50
+ /***/ 8470:
51
51
  /***/ (function(module) {
52
52
 
53
53
  module.exports = require("core-js/modules/esnext.iterator.constructor.js");
54
54
 
55
55
  /***/ }),
56
56
 
57
- /***/ 7993:
57
+ /***/ 8697:
58
58
  /***/ (function(module) {
59
59
 
60
60
  module.exports = require("core-js/modules/esnext.iterator.find.js");
61
61
 
62
62
  /***/ }),
63
63
 
64
- /***/ 6363:
64
+ /***/ 9389:
65
65
  /***/ (function(module) {
66
66
 
67
67
  module.exports = require("element-plus/dist/index.full.js");
68
68
 
69
69
  /***/ }),
70
70
 
71
- /***/ 3579:
71
+ /***/ 7080:
72
72
  /***/ (function(module) {
73
73
 
74
74
  module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
75
75
 
76
76
  /***/ }),
77
77
 
78
- /***/ 64:
78
+ /***/ 7135:
79
79
  /***/ (function(module) {
80
80
 
81
- module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
81
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7135__;
82
82
 
83
83
  /***/ }),
84
84
 
85
- /***/ 2975:
85
+ /***/ 3458:
86
86
  /***/ (function(module) {
87
87
 
88
- module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
88
+ module.exports = __WEBPACK_EXTERNAL_MODULE__3458__;
89
89
 
90
90
  /***/ }),
91
91
 
92
- /***/ 455:
92
+ /***/ 7997:
93
93
  /***/ (function(module) {
94
94
 
95
- module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
95
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7997__;
96
96
 
97
97
  /***/ }),
98
98
 
99
- /***/ 154:
99
+ /***/ 1895:
100
100
  /***/ (function(module) {
101
101
 
102
- module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
102
+ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
103
103
 
104
104
  /***/ }),
105
105
 
106
- /***/ 6913:
106
+ /***/ 5301:
107
107
  /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
108
108
 
109
109
 
110
110
  // EXPORTS
111
111
  __webpack_require__.d(__webpack_exports__, {
112
- A: function() { return /* binding */ _defineProperty; }
112
+ "Z": function() { return /* binding */ _defineProperty; }
113
113
  });
114
114
 
115
115
  ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
@@ -227,29 +227,31 @@ function _defineProperty(e, r, t) {
227
227
  /******/
228
228
  /************************************************************************/
229
229
  var __webpack_exports__ = {};
230
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
231
+ !function() {
230
232
  // ESM COMPAT FLAG
231
233
  __webpack_require__.r(__webpack_exports__);
232
234
 
233
235
  // EXPORTS
234
236
  __webpack_require__.d(__webpack_exports__, {
235
- BoxClipViewModel: function() { return /* reexport */ BoxClipViewModel; },
237
+ "BoxClipViewModel": function() { return /* reexport */ BoxClipViewModel; },
236
238
  "default": function() { return /* reexport */ BoxClip; }
237
239
  });
238
240
 
239
241
  // EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
240
- var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
242
+ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
241
243
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
242
- var gis_utils_ = __webpack_require__(64);
244
+ var gis_utils_ = __webpack_require__(7135);
243
245
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
244
- var defineProperty = __webpack_require__(6913);
246
+ var defineProperty = __webpack_require__(5301);
245
247
  // EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
246
- var es_array_push_js_ = __webpack_require__(2652);
248
+ var es_array_push_js_ = __webpack_require__(2118);
247
249
  // EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
248
- var esnext_iterator_constructor_js_ = __webpack_require__(3658);
250
+ var esnext_iterator_constructor_js_ = __webpack_require__(8470);
249
251
  // EXTERNAL MODULE: external "core-js/modules/esnext.iterator.find.js"
250
- var esnext_iterator_find_js_ = __webpack_require__(7993);
252
+ var esnext_iterator_find_js_ = __webpack_require__(8697);
251
253
  // EXTERNAL MODULE: ./src/common/_ui/message/index.js
252
- var message = __webpack_require__(3275);
254
+ var message = __webpack_require__(1349);
253
255
  ;// CONCATENATED MODULE: ./src/webgl/boxclip/BoxClipViewModel.js
254
256
 
255
257
 
@@ -263,11 +265,11 @@ var message = __webpack_require__(3275);
263
265
 
264
266
  class BoxClipViewModel {
265
267
  constructor(scenceView, options) {
266
- (0,defineProperty/* default */.A)(this, "_viewer", null);
268
+ (0,defineProperty/* default */.Z)(this, "_viewer", null);
267
269
  //三维viewer对象
268
- (0,defineProperty/* default */.A)(this, "_options", {});
270
+ (0,defineProperty/* default */.Z)(this, "_options", {});
269
271
  //Box裁剪存储参数对象
270
- (0,defineProperty/* default */.A)(this, "_defaultOptions", {
272
+ (0,defineProperty/* default */.Z)(this, "_defaultOptions", {
271
273
  //默认参数对象
272
274
  clipTyp: 1,
273
275
  boxColor: Cesium.Color.fromCssColorString("#316882").withAlpha(0.4),
@@ -287,13 +289,13 @@ class BoxClipViewModel {
287
289
  paddingStrokeDirection: 35.0,
288
290
  paddingStrokeSpace: 5.0
289
291
  });
290
- (0,defineProperty/* default */.A)(this, "_boxclipAnalysis", null);
292
+ (0,defineProperty/* default */.Z)(this, "_boxclipAnalysis", null);
291
293
  //Box裁剪三维对象
292
- (0,defineProperty/* default */.A)(this, "_drawManager", null);
294
+ (0,defineProperty/* default */.Z)(this, "_drawManager", null);
293
295
  //绘制管理对象
294
- (0,defineProperty/* default */.A)(this, "_removeEventListener", null);
296
+ (0,defineProperty/* default */.Z)(this, "_removeEventListener", null);
295
297
  //绘制完成监听事件
296
- (0,defineProperty/* default */.A)(this, "_language", {});
298
+ (0,defineProperty/* default */.Z)(this, "_language", {});
297
299
  this._language = scenceView._language;
298
300
  this._options = Object.assign({}, options, this._defaultOptions);
299
301
  this._viewer = scenceView._viewer;
@@ -351,7 +353,7 @@ class BoxClipViewModel {
351
353
  image: null
352
354
  });
353
355
  } else {
354
- (0,message/* default */.A)({
356
+ (0,message/* default */.Z)({
355
357
  message: this._language["addModelClipTips"],
356
358
  type: "warning"
357
359
  });
@@ -437,11 +439,11 @@ class BoxClipViewModel {
437
439
  }
438
440
  }
439
441
  // EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
440
- var client_icons_vue_ = __webpack_require__(5698);
442
+ var client_icons_vue_ = __webpack_require__(348);
441
443
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
442
- var util_ = __webpack_require__(2975);
444
+ var util_ = __webpack_require__(3458);
443
445
  // EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
444
- var vue_i18n_cjs_js_ = __webpack_require__(3579);
446
+ var vue_i18n_cjs_js_ = __webpack_require__(7080);
445
447
  ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/boxclip/BoxClip.vue?vue&type=script&setup=true&lang=js
446
448
 
447
449
  const _hoisted_1 = {
@@ -512,7 +514,7 @@ const __default__ = {
512
514
  proxy
513
515
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
514
516
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
515
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
517
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
516
518
  let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
517
519
  let tiles = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
518
520
 
@@ -1115,7 +1117,7 @@ const __exports__ = BoxClipvue_type_script_setup_true_lang_js;
1115
1117
 
1116
1118
  /* harmony default export */ var BoxClip = (__exports__);
1117
1119
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
1118
- var init_js_ = __webpack_require__(455);
1120
+ var init_js_ = __webpack_require__(7997);
1119
1121
  var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
1120
1122
  ;// CONCATENATED MODULE: ./src/webgl/boxclip/index.js
1121
1123
  /*
@@ -1130,6 +1132,7 @@ BoxClip.install = (Vue, opts) => {
1130
1132
  Vue.component(BoxClip.name, BoxClip);
1131
1133
  };
1132
1134
 
1135
+ }();
1133
1136
  /******/ return __webpack_exports__;
1134
1137
  /******/ })()
1135
1138
  ;