@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.
- package/dist/index.js +2418 -2303
- package/dist/index.umd.cjs +9 -9
- package/dist/mapbox/src/components/measure/index.vue.d.ts +16 -10
- package/dist/mapbox/src/components/other/index.vue.d.ts +37 -28
- package/dist/mapbox/src/components/other/latLng.vue.d.ts +15 -9
- package/dist/mapbox/src/components/spot/index.vue.d.ts +36 -29
- package/dist/mapbox/src/components/tropical/index.vue.d.ts +35 -29
- package/dist/mapbox/src/components/weather/currentParticle.vue.d.ts +9 -3
- package/dist/mapbox/src/components/weather/iceCover.vue.d.ts +15 -9
- package/dist/mapbox/src/components/weather/iceEdge.vue.d.ts +15 -9
- package/dist/mapbox/src/components/weather/iceThickness.vue.d.ts +14 -8
- package/dist/mapbox/src/components/weather/index.vue.d.ts +38 -26
- package/dist/mapbox/src/components/weather/precip3h.vue.d.ts +15 -9
- package/dist/mapbox/src/components/weather/sigWave.vue.d.ts +15 -9
- package/dist/mapbox/src/components/weather/sigWaveHeight.vue.d.ts +0 -4
- package/dist/mapbox/src/components/weather/swell.vue.d.ts +15 -9
- package/dist/mapbox/src/components/weather/temp.vue.d.ts +15 -9
- package/dist/mapbox/src/components/weather/visibility.vue.d.ts +15 -9
- package/dist/mapbox/src/components/weather/waterTemp.vue.d.ts +10 -4
- package/dist/mapbox/src/components/weather/windParticle.vue.d.ts +9 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
6
|
-
const type:
|
|
5
|
+
namespace simple {
|
|
6
|
+
export const type: BooleanConstructor;
|
|
7
|
+
const _default: boolean;
|
|
8
|
+
export { _default as default };
|
|
7
9
|
}
|
|
8
|
-
namespace
|
|
9
|
-
const type_1:
|
|
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
|
|
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
|
|
21
|
-
const type_3:
|
|
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
|
|
7
|
-
const type:
|
|
6
|
+
namespace simple {
|
|
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 theme {
|
|
14
16
|
const type_2: StringConstructor;
|
|
15
17
|
export { type_2 as type };
|
|
16
18
|
}
|
|
17
|
-
namespace
|
|
18
|
-
const type_3:
|
|
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
|
|
24
|
-
const type_4:
|
|
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
|
|
29
|
+
namespace defaultMeteoToken {
|
|
28
30
|
const type_5: StringConstructor;
|
|
29
31
|
export { type_5 as type };
|
|
30
32
|
}
|
|
31
|
-
namespace
|
|
32
|
-
const type_6:
|
|
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
|
|
38
|
-
const type_7:
|
|
37
|
+
namespace assistGateway {
|
|
38
|
+
const type_7: ArrayConstructor;
|
|
39
39
|
export { type_7 as type };
|
|
40
|
-
const _default_2:
|
|
40
|
+
const _default_2: never[];
|
|
41
41
|
export { _default_2 as default };
|
|
42
42
|
}
|
|
43
|
-
namespace
|
|
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
|
|
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
|
|
56
|
-
const type_10:
|
|
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
|
|
62
|
-
const type_11:
|
|
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
|
|
67
|
+
namespace ts {
|
|
66
68
|
const type_12: StringConstructor;
|
|
67
69
|
export { type_12 as type };
|
|
68
70
|
}
|
|
69
|
-
namespace
|
|
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
|
|
6
|
-
const type:
|
|
5
|
+
namespace simple {
|
|
6
|
+
export const type: BooleanConstructor;
|
|
7
|
+
const _default: boolean;
|
|
8
|
+
export { _default as default };
|
|
7
9
|
}
|
|
8
|
-
namespace
|
|
9
|
-
const type_1:
|
|
10
|
+
namespace map {
|
|
11
|
+
const type_1: ObjectConstructor;
|
|
10
12
|
export { type_1 as type };
|
|
11
13
|
}
|
|
12
|
-
namespace
|
|
13
|
-
const type_2:
|
|
14
|
+
namespace show {
|
|
15
|
+
const type_2: BooleanConstructor;
|
|
14
16
|
export { type_2 as type };
|
|
15
17
|
}
|
|
16
|
-
namespace
|
|
18
|
+
namespace mapFeather {
|
|
17
19
|
const type_3: StringConstructor;
|
|
18
20
|
export { type_3 as type };
|
|
19
21
|
}
|
|
20
|
-
namespace
|
|
21
|
-
const type_4:
|
|
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
|
|
6
|
+
namespace simple {
|
|
7
7
|
export const type: BooleanConstructor;
|
|
8
8
|
const _default: boolean;
|
|
9
9
|
export { _default as default };
|
|
10
10
|
}
|
|
11
|
-
namespace
|
|
12
|
-
const type_1:
|
|
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
|
|
17
|
+
namespace token {
|
|
16
18
|
const type_2: StringConstructor;
|
|
17
19
|
export { type_2 as type };
|
|
18
20
|
}
|
|
19
|
-
namespace
|
|
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
|
|
26
|
-
const type_4:
|
|
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
|
|
30
|
-
const type_5:
|
|
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
|
|
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
|
|
42
|
-
const type_7:
|
|
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
|
|
48
|
-
const type_8:
|
|
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
|
|
52
|
-
const type_9:
|
|
53
|
+
namespace gateway {
|
|
54
|
+
const type_9: StringConstructor;
|
|
53
55
|
export { type_9 as type };
|
|
54
56
|
}
|
|
55
|
-
namespace
|
|
56
|
-
const type_10:
|
|
57
|
+
namespace timeZone {
|
|
58
|
+
const type_10: NumberConstructor;
|
|
57
59
|
export { type_10 as type };
|
|
58
60
|
}
|
|
59
|
-
namespace
|
|
61
|
+
namespace forecastModel {
|
|
60
62
|
const type_11: StringConstructor;
|
|
61
63
|
export { type_11 as type };
|
|
62
64
|
}
|
|
63
|
-
namespace
|
|
64
|
-
const type_12:
|
|
65
|
+
namespace realTime {
|
|
66
|
+
const type_12: StringConstructor;
|
|
65
67
|
export { type_12 as type };
|
|
66
|
-
|
|
67
|
-
|
|
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
|
|
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
|
|
6
|
-
const type:
|
|
5
|
+
namespace simple {
|
|
6
|
+
export const type: BooleanConstructor;
|
|
7
|
+
const _default: boolean;
|
|
8
|
+
export { _default as default };
|
|
7
9
|
}
|
|
8
|
-
namespace
|
|
9
|
-
const type_1:
|
|
10
|
+
namespace permission {
|
|
11
|
+
const type_1: NumberConstructor;
|
|
10
12
|
export { type_1 as type };
|
|
11
13
|
}
|
|
12
|
-
namespace
|
|
13
|
-
const type_2:
|
|
14
|
+
namespace locale {
|
|
15
|
+
const type_2: StringConstructor;
|
|
14
16
|
export { type_2 as type };
|
|
15
17
|
}
|
|
16
|
-
namespace
|
|
17
|
-
const type_3:
|
|
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
|
|
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
|
|
29
|
-
const type_5:
|
|
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
|
|
35
|
-
const type_6:
|
|
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
|
|
39
|
-
const type_7:
|
|
40
|
+
namespace timeZone {
|
|
41
|
+
const type_7: NumberConstructor;
|
|
40
42
|
export { type_7 as type };
|
|
41
43
|
}
|
|
42
|
-
namespace
|
|
44
|
+
namespace token {
|
|
43
45
|
const type_8: StringConstructor;
|
|
44
46
|
export { type_8 as type };
|
|
45
47
|
}
|
|
46
|
-
namespace
|
|
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
|
|
53
|
-
const type_10:
|
|
52
|
+
namespace gateway {
|
|
53
|
+
const type_10: StringConstructor;
|
|
54
54
|
export { type_10 as type };
|
|
55
|
-
const _default_4:
|
|
55
|
+
const _default_4: string;
|
|
56
56
|
export { _default_4 as default };
|
|
57
57
|
}
|
|
58
|
-
namespace
|
|
59
|
-
const type_11:
|
|
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
|
|
64
|
+
namespace forecastModel {
|
|
63
65
|
const type_12: StringConstructor;
|
|
64
66
|
export { type_12 as type };
|
|
65
67
|
}
|
|
66
|
-
namespace
|
|
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(): {
|
|
@@ -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
|
|
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
|
|
13
|
-
export {
|
|
18
|
+
const type_2: ObjectConstructor;
|
|
19
|
+
export { type_2 as type };
|
|
14
20
|
}
|
|
15
21
|
}
|
|
16
22
|
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
|
|
6
|
-
const type:
|
|
5
|
+
namespace simple {
|
|
6
|
+
export const type: BooleanConstructor;
|
|
7
|
+
const _default: boolean;
|
|
8
|
+
export { _default as default };
|
|
7
9
|
}
|
|
8
|
-
namespace
|
|
10
|
+
namespace factor {
|
|
9
11
|
const type_1: ObjectConstructor;
|
|
10
12
|
export { type_1 as type };
|
|
11
13
|
}
|
|
12
|
-
namespace
|
|
13
|
-
const type_2:
|
|
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
|
|
19
|
-
const type_3:
|
|
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
|
|
6
|
-
const type:
|
|
5
|
+
namespace simple {
|
|
6
|
+
export const type: BooleanConstructor;
|
|
7
|
+
const _default: boolean;
|
|
8
|
+
export { _default as default };
|
|
7
9
|
}
|
|
8
|
-
namespace
|
|
10
|
+
namespace factor {
|
|
9
11
|
const type_1: ObjectConstructor;
|
|
10
12
|
export { type_1 as type };
|
|
11
13
|
}
|
|
12
|
-
namespace
|
|
13
|
-
const type_2:
|
|
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
|
|
19
|
-
const type_3:
|
|
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
|
|
6
|
-
const type:
|
|
5
|
+
namespace simple {
|
|
6
|
+
export const type: BooleanConstructor;
|
|
7
|
+
const _default: boolean;
|
|
8
|
+
export { _default as default };
|
|
7
9
|
}
|
|
8
|
-
namespace
|
|
10
|
+
namespace factor {
|
|
9
11
|
const type_1: ObjectConstructor;
|
|
10
12
|
export { type_1 as type };
|
|
11
13
|
}
|
|
12
|
-
namespace
|
|
14
|
+
namespace viewport {
|
|
13
15
|
const type_2: ObjectConstructor;
|
|
14
16
|
export { type_2 as type };
|
|
15
17
|
}
|
|
16
|
-
namespace
|
|
17
|
-
const type_3:
|
|
18
|
+
namespace menuToggle {
|
|
19
|
+
const type_3: ObjectConstructor;
|
|
18
20
|
export { type_3 as type };
|
|
19
|
-
|
|
20
|
-
|
|
21
|
+
}
|
|
22
|
+
namespace bottom {
|
|
23
|
+
const type_4: StringConstructor;
|
|
24
|
+
export { type_4 as type };
|
|
25
|
+
const _default_1: string;
|
|
26
|
+
export { _default_1 as default };
|
|
21
27
|
}
|
|
22
28
|
}
|
|
23
29
|
function data(): {
|