@idmwx/idmui-gl3 6.2.8 → 6.3.0
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 +748 -721
- package/dist/index.umd.cjs +23 -13
- package/dist/mapbox/src/components/weather/tropical.vue.d.ts +7 -0
- package/package.json +2 -2
|
@@ -23,6 +23,12 @@ declare namespace _sfc_main {
|
|
|
23
23
|
const type_4: NumberConstructor;
|
|
24
24
|
export { type_4 as type };
|
|
25
25
|
}
|
|
26
|
+
namespace fromTropicalReport {
|
|
27
|
+
const type_5: BooleanConstructor;
|
|
28
|
+
export { type_5 as type };
|
|
29
|
+
const _default_1: boolean;
|
|
30
|
+
export { _default_1 as default };
|
|
31
|
+
}
|
|
26
32
|
}
|
|
27
33
|
const emits: string[];
|
|
28
34
|
function data(): {
|
|
@@ -48,6 +54,7 @@ declare namespace _sfc_main {
|
|
|
48
54
|
circleSource: string;
|
|
49
55
|
circleSourceData: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
|
|
50
56
|
circleLayer: string;
|
|
57
|
+
labelMarkers: never[];
|
|
51
58
|
};
|
|
52
59
|
namespace computed {
|
|
53
60
|
function computeTime(): (time: any) => string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@idmwx/idmui-gl3",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.3.0",
|
|
5
5
|
"description": "idm webgl3",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"keywords": [
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@idm-plugin/geo": "^1.8.6",
|
|
50
|
-
"@idm-plugin/meteo": "^0.5.
|
|
50
|
+
"@idm-plugin/meteo": "^0.5.6",
|
|
51
51
|
"@idm-plugin/tag": "^0.2.3",
|
|
52
52
|
"@idmui/style": "^0.1.7",
|
|
53
53
|
"@types/mapbox-gl": "^3.1.0",
|