@idmwx/idmui-gl4 0.1.7 → 0.1.8

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 (34) hide show
  1. package/dist/dark-map.png +0 -0
  2. package/dist/index.js +68712 -6445
  3. package/dist/index.umd.cjs +17 -15
  4. package/dist/light-map.png +0 -0
  5. package/dist/mapbox/src/components/bottombar/index.vue.d.ts +91 -0
  6. package/dist/mapbox/src/components/other/alertZone.vue.d.ts +0 -1
  7. package/dist/mapbox/src/components/other/ecaZone.vue.d.ts +0 -1
  8. package/dist/mapbox/src/components/other/gmdssArea.vue.d.ts +0 -1
  9. package/dist/mapbox/src/components/other/index.vue.d.ts +12 -3
  10. package/dist/mapbox/src/components/other/latLng.vue.d.ts +6 -2
  11. package/dist/mapbox/src/components/other/loadLines.vue.d.ts +0 -1
  12. package/dist/mapbox/src/components/other/specialArea.vue.d.ts +0 -1
  13. package/dist/mapbox/src/components/other/terminator.vue.d.ts +0 -1
  14. package/dist/mapbox/src/components/other/timezone.vue.d.ts +0 -1
  15. package/dist/mapbox/src/components/other/vra.vue.d.ts +0 -1
  16. package/dist/mapbox/src/components/other/warZone.vue.d.ts +0 -1
  17. package/dist/mapbox/src/components/other/world12nm.vue.d.ts +0 -1
  18. package/dist/mapbox/src/components/other/worldMarine.vue.d.ts +0 -1
  19. package/dist/mapbox/src/components/tropical/index.vue.d.ts +13 -17
  20. package/dist/mapbox/src/components/weather/currentDirection.vue.d.ts +13 -8
  21. package/dist/mapbox/src/components/weather/currentParticle.vue.d.ts +9 -12
  22. package/dist/mapbox/src/components/weather/index.vue.d.ts +42 -30
  23. package/dist/mapbox/src/components/weather/prmsl.vue.d.ts +3 -6
  24. package/dist/mapbox/src/components/weather/sigWaveHeight.vue.d.ts +14 -3
  25. package/dist/mapbox/src/components/weather/swell.vue.d.ts +0 -6
  26. package/dist/mapbox/src/components/weather/visibility.vue.d.ts +1 -0
  27. package/dist/mapbox/src/components/weather/windBarbs.vue.d.ts +15 -0
  28. package/dist/mapbox/src/components/weather/windParticle.vue.d.ts +9 -12
  29. package/dist/mapbox/src/helper/viewport.d.ts +0 -1
  30. package/dist/mapbox/src/index.vue.d.ts +4 -7
  31. package/dist/nautical-map.png +0 -0
  32. package/dist/satellite-map.png +0 -0
  33. package/dist/style.css +1 -1
  34. package/package.json +3 -3
Binary file
@@ -0,0 +1,91 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const name: string;
4
+ const components: undefined;
5
+ namespace props {
6
+ namespace startDate {
7
+ export const type: ObjectConstructor;
8
+ function _default(): moment.Moment;
9
+ export { _default as default };
10
+ }
11
+ namespace endDate {
12
+ const type_1: ObjectConstructor;
13
+ export { type_1 as type };
14
+ function _default_1(): moment.Moment;
15
+ export { _default_1 as default };
16
+ }
17
+ namespace interval {
18
+ const type_2: NumberConstructor;
19
+ export { type_2 as type };
20
+ const _default_2: number;
21
+ export { _default_2 as default };
22
+ }
23
+ namespace menuToggle {
24
+ const type_3: ObjectConstructor;
25
+ export { type_3 as type };
26
+ const _default_3: {};
27
+ export { _default_3 as default };
28
+ }
29
+ namespace forecastModel {
30
+ const type_4: StringConstructor;
31
+ export { type_4 as type };
32
+ }
33
+ }
34
+ const emits: string[];
35
+ function data(): {
36
+ right: number;
37
+ show: boolean;
38
+ dialog: boolean;
39
+ currentDate: string;
40
+ currentDay: number;
41
+ currentHour: number;
42
+ animation: undefined;
43
+ startAnimate: number;
44
+ step: number;
45
+ frequency: number;
46
+ paused: boolean;
47
+ intervalHour: number;
48
+ intervalOptions: number[];
49
+ showTimezone: boolean;
50
+ timeZone: number;
51
+ hourOptions: number[];
52
+ offsets: number[];
53
+ source: string;
54
+ };
55
+ namespace computed {
56
+ function computeCurrentDateTime(): any;
57
+ }
58
+ const watch: {
59
+ 'menuToggle.v': {
60
+ handler(): void;
61
+ immediate: boolean;
62
+ };
63
+ forecastModel: {
64
+ handler(): void;
65
+ immediate: boolean;
66
+ };
67
+ source: {
68
+ handler(newV: any, oldV: any): void;
69
+ };
70
+ step: {
71
+ handler(): void;
72
+ };
73
+ };
74
+ function mounted(): void;
75
+ namespace methods {
76
+ function handleToggle(value: any): void;
77
+ function handleOpenDatePicker(): void;
78
+ function handleSaveDate(): void;
79
+ function handleBackward(): void;
80
+ function handleForward(): void;
81
+ function handleCycleInterval(): void;
82
+ function handlePlay(): void;
83
+ function handlePause(): void;
84
+ function animateSpeeds(timestamp: any): void;
85
+ function handleReset(): void;
86
+ function setTimezone(value: any): void;
87
+ function handleClickFastWeather(key: any): void;
88
+ function handleClickFastMore(): void;
89
+ }
90
+ }
91
+ import moment from 'moment';
@@ -34,7 +34,6 @@ declare namespace _sfc_main {
34
34
  namespace methods {
35
35
  function handleClick(event: any): void;
36
36
  function handleRender(): void;
37
- function handleMove(): void;
38
37
  function handleClear(): void;
39
38
  }
40
39
  }
@@ -32,7 +32,6 @@ declare namespace _sfc_main {
32
32
  }
33
33
  namespace methods {
34
34
  function handleRender(): void;
35
- function handleMove(): void;
36
35
  function handleClear(): void;
37
36
  }
38
37
  }
@@ -28,7 +28,6 @@ declare namespace _sfc_main {
28
28
  }
29
29
  namespace methods {
30
30
  function handleRender(): void;
31
- function handleMove(): void;
32
31
  function handleClear(): void;
33
32
  }
34
33
  }
@@ -44,6 +44,12 @@ declare namespace _sfc_main {
44
44
  const type_8: StringConstructor;
45
45
  export { type_8 as type };
46
46
  }
47
+ namespace mapFeather {
48
+ const type_9: StringConstructor;
49
+ export { type_9 as type };
50
+ const _default_3: string;
51
+ export { _default_3 as default };
52
+ }
47
53
  }
48
54
  const emits: string[];
49
55
  function data(): {
@@ -56,7 +62,8 @@ declare namespace _sfc_main {
56
62
  cache: {
57
63
  v: string;
58
64
  versionKey: string;
59
- layersKey: string;
65
+ checkListKey: string;
66
+ followListKey: string;
60
67
  mapFeatherKey: string;
61
68
  };
62
69
  mapFeathers: {
@@ -78,6 +85,9 @@ declare namespace _sfc_main {
78
85
  checkList: {
79
86
  handler(newV: any, oldV: any): void;
80
87
  };
88
+ followList: {
89
+ handler(newV: any, oldV: any): void;
90
+ };
81
91
  };
82
92
  function mounted(): Promise<void>;
83
93
  namespace methods {
@@ -88,7 +98,6 @@ declare namespace _sfc_main {
88
98
  all: boolean;
89
99
  dayNight: boolean;
90
100
  }): Promise<void>;
91
- function handleOtherLayerPick(layer: any): void;
92
- function handleLayersChange(layers: any): void;
101
+ function handleLayersChange(): void;
93
102
  }
94
103
  }
@@ -13,10 +13,14 @@ declare namespace _sfc_main {
13
13
  const type_2: StringConstructor;
14
14
  export { type_2 as type };
15
15
  }
16
- namespace menuToggle {
17
- const type_3: ObjectConstructor;
16
+ namespace beforeLayer {
17
+ const type_3: StringConstructor;
18
18
  export { type_3 as type };
19
19
  }
20
+ namespace menuToggle {
21
+ const type_4: ObjectConstructor;
22
+ export { type_4 as type };
23
+ }
20
24
  }
21
25
  function data(): {
22
26
  lngLat: undefined;
@@ -28,7 +28,6 @@ declare namespace _sfc_main {
28
28
  }
29
29
  namespace methods {
30
30
  function handleRender(): void;
31
- function handleMove(): void;
32
31
  function handleClear(): void;
33
32
  }
34
33
  }
@@ -28,7 +28,6 @@ declare namespace _sfc_main {
28
28
  }
29
29
  namespace methods {
30
30
  function handleRender(): void;
31
- function handleMove(): void;
32
31
  function handleClear(): void;
33
32
  }
34
33
  }
@@ -30,7 +30,6 @@ declare namespace _sfc_main {
30
30
  }
31
31
  namespace methods {
32
32
  function handleRender(): void;
33
- function handleMove(): void;
34
33
  function handleClear(): void;
35
34
  }
36
35
  }
@@ -28,7 +28,6 @@ declare namespace _sfc_main {
28
28
  }
29
29
  namespace methods {
30
30
  function handleRender(): void;
31
- function handleMove(): void;
32
31
  function handleClear(): void;
33
32
  }
34
33
  }
@@ -28,7 +28,6 @@ declare namespace _sfc_main {
28
28
  }
29
29
  namespace methods {
30
30
  function handleRender(): void;
31
- function handleMove(): void;
32
31
  function handleClear(): void;
33
32
  }
34
33
  }
@@ -28,7 +28,6 @@ declare namespace _sfc_main {
28
28
  }
29
29
  namespace methods {
30
30
  function handleRender(): void;
31
- function handleMove(): void;
32
31
  function handleClear(): void;
33
32
  }
34
33
  }
@@ -52,7 +52,6 @@ declare namespace _sfc_main {
52
52
  }
53
53
  namespace methods {
54
54
  function handleRender(): void;
55
- function handleMove(): void;
56
55
  function handleClear(): void;
57
56
  }
58
57
  }
@@ -23,7 +23,6 @@ declare namespace _sfc_main {
23
23
  }
24
24
  namespace methods {
25
25
  function handleRender(): void;
26
- function handleMove(): void;
27
26
  function handleClear(): void;
28
27
  }
29
28
  }
@@ -17,43 +17,39 @@ declare namespace _sfc_main {
17
17
  const _default_1: {};
18
18
  export { _default_1 as default };
19
19
  }
20
- namespace date {
21
- const type_3: StringConstructor;
22
- export { type_3 as type };
23
- }
24
20
  namespace timeZone {
25
- const type_4: NumberConstructor;
26
- export { type_4 as type };
21
+ const type_3: NumberConstructor;
22
+ export { type_3 as type };
27
23
  const _default_2: number;
28
24
  export { _default_2 as default };
29
25
  }
30
26
  namespace token {
27
+ const type_4: StringConstructor;
28
+ export { type_4 as type };
29
+ }
30
+ namespace defaultMeteoToken {
31
31
  const type_5: StringConstructor;
32
32
  export { type_5 as type };
33
33
  }
34
- namespace defaultMeteoToken {
34
+ namespace gateway {
35
35
  const type_6: StringConstructor;
36
36
  export { type_6 as type };
37
- }
38
- namespace gateway {
39
- const type_7: StringConstructor;
40
- export { type_7 as type };
41
37
  const _default_3: string;
42
38
  export { _default_3 as default };
43
39
  }
44
40
  namespace assistGateway {
45
- const type_8: ArrayConstructor;
46
- export { type_8 as type };
41
+ const type_7: ArrayConstructor;
42
+ export { type_7 as type };
47
43
  const _default_4: never[];
48
44
  export { _default_4 as default };
49
45
  }
50
46
  namespace forecastModel {
51
- const type_9: StringConstructor;
52
- export { type_9 as type };
47
+ const type_8: StringConstructor;
48
+ export { type_8 as type };
53
49
  }
54
50
  namespace ts {
55
- const type_10: StringConstructor;
56
- export { type_10 as type };
51
+ const type_9: StringConstructor;
52
+ export { type_9 as type };
57
53
  }
58
54
  }
59
55
  const emits: string[];
@@ -13,23 +13,27 @@ declare namespace _sfc_main {
13
13
  const type_2: StringConstructor;
14
14
  export { type_2 as type };
15
15
  }
16
- namespace marginBottom {
17
- const type_3: StringConstructor;
18
- export { type_3 as type };
19
- const _default: string;
20
- export { _default as default };
21
- }
22
16
  }
23
17
  const emits: never[];
24
18
  function data(): {
19
+ right: number;
20
+ toggle: boolean;
21
+ showCaption: boolean;
25
22
  source: string;
26
23
  directionLayer: string;
27
24
  speedLayer: string;
28
25
  speedLabelLayer: string;
29
26
  empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
30
- right: number;
31
- bottom: number;
27
+ currentSvgUrl: string;
28
+ list: {
29
+ label: string;
30
+ size: number;
31
+ color: string;
32
+ }[];
32
33
  };
34
+ namespace computed {
35
+ function getSvgUrlBase64(): (url: any) => string;
36
+ }
33
37
  const watch: {
34
38
  'current.version': {
35
39
  handler(): void;
@@ -37,6 +41,7 @@ declare namespace _sfc_main {
37
41
  };
38
42
  };
39
43
  namespace methods {
44
+ function handleMenuToggle(): void;
40
45
  function handleRender(): void;
41
46
  function handleClear(): void;
42
47
  }
@@ -8,15 +8,9 @@ declare namespace _sfc_main {
8
8
  namespace viewport {
9
9
  export { Viewport as type };
10
10
  }
11
- namespace bottom {
12
- const type_1: StringConstructor;
13
- export { type_1 as type };
14
- const _default: string;
15
- export { _default as default };
16
- }
17
11
  namespace menuToggle {
18
- const type_2: ObjectConstructor;
19
- export { type_2 as type };
12
+ const type_1: ObjectConstructor;
13
+ export { type_1 as type };
20
14
  }
21
15
  }
22
16
  function data(): {
@@ -46,8 +40,10 @@ declare namespace _sfc_main {
46
40
  };
47
41
  const watch: {
48
42
  'factor.version': {
49
- handler(): void;
50
- deep: boolean;
43
+ handler(): Promise<void>;
44
+ };
45
+ 'factor.particle': {
46
+ handler(newVal: any, oldVal: any): Promise<void>;
51
47
  };
52
48
  'menuToggle.v': {
53
49
  handler(): void;
@@ -55,14 +51,15 @@ declare namespace _sfc_main {
55
51
  };
56
52
  };
57
53
  namespace methods {
58
- function handleRender(): void;
59
- function handleClear(): void;
54
+ function handleRender(): Promise<void>;
60
55
  function handleSetup(): void;
61
56
  function handleParticleSetup(): void;
62
57
  function handleDraw(): Promise<void>;
63
58
  function handleResize(): void;
64
59
  function handlePause(): void;
65
60
  function handlePlay(): void;
61
+ function handleClearParticle(): void;
62
+ function handleClear(): void;
66
63
  }
67
64
  }
68
65
  import { Viewport } from '../../helper/viewport.ts';
@@ -10,49 +10,47 @@ declare namespace _sfc_main {
10
10
  const type_1: StringConstructor;
11
11
  export { type_1 as type };
12
12
  }
13
- namespace beforeLayer {
13
+ namespace gateway {
14
14
  const type_2: StringConstructor;
15
15
  export { type_2 as type };
16
16
  const _default: string;
17
17
  export { _default as default };
18
18
  }
19
- namespace gateway {
20
- const type_3: StringConstructor;
19
+ namespace assistGateway {
20
+ const type_3: ArrayConstructor;
21
21
  export { type_3 as type };
22
- const _default_1: string;
22
+ const _default_1: never[];
23
23
  export { _default_1 as default };
24
24
  }
25
- namespace assistGateway {
26
- const type_4: ArrayConstructor;
25
+ namespace token {
26
+ const type_4: StringConstructor;
27
27
  export { type_4 as type };
28
- const _default_2: never[];
29
- export { _default_2 as default };
30
28
  }
31
- namespace token {
29
+ namespace defaultMeteoToken {
32
30
  const type_5: StringConstructor;
33
31
  export { type_5 as type };
34
32
  }
35
- namespace defaultMeteoToken {
36
- const type_6: StringConstructor;
33
+ namespace top {
34
+ const type_6: NumberConstructor;
37
35
  export { type_6 as type };
36
+ const _default_2: number;
37
+ export { _default_2 as default };
38
38
  }
39
- namespace top {
40
- const type_7: NumberConstructor;
39
+ namespace menuToggle {
40
+ const type_7: ObjectConstructor;
41
41
  export { type_7 as type };
42
- const _default_3: number;
42
+ const _default_3: {};
43
43
  export { _default_3 as default };
44
44
  }
45
- namespace menuToggle {
46
- const type_8: ObjectConstructor;
45
+ namespace ts {
46
+ const type_8: StringConstructor;
47
47
  export { type_8 as type };
48
- const _default_4: {};
49
- export { _default_4 as default };
50
48
  }
51
- namespace ts {
49
+ namespace forecastModel {
52
50
  const type_9: StringConstructor;
53
51
  export { type_9 as type };
54
52
  }
55
- namespace forecastModel {
53
+ namespace beforeLayer {
56
54
  const type_10: StringConstructor;
57
55
  export { type_10 as type };
58
56
  }
@@ -62,36 +60,36 @@ declare namespace _sfc_main {
62
60
  right: number;
63
61
  toggle: boolean;
64
62
  autoActive: boolean;
63
+ allLayers: any[];
65
64
  tagLayers: any[];
66
65
  checkList: never[];
67
- radioValue: undefined;
66
+ iceToggleValue: undefined;
68
67
  weatherLayers: {};
69
68
  activeWeatherLayers: never[];
70
69
  cache: {
71
70
  v: string;
72
71
  versionKey: string;
73
- forecastModelKey: string;
74
72
  autoActiveKey: string;
75
73
  checkListKey: string;
76
- activeLayersKey: string;
77
74
  };
78
- source: string;
79
75
  sourceList: {};
80
76
  rampColorLayers: string[];
81
77
  zoom: number;
82
78
  viewport: undefined;
83
79
  particleFactor: undefined;
80
+ showWindParticle: boolean;
81
+ showCurrentParticle: boolean;
84
82
  };
85
83
  namespace computed {
86
84
  function computeDateZ(): (time: any) => string;
87
- function sourceCode(): any;
85
+ function overlaysKeys(): any;
88
86
  function rendersKeys(): any;
89
87
  }
90
88
  const watch: {
91
89
  'menuToggle.v': {
92
90
  handler(): void;
93
91
  };
94
- source: {
92
+ forecastModel: {
95
93
  handler(newV: any, oldV: any): void;
96
94
  };
97
95
  map: {
@@ -105,21 +103,35 @@ declare namespace _sfc_main {
105
103
  checkList: {
106
104
  handler(newV: any, oldV: any): void;
107
105
  };
108
- radioValue: {
106
+ autoActive: {
107
+ handler(newV: any, oldV: any): void;
108
+ };
109
+ iceToggleValue: {
110
+ handler(newV: any, oldV: any): void;
111
+ };
112
+ showWindParticle: {
113
+ handler(newV: any, oldV: any): void;
114
+ };
115
+ showCurrentParticle: {
109
116
  handler(newV: any, oldV: any): void;
110
117
  };
111
118
  };
112
119
  function mounted(): Promise<void>;
113
120
  namespace methods {
114
- function fetchMeteoSource(): Promise<void>;
121
+ function arraysEqual(arr1: any, arr2: any): boolean;
115
122
  function fetchCache(): void;
116
123
  function handleMenuToggle(): void;
124
+ function handleFastWeatherToggle(key: any): void;
125
+ function handleCheckListChange(newV: any, oldV: any): false | undefined;
126
+ function fetchMeteoSource(): Promise<void>;
117
127
  function fetchWeatherLayers(options?: {}): Promise<void>;
128
+ function handleWeatherLayerToggle(): void;
129
+ function handleWeatherLayerChange(options?: {
130
+ sourceChanged: boolean;
131
+ }): void;
118
132
  function handleRampColorInitial(): void;
119
133
  function handleDrawWeather4Json(): void;
120
134
  function handleMove4Weather(): void;
121
135
  function handleBboxClip(fc: any, bounds: any): any[];
122
- function handleWeatherLayerToggle(): void;
123
- function handleWeatherLayerChange(): void;
124
136
  }
125
137
  }
@@ -23,6 +23,8 @@ declare namespace _sfc_main {
23
23
  }
24
24
  }
25
25
  function data(): {
26
+ right: number;
27
+ toggle: boolean;
26
28
  source: string;
27
29
  layer: string;
28
30
  labelLayer: string;
@@ -34,15 +36,10 @@ declare namespace _sfc_main {
34
36
  handler(): void;
35
37
  deep: boolean;
36
38
  };
37
- activeWeatherLayers: {
38
- handler(): void;
39
- deep: boolean;
40
- immediate: boolean;
41
- };
42
39
  };
43
40
  namespace methods {
41
+ function handleMenuToggle(): void;
44
42
  function handleRender(): void;
45
- function handleMove(): void;
46
43
  function handleClear(): void;
47
44
  }
48
45
  }
@@ -13,26 +13,37 @@ declare namespace _sfc_main {
13
13
  const type_2: StringConstructor;
14
14
  export { type_2 as type };
15
15
  }
16
- namespace activeWeatherLayers {
17
- const type_3: ArrayConstructor;
16
+ namespace menuToggle {
17
+ const type_3: ObjectConstructor;
18
18
  export { type_3 as type };
19
19
  }
20
20
  }
21
21
  function data(): {
22
+ right: number;
23
+ toggle: boolean;
24
+ showCaption: boolean;
22
25
  source: string;
23
26
  heightLayer: string;
24
27
  heightLabelLayer: string;
25
28
  empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
29
+ list: {
30
+ label: string;
31
+ color: string;
32
+ }[];
26
33
  };
27
34
  const watch: {
28
35
  'sigWaveHeight.version': {
29
36
  handler(): void;
30
37
  deep: boolean;
31
38
  };
39
+ 'menuToggle.v': {
40
+ handler(): void;
41
+ immediate: boolean;
42
+ };
32
43
  };
33
44
  namespace methods {
45
+ function handleMenuToggle(): void;
34
46
  function handleRender(): void;
35
- function handleMove(): void;
36
47
  function handleClear(): void;
37
48
  }
38
49
  }
@@ -30,15 +30,9 @@ declare namespace _sfc_main {
30
30
  handler(): void;
31
31
  deep: boolean;
32
32
  };
33
- activeWeatherLayers: {
34
- handler(): void;
35
- deep: boolean;
36
- immediate: boolean;
37
- };
38
33
  };
39
34
  namespace methods {
40
35
  function handleRender(): void;
41
- function handleMove(): void;
42
36
  function handleClear(): void;
43
37
  }
44
38
  }
@@ -21,6 +21,7 @@ declare namespace _sfc_main {
21
21
  }
22
22
  }
23
23
  function data(): {
24
+ right: number;
24
25
  program: undefined;
25
26
  context: undefined;
26
27
  texture: undefined;