@kq_npm/client3d_webgl_vue 4.5.38 → 4.5.40

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 (56) hide show
  1. package/adddata/index.js +285 -193
  2. package/adddata/style/adddata.css +1 -1
  3. package/aspectanalysis/index.js +45 -14
  4. package/boxclip/index.js +52 -19
  5. package/clientPrint/index.js +3539 -1291
  6. package/clientPrint/style/clientPrint.css +1 -1
  7. package/comparemap/index.js +699 -14
  8. package/excavatefillanalysis/index.js +48 -18
  9. package/flight/index.js +45 -4
  10. package/flight/style/flight.css +1 -1
  11. package/floodanalysis/index.js +39 -5
  12. package/geologicalbodyanalysis/index.js +37 -3
  13. package/gpuspatialquery/index.js +50 -24
  14. package/heatmap3d/index.js +37 -3
  15. package/heatmap3d/style/heatmap3d.css +1 -1
  16. package/index.js +3357 -1160
  17. package/isolineanalysis/index.js +56 -28
  18. package/light/index.js +19 -22
  19. package/limitheightanalysis/index.js +46 -16
  20. package/measure/index.js +56 -14
  21. package/modelFlat/index.js +37 -3
  22. package/modelexcavate/index.js +37 -3
  23. package/modelfilter/index.js +37 -3
  24. package/modelprofileanalysis/index.js +37 -3
  25. package/modelselect/index.js +37 -3
  26. package/package.json +1 -1
  27. package/particleeffect/index.js +26 -33
  28. package/planeclip/index.js +47 -18
  29. package/radarscananalysis/index.js +863 -0
  30. package/radarscananalysis/style/index.js +3 -0
  31. package/radarscananalysis/style/radarscananalysis.css +1 -0
  32. package/scaneffect/index.js +48 -20
  33. package/scaneffect/style/scaneffect.css +1 -1
  34. package/sceneadvancedtoimage/index.js +46 -16
  35. package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -1
  36. package/sceneapp/index.js +3538 -1290
  37. package/scenetohdimage/style/scenetohdimage.css +1 -1
  38. package/sceneview/index.js +3533 -1285
  39. package/sceneview/style/sceneview.css +1 -1
  40. package/shadowanalysis/index.js +49 -19
  41. package/sightlineanalysis/index.js +41 -31
  42. package/sightlineanalysis/style/divpoint.css +1 -1
  43. package/skylineanalysis/index.js +37 -3
  44. package/slopeanalysis/index.js +85 -54
  45. package/slopeaspectanalysis/index.js +520 -135
  46. package/style.css +1 -1
  47. package/terrainoperation/index.js +61 -31
  48. package/terrainprofileanalysis/index.js +45 -14
  49. package/typhoontrac/index.js +71 -11
  50. package/typhoontrac/style/typhoontrac.css +1 -1
  51. package/videofusion/index.js +37 -3
  52. package/videoproject/index.js +37 -3
  53. package/weathereffect/index.js +30 -34
  54. package/windyslicing/index.js +670 -306
  55. package/windyslicing/style/windyslicing.css +1 -1
  56. package/wireframesketch/index.js +37 -3
@@ -12,13 +12,32 @@ return /******/ (function() { // webpackBootstrap
12
12
  /******/ "use strict";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
+ /***/ 3789:
16
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
17
+
18
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
+ /* harmony export */ "P": function() { return /* binding */ kq_npm_client_common_vue; }
20
+ /* harmony export */ });
21
+ /* unused harmony export kq_npm_client_leaflet_vue */
22
+ let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
23
+
24
+ __webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
25
+
26
+ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_npm_client_leaflet_vue || {});
27
+
28
+ __webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
29
+
30
+
31
+ /***/ }),
32
+
15
33
  /***/ 1705:
16
34
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
17
35
 
18
36
  /* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9389);
19
37
  /* 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__(7997);
21
- /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
38
+ /* harmony import */ var _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3789);
39
+ /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7997);
40
+ /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_2__);
22
41
  /*
23
42
  * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
24
43
  * All rights reserved.
@@ -27,12 +46,15 @@ return /******/ (function() { // webpackBootstrap
27
46
 
28
47
 
29
48
 
49
+
30
50
  element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
31
- _init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
51
+ _init__WEBPACK_IMPORTED_MODULE_2___default()(Vue, opts);
32
52
  Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
33
53
  };
34
54
 
35
55
  /* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
56
+
57
+ _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue.KqMessage */ .P.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
36
58
 
37
59
 
38
60
  /***/ }),
@@ -137,6 +159,18 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
137
159
  /******/ };
138
160
  /******/ }();
139
161
  /******/
162
+ /******/ /* webpack/runtime/global */
163
+ /******/ !function() {
164
+ /******/ __webpack_require__.g = (function() {
165
+ /******/ if (typeof globalThis === 'object') return globalThis;
166
+ /******/ try {
167
+ /******/ return this || new Function('return this')();
168
+ /******/ } catch (e) {
169
+ /******/ if (typeof window === 'object') return window;
170
+ /******/ }
171
+ /******/ })();
172
+ /******/ }();
173
+ /******/
140
174
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
141
175
  /******/ !function() {
142
176
  /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
@@ -189,7 +223,6 @@ class TerrainOperationViewModel {
189
223
  _terrainStyle = null; //地形操作类型
190
224
  _height = 0; //开挖深度
191
225
  _smoothHeight = 2000; //平整高度
192
- _removeEventListener = null; //绘制完成监听事件
193
226
  _language = {};
194
227
  constructor(scenceView, viewModel) {
195
228
  this._language = scenceView._language;
@@ -200,29 +233,6 @@ class TerrainOperationViewModel {
200
233
  this._terrainStyle = viewModel.terrainStyle;
201
234
  this._height = viewModel.excavationDepth;
202
235
  this._smoothHeight = viewModel.modificationHeight;
203
- var that = this;
204
- this._removeEventListener = this._drawManager.drawFinishedEvent.addEventListener(shape => {
205
- if (shape) {
206
- that._globaOptions.positions = shape._controlPoints;
207
- if (that._terrainStyle === 1) {
208
- that._positions.push(shape._controlPoints);
209
- if (that._terrainexcavationext) {
210
- that.setTerrainExcavationAddPolygon();
211
- } else {
212
- this.createTerrainExcavation(() => {
213
- that.setTerrainExcavationAddPolygon();
214
- });
215
- }
216
- } else if (that._terrainStyle === 2) {
217
- if (that._terrainmodification) {
218
- that.setTerrainModification();
219
- } else {
220
- this.createTerrainModification();
221
- }
222
- }
223
- that._drawManager.clear();
224
- }
225
- });
226
236
  }
227
237
  // 创建地形分析类
228
238
  createTerrainExcavation(callback) {
@@ -285,11 +295,34 @@ class TerrainOperationViewModel {
285
295
  }
286
296
  //开始分析
287
297
  start() {
298
+ var that = this;
288
299
  // 判断是否添加了地形
289
300
  if (this._globaOptions.viewer.terrainProvider.availability) {
290
301
  if (this._globaOptions.viewer.terrainProvider && !this._globaOptions.viewer.terrainProvider._heightmapStructure) {
291
302
  this.clear();
292
- this._drawManager.startDraw("polygon", { clampToGround: true });
303
+ this._drawManager.startDraw("polygon", { clampToGround: true }, (feature, { shape }) => {
304
+ if (!shape.groupName || shape.groupName !== "TerrainOperationDraw") return;
305
+ if (shape) {
306
+ that._globaOptions.positions = shape._controlPoints;
307
+ if (that._terrainStyle === 1) {
308
+ that._positions.push(shape._controlPoints);
309
+ if (that._terrainexcavationext) {
310
+ that.setTerrainExcavationAddPolygon();
311
+ } else {
312
+ that.createTerrainExcavation(() => {
313
+ that.setTerrainExcavationAddPolygon();
314
+ });
315
+ }
316
+ } else if (that._terrainStyle === 2) {
317
+ if (that._terrainmodification) {
318
+ that.setTerrainModification();
319
+ } else {
320
+ that.createTerrainModification();
321
+ }
322
+ }
323
+ }
324
+ that._drawManager && that._drawManager.clearDrawGroup("TerrainOperationDraw");
325
+ }, "TerrainOperationDraw");
293
326
  } else {
294
327
  (0,message/* default */.Z)({
295
328
  message: this._language["stkTerrainAnalysisTips"],
@@ -348,9 +381,6 @@ class TerrainOperationViewModel {
348
381
  // 销毁
349
382
  destroy() {
350
383
  this.clear();
351
- //移除监听事件
352
- this._removeEventListener && this._removeEventListener();
353
- this._removeEventListener = null;
354
384
  }
355
385
  }
356
386
 
@@ -12,13 +12,32 @@ return /******/ (function() { // webpackBootstrap
12
12
  /******/ "use strict";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
+ /***/ 3789:
16
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
17
+
18
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
+ /* harmony export */ "P": function() { return /* binding */ kq_npm_client_common_vue; }
20
+ /* harmony export */ });
21
+ /* unused harmony export kq_npm_client_leaflet_vue */
22
+ let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
23
+
24
+ __webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
25
+
26
+ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_npm_client_leaflet_vue || {});
27
+
28
+ __webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
29
+
30
+
31
+ /***/ }),
32
+
15
33
  /***/ 1705:
16
34
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
17
35
 
18
36
  /* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9389);
19
37
  /* 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__(7997);
21
- /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
38
+ /* harmony import */ var _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3789);
39
+ /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7997);
40
+ /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_2__);
22
41
  /*
23
42
  * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
24
43
  * All rights reserved.
@@ -27,12 +46,15 @@ return /******/ (function() { // webpackBootstrap
27
46
 
28
47
 
29
48
 
49
+
30
50
  element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
31
- _init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
51
+ _init__WEBPACK_IMPORTED_MODULE_2___default()(Vue, opts);
32
52
  Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
33
53
  };
34
54
 
35
55
  /* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
56
+
57
+ _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue.KqMessage */ .P.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
36
58
 
37
59
 
38
60
  /***/ }),
@@ -137,6 +159,18 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
137
159
  /******/ };
138
160
  /******/ }();
139
161
  /******/
162
+ /******/ /* webpack/runtime/global */
163
+ /******/ !function() {
164
+ /******/ __webpack_require__.g = (function() {
165
+ /******/ if (typeof globalThis === 'object') return globalThis;
166
+ /******/ try {
167
+ /******/ return this || new Function('return this')();
168
+ /******/ } catch (e) {
169
+ /******/ if (typeof window === 'object') return window;
170
+ /******/ }
171
+ /******/ })();
172
+ /******/ }();
173
+ /******/
140
174
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
141
175
  /******/ !function() {
142
176
  /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
@@ -183,7 +217,6 @@ class TerrainProfileAnalysisViewModel {
183
217
  _terrainSlopeAnalyse = null;
184
218
  _analyseHeight = 1000;
185
219
  _drawManager = null; //绘制管理对象
186
- _removeEventListener = null; //绘制完成监听事件
187
220
  //分析结束事件
188
221
  minHeight = null;
189
222
  maxHeight = null;
@@ -212,12 +245,6 @@ class TerrainProfileAnalysisViewModel {
212
245
  height: this._analyseHeight
213
246
  });
214
247
  var that = this;
215
- this._removeEventListener = this._drawManager.drawFinishedEvent.addEventListener(shape => {
216
- if (shape) {
217
- that._terrainSlopeAnalyse.positions = shape._controlPoints;
218
- that._drawManager.clear();
219
- }
220
- });
221
248
  //分析结束事件
222
249
  this._terrainSlopeAnalyse.analyseEndEvent.addEventListener(function (res) {
223
250
  that.minHeight = res.minHeight;
@@ -304,11 +331,18 @@ class TerrainProfileAnalysisViewModel {
304
331
  }
305
332
 
306
333
  start() {
334
+ var that = this;
307
335
  // 判断是否添加了地形
308
336
  if (this._viewer.terrainProvider.availability) {
309
337
  if (this._viewer.terrainProvider && !this._viewer.terrainProvider._heightmapStructure) {
310
338
  this.clear();
311
- this._drawManager.startDraw("polyline", { clampToGround: true });
339
+ this._drawManager.startDraw("polyline", { clampToGround: true }, (feature, { shape }) => {
340
+ if (!shape.groupName || shape.groupName !== "TerrainProfileAnalysisDraw") return;
341
+ if (shape) {
342
+ that._terrainSlopeAnalyse.positions = shape._controlPoints;
343
+ }
344
+ that._drawManager && that._drawManager.clearDrawGroup("TerrainProfileAnalysisDraw");
345
+ }, "TerrainProfileAnalysisDraw");
312
346
  } else {
313
347
  (0,message/* default */.Z)({
314
348
  message: this._language["stkTerrainAnalysisTips"],
@@ -338,9 +372,6 @@ class TerrainProfileAnalysisViewModel {
338
372
  //销毁
339
373
  destroy() {
340
374
  this.clear();
341
- //移除监听事件
342
- this._removeEventListener && this._removeEventListener();
343
- this._removeEventListener = null;
344
375
  }
345
376
  }
346
377
  // EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
@@ -12,13 +12,32 @@ return /******/ (function() { // webpackBootstrap
12
12
  /******/ "use strict";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
+ /***/ 3789:
16
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
17
+
18
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
+ /* harmony export */ "P": function() { return /* binding */ kq_npm_client_common_vue; }
20
+ /* harmony export */ });
21
+ /* unused harmony export kq_npm_client_leaflet_vue */
22
+ let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
23
+
24
+ __webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
25
+
26
+ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_npm_client_leaflet_vue || {});
27
+
28
+ __webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
29
+
30
+
31
+ /***/ }),
32
+
15
33
  /***/ 1705:
16
34
  /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
17
35
 
18
36
  /* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9389);
19
37
  /* 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__(7997);
21
- /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
38
+ /* harmony import */ var _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3789);
39
+ /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7997);
40
+ /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_2__);
22
41
  /*
23
42
  * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
24
43
  * All rights reserved.
@@ -27,13 +46,23 @@ return /******/ (function() { // webpackBootstrap
27
46
 
28
47
 
29
48
 
49
+
30
50
  element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
31
- _init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
51
+ _init__WEBPACK_IMPORTED_MODULE_2___default()(Vue, opts);
32
52
  Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
33
53
  };
34
54
 
35
55
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (KqMessage)));
56
+
57
+ _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue.KqMessage */ .P.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
58
+
59
+
60
+ /***/ }),
61
+
62
+ /***/ 8422:
63
+ /***/ (function(module) {
36
64
 
65
+ module.exports = require("@element-plus/icons-vue");
37
66
 
38
67
  /***/ }),
39
68
 
@@ -137,6 +166,18 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
137
166
  /******/ };
138
167
  /******/ }();
139
168
  /******/
169
+ /******/ /* webpack/runtime/global */
170
+ /******/ !function() {
171
+ /******/ __webpack_require__.g = (function() {
172
+ /******/ if (typeof globalThis === 'object') return globalThis;
173
+ /******/ try {
174
+ /******/ return this || new Function('return this')();
175
+ /******/ } catch (e) {
176
+ /******/ if (typeof window === 'object') return window;
177
+ /******/ }
178
+ /******/ })();
179
+ /******/ }();
180
+ /******/
140
181
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
141
182
  /******/ !function() {
142
183
  /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
@@ -199,6 +240,7 @@ class TyphoonTracViewModel {
199
240
  }
200
241
  // 控制台风显示
201
242
  createTyphoonPath(row, play = false) {
243
+ if(!this.warningLine_48) this.createWarningLine();
202
244
  let that = this;
203
245
  if (this._curTyphoon[row.tfid]) {
204
246
  this._curTyphoon[row.tfid].setVisible(row.show);
@@ -531,19 +573,24 @@ class TyphoonTracViewModel {
531
573
  for (let tfid in this._curTyphoon) {
532
574
  this.remove(tfid);
533
575
  }
534
- }
535
- //销毁
536
- destroy() {
537
576
  this.warningLine_48 && this._viewer.entities.remove(this.warningLine_48);
577
+ this.warningLine_48 = null;
538
578
  this.warningText_48 && this._viewer.entities.remove(this.warningText_48);
579
+ this.warningText_48 = null;
539
580
  this.warningLine_24 && this._viewer.entities.remove(this.warningLine_24);
581
+ this.warningLine_24 = null;
540
582
  this.warningText_24 && this._viewer.entities.remove(this.warningText_24);
583
+ this.warningText_24 = null;
584
+ }
585
+ //销毁
586
+ destroy() {
541
587
  this.clear();
542
588
  }
543
-
544
589
  }
545
590
  // EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
546
591
  var client_icons_vue_ = __webpack_require__(348);
592
+ // EXTERNAL MODULE: external "@element-plus/icons-vue"
593
+ var icons_vue_ = __webpack_require__(8422);
547
594
  // EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
548
595
  var util_ = __webpack_require__(3458);
549
596
  // EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
@@ -562,6 +609,7 @@ const _hoisted_3 = { class: "flex" }
562
609
 
563
610
 
564
611
 
612
+
565
613
  const __default__ = {
566
614
  name: "Kq3dTyphoonTrac"
567
615
  };
@@ -654,7 +702,6 @@ let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive
654
702
  collapseValue: props.settingParams?.collapseValue ?? "list", // 折叠组件是否折叠,list:台风列表
655
703
  showUpload: props.settingParams?.showUpload ?? true, // 是否显示离线数据功能
656
704
  typhoonTracPath: props.settingParams?.typhoonTracPath ?? "", // 离线数据文件路径
657
- showWarningLine: props.settingParams?.showWarningLine ?? true //
658
705
  });
659
706
 
660
707
  const strongType = [
@@ -768,7 +815,15 @@ const watchCreateHeaderTemp = () => {
768
815
  };
769
816
  // 输入地址
770
817
  function selectTyphoonTracPath() {
771
- getDataByPath();
818
+ if (formItem && formItem.typhoonTracPath) {
819
+ getDataByPath();
820
+ } else {
821
+ currentRow.value = {};
822
+ currentPlay.value = {};
823
+ formItem.collapseValue = "list";
824
+ tableData.value = [];
825
+ clear();
826
+ }
772
827
  }
773
828
  // 选择文件
774
829
  function selectData(file) {
@@ -910,7 +965,6 @@ function getDataByPath() {
910
965
  return;
911
966
  }
912
967
  tableData.value = res;
913
- formItem.showWarningLine && viewModel && viewModel.createWarningLine();
914
968
  clear();
915
969
  }
916
970
  });
@@ -982,6 +1036,7 @@ return (_ctx, _cache) => {
982
1036
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, { style: {"display":"flex"} }, {
983
1037
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
984
1038
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input, {
1039
+ clearable: "",
985
1040
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).typhoonTracPath,
986
1041
  "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).typhoonTracPath) = $event)),
987
1042
  onChange: _cache[1] || (_cache[1] = $event => (selectTyphoonTracPath())),
@@ -1077,7 +1132,12 @@ return (_ctx, _cache) => {
1077
1132
  loading: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(loading)
1078
1133
  }, {
1079
1134
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [
1080
- (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconLocation))
1135
+ (scope.row.show)
1136
+ ? ((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_.unref)(icons_vue_.View), { key: 0 }))
1137
+ : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true),
1138
+ (!scope.row.show)
1139
+ ? ((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_.unref)(icons_vue_.Hide), { key: 1 }))
1140
+ : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)
1081
1141
  ]),
1082
1142
  _: 2 /* DYNAMIC */
1083
1143
  }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onClick", "title", "style", "loading"]),
@@ -1 +1 @@
1
- .kq3d-typhoon-trac{z-index:999;border-radius:var(--kq-border-radius-base);padding:16px;pointer-events:auto;cursor:default;background-color:var(--kq-bg-color);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.kq3d-typhoon-trac .kq3d-typhoon-trac-box{width:450px}.kq3d-typhoon-trac .kq-row{margin-bottom:0}.kq3d-typhoon-trac .rowClass{margin:0;margin-bottom:8px}.kq3d-typhoon-trac .rowClass .kq-input{height:32px;line-height:32px}.kq3d-typhoon-trac .iconClass{cursor:pointer;margin:0 2px}.kq3d-typhoon-trac .colClass{margin:0}.kq3d-typhoon-trac .kq-radio{height:35px}.kq3d-typhoon-trac .kq3d-typhoon-trac-span{color:var(--kq-text-color-regular);line-height:32px;font-size:var(--kq-font-size-base)}.kq3d-typhoon-trac .kq-select{width:100%}.kq3d-typhoon-trac .kq3d-typhoon-trac-tip{color:var(--kq-text-color-regular);font-size:var(--kq-font-size-base)}.kq3d-typhoon-trac .kq3d-typhoon-trac-tip p{margin:8px 0 16px}.kq3d-typhoon-trac .kq3d-typhoon-trac-collapse .kq-row{display:block}.kq3d-typhoon-trac .kq3d-typhoon-trac-collapse .kq-divider--horizontal{margin:0}.kq3d-typhoon-trac .kq-collapse{border:unset}.kq3d-typhoon-trac .kq-collapse .kq-collapse-item__header{border:unset;height:38px;background-color:var(--kq-fill-color-light);font-weight:700;padding:0 16px;font-size:16px}.kq3d-typhoon-trac .kq-collapse .kq-collapse-item__arrow{margin:0 0 0 auto}.kq3d-typhoon-trac .kq-collapse .kq-collapse-item__wrap .kq-collapse-item__content{padding-bottom:unset;border:unset;padding-top:8px}.kq3d-typhoon-trac .listTable,.kq3d-typhoon-trac .listTablePath{background-color:var(--kq-bg-color);pointer-events:auto}.kq3d-typhoon-trac .listTablePath .kq-table__body tr:hover{cursor:pointer!important}.kq3d-typhoon-trac .kq-form{width:100%}.kq3d-typhoon-trac .kq-form-item{width:100%;margin-bottom:8px}.kq3d-typhoon-trac .kq-form-item__content{text-align:end;display:block;width:100%}.kq3d-typhoon-trac ul{margin:8px 0 0}.kq3d-typhoon-trac .flex{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;color:var(--kq-text-color-regular);font-size:var(--kq-font-size-base)}.kq3d-typhoon-trac .items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.kq3d-typhoon-trac .mr-1{margin-right:4px}.kq3d-typhoon-trac .mr-2{margin-right:16px}.kq3d-typhoon-trac .mr-3{margin-right:8px}.kq3d-typhoon-trac .card{width:20px;display:inline-block;margin-right:8px}.kq3d-typhoon-trac .circle{width:10px;height:10px;border-radius:50%}.kq3d-typhoon-trac .kq-slider{width:95%}.kq3d-typhoon-trac .kq-slider .kq-slider__button{width:14px;height:14px}.kq3d-typhoon-trac .kq-input-number.is-controls-right{width:65px}.kq3d-typhoon-trac .kq-input-number.is-controls-right .kq-input-number__decrease,.kq3d-typhoon-trac .kq-input-number.is-controls-right .kq-input-number__increase{width:20px}.kq3d-typhoon-trac .kq-col-8 .kq-input-number .kq-input__wrapper,.kq3d-typhoon-trac .kq-input-number.is-controls-right .kq-input__wrapper{padding-left:0;padding-right:20px}.kq3d-typhoon-trac .kq3d-typhoon-trac-footer{text-align:right;padding:16px 0 0}.kq3d-typhoon-trac .kq-input-group__append{padding:0 12px}.kq3d-typhoon-trac-Info{position:absolute;width:280px;color:var(--kq-text-color-regular);font-size:var(--kq-font-size-base)}.kq3d-typhoon-trac-Info .Info-title{height:40px;background:var(--kq-base-window-header-bg-color);border-radius:8px 8px 0 0}.kq3d-typhoon-trac-Info .Info-title .Info-title-text{font-size:16px;padding-left:16px;line-height:40px;color:var(--kq-base-window-header-text-color)}.kq3d-typhoon-trac-Info .infoClose{position:absolute;top:0;right:0;border:none;text-align:center;text-decoration:none;background:transparent;width:40px;height:40px;line-height:34px;color:#fff;font-size:24px;padding:0;font-weight:400;border-radius:0 8px 0 0;-webkit-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;cursor:pointer}.kq3d-typhoon-trac-Info ul{margin:0;padding:0;padding-bottom:4px;background-color:var(--kq-bg-color)}.kq3d-typhoon-trac-Info ul li{list-style:none;background-color:var(--kq-bg-color);border-width:0;padding:0 16px;height:25px;line-height:25px;color:var(--kq-text-color-regular)}.kq3d-typhoon-trac-Info ul li .strong{font-weight:700;color:red}.kq3d-typhoon-trac-Info ul li span{color:var(--kq-text-color-regular)}.kq3d-typhoon-trac-Info ul li:last-child{background-color:var(--kq-bg-color);border-bottom:1px solid var(--kq-text-color-regular)}.kq3d-typhoon-trac-Info table{width:100%;padding:0 16px}.kq3d-typhoon-trac-Info table .head{background-color:var(--kq-sub-bg-color)}.kq3d-typhoon-trac-Info .triangle{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none}.kq3d-typhoon-trac-Info .triangle div{background-color:var(--kq-bg-color);-webkit-box-shadow:0 3px 14px var(--kq-light-shadow);box-shadow:0 3px 14px var(--kq-light-shadow);width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.kq3d-typhoon-trac-Info .flnumber{color:var(--kq-text-color-regular)}
1
+ .kq3d-typhoon-trac{z-index:999;border-radius:var(--kq-border-radius-base);padding:16px;pointer-events:auto;cursor:default;background-color:var(--kq-bg-color);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.kq3d-typhoon-trac .kq3d-typhoon-trac-box{width:450px}.kq3d-typhoon-trac .kq-row{margin-bottom:0}.kq3d-typhoon-trac .rowClass{margin:0;margin-bottom:8px}.kq3d-typhoon-trac .rowClass .kq-input{height:32px;line-height:32px}.kq3d-typhoon-trac .iconClass{cursor:pointer;margin:0 2px}.kq3d-typhoon-trac .colClass{margin:0}.kq3d-typhoon-trac .kq-radio{height:35px}.kq3d-typhoon-trac .kq3d-typhoon-trac-span{color:var(--kq-text-color-regular);line-height:32px;font-size:var(--kq-font-size-base)}.kq3d-typhoon-trac .kq-select{width:100%}.kq3d-typhoon-trac .kq3d-typhoon-trac-tip{color:var(--kq-text-color-regular);font-size:var(--kq-font-size-base)}.kq3d-typhoon-trac .kq3d-typhoon-trac-tip p{margin:8px 0 16px}.kq3d-typhoon-trac .kq3d-typhoon-trac-collapse .kq-row{display:block}.kq3d-typhoon-trac .kq3d-typhoon-trac-collapse .kq-divider--horizontal{margin:0}.kq3d-typhoon-trac .kq-collapse{border:unset}.kq3d-typhoon-trac .kq-collapse .kq-collapse-item__header{border:unset;height:38px;background-color:var(--kq-fill-color-light);font-weight:700;padding:0 16px;font-size:16px}.kq3d-typhoon-trac .kq-collapse .kq-collapse-item__arrow{margin:0 0 0 auto}.kq3d-typhoon-trac .kq-collapse .kq-collapse-item__wrap .kq-collapse-item__content{padding-bottom:unset;border:unset;padding-top:8px}.kq3d-typhoon-trac .listTable,.kq3d-typhoon-trac .listTablePath{background-color:var(--kq-bg-color);pointer-events:auto}.kq3d-typhoon-trac .listTablePath .kq-table__body tr:hover{cursor:pointer!important}.kq3d-typhoon-trac .kq-form{width:100%}.kq3d-typhoon-trac .kq-form-item{width:100%;margin-bottom:8px}.kq3d-typhoon-trac .kq-form-item__content{text-align:end;display:block;width:100%}.kq3d-typhoon-trac ul{margin:8px 0 0}.kq3d-typhoon-trac .flex{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;color:var(--kq-text-color-regular);font-size:var(--kq-font-size-base)}.kq3d-typhoon-trac .items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.kq3d-typhoon-trac .mr-1{margin-right:4px}.kq3d-typhoon-trac .mr-2{margin-right:16px}.kq3d-typhoon-trac .mr-3{margin-right:8px}.kq3d-typhoon-trac .card{width:20px;display:inline-block;margin-right:8px}.kq3d-typhoon-trac .circle{width:10px;height:10px;border-radius:50%}.kq3d-typhoon-trac .kq-slider{width:95%}.kq3d-typhoon-trac .kq-slider .kq-slider__button{width:14px;height:14px}.kq3d-typhoon-trac .kq-input-number.is-controls-right{width:65px}.kq3d-typhoon-trac .kq-input-number.is-controls-right .kq-input-number__decrease,.kq3d-typhoon-trac .kq-input-number.is-controls-right .kq-input-number__increase{width:20px}.kq3d-typhoon-trac .kq-col-8 .kq-input-number .kq-input__wrapper,.kq3d-typhoon-trac .kq-input-number.is-controls-right .kq-input__wrapper{padding-left:0;padding-right:20px}.kq3d-typhoon-trac .kq3d-typhoon-trac-footer{text-align:right;padding:16px 0 0}.kq3d-typhoon-trac .kq-input-group__append{padding:0 12px}.kq3d-typhoon-trac-Info{position:absolute;width:280px;color:var(--kq-text-color-regular);font-size:var(--kq-font-size-base)}.kq3d-typhoon-trac-Info .Info-title{height:40px;background:var(--kq-base-window-header-bg-color);border-radius:8px 8px 0 0}.kq3d-typhoon-trac-Info .Info-title .Info-title-text{font-size:16px;padding-left:16px;line-height:40px;color:var(--kq-base-window-header-text-color)}.kq3d-typhoon-trac-Info .infoClose{position:absolute;top:0;right:0;border:none;text-align:center;text-decoration:none;background:transparent;width:40px;height:40px;line-height:34px;color:#fff;font-size:24px;padding:0;font-weight:400;border-radius:0 8px 0 0;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;cursor:pointer}.kq3d-typhoon-trac-Info ul{margin:0;padding:0;padding-bottom:4px;background-color:var(--kq-bg-color)}.kq3d-typhoon-trac-Info ul li{list-style:none;background-color:var(--kq-bg-color);border-width:0;padding:0 16px;height:25px;line-height:25px;color:var(--kq-text-color-regular)}.kq3d-typhoon-trac-Info ul li .strong{font-weight:700;color:red}.kq3d-typhoon-trac-Info ul li span{color:var(--kq-text-color-regular)}.kq3d-typhoon-trac-Info ul li:last-child{background-color:var(--kq-bg-color);border-bottom:1px solid var(--kq-text-color-regular)}.kq3d-typhoon-trac-Info table{width:100%;padding:0 16px}.kq3d-typhoon-trac-Info table .head{background-color:var(--kq-sub-bg-color)}.kq3d-typhoon-trac-Info .triangle{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none}.kq3d-typhoon-trac-Info .triangle div{background-color:var(--kq-bg-color);-webkit-box-shadow:0 3px 14px var(--kq-light-shadow);box-shadow:0 3px 14px var(--kq-light-shadow);width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.kq3d-typhoon-trac-Info .flnumber{color:var(--kq-text-color-regular)}
@@ -12,13 +12,32 @@ return /******/ (function() { // webpackBootstrap
12
12
  /******/ "use strict";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
+ /***/ 3789:
16
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
17
+
18
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
+ /* harmony export */ "P": function() { return /* binding */ kq_npm_client_common_vue; }
20
+ /* harmony export */ });
21
+ /* unused harmony export kq_npm_client_leaflet_vue */
22
+ let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
23
+
24
+ __webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
25
+
26
+ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_npm_client_leaflet_vue || {});
27
+
28
+ __webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
29
+
30
+
31
+ /***/ }),
32
+
15
33
  /***/ 1705:
16
34
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
17
35
 
18
36
  /* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9389);
19
37
  /* 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__(7997);
21
- /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
38
+ /* harmony import */ var _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3789);
39
+ /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7997);
40
+ /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_2__);
22
41
  /*
23
42
  * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
24
43
  * All rights reserved.
@@ -27,12 +46,15 @@ return /******/ (function() { // webpackBootstrap
27
46
 
28
47
 
29
48
 
49
+
30
50
  element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
31
- _init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
51
+ _init__WEBPACK_IMPORTED_MODULE_2___default()(Vue, opts);
32
52
  Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
33
53
  };
34
54
 
35
55
  /* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
56
+
57
+ _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue.KqMessage */ .P.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
36
58
 
37
59
 
38
60
  /***/ }),
@@ -335,6 +357,18 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
335
357
  /******/ };
336
358
  /******/ }();
337
359
  /******/
360
+ /******/ /* webpack/runtime/global */
361
+ /******/ !function() {
362
+ /******/ __webpack_require__.g = (function() {
363
+ /******/ if (typeof globalThis === 'object') return globalThis;
364
+ /******/ try {
365
+ /******/ return this || new Function('return this')();
366
+ /******/ } catch (e) {
367
+ /******/ if (typeof window === 'object') return window;
368
+ /******/ }
369
+ /******/ })();
370
+ /******/ }();
371
+ /******/
338
372
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
339
373
  /******/ !function() {
340
374
  /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
@@ -12,13 +12,32 @@ return /******/ (function() { // webpackBootstrap
12
12
  /******/ "use strict";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
+ /***/ 3789:
16
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
17
+
18
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
+ /* harmony export */ "P": function() { return /* binding */ kq_npm_client_common_vue; }
20
+ /* harmony export */ });
21
+ /* unused harmony export kq_npm_client_leaflet_vue */
22
+ let kq_npm_client_common_vue = (window.kq_npm_client_common_vue = window.kq_npm_client_common_vue || {});
23
+
24
+ __webpack_require__.g.kq_npm_client_common_vue = kq_npm_client_common_vue;
25
+
26
+ let kq_npm_client_leaflet_vue = (window.kq_npm_client_leaflet_vue = window.kq_npm_client_leaflet_vue || {});
27
+
28
+ __webpack_require__.g.kq_npm_client_leaflet_vue = kq_npm_client_leaflet_vue;
29
+
30
+
31
+ /***/ }),
32
+
15
33
  /***/ 1705:
16
34
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
17
35
 
18
36
  /* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9389);
19
37
  /* 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__(7997);
21
- /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
38
+ /* harmony import */ var _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3789);
39
+ /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7997);
40
+ /* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_2__);
22
41
  /*
23
42
  * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
24
43
  * All rights reserved.
@@ -27,12 +46,15 @@ return /******/ (function() { // webpackBootstrap
27
46
 
28
47
 
29
48
 
49
+
30
50
  element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
31
- _init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
51
+ _init__WEBPACK_IMPORTED_MODULE_2___default()(Vue, opts);
32
52
  Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
33
53
  };
34
54
 
35
55
  /* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
56
+
57
+ _common_KqGIS__WEBPACK_IMPORTED_MODULE_1__/* .kq_npm_client_common_vue.KqMessage */ .P.KqMessage = element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage;
36
58
 
37
59
 
38
60
  /***/ }),
@@ -320,6 +342,18 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
320
342
  /******/ };
321
343
  /******/ }();
322
344
  /******/
345
+ /******/ /* webpack/runtime/global */
346
+ /******/ !function() {
347
+ /******/ __webpack_require__.g = (function() {
348
+ /******/ if (typeof globalThis === 'object') return globalThis;
349
+ /******/ try {
350
+ /******/ return this || new Function('return this')();
351
+ /******/ } catch (e) {
352
+ /******/ if (typeof window === 'object') return window;
353
+ /******/ }
354
+ /******/ })();
355
+ /******/ }();
356
+ /******/
323
357
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
324
358
  /******/ !function() {
325
359
  /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }