@appbaseio/reactivesearch-vue 1.34.1 → 1.35.1

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.
Files changed (59) hide show
  1. package/dist/@appbaseio/reactivesearch-vue.umd.js +397 -364
  2. package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
  3. package/dist/@appbaseio/reactivesearch-vue.umd.min.js +6 -6
  4. package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
  5. package/dist/cjs/DataSearch.js +5 -4
  6. package/dist/cjs/{DropDown-7a52c661.js → DropDown-c6b79b05.js} +1 -1
  7. package/dist/cjs/DynamicRangeSlider.js +2 -1
  8. package/dist/cjs/MultiDropdownList.js +3 -2
  9. package/dist/cjs/MultiList.js +2 -1
  10. package/dist/cjs/MultiRange.js +2 -1
  11. package/dist/cjs/{Pagination-e56a5b79.js → Pagination-6d184d4a.js} +1 -1
  12. package/dist/cjs/RangeInput.js +2 -1
  13. package/dist/cjs/RangeSlider.js +2 -1
  14. package/dist/cjs/ReactiveBase.js +1 -1
  15. package/dist/cjs/ReactiveComponent.js +16 -5
  16. package/dist/cjs/{ReactiveComponentPrivate-244c6055.js → ReactiveComponentPrivate-58fb2a97.js} +5 -4
  17. package/dist/cjs/ReactiveComponentPrivate.js +5 -5
  18. package/dist/cjs/ReactiveGoogleMap.js +5 -2
  19. package/dist/cjs/ReactiveList.js +3 -2
  20. package/dist/cjs/ResultCard.js +1 -1
  21. package/dist/cjs/ResultList.js +1 -1
  22. package/dist/cjs/SelectedFilters.js +1 -1
  23. package/dist/cjs/SingleDropdownList.js +3 -2
  24. package/dist/cjs/SingleList.js +2 -1
  25. package/dist/cjs/SingleRange.js +2 -1
  26. package/dist/cjs/{Tags-4ec43831.js → Tags-d464c22e.js} +1 -1
  27. package/dist/cjs/ToggleButton.js +2 -1
  28. package/dist/cjs/index.js +5 -5
  29. package/dist/cjs/install.js +5 -5
  30. package/dist/cjs/version.js +1 -1
  31. package/dist/cjs/{vueTypes-b7007f5f.js → vueTypes-568ce5e6.js} +1 -0
  32. package/dist/es/DataSearch.js +5 -4
  33. package/dist/es/{DropDown-2c0dd714.js → DropDown-c685912c.js} +1 -1
  34. package/dist/es/DynamicRangeSlider.js +2 -1
  35. package/dist/es/MultiDropdownList.js +3 -2
  36. package/dist/es/MultiList.js +2 -1
  37. package/dist/es/MultiRange.js +2 -1
  38. package/dist/es/{Pagination-edeb7dbe.js → Pagination-f477f92f.js} +1 -1
  39. package/dist/es/RangeInput.js +2 -1
  40. package/dist/es/RangeSlider.js +2 -1
  41. package/dist/es/ReactiveBase.js +1 -1
  42. package/dist/es/ReactiveComponent.js +16 -5
  43. package/dist/es/{ReactiveComponentPrivate-6f16e1b7.js → ReactiveComponentPrivate-ce4fdbbd.js} +5 -4
  44. package/dist/es/ReactiveComponentPrivate.js +5 -5
  45. package/dist/es/ReactiveGoogleMap.js +5 -2
  46. package/dist/es/ReactiveList.js +3 -2
  47. package/dist/es/ResultCard.js +1 -1
  48. package/dist/es/ResultList.js +1 -1
  49. package/dist/es/SelectedFilters.js +1 -1
  50. package/dist/es/SingleDropdownList.js +3 -2
  51. package/dist/es/SingleList.js +2 -1
  52. package/dist/es/SingleRange.js +2 -1
  53. package/dist/es/{Tags-1c2d6c4d.js → Tags-ebf363ec.js} +1 -1
  54. package/dist/es/ToggleButton.js +2 -1
  55. package/dist/es/index.js +5 -5
  56. package/dist/es/install.js +5 -5
  57. package/dist/es/version.js +1 -1
  58. package/dist/es/{vueTypes-66ebc93e.js → vueTypes-7f572665.js} +1 -0
  59. package/package.json +87 -87
@@ -3,7 +3,7 @@ import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
3
3
  import { a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
4
4
  import VueTypes from 'vue-types';
5
5
  import '@appbaseio/vue-emotion';
6
- import { t as types } from './vueTypes-66ebc93e.js';
6
+ import { t as types } from './vueTypes-7f572665.js';
7
7
  import 'redux';
8
8
  import { f as updateCustomQuery, d as getValidPropsKeys, i as isQueryIdentical, c as connect } from './index-5509c0bc.js';
9
9
  import { P as PreferencesConsumer } from './PreferencesConsumer-86a676c8.js';
@@ -35,6 +35,7 @@ var DynamicRangeSlider = {
35
35
  className: VueTypes.string.def(''),
36
36
  rangeLabels: types.func,
37
37
  componentId: types.stringRequired,
38
+ compoundClause: types.compoundClause,
38
39
  customQuery: types.func,
39
40
  data: types.data,
40
41
  dataField: types.stringRequired,
@@ -6,7 +6,7 @@ import 'emotion';
6
6
  import '@appbaseio/vue-emotion';
7
7
  import 'polished';
8
8
  import { l as loadMoreContainer, B as Button } from './Button-153cd885.js';
9
- import { t as types } from './vueTypes-66ebc93e.js';
9
+ import { t as types } from './vueTypes-7f572665.js';
10
10
  import '@appbaseio/reactivecore/lib/utils/transform';
11
11
  import 'redux';
12
12
  import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, q as parseValueArray, g as getComponent, h as hasCustomRenderer, c as connect } from './index-5509c0bc.js';
@@ -20,7 +20,7 @@ import 'compute-scroll-into-view';
20
20
  import { C as Container } from './Container-d00219f7.js';
21
21
  import '@appbaseio/reactivecore/lib/utils/suggestions';
22
22
  import { g as getAggsQuery } from './utils-9e5a16a1.js';
23
- import { D as Dropdown } from './DropDown-2c0dd714.js';
23
+ import { D as Dropdown } from './DropDown-c685912c.js';
24
24
 
25
25
  var updateQuery = Actions.updateQuery,
26
26
  setQueryOptions = Actions.setQueryOptions,
@@ -52,6 +52,7 @@ var MultiDropdownList = {
52
52
  beforeValueChange: types.func,
53
53
  className: VueTypes.string.def(''),
54
54
  componentId: types.stringRequired,
55
+ compoundClause: types.compoundClause,
55
56
  customQuery: types.func,
56
57
  dataField: types.stringRequired,
57
58
  defaultValue: types.stringArray,
@@ -5,7 +5,7 @@ import VueTypes from 'vue-types';
5
5
  import 'emotion';
6
6
  import '@appbaseio/vue-emotion';
7
7
  import 'polished';
8
- import { t as types } from './vueTypes-66ebc93e.js';
8
+ import { t as types } from './vueTypes-7f572665.js';
9
9
  import '@appbaseio/reactivecore/lib/utils/transform';
10
10
  import 'redux';
11
11
  import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, o as isEvent, q as parseValueArray, g as getComponent, h as hasCustomRenderer, c as connect } from './index-5509c0bc.js';
@@ -38,6 +38,7 @@ var MultiList = {
38
38
  beforeValueChange: types.func,
39
39
  className: VueTypes.string.def(''),
40
40
  componentId: types.stringRequired,
41
+ compoundClause: types.compoundClause,
41
42
  customQuery: types.func,
42
43
  dataField: types.stringRequired,
43
44
  defaultQuery: types.func,
@@ -5,7 +5,7 @@ import VueTypes from 'vue-types';
5
5
  import 'emotion';
6
6
  import '@appbaseio/vue-emotion';
7
7
  import 'polished';
8
- import { t as types } from './vueTypes-66ebc93e.js';
8
+ import { t as types } from './vueTypes-7f572665.js';
9
9
  import '@appbaseio/reactivecore/lib/utils/transform';
10
10
  import 'redux';
11
11
  import { q as parseValueArray, f as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-5509c0bc.js';
@@ -37,6 +37,7 @@ var MultiRange = {
37
37
  beforeValueChange: types.func,
38
38
  className: VueTypes.string.def(''),
39
39
  componentId: types.stringRequired,
40
+ compoundClause: types.compoundClause,
40
41
  customQuery: types.func,
41
42
  data: types.data,
42
43
  dataField: types.stringRequired,
@@ -1,7 +1,7 @@
1
1
  import { helper } from '@appbaseio/reactivecore';
2
2
  import VueTypes from 'vue-types';
3
3
  import { p as pagination, B as Button } from './Button-153cd885.js';
4
- import { t as types } from './vueTypes-66ebc93e.js';
4
+ import { t as types } from './vueTypes-7f572665.js';
5
5
 
6
6
  var getClassName = helper.getClassName,
7
7
  handleA11yAction = helper.handleA11yAction;
@@ -5,7 +5,7 @@ import VueTypes from 'vue-types';
5
5
  import { css } from 'emotion';
6
6
  import styled from '@appbaseio/vue-emotion';
7
7
  import 'polished';
8
- import { t as types } from './vueTypes-66ebc93e.js';
8
+ import { t as types } from './vueTypes-7f572665.js';
9
9
  import '@appbaseio/reactivecore/lib/utils/transform';
10
10
  import 'redux';
11
11
  import { c as connect } from './index-5509c0bc.js';
@@ -74,6 +74,7 @@ var RangeInput = {
74
74
  stepValue: types.number,
75
75
  componentStyle: types.style,
76
76
  componentId: types.stringRequired,
77
+ compoundClause: types.compoundClause,
77
78
  includeNullValues: VueTypes.bool,
78
79
  beforeValueChange: types.func,
79
80
  customQuery: types.func,
@@ -3,7 +3,7 @@ import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
3
3
  import { a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
4
4
  import VueTypes from 'vue-types';
5
5
  import '@appbaseio/vue-emotion';
6
- import { t as types } from './vueTypes-66ebc93e.js';
6
+ import { t as types } from './vueTypes-7f572665.js';
7
7
  import '@appbaseio/reactivecore/lib/utils/transform';
8
8
  import 'redux';
9
9
  import { f as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-5509c0bc.js';
@@ -45,6 +45,7 @@ var RangeSlider = {
45
45
  }),
46
46
  rangeLabels: types.rangeLabels,
47
47
  componentId: types.stringRequired,
48
+ compoundClause: types.compoundClause,
48
49
  customQuery: types.func,
49
50
  data: types.data,
50
51
  dataField: types.stringRequired,
@@ -4,7 +4,7 @@ import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPlugin
4
4
  import VueTypes from 'vue-types';
5
5
  import { isEqual as isEqual$1, transformRequestUsingEndpoint } from '@appbaseio/reactivecore/lib/utils/helper';
6
6
  import styled from '@appbaseio/vue-emotion';
7
- import { t as types } from './vueTypes-66ebc93e.js';
7
+ import { t as types } from './vueTypes-7f572665.js';
8
8
  import 'redux';
9
9
  import { c as connect, e as composeThemeObject, X as X_SEARCH_CLIENT } from './index-5509c0bc.js';
10
10
  import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props';
@@ -2,7 +2,7 @@ import { Actions, helper } from '@appbaseio/reactivecore';
2
2
  import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
3
3
  import { a as _extends, b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-ded08042.js';
4
4
  import VueTypes from 'vue-types';
5
- import { t as types } from './vueTypes-66ebc93e.js';
5
+ import { t as types } from './vueTypes-7f572665.js';
6
6
  import '@appbaseio/reactivecore/lib/utils/transform';
7
7
  import 'redux';
8
8
  import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, c as connect } from './index-5509c0bc.js';
@@ -24,6 +24,7 @@ var ReactiveComponent = {
24
24
  name: 'ReactiveComponent',
25
25
  props: {
26
26
  componentId: types.stringRequired,
27
+ compoundClause: types.compoundClause,
27
28
  aggregationField: types.string,
28
29
  aggregationSize: VueTypes.number,
29
30
  size: VueTypes.number,
@@ -38,6 +39,11 @@ var ReactiveComponent = {
38
39
  index: VueTypes.string,
39
40
  endpoint: types.endpointConfig
40
41
  },
42
+ data: function data() {
43
+ return {
44
+ currentValue: this.selectedValue
45
+ };
46
+ },
41
47
  created: function created() {
42
48
  var _this = this;
43
49
  var props = this.$props;
@@ -126,6 +132,12 @@ var ReactiveComponent = {
126
132
  }
127
133
  },
128
134
  watch: {
135
+ selectedValue: function selectedValue(newVal, oldVal) {
136
+ if (!isEqual(newVal, oldVal)) {
137
+ this.$emit('data', this.getData());
138
+ this.currentValue = newVal;
139
+ }
140
+ },
129
141
  hits: function hits(newVal, oldVal) {
130
142
  if (!isEqual(newVal, oldVal)) {
131
143
  this.$emit('data', this.getData());
@@ -206,14 +218,13 @@ var ReactiveComponent = {
206
218
  try {
207
219
  var dom = this.$scopedSlots["default"];
208
220
  var error = this.error,
209
- isLoading = this.isLoading,
210
- selectedValue = this.selectedValue;
221
+ isLoading = this.isLoading;
211
222
  var propsToBePassed = _extends({
212
223
  error: error,
213
224
  loading: isLoading
214
225
  }, this.getData(), {
215
- value: selectedValue,
216
- setQuery: this.setQuery
226
+ setQuery: this.setQuery,
227
+ value: this.currentValue
217
228
  });
218
229
  return h("div", [dom(propsToBePassed)]);
219
230
  } catch (e) {
@@ -5,14 +5,14 @@ import VueTypes from 'vue-types';
5
5
  import { getQueryOptions, suggestionTypes } from '@appbaseio/reactivecore/lib/utils/helper';
6
6
  import styled from '@appbaseio/vue-emotion';
7
7
  import { B as Button } from './Button-153cd885.js';
8
- import { t as types } from './vueTypes-66ebc93e.js';
8
+ import { t as types } from './vueTypes-7f572665.js';
9
9
  import { RLConnected } from './ReactiveList.js';
10
10
  import { n as decodeHtml, h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, u as updateDefaultQuery, f as updateCustomQuery, a as isFunction, k as isEmpty, p as parseFocusShortcuts, l as extractModifierKeysFromFocusShortcuts, c as connect } from './index-5509c0bc.js';
11
11
  import { C as ComponentWrapper } from './ComponentWrapper-edaeaceb.js';
12
12
  import { P as PreferencesConsumer } from './PreferencesConsumer-86a676c8.js';
13
13
  import { T as Title } from './Title-863dfa42.js';
14
14
  import hotkeys from 'hotkeys-js';
15
- import { S as SearchSvg, a as SuggestionWrapper, I as InputAddon, M as Mic, T as TagItem, b as TagsContainer, c as InputGroup, C as CustomSvg, d as SuggestionItem } from './Tags-1c2d6c4d.js';
15
+ import { S as SearchSvg, a as SuggestionWrapper, I as InputAddon, M as Mic, T as TagItem, b as TagsContainer, c as InputGroup, C as CustomSvg, d as SuggestionItem } from './Tags-ebf363ec.js';
16
16
  import { C as CancelSvg, a as IconGroup, I as IconWrapper, D as Downshift, b as InputWrapper } from './CancelSvg-e40552a5.js';
17
17
  import { s as suggestionsContainer, I as Input, a as suggestions } from './Input-c09c0b56.js';
18
18
  import { C as Container } from './Container-d00219f7.js';
@@ -133,6 +133,7 @@ var SearchBox = {
133
133
  className: VueTypes.string.def(''),
134
134
  clearIcon: types.children,
135
135
  componentId: types.stringRequired,
136
+ compoundClause: types.compoundClause,
136
137
  customHighlight: types.func,
137
138
  customQuery: types.func,
138
139
  defaultQuery: types.func,
@@ -819,14 +820,14 @@ var SearchBox = {
819
820
  }, [this.renderIcon()])])]);
820
821
  },
821
822
  focusSearchBox: function focusSearchBox(event) {
822
- var _this$$refs, _this$$refs$this$$pro;
823
+ var _this$$refs;
823
824
  var elt = event.target || event.srcElement;
824
825
  var tagName = elt.tagName;
825
826
  if (elt.isContentEditable || tagName === 'INPUT' || tagName === 'SELECT' || tagName === 'TEXTAREA') {
826
827
  // already in an input
827
828
  return;
828
829
  }
829
- (_this$$refs = this.$refs) == null ? void 0 : (_this$$refs$this$$pro = _this$$refs[this.$props.innerRef]) == null ? void 0 : _this$$refs$this$$pro.focus(); // eslint-disable-line
830
+ (_this$$refs = this.$refs) == null || (_this$$refs = _this$$refs[this.$props.innerRef]) == null ? void 0 : _this$$refs.focus(); // eslint-disable-line
830
831
  },
831
832
  listenForFocusShortcuts: function listenForFocusShortcuts() {
832
833
  var _this5 = this;
@@ -7,8 +7,8 @@ import 'emotion';
7
7
  import '@appbaseio/vue-emotion';
8
8
  import 'polished';
9
9
  import './Button-153cd885.js';
10
- import './vueTypes-66ebc93e.js';
11
- import './Pagination-edeb7dbe.js';
10
+ import './vueTypes-7f572665.js';
11
+ import './Pagination-f477f92f.js';
12
12
  import './ReactiveList.js';
13
13
  import '@appbaseio/reactivecore/lib/utils/transform';
14
14
  import 'redux';
@@ -21,19 +21,19 @@ import './ListItem-07888a65.js';
21
21
  import './Card-19ad6d90.js';
22
22
  import './Flex-7c177a10.js';
23
23
  import 'hotkeys-js';
24
- import './Tags-1c2d6c4d.js';
24
+ import './Tags-ebf363ec.js';
25
25
  import './CancelSvg-e40552a5.js';
26
26
  import './Input-c09c0b56.js';
27
27
  import 'compute-scroll-into-view';
28
28
  import './Container-d00219f7.js';
29
29
  import 'vue-highlight-words';
30
- export { R as default } from './ReactiveComponentPrivate-6f16e1b7.js';
30
+ export { R as default } from './ReactiveComponentPrivate-ce4fdbbd.js';
31
31
  import '@appbaseio/reactivecore/lib/utils/suggestions';
32
32
  import './FormControlList-99797d0a.js';
33
33
  import './utils-9e5a16a1.js';
34
34
  import './SingleList.js';
35
35
  import './MultiList.js';
36
- import './DropDown-2c0dd714.js';
36
+ import './DropDown-c685912c.js';
37
37
  import './SingleDropdownList.js';
38
38
  import './MultiDropdownList.js';
39
39
  import './ToggleButton.js';
@@ -6,8 +6,8 @@ import 'emotion';
6
6
  import styled, { css } from '@appbaseio/vue-emotion';
7
7
  import 'polished';
8
8
  import './Button-153cd885.js';
9
- import { t as types } from './vueTypes-66ebc93e.js';
10
- import { P as Pagination } from './Pagination-edeb7dbe.js';
9
+ import { t as types } from './vueTypes-7f572665.js';
10
+ import { P as Pagination } from './Pagination-f477f92f.js';
11
11
  import '@appbaseio/reactivecore/lib/utils/transform';
12
12
  import 'redux';
13
13
  import { h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, a as isFunction, c as connect } from './index-5509c0bc.js';
@@ -100,6 +100,7 @@ var ReactiveMap = {
100
100
  props: {
101
101
  className: types.string,
102
102
  componentId: types.stringRequired,
103
+ compoundClause: types.compoundClause,
103
104
  dataField: types.stringRequired,
104
105
  react: types.react,
105
106
  size: types.number,
@@ -2006,6 +2007,7 @@ var ReactiveGoogleMap = {
2006
2007
  props: {
2007
2008
  className: types.string,
2008
2009
  componentId: types.stringRequired,
2010
+ compoundClause: types.compoundClause,
2009
2011
  dataField: types.stringRequired,
2010
2012
  defaultQuery: VueTypes.func,
2011
2013
  loader: types.title,
@@ -2149,6 +2151,7 @@ var ReactiveGoogleMap = {
2149
2151
  "getMapPromise": this.getMapRefPromise,
2150
2152
  "renderMap": this.renderMap,
2151
2153
  "componentId": this.componentId,
2154
+ "compoundClause": this.compoundClause,
2152
2155
  "className": this.className,
2153
2156
  "dataField": this.dataField,
2154
2157
  "defaultZoom": this.defaultZoom,
@@ -7,8 +7,8 @@ import { css } from 'emotion';
7
7
  import styled from '@appbaseio/vue-emotion';
8
8
  import 'polished';
9
9
  import './Button-153cd885.js';
10
- import { t as types } from './vueTypes-66ebc93e.js';
11
- import { P as Pagination } from './Pagination-edeb7dbe.js';
10
+ import { t as types } from './vueTypes-7f572665.js';
11
+ import { P as Pagination } from './Pagination-f477f92f.js';
12
12
  import '@appbaseio/reactivecore/lib/utils/transform';
13
13
  import 'redux';
14
14
  import { c as connect, h as hasCustomRenderer, i as isQueryIdentical, u as updateDefaultQuery, a as isFunction, g as getComponent } from './index-5509c0bc.js';
@@ -321,6 +321,7 @@ var ReactiveList = {
321
321
  // component props
322
322
  className: types.string,
323
323
  componentId: types.stringRequired,
324
+ compoundClause: types.compoundClause,
324
325
  dataField: types.stringRequired,
325
326
  aggregationField: types.string,
326
327
  aggregationSize: VueTypes.number,
@@ -3,7 +3,7 @@ import VueTypes from 'vue-types';
3
3
  import 'emotion';
4
4
  import '@appbaseio/vue-emotion';
5
5
  import 'polished';
6
- import { t as types } from './vueTypes-66ebc93e.js';
6
+ import { t as types } from './vueTypes-7f572665.js';
7
7
  import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props';
8
8
  import { T as Title } from './Title-863dfa42.js';
9
9
  import { I as Image, C as Card } from './Card-19ad6d90.js';
@@ -3,7 +3,7 @@ import VueTypes from 'vue-types';
3
3
  import 'emotion';
4
4
  import '@appbaseio/vue-emotion';
5
5
  import 'polished';
6
- import { t as types } from './vueTypes-66ebc93e.js';
6
+ import { t as types } from './vueTypes-7f572665.js';
7
7
  import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props';
8
8
  import { T as Title } from './Title-863dfa42.js';
9
9
  import { I as Image, L as ListItem } from './ListItem-07888a65.js';
@@ -6,7 +6,7 @@ import 'emotion';
6
6
  import '@appbaseio/vue-emotion';
7
7
  import 'polished';
8
8
  import { f as filters, B as Button } from './Button-153cd885.js';
9
- import { t as types } from './vueTypes-66ebc93e.js';
9
+ import { t as types } from './vueTypes-7f572665.js';
10
10
  import 'redux';
11
11
  import { n as decodeHtml, c as connect } from './index-5509c0bc.js';
12
12
  import { T as Title } from './Title-863dfa42.js';
@@ -6,7 +6,7 @@ import 'emotion';
6
6
  import '@appbaseio/vue-emotion';
7
7
  import 'polished';
8
8
  import { l as loadMoreContainer, B as Button } from './Button-153cd885.js';
9
- import { t as types } from './vueTypes-66ebc93e.js';
9
+ import { t as types } from './vueTypes-7f572665.js';
10
10
  import '@appbaseio/reactivecore/lib/utils/transform';
11
11
  import 'redux';
12
12
  import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, g as getComponent, h as hasCustomRenderer, c as connect } from './index-5509c0bc.js';
@@ -20,7 +20,7 @@ import 'compute-scroll-into-view';
20
20
  import { C as Container } from './Container-d00219f7.js';
21
21
  import '@appbaseio/reactivecore/lib/utils/suggestions';
22
22
  import { g as getAggsQuery } from './utils-9e5a16a1.js';
23
- import { D as Dropdown } from './DropDown-2c0dd714.js';
23
+ import { D as Dropdown } from './DropDown-c685912c.js';
24
24
 
25
25
  var updateQuery = Actions.updateQuery,
26
26
  setQueryOptions = Actions.setQueryOptions,
@@ -52,6 +52,7 @@ var SingleDropdownList = {
52
52
  beforeValueChange: types.func,
53
53
  className: VueTypes.string.def(''),
54
54
  componentId: types.stringRequired,
55
+ compoundClause: types.compoundClause,
55
56
  customQuery: types.func,
56
57
  dataField: types.stringRequired,
57
58
  defaultQuery: types.func,
@@ -5,7 +5,7 @@ import VueTypes from 'vue-types';
5
5
  import 'emotion';
6
6
  import '@appbaseio/vue-emotion';
7
7
  import 'polished';
8
- import { t as types } from './vueTypes-66ebc93e.js';
8
+ import { t as types } from './vueTypes-7f572665.js';
9
9
  import '@appbaseio/reactivecore/lib/utils/transform';
10
10
  import 'redux';
11
11
  import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, g as getComponent, o as isEvent, h as hasCustomRenderer, c as connect } from './index-5509c0bc.js';
@@ -34,6 +34,7 @@ var SingleList = {
34
34
  beforeValueChange: types.func,
35
35
  className: VueTypes.string.def(''),
36
36
  componentId: types.stringRequired,
37
+ compoundClause: types.compoundClause,
37
38
  customQuery: types.func,
38
39
  dataField: types.stringRequired,
39
40
  defaultValue: types.string,
@@ -5,7 +5,7 @@ import VueTypes from 'vue-types';
5
5
  import 'emotion';
6
6
  import '@appbaseio/vue-emotion';
7
7
  import 'polished';
8
- import { t as types } from './vueTypes-66ebc93e.js';
8
+ import { t as types } from './vueTypes-7f572665.js';
9
9
  import '@appbaseio/reactivecore/lib/utils/transform';
10
10
  import 'redux';
11
11
  import { f as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-5509c0bc.js';
@@ -35,6 +35,7 @@ var SingleRange = {
35
35
  beforeValueChange: types.func,
36
36
  className: VueTypes.string.def(''),
37
37
  componentId: types.stringRequired,
38
+ compoundClause: types.compoundClause,
38
39
  customQuery: types.func,
39
40
  data: types.data,
40
41
  dataField: types.stringRequired,
@@ -2,7 +2,7 @@ import { helper } from '@appbaseio/reactivecore';
2
2
  import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
3
3
  import VueTypes from 'vue-types';
4
4
  import styled, { css, cx, injectGlobal } from '@appbaseio/vue-emotion';
5
- import { t as types } from './vueTypes-66ebc93e.js';
5
+ import { t as types } from './vueTypes-7f572665.js';
6
6
  import { g as getComponent, h as hasCustomRenderer } from './index-5509c0bc.js';
7
7
  import { F as Flex } from './Flex-7c177a10.js';
8
8
  import { I as IconWrapper } from './CancelSvg-e40552a5.js';
@@ -6,7 +6,7 @@ import 'emotion';
6
6
  import '@appbaseio/vue-emotion';
7
7
  import 'polished';
8
8
  import { B as Button, t as toggleButtons } from './Button-153cd885.js';
9
- import { t as types } from './vueTypes-66ebc93e.js';
9
+ import { t as types } from './vueTypes-7f572665.js';
10
10
  import '@appbaseio/reactivecore/lib/utils/transform';
11
11
  import 'redux';
12
12
  import { f as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-5509c0bc.js';
@@ -27,6 +27,7 @@ var ToggleButton = {
27
27
  name: 'ToggleButton',
28
28
  props: {
29
29
  componentId: types.stringRequired,
30
+ compoundClause: types.compoundClause,
30
31
  customQuery: types.func,
31
32
  data: types.data,
32
33
  dataField: types.stringRequired,
package/dist/es/index.js CHANGED
@@ -7,8 +7,8 @@ import 'emotion';
7
7
  import '@appbaseio/vue-emotion';
8
8
  import 'polished';
9
9
  import './Button-153cd885.js';
10
- import './vueTypes-66ebc93e.js';
11
- import './Pagination-edeb7dbe.js';
10
+ import './vueTypes-7f572665.js';
11
+ import './Pagination-f477f92f.js';
12
12
  export { default as ReactiveList } from './ReactiveList.js';
13
13
  import '@appbaseio/reactivecore/lib/utils/transform';
14
14
  import 'redux';
@@ -26,20 +26,20 @@ import '@appbaseio/analytics';
26
26
  import 'url-search-params-polyfill';
27
27
  export { default as ReactiveBase } from './ReactiveBase.js';
28
28
  import 'hotkeys-js';
29
- import './Tags-1c2d6c4d.js';
29
+ import './Tags-ebf363ec.js';
30
30
  import './CancelSvg-e40552a5.js';
31
31
  import './Input-c09c0b56.js';
32
32
  import 'compute-scroll-into-view';
33
33
  import './Container-d00219f7.js';
34
34
  import 'vue-highlight-words';
35
35
  export { default as DataSearch } from './DataSearch.js';
36
- export { R as ReactiveComponentPrivate, S as SearchBox } from './ReactiveComponentPrivate-6f16e1b7.js';
36
+ export { R as ReactiveComponentPrivate, S as SearchBox } from './ReactiveComponentPrivate-ce4fdbbd.js';
37
37
  import '@appbaseio/reactivecore/lib/utils/suggestions';
38
38
  import './FormControlList-99797d0a.js';
39
39
  import './utils-9e5a16a1.js';
40
40
  export { default as SingleList } from './SingleList.js';
41
41
  export { default as MultiList } from './MultiList.js';
42
- import './DropDown-2c0dd714.js';
42
+ import './DropDown-c685912c.js';
43
43
  export { default as SingleDropdownList } from './SingleDropdownList.js';
44
44
  export { default as MultiDropdownList } from './MultiDropdownList.js';
45
45
  export { default as ToggleButton } from './ToggleButton.js';
@@ -7,8 +7,8 @@ import 'emotion';
7
7
  import '@appbaseio/vue-emotion';
8
8
  import 'polished';
9
9
  import './Button-153cd885.js';
10
- import './vueTypes-66ebc93e.js';
11
- import './Pagination-edeb7dbe.js';
10
+ import './vueTypes-7f572665.js';
11
+ import './Pagination-f477f92f.js';
12
12
  import ReactiveList from './ReactiveList.js';
13
13
  import '@appbaseio/reactivecore/lib/utils/transform';
14
14
  import 'redux';
@@ -26,20 +26,20 @@ import '@appbaseio/analytics';
26
26
  import 'url-search-params-polyfill';
27
27
  import ReactiveBase from './ReactiveBase.js';
28
28
  import 'hotkeys-js';
29
- import './Tags-1c2d6c4d.js';
29
+ import './Tags-ebf363ec.js';
30
30
  import './CancelSvg-e40552a5.js';
31
31
  import './Input-c09c0b56.js';
32
32
  import 'compute-scroll-into-view';
33
33
  import './Container-d00219f7.js';
34
34
  import 'vue-highlight-words';
35
35
  import DataSearch from './DataSearch.js';
36
- import { S as SearchBox, R as ReactiveComponentPrivate } from './ReactiveComponentPrivate-6f16e1b7.js';
36
+ import { S as SearchBox, R as ReactiveComponentPrivate } from './ReactiveComponentPrivate-ce4fdbbd.js';
37
37
  import '@appbaseio/reactivecore/lib/utils/suggestions';
38
38
  import './FormControlList-99797d0a.js';
39
39
  import './utils-9e5a16a1.js';
40
40
  import SingleList from './SingleList.js';
41
41
  import MultiList from './MultiList.js';
42
- import './DropDown-2c0dd714.js';
42
+ import './DropDown-c685912c.js';
43
43
  import SingleDropdownList from './SingleDropdownList.js';
44
44
  import MultiDropdownList from './MultiDropdownList.js';
45
45
  import ToggleButton from './ToggleButton.js';
@@ -1,3 +1,3 @@
1
- var version = "1.34.1";
1
+ var version = "1.35.1";
2
2
 
3
3
  export default version;
@@ -35,6 +35,7 @@ var types = {
35
35
  boolRequired: VueTypes.bool.isRequired,
36
36
  components: VueTypes.arrayOf(VueTypes.string),
37
37
  children: VueTypes.any,
38
+ compoundClause: VueTypes.oneOf(['filter', 'must']),
38
39
  data: VueTypes.arrayOf(VueTypes.object),
39
40
  dataFieldArray: VueTypes.oneOfType([VueTypes.string, VueTypes.arrayOf(VueTypes.string)]).isRequired,
40
41
  dataNumberBox: VueTypes.shape({