@tactics/lokaal-loket 0.0.189 → 0.0.191
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +702 -702
- package/build/index.d.cts +0 -18
- package/build/index.d.ts +0 -18
- package/build/index.js +461 -461
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -1220,23 +1220,6 @@ interface IDirectionBasedMapBase {
|
|
1220
1220
|
onTravelModeChange?: (modes: google.maps.TravelMode[], deviation: number) => void;
|
1221
1221
|
onAreaChange?: (center: google.maps.LatLng, bounds: google.maps.LatLngBounds, zoomLevel: number) => void;
|
1222
1222
|
}
|
1223
|
-
interface IDirectionRenderBasedMapBase {
|
1224
|
-
routes: IRoutes;
|
1225
|
-
activeRoute: IRoute | null;
|
1226
|
-
points?: IPoints;
|
1227
|
-
showLoader: boolean;
|
1228
|
-
loader?: React$1.ReactNode;
|
1229
|
-
origin: IOrigin;
|
1230
|
-
destination: IDestination;
|
1231
|
-
deviation: number;
|
1232
|
-
travelMode: google.maps.TravelMode | "BestFit";
|
1233
|
-
travelModeLabels: TravelModeLabels;
|
1234
|
-
onRouteChange?: (route: IRoute, modes: google.maps.TravelMode[], deviation: number) => void;
|
1235
|
-
onTravelModeChange?: (modes: google.maps.TravelMode[], deviation: number) => void;
|
1236
|
-
onAreaChange?: (center: google.maps.LatLng, bounds: google.maps.LatLngBounds, zoomLevel: number) => void;
|
1237
|
-
directions: google.maps.DirectionsResult;
|
1238
|
-
render: google.maps.DirectionsRenderer;
|
1239
|
-
}
|
1240
1223
|
interface IMap extends PropsWithChildren {
|
1241
1224
|
mapId: string;
|
1242
1225
|
defaultCenter: google.maps.LatLngLiteral;
|
@@ -1252,7 +1235,6 @@ declare const Map: {
|
|
1252
1235
|
(props: IMap): react_jsx_runtime.JSX.Element;
|
1253
1236
|
Location: ({ points, showLoader, loader, origin, onAreaChange, }: ILocationBasedMap) => react_jsx_runtime.JSX.Element | null;
|
1254
1237
|
Direction: ({ routes, activeRoute, origin, destination, deviation, travelMode, travelModeLabels, points, showLoader, loader, onRouteChange, onAreaChange, onTravelModeChange, }: IDirectionBasedMapBase) => react_jsx_runtime.JSX.Element | null;
|
1255
|
-
DirectionRender: ({ routes, activeRoute, origin, destination, deviation, travelMode, travelModeLabels, points, showLoader, loader, onRouteChange, onAreaChange, onTravelModeChange, render, directions, }: IDirectionRenderBasedMapBase) => react_jsx_runtime.JSX.Element | null;
|
1256
1238
|
Failed: ({ message }: IFailureMap) => react_jsx_runtime.JSX.Element | null;
|
1257
1239
|
Loading: ({ loader }: {
|
1258
1240
|
loader: React$1.ReactNode;
|
package/build/index.d.ts
CHANGED
@@ -1220,23 +1220,6 @@ interface IDirectionBasedMapBase {
|
|
1220
1220
|
onTravelModeChange?: (modes: google.maps.TravelMode[], deviation: number) => void;
|
1221
1221
|
onAreaChange?: (center: google.maps.LatLng, bounds: google.maps.LatLngBounds, zoomLevel: number) => void;
|
1222
1222
|
}
|
1223
|
-
interface IDirectionRenderBasedMapBase {
|
1224
|
-
routes: IRoutes;
|
1225
|
-
activeRoute: IRoute | null;
|
1226
|
-
points?: IPoints;
|
1227
|
-
showLoader: boolean;
|
1228
|
-
loader?: React$1.ReactNode;
|
1229
|
-
origin: IOrigin;
|
1230
|
-
destination: IDestination;
|
1231
|
-
deviation: number;
|
1232
|
-
travelMode: google.maps.TravelMode | "BestFit";
|
1233
|
-
travelModeLabels: TravelModeLabels;
|
1234
|
-
onRouteChange?: (route: IRoute, modes: google.maps.TravelMode[], deviation: number) => void;
|
1235
|
-
onTravelModeChange?: (modes: google.maps.TravelMode[], deviation: number) => void;
|
1236
|
-
onAreaChange?: (center: google.maps.LatLng, bounds: google.maps.LatLngBounds, zoomLevel: number) => void;
|
1237
|
-
directions: google.maps.DirectionsResult;
|
1238
|
-
render: google.maps.DirectionsRenderer;
|
1239
|
-
}
|
1240
1223
|
interface IMap extends PropsWithChildren {
|
1241
1224
|
mapId: string;
|
1242
1225
|
defaultCenter: google.maps.LatLngLiteral;
|
@@ -1252,7 +1235,6 @@ declare const Map: {
|
|
1252
1235
|
(props: IMap): react_jsx_runtime.JSX.Element;
|
1253
1236
|
Location: ({ points, showLoader, loader, origin, onAreaChange, }: ILocationBasedMap) => react_jsx_runtime.JSX.Element | null;
|
1254
1237
|
Direction: ({ routes, activeRoute, origin, destination, deviation, travelMode, travelModeLabels, points, showLoader, loader, onRouteChange, onAreaChange, onTravelModeChange, }: IDirectionBasedMapBase) => react_jsx_runtime.JSX.Element | null;
|
1255
|
-
DirectionRender: ({ routes, activeRoute, origin, destination, deviation, travelMode, travelModeLabels, points, showLoader, loader, onRouteChange, onAreaChange, onTravelModeChange, render, directions, }: IDirectionRenderBasedMapBase) => react_jsx_runtime.JSX.Element | null;
|
1256
1238
|
Failed: ({ message }: IFailureMap) => react_jsx_runtime.JSX.Element | null;
|
1257
1239
|
Loading: ({ loader }: {
|
1258
1240
|
loader: React$1.ReactNode;
|