@appbaseio/reactivesearch-vue 3.3.3 → 3.3.4

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.
@@ -31516,6 +31516,11 @@
31516
31516
  }
31517
31517
  },
31518
31518
  watch: {
31519
+ selectedValue: function selectedValue(newVal) {
31520
+ if (this.$data.currentValue !== newVal) {
31521
+ this.setValue(newVal || '');
31522
+ }
31523
+ },
31519
31524
  options: function options(newVal) {
31520
31525
  if (newVal) {
31521
31526
  this.modifiedOptions = newVal[this.$props.dataField] ? newVal[this.$props.dataField].buckets : [];
@@ -31539,11 +31544,6 @@
31539
31544
  this.setValue(newVal);
31540
31545
  }
31541
31546
  },
31542
- selectedValue: function selectedValue(newVal) {
31543
- if (this.$data.currentValue !== newVal) {
31544
- this.setValue(newVal || '');
31545
- }
31546
- },
31547
31547
  defaultQuery: function defaultQuery(newVal, oldVal) {
31548
31548
  if (!isQueryIdentical(newVal, oldVal, this.$data.currentValue, this.$props)) {
31549
31549
  this.updateDefaultQueryHandler(this.$data.currentValue, this.$props);
@@ -47178,7 +47178,7 @@
47178
47178
  }, queryString, renderFunction);
47179
47179
  }
47180
47180
 
47181
- var version = "3.3.3";
47181
+ var version = "3.3.4";
47182
47182
 
47183
47183
  var components = [RLConnected, ResultCard, ResultList, ReactiveBase, SBConnected, ListConnected, ListConnected$1, RangeConnected$1, RangeConnected$2, RangeConnected$3, RangeConnected, RcConnected, RcConnected$1, RcConnected$2, TBConnected, ListConnected$2, ListConnected$3, StateProviderConnected, RangeConnected$4, TreeListConnected, AIConnected];
47184
47184
  function install$1 (Vue) {