@idmwx/idmui-gl4 0.7.3 → 0.7.5
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 +259 -260
- package/dist/index.umd.cjs +13 -13
- package/dist/mapbox/src/components/tropical/index.vue.d.ts +4 -6
- package/package.json +1 -1
|
@@ -24,8 +24,6 @@ declare namespace _sfc_main {
|
|
|
24
24
|
namespace timeZone {
|
|
25
25
|
const type_4: NumberConstructor;
|
|
26
26
|
export { type_4 as type };
|
|
27
|
-
const _default_2: number;
|
|
28
|
-
export { _default_2 as default };
|
|
29
27
|
}
|
|
30
28
|
namespace token {
|
|
31
29
|
const type_5: StringConstructor;
|
|
@@ -38,14 +36,14 @@ declare namespace _sfc_main {
|
|
|
38
36
|
namespace gateway {
|
|
39
37
|
const type_7: StringConstructor;
|
|
40
38
|
export { type_7 as type };
|
|
41
|
-
const
|
|
42
|
-
export {
|
|
39
|
+
const _default_2: string;
|
|
40
|
+
export { _default_2 as default };
|
|
43
41
|
}
|
|
44
42
|
namespace assistGateway {
|
|
45
43
|
const type_8: ArrayConstructor;
|
|
46
44
|
export { type_8 as type };
|
|
47
|
-
const
|
|
48
|
-
export {
|
|
45
|
+
const _default_3: never[];
|
|
46
|
+
export { _default_3 as default };
|
|
49
47
|
}
|
|
50
48
|
namespace forecastModel {
|
|
51
49
|
const type_9: StringConstructor;
|