UNPKG

@vuemap/vue-amap

Version:

高德地图vue3版本封装

177 lines (176 loc) 7.18 kB
/// <reference types="@vuemap/amap-jsapi-types" /> import Buildings from './Buildings.vue'; import type { Plugin } from "vue"; export declare const ElAmapLayerBuildings: { new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{ wallColor: { type: (StringConstructor | ArrayConstructor)[]; }; roofColor: { type: (StringConstructor | ArrayConstructor)[]; }; heightFactor: { type: NumberConstructor; }; styleOpts: { type: import("vue").PropType<AMap.BuildingStyleOptions>; }; zooms: { type: ArrayConstructor; }; opacity: { type: NumberConstructor; }; } & { visible: import("../../../..").IPropOptions<boolean>; zIndex: import("../../../..").IPropOptions<number>; reEventWhenUpdate: import("../../../..").IPropOptions<boolean>; extraOptions: import("../../../..").IPropOptions<any>; }>> & { onInit?: ((...args: any[]) => any) | undefined; }, { props: import("@vue/shared").LooseRequired<{ readonly visible?: boolean | undefined; readonly zIndex?: number | undefined; readonly reEventWhenUpdate?: boolean | undefined; readonly extraOptions?: any; readonly zooms?: unknown[] | undefined; readonly wallColor?: string | unknown[] | undefined; readonly roofColor?: string | unknown[] | undefined; readonly opacity?: number | undefined; readonly heightFactor?: number | undefined; readonly styleOpts?: AMap.BuildingStyleOptions | undefined; readonly onInit?: ((...args: any[]) => any) | undefined; } & {}>; emits: (event: "init", ...args: any[]) => void; $amapComponent: AMap.Buildings; $$getInstance: () => AMap.Buildings; parentInstance: import("../../../..").IProvideType | undefined; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "init"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{ wallColor: { type: (StringConstructor | ArrayConstructor)[]; }; roofColor: { type: (StringConstructor | ArrayConstructor)[]; }; heightFactor: { type: NumberConstructor; }; styleOpts: { type: import("vue").PropType<AMap.BuildingStyleOptions>; }; zooms: { type: ArrayConstructor; }; opacity: { type: NumberConstructor; }; } & { visible: import("../../../..").IPropOptions<boolean>; zIndex: import("../../../..").IPropOptions<number>; reEventWhenUpdate: import("../../../..").IPropOptions<boolean>; extraOptions: import("../../../..").IPropOptions<any>; }>> & { onInit?: ((...args: any[]) => any) | undefined; }, {}, true, {}, {}, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<import("vue").ExtractPropTypes<{ wallColor: { type: (StringConstructor | ArrayConstructor)[]; }; roofColor: { type: (StringConstructor | ArrayConstructor)[]; }; heightFactor: { type: NumberConstructor; }; styleOpts: { type: import("vue").PropType<AMap.BuildingStyleOptions>; }; zooms: { type: ArrayConstructor; }; opacity: { type: NumberConstructor; }; } & { visible: import("../../../..").IPropOptions<boolean>; zIndex: import("../../../..").IPropOptions<number>; reEventWhenUpdate: import("../../../..").IPropOptions<boolean>; extraOptions: import("../../../..").IPropOptions<any>; }>> & { onInit?: ((...args: any[]) => any) | undefined; }, { props: import("@vue/shared").LooseRequired<{ readonly visible?: boolean | undefined; readonly zIndex?: number | undefined; readonly reEventWhenUpdate?: boolean | undefined; readonly extraOptions?: any; readonly zooms?: unknown[] | undefined; readonly wallColor?: string | unknown[] | undefined; readonly roofColor?: string | unknown[] | undefined; readonly opacity?: number | undefined; readonly heightFactor?: number | undefined; readonly styleOpts?: AMap.BuildingStyleOptions | undefined; readonly onInit?: ((...args: any[]) => any) | undefined; } & {}>; emits: (event: "init", ...args: any[]) => void; $amapComponent: AMap.Buildings; $$getInstance: () => AMap.Buildings; parentInstance: import("../../../..").IProvideType | undefined; }, {}, {}, {}, {}>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{ wallColor: { type: (StringConstructor | ArrayConstructor)[]; }; roofColor: { type: (StringConstructor | ArrayConstructor)[]; }; heightFactor: { type: NumberConstructor; }; styleOpts: { type: import("vue").PropType<AMap.BuildingStyleOptions>; }; zooms: { type: ArrayConstructor; }; opacity: { type: NumberConstructor; }; } & { visible: import("../../../..").IPropOptions<boolean>; zIndex: import("../../../..").IPropOptions<number>; reEventWhenUpdate: import("../../../..").IPropOptions<boolean>; extraOptions: import("../../../..").IPropOptions<any>; }>> & { onInit?: ((...args: any[]) => any) | undefined; }, { props: import("@vue/shared").LooseRequired<{ readonly visible?: boolean | undefined; readonly zIndex?: number | undefined; readonly reEventWhenUpdate?: boolean | undefined; readonly extraOptions?: any; readonly zooms?: unknown[] | undefined; readonly wallColor?: string | unknown[] | undefined; readonly roofColor?: string | unknown[] | undefined; readonly opacity?: number | undefined; readonly heightFactor?: number | undefined; readonly styleOpts?: AMap.BuildingStyleOptions | undefined; readonly onInit?: ((...args: any[]) => any) | undefined; } & {}>; emits: (event: "init", ...args: any[]) => void; $amapComponent: AMap.Buildings; $$getInstance: () => AMap.Buildings; parentInstance: import("../../../..").IProvideType | undefined; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "init"[], "init", {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Plugin<any[]>; export default ElAmapLayerBuildings; export declare type ElAmapLayerBuildingsInstance = InstanceType<typeof Buildings>;