@idmwx/idmui-mapbox3
Version:
idm mapbox 3
60 lines (59 loc) • 2.01 kB
TypeScript
export default _sfc_main;
declare namespace _sfc_main {
const name: string;
const components: undefined;
namespace props {
namespace voyage {
export const type: ObjectConstructor;
const _default: undefined;
export { _default as default };
}
namespace line {
const type_1: ObjectConstructor;
export { type_1 as type };
const _default_1: undefined;
export { _default_1 as default };
}
namespace leg {
const type_2: ObjectConstructor;
export { type_2 as type };
const _default_2: undefined;
export { _default_2 as default };
}
namespace activeIndex {
const type_3: StringConstructor;
export { type_3 as type };
}
}
const emits: string[];
function data(): {
xDate: never[];
forecastMeteo: never[];
};
namespace computed {
function currentLeg(): any;
function computeLocalTime(): (ts: any, port: any, format?: string) => string;
function computeUTCTime(): (ts: any, format?: string) => string;
function computeWayport(): (port: any) => string;
function computeLegProgress(): (line: any) => number;
function computeTimeOffset(): (port: any) => any;
function computeRoundPrecision(): (value: any, precision?: number) => any;
}
namespace watch {
export namespace activeIndex_1 {
function handler(): void;
}
export { activeIndex_1 as activeIndex };
export namespace line_1 {
function handler(): void;
}
export { line_1 as line };
}
namespace methods {
function handleTableData(): void;
function initEchart(): void;
function findMaxValue(arr: any, index: any): number;
function findMinValue(arr: any, index: any): number;
function handleCenter(center: any): void;
}
}