@appbaseio/reactivesearch-vue 1.36.4 → 1.36.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.
@@ -34008,6 +34008,13 @@
34008
34008
  markerIcon: null
34009
34009
  };
34010
34010
  },
34011
+ watch: {
34012
+ marker: function marker(newVal, oldVal) {
34013
+ if (!helper_33(newVal, oldVal)) {
34014
+ this.markerIcon = null;
34015
+ }
34016
+ }
34017
+ },
34011
34018
  methods: {
34012
34019
  setIcon: function setIcon(icon) {
34013
34020
  this.markerIcon = icon;
@@ -34990,7 +34997,7 @@
34990
34997
  });
34991
34998
  }
34992
34999
 
34993
- var version = "1.36.4";
35000
+ var version = "1.36.5";
34994
35001
 
34995
35002
  var components$1 = [RLConnected, ResultCard, ResultList, ReactiveBase, DSConnected, SBConnected, ListConnected, ListConnected$1, RangeConnected$1, RangeConnected$2, RangeConnected$3, RangeConnected, RcConnected, RcConnected$1, RcConnected$2, TBConnected, ListConnected$2, ListConnected$3, StateProviderConnected, RangeConnected$4];
34996
35003
  function install (Vue) {