@idmwx/idmui-gl4 1.4.4 → 1.4.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 +295 -259
- package/dist/index.umd.cjs +16 -16
- package/dist/mapbox/src/components/tropical/index.vue.d.ts +7 -4
- package/package.json +1 -1
|
@@ -57,6 +57,10 @@ declare namespace _sfc_main {
|
|
|
57
57
|
const type_11: StringConstructor;
|
|
58
58
|
export { type_11 as type };
|
|
59
59
|
}
|
|
60
|
+
namespace beforeLayer {
|
|
61
|
+
const type_12: StringConstructor;
|
|
62
|
+
export { type_12 as type };
|
|
63
|
+
}
|
|
60
64
|
}
|
|
61
65
|
const emits: string[];
|
|
62
66
|
function setup(): {
|
|
@@ -86,9 +90,6 @@ declare namespace _sfc_main {
|
|
|
86
90
|
activeTropicals: undefined;
|
|
87
91
|
activeTropicalsMarker: undefined;
|
|
88
92
|
empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
|
|
89
|
-
circleSource: string;
|
|
90
|
-
circleSourceData: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
|
|
91
|
-
circleLayer: string;
|
|
92
93
|
showLegend: boolean;
|
|
93
94
|
showHoverPoint: boolean;
|
|
94
95
|
hoverPoint: undefined;
|
|
@@ -125,6 +126,9 @@ declare namespace _sfc_main {
|
|
|
125
126
|
realTime: {
|
|
126
127
|
handler(newV: any): void;
|
|
127
128
|
};
|
|
129
|
+
locale: {
|
|
130
|
+
handler(newV: any): void;
|
|
131
|
+
};
|
|
128
132
|
};
|
|
129
133
|
function mounted(): void;
|
|
130
134
|
namespace methods {
|
|
@@ -140,7 +144,6 @@ declare namespace _sfc_main {
|
|
|
140
144
|
function handleForecastToggle(forecast: any): void;
|
|
141
145
|
function handleStrikeProbability(tropical: any): void;
|
|
142
146
|
function handleToggleCircles(activeTropicals: any): void;
|
|
143
|
-
function handleDrawCircle(): false | undefined;
|
|
144
147
|
function handleComputePolygons(points: any): (turf.helpers.Feature<turf.helpers.MultiPolygon, turf.helpers.Properties> | turf.helpers.Feature<turf.helpers.Polygon, turf.helpers.Properties>)[];
|
|
145
148
|
function handleComputeArc(center: any, radius: any, properties: any): turf.helpers.Feature<turf.helpers.MultiPolygon, turf.helpers.Properties> | turf.helpers.Feature<turf.helpers.Polygon, turf.helpers.Properties>;
|
|
146
149
|
function handleNotification(tropical: any): void;
|