@idmwx/idmui-gl4 1.4.5 → 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 +1396 -1413
- package/dist/index.umd.cjs +15 -15
- package/dist/mapbox/src/components/tropical/index.vue.d.ts +4 -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;
|
|
@@ -143,7 +144,6 @@ declare namespace _sfc_main {
|
|
|
143
144
|
function handleForecastToggle(forecast: any): void;
|
|
144
145
|
function handleStrikeProbability(tropical: any): void;
|
|
145
146
|
function handleToggleCircles(activeTropicals: any): void;
|
|
146
|
-
function handleDrawCircle(): false | undefined;
|
|
147
147
|
function handleComputePolygons(points: any): (turf.helpers.Feature<turf.helpers.MultiPolygon, turf.helpers.Properties> | turf.helpers.Feature<turf.helpers.Polygon, turf.helpers.Properties>)[];
|
|
148
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>;
|
|
149
149
|
function handleNotification(tropical: any): void;
|