@idmwx/idmui-gl4 2.0.0 → 2.0.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.
@@ -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
  };
@@ -2,22 +2,28 @@ export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
3
  const name: string;
4
4
  namespace props {
5
- namespace factor {
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 viewport {
10
+ namespace factor {
9
11
  const type_1: ObjectConstructor;
10
12
  export { type_1 as type };
11
13
  }
12
- namespace bottom {
13
- const type_2: StringConstructor;
14
+ namespace viewport {
15
+ const type_2: ObjectConstructor;
14
16
  export { type_2 as type };
15
- const _default: string;
16
- export { _default as default };
17
17
  }
18
- namespace menuToggle {
19
- const type_3: ObjectConstructor;
18
+ namespace bottom {
19
+ const type_3: StringConstructor;
20
20
  export { type_3 as type };
21
+ const _default_1: string;
22
+ export { _default_1 as default };
23
+ }
24
+ namespace menuToggle {
25
+ const type_4: ObjectConstructor;
26
+ export { type_4 as type };
21
27
  }
22
28
  }
23
29
  function data(): {
@@ -2,22 +2,28 @@ export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
3
  const name: string;
4
4
  namespace props {
5
- namespace factor {
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 viewport {
10
+ namespace factor {
9
11
  const type_1: ObjectConstructor;
10
12
  export { type_1 as type };
11
13
  }
12
- namespace bottom {
13
- const type_2: StringConstructor;
14
+ namespace viewport {
15
+ const type_2: ObjectConstructor;
14
16
  export { type_2 as type };
15
- const _default: string;
16
- export { _default as default };
17
17
  }
18
- namespace menuToggle {
19
- const type_3: ObjectConstructor;
18
+ namespace bottom {
19
+ const type_3: StringConstructor;
20
20
  export { type_3 as type };
21
+ const _default_1: string;
22
+ export { _default_1 as default };
23
+ }
24
+ namespace menuToggle {
25
+ const type_4: ObjectConstructor;
26
+ export { type_4 as type };
21
27
  }
22
28
  }
23
29
  function data(): {
@@ -32,10 +32,6 @@ declare namespace _sfc_main {
32
32
  handler(): void;
33
33
  immediate: boolean;
34
34
  };
35
- 'menuToggle.v': {
36
- handler(): void;
37
- immediate: boolean;
38
- };
39
35
  };
40
36
  namespace methods {
41
37
  function handleMenuToggle(): void;
@@ -2,22 +2,28 @@ export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
3
  const name: string;
4
4
  namespace props {
5
- namespace factor {
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 viewport {
10
+ namespace factor {
9
11
  const type_1: ObjectConstructor;
10
12
  export { type_1 as type };
11
13
  }
12
- namespace bottom {
13
- const type_2: StringConstructor;
14
+ namespace viewport {
15
+ const type_2: ObjectConstructor;
14
16
  export { type_2 as type };
15
- const _default: string;
16
- export { _default as default };
17
17
  }
18
- namespace menuToggle {
19
- const type_3: ObjectConstructor;
18
+ namespace bottom {
19
+ const type_3: StringConstructor;
20
20
  export { type_3 as type };
21
+ const _default_1: string;
22
+ export { _default_1 as default };
23
+ }
24
+ namespace menuToggle {
25
+ const type_4: ObjectConstructor;
26
+ export { type_4 as type };
21
27
  }
22
28
  }
23
29
  function data(): {
@@ -2,22 +2,28 @@ export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
3
  const name: string;
4
4
  namespace props {
5
- namespace factor {
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 viewport {
10
+ namespace factor {
9
11
  const type_1: ObjectConstructor;
10
12
  export { type_1 as type };
11
13
  }
12
- namespace bottom {
13
- const type_2: StringConstructor;
14
+ namespace viewport {
15
+ const type_2: ObjectConstructor;
14
16
  export { type_2 as type };
15
- const _default: string;
16
- export { _default as default };
17
17
  }
18
- namespace menuToggle {
19
- const type_3: ObjectConstructor;
18
+ namespace bottom {
19
+ const type_3: StringConstructor;
20
20
  export { type_3 as type };
21
+ const _default_1: string;
22
+ export { _default_1 as default };
23
+ }
24
+ namespace menuToggle {
25
+ const type_4: ObjectConstructor;
26
+ export { type_4 as type };
21
27
  }
22
28
  }
23
29
  function data(): {
@@ -2,22 +2,28 @@ export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
3
  const name: string;
4
4
  namespace props {
5
- namespace factor {
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 viewport {
10
+ namespace factor {
9
11
  const type_1: ObjectConstructor;
10
12
  export { type_1 as type };
11
13
  }
12
- namespace bottom {
13
- const type_2: StringConstructor;
14
+ namespace viewport {
15
+ const type_2: ObjectConstructor;
14
16
  export { type_2 as type };
15
- const _default: string;
16
- export { _default as default };
17
17
  }
18
- namespace menuToggle {
19
- const type_3: ObjectConstructor;
18
+ namespace bottom {
19
+ const type_3: StringConstructor;
20
20
  export { type_3 as type };
21
+ const _default_1: string;
22
+ export { _default_1 as default };
23
+ }
24
+ namespace menuToggle {
25
+ const type_4: ObjectConstructor;
26
+ export { type_4 as type };
21
27
  }
22
28
  }
23
29
  function data(): {
@@ -2,17 +2,23 @@ export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
3
  const name: string;
4
4
  namespace props {
5
- namespace factor {
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 viewport {
10
+ namespace factor {
9
11
  const type_1: ObjectConstructor;
10
12
  export { type_1 as type };
11
13
  }
12
- namespace menuToggle {
14
+ namespace viewport {
13
15
  const type_2: ObjectConstructor;
14
16
  export { type_2 as type };
15
17
  }
18
+ namespace menuToggle {
19
+ const type_3: ObjectConstructor;
20
+ export { type_3 as type };
21
+ }
16
22
  }
17
23
  function data(): {
18
24
  program: undefined;
@@ -2,15 +2,21 @@ export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
3
  const name: string;
4
4
  namespace props {
5
+ namespace simple {
6
+ export const type: BooleanConstructor;
7
+ const _default: boolean;
8
+ export { _default as default };
9
+ }
5
10
  namespace factor {
6
- const type: ObjectConstructor;
11
+ const type_1: ObjectConstructor;
12
+ export { type_1 as type };
7
13
  }
8
14
  namespace viewport {
9
15
  export { Viewport as type };
10
16
  }
11
17
  namespace menuToggle {
12
- const type_1: ObjectConstructor;
13
- export { type_1 as type };
18
+ const type_2: ObjectConstructor;
19
+ export { type_2 as type };
14
20
  }
15
21
  }
16
22
  function data(): {