@idmwx/idmui-gl4 0.1.0 → 0.1.2

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.
@@ -1,16 +1,27 @@
1
1
  export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
3
  const name: string;
4
+ const components: undefined;
4
5
  namespace props {
5
6
  namespace map {
6
7
  const type: ObjectConstructor;
7
8
  }
8
- namespace show {
9
- const type_1: BooleanConstructor;
9
+ namespace top {
10
+ const type_1: NumberConstructor;
10
11
  export { type_1 as type };
12
+ const _default: number;
13
+ export { _default as default };
14
+ }
15
+ namespace menuToggle {
16
+ const type_2: ObjectConstructor;
17
+ export { type_2 as type };
18
+ const _default_1: {};
19
+ export { _default_1 as default };
11
20
  }
12
21
  }
13
22
  function data(): {
23
+ right: number;
24
+ toggle: boolean;
14
25
  geojson: never[];
15
26
  source: string;
16
27
  layer: string;
@@ -24,18 +35,21 @@ declare namespace _sfc_main {
24
35
  contextmenu: undefined;
25
36
  navigation: string;
26
37
  };
27
- namespace watch {
28
- export namespace show_1 {
29
- function handler(): void;
30
- const immediate: boolean;
31
- }
32
- export { show_1 as show };
33
- export namespace map_1 {
34
- function handler(): void;
35
- }
36
- export { map_1 as map };
37
- }
38
+ const watch: {
39
+ 'menuToggle.v': {
40
+ handler(): void;
41
+ immediate: boolean;
42
+ };
43
+ toggle: {
44
+ handler(): void;
45
+ immediate: boolean;
46
+ };
47
+ map: {
48
+ handler(): void;
49
+ };
50
+ };
38
51
  namespace methods {
52
+ function handleMenuToggle(): void;
39
53
  function handleBind(): void;
40
54
  function handleUnbind(): void;
41
55
  function handleKeydown(event: any): void;
@@ -10,29 +10,39 @@ declare namespace _sfc_main {
10
10
  const type_1: ObjectConstructor;
11
11
  export { type_1 as type };
12
12
  }
13
- namespace show {
14
- const type_2: BooleanConstructor;
13
+ namespace top {
14
+ const type_2: NumberConstructor;
15
15
  export { type_2 as type };
16
+ const _default: number;
17
+ export { _default as default };
16
18
  }
17
- namespace ts {
18
- const type_3: StringConstructor;
19
+ namespace menuToggle {
20
+ const type_3: ObjectConstructor;
19
21
  export { type_3 as type };
22
+ const _default_1: {};
23
+ export { _default_1 as default };
20
24
  }
21
- namespace gateway {
25
+ namespace ts {
22
26
  const type_4: StringConstructor;
23
27
  export { type_4 as type };
24
28
  }
25
- namespace startTs {
29
+ namespace gateway {
26
30
  const type_5: StringConstructor;
27
31
  export { type_5 as type };
28
32
  }
29
- namespace forecastModel {
33
+ namespace startTs {
30
34
  const type_6: StringConstructor;
31
35
  export { type_6 as type };
32
36
  }
37
+ namespace forecastModel {
38
+ const type_7: StringConstructor;
39
+ export { type_7 as type };
40
+ }
33
41
  }
34
42
  const emits: string[];
35
43
  function data(): {
44
+ right: number;
45
+ toggle: boolean;
36
46
  showMeteo: boolean;
37
47
  loading: boolean;
38
48
  point: {};
@@ -74,28 +84,28 @@ declare namespace _sfc_main {
74
84
  showTables: boolean;
75
85
  isDay: boolean;
76
86
  };
77
- namespace watch {
78
- export namespace show_1 {
79
- function handler(): void;
80
- const immediate: boolean;
81
- }
82
- export { show_1 as show };
83
- export namespace map_1 {
84
- function handler(): void;
85
- }
86
- export { map_1 as map };
87
- export namespace forecastModel_1 {
88
- function handler(): Promise<void>;
89
- }
90
- export { forecastModel_1 as forecastModel };
91
- export namespace point {
92
- function handler(): Promise<void>;
93
- }
94
- export namespace ts_1 {
95
- function handler(): Promise<void>;
96
- }
97
- export { ts_1 as ts };
98
- }
87
+ const watch: {
88
+ 'menuToggle.v': {
89
+ handler(): void;
90
+ immediate: boolean;
91
+ };
92
+ toggle: {
93
+ handler(): void;
94
+ immediate: boolean;
95
+ };
96
+ map: {
97
+ handler(): void;
98
+ };
99
+ forecastModel: {
100
+ handler(): Promise<void>;
101
+ };
102
+ point: {
103
+ handler(): Promise<void>;
104
+ };
105
+ ts: {
106
+ handler(): Promise<void>;
107
+ };
108
+ };
99
109
  namespace computed {
100
110
  function computeHourL(): (time: any) => string;
101
111
  function computeHourZ(): (time: any) => string;
@@ -105,6 +115,7 @@ declare namespace _sfc_main {
105
115
  function roundPrecision(): (num: any, precision?: number) => any;
106
116
  }
107
117
  namespace methods {
118
+ function handleMenuToggle(): void;
108
119
  function fetchMeteoData(point: any, ts: any, day: any): Promise<void>;
109
120
  function fetchHistoryData(point: any, ts: any): Promise<void>;
110
121
  function initTableData(meteoData: any): void;
@@ -36,18 +36,14 @@ declare namespace _sfc_main {
36
36
  const _default_2: {};
37
37
  export { _default_2 as default };
38
38
  }
39
- namespace toggleVersion {
40
- const type_7: NumberConstructor;
39
+ namespace ts {
40
+ const type_7: StringConstructor;
41
41
  export { type_7 as type };
42
42
  }
43
- namespace ts {
43
+ namespace forecastModel {
44
44
  const type_8: StringConstructor;
45
45
  export { type_8 as type };
46
46
  }
47
- namespace forecastModel {
48
- const type_9: StringConstructor;
49
- export { type_9 as type };
50
- }
51
47
  }
52
48
  const emits: string[];
53
49
  function data(): {
@@ -73,9 +69,6 @@ declare namespace _sfc_main {
73
69
  function computeLayerClass(): (layer: any, layers: any) => string;
74
70
  }
75
71
  const watch: {
76
- toggleVersion: {
77
- handler(): void;
78
- };
79
72
  'menuToggle.v': {
80
73
  handler(): void;
81
74
  immediate: boolean;
@@ -1,27 +1,42 @@
1
1
  export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
3
  const name: string;
4
+ const components: undefined;
4
5
  namespace props {
5
6
  namespace map {
6
7
  const type: ObjectConstructor;
7
8
  }
8
- namespace tropicals {
9
- const type_1: ObjectConstructor;
9
+ namespace top {
10
+ const type_1: NumberConstructor;
10
11
  export { type_1 as type };
12
+ const _default: number;
13
+ export { _default as default };
11
14
  }
12
- namespace date {
13
- const type_2: StringConstructor;
15
+ namespace menuToggle {
16
+ const type_2: ObjectConstructor;
14
17
  export { type_2 as type };
18
+ const _default_1: {};
19
+ export { _default_1 as default };
15
20
  }
16
- namespace timeZone {
17
- const type_3: NumberConstructor;
21
+ namespace tropicals {
22
+ const type_3: ObjectConstructor;
18
23
  export { type_3 as type };
19
- const _default: number;
20
- export { _default as default };
24
+ }
25
+ namespace date {
26
+ const type_4: StringConstructor;
27
+ export { type_4 as type };
28
+ }
29
+ namespace timeZone {
30
+ const type_5: NumberConstructor;
31
+ export { type_5 as type };
32
+ const _default_2: number;
33
+ export { _default_2 as default };
21
34
  }
22
35
  }
23
36
  const emits: string[];
24
37
  function data(): {
38
+ right: number;
39
+ toggle: boolean;
25
40
  helper: any;
26
41
  source: string;
27
42
  clusterSource: string;
@@ -37,7 +52,7 @@ declare namespace _sfc_main {
37
52
  interpolateMarkers: never[];
38
53
  interpolateSource: string;
39
54
  interpolateLineLayer: string;
40
- showTropicals: boolean;
55
+ showTropicalsInfo: boolean;
41
56
  activeTropicals: undefined;
42
57
  activeTropicalsMarker: undefined;
43
58
  empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
@@ -52,11 +67,15 @@ declare namespace _sfc_main {
52
67
  function computeMovement(): (activeTropicals: any) => any;
53
68
  }
54
69
  const watch: {
70
+ 'menuToggle.v': {
71
+ handler(): void;
72
+ immediate: boolean;
73
+ };
55
74
  'tropicals.active': {
56
75
  handler(): void;
57
76
  immediate: boolean;
58
77
  };
59
- showTropicals: {
78
+ showTropicalsInfo: {
60
79
  handler(): void;
61
80
  immediate: boolean;
62
81
  };
@@ -68,6 +87,7 @@ declare namespace _sfc_main {
68
87
  };
69
88
  };
70
89
  namespace methods {
90
+ function handleMenuToggle(): void;
71
91
  function handleRefresh(): void;
72
92
  function handleInit(): void;
73
93
  function handleRender(): void;
@@ -22,13 +22,9 @@ declare namespace _sfc_main {
22
22
  const _default_1: string;
23
23
  export { _default_1 as default };
24
24
  }
25
- namespace toggleVersion {
26
- const type_4: NumberConstructor;
27
- export { type_4 as type };
28
- }
29
25
  namespace forecastModel {
30
- const type_5: StringConstructor;
31
- export { type_5 as type };
26
+ const type_4: StringConstructor;
27
+ export { type_4 as type };
32
28
  }
33
29
  }
34
30
  const emits: string[];
@@ -36,10 +32,6 @@ declare namespace _sfc_main {
36
32
  weatherLayers: {};
37
33
  activeWeatherLayers: never[];
38
34
  weatherWeight: number;
39
- showMeasure: boolean;
40
- showPoint: boolean;
41
- show3d: boolean;
42
- meteo: undefined;
43
35
  source: string;
44
36
  gateway: string;
45
37
  assistGateway: string[];
@@ -75,9 +67,6 @@ declare namespace _sfc_main {
75
67
  const immediate_2: boolean;
76
68
  export { immediate_2 as immediate };
77
69
  }
78
- export namespace showPoint {
79
- function handler(): void;
80
- }
81
70
  }
82
71
  namespace methods {
83
72
  function fetchWeatherLayers(options?: {