@idmwx/idmui-gl3 5.5.3 → 5.5.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.
|
@@ -72,14 +72,15 @@ declare namespace _sfc_main {
|
|
|
72
72
|
other: any[];
|
|
73
73
|
};
|
|
74
74
|
activeWeatherLayers: never[];
|
|
75
|
+
activeWeatherLayersCollected: never[];
|
|
75
76
|
activeOtherLayers: never[];
|
|
76
77
|
autoActiveCache: string;
|
|
77
78
|
activeWeatherLayersCache: string;
|
|
78
79
|
activeOtherLayersCache: string;
|
|
79
80
|
collectedLayerCache: string;
|
|
80
81
|
sourceCache: string;
|
|
81
|
-
|
|
82
|
-
|
|
82
|
+
windFeatherCollectedCache: string;
|
|
83
|
+
currentIsobandCollectedCache: string;
|
|
83
84
|
showCoord: boolean;
|
|
84
85
|
showMeasure: boolean;
|
|
85
86
|
showPoint: boolean;
|
|
@@ -110,6 +111,9 @@ declare namespace _sfc_main {
|
|
|
110
111
|
export namespace source {
|
|
111
112
|
function handler(newV: any, oldV: any): void;
|
|
112
113
|
}
|
|
114
|
+
export namespace activeWeatherLayers {
|
|
115
|
+
function handler(newV: any, oldV: any): void;
|
|
116
|
+
}
|
|
113
117
|
export namespace showWindParticle_1 {
|
|
114
118
|
function handler(newV: any, oldV: any): void;
|
|
115
119
|
}
|
|
@@ -53,7 +53,8 @@ declare namespace _sfc_main {
|
|
|
53
53
|
activeWindLayer: boolean;
|
|
54
54
|
showWindFeather: boolean;
|
|
55
55
|
showWindParticle: boolean;
|
|
56
|
-
|
|
56
|
+
toggleWindParticeVersion: number;
|
|
57
|
+
toggleCurrentParticeVersion: number;
|
|
57
58
|
showCurrentIsoband: boolean;
|
|
58
59
|
showCurrentParticle: boolean;
|
|
59
60
|
enc: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@idmwx/idmui-gl3",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "5.5.
|
|
4
|
+
"version": "5.5.5",
|
|
5
5
|
"description": "idm webgl3",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"keywords": [
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@idm-plugin/geo": "^1.6.8",
|
|
32
32
|
"@idm-plugin/meteo": "^0.4.2",
|
|
33
|
-
"@idm-plugin/tag": "^0.
|
|
33
|
+
"@idm-plugin/tag": "^0.1.4",
|
|
34
34
|
"@idmui/style": "^0.1.4",
|
|
35
35
|
"@mapbox/sphericalmercator": "^1.2.0",
|
|
36
36
|
"@turf/turf": "^6.5.0",
|