@tactics/lokaal-loket 0.0.170 → 0.0.172
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +376 -376
- package/build/index.d.cts +2 -1
- package/build/index.d.ts +2 -1
- package/build/index.js +293 -293
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -1162,6 +1162,7 @@ interface ILocationBasedMap {
|
|
1162
1162
|
}
|
1163
1163
|
interface IDirectionBasedMapBase {
|
1164
1164
|
routes: IRoutes;
|
1165
|
+
activeRoute: IRoute | null;
|
1165
1166
|
points?: IPoints;
|
1166
1167
|
showLoader: boolean;
|
1167
1168
|
loader?: React$1.ReactNode;
|
@@ -1187,7 +1188,7 @@ interface TravelModeLabels {
|
|
1187
1188
|
declare const Map: {
|
1188
1189
|
(props: IMap): react_jsx_runtime.JSX.Element;
|
1189
1190
|
Location: ({ points, showLoader, loader, origin, onRadiusChange, onZoomChange, onAreaChange, }: ILocationBasedMap) => react_jsx_runtime.JSX.Element | null;
|
1190
|
-
Direction: ({ routes, origin, destination, travelModeLabels, points, showLoader, loader, onTravelModeChange, onRouteChange, onZoomChange, }: IDirectionBasedMapBase) => react_jsx_runtime.JSX.Element | null;
|
1191
|
+
Direction: ({ routes, activeRoute, origin, destination, travelModeLabels, points, showLoader, loader, onTravelModeChange, onRouteChange, onZoomChange, }: IDirectionBasedMapBase) => react_jsx_runtime.JSX.Element | null;
|
1191
1192
|
Failed: ({ message }: IFailureMap) => react_jsx_runtime.JSX.Element | null;
|
1192
1193
|
Loading: ({ loader }: {
|
1193
1194
|
loader: React$1.ReactNode;
|
package/build/index.d.ts
CHANGED
@@ -1162,6 +1162,7 @@ interface ILocationBasedMap {
|
|
1162
1162
|
}
|
1163
1163
|
interface IDirectionBasedMapBase {
|
1164
1164
|
routes: IRoutes;
|
1165
|
+
activeRoute: IRoute | null;
|
1165
1166
|
points?: IPoints;
|
1166
1167
|
showLoader: boolean;
|
1167
1168
|
loader?: React$1.ReactNode;
|
@@ -1187,7 +1188,7 @@ interface TravelModeLabels {
|
|
1187
1188
|
declare const Map: {
|
1188
1189
|
(props: IMap): react_jsx_runtime.JSX.Element;
|
1189
1190
|
Location: ({ points, showLoader, loader, origin, onRadiusChange, onZoomChange, onAreaChange, }: ILocationBasedMap) => react_jsx_runtime.JSX.Element | null;
|
1190
|
-
Direction: ({ routes, origin, destination, travelModeLabels, points, showLoader, loader, onTravelModeChange, onRouteChange, onZoomChange, }: IDirectionBasedMapBase) => react_jsx_runtime.JSX.Element | null;
|
1191
|
+
Direction: ({ routes, activeRoute, origin, destination, travelModeLabels, points, showLoader, loader, onTravelModeChange, onRouteChange, onZoomChange, }: IDirectionBasedMapBase) => react_jsx_runtime.JSX.Element | null;
|
1191
1192
|
Failed: ({ message }: IFailureMap) => react_jsx_runtime.JSX.Element | null;
|
1192
1193
|
Loading: ({ loader }: {
|
1193
1194
|
loader: React$1.ReactNode;
|