@idmwx/idmui-gl4 2.0.0 → 2.0.1

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.
@@ -2,27 +2,33 @@ export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
3
  const name: string;
4
4
  namespace props {
5
- namespace map {
6
- const type: ObjectConstructor;
5
+ namespace simple {
6
+ export const type: BooleanConstructor;
7
+ const _default: boolean;
8
+ export { _default as default };
7
9
  }
8
- namespace top {
9
- const type_1: NumberConstructor;
10
+ namespace map {
11
+ const type_1: ObjectConstructor;
10
12
  export { type_1 as type };
11
- const _default: number;
12
- export { _default as default };
13
13
  }
14
- namespace paddingTop {
14
+ namespace top {
15
15
  const type_2: NumberConstructor;
16
16
  export { type_2 as type };
17
17
  const _default_1: number;
18
18
  export { _default_1 as default };
19
19
  }
20
- namespace menuToggle {
21
- const type_3: ObjectConstructor;
20
+ namespace paddingTop {
21
+ const type_3: NumberConstructor;
22
22
  export { type_3 as type };
23
- const _default_2: {};
23
+ const _default_2: number;
24
24
  export { _default_2 as default };
25
25
  }
26
+ namespace menuToggle {
27
+ const type_4: ObjectConstructor;
28
+ export { type_4 as type };
29
+ const _default_3: {};
30
+ export { _default_3 as default };
31
+ }
26
32
  }
27
33
  function setup(): {
28
34
  Theme: import("vuetify").ThemeInstance;
@@ -3,73 +3,79 @@ declare namespace _sfc_main {
3
3
  const name: string;
4
4
  const components: undefined;
5
5
  namespace props {
6
- namespace map {
7
- const type: ObjectConstructor;
6
+ namespace simple {
7
+ export const type: BooleanConstructor;
8
+ const _default: boolean;
9
+ export { _default as default };
8
10
  }
9
- namespace theme {
10
- const type_1: StringConstructor;
11
+ namespace map {
12
+ const type_1: ObjectConstructor;
11
13
  export { type_1 as type };
12
14
  }
13
- namespace token {
15
+ namespace theme {
14
16
  const type_2: StringConstructor;
15
17
  export { type_2 as type };
16
18
  }
17
- namespace isLogin {
18
- const type_3: BooleanConstructor;
19
+ namespace token {
20
+ const type_3: StringConstructor;
19
21
  export { type_3 as type };
20
- const _default: boolean;
21
- export { _default as default };
22
22
  }
23
- namespace defaultMeteoToken {
24
- const type_4: StringConstructor;
23
+ namespace isLogin {
24
+ const type_4: BooleanConstructor;
25
25
  export { type_4 as type };
26
+ const _default_1: boolean;
27
+ export { _default_1 as default };
26
28
  }
27
- namespace gateway {
29
+ namespace defaultMeteoToken {
28
30
  const type_5: StringConstructor;
29
31
  export { type_5 as type };
30
32
  }
31
- namespace assistGateway {
32
- const type_6: ArrayConstructor;
33
+ namespace gateway {
34
+ const type_6: StringConstructor;
33
35
  export { type_6 as type };
34
- const _default_1: never[];
35
- export { _default_1 as default };
36
36
  }
37
- namespace top {
38
- const type_7: NumberConstructor;
37
+ namespace assistGateway {
38
+ const type_7: ArrayConstructor;
39
39
  export { type_7 as type };
40
- const _default_2: number;
40
+ const _default_2: never[];
41
41
  export { _default_2 as default };
42
42
  }
43
- namespace paddingTop {
43
+ namespace top {
44
44
  const type_8: NumberConstructor;
45
45
  export { type_8 as type };
46
46
  const _default_3: number;
47
47
  export { _default_3 as default };
48
48
  }
49
- namespace menuHeight {
49
+ namespace paddingTop {
50
50
  const type_9: NumberConstructor;
51
51
  export { type_9 as type };
52
52
  const _default_4: number;
53
53
  export { _default_4 as default };
54
54
  }
55
- namespace menuToggle {
56
- const type_10: ObjectConstructor;
55
+ namespace menuHeight {
56
+ const type_10: NumberConstructor;
57
57
  export { type_10 as type };
58
- const _default_5: {};
58
+ const _default_5: number;
59
59
  export { _default_5 as default };
60
60
  }
61
- namespace ts {
62
- const type_11: StringConstructor;
61
+ namespace menuToggle {
62
+ const type_11: ObjectConstructor;
63
63
  export { type_11 as type };
64
+ const _default_6: {};
65
+ export { _default_6 as default };
64
66
  }
65
- namespace forecastModel {
67
+ namespace ts {
66
68
  const type_12: StringConstructor;
67
69
  export { type_12 as type };
68
70
  }
69
- namespace realTime {
71
+ namespace forecastModel {
70
72
  const type_13: StringConstructor;
71
73
  export { type_13 as type };
72
74
  }
75
+ namespace realTime {
76
+ const type_14: StringConstructor;
77
+ export { type_14 as type };
78
+ }
73
79
  }
74
80
  const emits: string[];
75
81
  function data(): {
@@ -94,6 +100,9 @@ declare namespace _sfc_main {
94
100
  }[];
95
101
  checkList: never[];
96
102
  };
103
+ namespace computed {
104
+ function listStyle(): any;
105
+ }
97
106
  const watch: {
98
107
  'menuToggle.v': {
99
108
  handler(): void;
@@ -2,25 +2,31 @@ export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
3
  const name: string;
4
4
  namespace props {
5
- namespace map {
6
- const type: ObjectConstructor;
5
+ namespace simple {
6
+ export const type: BooleanConstructor;
7
+ const _default: boolean;
8
+ export { _default as default };
7
9
  }
8
- namespace show {
9
- const type_1: BooleanConstructor;
10
+ namespace map {
11
+ const type_1: ObjectConstructor;
10
12
  export { type_1 as type };
11
13
  }
12
- namespace mapFeather {
13
- const type_2: StringConstructor;
14
+ namespace show {
15
+ const type_2: BooleanConstructor;
14
16
  export { type_2 as type };
15
17
  }
16
- namespace beforeLayer {
18
+ namespace mapFeather {
17
19
  const type_3: StringConstructor;
18
20
  export { type_3 as type };
19
21
  }
20
- namespace menuToggle {
21
- const type_4: ObjectConstructor;
22
+ namespace beforeLayer {
23
+ const type_4: StringConstructor;
22
24
  export { type_4 as type };
23
25
  }
26
+ namespace menuToggle {
27
+ const type_5: ObjectConstructor;
28
+ export { type_5 as type };
29
+ }
24
30
  }
25
31
  function data(): {
26
32
  lngLat: {
@@ -3,68 +3,74 @@ declare namespace _sfc_main {
3
3
  const name: string;
4
4
  const components: undefined;
5
5
  namespace props {
6
- namespace isLogin {
6
+ namespace simple {
7
7
  export const type: BooleanConstructor;
8
8
  const _default: boolean;
9
9
  export { _default as default };
10
10
  }
11
- namespace token {
12
- const type_1: StringConstructor;
11
+ namespace isLogin {
12
+ const type_1: BooleanConstructor;
13
13
  export { type_1 as type };
14
+ const _default_1: boolean;
15
+ export { _default_1 as default };
14
16
  }
15
- namespace defaultMeteoToken {
17
+ namespace token {
16
18
  const type_2: StringConstructor;
17
19
  export { type_2 as type };
18
20
  }
19
- namespace theme {
21
+ namespace defaultMeteoToken {
20
22
  const type_3: StringConstructor;
21
23
  export { type_3 as type };
22
- const _default_1: string;
23
- export { _default_1 as default };
24
24
  }
25
- namespace map {
26
- const type_4: ObjectConstructor;
25
+ namespace theme {
26
+ const type_4: StringConstructor;
27
27
  export { type_4 as type };
28
+ const _default_2: string;
29
+ export { _default_2 as default };
28
30
  }
29
- namespace top {
30
- const type_5: NumberConstructor;
31
+ namespace map {
32
+ const type_5: ObjectConstructor;
31
33
  export { type_5 as type };
32
- const _default_2: number;
33
- export { _default_2 as default };
34
34
  }
35
- namespace paddingTop {
35
+ namespace top {
36
36
  const type_6: NumberConstructor;
37
37
  export { type_6 as type };
38
38
  const _default_3: number;
39
39
  export { _default_3 as default };
40
40
  }
41
- namespace menuToggle {
42
- const type_7: ObjectConstructor;
41
+ namespace paddingTop {
42
+ const type_7: NumberConstructor;
43
43
  export { type_7 as type };
44
- const _default_4: {};
44
+ const _default_4: number;
45
45
  export { _default_4 as default };
46
46
  }
47
- namespace gateway {
48
- const type_8: StringConstructor;
47
+ namespace menuToggle {
48
+ const type_8: ObjectConstructor;
49
49
  export { type_8 as type };
50
+ const _default_5: {};
51
+ export { _default_5 as default };
50
52
  }
51
- namespace timeZone {
52
- const type_9: NumberConstructor;
53
+ namespace gateway {
54
+ const type_9: StringConstructor;
53
55
  export { type_9 as type };
54
56
  }
55
- namespace forecastModel {
56
- const type_10: StringConstructor;
57
+ namespace timeZone {
58
+ const type_10: NumberConstructor;
57
59
  export { type_10 as type };
58
60
  }
59
- namespace realTime {
61
+ namespace forecastModel {
60
62
  const type_11: StringConstructor;
61
63
  export { type_11 as type };
62
64
  }
63
- namespace followList {
64
- const type_12: ArrayConstructor;
65
+ namespace realTime {
66
+ const type_12: StringConstructor;
65
67
  export { type_12 as type };
66
- const _default_5: never[];
67
- export { _default_5 as default };
68
+ }
69
+ namespace followList {
70
+ const type_13: ArrayConstructor;
71
+ export { type_13 as type };
72
+ const _default_6: never[];
73
+ export { _default_6 as default };
68
74
  }
69
75
  }
70
76
  const emits: string[];
@@ -138,7 +144,8 @@ declare namespace _sfc_main {
138
144
  function submitForm(): void;
139
145
  function cancelForm(): void;
140
146
  function handleCloseForm(): void;
141
- function fetchMeteoData(form: any): Promise<void>;
147
+ function fetchData(): Promise<void>;
148
+ function fetchForecastData(form: any): Promise<void>;
142
149
  function fetchHistoryData(form: any): Promise<void>;
143
150
  function initTableData(meteoData: any): void;
144
151
  function handleBind(): void;
@@ -2,71 +2,77 @@ export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
3
  const name: string;
4
4
  namespace props {
5
- namespace permission {
6
- const type: NumberConstructor;
5
+ namespace simple {
6
+ export const type: BooleanConstructor;
7
+ const _default: boolean;
8
+ export { _default as default };
7
9
  }
8
- namespace locale {
9
- const type_1: StringConstructor;
10
+ namespace permission {
11
+ const type_1: NumberConstructor;
10
12
  export { type_1 as type };
11
13
  }
12
- namespace map {
13
- const type_2: ObjectConstructor;
14
+ namespace locale {
15
+ const type_2: StringConstructor;
14
16
  export { type_2 as type };
15
17
  }
16
- namespace top {
17
- const type_3: NumberConstructor;
18
+ namespace map {
19
+ const type_3: ObjectConstructor;
18
20
  export { type_3 as type };
19
- const _default: number;
20
- export { _default as default };
21
21
  }
22
- namespace paddingTop {
22
+ namespace top {
23
23
  const type_4: NumberConstructor;
24
24
  export { type_4 as type };
25
25
  const _default_1: number;
26
26
  export { _default_1 as default };
27
27
  }
28
- namespace menuToggle {
29
- const type_5: ObjectConstructor;
28
+ namespace paddingTop {
29
+ const type_5: NumberConstructor;
30
30
  export { type_5 as type };
31
- const _default_2: {};
31
+ const _default_2: number;
32
32
  export { _default_2 as default };
33
33
  }
34
- namespace timeZone {
35
- const type_6: NumberConstructor;
34
+ namespace menuToggle {
35
+ const type_6: ObjectConstructor;
36
36
  export { type_6 as type };
37
+ const _default_3: {};
38
+ export { _default_3 as default };
37
39
  }
38
- namespace token {
39
- const type_7: StringConstructor;
40
+ namespace timeZone {
41
+ const type_7: NumberConstructor;
40
42
  export { type_7 as type };
41
43
  }
42
- namespace defaultMeteoToken {
44
+ namespace token {
43
45
  const type_8: StringConstructor;
44
46
  export { type_8 as type };
45
47
  }
46
- namespace gateway {
48
+ namespace defaultMeteoToken {
47
49
  const type_9: StringConstructor;
48
50
  export { type_9 as type };
49
- const _default_3: string;
50
- export { _default_3 as default };
51
51
  }
52
- namespace assistGateway {
53
- const type_10: ArrayConstructor;
52
+ namespace gateway {
53
+ const type_10: StringConstructor;
54
54
  export { type_10 as type };
55
- const _default_4: never[];
55
+ const _default_4: string;
56
56
  export { _default_4 as default };
57
57
  }
58
- namespace forecastModel {
59
- const type_11: StringConstructor;
58
+ namespace assistGateway {
59
+ const type_11: ArrayConstructor;
60
60
  export { type_11 as type };
61
+ const _default_5: never[];
62
+ export { _default_5 as default };
61
63
  }
62
- namespace realTime {
64
+ namespace forecastModel {
63
65
  const type_12: StringConstructor;
64
66
  export { type_12 as type };
65
67
  }
66
- namespace beforeLayer {
68
+ namespace realTime {
67
69
  const type_13: StringConstructor;
68
70
  export { type_13 as type };
69
71
  }
72
+ namespace beforeLayer {
73
+ const type_14: StringConstructor;
74
+ export { type_14 as type };
75
+ }
70
76
  }
71
77
  const emits: string[];
72
78
  function setup(): {
@@ -3,67 +3,73 @@ declare namespace _sfc_main {
3
3
  const name: string;
4
4
  const components: undefined;
5
5
  namespace props {
6
- namespace isLogin {
6
+ namespace simple {
7
7
  export const type: BooleanConstructor;
8
8
  const _default: boolean;
9
9
  export { _default as default };
10
10
  }
11
- namespace theme {
12
- const type_1: StringConstructor;
11
+ namespace isLogin {
12
+ const type_1: BooleanConstructor;
13
13
  export { type_1 as type };
14
+ const _default_1: boolean;
15
+ export { _default_1 as default };
14
16
  }
15
- namespace map {
16
- const type_2: ObjectConstructor;
17
+ namespace theme {
18
+ const type_2: StringConstructor;
17
19
  export { type_2 as type };
18
20
  }
19
- namespace mapFeather {
20
- const type_3: StringConstructor;
21
+ namespace map {
22
+ const type_3: ObjectConstructor;
21
23
  export { type_3 as type };
22
24
  }
23
- namespace gateway {
25
+ namespace mapFeather {
24
26
  const type_4: StringConstructor;
25
27
  export { type_4 as type };
26
28
  }
27
- namespace assistGateway {
28
- const type_5: ArrayConstructor;
29
+ namespace gateway {
30
+ const type_5: StringConstructor;
29
31
  export { type_5 as type };
30
- const _default_1: never[];
31
- export { _default_1 as default };
32
32
  }
33
- namespace defaultMeteoToken {
34
- const type_6: StringConstructor;
33
+ namespace assistGateway {
34
+ const type_6: ArrayConstructor;
35
35
  export { type_6 as type };
36
+ const _default_2: never[];
37
+ export { _default_2 as default };
36
38
  }
37
- namespace top {
38
- const type_7: NumberConstructor;
39
+ namespace defaultMeteoToken {
40
+ const type_7: StringConstructor;
39
41
  export { type_7 as type };
40
- const _default_2: number;
41
- export { _default_2 as default };
42
42
  }
43
- namespace paddingTop {
43
+ namespace top {
44
44
  const type_8: NumberConstructor;
45
45
  export { type_8 as type };
46
46
  const _default_3: number;
47
47
  export { _default_3 as default };
48
48
  }
49
- namespace menuToggle {
50
- const type_9: ObjectConstructor;
49
+ namespace paddingTop {
50
+ const type_9: NumberConstructor;
51
51
  export { type_9 as type };
52
- const _default_4: {};
52
+ const _default_4: number;
53
53
  export { _default_4 as default };
54
54
  }
55
- namespace realTime {
56
- const type_10: StringConstructor;
55
+ namespace menuToggle {
56
+ const type_10: ObjectConstructor;
57
57
  export { type_10 as type };
58
+ const _default_5: {};
59
+ export { _default_5 as default };
58
60
  }
59
- namespace forecastModel {
61
+ namespace realTime {
60
62
  const type_11: StringConstructor;
61
63
  export { type_11 as type };
62
64
  }
63
- namespace beforeLayer {
65
+ namespace forecastModel {
64
66
  const type_12: StringConstructor;
65
67
  export { type_12 as type };
66
68
  }
69
+ namespace beforeLayer {
70
+ const type_13: StringConstructor;
71
+ export { type_13 as type };
72
+ }
67
73
  }
68
74
  const emits: string[];
69
75
  function data(): {
@@ -86,6 +92,7 @@ declare namespace _sfc_main {
86
92
  checkListKey: string;
87
93
  };
88
94
  models: {};
95
+ currentModel: string | null;
89
96
  zoom: number;
90
97
  viewport: undefined;
91
98
  particleFactor: undefined;
@@ -106,6 +113,7 @@ declare namespace _sfc_main {
106
113
  };
107
114
  };
108
115
  namespace computed {
116
+ function listStyle(): any;
109
117
  function computeDateZ(): (time: any) => string;
110
118
  function computeDateUpdate(): (time: any) => string;
111
119
  function overlaysKeys(): any;
@@ -117,6 +125,10 @@ declare namespace _sfc_main {
117
125
  'menuToggle.v': {
118
126
  handler(): void;
119
127
  };
128
+ currentModel: {
129
+ handler(newV: any, oldV: any): void;
130
+ immediate: boolean;
131
+ };
120
132
  forecastModel: {
121
133
  handler(newV: any, oldV: any): void;
122
134
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idmwx/idmui-gl4",
3
3
  "private": false,
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "description": "idm webgl4",
6
6
  "type": "module",
7
7
  "keywords": [