@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.
- package/dist/@appbaseio/reactivesearch-vue.umd.js +6 -6
- 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/SingleList.js +5 -5
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/install.js +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/es/SingleList.js +5 -5
- package/dist/es/index.js +2 -2
- package/dist/es/install.js +1 -1
- package/dist/es/version.js +1 -1
- package/package.json +1 -1
- /package/dist/cjs/{install-63340f7c.js → install-b9ecb6e6.js} +0 -0
- /package/dist/es/{install-0dab9c28.js → install-d73241e0.js} +0 -0
package/dist/cjs/SingleList.js
CHANGED
|
@@ -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-
|
|
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');
|
package/dist/cjs/install.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-
|
|
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');
|
package/dist/cjs/version.js
CHANGED
package/dist/es/SingleList.js
CHANGED
|
@@ -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-
|
|
41
|
-
export { A as AIAnswer, R as ReactiveComponentPrivate, T as TreeList, i as install } from './install-
|
|
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';
|
package/dist/es/install.js
CHANGED
|
@@ -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-
|
|
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';
|
package/dist/es/version.js
CHANGED
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|