@appbaseio/reactivesearch-vue 1.36.3 → 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.
- package/dist/@appbaseio/reactivesearch-vue.umd.js +12 -2
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +2 -2
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/DataSearch.js +4 -1
- package/dist/cjs/ReactiveGoogleMap.js +8 -0
- package/dist/cjs/version.js +1 -1
- package/dist/es/DataSearch.js +4 -1
- package/dist/es/ReactiveGoogleMap.js +8 -0
- package/dist/es/version.js +1 -1
- package/package.json +1 -1
|
@@ -19283,7 +19283,10 @@
|
|
|
19283
19283
|
},
|
|
19284
19284
|
clearValue: function clearValue() {
|
|
19285
19285
|
this.isPending = false;
|
|
19286
|
-
this.
|
|
19286
|
+
if (!this.$props.enableDefaultSuggestions) {
|
|
19287
|
+
this.isOpen = false;
|
|
19288
|
+
}
|
|
19289
|
+
this.setValue('', false);
|
|
19287
19290
|
this.onValueSelectedHandler('', lib_7.CLEAR_VALUE);
|
|
19288
19291
|
},
|
|
19289
19292
|
handleKeyDown: function handleKeyDown(event, highlightedIndex) {
|
|
@@ -34005,6 +34008,13 @@
|
|
|
34005
34008
|
markerIcon: null
|
|
34006
34009
|
};
|
|
34007
34010
|
},
|
|
34011
|
+
watch: {
|
|
34012
|
+
marker: function marker(newVal, oldVal) {
|
|
34013
|
+
if (!helper_33(newVal, oldVal)) {
|
|
34014
|
+
this.markerIcon = null;
|
|
34015
|
+
}
|
|
34016
|
+
}
|
|
34017
|
+
},
|
|
34008
34018
|
methods: {
|
|
34009
34019
|
setIcon: function setIcon(icon) {
|
|
34010
34020
|
this.markerIcon = icon;
|
|
@@ -34987,7 +34997,7 @@
|
|
|
34987
34997
|
});
|
|
34988
34998
|
}
|
|
34989
34999
|
|
|
34990
|
-
var version = "1.36.
|
|
35000
|
+
var version = "1.36.5";
|
|
34991
35001
|
|
|
34992
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];
|
|
34993
35003
|
function install (Vue) {
|