@abi-software/flatmapvuer 0.5.5 → 0.5.6

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/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/flatmapvuer",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/flatmapvuer",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/flatmapvuer.common.js",
6
6
  "files": [
@@ -648,6 +648,7 @@ export default {
648
648
  if (data && data.type !== "marker" && eventType === "click"){
649
649
  this.checkAndCreatePopups(payload);
650
650
  }
651
+ this.$emit("resource-selected", payload);
651
652
  } else {
652
653
  this.$emit("pan-zoom-callback", data);
653
654
  }