@appbaseio/reactivesearch-vue 1.32.2 → 1.32.3
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/@appbaseio/reactivesearch-vue.umd.js +2 -2
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/ReactiveGoogleMap.js +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/es/ReactiveGoogleMap.js +1 -1
- package/dist/es/version.js +1 -1
- package/package.json +1 -1
|
@@ -36523,7 +36523,7 @@
|
|
|
36523
36523
|
this.setOpenMarkers(newOpenMarkers);
|
|
36524
36524
|
handlePreserveCenter(true);
|
|
36525
36525
|
this.triggerAnalytics(id, index);
|
|
36526
|
-
this.$emit('open-marker-popover', marker
|
|
36526
|
+
this.$emit('open-marker-popover', marker);
|
|
36527
36527
|
},
|
|
36528
36528
|
removeMarkers: function removeMarkers() {
|
|
36529
36529
|
if (this.$clusterObject) {
|
|
@@ -38093,7 +38093,7 @@
|
|
|
38093
38093
|
});
|
|
38094
38094
|
}
|
|
38095
38095
|
|
|
38096
|
-
var version = "1.32.
|
|
38096
|
+
var version = "1.32.3";
|
|
38097
38097
|
|
|
38098
38098
|
var _templateObject$q, _templateObject2$c;
|
|
38099
38099
|
|