@appbaseio/reactivesearch-vue 3.3.0 → 3.3.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 (87) hide show
  1. package/dist/@appbaseio/reactivesearch-vue.umd.js +440 -696
  2. package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
  3. package/dist/@appbaseio/reactivesearch-vue.umd.min.js +4 -4
  4. package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
  5. package/dist/cjs/{Button-f96a0570.js → Button-7aee17e3.js} +1 -1
  6. package/dist/cjs/{DropDown-ebe20e81.js → CancelSvg-6094cd37.js} +1 -292
  7. package/dist/cjs/{Card-63968d94.js → Card-abff695e.js} +2 -2
  8. package/dist/cjs/{ComponentWrapper-0334c14b.js → ComponentWrapper-3bedbe57.js} +2 -2
  9. package/dist/cjs/{Container-29f049b2.js → Container-1c05785a.js} +1 -1
  10. package/dist/cjs/DropDown-815d458e.js +299 -0
  11. package/dist/cjs/DynamicRangeSlider.js +6 -6
  12. package/dist/cjs/{Flex-ddde6d26.js → Flex-f7af0673.js} +1 -1
  13. package/dist/cjs/{FormControlList-fadd792f.js → FormControlList-2c10e01a.js} +1 -1
  14. package/dist/cjs/{Input-cee51a53.js → Input-55fbd8e1.js} +1 -1
  15. package/dist/cjs/{ListItem-7a682970.js → ListItem-f272f502.js} +2 -2
  16. package/dist/cjs/MultiDropdownList.js +11 -10
  17. package/dist/cjs/MultiList.js +9 -9
  18. package/dist/cjs/MultiRange.js +7 -7
  19. package/dist/cjs/{Pagination-c53a18ab.js → Pagination-accd2fbf.js} +1 -1
  20. package/dist/cjs/{PreferencesConsumer-7bee3c57.js → PreferencesConsumer-37cab7a0.js} +2 -2
  21. package/dist/cjs/RangeInput.js +9 -9
  22. package/dist/cjs/RangeSlider.js +7 -7
  23. package/dist/cjs/ReactiveBase.js +2 -2
  24. package/dist/cjs/ReactiveComponent.js +4 -4
  25. package/dist/cjs/ReactiveGoogleMap.js +8 -8
  26. package/dist/cjs/ReactiveList.js +10 -10
  27. package/dist/cjs/ResultCard.js +3 -3
  28. package/dist/cjs/ResultList.js +3 -3
  29. package/dist/cjs/{install-c61d8b86.js → SearchBox-4dff47b4.js} +39 -1681
  30. package/dist/cjs/SearchBox.js +38 -0
  31. package/dist/cjs/SelectedFilters.js +5 -5
  32. package/dist/cjs/SingleDropdownList.js +11 -10
  33. package/dist/cjs/SingleList.js +9 -9
  34. package/dist/cjs/SingleRange.js +7 -7
  35. package/dist/cjs/StateProvider.js +2 -2
  36. package/dist/cjs/{Title-8802a218.js → Title-d513ac26.js} +1 -1
  37. package/dist/cjs/ToggleButton.js +7 -7
  38. package/dist/cjs/{_rollupPluginBabelHelpers-f8b843f8.js → _rollupPluginBabelHelpers-1a877b17.js} +14 -14
  39. package/dist/cjs/{index-1f41363f.js → index-7ca9570e.js} +1 -1
  40. package/dist/cjs/index.js +21 -19
  41. package/dist/cjs/install-246c0dab.js +1683 -0
  42. package/dist/cjs/install.js +19 -17
  43. package/dist/cjs/{ssr-8dd13d43.js → ssr-15d936a0.js} +1 -1
  44. package/dist/cjs/{utils-c9bd5628.js → utils-a3db8765.js} +1 -1
  45. package/dist/cjs/version.js +1 -1
  46. package/dist/es/{Button-5c2cf399.js → Button-8178e39a.js} +1 -1
  47. package/dist/es/{DropDown-36fa9ac5.js → CancelSvg-5b82ad4f.js} +3 -293
  48. package/dist/es/{Card-54b9e7a0.js → Card-3a81ac7b.js} +2 -2
  49. package/dist/es/{ComponentWrapper-46d04344.js → ComponentWrapper-90d42a29.js} +2 -2
  50. package/dist/es/{Container-d00219f7.js → Container-e2261542.js} +1 -1
  51. package/dist/es/DropDown-f8049812.js +295 -0
  52. package/dist/es/DynamicRangeSlider.js +6 -6
  53. package/dist/es/{Flex-25792bc3.js → Flex-5d11362e.js} +1 -1
  54. package/dist/es/{FormControlList-fe6eaee4.js → FormControlList-968ff972.js} +1 -1
  55. package/dist/es/{Input-437ae439.js → Input-cda7f4ad.js} +1 -1
  56. package/dist/es/{ListItem-e3c6acf4.js → ListItem-beea18db.js} +2 -2
  57. package/dist/es/MultiDropdownList.js +11 -10
  58. package/dist/es/MultiList.js +9 -9
  59. package/dist/es/MultiRange.js +7 -7
  60. package/dist/es/{Pagination-591fdb79.js → Pagination-b2160aac.js} +1 -1
  61. package/dist/es/{PreferencesConsumer-0856ed43.js → PreferencesConsumer-a2bd59db.js} +2 -2
  62. package/dist/es/RangeInput.js +9 -9
  63. package/dist/es/RangeSlider.js +7 -7
  64. package/dist/es/ReactiveBase.js +2 -2
  65. package/dist/es/ReactiveComponent.js +4 -4
  66. package/dist/es/ReactiveGoogleMap.js +8 -8
  67. package/dist/es/ReactiveList.js +10 -10
  68. package/dist/es/ResultCard.js +3 -3
  69. package/dist/es/ResultList.js +3 -3
  70. package/dist/es/{install-4fe6038c.js → SearchBox-57e3a0ff.js} +14 -1668
  71. package/dist/es/SearchBox.js +29 -0
  72. package/dist/es/SelectedFilters.js +5 -5
  73. package/dist/es/SingleDropdownList.js +11 -10
  74. package/dist/es/SingleList.js +9 -9
  75. package/dist/es/SingleRange.js +7 -7
  76. package/dist/es/StateProvider.js +2 -2
  77. package/dist/es/{Title-863dfa42.js → Title-100fe896.js} +1 -1
  78. package/dist/es/ToggleButton.js +7 -7
  79. package/dist/es/{_rollupPluginBabelHelpers-ded08042.js → _rollupPluginBabelHelpers-5e8399d7.js} +14 -14
  80. package/dist/es/{index-104f1dfb.js → index-3af85a74.js} +1 -1
  81. package/dist/es/index.js +21 -19
  82. package/dist/es/install-74125db1.js +1676 -0
  83. package/dist/es/install.js +19 -17
  84. package/dist/es/{ssr-c630ccb9.js → ssr-40133887.js} +1 -1
  85. package/dist/es/{utils-d7dd4f4e.js → utils-badbb2a8.js} +1 -1
  86. package/dist/es/version.js +1 -1
  87. package/package.json +3 -3
@@ -0,0 +1,295 @@
1
+ import { helper } from '@appbaseio/reactivecore';
2
+ import _transformOn from '@vue/babel-helper-vue-transform-on';
3
+ import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-5e8399d7.js';
4
+ import { createVNode, mergeProps, createTextVNode } from 'vue';
5
+ import VueTypes from 'vue-types';
6
+ import { styled } from '@appbaseio/vue-emotion';
7
+ import { t as types } from './vueTypes-f503e267.js';
8
+ import { a as isFunction } from './index-3af85a74.js';
9
+ import { D as Downshift, b as InputWrapper, a as IconGroup, I as IconWrapper, C as CancelSvg } from './CancelSvg-5b82ad4f.js';
10
+ import { s as suggestionsContainer, a as suggestions, I as Input } from './Input-cda7f4ad.js';
11
+ import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
12
+
13
+ var _templateObject, _templateObject2;
14
+ var small = "\n\tmin-height: 0;\n\theight: 30px;\n\tborder: 0;\n\tbox-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;\n\tborder-radius: 2px;\n";
15
+ var dark = function dark(_ref) {
16
+ var theme = _ref.theme;
17
+ return "\n\tbackground-color: " + (theme.colors ? theme.colors.backgroundColor : '') + ";\n\tborder-color: " + (theme.colors ? theme.colors.borderColor : '') + ";\n\tcolor: " + (theme.colors ? theme.colors.textColor : '') + ";\n\n\t&:hover,\n\t&:focus {\n\t\tbackground-color: " + (theme.colors ? theme.colors.backgroundColor : '') + ";\n\t}\n";
18
+ };
19
+ var Select = styled('button')(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n\twidth: 100%;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: space-between;\n\tmin-height: 42px;\n\tborder-radius: 0;\n\toutline: none;\n\tpadding: 5px 12px;\n\tfont-size: 0.9rem;\n\tline-height: 1.2rem;\n\tbackground-color: #fff;\n\tborder: 1px solid #ccc;\n\tcolor: #424242;\n\tcursor: pointer;\n\tuser-select: none;\n\ttransition: all 0.3s ease;\n\n\t", ";\n\n\t& > div {\n\t\twidth: calc(100% - 24px);\n\t\twhite-space: nowrap;\n\t\toverflow: hidden;\n\t\ttext-overflow: ellipsis;\n\t\ttext-align: left;\n\t}\n\n\t&:hover,\n\t&:focus {\n\t\tbackground-color: #fcfcfc;\n\t}\n\n\t", ";\n"])), function (props) {
20
+ return props.small ? small : null;
21
+ }, function (_ref2) {
22
+ var themePreset = _ref2.themePreset;
23
+ return themePreset === 'dark' && dark;
24
+ });
25
+ var Tick = styled('span')(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n\twidth: 16px;\n\theight: 16px;\n\tdisplay: inline-block;\n\tposition: relative;\n\tuser-select: none;\n\talign-items: center;\n\n\t&::after {\n\t\tbox-sizing: content-box;\n\t\tcontent: '';\n\t\tposition: absolute;\n\t\tbackground-color: transparent;\n\t\ttop: 50%;\n\t\tleft: 0;\n\t\twidth: 8px;\n\t\theight: 4px;\n\t\tmargin-top: -4px;\n\t\tborder-style: solid;\n\t\tborder-color: ", ";\n\t\tborder-width: 0 0 2px 2px;\n\t\tborder-radius: 0;\n\t\tborder-image: none;\n\t\ttransform: rotate(-45deg) scale(1);\n\t\ttransition: all 200ms ease-out;\n\t}\n"])), function (_ref3) {
26
+ var theme = _ref3.theme;
27
+ return theme.colors.primaryColor;
28
+ });
29
+
30
+ var _templateObject$1;
31
+ var open = "\n\ttop: 0.55em;\n\ttransform: rotate(-45deg);\n";
32
+ var Chevron = styled('span')(_templateObject$1 || (_templateObject$1 = _taggedTemplateLiteralLoose(["\n\t&::before {\n\t\tcontent: '';\n\t\tborder-style: solid;\n\t\tborder-width: 0.15em 0.15em 0 0;\n\t\tdisplay: inline-block;\n\t\theight: 0.45em;\n\t\tposition: relative;\n\t\ttop: 0.35em;\n\t\tleft: 0;\n\t\ttransform: rotate(135deg);\n\t\tvertical-align: top;\n\t\twidth: 0.45em;\n\n\t\t", ";\n\t}\n"])), function (props) {
33
+ return props.open ? open : null;
34
+ });
35
+
36
+ var getClassName = helper.getClassName;
37
+ var Dropdown = {
38
+ data: function data() {
39
+ this.__state = {
40
+ isOpen: false,
41
+ searchTerm: ''
42
+ };
43
+ return this.__state;
44
+ },
45
+ inject: {
46
+ theme: {
47
+ from: 'theme_reactivesearch'
48
+ }
49
+ },
50
+ props: {
51
+ innerClass: types.style,
52
+ items: types.data,
53
+ keyField: VueTypes.string.def('key'),
54
+ labelField: VueTypes.string.def('label'),
55
+ multi: VueTypes.bool,
56
+ // change event
57
+ placeholder: types.string,
58
+ returnsObject: VueTypes.bool,
59
+ customLabelRenderer: types.func,
60
+ hasCustomRenderer: VueTypes.bool,
61
+ customRenderer: types.func,
62
+ renderItem: types.func,
63
+ renderNoResults: VueTypes.any,
64
+ handleChange: types.func,
65
+ transformData: types.func,
66
+ selectedItem: types.selectedValue,
67
+ showCount: VueTypes.bool,
68
+ single: VueTypes.bool,
69
+ small: VueTypes.bool.def(false),
70
+ themePreset: types.themePreset,
71
+ showSearch: VueTypes.bool,
72
+ showClear: VueTypes.bool,
73
+ searchPlaceholder: VueTypes.string.def('Type here to search...')
74
+ },
75
+ render: function render() {
76
+ var _this = this;
77
+ var _this$$props = this.$props,
78
+ items = _this$$props.items,
79
+ selectedItem = _this$$props.selectedItem,
80
+ placeholder = _this$$props.placeholder,
81
+ labelField = _this$$props.labelField,
82
+ keyField = _this$$props.keyField,
83
+ themePreset = _this$$props.themePreset,
84
+ renderItem = _this$$props.renderItem,
85
+ transformData = _this$$props.transformData,
86
+ footer = _this$$props.footer,
87
+ customLabelRenderer = _this$$props.customLabelRenderer,
88
+ hasCustomRenderer = _this$$props.hasCustomRenderer,
89
+ customRenderer = _this$$props.customRenderer;
90
+ var itemsToRender = items;
91
+ if (transformData) {
92
+ itemsToRender = transformData(itemsToRender);
93
+ }
94
+ var filteredItemsToRender = itemsToRender.filter(function (item) {
95
+ if (String(item[labelField]).length) {
96
+ if (_this.$props.showSearch && _this.$data.searchTerm) {
97
+ return replaceDiacritics(String(item[labelField])).toLowerCase().includes(replaceDiacritics(_this.$data.searchTerm.toLowerCase()));
98
+ }
99
+ return true;
100
+ }
101
+ return false;
102
+ });
103
+ return createVNode(Downshift, {
104
+ "isOpen": this.$data.isOpen,
105
+ "selectedItem": selectedItem,
106
+ "handleChange": this.onChange,
107
+ "handleMouseup": this.handleStateChange
108
+ }, {
109
+ "default": function _default(_ref) {
110
+ var getItemProps = _ref.getItemProps,
111
+ isOpen = _ref.isOpen,
112
+ highlightedIndex = _ref.highlightedIndex,
113
+ getButtonProps = _ref.getButtonProps,
114
+ getItemEvents = _ref.getItemEvents,
115
+ getInputEvents = _ref.getInputEvents;
116
+ return createVNode("div", {
117
+ "class": suggestionsContainer
118
+ }, [createVNode(Select, mergeProps(_transformOn(getButtonProps({
119
+ onClick: _this.toggle
120
+ })), {
121
+ "class": getClassName(_this.$props.innerClass, 'select') || '',
122
+ "title": selectedItem ? _this.renderToString(selectedItem) : placeholder,
123
+ "small": _this.$props.small,
124
+ "themePreset": _this.$props.themePreset
125
+ }), {
126
+ "default": function _default() {
127
+ return [customLabelRenderer ? customLabelRenderer(selectedItem) : createVNode("div", null, [selectedItem ? _this.renderToString(selectedItem) : placeholder]), createVNode(Chevron, {
128
+ "open": isOpen
129
+ }, null)];
130
+ }
131
+ }), hasCustomRenderer ? customRenderer(itemsToRender, {
132
+ getItemProps: getItemProps,
133
+ isOpen: isOpen,
134
+ highlightedIndex: highlightedIndex,
135
+ getButtonProps: getButtonProps,
136
+ getItemEvents: getItemEvents
137
+ }) : isOpen && itemsToRender.length ? createVNode("ul", {
138
+ "class": suggestions(themePreset, _this.theme) + " " + (_this.$props.small ? 'small' : '') + " " + getClassName(_this.$props.innerClass, 'list')
139
+ }, [_this.$props.showSearch ? _this.renderSearchbox({
140
+ on: {
141
+ input: getInputEvents({
142
+ onInput: _this.handleInputChange
143
+ }).input
144
+ }
145
+ }) : null, !hasCustomRenderer && filteredItemsToRender.length === 0 ? _this.renderNoResult() : filteredItemsToRender.map(function (item, index) {
146
+ var selected = _this.$props.multi // MultiDropdownList
147
+ && (selectedItem && !!selectedItem[item[keyField]] // MultiDropdownRange
148
+ || Array.isArray(selectedItem) && selectedItem.find(function (value) {
149
+ return value[labelField] === item[labelField];
150
+ }));
151
+ if (!_this.$props.multi) selected = item.key === selectedItem;
152
+ return createVNode("li", mergeProps(getItemProps({
153
+ item: item
154
+ }), _transformOn(getItemEvents({
155
+ item: item
156
+ })), {
157
+ "key": item[keyField],
158
+ "class": "" + (selected ? 'active' : ''),
159
+ "style": {
160
+ backgroundColor: _this.getBackgroundColor(highlightedIndex === index, selected)
161
+ }
162
+ }), [renderItem ? renderItem({
163
+ label: item[labelField],
164
+ count: item.doc_count,
165
+ isChecked: selected && _this.$props.multi
166
+ }) : createVNode("div", null, [typeof item[labelField] === 'string' ? createVNode("span", {
167
+ "innerHTML": item[labelField]
168
+ }, null) : item[labelField], _this.$props.showCount && item.doc_count && createVNode("span", {
169
+ "class": getClassName(_this.$props.innerClass, 'count') || ''
170
+ }, [createTextVNode("\xA0("), item.doc_count, createTextVNode(")")])]), selected && _this.$props.multi ? createVNode(Tick, {
171
+ "class": getClassName(_this.$props.innerClass, 'icon') || ''
172
+ }, null) : null]);
173
+ }), footer]) : null]);
174
+ }
175
+ });
176
+ },
177
+ methods: {
178
+ toggle: function toggle() {
179
+ this.isOpen = !this.$data.isOpen;
180
+ },
181
+ close: function close() {
182
+ this.isOpen = false;
183
+ },
184
+ onChange: function onChange(item) {
185
+ if (this.$props.returnsObject) {
186
+ this.$props.handleChange(item);
187
+ } else {
188
+ this.$props.handleChange(item[this.$props.keyField]);
189
+ }
190
+ if (!this.$props.multi) {
191
+ this.isOpen = false;
192
+ this.searchTerm = '';
193
+ }
194
+ },
195
+ handleStateChange: function handleStateChange(_ref2) {
196
+ var isOpen = _ref2.isOpen;
197
+ this.isOpen = isOpen;
198
+ },
199
+ getBackgroundColor: function getBackgroundColor(highlighted, selected) {
200
+ var isDark = this.$props.themePreset === 'dark';
201
+ if (highlighted) {
202
+ return isDark ? '#555' : '#eee';
203
+ }
204
+ if (selected) {
205
+ return isDark ? '#686868' : '#fafafa';
206
+ }
207
+ return isDark ? '#424242' : '#fff';
208
+ },
209
+ handleInputChange: function handleInputChange(e) {
210
+ var value = e.target.value;
211
+ this.searchTerm = value;
212
+ },
213
+ clearSearchTerm: function clearSearchTerm() {
214
+ this.searchTerm = '';
215
+ },
216
+ renderToString: function renderToString(value) {
217
+ var _this2 = this;
218
+ var customLabelRenderer = this.$props.customLabelRenderer;
219
+ if (customLabelRenderer) {
220
+ var customLabel = customLabelRenderer(value);
221
+ if (typeof customLabel === 'string') {
222
+ return customLabel;
223
+ }
224
+ }
225
+ if (Array.isArray(value) && value.length) {
226
+ var arrayToRender = value.map(function (item) {
227
+ return _this2.renderToString(item);
228
+ });
229
+ return arrayToRender.join(', ');
230
+ }
231
+ if (value && typeof value === 'object') {
232
+ if (value[this.$props.labelField]) {
233
+ return value[this.$props.labelField];
234
+ }
235
+ if (Object.keys(value).length) {
236
+ return this.renderToString(Object.keys(value));
237
+ }
238
+ return this.$props.placeholder;
239
+ }
240
+ return value;
241
+ },
242
+ renderNoResult: function renderNoResult() {
243
+ var renderNoResults = this.$slots.renderNoResults || this.$props.renderNoResults;
244
+ return createVNode("p", {
245
+ "class": getClassName(this.$props.innerClass, 'noResults') || null
246
+ }, [isFunction(renderNoResults) ? renderNoResults() : renderNoResults]);
247
+ },
248
+ renderSearchbox: function renderSearchbox(eventObject) {
249
+ var _this3 = this;
250
+ var _this$$props2 = this.$props,
251
+ componentId = _this$$props2.componentId,
252
+ searchPlaceholder = _this$$props2.searchPlaceholder,
253
+ showClear = _this$$props2.showClear,
254
+ themePreset = _this$$props2.themePreset,
255
+ innerClass = _this$$props2.innerClass;
256
+ var InputComponent = createVNode(Input, mergeProps({
257
+ "id": componentId + "-input",
258
+ "style": {
259
+ border: 0,
260
+ borderBottom: '1px solid #ddd'
261
+ },
262
+ "showIcon": false,
263
+ "showClear": showClear,
264
+ "class": getClassName(innerClass, 'input'),
265
+ "placeholder": searchPlaceholder,
266
+ "value": this.$data.searchTerm,
267
+ "themePreset": themePreset
268
+ }, eventObject), null);
269
+ if (showClear) {
270
+ return createVNode(InputWrapper, null, {
271
+ "default": function _default() {
272
+ return [InputComponent, _this3.searchTerm && createVNode(IconGroup, {
273
+ "groupPosition": "right",
274
+ "positionType": "absolute"
275
+ }, {
276
+ "default": function _default() {
277
+ return [createVNode(IconWrapper, {
278
+ "onClick": _this3.clearSearchTerm,
279
+ "isClearIcon": true
280
+ }, {
281
+ "default": function _default() {
282
+ return [createVNode(CancelSvg, null, null)];
283
+ }
284
+ })];
285
+ }
286
+ })];
287
+ }
288
+ });
289
+ }
290
+ return InputComponent;
291
+ }
292
+ }
293
+ };
294
+
295
+ export { Dropdown as D };
@@ -1,19 +1,19 @@
1
1
  import { Actions, helper } from '@appbaseio/reactivecore';
2
2
  import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
3
- import './_rollupPluginBabelHelpers-ded08042.js';
3
+ import './_rollupPluginBabelHelpers-5e8399d7.js';
4
4
  import { createVNode, mergeProps } from 'vue';
5
5
  import VueTypes from 'vue-types';
6
6
  import '@appbaseio/vue-emotion';
7
7
  import { t as types } from './vueTypes-f503e267.js';
8
8
  import 'redux';
9
- import { j as updateCustomQuery, d as getValidPropsKeys, i as isQueryIdentical, c as connect } from './index-104f1dfb.js';
10
- import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
11
- import { T as Title } from './Title-863dfa42.js';
12
- import { C as Container } from './Container-d00219f7.js';
9
+ import { j as updateCustomQuery, d as getValidPropsKeys, i as isQueryIdentical, c as connect } from './index-3af85a74.js';
10
+ import { P as PreferencesConsumer } from './PreferencesConsumer-a2bd59db.js';
11
+ import { T as Title } from './Title-100fe896.js';
12
+ import { C as Container } from './Container-e2261542.js';
13
13
  import VueSlider from 'vue-slider-component/dist-css/vue-slider-component.umd.min.js';
14
14
  import 'vue-slider-component/dist-css/vue-slider-component.css';
15
15
  import 'vue-slider-component/theme/default.css';
16
- import { g as getComponents, N as NoSSR, S as Slider } from './ssr-c630ccb9.js';
16
+ import { g as getComponents, N as NoSSR, S as Slider } from './ssr-40133887.js';
17
17
 
18
18
  var addComponent = Actions.addComponent,
19
19
  removeComponent = Actions.removeComponent,
@@ -1,4 +1,4 @@
1
- import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-ded08042.js';
1
+ import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-5e8399d7.js';
2
2
  import { styled } from '@appbaseio/vue-emotion';
3
3
  import { lighten } from 'polished';
4
4
 
@@ -1,4 +1,4 @@
1
- import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-ded08042.js';
1
+ import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-5e8399d7.js';
2
2
  import { styled } from '@appbaseio/vue-emotion';
3
3
  import { lighten } from 'polished';
4
4
 
@@ -1,4 +1,4 @@
1
- import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-ded08042.js';
1
+ import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-5e8399d7.js';
2
2
  import { styled } from '@appbaseio/vue-emotion';
3
3
  import { css } from '@emotion/css';
4
4
 
@@ -1,8 +1,8 @@
1
- import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-ded08042.js';
1
+ import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-5e8399d7.js';
2
2
  import { styled } from '@appbaseio/vue-emotion';
3
3
  import { css } from '@emotion/css';
4
4
  import { lighten } from 'polished';
5
- import './Title-863dfa42.js';
5
+ import './Title-100fe896.js';
6
6
 
7
7
  var _templateObject, _templateObject2, _templateObject3;
8
8
  var container = css(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\tflex-direction: column;\n\tmargin: 0;\n\tborder-radius: 0.25rem;\n\toverflow: hidden;\n"])));
@@ -1,27 +1,28 @@
1
1
  import { Actions, helper } from '@appbaseio/reactivecore';
2
2
  import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
3
3
  import '@vue/babel-helper-vue-transform-on';
4
- import { a as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey } from './_rollupPluginBabelHelpers-ded08042.js';
4
+ import { a as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey } from './_rollupPluginBabelHelpers-5e8399d7.js';
5
5
  import { createVNode, isVNode } from 'vue';
6
6
  import VueTypes from 'vue-types';
7
7
  import '@appbaseio/reactivecore/lib/utils/helper';
8
8
  import '@appbaseio/vue-emotion';
9
9
  import '@emotion/css';
10
10
  import 'polished';
11
- import { l as loadMoreContainer, B as Button } from './Button-5c2cf399.js';
11
+ import { l as loadMoreContainer, B as Button } from './Button-8178e39a.js';
12
12
  import { t as types } from './vueTypes-f503e267.js';
13
13
  import '@appbaseio/reactivecore/lib/utils/transform';
14
14
  import 'redux';
15
- import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, n as parseValueArray, g as getComponent, h as hasCustomRenderer, c as connect } from './index-104f1dfb.js';
16
- import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
17
- import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
18
- import { T as Title } from './Title-863dfa42.js';
19
- import { c as Dropdown } from './DropDown-36fa9ac5.js';
20
- import './Input-437ae439.js';
15
+ import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, n as parseValueArray, g as getComponent, h as hasCustomRenderer, c as connect } from './index-3af85a74.js';
16
+ import { C as ComponentWrapper } from './ComponentWrapper-90d42a29.js';
17
+ import { P as PreferencesConsumer } from './PreferencesConsumer-a2bd59db.js';
18
+ import { T as Title } from './Title-100fe896.js';
19
+ import './CancelSvg-5b82ad4f.js';
20
+ import './Input-cda7f4ad.js';
21
21
  import 'compute-scroll-into-view';
22
- import { C as Container } from './Container-d00219f7.js';
22
+ import { C as Container } from './Container-e2261542.js';
23
23
  import '@appbaseio/reactivecore/lib/utils/suggestions';
24
- import { g as getAggsQuery } from './utils-d7dd4f4e.js';
24
+ import { g as getAggsQuery } from './utils-badbb2a8.js';
25
+ import { D as Dropdown } from './DropDown-f8049812.js';
25
26
 
26
27
  function _isSlot(s) {
27
28
  return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !isVNode(s);
@@ -1,6 +1,6 @@
1
1
  import { Actions, helper } from '@appbaseio/reactivecore';
2
2
  import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
3
- import { b as _objectWithoutPropertiesLoose, c as _toPropertyKey, a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
3
+ import { b as _objectWithoutPropertiesLoose, c as _toPropertyKey, a as _extends } from './_rollupPluginBabelHelpers-5e8399d7.js';
4
4
  import { createVNode, createTextVNode } from 'vue';
5
5
  import VueTypes from 'vue-types';
6
6
  import '@appbaseio/vue-emotion';
@@ -9,15 +9,15 @@ import 'polished';
9
9
  import { t as types } from './vueTypes-f503e267.js';
10
10
  import '@appbaseio/reactivecore/lib/utils/transform';
11
11
  import 'redux';
12
- import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, m as isEvent, n as parseValueArray, g as getComponent, h as hasCustomRenderer, c as connect } from './index-104f1dfb.js';
13
- import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
14
- import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
15
- import { T as Title } from './Title-863dfa42.js';
16
- import { I as Input } from './Input-437ae439.js';
17
- import { C as Container } from './Container-d00219f7.js';
12
+ import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, m as isEvent, n as parseValueArray, g as getComponent, h as hasCustomRenderer, c as connect } from './index-3af85a74.js';
13
+ import { C as ComponentWrapper } from './ComponentWrapper-90d42a29.js';
14
+ import { P as PreferencesConsumer } from './PreferencesConsumer-a2bd59db.js';
15
+ import { T as Title } from './Title-100fe896.js';
16
+ import { I as Input } from './Input-cda7f4ad.js';
17
+ import { C as Container } from './Container-e2261542.js';
18
18
  import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
19
- import { U as UL, C as Checkbox } from './FormControlList-fe6eaee4.js';
20
- import { g as getAggsQuery } from './utils-d7dd4f4e.js';
19
+ import { U as UL, C as Checkbox } from './FormControlList-968ff972.js';
20
+ import { g as getAggsQuery } from './utils-badbb2a8.js';
21
21
 
22
22
  var updateQuery = Actions.updateQuery,
23
23
  setQueryOptions = Actions.setQueryOptions,
@@ -1,7 +1,7 @@
1
1
  import { Actions, helper } from '@appbaseio/reactivecore';
2
2
  import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
3
3
  import _transformOn from '@vue/babel-helper-vue-transform-on';
4
- import { a as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey } from './_rollupPluginBabelHelpers-ded08042.js';
4
+ import { a as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey } from './_rollupPluginBabelHelpers-5e8399d7.js';
5
5
  import { createVNode, mergeProps, isVNode } from 'vue';
6
6
  import VueTypes from 'vue-types';
7
7
  import '@appbaseio/vue-emotion';
@@ -9,12 +9,12 @@ import 'polished';
9
9
  import { t as types } from './vueTypes-f503e267.js';
10
10
  import '@appbaseio/reactivecore/lib/utils/transform';
11
11
  import 'redux';
12
- import { n as parseValueArray, j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-104f1dfb.js';
13
- import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
14
- import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
15
- import { T as Title } from './Title-863dfa42.js';
16
- import { C as Container } from './Container-d00219f7.js';
17
- import { U as UL, C as Checkbox } from './FormControlList-fe6eaee4.js';
12
+ import { n as parseValueArray, j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-3af85a74.js';
13
+ import { C as ComponentWrapper } from './ComponentWrapper-90d42a29.js';
14
+ import { P as PreferencesConsumer } from './PreferencesConsumer-a2bd59db.js';
15
+ import { T as Title } from './Title-100fe896.js';
16
+ import { C as Container } from './Container-e2261542.js';
17
+ import { U as UL, C as Checkbox } from './FormControlList-968ff972.js';
18
18
 
19
19
  function _isSlot(s) {
20
20
  return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !isVNode(s);
@@ -2,7 +2,7 @@ import { helper } from '@appbaseio/reactivecore';
2
2
  import _transformOn from '@vue/babel-helper-vue-transform-on';
3
3
  import { createVNode, mergeProps, createTextVNode, isVNode } from 'vue';
4
4
  import VueTypes from 'vue-types';
5
- import { p as pagination, B as Button } from './Button-5c2cf399.js';
5
+ import { p as pagination, B as Button } from './Button-8178e39a.js';
6
6
  import { t as types } from './vueTypes-f503e267.js';
7
7
 
8
8
  function _isSlot(s) {
@@ -1,6 +1,6 @@
1
- import { a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
1
+ import { a as _extends } from './_rollupPluginBabelHelpers-5e8399d7.js';
2
2
  import { h } from 'vue';
3
- import { b as getCamelCase } from './index-104f1dfb.js';
3
+ import { b as getCamelCase } from './index-3af85a74.js';
4
4
 
5
5
  var deepValue = function deepValue(o, p) {
6
6
  return p.split('.').reduce(function (a, v) {
@@ -1,7 +1,7 @@
1
1
  import { helper } from '@appbaseio/reactivecore';
2
2
  import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
3
3
  import _transformOn from '@vue/babel-helper-vue-transform-on';
4
- import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
4
+ import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-5e8399d7.js';
5
5
  import { createVNode, mergeProps, createTextVNode } from 'vue';
6
6
  import VueTypes from 'vue-types';
7
7
  import { styled } from '@appbaseio/vue-emotion';
@@ -10,17 +10,17 @@ import 'polished';
10
10
  import { t as types } from './vueTypes-f503e267.js';
11
11
  import '@appbaseio/reactivecore/lib/utils/transform';
12
12
  import 'redux';
13
- import { c as connect } from './index-104f1dfb.js';
14
- import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
15
- import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
16
- import './Title-863dfa42.js';
17
- import { F as Flex } from './Flex-25792bc3.js';
18
- import { I as Input } from './Input-437ae439.js';
19
- import { C as Container } from './Container-d00219f7.js';
13
+ import { c as connect } from './index-3af85a74.js';
14
+ import { C as ComponentWrapper } from './ComponentWrapper-90d42a29.js';
15
+ import { P as PreferencesConsumer } from './PreferencesConsumer-a2bd59db.js';
16
+ import './Title-100fe896.js';
17
+ import { F as Flex } from './Flex-5d11362e.js';
18
+ import { I as Input } from './Input-cda7f4ad.js';
19
+ import { C as Container } from './Container-e2261542.js';
20
20
  import 'vue-slider-component/dist-css/vue-slider-component.umd.min.js';
21
21
  import 'vue-slider-component/dist-css/vue-slider-component.css';
22
22
  import 'vue-slider-component/theme/default.css';
23
- import './ssr-c630ccb9.js';
23
+ import './ssr-40133887.js';
24
24
  import { RangeConnected as RangeConnected$1 } from './RangeSlider.js';
25
25
 
26
26
  var _templateObject;
@@ -1,21 +1,21 @@
1
1
  import { Actions, helper } from '@appbaseio/reactivecore';
2
2
  import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
3
- import './_rollupPluginBabelHelpers-ded08042.js';
3
+ import './_rollupPluginBabelHelpers-5e8399d7.js';
4
4
  import { createVNode, mergeProps } from 'vue';
5
5
  import VueTypes from 'vue-types';
6
6
  import '@appbaseio/vue-emotion';
7
7
  import { t as types } from './vueTypes-f503e267.js';
8
8
  import '@appbaseio/reactivecore/lib/utils/transform';
9
9
  import 'redux';
10
- import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-104f1dfb.js';
11
- import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
12
- import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
13
- import { T as Title } from './Title-863dfa42.js';
14
- import { C as Container } from './Container-d00219f7.js';
10
+ import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-3af85a74.js';
11
+ import { C as ComponentWrapper } from './ComponentWrapper-90d42a29.js';
12
+ import { P as PreferencesConsumer } from './PreferencesConsumer-a2bd59db.js';
13
+ import { T as Title } from './Title-100fe896.js';
14
+ import { C as Container } from './Container-e2261542.js';
15
15
  import VueSlider from 'vue-slider-component/dist-css/vue-slider-component.umd.min.js';
16
16
  import 'vue-slider-component/dist-css/vue-slider-component.css';
17
17
  import 'vue-slider-component/theme/default.css';
18
- import { g as getComponents, N as NoSSR, S as Slider } from './ssr-c630ccb9.js';
18
+ import { g as getComponents, N as NoSSR, S as Slider } from './ssr-40133887.js';
19
19
 
20
20
  var updateQuery = Actions.updateQuery,
21
21
  setQueryOptions = Actions.setQueryOptions,
@@ -1,13 +1,13 @@
1
1
  import { Actions, helper } from '@appbaseio/reactivecore';
2
2
  import '@appbaseio/reactivecore/lib/utils/constants';
3
- import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
3
+ import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-5e8399d7.js';
4
4
  import { h, createVNode, isVNode } from 'vue';
5
5
  import VueTypes from 'vue-types';
6
6
  import { isEqual as isEqual$1, transformRequestUsingEndpoint } from '@appbaseio/reactivecore/lib/utils/helper';
7
7
  import { styled, createCache } from '@appbaseio/vue-emotion';
8
8
  import { t as types } from './vueTypes-f503e267.js';
9
9
  import 'redux';
10
- import { c as connect, e as composeThemeObject, X as X_SEARCH_CLIENT } from './index-104f1dfb.js';
10
+ import { c as connect, e as composeThemeObject, X as X_SEARCH_CLIENT } from './index-3af85a74.js';
11
11
  import configureStore, { Actions as Actions$1 } from '@appbaseio/reactivecore/lib';
12
12
  import { updateAnalyticsConfig } from '@appbaseio/reactivecore/lib/actions/analytics';
13
13
  import Appbase from 'appbase-js';
@@ -1,14 +1,14 @@
1
1
  import { Actions, helper } from '@appbaseio/reactivecore';
2
2
  import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
3
- import { a as _extends, b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-ded08042.js';
3
+ import { a as _extends, b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-5e8399d7.js';
4
4
  import { createVNode, h } from 'vue';
5
5
  import VueTypes from 'vue-types';
6
6
  import { t as types } from './vueTypes-f503e267.js';
7
7
  import '@appbaseio/reactivecore/lib/utils/transform';
8
8
  import 'redux';
9
- import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, c as connect } from './index-104f1dfb.js';
10
- import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
11
- import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
9
+ import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, c as connect } from './index-3af85a74.js';
10
+ import { C as ComponentWrapper } from './ComponentWrapper-90d42a29.js';
11
+ import { P as PreferencesConsumer } from './PreferencesConsumer-a2bd59db.js';
12
12
 
13
13
  var _excluded = ["options"];
14
14
  var updateQuery = Actions.updateQuery,
@@ -1,23 +1,23 @@
1
1
  import { Actions, helper } from '@appbaseio/reactivecore';
2
2
  import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
3
3
  import _transformOn from '@vue/babel-helper-vue-transform-on';
4
- import { a as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey, d as _inheritsLoose, _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-ded08042.js';
4
+ import { a as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey, d as _inheritsLoose, _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-5e8399d7.js';
5
5
  import { createVNode, mergeProps } from 'vue';
6
6
  import VueTypes from 'vue-types';
7
7
  import '@appbaseio/reactivecore/lib/utils/helper';
8
8
  import { styled } from '@appbaseio/vue-emotion';
9
9
  import { css } from '@emotion/css';
10
10
  import 'polished';
11
- import './Button-5c2cf399.js';
11
+ import './Button-8178e39a.js';
12
12
  import { t as types } from './vueTypes-f503e267.js';
13
- import { P as Pagination } from './Pagination-591fdb79.js';
13
+ import { P as Pagination } from './Pagination-b2160aac.js';
14
14
  import '@appbaseio/reactivecore/lib/utils/transform';
15
15
  import 'redux';
16
- import { h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, a as isFunction, c as connect } from './index-104f1dfb.js';
17
- import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
18
- import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
19
- import { C as Checkbox } from './FormControlList-fe6eaee4.js';
20
- import VueGoogleMaps, { InfoWindow, MapElementMixin, Marker, GMapCluster, Map } from 'vue-google-maps-community-fork';
16
+ import { h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, a as isFunction, c as connect } from './index-3af85a74.js';
17
+ import { C as ComponentWrapper } from './ComponentWrapper-90d42a29.js';
18
+ import { P as PreferencesConsumer } from './PreferencesConsumer-a2bd59db.js';
19
+ import { C as Checkbox } from './FormControlList-968ff972.js';
20
+ import VueGoogleMaps, { InfoWindow, MapElementMixin, Marker, GMapCluster, Map } from '@appbaseio/vue-google-maps-community-fork';
21
21
  import geohash from 'ngeohash';
22
22
 
23
23
  var setStreaming = Actions.setStreaming,