@idmwx/idmui-gl4 2.0.5 → 2.0.7
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/dist/index.js +5093 -4810
- package/dist/index.umd.cjs +11 -11
- package/dist/mapbox/src/components/other/alertZone.vue.d.ts +13 -6
- package/dist/mapbox/src/components/other/followPosition.vue.d.ts +0 -544
- package/dist/mapbox/src/components/other/portDetail.vue.d.ts +24 -559
- package/dist/mapbox/src/components/other/tideDetail.vue.d.ts +23 -17
- package/dist/mapbox/src/components/spot/index.vue.d.ts +2 -0
- package/dist/mapbox/src/components/tropical/index.vue.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -2,585 +2,47 @@ export default _sfc_main;
|
|
|
2
2
|
declare namespace _sfc_main {
|
|
3
3
|
const name: string;
|
|
4
4
|
namespace props {
|
|
5
|
-
namespace
|
|
6
|
-
const type:
|
|
5
|
+
namespace simple {
|
|
6
|
+
export const type: BooleanConstructor;
|
|
7
|
+
const _default: boolean;
|
|
8
|
+
export { _default as default };
|
|
7
9
|
}
|
|
8
|
-
namespace
|
|
9
|
-
const type_1:
|
|
10
|
+
namespace portId {
|
|
11
|
+
const type_1: StringConstructor;
|
|
10
12
|
export { type_1 as type };
|
|
11
13
|
}
|
|
12
|
-
namespace
|
|
13
|
-
const type_2:
|
|
14
|
+
namespace port {
|
|
15
|
+
const type_2: ObjectConstructor;
|
|
14
16
|
export { type_2 as type };
|
|
15
17
|
}
|
|
16
|
-
namespace
|
|
18
|
+
namespace token {
|
|
17
19
|
const type_3: StringConstructor;
|
|
18
20
|
export { type_3 as type };
|
|
19
21
|
}
|
|
20
|
-
namespace
|
|
22
|
+
namespace defaultMeteoToken {
|
|
21
23
|
const type_4: StringConstructor;
|
|
22
24
|
export { type_4 as type };
|
|
23
25
|
}
|
|
24
|
-
namespace
|
|
25
|
-
const type_5:
|
|
26
|
+
namespace gateway {
|
|
27
|
+
const type_5: StringConstructor;
|
|
26
28
|
export { type_5 as type };
|
|
27
|
-
function _default(): ({
|
|
28
|
-
id: string;
|
|
29
|
-
platId: string;
|
|
30
|
-
coordinate: null;
|
|
31
|
-
vessel: {
|
|
32
|
-
id: string;
|
|
33
|
-
name: string;
|
|
34
|
-
imo: number;
|
|
35
|
-
mmsi: number;
|
|
36
|
-
callSign: string;
|
|
37
|
-
ais: {
|
|
38
|
-
cog: number;
|
|
39
|
-
eta: string;
|
|
40
|
-
hdg: number;
|
|
41
|
-
imo: string;
|
|
42
|
-
lat: number;
|
|
43
|
-
lng: number;
|
|
44
|
-
rot: number;
|
|
45
|
-
sog: number;
|
|
46
|
-
utc: string;
|
|
47
|
-
eta1: string;
|
|
48
|
-
mmsi: number;
|
|
49
|
-
factor: {
|
|
50
|
-
eta: string;
|
|
51
|
-
etd: string;
|
|
52
|
-
lat: number;
|
|
53
|
-
lng: number;
|
|
54
|
-
meteo: {
|
|
55
|
-
sst: number;
|
|
56
|
-
url: string;
|
|
57
|
-
utc: string;
|
|
58
|
-
code: number;
|
|
59
|
-
name: string;
|
|
60
|
-
temp: number;
|
|
61
|
-
wave: {
|
|
62
|
-
wd: {
|
|
63
|
-
scale: string;
|
|
64
|
-
degree: number;
|
|
65
|
-
height: number;
|
|
66
|
-
period: number;
|
|
67
|
-
bearing: number;
|
|
68
|
-
direction: string;
|
|
69
|
-
peakPeriod: null;
|
|
70
|
-
};
|
|
71
|
-
sig: {
|
|
72
|
-
scale: string;
|
|
73
|
-
degree: number;
|
|
74
|
-
height: number;
|
|
75
|
-
period: number;
|
|
76
|
-
bearing: number;
|
|
77
|
-
direction: string;
|
|
78
|
-
};
|
|
79
|
-
swell: {
|
|
80
|
-
scale: string;
|
|
81
|
-
degree: number;
|
|
82
|
-
height: number;
|
|
83
|
-
period: number;
|
|
84
|
-
bearing: number;
|
|
85
|
-
direction: string;
|
|
86
|
-
peakPeriod: null;
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
wind: {
|
|
90
|
-
kts: number;
|
|
91
|
-
gusts: number;
|
|
92
|
-
scale: number;
|
|
93
|
-
speed: number;
|
|
94
|
-
degree: number;
|
|
95
|
-
bearing: number;
|
|
96
|
-
direction: string;
|
|
97
|
-
};
|
|
98
|
-
gusts: {
|
|
99
|
-
kts: number;
|
|
100
|
-
};
|
|
101
|
-
height: number;
|
|
102
|
-
precip: {
|
|
103
|
-
sum: number;
|
|
104
|
-
sum3Hours: number;
|
|
105
|
-
sum6Hours: number;
|
|
106
|
-
probability: null;
|
|
107
|
-
};
|
|
108
|
-
source: string;
|
|
109
|
-
current: {
|
|
110
|
-
kts: number;
|
|
111
|
-
speed: number;
|
|
112
|
-
degree: number;
|
|
113
|
-
bearing: number;
|
|
114
|
-
direction: string;
|
|
115
|
-
};
|
|
116
|
-
visibility: number;
|
|
117
|
-
};
|
|
118
|
-
speed: number;
|
|
119
|
-
cFactor: number;
|
|
120
|
-
wxFactor: number;
|
|
121
|
-
};
|
|
122
|
-
method: string;
|
|
123
|
-
status: number;
|
|
124
|
-
vendor: string;
|
|
125
|
-
deleted: boolean;
|
|
126
|
-
draught: number;
|
|
127
|
-
labelCn: string;
|
|
128
|
-
labelEn: string;
|
|
129
|
-
syncTime: string;
|
|
130
|
-
destination: string;
|
|
131
|
-
meteoVendor: string;
|
|
132
|
-
positionTime: number;
|
|
133
|
-
};
|
|
134
|
-
};
|
|
135
|
-
port: null;
|
|
136
|
-
ownerId: string;
|
|
137
|
-
owner: {
|
|
138
|
-
id: string;
|
|
139
|
-
email: string;
|
|
140
|
-
};
|
|
141
|
-
createdAt: string;
|
|
142
|
-
remark: null;
|
|
143
|
-
voyage: {
|
|
144
|
-
id: string;
|
|
145
|
-
number: string;
|
|
146
|
-
status: string;
|
|
147
|
-
loadCondition: string;
|
|
148
|
-
companyId: string;
|
|
149
|
-
vesselId: string;
|
|
150
|
-
};
|
|
151
|
-
} | {
|
|
152
|
-
id: string;
|
|
153
|
-
platId: string;
|
|
154
|
-
coordinate: null;
|
|
155
|
-
vessel: {
|
|
156
|
-
id: string;
|
|
157
|
-
name: string;
|
|
158
|
-
imo: number;
|
|
159
|
-
mmsi: number;
|
|
160
|
-
callSign: string;
|
|
161
|
-
ais: {
|
|
162
|
-
cog: number;
|
|
163
|
-
eta: string;
|
|
164
|
-
hdg: number;
|
|
165
|
-
imo: string;
|
|
166
|
-
lat: number;
|
|
167
|
-
lng: number;
|
|
168
|
-
rot: number;
|
|
169
|
-
sog: number;
|
|
170
|
-
utc: string;
|
|
171
|
-
eta1: string;
|
|
172
|
-
mmsi: number;
|
|
173
|
-
factor: {
|
|
174
|
-
eta: string;
|
|
175
|
-
etd: string;
|
|
176
|
-
lat: number;
|
|
177
|
-
lng: number;
|
|
178
|
-
meteo: {
|
|
179
|
-
sst: number;
|
|
180
|
-
url: string;
|
|
181
|
-
utc: string;
|
|
182
|
-
code: number;
|
|
183
|
-
name: string;
|
|
184
|
-
temp: number;
|
|
185
|
-
wave: {
|
|
186
|
-
wd: {
|
|
187
|
-
scale: string;
|
|
188
|
-
degree: number;
|
|
189
|
-
height: number;
|
|
190
|
-
period: number;
|
|
191
|
-
bearing: number;
|
|
192
|
-
direction: string;
|
|
193
|
-
peakPeriod: null;
|
|
194
|
-
};
|
|
195
|
-
sig: {
|
|
196
|
-
scale: string;
|
|
197
|
-
degree: number;
|
|
198
|
-
height: number;
|
|
199
|
-
period: number;
|
|
200
|
-
bearing: number;
|
|
201
|
-
direction: string;
|
|
202
|
-
};
|
|
203
|
-
swell: {
|
|
204
|
-
scale: string;
|
|
205
|
-
degree: number;
|
|
206
|
-
height: number;
|
|
207
|
-
period: number;
|
|
208
|
-
bearing: number;
|
|
209
|
-
direction: string;
|
|
210
|
-
peakPeriod: null;
|
|
211
|
-
};
|
|
212
|
-
};
|
|
213
|
-
wind: {
|
|
214
|
-
kts: number;
|
|
215
|
-
gusts: number;
|
|
216
|
-
scale: number;
|
|
217
|
-
speed: number;
|
|
218
|
-
degree: number;
|
|
219
|
-
bearing: number;
|
|
220
|
-
direction: string;
|
|
221
|
-
};
|
|
222
|
-
gusts: {
|
|
223
|
-
kts: number;
|
|
224
|
-
};
|
|
225
|
-
height: number;
|
|
226
|
-
precip: {
|
|
227
|
-
sum: number;
|
|
228
|
-
sum3Hours: number;
|
|
229
|
-
sum6Hours: number;
|
|
230
|
-
probability: number;
|
|
231
|
-
};
|
|
232
|
-
source: string;
|
|
233
|
-
current: {
|
|
234
|
-
kts: number;
|
|
235
|
-
speed: number;
|
|
236
|
-
degree: number;
|
|
237
|
-
bearing: number;
|
|
238
|
-
direction: string;
|
|
239
|
-
};
|
|
240
|
-
visibility: number;
|
|
241
|
-
};
|
|
242
|
-
speed: number;
|
|
243
|
-
cFactor: number;
|
|
244
|
-
wxFactor: number;
|
|
245
|
-
};
|
|
246
|
-
method: string;
|
|
247
|
-
status: number;
|
|
248
|
-
vendor: string;
|
|
249
|
-
deleted: boolean;
|
|
250
|
-
draught: number;
|
|
251
|
-
labelCn: string;
|
|
252
|
-
labelEn: string;
|
|
253
|
-
syncTime: string;
|
|
254
|
-
destination: string;
|
|
255
|
-
positionTime: number;
|
|
256
|
-
meteoVendor?: undefined;
|
|
257
|
-
};
|
|
258
|
-
};
|
|
259
|
-
port: null;
|
|
260
|
-
ownerId: string;
|
|
261
|
-
owner: {
|
|
262
|
-
id: string;
|
|
263
|
-
email: string;
|
|
264
|
-
};
|
|
265
|
-
createdAt: string;
|
|
266
|
-
remark: null;
|
|
267
|
-
voyage?: undefined;
|
|
268
|
-
} | {
|
|
269
|
-
id: string;
|
|
270
|
-
platId: string;
|
|
271
|
-
coordinate: null;
|
|
272
|
-
vessel: null;
|
|
273
|
-
port: {
|
|
274
|
-
id: string;
|
|
275
|
-
name: string;
|
|
276
|
-
loCode: string;
|
|
277
|
-
abcAlias: null;
|
|
278
|
-
abcCode: string;
|
|
279
|
-
abcLoCode: string;
|
|
280
|
-
city: string;
|
|
281
|
-
cntLoCode: string;
|
|
282
|
-
continent: string;
|
|
283
|
-
country: string;
|
|
284
|
-
lat: number;
|
|
285
|
-
lng: number;
|
|
286
|
-
status: number;
|
|
287
|
-
timezone: {
|
|
288
|
-
RawOffset: number;
|
|
289
|
-
TimezoneId: string;
|
|
290
|
-
DisplayName: string;
|
|
291
|
-
UtcCurrentOffset: number;
|
|
292
|
-
};
|
|
293
|
-
zoneId: string;
|
|
294
|
-
};
|
|
295
|
-
ownerId: string;
|
|
296
|
-
owner: {
|
|
297
|
-
id: string;
|
|
298
|
-
email: string;
|
|
299
|
-
};
|
|
300
|
-
createdAt: string;
|
|
301
|
-
remark: string;
|
|
302
|
-
voyage?: undefined;
|
|
303
|
-
} | {
|
|
304
|
-
id: string;
|
|
305
|
-
platId: string;
|
|
306
|
-
coordinate: {
|
|
307
|
-
lat: number;
|
|
308
|
-
lng: number;
|
|
309
|
-
};
|
|
310
|
-
vessel: null;
|
|
311
|
-
port: null;
|
|
312
|
-
ownerId: string;
|
|
313
|
-
owner: {
|
|
314
|
-
id: string;
|
|
315
|
-
email: string;
|
|
316
|
-
};
|
|
317
|
-
createdAt: string;
|
|
318
|
-
remark: string;
|
|
319
|
-
voyage?: undefined;
|
|
320
|
-
} | {
|
|
321
|
-
id: string;
|
|
322
|
-
platId: string;
|
|
323
|
-
coordinate: {
|
|
324
|
-
lat: number;
|
|
325
|
-
lng: number;
|
|
326
|
-
};
|
|
327
|
-
vessel: null;
|
|
328
|
-
port: null;
|
|
329
|
-
ownerId: string;
|
|
330
|
-
owner: {
|
|
331
|
-
id: string;
|
|
332
|
-
email: string;
|
|
333
|
-
};
|
|
334
|
-
createdAt: string;
|
|
335
|
-
remark: null;
|
|
336
|
-
voyage?: undefined;
|
|
337
|
-
} | {
|
|
338
|
-
id: string;
|
|
339
|
-
platId: string;
|
|
340
|
-
coordinate: null;
|
|
341
|
-
vessel: {
|
|
342
|
-
id: string;
|
|
343
|
-
name: string;
|
|
344
|
-
imo: number;
|
|
345
|
-
mmsi: number;
|
|
346
|
-
callSign: string;
|
|
347
|
-
ais: {
|
|
348
|
-
cog: number;
|
|
349
|
-
hdg: number;
|
|
350
|
-
imo: string;
|
|
351
|
-
lat: number;
|
|
352
|
-
lng: number;
|
|
353
|
-
rot: number;
|
|
354
|
-
sog: number;
|
|
355
|
-
utc: string;
|
|
356
|
-
mmsi: number;
|
|
357
|
-
method: string;
|
|
358
|
-
status: number;
|
|
359
|
-
vendor: string;
|
|
360
|
-
draught: number;
|
|
361
|
-
syncTime: string;
|
|
362
|
-
positionTime: number;
|
|
363
|
-
eta?: undefined;
|
|
364
|
-
eta1?: undefined;
|
|
365
|
-
factor?: undefined;
|
|
366
|
-
deleted?: undefined;
|
|
367
|
-
labelCn?: undefined;
|
|
368
|
-
labelEn?: undefined;
|
|
369
|
-
destination?: undefined;
|
|
370
|
-
meteoVendor?: undefined;
|
|
371
|
-
};
|
|
372
|
-
};
|
|
373
|
-
port: null;
|
|
374
|
-
ownerId: string;
|
|
375
|
-
owner: {
|
|
376
|
-
id: string;
|
|
377
|
-
email: string;
|
|
378
|
-
};
|
|
379
|
-
createdAt: string;
|
|
380
|
-
remark: null;
|
|
381
|
-
voyage?: undefined;
|
|
382
|
-
} | {
|
|
383
|
-
id: string;
|
|
384
|
-
platId: string;
|
|
385
|
-
coordinate: null;
|
|
386
|
-
vessel: {
|
|
387
|
-
id: string;
|
|
388
|
-
name: string;
|
|
389
|
-
imo: number;
|
|
390
|
-
mmsi: number;
|
|
391
|
-
callSign: string;
|
|
392
|
-
ais: {
|
|
393
|
-
cog: number;
|
|
394
|
-
eta: string;
|
|
395
|
-
hdg: number;
|
|
396
|
-
imo: string;
|
|
397
|
-
lat: number;
|
|
398
|
-
lng: number;
|
|
399
|
-
rot: number;
|
|
400
|
-
sog: number;
|
|
401
|
-
utc: string;
|
|
402
|
-
eta1: string;
|
|
403
|
-
mmsi: number;
|
|
404
|
-
factor: {
|
|
405
|
-
eta: string;
|
|
406
|
-
etd: string;
|
|
407
|
-
lat: number;
|
|
408
|
-
lng: number;
|
|
409
|
-
meteo: {
|
|
410
|
-
sst: number;
|
|
411
|
-
url: string;
|
|
412
|
-
utc: string;
|
|
413
|
-
code: number;
|
|
414
|
-
name: string;
|
|
415
|
-
temp: number;
|
|
416
|
-
wave: {
|
|
417
|
-
wd: {
|
|
418
|
-
scale: string;
|
|
419
|
-
degree: number;
|
|
420
|
-
height: number;
|
|
421
|
-
period: number;
|
|
422
|
-
bearing: number;
|
|
423
|
-
direction: string;
|
|
424
|
-
peakPeriod: number;
|
|
425
|
-
};
|
|
426
|
-
sig: {
|
|
427
|
-
scale: string;
|
|
428
|
-
degree: number;
|
|
429
|
-
height: number;
|
|
430
|
-
period: number;
|
|
431
|
-
bearing: number;
|
|
432
|
-
direction: string;
|
|
433
|
-
};
|
|
434
|
-
swell: {
|
|
435
|
-
scale: string;
|
|
436
|
-
degree: number;
|
|
437
|
-
height: number;
|
|
438
|
-
period: number;
|
|
439
|
-
bearing: number;
|
|
440
|
-
direction: string;
|
|
441
|
-
peakPeriod: number;
|
|
442
|
-
};
|
|
443
|
-
};
|
|
444
|
-
wind: {
|
|
445
|
-
kts: number;
|
|
446
|
-
gusts: number;
|
|
447
|
-
scale: number;
|
|
448
|
-
speed: number;
|
|
449
|
-
degree: number;
|
|
450
|
-
bearing: number;
|
|
451
|
-
direction: string;
|
|
452
|
-
};
|
|
453
|
-
gusts: {
|
|
454
|
-
kts: number;
|
|
455
|
-
};
|
|
456
|
-
height: number;
|
|
457
|
-
precip: {
|
|
458
|
-
sum: number;
|
|
459
|
-
sum3Hours: number;
|
|
460
|
-
sum6Hours: number;
|
|
461
|
-
probability: number;
|
|
462
|
-
};
|
|
463
|
-
source: string;
|
|
464
|
-
current: {
|
|
465
|
-
kts: number;
|
|
466
|
-
speed: number;
|
|
467
|
-
degree: number;
|
|
468
|
-
bearing: number;
|
|
469
|
-
direction: string;
|
|
470
|
-
};
|
|
471
|
-
visibility: number;
|
|
472
|
-
};
|
|
473
|
-
speed: number;
|
|
474
|
-
cFactor: number;
|
|
475
|
-
wxFactor: number;
|
|
476
|
-
};
|
|
477
|
-
method: string;
|
|
478
|
-
status: number;
|
|
479
|
-
vendor: string;
|
|
480
|
-
deleted: boolean;
|
|
481
|
-
draught: number;
|
|
482
|
-
labelCn: string;
|
|
483
|
-
labelEn: string;
|
|
484
|
-
syncTime: string;
|
|
485
|
-
destination: string;
|
|
486
|
-
positionTime: number;
|
|
487
|
-
meteoVendor?: undefined;
|
|
488
|
-
};
|
|
489
|
-
};
|
|
490
|
-
port: null;
|
|
491
|
-
ownerId: string;
|
|
492
|
-
owner: {
|
|
493
|
-
id: string;
|
|
494
|
-
email: string;
|
|
495
|
-
};
|
|
496
|
-
createdAt: string;
|
|
497
|
-
remark: null;
|
|
498
|
-
voyage?: undefined;
|
|
499
|
-
} | {
|
|
500
|
-
id: string;
|
|
501
|
-
platId: string;
|
|
502
|
-
coordinate: null;
|
|
503
|
-
vessel: null;
|
|
504
|
-
port: {
|
|
505
|
-
id: string;
|
|
506
|
-
name: string;
|
|
507
|
-
loCode: string;
|
|
508
|
-
abcAlias: null;
|
|
509
|
-
abcCode: string;
|
|
510
|
-
abcLoCode: string;
|
|
511
|
-
city: string;
|
|
512
|
-
cntLoCode: string;
|
|
513
|
-
continent: string;
|
|
514
|
-
country: string;
|
|
515
|
-
lat: number;
|
|
516
|
-
lng: number;
|
|
517
|
-
status: number;
|
|
518
|
-
timezone: {
|
|
519
|
-
RawOffset: number;
|
|
520
|
-
TimezoneId: string;
|
|
521
|
-
DisplayName: string;
|
|
522
|
-
UtcCurrentOffset: number;
|
|
523
|
-
};
|
|
524
|
-
zoneId: string;
|
|
525
|
-
};
|
|
526
|
-
ownerId: string;
|
|
527
|
-
owner: {
|
|
528
|
-
id: string;
|
|
529
|
-
email: string;
|
|
530
|
-
};
|
|
531
|
-
createdAt: string;
|
|
532
|
-
remark: null;
|
|
533
|
-
voyage?: undefined;
|
|
534
|
-
} | {
|
|
535
|
-
id: string;
|
|
536
|
-
platId: string;
|
|
537
|
-
coordinate: null;
|
|
538
|
-
vessel: null;
|
|
539
|
-
port: {
|
|
540
|
-
id: string;
|
|
541
|
-
name: string;
|
|
542
|
-
loCode: string;
|
|
543
|
-
abcAlias: string[];
|
|
544
|
-
abcCode: string;
|
|
545
|
-
abcLoCode: string;
|
|
546
|
-
city: string;
|
|
547
|
-
cntLoCode: string;
|
|
548
|
-
continent: string;
|
|
549
|
-
country: string;
|
|
550
|
-
lat: number;
|
|
551
|
-
lng: number;
|
|
552
|
-
status: number;
|
|
553
|
-
timezone: {
|
|
554
|
-
RawOffset: number;
|
|
555
|
-
TimezoneId: string;
|
|
556
|
-
DisplayName: string;
|
|
557
|
-
UtcCurrentOffset: number;
|
|
558
|
-
};
|
|
559
|
-
zoneId: string;
|
|
560
|
-
};
|
|
561
|
-
ownerId: string;
|
|
562
|
-
owner: {
|
|
563
|
-
id: string;
|
|
564
|
-
email: string;
|
|
565
|
-
};
|
|
566
|
-
createdAt: string;
|
|
567
|
-
remark: null;
|
|
568
|
-
voyage?: undefined;
|
|
569
|
-
})[];
|
|
570
|
-
export { _default as default };
|
|
571
29
|
}
|
|
572
|
-
namespace
|
|
573
|
-
const type_6:
|
|
30
|
+
namespace followList {
|
|
31
|
+
const type_6: ArrayConstructor;
|
|
574
32
|
export { type_6 as type };
|
|
575
33
|
}
|
|
576
|
-
namespace
|
|
34
|
+
namespace theme {
|
|
577
35
|
const type_7: StringConstructor;
|
|
578
36
|
export { type_7 as type };
|
|
579
37
|
}
|
|
580
|
-
namespace
|
|
38
|
+
namespace realTime {
|
|
581
39
|
const type_8: StringConstructor;
|
|
582
40
|
export { type_8 as type };
|
|
583
41
|
}
|
|
42
|
+
namespace forecastModel {
|
|
43
|
+
const type_9: StringConstructor;
|
|
44
|
+
export { type_9 as type };
|
|
45
|
+
}
|
|
584
46
|
}
|
|
585
47
|
const emits: string[];
|
|
586
48
|
function setup(): {
|
|
@@ -606,7 +68,7 @@ declare namespace _sfc_main {
|
|
|
606
68
|
tideData: {};
|
|
607
69
|
tideTableData: never[];
|
|
608
70
|
xDate: never[];
|
|
609
|
-
echartData:
|
|
71
|
+
echartData: null;
|
|
610
72
|
};
|
|
611
73
|
namespace computed {
|
|
612
74
|
function dateList(): any;
|
|
@@ -628,6 +90,9 @@ declare namespace _sfc_main {
|
|
|
628
90
|
function handler(): void;
|
|
629
91
|
}
|
|
630
92
|
export { theme_1 as theme };
|
|
93
|
+
export namespace showTideDetail {
|
|
94
|
+
function handler(): void;
|
|
95
|
+
}
|
|
631
96
|
}
|
|
632
97
|
function mounted(): void;
|
|
633
98
|
namespace methods {
|
|
@@ -2,45 +2,51 @@ export default _sfc_main;
|
|
|
2
2
|
declare namespace _sfc_main {
|
|
3
3
|
const name: string;
|
|
4
4
|
namespace props {
|
|
5
|
-
namespace
|
|
6
|
-
const type:
|
|
5
|
+
namespace simple {
|
|
6
|
+
export const type: BooleanConstructor;
|
|
7
|
+
const _default: boolean;
|
|
8
|
+
export { _default as default };
|
|
7
9
|
}
|
|
8
|
-
namespace
|
|
9
|
-
const type_1:
|
|
10
|
+
namespace map {
|
|
11
|
+
const type_1: ObjectConstructor;
|
|
10
12
|
export { type_1 as type };
|
|
11
13
|
}
|
|
12
|
-
namespace
|
|
14
|
+
namespace gateway {
|
|
13
15
|
const type_2: StringConstructor;
|
|
14
16
|
export { type_2 as type };
|
|
15
17
|
}
|
|
16
|
-
namespace
|
|
18
|
+
namespace token {
|
|
17
19
|
const type_3: StringConstructor;
|
|
18
20
|
export { type_3 as type };
|
|
19
21
|
}
|
|
20
|
-
namespace
|
|
22
|
+
namespace defaultMeteoToken {
|
|
21
23
|
const type_4: StringConstructor;
|
|
22
24
|
export { type_4 as type };
|
|
23
25
|
}
|
|
24
|
-
namespace
|
|
26
|
+
namespace theme {
|
|
25
27
|
const type_5: StringConstructor;
|
|
26
28
|
export { type_5 as type };
|
|
27
29
|
}
|
|
28
|
-
namespace
|
|
30
|
+
namespace locale {
|
|
29
31
|
const type_6: StringConstructor;
|
|
30
32
|
export { type_6 as type };
|
|
31
33
|
}
|
|
32
|
-
namespace
|
|
33
|
-
const type_7:
|
|
34
|
+
namespace realTime {
|
|
35
|
+
const type_7: StringConstructor;
|
|
34
36
|
export { type_7 as type };
|
|
35
37
|
}
|
|
36
|
-
namespace
|
|
37
|
-
const type_8:
|
|
38
|
+
namespace timeZone {
|
|
39
|
+
const type_8: NumberConstructor;
|
|
38
40
|
export { type_8 as type };
|
|
39
41
|
}
|
|
40
|
-
namespace
|
|
41
|
-
const type_9:
|
|
42
|
+
namespace forecastModel {
|
|
43
|
+
const type_9: StringConstructor;
|
|
42
44
|
export { type_9 as type };
|
|
43
45
|
}
|
|
46
|
+
namespace station {
|
|
47
|
+
const type_10: ObjectConstructor;
|
|
48
|
+
export { type_10 as type };
|
|
49
|
+
}
|
|
44
50
|
}
|
|
45
51
|
function setup(): {
|
|
46
52
|
Theme: import("vuetify").ThemeInstance;
|
|
@@ -76,8 +82,8 @@ declare namespace _sfc_main {
|
|
|
76
82
|
}
|
|
77
83
|
namespace methods {
|
|
78
84
|
function fetchTidesData(): Promise<void>;
|
|
79
|
-
function initTideTableData(): void;
|
|
80
|
-
function initEchartData(
|
|
85
|
+
function initTideTableData(tideData: any): void;
|
|
86
|
+
function initEchartData(): void;
|
|
81
87
|
function initEchart(): void;
|
|
82
88
|
function handleClose(): void;
|
|
83
89
|
}
|