@idmwx/idmui-gl4
Version:
idm webgl4
104 lines (103 loc) • 2.98 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 defaultMeteoToken {
const type_2: StringConstructor;
export { type_2 as type };
}
namespace gateway {
const type_3: StringConstructor;
export { type_3 as type };
}
namespace assistGateway {
const type_4: ArrayConstructor;
export { type_4 as type };
const _default: never[];
export { _default as default };
}
namespace top {
const type_5: NumberConstructor;
export { type_5 as type };
const _default_1: number;
export { _default_1 as default };
}
namespace menuToggle {
const type_6: ObjectConstructor;
export { type_6 as type };
const _default_2: {};
export { _default_2 as default };
}
namespace ts {
const type_7: StringConstructor;
export { type_7 as type };
}
namespace forecastModel {
const type_8: StringConstructor;
export { type_8 as type };
}
namespace mapFeather {
const type_9: StringConstructor;
export { type_9 as type };
const _default_3: string;
export { _default_3 as default };
}
}
const emits: string[];
function data(): {
right: number;
toggle: boolean;
tagLayers: any[];
layerWeight: number;
otherLayers: {};
activeOtherLayers: never[];
cache: {
v: string;
versionKey: string;
checkListKey: string;
followListKey: string;
mapFeatherKey: string;
};
mapFeathers: {
name: string;
value: string;
icon: string;
}[];
checkList: never[];
followList: never[];
};
namespace computed {
function computeLayerClass(): (layer: any, layers: any) => string;
}
const watch: {
'menuToggle.v': {
handler(): void;
immediate: boolean;
};
checkList: {
handler(): void;
};
followList: {
handler(): void;
};
};
function mounted(): Promise<void>;
namespace methods {
function fetchCache(): void;
function handleMenuToggle(): void;
function handleToggleMapFeather(f: any): void;
function fetchOtherLayers(options?: {
all: boolean;
dayNight: boolean;
}): Promise<void>;
function handleLayersChange(): void;
}
}