@heycar/heycars-map 0.6.0 → 0.6.1
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.
- package/dist/index.cjs +1 -2
- package/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3859,7 +3859,6 @@ const BusinessRecomendPlaceMap = defineLagecySetup(function BusinessRecomendPlac
|
|
|
3859
3859
|
geoDefaultPosition,
|
|
3860
3860
|
getRecomendPlace,
|
|
3861
3861
|
getDefaultCenterPlace,
|
|
3862
|
-
onChangePlace,
|
|
3863
3862
|
mapContext
|
|
3864
3863
|
} = props;
|
|
3865
3864
|
const pipedGetRecomendPlace = pipeOnlyLastEffect(getRecomendPlace);
|
|
@@ -3900,7 +3899,7 @@ const BusinessRecomendPlaceMap = defineLagecySetup(function BusinessRecomendPlac
|
|
|
3900
3899
|
centerPlace.lng = place.lng;
|
|
3901
3900
|
centerPlace.lat = place.lat;
|
|
3902
3901
|
centerPlace.name = place.name;
|
|
3903
|
-
|
|
3902
|
+
emit("changePlace", {
|
|
3904
3903
|
...place
|
|
3905
3904
|
});
|
|
3906
3905
|
updatePlaceCandidates(place);
|
package/dist/index.js
CHANGED
|
@@ -3857,7 +3857,6 @@ const BusinessRecomendPlaceMap = defineLagecySetup(function BusinessRecomendPlac
|
|
|
3857
3857
|
geoDefaultPosition,
|
|
3858
3858
|
getRecomendPlace,
|
|
3859
3859
|
getDefaultCenterPlace,
|
|
3860
|
-
onChangePlace,
|
|
3861
3860
|
mapContext
|
|
3862
3861
|
} = props;
|
|
3863
3862
|
const pipedGetRecomendPlace = pipeOnlyLastEffect(getRecomendPlace);
|
|
@@ -3898,7 +3897,7 @@ const BusinessRecomendPlaceMap = defineLagecySetup(function BusinessRecomendPlac
|
|
|
3898
3897
|
centerPlace.lng = place.lng;
|
|
3899
3898
|
centerPlace.lat = place.lat;
|
|
3900
3899
|
centerPlace.name = place.name;
|
|
3901
|
-
|
|
3900
|
+
emit("changePlace", {
|
|
3902
3901
|
...place
|
|
3903
3902
|
});
|
|
3904
3903
|
updatePlaceCandidates(place);
|