@idmwx/idmui-mapbox3
Version:
idm mapbox 3
83 lines (82 loc) • 2.64 kB
TypeScript
export default _sfc_main;
declare namespace _sfc_main {
const name: string;
namespace props {
namespace token {
const type: StringConstructor;
}
namespace voyageId {
const type_1: StringConstructor;
export { type_1 as type };
const _default: string;
export { _default as default };
}
namespace voyage {
const type_2: ObjectConstructor;
export { type_2 as type };
const _default_1: undefined;
export { _default_1 as default };
}
namespace line {
const type_3: ObjectConstructor;
export { type_3 as type };
const _default_2: undefined;
export { _default_2 as default };
}
namespace leg {
const type_4: ObjectConstructor;
export { type_4 as type };
const _default_3: undefined;
export { _default_3 as default };
}
namespace timeZone {
const type_5: NumberConstructor;
export { type_5 as type };
const _default_4: number;
export { _default_4 as default };
}
namespace noonTs {
const type_6: NumberConstructor;
export { type_6 as type };
const _default_5: undefined;
export { _default_5 as default };
}
}
function data(): {
beforeLayer: string;
layer: string;
source: string;
pointLayer: string;
daysPointLayer: string;
dangerLineLayer: string;
noons: never[];
noon: undefined;
marker: undefined;
realTime: moment.Moment;
clickedId: undefined;
};
const emits: string[];
namespace computed {
function computeLocalTime(): (ts: any, port: any, format?: string) => string;
function computeUTCTime(): (ts: any) => string;
function computePosition(): (point: any) => string;
function computeRoundPrecision(): (value: any, precision?: number) => any;
}
namespace watch {
export namespace voyageId_1 {
function handler(): void;
}
export { voyageId_1 as voyageId };
export namespace noonTs_1 {
function handler(): void;
}
export { noonTs_1 as noonTs };
}
function mounted(): void;
namespace methods {
function handleFetchNoons(): Promise<void>;
function handleJumpToNoon(item: any): void;
function handleShowTips(item: any, key: any): void;
}
}
import moment from 'moment';