@idmwx/idmui-gl4 1.8.4 → 1.8.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.
- package/dist/index.js +811 -808
- package/dist/index.umd.cjs +16 -16
- package/dist/mapbox/src/components/weather/index.vue.d.ts +10 -14
- package/package.json +1 -1
|
@@ -30,38 +30,34 @@ declare namespace _sfc_main {
|
|
|
30
30
|
const _default_1: never[];
|
|
31
31
|
export { _default_1 as default };
|
|
32
32
|
}
|
|
33
|
-
namespace
|
|
33
|
+
namespace defaultMeteoToken {
|
|
34
34
|
const type_6: StringConstructor;
|
|
35
35
|
export { type_6 as type };
|
|
36
36
|
}
|
|
37
|
-
namespace defaultMeteoToken {
|
|
38
|
-
const type_7: StringConstructor;
|
|
39
|
-
export { type_7 as type };
|
|
40
|
-
}
|
|
41
37
|
namespace top {
|
|
42
|
-
const
|
|
43
|
-
export {
|
|
38
|
+
const type_7: NumberConstructor;
|
|
39
|
+
export { type_7 as type };
|
|
44
40
|
const _default_2: number;
|
|
45
41
|
export { _default_2 as default };
|
|
46
42
|
}
|
|
47
43
|
namespace menuToggle {
|
|
48
|
-
const
|
|
49
|
-
export {
|
|
44
|
+
const type_8: ObjectConstructor;
|
|
45
|
+
export { type_8 as type };
|
|
50
46
|
const _default_3: {};
|
|
51
47
|
export { _default_3 as default };
|
|
52
48
|
}
|
|
53
49
|
namespace realTime {
|
|
50
|
+
const type_9: StringConstructor;
|
|
51
|
+
export { type_9 as type };
|
|
52
|
+
}
|
|
53
|
+
namespace forecastModel {
|
|
54
54
|
const type_10: StringConstructor;
|
|
55
55
|
export { type_10 as type };
|
|
56
56
|
}
|
|
57
|
-
namespace
|
|
57
|
+
namespace beforeLayer {
|
|
58
58
|
const type_11: StringConstructor;
|
|
59
59
|
export { type_11 as type };
|
|
60
60
|
}
|
|
61
|
-
namespace beforeLayer {
|
|
62
|
-
const type_12: StringConstructor;
|
|
63
|
-
export { type_12 as type };
|
|
64
|
-
}
|
|
65
61
|
}
|
|
66
62
|
const emits: string[];
|
|
67
63
|
function data(): {
|