@idmwx/idmui-gl2-h5
Version:
idm webgl
114 lines (113 loc) • 3.79 kB
TypeScript
export default _sfc_main;
declare namespace _sfc_main {
const name: string;
const components: undefined;
namespace props {
namespace map {
const type: ObjectConstructor;
}
namespace token {
const type_1: StringConstructor;
export { type_1 as type };
}
namespace ts {
const type_2: StringConstructor;
export { type_2 as type };
}
namespace beforeLayer {
const type_3: StringConstructor;
export { type_3 as type };
const _default: string;
export { _default as default };
}
namespace legendBottom {
const type_4: StringConstructor;
export { type_4 as type };
const _default_1: string;
export { _default_1 as default };
}
namespace bottom {
const type_5: StringConstructor;
export { type_5 as type };
const _default_2: string;
export { _default_2 as default };
}
namespace importReportLayers {
const type_6: BooleanConstructor;
export { type_6 as type };
const _default_3: boolean;
export { _default_3 as default };
}
}
const emits: string[];
function data(): {
weatherLayers: {};
activeWeatherLayers: never[];
weatherWeight: number;
otherLayers: {};
otherWeight: number;
showCoord: boolean;
showMeasure: boolean;
showPoint: boolean;
showMeteo: boolean;
show3d: boolean;
meteo: undefined;
source: string;
gateway: string;
zoom: number;
viewport: undefined;
particleFactor: undefined;
showRampColor: boolean;
activeWindLayer: boolean;
showWindParticle: boolean;
showCurrentParticle: boolean;
};
namespace watch {
export namespace activeWeatherLayers {
function handler(): void;
const immediate: boolean;
}
export namespace ts_1 {
export function handler(newV: any, oldV: any): void;
const immediate_1: boolean;
export { immediate_1 as immediate };
}
export { ts_1 as ts };
export namespace map_1 {
export function handler(): void;
const immediate_2: boolean;
export { immediate_2 as immediate };
}
export { map_1 as map };
export namespace showMeteo {
export function handler(): void;
const immediate_3: boolean;
export { immediate_3 as immediate };
}
}
namespace methods {
function fetchWeatherLayers(options?: {
tropicals: boolean;
}): Promise<false | undefined>;
function fetchOtherLayers(options?: {
all: boolean;
dayNight: boolean;
enc: boolean;
}): Promise<void>;
function handleRampColorState(): void;
function handleRampColorInitial(): void;
function handleMove4Json(): void;
function handleMove4Image(): void;
function handleBboxClip(fc: any, bounds: any): any[];
function handleWeatherLayerToggle(): void;
function handleBeforeLayerToggle(): void;
function handleDateChange(options?: {
tropicals: boolean;
}): void;
function handleWeatherLayerChange(layers: any, activeLayers: any, source: any): void;
function handleOtherLayerChange(layers: any): void;
function handlePointChange(point: any): Promise<void>;
function handle3dToggle(show3d: any): void;
function handleParticle(row: any): void;
}
}