UNPKG

@idmwx/idmui-gl3

Version:

idm webgl3

91 lines (90 loc) 3.31 kB
export default _sfc_main; declare namespace _sfc_main { const name: string; namespace props { namespace map { const type: ObjectConstructor; } namespace tropicals { const type_1: ObjectConstructor; export { type_1 as type }; } namespace date { const type_2: StringConstructor; export { type_2 as type }; } namespace timeZone { const type_3: NumberConstructor; export { type_3 as type }; const _default: number; export { _default as default }; } namespace permission { const type_4: NumberConstructor; export { type_4 as type }; } } const emits: string[]; function data(): { helper: any; source: string; clusterSource: string; historyLayer: string; forecastLayer: string; forecastModelLayer: string; forecastNameLayer: string; pointCircleLayer: string; pointLabelLayer: string; historyPointCircleLayer: string; historyPointLabelLayer: string; interpolateData: never[]; interpolateMarkers: never[]; interpolateSource: string; interpolateLineLayer: string; showTropicals: boolean; activeTropicals: undefined; activeTropicalsMarker: undefined; empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>; circleSource: string; circleSourceData: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>; circleLayer: string; }; namespace computed { function computeTime(): (time: any) => string; function computeTimezone(): any; function computeBF(): (kts: any) => number; function computeMovement(): (activeTropicals: any) => any; } const watch: { 'tropicals.active': { handler(): void; immediate: boolean; }; showTropicals: { handler(): void; immediate: boolean; }; 'tropicals.version': { handler(): void; }; timeZone: { handler(): void; }; }; namespace methods { function handleRefresh(): void; function handleInit(): void; function handleRender(): void; function handleClear(): void; function handleDateChange(): void; function handleClick(event: any): void; function handleForecastToggle(forecast: any): void; function handleStrikeProbability(tropical: any): void; function handleNotification(tropical: any): void; function handleToggleCircles(activeTropicals: any): void; function handleDrawCircle(): void; function handleComputePolygons(points: any): (turf.helpers.Feature<turf.helpers.MultiPolygon, turf.helpers.Properties> | turf.helpers.Feature<turf.helpers.Polygon, turf.helpers.Properties>)[]; 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>; } } import * as turf from '@turf/turf';