@adactive/adsum-wayfindingcontrols-asia
Advanced tools
Comparing version 2.5.4 to 2.5.5
{ | ||
"name": "@adactive/adsum-wayfindingcontrols-asia", | ||
"version": "2.5.4", | ||
"version": "2.5.5", | ||
"description": "Adsum Way Finding Controls Component", | ||
@@ -40,3 +40,3 @@ "main": "index.js", | ||
], | ||
"gitHead": "2121186bd4ef7818108a494d1da8bb7abe7ef99f" | ||
"gitHead": "7ab0b2fbd88be57a246385ca5758420dbbc27bad" | ||
} |
@@ -18,6 +18,4 @@ // @flow | ||
type MappedDispatchPropsType = {| | ||
setPercentage: (percentage: ?number) => void, | ||
resetMap: (animated: boolean) => void, | ||
changeFloor: (floorId: number) => void, | ||
takeMeThere: (poi: *) => void, | ||
tmtt: (poi: *) => void, | ||
destination: (poi: *) => void, | ||
@@ -24,0 +22,0 @@ placeDestination: (poiPlace: *) => void, |
@@ -17,5 +17,5 @@ // @flow | ||
export function tmtt(poi, poiPlace) { | ||
export function tmtt(poi, poiPlace, pmr) { | ||
if (poi && poi.placeId) { | ||
store.dispatch(WayfindingActions.goToPlaceAction(poi.placeId)); | ||
store.dispatch(WayfindingActions.goToPlaceAction(poi.placeId, pmr ? pmr : false)); | ||
} | ||
@@ -22,0 +22,0 @@ return (dispatch) => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24679
483