@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.
@@ -97,6 +97,11 @@ var SingleList = {
97
97
  }
98
98
  },
99
99
  watch: {
100
+ selectedValue: function selectedValue(newVal) {
101
+ if (this.$data.currentValue !== newVal) {
102
+ this.setValue(newVal || '');
103
+ }
104
+ },
100
105
  options: function options(newVal) {
101
106
  if (newVal) {
102
107
  this.modifiedOptions = newVal[this.$props.dataField] ? newVal[this.$props.dataField].buckets : [];
@@ -120,11 +125,6 @@ var SingleList = {
120
125
  this.setValue(newVal);
121
126
  }
122
127
  },
123
- selectedValue: function selectedValue(newVal) {
124
- if (this.$data.currentValue !== newVal) {
125
- this.setValue(newVal || '');
126
- }
127
- },
128
128
  defaultQuery: function defaultQuery(newVal, oldVal) {
129
129
  if (!index.isQueryIdentical(newVal, oldVal, this.$data.currentValue, this.$props)) {
130
130
  this.updateDefaultQueryHandler(this.$data.currentValue, this.$props);
package/dist/cjs/index.js CHANGED
@@ -41,7 +41,7 @@ require('compute-scroll-into-view');
41
41
  require('./Container-1c05785a.js');
42
42
  require('vue-highlight-words');
43
43
  require('@appbaseio/reactivecore/lib/actions/query');
44
- var install = require('./install-63340f7c.js');
44
+ var install = require('./install-b9ecb6e6.js');
45
45
  require('@appbaseio/reactivecore/lib/utils/suggestions');
46
46
  require('./FormControlList-2c10e01a.js');
47
47
  require('./utils-a3db8765.js');
@@ -41,7 +41,7 @@ require('compute-scroll-into-view');
41
41
  require('./Container-1c05785a.js');
42
42
  require('vue-highlight-words');
43
43
  require('@appbaseio/reactivecore/lib/actions/query');
44
- var install = require('./install-63340f7c.js');
44
+ var install = require('./install-b9ecb6e6.js');
45
45
  require('@appbaseio/reactivecore/lib/utils/suggestions');
46
46
  require('./FormControlList-2c10e01a.js');
47
47
  require('./utils-a3db8765.js');
@@ -2,6 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var version = "3.3.3";
5
+ var version = "3.3.4";
6
6
 
7
7
  exports.default = version;
@@ -91,6 +91,11 @@ var SingleList = {
91
91
  }
92
92
  },
93
93
  watch: {
94
+ selectedValue: function selectedValue(newVal) {
95
+ if (this.$data.currentValue !== newVal) {
96
+ this.setValue(newVal || '');
97
+ }
98
+ },
94
99
  options: function options(newVal) {
95
100
  if (newVal) {
96
101
  this.modifiedOptions = newVal[this.$props.dataField] ? newVal[this.$props.dataField].buckets : [];
@@ -114,11 +119,6 @@ var SingleList = {
114
119
  this.setValue(newVal);
115
120
  }
116
121
  },
117
- selectedValue: function selectedValue(newVal) {
118
- if (this.$data.currentValue !== newVal) {
119
- this.setValue(newVal || '');
120
- }
121
- },
122
122
  defaultQuery: function defaultQuery(newVal, oldVal) {
123
123
  if (!isQueryIdentical(newVal, oldVal, this.$data.currentValue, this.$props)) {
124
124
  this.updateDefaultQueryHandler(this.$data.currentValue, this.$props);
package/dist/es/index.js CHANGED
@@ -37,8 +37,8 @@ import 'compute-scroll-into-view';
37
37
  import './Container-e2261542.js';
38
38
  import 'vue-highlight-words';
39
39
  import '@appbaseio/reactivecore/lib/actions/query';
40
- import { i as install } from './install-0dab9c28.js';
41
- export { A as AIAnswer, R as ReactiveComponentPrivate, T as TreeList, i as install } from './install-0dab9c28.js';
40
+ import { i as install } from './install-d73241e0.js';
41
+ export { A as AIAnswer, R as ReactiveComponentPrivate, T as TreeList, i as install } from './install-d73241e0.js';
42
42
  import '@appbaseio/reactivecore/lib/utils/suggestions';
43
43
  import './FormControlList-968ff972.js';
44
44
  import './utils-badbb2a8.js';
@@ -37,7 +37,7 @@ import 'compute-scroll-into-view';
37
37
  import './Container-e2261542.js';
38
38
  import 'vue-highlight-words';
39
39
  import '@appbaseio/reactivecore/lib/actions/query';
40
- export { i as default } from './install-0dab9c28.js';
40
+ export { i as default } from './install-d73241e0.js';
41
41
  import '@appbaseio/reactivecore/lib/utils/suggestions';
42
42
  import './FormControlList-968ff972.js';
43
43
  import './utils-badbb2a8.js';
@@ -1,3 +1,3 @@
1
- var version = "3.3.3";
1
+ var version = "3.3.4";
2
2
 
3
3
  export default version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appbaseio/reactivesearch-vue",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "main": "dist/cjs/index.js",
5
5
  "jsnext:main": "dist/es/index.js",
6
6
  "module": "dist/es/index.js",