@idmwx/idmui-gl4 0.3.4 → 0.3.6
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,57 +3,63 @@ declare namespace _sfc_main {
|
|
|
3
3
|
const name: string;
|
|
4
4
|
const components: undefined;
|
|
5
5
|
namespace props {
|
|
6
|
-
namespace
|
|
7
|
-
const type:
|
|
6
|
+
namespace isLogin {
|
|
7
|
+
export const type: BooleanConstructor;
|
|
8
|
+
const _default: boolean;
|
|
9
|
+
export { _default as default };
|
|
8
10
|
}
|
|
9
|
-
namespace
|
|
10
|
-
const type_1:
|
|
11
|
+
namespace map {
|
|
12
|
+
const type_1: ObjectConstructor;
|
|
11
13
|
export { type_1 as type };
|
|
12
14
|
}
|
|
13
|
-
namespace
|
|
15
|
+
namespace mapFeather {
|
|
14
16
|
const type_2: StringConstructor;
|
|
15
17
|
export { type_2 as type };
|
|
16
|
-
const _default: string;
|
|
17
|
-
export { _default as default };
|
|
18
18
|
}
|
|
19
|
-
namespace
|
|
20
|
-
const type_3:
|
|
19
|
+
namespace gateway {
|
|
20
|
+
const type_3: StringConstructor;
|
|
21
21
|
export { type_3 as type };
|
|
22
|
-
const _default_1:
|
|
22
|
+
const _default_1: string;
|
|
23
23
|
export { _default_1 as default };
|
|
24
24
|
}
|
|
25
|
-
namespace
|
|
26
|
-
const type_4:
|
|
25
|
+
namespace assistGateway {
|
|
26
|
+
const type_4: ArrayConstructor;
|
|
27
27
|
export { type_4 as type };
|
|
28
|
+
const _default_2: never[];
|
|
29
|
+
export { _default_2 as default };
|
|
28
30
|
}
|
|
29
|
-
namespace
|
|
31
|
+
namespace token {
|
|
30
32
|
const type_5: StringConstructor;
|
|
31
33
|
export { type_5 as type };
|
|
32
34
|
}
|
|
33
|
-
namespace
|
|
34
|
-
const type_6:
|
|
35
|
+
namespace defaultMeteoToken {
|
|
36
|
+
const type_6: StringConstructor;
|
|
35
37
|
export { type_6 as type };
|
|
36
|
-
const _default_2: number;
|
|
37
|
-
export { _default_2 as default };
|
|
38
38
|
}
|
|
39
|
-
namespace
|
|
40
|
-
const type_7:
|
|
39
|
+
namespace top {
|
|
40
|
+
const type_7: NumberConstructor;
|
|
41
41
|
export { type_7 as type };
|
|
42
|
-
const _default_3:
|
|
42
|
+
const _default_3: number;
|
|
43
43
|
export { _default_3 as default };
|
|
44
44
|
}
|
|
45
|
-
namespace
|
|
46
|
-
const type_8:
|
|
45
|
+
namespace menuToggle {
|
|
46
|
+
const type_8: ObjectConstructor;
|
|
47
47
|
export { type_8 as type };
|
|
48
|
+
const _default_4: {};
|
|
49
|
+
export { _default_4 as default };
|
|
48
50
|
}
|
|
49
|
-
namespace
|
|
51
|
+
namespace realTime {
|
|
50
52
|
const type_9: StringConstructor;
|
|
51
53
|
export { type_9 as type };
|
|
52
54
|
}
|
|
53
|
-
namespace
|
|
55
|
+
namespace forecastModel {
|
|
54
56
|
const type_10: StringConstructor;
|
|
55
57
|
export { type_10 as type };
|
|
56
58
|
}
|
|
59
|
+
namespace beforeLayer {
|
|
60
|
+
const type_11: StringConstructor;
|
|
61
|
+
export { type_11 as type };
|
|
62
|
+
}
|
|
57
63
|
}
|
|
58
64
|
const emits: string[];
|
|
59
65
|
function data(): {
|
|
@@ -113,10 +119,13 @@ declare namespace _sfc_main {
|
|
|
113
119
|
handler(newV: any): void;
|
|
114
120
|
};
|
|
115
121
|
showCurrentParticle: {
|
|
116
|
-
handler(newV: any
|
|
122
|
+
handler(newV: any): void;
|
|
123
|
+
};
|
|
124
|
+
isLogin: {
|
|
125
|
+
handler(newV: any): void;
|
|
117
126
|
};
|
|
118
127
|
};
|
|
119
|
-
function mounted():
|
|
128
|
+
function mounted(): void;
|
|
120
129
|
namespace methods {
|
|
121
130
|
function arraysEqual(arr1: any, arr2: any): boolean;
|
|
122
131
|
function fetchCache(): void;
|