@abi-software/map-side-bar 2.7.2-beta.4 → 2.7.2-beta.5

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.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/map-side-bar",
3
- "version": "2.7.2-beta.4",
3
+ "version": "2.7.2-beta.5",
4
4
  "files": [
5
5
  "dist/*",
6
6
  "src/*",
@@ -232,6 +232,15 @@ export default {
232
232
  flatmapApi: '',
233
233
  }
234
234
  },
235
+ watch: {
236
+ entry: {
237
+ handler: function (val) {
238
+ this.onConnectivitySourceChange();
239
+ },
240
+ immediate: true,
241
+ deep: true,
242
+ }
243
+ },
235
244
  computed: {
236
245
  resources: function () {
237
246
  let resources = [];