@heycar/heycars-map 0.4.6 → 0.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1,3 @@
1
1
  export declare const demo: string;
2
+ export declare const layout: string;
3
+ export declare const adjustedDemo: string;
@@ -1,4 +1,5 @@
1
1
  export declare const DemoBusinessTaxiEnd: import("vue").DefineComponent<{}, unknown, {
2
2
  from: {};
3
3
  to: {};
4
+ contentHeight: number;
4
5
  }, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -2050,6 +2050,7 @@ export declare const DemoBusinessTaxiService: import("vue").DefineComponent<Read
2050
2050
  from: Partial<Place>;
2051
2051
  to: Partial<Place>;
2052
2052
  status: DriverStatus;
2053
+ contentHeight: number;
2053
2054
  }, {}, {
2054
2055
  getDriverPosition(): Promise<Point>;
2055
2056
  }, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<Readonly<{}>>>, {}>;
@@ -11,4 +11,4 @@ export type BusinessQuotingMapProps = Omit<HeycarMapProps, "center" | "zoom"> &
11
11
  }) => string;
12
12
  log?: boolean;
13
13
  };
14
- export declare const BusinessQuotingMap: import("vue").DefineComponent<import("vue/types/v3-component-props").ComponentObjectPropsOptions<BusinessQuotingMapProps>, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").EmitByProps<BusinessQuotingMapProps, Required<BusinessQuotingMapProps>>, "dragEnd" | "zoomEnd", BusinessQuotingMapProps, {} | {}>;
14
+ export declare const BusinessQuotingMap: import("vue").DefineComponent<import("vue/types/v3-component-props").ComponentObjectPropsOptions<BusinessQuotingMapProps>, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").EmitByProps<BusinessQuotingMapProps, Required<BusinessQuotingMapProps>>, "resize" | "dragEnd" | "zoomEnd", BusinessQuotingMapProps, {} | {}>;
@@ -14,7 +14,6 @@ export interface BusinessRecomendPlaceMapProps extends Omit<HeycarMapProps, "cen
14
14
  geoLoadingTitle: string;
15
15
  unavailableTitle: string;
16
16
  recomendDescription: string;
17
- noRecomendDescription: string;
18
17
  geoDefaultPosition?: Point;
19
18
  mapContext: BusinessRecomendPlaceContext;
20
19
  getDefaultCenterPlace: () => Promise<Place | undefined>;
@@ -28,4 +27,4 @@ export interface BusinessRecomendPlaceMapProps extends Omit<HeycarMapProps, "cen
28
27
  onGeoError?: UseGeoLocationProps["onError"];
29
28
  onClickLocator?: AbsoluteAddressBoxProps["onClick"];
30
29
  }
31
- export declare const BusinessRecomendPlaceMap: import("vue-demi").DefineComponent<import("vue/types/v3-component-props").ComponentObjectPropsOptions<BusinessRecomendPlaceMapProps>, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").EmitByProps<BusinessRecomendPlaceMapProps, Required<BusinessRecomendPlaceMapProps>>, "dragEnd" | "zoomEnd" | "changeCity" | "changePlace" | "loadGeoLocation" | "loadDefaultGeoLocation" | "changeByDrag" | "changeGeoLocation" | "changeRecomandPlace" | "geoError" | "clickLocator", BusinessRecomendPlaceMapProps, {}>;
30
+ export declare const BusinessRecomendPlaceMap: import("vue-demi").DefineComponent<import("vue/types/v3-component-props").ComponentObjectPropsOptions<BusinessRecomendPlaceMapProps>, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").EmitByProps<BusinessRecomendPlaceMapProps, Required<BusinessRecomendPlaceMapProps>>, "resize" | "dragEnd" | "zoomEnd" | "changeCity" | "changePlace" | "loadGeoLocation" | "loadDefaultGeoLocation" | "changeByDrag" | "changeGeoLocation" | "changeRecomandPlace" | "geoError" | "clickLocator", BusinessRecomendPlaceMapProps, {}>;
@@ -20,4 +20,4 @@ export type BusinessTaxiServiceMapProps = Omit<HeycarMapProps, "center" | "zoom"
20
20
  }) => string;
21
21
  getDriverPosition: () => Promise<Point>;
22
22
  };
23
- export declare const BusinessTaxiServiceMap: import("vue-demi").DefineComponent<import("vue/types/v3-component-props").ComponentObjectPropsOptions<BusinessTaxiServiceMapProps>, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").EmitByProps<BusinessTaxiServiceMapProps, Required<BusinessTaxiServiceMapProps>>, "dragEnd" | "zoomEnd", BusinessTaxiServiceMapProps, {} | {}>;
23
+ export declare const BusinessTaxiServiceMap: import("vue-demi").DefineComponent<import("vue/types/v3-component-props").ComponentObjectPropsOptions<BusinessTaxiServiceMapProps>, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").EmitByProps<BusinessTaxiServiceMapProps, Required<BusinessTaxiServiceMapProps>>, "resize" | "dragEnd" | "zoomEnd", BusinessTaxiServiceMapProps, {} | {}>;
@@ -1,3 +1,3 @@
1
- export { pointInfoBoxEmphasize, pointLayout, pointSingleInfoBox, } from "../StartEndPoint/StartEndPoint.css";
1
+ export { pointInfoBoxEmphasize, pointInfoBoxTitle, pointLayout, pointSingleInfoBox, } from "../StartEndPoint/StartEndPoint.css";
2
2
  export declare const taxiCarLayout: string;
3
3
  export declare const carIcon: string;
@@ -4,8 +4,17 @@ import type { VectorMapForeign } from "../../utils/transform";
4
4
  export interface AmapProps extends Omit<AMap.MapOptions, "vectorMapForeign"> {
5
5
  vectorMapForeign?: VectorMapForeign;
6
6
  mapRef?: SetMap<AMap.Map>;
7
+ dragEnable?: boolean;
8
+ zoomEnable?: boolean;
9
+ rotateEnable?: boolean;
10
+ doubleClickZoom?: boolean;
11
+ scrollWheel?: boolean;
12
+ touchZoom?: boolean;
13
+ keyboardEnable?: boolean;
14
+ pitchEnable?: boolean;
7
15
  onDragStart?: MapEventHandler<AMap.Map>;
8
16
  onDragEnd?: MapEventHandler<AMap.Map>;
9
17
  onZoomEnd?: MapEventHandler<AMap.Map>;
18
+ onResize?: MapEventHandler<AMap.Map>;
10
19
  }
11
- export declare const Amap: import("vue-demi").DefineComponent<import("vue/types/v3-component-props").ComponentObjectPropsOptions<AmapProps>, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").EmitByProps<AmapProps, Required<AmapProps>>, "dragStart" | "dragEnd" | "zoomEnd", AmapProps, {}>;
20
+ export declare const Amap: import("vue-demi").DefineComponent<import("vue/types/v3-component-props").ComponentObjectPropsOptions<AmapProps>, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").EmitByProps<AmapProps, Required<AmapProps>>, "resize" | "dragStart" | "dragEnd" | "zoomEnd", AmapProps, {}>;
@@ -9,6 +9,7 @@ export interface HeycarMapProps extends Pick<GmapLoaderProps, "fallback" | "load
9
9
  mapRef?: SetMap<AMap.Map> | SetMap<google.maps.Map>;
10
10
  onDragEnd?: (value: [number, number]) => any;
11
11
  onZoomEnd?: (value: number) => any;
12
+ onResize?: () => any;
12
13
  touchEnable?: boolean;
13
14
  }
14
- export declare const HeycarMap: import("vue").DefineComponent<import("vue/types/v3-component-props").ComponentObjectPropsOptions<HeycarMapProps>, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").EmitByProps<HeycarMapProps, Required<HeycarMapProps>>, "dragEnd" | "zoomEnd", HeycarMapProps, {}>;
15
+ export declare const HeycarMap: import("vue").DefineComponent<import("vue/types/v3-component-props").ComponentObjectPropsOptions<HeycarMapProps>, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").Empty, import("../../types/helper").EmitByProps<HeycarMapProps, Required<HeycarMapProps>>, "resize" | "dragEnd" | "zoomEnd", HeycarMapProps, {}>;