@kq_npm/client3d_webgl_vue 4.5.31 → 4.5.32
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.
- package/adddata/index.js +226 -495
- package/aspectanalysis/index.js +71 -182
- package/baseterraingallery/index.js +40 -102
- package/boxclip/index.js +197 -423
- package/clientPrint/index.js +6953 -17145
- package/comparemap/index.js +165 -216
- package/compass/index.js +20 -47
- package/excavatefillanalysis/index.js +101 -206
- package/fixedzoomin/index.js +20 -43
- package/fixedzoomout/index.js +18 -42
- package/flight/index.js +206 -353
- package/floodanalysis/index.js +145 -328
- package/geologicalbodyanalysis/index.js +114 -241
- package/gpuspatialquery/index.js +146 -340
- package/hawkeye/index.js +78 -80
- package/headertemp/index.js +8 -19
- package/heatmap3d/index.js +304 -645
- package/index.js +6525 -16962
- package/isolineanalysis/index.js +451 -1183
- package/light/index.js +308 -486
- package/limitheightanalysis/index.js +107 -204
- package/measure/index.js +145 -331
- package/modelFlat/index.js +114 -183
- package/modelexcavate/index.js +78 -172
- package/modelfilter/index.js +127 -252
- package/modelprofileanalysis/index.js +154 -297
- package/modelselect/index.js +90 -128
- package/package.json +1 -1
- package/particleeffect/index.js +170 -381
- package/planeclip/index.js +146 -281
- package/resetview/index.js +12 -31
- package/roller/index.js +252 -353
- package/scaneffect/index.js +178 -518
- package/sceneadvancedtoimage/index.js +152 -337
- package/sceneapp/index.js +6953 -17145
- package/sceneset/index.js +299 -838
- package/scenetohdimage/index.js +105 -276
- package/sceneview/index.js +6953 -17145
- package/screenshot/index.js +204 -281
- package/shadowanalysis/index.js +175 -386
- package/sightlineanalysis/index.js +135 -245
- package/skylineanalysis/index.js +108 -289
- package/slopeanalysis/index.js +174 -378
- package/slopeaspectanalysis/index.js +206 -466
- package/statusbar/index.js +37 -39
- package/terrainoperation/index.js +124 -218
- package/terrainprofileanalysis/index.js +66 -118
- package/typhoontrac/index.js +165 -321
- package/underground/index.js +16 -40
- package/videofusion/index.js +214 -470
- package/videoproject/index.js +220 -472
- package/viewshedanalysis/index.js +93 -230
- package/weathereffect/index.js +111 -295
- package/windyslicing/index.js +262 -695
- package/wireframesketch/index.js +49 -106
package/typhoontrac/index.js
CHANGED
|
@@ -19,18 +19,16 @@ return /******/ (function() { // webpackBootstrap
|
|
|
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
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
|
-
/*
|
|
23
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
-
* All rights reserved.
|
|
22
|
+
/*
|
|
23
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
+
* All rights reserved.
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
|
|
29
28
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
30
29
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
31
30
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
32
31
|
};
|
|
33
|
-
|
|
34
32
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (KqMessage)));
|
|
35
33
|
|
|
36
34
|
/***/ }),
|
|
@@ -42,6 +40,41 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
42
40
|
|
|
43
41
|
/***/ }),
|
|
44
42
|
|
|
43
|
+
/***/ 8470:
|
|
44
|
+
/***/ (function(module) {
|
|
45
|
+
|
|
46
|
+
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
47
|
+
|
|
48
|
+
/***/ }),
|
|
49
|
+
|
|
50
|
+
/***/ 1058:
|
|
51
|
+
/***/ (function(module) {
|
|
52
|
+
|
|
53
|
+
module.exports = require("core-js/modules/esnext.iterator.for-each.js");
|
|
54
|
+
|
|
55
|
+
/***/ }),
|
|
56
|
+
|
|
57
|
+
/***/ 4360:
|
|
58
|
+
/***/ (function(module) {
|
|
59
|
+
|
|
60
|
+
module.exports = require("core-js/modules/web.url-search-params.delete.js");
|
|
61
|
+
|
|
62
|
+
/***/ }),
|
|
63
|
+
|
|
64
|
+
/***/ 8824:
|
|
65
|
+
/***/ (function(module) {
|
|
66
|
+
|
|
67
|
+
module.exports = require("core-js/modules/web.url-search-params.has.js");
|
|
68
|
+
|
|
69
|
+
/***/ }),
|
|
70
|
+
|
|
71
|
+
/***/ 2936:
|
|
72
|
+
/***/ (function(module) {
|
|
73
|
+
|
|
74
|
+
module.exports = require("core-js/modules/web.url-search-params.size.js");
|
|
75
|
+
|
|
76
|
+
/***/ }),
|
|
77
|
+
|
|
45
78
|
/***/ 9389:
|
|
46
79
|
/***/ (function(module) {
|
|
47
80
|
|
|
@@ -101,7 +134,6 @@ function _defineProperty(obj, key, value) {
|
|
|
101
134
|
} else {
|
|
102
135
|
obj[key] = value;
|
|
103
136
|
}
|
|
104
|
-
|
|
105
137
|
return obj;
|
|
106
138
|
}
|
|
107
139
|
|
|
@@ -187,75 +219,74 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
187
219
|
"default": function() { return /* reexport */ TyphoonTrac; }
|
|
188
220
|
});
|
|
189
221
|
|
|
222
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
223
|
+
var web_url_search_params_delete_js_ = __webpack_require__(4360);
|
|
224
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
225
|
+
var web_url_search_params_has_js_ = __webpack_require__(8824);
|
|
226
|
+
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
227
|
+
var web_url_search_params_size_js_ = __webpack_require__(2936);
|
|
190
228
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
191
229
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
192
230
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
193
231
|
var gis_utils_ = __webpack_require__(7135);
|
|
194
232
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
195
233
|
var defineProperty = __webpack_require__(8270);
|
|
234
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
235
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(8470);
|
|
236
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
|
|
237
|
+
var esnext_iterator_for_each_js_ = __webpack_require__(1058);
|
|
238
|
+
;// CONCATENATED MODULE: external "core-js/modules/esnext.iterator.reduce.js"
|
|
239
|
+
var esnext_iterator_reduce_js_namespaceObject = require("core-js/modules/esnext.iterator.reduce.js");
|
|
196
240
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
197
241
|
var message = __webpack_require__(1349);
|
|
198
242
|
;// CONCATENATED MODULE: ./src/webgl/typhoontrac/TyphoonTracViewModel.js
|
|
199
243
|
|
|
200
244
|
|
|
245
|
+
|
|
246
|
+
|
|
201
247
|
/*
|
|
202
248
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
203
249
|
* All rights reserved.
|
|
204
250
|
*/
|
|
205
251
|
|
|
206
252
|
class TyphoonTracViewModel {
|
|
207
|
-
// 三维viewer对象
|
|
208
253
|
constructor(scenceView) {
|
|
209
254
|
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
210
|
-
|
|
255
|
+
// 三维viewer对象
|
|
211
256
|
(0,defineProperty/* default */.Z)(this, "_language", null);
|
|
212
|
-
|
|
213
257
|
(0,defineProperty/* default */.Z)(this, "_curTyphoon", []);
|
|
214
|
-
|
|
215
258
|
(0,defineProperty/* default */.Z)(this, "currentRow", null);
|
|
216
|
-
|
|
217
259
|
(0,defineProperty/* default */.Z)(this, "divPoint", null);
|
|
218
|
-
|
|
219
260
|
(0,defineProperty/* default */.Z)(this, "eventListener", null);
|
|
220
|
-
|
|
221
261
|
(0,defineProperty/* default */.Z)(this, "eventListener2", null);
|
|
222
|
-
|
|
223
262
|
this._viewer = scenceView._viewer;
|
|
224
263
|
this._language = scenceView._language;
|
|
225
|
-
this._viewer.postProcessStages.fxaa.enabled = true;
|
|
226
|
-
|
|
264
|
+
this._viewer.postProcessStages.fxaa.enabled = true;
|
|
265
|
+
// 开启深度检测
|
|
227
266
|
this._viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
|
|
267
|
+
}
|
|
268
|
+
// 更新语言
|
|
231
269
|
changeLanguage(val) {
|
|
232
270
|
this._language = val;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
|
|
271
|
+
}
|
|
272
|
+
// 控制台风显示
|
|
236
273
|
createTyphoonPath(row, play = false) {
|
|
237
274
|
let that = this;
|
|
238
|
-
|
|
239
275
|
if (this._curTyphoon[row.tfid]) {
|
|
240
276
|
this._curTyphoon[row.tfid].setVisible(row.show);
|
|
241
|
-
|
|
242
277
|
row.show && this._curTyphoon[row.tfid].flyTo();
|
|
243
278
|
} else {
|
|
244
279
|
let res = Object.assign({}, row);
|
|
245
280
|
this._curTyphoon[row.tfid] = new Cesium.Kq3dTyphoon(this._viewer, {
|
|
246
281
|
data: res
|
|
247
282
|
});
|
|
248
|
-
|
|
249
283
|
this._curTyphoon[row.tfid].flyTo();
|
|
250
|
-
|
|
251
284
|
this.eventListener = function (res) {
|
|
252
285
|
if (res && res.data) {
|
|
253
286
|
if (that._curTyphoon[row.tfid].divPoint) {
|
|
254
287
|
that._curTyphoon[row.tfid].divPoint.destroy();
|
|
255
|
-
|
|
256
288
|
that._curTyphoon[row.tfid].divPoint = null;
|
|
257
289
|
}
|
|
258
|
-
|
|
259
290
|
that.createInfoDivPoint(that.getDivPointData(res.data));
|
|
260
291
|
} else {
|
|
261
292
|
//清除信息
|
|
@@ -265,7 +296,6 @@ class TyphoonTracViewModel {
|
|
|
265
296
|
}
|
|
266
297
|
}
|
|
267
298
|
};
|
|
268
|
-
|
|
269
299
|
this.eventListener2 = function (res) {
|
|
270
300
|
if (res && res.data) {
|
|
271
301
|
if (that._curTyphoon[row.tfid] && !that._curTyphoon[row.tfid].isPlaying) {
|
|
@@ -274,57 +304,44 @@ class TyphoonTracViewModel {
|
|
|
274
304
|
} else {
|
|
275
305
|
if (that._curTyphoon[row.tfid].divPoint) {
|
|
276
306
|
that._curTyphoon[row.tfid].divPoint.destroy();
|
|
277
|
-
|
|
278
307
|
that._curTyphoon[row.tfid].divPoint = null;
|
|
279
308
|
}
|
|
280
309
|
}
|
|
281
310
|
}
|
|
282
311
|
};
|
|
283
|
-
|
|
284
312
|
let hoverEvent = this._curTyphoon[row.tfid].getHoverEvent();
|
|
285
|
-
|
|
286
313
|
let playEvent = this._curTyphoon[row.tfid].getPlayEvent();
|
|
287
|
-
|
|
288
314
|
if (hoverEvent) {
|
|
289
315
|
hoverEvent.addEventListener(this.eventListener);
|
|
290
316
|
}
|
|
291
|
-
|
|
292
317
|
if (playEvent) {
|
|
293
318
|
playEvent.addEventListener(this.eventListener2);
|
|
294
319
|
}
|
|
295
320
|
}
|
|
296
|
-
|
|
297
321
|
if (row.show) {
|
|
298
322
|
if (play) {
|
|
299
323
|
if (this.currentRow && this.currentRow.tfid && this._curTyphoon[this.currentRow.tfid] && this._curTyphoon[this.currentRow.tfid].stop) {
|
|
300
324
|
this._curTyphoon[this.currentRow.tfid].stop();
|
|
301
325
|
}
|
|
302
|
-
|
|
303
326
|
this._curTyphoon[row.tfid].start();
|
|
304
327
|
}
|
|
305
328
|
}
|
|
306
|
-
|
|
307
329
|
this.currentRow = row;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
|
|
330
|
+
}
|
|
331
|
+
// 获取
|
|
311
332
|
getDivPointData(pointInfo) {
|
|
312
333
|
if (pointInfo.radius7) pointInfo.radius7Arr = pointInfo.radius7.split('|');
|
|
313
334
|
if (pointInfo.radius10) pointInfo.radius10Arr = pointInfo.radius10.split('|');
|
|
314
335
|
if (pointInfo.radius12) pointInfo.radius12Arr = pointInfo.radius12.split('|');
|
|
315
336
|
return pointInfo;
|
|
316
337
|
}
|
|
317
|
-
|
|
318
338
|
// 创建台风属性弹框
|
|
319
339
|
createInfoPlayDivPoint(data) {
|
|
320
340
|
data = Object.assign(data, this.currentRow);
|
|
321
|
-
|
|
322
341
|
if (this._curTyphoon[data.tfid].divPoint) {
|
|
323
342
|
this._curTyphoon[data.tfid].divPoint.destroy();
|
|
324
|
-
|
|
325
343
|
this._curTyphoon[data.tfid].divPoint = null;
|
|
326
344
|
}
|
|
327
|
-
|
|
328
345
|
let htmlObj = this.createHtml(data);
|
|
329
346
|
this._curTyphoon[data.tfid].divPoint = new Cesium.Kq3dHtmlTag(this._viewer, {
|
|
330
347
|
html: htmlObj.html,
|
|
@@ -333,30 +350,24 @@ class TyphoonTracViewModel {
|
|
|
333
350
|
noEvent: false
|
|
334
351
|
});
|
|
335
352
|
}
|
|
336
|
-
|
|
337
353
|
//点击展示详细信息
|
|
338
354
|
rowClickPath(index, row) {
|
|
339
355
|
if (!this._curTyphoon[row.tfid]) {
|
|
340
356
|
row.show = true;
|
|
341
357
|
this.createTyphoonPath(row);
|
|
342
358
|
}
|
|
343
|
-
|
|
344
359
|
setTimeout(() => {
|
|
345
360
|
this._curTyphoon[row.tfid].showPoint(index);
|
|
346
|
-
|
|
347
361
|
this._curTyphoon[row.tfid].flyToPoint(index);
|
|
348
|
-
|
|
349
362
|
this.createInfoDivPoint(this.getDivPointData(this._curTyphoon[row.tfid].positions[index]));
|
|
350
363
|
}, 500);
|
|
351
364
|
}
|
|
352
|
-
|
|
353
365
|
// 创建浮动弹框属性
|
|
354
366
|
createInfoDivPoint(data) {
|
|
355
367
|
if (this.divPoint) {
|
|
356
368
|
this.divPoint.destroy();
|
|
357
369
|
this.divPoint = null;
|
|
358
370
|
}
|
|
359
|
-
|
|
360
371
|
this._curTyphoon.forEach(element => {
|
|
361
372
|
if (element._data && data.name === element._data.name) {
|
|
362
373
|
data = Object.assign(data, {
|
|
@@ -365,7 +376,6 @@ class TyphoonTracViewModel {
|
|
|
365
376
|
return;
|
|
366
377
|
}
|
|
367
378
|
});
|
|
368
|
-
|
|
369
379
|
if (!data.fLongitude || !data.fLatitude) return;
|
|
370
380
|
let htmlObj = this.createHtml(data);
|
|
371
381
|
this.divPoint = new Cesium.Kq3dHtmlTag(this._viewer, {
|
|
@@ -374,7 +384,6 @@ class TyphoonTracViewModel {
|
|
|
374
384
|
anchor: [-140, htmlObj.anchorY]
|
|
375
385
|
});
|
|
376
386
|
}
|
|
377
|
-
|
|
378
387
|
// 创建html弹框内容
|
|
379
388
|
createHtml(data) {
|
|
380
389
|
let anchorY = -215;
|
|
@@ -397,7 +406,6 @@ class TyphoonTracViewModel {
|
|
|
397
406
|
<th class='head'>${this._language.southwest}</th>
|
|
398
407
|
<th class='head'>${this._language.northwest}</th>
|
|
399
408
|
</tr>`;
|
|
400
|
-
|
|
401
409
|
if (data.radius7Arr) {
|
|
402
410
|
html += `<tr>
|
|
403
411
|
<th>${this._language.sevenLevels}</th>
|
|
@@ -408,7 +416,6 @@ class TyphoonTracViewModel {
|
|
|
408
416
|
</tr>`;
|
|
409
417
|
anchorY -= 23;
|
|
410
418
|
}
|
|
411
|
-
|
|
412
419
|
if (data.radius10Arr) {
|
|
413
420
|
html += `<tr>
|
|
414
421
|
<th>${this._language.tenLevels}</th>
|
|
@@ -419,7 +426,6 @@ class TyphoonTracViewModel {
|
|
|
419
426
|
</tr>`;
|
|
420
427
|
anchorY -= 23;
|
|
421
428
|
}
|
|
422
|
-
|
|
423
429
|
if (data.radius12Arr) {
|
|
424
430
|
html += `<tr>
|
|
425
431
|
<th>${this._language.twelveLevels}</th>
|
|
@@ -430,32 +436,27 @@ class TyphoonTracViewModel {
|
|
|
430
436
|
</tr>`;
|
|
431
437
|
anchorY -= 32;
|
|
432
438
|
}
|
|
433
|
-
|
|
434
439
|
html += `</table></ul><div class='triangle'><div></div></div></div>`;
|
|
435
440
|
return {
|
|
436
441
|
html: this.sanitize(html),
|
|
437
442
|
anchorY: anchorY
|
|
438
443
|
};
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
|
|
444
|
+
}
|
|
445
|
+
// 动态插入时进行字符过滤
|
|
442
446
|
sanitize(text) {
|
|
443
447
|
return text.replace(/[\u200B-\u200D\uFEFF]/g, "") // 清除零宽字符
|
|
444
448
|
.replace(/[“”]/g, ""); // 主动过滤引号
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
|
|
449
|
+
}
|
|
450
|
+
// 日期矫正
|
|
448
451
|
formatDate(date = new Date(), format = 'datetime', isPad = true) {
|
|
449
452
|
if (!(date instanceof Date)) {
|
|
450
453
|
date = new Date(date);
|
|
451
454
|
}
|
|
452
|
-
|
|
453
455
|
if (format === 'date') {
|
|
454
456
|
format = 'YYYY-MM-DD';
|
|
455
457
|
} else if (format === 'datetime') {
|
|
456
458
|
format = 'YYYY-MM-DD hh:mm:ss';
|
|
457
459
|
}
|
|
458
|
-
|
|
459
460
|
const weeks = ['日', '一', '二', '三', '四', '五', '六'];
|
|
460
461
|
const dateFormats = {
|
|
461
462
|
YYYY: date.getFullYear(),
|
|
@@ -468,29 +469,24 @@ class TyphoonTracViewModel {
|
|
|
468
469
|
};
|
|
469
470
|
return Object.keys(dateFormats).reduce((result, item) => result.replaceAll(item, dateFormats[item]), format);
|
|
470
471
|
}
|
|
471
|
-
|
|
472
472
|
// 停止播放
|
|
473
473
|
stopPlayTyphoonTrac(row) {
|
|
474
474
|
if (this._curTyphoon[row.tfid]) this._curTyphoon[row.tfid].stop();
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
|
|
475
|
+
}
|
|
476
|
+
// 暂停播放
|
|
478
477
|
pausePlayTyphoonTrac(val) {
|
|
479
478
|
if (this._curTyphoon[this.currentRow.tfid]) this._curTyphoon[this.currentRow.tfid].flyTo();
|
|
480
|
-
|
|
481
479
|
if (val) {
|
|
482
480
|
this._viewer.clock.shouldAnimate = true;
|
|
483
481
|
} else {
|
|
484
482
|
this._viewer.clock.shouldAnimate = false;
|
|
485
483
|
}
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
|
|
484
|
+
}
|
|
485
|
+
// 设置时间流速
|
|
489
486
|
setMultiplier(val) {
|
|
490
487
|
window.viewer.clock.multiplier = val || 1;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
|
|
488
|
+
}
|
|
489
|
+
//警戒线
|
|
494
490
|
createWarningLine() {
|
|
495
491
|
//24小时警戒线
|
|
496
492
|
this.warningLine_24 = this._viewer.entities.add({
|
|
@@ -530,8 +526,8 @@ class TyphoonTracViewModel {
|
|
|
530
526
|
rotation: Cesium.Math.toRadians(90),
|
|
531
527
|
stRotation: Cesium.Math.toRadians(90)
|
|
532
528
|
}
|
|
533
|
-
});
|
|
534
|
-
|
|
529
|
+
});
|
|
530
|
+
// 48小时警戒线
|
|
535
531
|
this.warningLine_48 = this._viewer.entities.add({
|
|
536
532
|
polyline: {
|
|
537
533
|
positions: Cesium.Cartesian3.fromDegreesArray([132, 34, 132, 22, 119, 0, 105, 0]),
|
|
@@ -565,63 +561,48 @@ class TyphoonTracViewModel {
|
|
|
565
561
|
}
|
|
566
562
|
});
|
|
567
563
|
}
|
|
568
|
-
|
|
569
564
|
remove(tfid) {
|
|
570
565
|
if (this._curTyphoon[tfid] && this._curTyphoon[tfid].getHoverEvent) {
|
|
571
566
|
let hishoverEvent = this._curTyphoon[tfid].getHoverEvent();
|
|
572
|
-
|
|
573
567
|
hishoverEvent && hishoverEvent.removeEventListener(this.eventListener);
|
|
574
568
|
}
|
|
575
|
-
|
|
576
569
|
if (this._curTyphoon[tfid] && this._curTyphoon[tfid].getPlayEvent) {
|
|
577
570
|
let hisplayEvent = this._curTyphoon[tfid].getPlayEvent();
|
|
578
|
-
|
|
579
571
|
hisplayEvent && hisplayEvent.removeEventListener(this.eventListener2);
|
|
580
572
|
}
|
|
581
|
-
|
|
582
573
|
if (this._curTyphoon[tfid] && this._curTyphoon[tfid].divPoint) {
|
|
583
574
|
this._curTyphoon[tfid].divPoint.destroy();
|
|
584
|
-
|
|
585
575
|
this._curTyphoon[tfid].divPoint = null;
|
|
586
576
|
}
|
|
587
|
-
|
|
588
577
|
if (this._curTyphoon[tfid] && this._curTyphoon[tfid].stop) {
|
|
589
578
|
this._curTyphoon[tfid].stop();
|
|
590
579
|
}
|
|
591
|
-
|
|
592
580
|
if (this._curTyphoon[tfid] && this._curTyphoon[tfid].destroy) {
|
|
593
581
|
this._curTyphoon[tfid].destroy();
|
|
594
582
|
}
|
|
595
|
-
|
|
596
583
|
this._curTyphoon[tfid] = null;
|
|
597
584
|
}
|
|
598
|
-
|
|
599
585
|
clearDivPoint(tfid) {
|
|
600
586
|
if (this._curTyphoon[tfid] && this._curTyphoon[tfid].divPoint) {
|
|
601
587
|
this._curTyphoon[tfid].divPoint.destroy();
|
|
602
|
-
|
|
603
588
|
this._curTyphoon[tfid].divPoint = null;
|
|
604
589
|
}
|
|
605
|
-
|
|
606
590
|
if (this.divPoint) {
|
|
607
591
|
this.divPoint.destroy();
|
|
608
592
|
this.divPoint = null;
|
|
609
593
|
}
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
|
|
594
|
+
}
|
|
595
|
+
//清除
|
|
613
596
|
clear() {
|
|
614
597
|
if (this.divPoint) {
|
|
615
598
|
this.divPoint.destroy();
|
|
616
599
|
this.divPoint = null;
|
|
617
600
|
}
|
|
618
|
-
|
|
619
601
|
for (let tfid in this._curTyphoon) {
|
|
620
602
|
this.remove(tfid);
|
|
621
603
|
}
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
|
|
604
|
+
}
|
|
605
|
+
//销毁
|
|
625
606
|
destroy() {
|
|
626
607
|
this.warningLine_48 && this._viewer.entities.remove(this.warningLine_48);
|
|
627
608
|
this.warningText_48 && this._viewer.entities.remove(this.warningText_48);
|
|
@@ -629,7 +610,6 @@ class TyphoonTracViewModel {
|
|
|
629
610
|
this.warningText_24 && this._viewer.entities.remove(this.warningText_24);
|
|
630
611
|
this.clear();
|
|
631
612
|
}
|
|
632
|
-
|
|
633
613
|
}
|
|
634
614
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
635
615
|
var client_icons_vue_ = __webpack_require__(348);
|
|
@@ -639,6 +619,9 @@ var util_ = __webpack_require__(3458);
|
|
|
639
619
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
640
620
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/typhoontrac/TyphoonTrac.vue?vue&type=script&setup=true&lang=js
|
|
641
621
|
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
|
|
642
625
|
const _hoisted_1 = {
|
|
643
626
|
class: "kq3d-typhoon-trac-box"
|
|
644
627
|
};
|
|
@@ -678,7 +661,6 @@ const __default__ = {
|
|
|
678
661
|
type: Boolean,
|
|
679
662
|
default: true
|
|
680
663
|
},
|
|
681
|
-
|
|
682
664
|
/**
|
|
683
665
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
684
666
|
*/
|
|
@@ -708,15 +690,14 @@ const __default__ = {
|
|
|
708
690
|
default: true
|
|
709
691
|
}
|
|
710
692
|
},
|
|
711
|
-
|
|
712
693
|
setup(__props, {
|
|
713
694
|
expose: __expose
|
|
714
695
|
}) {
|
|
715
696
|
const props = __props;
|
|
716
697
|
const {
|
|
717
698
|
proxy
|
|
718
|
-
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
719
|
-
|
|
699
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
700
|
+
//语言
|
|
720
701
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
721
702
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
722
703
|
let viewModel = null;
|
|
@@ -724,18 +705,20 @@ const __default__ = {
|
|
|
724
705
|
let currentRow = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
725
706
|
let currentPlay = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
726
707
|
let showInfo = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
727
|
-
let loading = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
728
|
-
//
|
|
708
|
+
let loading = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
709
|
+
// 获取组件传参
|
|
729
710
|
|
|
730
|
-
|
|
711
|
+
// 组件容器Ref
|
|
712
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
731
713
|
|
|
714
|
+
// 生成组件默认header
|
|
732
715
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
733
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
734
|
-
|
|
735
|
-
let tableData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
736
|
-
|
|
737
|
-
let typhoonTracData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
738
|
-
|
|
716
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
717
|
+
// 属性值
|
|
718
|
+
let tableData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
719
|
+
// 路径信息
|
|
720
|
+
let typhoonTracData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
721
|
+
// 表格头样式
|
|
739
722
|
let headClass = args => {
|
|
740
723
|
return {
|
|
741
724
|
"background-color": "var(--kq-fill-color-light)",
|
|
@@ -743,7 +726,6 @@ const __default__ = {
|
|
|
743
726
|
"font-size": "14px"
|
|
744
727
|
};
|
|
745
728
|
};
|
|
746
|
-
|
|
747
729
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
748
730
|
collapseValue: props.settingParams?.collapseValue ?? "list",
|
|
749
731
|
// 折叠组件是否折叠,list:台风列表
|
|
@@ -752,7 +734,6 @@ const __default__ = {
|
|
|
752
734
|
typhoonTracPath: props.settingParams?.typhoonTracPath ?? "",
|
|
753
735
|
// 离线数据文件路径
|
|
754
736
|
showWarningLine: props.settingParams?.showWarningLine ?? true //
|
|
755
|
-
|
|
756
737
|
});
|
|
757
738
|
const strongType = [{
|
|
758
739
|
name: language.value.tropicalPressure,
|
|
@@ -788,8 +769,8 @@ const __default__ = {
|
|
|
788
769
|
}, {
|
|
789
770
|
name: language.value.japanTitle,
|
|
790
771
|
color: "#24bc00"
|
|
791
|
-
}];
|
|
792
|
-
|
|
772
|
+
}];
|
|
773
|
+
// 国际化
|
|
793
774
|
let {
|
|
794
775
|
locale,
|
|
795
776
|
messages
|
|
@@ -814,14 +795,12 @@ const __default__ = {
|
|
|
814
795
|
});
|
|
815
796
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
816
797
|
//父组件ScenceView初始化完成后执行
|
|
817
|
-
|
|
818
798
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
819
799
|
gis_utils_.utils.getWebMap(props.mapTarget, scenceView => {
|
|
820
800
|
if (scenceView) {
|
|
821
801
|
viewModel = new TyphoonTracViewModel(scenceView);
|
|
822
802
|
viewModel._language = language.value;
|
|
823
803
|
formItem.typhoonTracPath && getDataByPath();
|
|
824
|
-
|
|
825
804
|
if (props.getTyphoonTracListByApi) {
|
|
826
805
|
loading.value = true;
|
|
827
806
|
props.getTyphoonTracListByApi(data => {
|
|
@@ -834,23 +813,21 @@ const __default__ = {
|
|
|
834
813
|
});
|
|
835
814
|
});
|
|
836
815
|
});
|
|
816
|
+
|
|
837
817
|
/**
|
|
838
818
|
* @description 监听header生成
|
|
839
819
|
*/
|
|
840
|
-
|
|
841
820
|
const watchCreateHeaderTemp = () => {
|
|
842
821
|
if (props.showHeaderTemp) {
|
|
843
822
|
// 生成headerTemp
|
|
844
823
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
845
824
|
}
|
|
846
|
-
};
|
|
847
|
-
|
|
848
|
-
|
|
825
|
+
};
|
|
826
|
+
// 输入地址
|
|
849
827
|
function selectTyphoonTracPath() {
|
|
850
828
|
getDataByPath();
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
|
|
829
|
+
}
|
|
830
|
+
// 选择文件
|
|
854
831
|
function selectData(file) {
|
|
855
832
|
let url = URL.createObjectURL(file.raw);
|
|
856
833
|
formItem.typhoonTracPath = url;
|
|
@@ -859,29 +836,24 @@ const __default__ = {
|
|
|
859
836
|
currentPlay.value = {};
|
|
860
837
|
formItem.collapseValue = "list";
|
|
861
838
|
}
|
|
862
|
-
|
|
863
839
|
function formatterFun(row) {
|
|
864
840
|
return formatDate(row.time);
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
|
|
841
|
+
}
|
|
842
|
+
// 显示台风
|
|
868
843
|
async function showTyphoon(index, row) {
|
|
869
844
|
try {
|
|
870
845
|
await getDataInfoByApi(row); // 等待回调完成
|
|
871
|
-
|
|
872
846
|
row.show = !row.show;
|
|
873
|
-
|
|
874
847
|
if (!row.show) {
|
|
875
848
|
viewModel && viewModel.clearDivPoint(row.tfid);
|
|
876
849
|
setTracStop(index, row);
|
|
877
850
|
}
|
|
878
|
-
|
|
879
851
|
viewModel && viewModel.createTyphoonPath(row, false);
|
|
880
852
|
} catch (error) {
|
|
881
|
-
console.log("Failed to set data info:", error);
|
|
853
|
+
console.log("Failed to set data info:", error);
|
|
854
|
+
// 可以添加错误处理逻辑,例如显示错误提示
|
|
882
855
|
}
|
|
883
856
|
}
|
|
884
|
-
|
|
885
857
|
async function setDatainfo(index, row) {
|
|
886
858
|
try {
|
|
887
859
|
await getDataInfoByApi(row);
|
|
@@ -890,18 +862,16 @@ const __default__ = {
|
|
|
890
862
|
currentRow.value = row;
|
|
891
863
|
typhoonTracData.value = row.points || [];
|
|
892
864
|
} catch (error) {
|
|
893
|
-
console.log("Failed to set data info:", error);
|
|
865
|
+
console.log("Failed to set data info:", error);
|
|
866
|
+
// 可以添加错误处理逻辑,例如显示错误提示
|
|
894
867
|
}
|
|
895
868
|
}
|
|
896
|
-
|
|
897
869
|
async function getDataInfoByApi(row) {
|
|
898
870
|
// 条件判断提前返回
|
|
899
871
|
if (!props.getDataInfoByApi || row.getInfoVis) {
|
|
900
872
|
return;
|
|
901
873
|
}
|
|
902
|
-
|
|
903
874
|
loading.value = true;
|
|
904
|
-
|
|
905
875
|
try {
|
|
906
876
|
// 将回调函数转换为 Promise
|
|
907
877
|
await new Promise((resolve, reject) => {
|
|
@@ -926,19 +896,15 @@ const __default__ = {
|
|
|
926
896
|
* @param {boolean} isPad 是否填补 0
|
|
927
897
|
* @example
|
|
928
898
|
*/
|
|
929
|
-
|
|
930
|
-
|
|
931
899
|
function formatDate(date = new Date(), format = "datetime", isPad = true) {
|
|
932
900
|
if (!(date instanceof Date)) {
|
|
933
901
|
date = new Date(date);
|
|
934
902
|
}
|
|
935
|
-
|
|
936
903
|
if (format === "date") {
|
|
937
904
|
format = "YYYY-MM-DD";
|
|
938
905
|
} else if (format === "datetime") {
|
|
939
906
|
format = "YYYY-MM-DD hh:mm:ss";
|
|
940
907
|
}
|
|
941
|
-
|
|
942
908
|
const dateFormats = {
|
|
943
909
|
MM: (date.getMonth() + 1).toString().padStart(isPad && 2, "0"),
|
|
944
910
|
DD: date.getDate().toString().padStart(isPad && 2, "0"),
|
|
@@ -948,7 +914,6 @@ const __default__ = {
|
|
|
948
914
|
};
|
|
949
915
|
return dateFormats.MM + "-" + dateFormats.DD + " " + dateFormats.hh + "时";
|
|
950
916
|
}
|
|
951
|
-
|
|
952
917
|
function tableCellClassName({
|
|
953
918
|
row,
|
|
954
919
|
column,
|
|
@@ -960,35 +925,31 @@ const __default__ = {
|
|
|
960
925
|
row.index = rowIndex;
|
|
961
926
|
column.index = columnIndex;
|
|
962
927
|
}
|
|
963
|
-
|
|
964
928
|
function rowClickPath(row) {
|
|
965
929
|
viewModel && viewModel.clearDivPoint(currentRow.value.tfid);
|
|
966
930
|
if (!currentRow.value.show) currentRow.value.show = true;
|
|
967
931
|
if (currentRow.value.showPlayVis) setTracStop(row.index, currentRow.value);
|
|
968
932
|
viewModel && viewModel.rowClickPath(row.index, currentRow.value);
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
|
|
933
|
+
}
|
|
934
|
+
// 播放
|
|
972
935
|
async function setTracPlay(index, row) {
|
|
973
936
|
try {
|
|
974
937
|
await getDataInfoByApi(row); // 等待回调完成
|
|
975
|
-
|
|
976
938
|
row.showPlayVis = true;
|
|
977
939
|
row.show = true;
|
|
978
940
|
currentPlay.value = row;
|
|
979
941
|
viewModel && viewModel.createTyphoonPath(row, true);
|
|
980
942
|
} catch (error) {
|
|
981
|
-
console.log("Failed to set data info:", error);
|
|
943
|
+
console.log("Failed to set data info:", error);
|
|
944
|
+
// 可以添加错误处理逻辑,例如显示错误提示
|
|
982
945
|
}
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
|
|
946
|
+
}
|
|
947
|
+
// 停止播放
|
|
986
948
|
function setTracStop(index, row) {
|
|
987
949
|
row.showPlayVis = false;
|
|
988
950
|
viewModel && viewModel.stopPlayTyphoonTrac(row);
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
|
|
951
|
+
}
|
|
952
|
+
// 获取路径数据
|
|
992
953
|
function getDataByPath() {
|
|
993
954
|
if (formItem && formItem.typhoonTracPath) {
|
|
994
955
|
Cesium.Resource.fetchJson(formItem.typhoonTracPath).then(res => {
|
|
@@ -1001,7 +962,6 @@ const __default__ = {
|
|
|
1001
962
|
});
|
|
1002
963
|
return;
|
|
1003
964
|
}
|
|
1004
|
-
|
|
1005
965
|
tableData.value = res;
|
|
1006
966
|
formItem.showWarningLine && viewModel && viewModel.createWarningLine();
|
|
1007
967
|
clear();
|
|
@@ -1015,53 +975,38 @@ const __default__ = {
|
|
|
1015
975
|
});
|
|
1016
976
|
return;
|
|
1017
977
|
}
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
|
|
978
|
+
}
|
|
979
|
+
// 更新台风数据
|
|
1021
980
|
function setTyphoonTracData(data) {
|
|
1022
981
|
if (data && data.length && data.length > 0) {
|
|
1023
982
|
clear();
|
|
1024
983
|
tableData.value = data;
|
|
1025
984
|
}
|
|
1026
985
|
}
|
|
1027
|
-
|
|
1028
986
|
function clear() {
|
|
1029
987
|
viewModel && viewModel.clear();
|
|
1030
|
-
}
|
|
1031
|
-
|
|
988
|
+
}
|
|
1032
989
|
|
|
990
|
+
// 销毁
|
|
1033
991
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
1034
992
|
viewModel && viewModel.destroy();
|
|
1035
993
|
});
|
|
1036
|
-
|
|
1037
994
|
__expose({
|
|
1038
995
|
getDataByPath,
|
|
1039
996
|
setTyphoonTracData
|
|
1040
997
|
});
|
|
1041
|
-
|
|
1042
998
|
return (_ctx, _cache) => {
|
|
1043
999
|
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
1044
|
-
|
|
1045
1000
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
1046
|
-
|
|
1047
1001
|
const _component_kq_upload = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-upload");
|
|
1048
|
-
|
|
1049
1002
|
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
1050
|
-
|
|
1051
1003
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
1052
|
-
|
|
1053
1004
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
1054
|
-
|
|
1055
1005
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
1056
|
-
|
|
1057
1006
|
const _component_kq_table_column = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-table-column");
|
|
1058
|
-
|
|
1059
1007
|
const _component_kq_table = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-table");
|
|
1060
|
-
|
|
1061
1008
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
1062
|
-
|
|
1063
1009
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
1064
|
-
|
|
1065
1010
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
1066
1011
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-typhoon-trac", {
|
|
1067
1012
|
'kq-box-shadow': __props.showShadow
|
|
@@ -1072,9 +1017,7 @@ const __default__ = {
|
|
|
1072
1017
|
key: 0,
|
|
1073
1018
|
ref_key: "headerTempRef",
|
|
1074
1019
|
ref: headerTempRef
|
|
1075
|
-
}, null, 512
|
|
1076
|
-
/* NEED_PATCH */
|
|
1077
|
-
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).showUpload ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
1020
|
+
}, null, 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).showUpload ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
1078
1021
|
key: 0
|
|
1079
1022
|
}, {
|
|
1080
1023
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
@@ -1107,47 +1050,23 @@ const __default__ = {
|
|
|
1107
1050
|
size: 16
|
|
1108
1051
|
}, {
|
|
1109
1052
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(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_.IconFolder2))]),
|
|
1110
|
-
_: 1
|
|
1111
|
-
/* STABLE */
|
|
1112
|
-
|
|
1053
|
+
_: 1 /* STABLE */
|
|
1113
1054
|
})]),
|
|
1114
|
-
_: 1
|
|
1115
|
-
/* STABLE */
|
|
1116
|
-
|
|
1055
|
+
_: 1 /* STABLE */
|
|
1117
1056
|
})]),
|
|
1118
|
-
_: 1
|
|
1119
|
-
/* STABLE */
|
|
1120
|
-
|
|
1057
|
+
_: 1 /* STABLE */
|
|
1121
1058
|
})]),
|
|
1122
|
-
_: 1
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
}, 8
|
|
1126
|
-
/* PROPS */
|
|
1127
|
-
, ["modelValue", "placeholder"])]),
|
|
1128
|
-
_: 1
|
|
1129
|
-
/* STABLE */
|
|
1130
|
-
|
|
1059
|
+
_: 1 /* STABLE */
|
|
1060
|
+
}, 8 /* PROPS */, ["modelValue", "placeholder"])]),
|
|
1061
|
+
_: 1 /* STABLE */
|
|
1131
1062
|
})]),
|
|
1132
|
-
_: 1
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
}, 8
|
|
1136
|
-
/* PROPS */
|
|
1137
|
-
, ["label"])]),
|
|
1138
|
-
_: 1
|
|
1139
|
-
/* STABLE */
|
|
1140
|
-
|
|
1063
|
+
_: 1 /* STABLE */
|
|
1064
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1065
|
+
_: 1 /* STABLE */
|
|
1141
1066
|
})]),
|
|
1142
|
-
_: 1
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
}, 8
|
|
1146
|
-
/* PROPS */
|
|
1147
|
-
, ["label-width"])]),
|
|
1148
|
-
_: 1
|
|
1149
|
-
/* STABLE */
|
|
1150
|
-
|
|
1067
|
+
_: 1 /* STABLE */
|
|
1068
|
+
}, 8 /* PROPS */, ["label-width"])]),
|
|
1069
|
+
_: 1 /* STABLE */
|
|
1151
1070
|
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
1152
1071
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue
|
|
1153
1072
|
}, {
|
|
@@ -1169,21 +1088,15 @@ const __default__ = {
|
|
|
1169
1088
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).typhoonNumber,
|
|
1170
1089
|
prop: "tfid",
|
|
1171
1090
|
align: "center"
|
|
1172
|
-
}, null, 8
|
|
1173
|
-
/* PROPS */
|
|
1174
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
1091
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
1175
1092
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).typhoonNameZh,
|
|
1176
1093
|
prop: "name",
|
|
1177
1094
|
align: "center"
|
|
1178
|
-
}, null, 8
|
|
1179
|
-
/* PROPS */
|
|
1180
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
1095
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
1181
1096
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).typhoonNameEn,
|
|
1182
1097
|
prop: "enname",
|
|
1183
1098
|
align: "center"
|
|
1184
|
-
}, null, 8
|
|
1185
|
-
/* PROPS */
|
|
1186
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
1099
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
1187
1100
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).operation,
|
|
1188
1101
|
align: "center"
|
|
1189
1102
|
}, {
|
|
@@ -1196,12 +1109,8 @@ const __default__ = {
|
|
|
1196
1109
|
loading: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(loading)
|
|
1197
1110
|
}, {
|
|
1198
1111
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(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))]),
|
|
1199
|
-
_: 2
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
}, 1032
|
|
1203
|
-
/* PROPS, DYNAMIC_SLOTS */
|
|
1204
|
-
, ["onClick", "title", "style", "loading"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
1112
|
+
_: 2 /* DYNAMIC */
|
|
1113
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onClick", "title", "style", "loading"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
1205
1114
|
size: 16,
|
|
1206
1115
|
onClick: $event => setDatainfo(scope.$index, scope.row),
|
|
1207
1116
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).typhoonDetails,
|
|
@@ -1210,12 +1119,8 @@ const __default__ = {
|
|
|
1210
1119
|
loading: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(loading)
|
|
1211
1120
|
}, {
|
|
1212
1121
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(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_.IconDetails))]),
|
|
1213
|
-
_: 2
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
}, 1032
|
|
1217
|
-
/* PROPS, DYNAMIC_SLOTS */
|
|
1218
|
-
, ["onClick", "title", "style", "loading"]), !(scope.row.tfid === (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentPlay).tfid && scope.row.showPlayVis) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_icon, {
|
|
1122
|
+
_: 2 /* DYNAMIC */
|
|
1123
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onClick", "title", "style", "loading"]), !(scope.row.tfid === (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentPlay).tfid && scope.row.showPlayVis) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_icon, {
|
|
1219
1124
|
key: 0,
|
|
1220
1125
|
size: 16,
|
|
1221
1126
|
onClick: $event => setTracPlay(scope.$index, scope.row),
|
|
@@ -1224,12 +1129,8 @@ const __default__ = {
|
|
|
1224
1129
|
loading: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(loading)
|
|
1225
1130
|
}, {
|
|
1226
1131
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(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_.IconVideoPlay))]),
|
|
1227
|
-
_: 2
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
}, 1032
|
|
1231
|
-
/* PROPS, DYNAMIC_SLOTS */
|
|
1232
|
-
, ["onClick", "title", "loading"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), scope.row.tfid === (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentPlay).tfid && scope.row.showPlayVis ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_icon, {
|
|
1132
|
+
_: 2 /* DYNAMIC */
|
|
1133
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onClick", "title", "loading"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), scope.row.tfid === (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentPlay).tfid && scope.row.showPlayVis ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_icon, {
|
|
1233
1134
|
key: 1,
|
|
1234
1135
|
size: 16,
|
|
1235
1136
|
onClick: $event => setTracStop(scope.$index, scope.row),
|
|
@@ -1240,30 +1141,14 @@ const __default__ = {
|
|
|
1240
1141
|
class: "iconClass"
|
|
1241
1142
|
}, {
|
|
1242
1143
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(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_.IconVideoPause))]),
|
|
1243
|
-
_: 2
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
}, 8
|
|
1253
|
-
/* PROPS */
|
|
1254
|
-
, ["label"])]),
|
|
1255
|
-
_: 1
|
|
1256
|
-
/* STABLE */
|
|
1257
|
-
|
|
1258
|
-
}, 8
|
|
1259
|
-
/* PROPS */
|
|
1260
|
-
, ["data", "style", "header-cell-style"])]),
|
|
1261
|
-
_: 1
|
|
1262
|
-
/* STABLE */
|
|
1263
|
-
|
|
1264
|
-
}, 8
|
|
1265
|
-
/* PROPS */
|
|
1266
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentRow).showInfo ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_collapse_item, {
|
|
1144
|
+
_: 2 /* DYNAMIC */
|
|
1145
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onClick", "title"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1146
|
+
_: 1 /* STABLE */
|
|
1147
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1148
|
+
_: 1 /* STABLE */
|
|
1149
|
+
}, 8 /* PROPS */, ["data", "style", "header-cell-style"])]),
|
|
1150
|
+
_: 1 /* STABLE */
|
|
1151
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentRow).showInfo ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_collapse_item, {
|
|
1267
1152
|
key: 0,
|
|
1268
1153
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentRow).tfid + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentRow).name + (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).typhoonPath,
|
|
1269
1154
|
name: "info",
|
|
@@ -1288,45 +1173,25 @@ const __default__ = {
|
|
|
1288
1173
|
prop: "time",
|
|
1289
1174
|
align: "center",
|
|
1290
1175
|
formatter: formatterFun
|
|
1291
|
-
}, null, 8
|
|
1292
|
-
/* PROPS */
|
|
1293
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
1176
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
1294
1177
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).windSpeed,
|
|
1295
1178
|
prop: "speed",
|
|
1296
1179
|
align: "center"
|
|
1297
|
-
}, null, 8
|
|
1298
|
-
/* PROPS */
|
|
1299
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
1180
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
1300
1181
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).movingDirection,
|
|
1301
1182
|
prop: "movedirection",
|
|
1302
1183
|
align: "center"
|
|
1303
|
-
}, null, 8
|
|
1304
|
-
/* PROPS */
|
|
1305
|
-
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
1184
|
+
}, null, 8 /* PROPS */, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
1306
1185
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).strength,
|
|
1307
1186
|
prop: "strong",
|
|
1308
1187
|
align: "center"
|
|
1309
|
-
}, null, 8
|
|
1310
|
-
/*
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
/* PROPS */
|
|
1317
|
-
, ["data", "style", "header-cell-style"])]),
|
|
1318
|
-
_: 1
|
|
1319
|
-
/* STABLE */
|
|
1320
|
-
|
|
1321
|
-
}, 8
|
|
1322
|
-
/* PROPS */
|
|
1323
|
-
, ["title"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1324
|
-
_: 1
|
|
1325
|
-
/* STABLE */
|
|
1326
|
-
|
|
1327
|
-
}, 8
|
|
1328
|
-
/* PROPS */
|
|
1329
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1188
|
+
}, null, 8 /* PROPS */, ["label"])]),
|
|
1189
|
+
_: 1 /* STABLE */
|
|
1190
|
+
}, 8 /* PROPS */, ["data", "style", "header-cell-style"])]),
|
|
1191
|
+
_: 1 /* STABLE */
|
|
1192
|
+
}, 8 /* PROPS */, ["title"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1193
|
+
_: 1 /* STABLE */
|
|
1194
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1330
1195
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("ul", _hoisted_2, [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)(lineList, item => {
|
|
1331
1196
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("li", {
|
|
1332
1197
|
key: item.name,
|
|
@@ -1334,17 +1199,9 @@ const __default__ = {
|
|
|
1334
1199
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1335
1200
|
class: "card mr-1",
|
|
1336
1201
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)(`border-top: 2px dashed ${item.color}`)
|
|
1337
|
-
}, null, 4
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
/* TEXT */
|
|
1341
|
-
)]);
|
|
1342
|
-
}), 64
|
|
1343
|
-
/* STABLE_FRAGMENT */
|
|
1344
|
-
))])]),
|
|
1345
|
-
_: 1
|
|
1346
|
-
/* STABLE */
|
|
1347
|
-
|
|
1202
|
+
}, null, 4 /* STYLE */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(item.name), 1 /* TEXT */)]);
|
|
1203
|
+
}), 64 /* STABLE_FRAGMENT */))])]),
|
|
1204
|
+
_: 1 /* STABLE */
|
|
1348
1205
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1349
1206
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("ul", _hoisted_3, [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)(strongType, item => {
|
|
1350
1207
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("li", {
|
|
@@ -1353,23 +1210,12 @@ const __default__ = {
|
|
|
1353
1210
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", {
|
|
1354
1211
|
class: "circle mr-1",
|
|
1355
1212
|
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)(`background: linear-gradient(180deg, ${item.color})`)
|
|
1356
|
-
}, null, 4
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
)]);
|
|
1361
|
-
}), 64
|
|
1362
|
-
/* STABLE_FRAGMENT */
|
|
1363
|
-
))])]),
|
|
1364
|
-
_: 1
|
|
1365
|
-
/* STABLE */
|
|
1366
|
-
|
|
1367
|
-
})])], 2
|
|
1368
|
-
/* CLASS */
|
|
1369
|
-
);
|
|
1213
|
+
}, null, 4 /* STYLE */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(item.name), 1 /* TEXT */)]);
|
|
1214
|
+
}), 64 /* STABLE_FRAGMENT */))])]),
|
|
1215
|
+
_: 1 /* STABLE */
|
|
1216
|
+
})])], 2 /* CLASS */);
|
|
1370
1217
|
};
|
|
1371
1218
|
}
|
|
1372
|
-
|
|
1373
1219
|
}));
|
|
1374
1220
|
;// CONCATENATED MODULE: ./src/webgl/typhoontrac/TyphoonTrac.vue?vue&type=script&setup=true&lang=js
|
|
1375
1221
|
|
|
@@ -1391,13 +1237,11 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
1391
1237
|
|
|
1392
1238
|
|
|
1393
1239
|
|
|
1394
|
-
|
|
1395
1240
|
TyphoonTrac.install = (Vue, opts) => {
|
|
1396
1241
|
init_js_default()(Vue, opts);
|
|
1397
1242
|
Vue.component(TyphoonTrac.name, TyphoonTrac);
|
|
1398
1243
|
};
|
|
1399
1244
|
|
|
1400
|
-
|
|
1401
1245
|
}();
|
|
1402
1246
|
/******/ return __webpack_exports__;
|
|
1403
1247
|
/******/ })()
|