@appbaseio/reactivesearch-vue 1.33.1 → 1.33.3

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 (91) hide show
  1. package/dist/@appbaseio/reactivesearch-vue.umd.js +2888 -6530
  2. package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
  3. package/dist/@appbaseio/reactivesearch-vue.umd.min.js +7 -9
  4. package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
  5. package/dist/cjs/{Button-0673191e.js → Button-841fd06d.js} +1 -7
  6. package/dist/cjs/{CancelSvg-9f258f4f.js → CancelSvg-220a7cc3.js} +24 -58
  7. package/dist/cjs/{Card-642547a8.js → Card-240f283d.js} +2 -2
  8. package/dist/cjs/{ComponentWrapper-981ab977.js → ComponentWrapper-9318cece.js} +21 -41
  9. package/dist/cjs/{Container-daf30918.js → Container-e699ea95.js} +1 -1
  10. package/dist/cjs/{DataSearch-c42d8681.js → DataSearch-e4822dbf.js} +131 -299
  11. package/dist/cjs/DataSearch.js +11 -11
  12. package/dist/cjs/{DropDown-c479bbb0.js → DropDown-8984b544.js} +27 -48
  13. package/dist/cjs/DynamicRangeSlider.js +44 -93
  14. package/dist/cjs/{Flex-aa517a13.js → Flex-ddd7cb6b.js} +1 -3
  15. package/dist/cjs/{FormControlList-c195a592.js → FormControlList-bbb5cd24.js} +1 -3
  16. package/dist/cjs/{Input-e6603a7e.js → Input-ead4cd84.js} +14 -16
  17. package/dist/cjs/{ListItem-8c9e0d68.js → ListItem-5088bd6a.js} +2 -3
  18. package/dist/cjs/MultiDropdownList.js +41 -102
  19. package/dist/cjs/MultiList.js +35 -98
  20. package/dist/cjs/MultiRange.js +27 -53
  21. package/dist/cjs/{Pagination-3d73e1b3.js → Pagination-07f4dbad.js} +10 -30
  22. package/dist/cjs/{PreferencesConsumer-4707bd94.js → PreferencesConsumer-5d67b486.js} +8 -18
  23. package/dist/cjs/RangeInput.js +36 -52
  24. package/dist/cjs/RangeSlider.js +24 -48
  25. package/dist/cjs/ReactiveBase.js +66 -81
  26. package/dist/cjs/{ReactiveComponent-63ef70c2.js → ReactiveComponent-b8efb0cf.js} +118 -301
  27. package/dist/cjs/ReactiveComponent.js +20 -20
  28. package/dist/cjs/ReactiveGoogleMap.js +167 -353
  29. package/dist/cjs/ReactiveList.js +88 -176
  30. package/dist/cjs/ResultCard.js +10 -18
  31. package/dist/cjs/ResultList.js +13 -24
  32. package/dist/cjs/SelectedFilters.js +16 -34
  33. package/dist/cjs/SingleDropdownList.js +35 -75
  34. package/dist/cjs/SingleList.js +29 -75
  35. package/dist/cjs/SingleRange.js +17 -40
  36. package/dist/cjs/StateProvider.js +28 -32
  37. package/dist/cjs/{Title-1de7d0f4.js → Title-16042ea0.js} +1 -1
  38. package/dist/cjs/ToggleButton.js +20 -58
  39. package/dist/cjs/{_rollupPluginBabelHelpers-c705cbe6.js → _rollupPluginBabelHelpers-f8b843f8.js} +0 -15
  40. package/dist/cjs/{index-08f8dfa3.js → index-30126fd0.js} +39 -75
  41. package/dist/cjs/index.js +21 -22
  42. package/dist/cjs/initReactivesearch.js +49 -120
  43. package/dist/cjs/install.js +21 -21
  44. package/dist/cjs/{ssr-3027b848.js → ssr-f2fc1bf6.js} +1 -4
  45. package/dist/cjs/{utils-d6a52588.js → utils-83fd01e9.js} +7 -16
  46. package/dist/cjs/version.js +1 -1
  47. package/dist/cjs/{vueTypes-727b7c63.js → vueTypes-7cfc2f98.js} +6 -11
  48. package/dist/es/{Button-35aa984e.js → Button-153cd885.js} +1 -7
  49. package/dist/es/{CancelSvg-4cfae5fd.js → CancelSvg-e40552a5.js} +24 -58
  50. package/dist/es/{Card-450683f1.js → Card-19ad6d90.js} +2 -2
  51. package/dist/es/{ComponentWrapper-d5e814a4.js → ComponentWrapper-240450cc.js} +21 -41
  52. package/dist/es/{Container-ba826e96.js → Container-d00219f7.js} +1 -1
  53. package/dist/es/{DataSearch-d56bf07a.js → DataSearch-5ddfba23.js} +131 -299
  54. package/dist/es/DataSearch.js +11 -11
  55. package/dist/es/{DropDown-05a644a5.js → DropDown-28ddce07.js} +27 -48
  56. package/dist/es/DynamicRangeSlider.js +44 -93
  57. package/dist/es/{Flex-1f0795c3.js → Flex-7c177a10.js} +1 -3
  58. package/dist/es/{FormControlList-c22d64f6.js → FormControlList-99797d0a.js} +1 -3
  59. package/dist/es/{Input-7a2a9fac.js → Input-c09c0b56.js} +14 -16
  60. package/dist/es/{ListItem-cad14c5e.js → ListItem-07888a65.js} +2 -3
  61. package/dist/es/MultiDropdownList.js +41 -102
  62. package/dist/es/MultiList.js +35 -98
  63. package/dist/es/MultiRange.js +27 -53
  64. package/dist/es/{Pagination-af9de08f.js → Pagination-28e56c5c.js} +10 -30
  65. package/dist/es/{PreferencesConsumer-4169deb1.js → PreferencesConsumer-bc097ebb.js} +8 -18
  66. package/dist/es/RangeInput.js +36 -52
  67. package/dist/es/RangeSlider.js +24 -48
  68. package/dist/es/ReactiveBase.js +66 -81
  69. package/dist/es/{ReactiveComponent-9e4721e1.js → ReactiveComponent-59107264.js} +118 -301
  70. package/dist/es/ReactiveComponent.js +20 -20
  71. package/dist/es/ReactiveGoogleMap.js +167 -353
  72. package/dist/es/ReactiveList.js +88 -176
  73. package/dist/es/ResultCard.js +10 -18
  74. package/dist/es/ResultList.js +13 -24
  75. package/dist/es/SelectedFilters.js +16 -34
  76. package/dist/es/SingleDropdownList.js +35 -75
  77. package/dist/es/SingleList.js +29 -75
  78. package/dist/es/SingleRange.js +17 -40
  79. package/dist/es/StateProvider.js +29 -33
  80. package/dist/es/{Title-3342664a.js → Title-863dfa42.js} +1 -1
  81. package/dist/es/ToggleButton.js +20 -58
  82. package/dist/es/{_rollupPluginBabelHelpers-76660dab.js → _rollupPluginBabelHelpers-ded08042.js} +0 -15
  83. package/dist/es/{index-99c5f9c9.js → index-0444a498.js} +39 -75
  84. package/dist/es/index.js +21 -22
  85. package/dist/es/initReactivesearch.js +49 -120
  86. package/dist/es/install.js +21 -21
  87. package/dist/es/{ssr-b2c0b401.js → ssr-03607d84.js} +1 -4
  88. package/dist/es/{utils-9e68acee.js → utils-9e5a16a1.js} +7 -16
  89. package/dist/es/version.js +1 -1
  90. package/dist/es/{vueTypes-b8146772.js → vueTypes-8986b709.js} +6 -11
  91. package/package.json +3 -2
@@ -5,76 +5,63 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau
5
5
  var configureStore = require('@appbaseio/reactivecore');
6
6
  var configureStore__default = _interopDefault(configureStore);
7
7
  var constants = require('@appbaseio/reactivecore/lib/utils/constants');
8
- var _rollupPluginBabelHelpers = require('./_rollupPluginBabelHelpers-c705cbe6.js');
8
+ var _rollupPluginBabelHelpers = require('./_rollupPluginBabelHelpers-f8b843f8.js');
9
9
  var redux = require('redux');
10
10
 
11
11
  // Credit to React-Redux for this util function
12
12
  // https://github.com/reactjs/react-redux/blob/573db0bfc8d1d50fdb6e2a98bd8a7d4675fecf11/src/utils/shallowEqual.js
13
- var hasOwn = Object.prototype.hasOwnProperty;
14
13
 
14
+ var hasOwn = Object.prototype.hasOwnProperty;
15
15
  function is(x, y) {
16
16
  if (x === y) {
17
17
  return x !== 0 || y !== 0 || 1 / x === 1 / y;
18
- } // eslint-disable-next-line
19
-
20
-
18
+ }
19
+ // eslint-disable-next-line
21
20
  return x !== x && y !== y;
22
21
  }
23
-
24
22
  function shallowEqual(objA, objB) {
25
23
  if (is(objA, objB)) return true;
26
-
27
24
  if (typeof objA !== 'object' || objA === null || typeof objB !== 'object' || objB === null) {
28
25
  return false;
29
26
  }
30
-
31
27
  var keysA = Object.keys(objA);
32
28
  var keysB = Object.keys(objB);
33
29
  if (keysA.length !== keysB.length) return false;
34
-
35
30
  for (var i = 0; i < keysA.length; i += 1) {
36
31
  if (!hasOwn.call(objB, keysA[i]) || !is(objA[keysA[i]], objB[keysA[i]])) {
37
32
  return false;
38
33
  }
39
34
  }
40
-
41
35
  return true;
42
36
  }
43
37
 
44
38
  var defaultMapState = function defaultMapState() {
45
39
  return {};
46
40
  };
47
-
48
41
  var defaultMapDispatch = {};
49
-
50
42
  var normalizeMapState = function normalizeMapState(mapState) {
51
43
  if (typeof mapState === 'function') return mapState;
52
-
53
44
  if (mapState === Object(mapState)) {
54
45
  return function (state, ownProps) {
55
46
  return Object.keys(mapState).filter(function (key) {
56
47
  return typeof mapState[key] === 'function';
57
48
  }).reduce(function (map, key) {
58
49
  var _extends2;
59
-
60
50
  return _rollupPluginBabelHelpers._extends({}, map, (_extends2 = {}, _extends2[key] = mapState[key](state, ownProps), _extends2));
61
51
  }, {});
62
52
  };
63
53
  }
64
-
65
54
  throw new Error('[revux] - mapState provided to connect is invalid');
66
- }; // eslint-disable-next-line
67
-
55
+ };
68
56
 
57
+ // eslint-disable-next-line
69
58
  var connector = function connector(_mapState, mapDispatch) {
70
59
  if (_mapState === void 0) {
71
60
  _mapState = defaultMapState;
72
61
  }
73
-
74
62
  if (mapDispatch === void 0) {
75
63
  mapDispatch = defaultMapDispatch;
76
64
  }
77
-
78
65
  return function (component) {
79
66
  var mapState = normalizeMapState(_mapState);
80
67
  return {
@@ -83,25 +70,20 @@ var connector = function connector(_mapState, mapDispatch) {
83
70
  inject: ['$$store'],
84
71
  data: function data() {
85
72
  var merged = _rollupPluginBabelHelpers._extends({}, mapState(this.$$store.getState(), this.$props || {}), redux.bindActionCreators(mapDispatch, this.$$store.dispatch));
86
-
87
73
  return Object.keys(merged).reduce(function (data, key) {
88
74
  var _extends3;
89
-
90
75
  return _rollupPluginBabelHelpers._extends({}, data, (_extends3 = {}, _extends3[key] = merged[key], _extends3));
91
76
  }, {});
92
77
  },
93
78
  created: function created() {
94
79
  var _this = this;
95
-
96
80
  var getMappedState = function getMappedState(state) {
97
81
  return mapState(state, _this.$props || {});
98
82
  };
99
-
100
83
  var observeStore = function observeStore(store, select, onChange) {
101
84
  var currentState = select(store.getState());
102
85
  return store.subscribe(function () {
103
86
  var nextState = select(store.getState());
104
-
105
87
  if (!shallowEqual(currentState, nextState)) {
106
88
  var previousState = currentState;
107
89
  currentState = nextState;
@@ -109,7 +91,6 @@ var connector = function connector(_mapState, mapDispatch) {
109
91
  }
110
92
  });
111
93
  };
112
-
113
94
  this._unsubscribe = observeStore(this.$$store, getMappedState, function (newState) {
114
95
  Object.keys(newState).forEach(function (key) {
115
96
  _this.$set(_this, key, newState[key]);
@@ -124,13 +105,16 @@ var connector = function connector(_mapState, mapDispatch) {
124
105
  };
125
106
 
126
107
  var defaultQueryUtil = configureStore.helper.updateDefaultQuery,
127
- customQueryUtil = configureStore.helper.updateCustomQuery,
128
- isEqual = configureStore.helper.isEqual; // TODO
108
+ customQueryUtil = configureStore.helper.updateCustomQuery,
109
+ isEqual = configureStore.helper.isEqual;
110
+
111
+ // TODO
129
112
  // import { storeKey } from '@appbaseio/reactivecore';
130
113
 
131
114
  var connect = function connect() {
132
115
  return connector.apply(void 0, arguments);
133
- }; // connectToStore(...args, null, {
116
+ };
117
+ // connectToStore(...args, null, {
134
118
  // storeKey,
135
119
  // });
136
120
 
@@ -139,11 +123,9 @@ var composeThemeObject = function composeThemeObject(ownTheme, userTheme) {
139
123
  if (ownTheme === void 0) {
140
124
  ownTheme = {};
141
125
  }
142
-
143
126
  if (userTheme === void 0) {
144
127
  userTheme = {};
145
128
  }
146
-
147
129
  return {
148
130
  typography: _rollupPluginBabelHelpers._extends({}, ownTheme.typography, userTheme.typography),
149
131
  colors: _rollupPluginBabelHelpers._extends({}, ownTheme.colors, userTheme.colors),
@@ -154,14 +136,13 @@ var composeThemeObject = function composeThemeObject(ownTheme, userTheme) {
154
136
  * To determine wether an element is a function
155
137
  * @param {any} element
156
138
  */
157
-
158
139
  var isFunction = function isFunction(element) {
159
140
  return typeof element === 'function';
160
- }; // parses current array (i.e. this.$props.value) for `onChange` callback for multi-* components
141
+ };
161
142
 
143
+ // parses current array (i.e. this.$props.value) for `onChange` callback for multi-* components
162
144
  function parseValueArray(objectValues, currentValue) {
163
145
  var selectedValues;
164
-
165
146
  if (Array.isArray(objectValues)) {
166
147
  selectedValues = [].concat(objectValues);
167
148
  } else {
@@ -170,33 +151,28 @@ function parseValueArray(objectValues, currentValue) {
170
151
  return objectValues[key] ? key : null;
171
152
  });
172
153
  }
173
-
174
154
  if (selectedValues.includes(currentValue)) {
175
155
  return selectedValues.filter(function (item) {
176
156
  return item !== currentValue;
177
157
  });
178
158
  }
179
-
180
159
  return [].concat(selectedValues, [currentValue]);
181
160
  }
161
+
182
162
  /**
183
163
  * Extracts the render prop from props or slot and returns a valid JSX element
184
164
  * @param {Object} data
185
165
  * @param _ref
186
166
  */
187
-
188
167
  var getComponent = function getComponent(data, _ref) {
189
168
  if (data === void 0) {
190
169
  data = {};
191
170
  }
192
-
193
171
  if (_ref === void 0) {
194
172
  _ref = {};
195
173
  }
196
-
197
174
  var _ref2 = _ref.$scopedSlots || _ref.$props,
198
- render = _ref2.render;
199
-
175
+ render = _ref2.render;
200
176
  if (render) return render(data);
201
177
  return null;
202
178
  };
@@ -204,22 +180,18 @@ var getComponent = function getComponent(data, _ref) {
204
180
  * To determine whether a component has render prop or slot defined or not
205
181
  * @returns {Boolean}
206
182
  */
207
-
208
183
  var hasCustomRenderer = function hasCustomRenderer(_ref) {
209
184
  if (_ref === void 0) {
210
185
  _ref = {};
211
186
  }
212
-
213
187
  var _ref3 = _ref.$scopedSlots || _ref.$props,
214
- render = _ref3.render;
215
-
188
+ render = _ref3.render;
216
189
  return Boolean(render);
217
190
  };
218
191
  var getValidPropsKeys = function getValidPropsKeys(props) {
219
192
  if (props === void 0) {
220
193
  props = {};
221
194
  }
222
-
223
195
  return Object.keys(props).filter(function (i) {
224
196
  return constants.validProps.includes(i);
225
197
  });
@@ -237,16 +209,16 @@ var updateCustomQuery = function updateCustomQuery(componentId, setCustomQuery,
237
209
  setCustomQuery: setCustomQuery
238
210
  }), value);
239
211
  };
212
+
240
213
  /**
241
214
  * @param {Function} newVal
242
215
  * @param {Function} oldVal
243
216
  * @param {any} value
244
217
  * @param {Object} props
245
218
  */
246
-
247
219
  var isQueryIdentical = function isQueryIdentical(newVal, oldVal, value, props) {
248
- if (typeof newVal !== 'function' || typeof oldVal !== 'function') return true; // to not call original defaultQuery and customQuery, as here we are only comparing
249
-
220
+ if (typeof newVal !== 'function' || typeof oldVal !== 'function') return true;
221
+ // to not call original defaultQuery and customQuery, as here we are only comparing
250
222
  return isEqual(oldVal(value, props), newVal(value, props));
251
223
  };
252
224
  /**
@@ -254,20 +226,16 @@ var isQueryIdentical = function isQueryIdentical(newVal, oldVal, value, props) {
254
226
  * @param {Object} data
255
227
  * @param _ref
256
228
  */
257
-
258
229
  var getQuerySuggestionsComponent = function getQuerySuggestionsComponent(data, _ref) {
259
230
  if (data === void 0) {
260
231
  data = {};
261
232
  }
262
-
263
233
  if (_ref === void 0) {
264
234
  _ref = {};
265
235
  }
266
-
267
236
  var _ref4 = _ref.$scopedSlots || _ref.$props,
268
- renderQuerySuggestions = _ref4.renderQuerySuggestions,
269
- renderPopularSuggestions = _ref4.renderPopularSuggestions;
270
-
237
+ renderQuerySuggestions = _ref4.renderQuerySuggestions,
238
+ renderPopularSuggestions = _ref4.renderPopularSuggestions;
271
239
  var render = renderPopularSuggestions || renderQuerySuggestions;
272
240
  if (render) return render(data);
273
241
  return null;
@@ -276,33 +244,29 @@ var getQuerySuggestionsComponent = function getQuerySuggestionsComponent(data, _
276
244
  * To determine whether a component has renderQuerySuggestions prop or slot defined or not
277
245
  * @returns {Boolean}
278
246
  */
279
-
280
247
  var hasQuerySuggestionsRenderer = function hasQuerySuggestionsRenderer(_ref) {
281
248
  if (_ref === void 0) {
282
249
  _ref = {};
283
250
  }
284
-
285
251
  var _ref5 = _ref.$scopedSlots || _ref.$props,
286
- renderQuerySuggestions = _ref5.renderQuerySuggestions,
287
- renderPopularSuggestions = _ref5.renderPopularSuggestions;
288
-
252
+ renderQuerySuggestions = _ref5.renderQuerySuggestions,
253
+ renderPopularSuggestions = _ref5.renderPopularSuggestions;
289
254
  return Boolean(renderPopularSuggestions) || Boolean(renderQuerySuggestions);
290
255
  };
256
+
291
257
  /**
292
258
  * To get the camel case string from kebab case
293
259
  * @returns {string}
294
260
  */
295
-
296
261
  var getCamelCase = function getCamelCase(str) {
297
262
  if (str === void 0) {
298
263
  str = '';
299
264
  }
300
-
301
265
  var arr = str.split('-');
302
266
  var capital = arr.map(function (item, index) {
303
267
  return index ? item.charAt(0).toUpperCase() + item.slice(1).toLowerCase() : item;
304
- }); // ^-- change here.
305
-
268
+ });
269
+ // ^-- change here.
306
270
  var capitalString = capital.join('');
307
271
  return capitalString || '';
308
272
  };
@@ -311,22 +275,25 @@ var isEmpty = function isEmpty(val) {
311
275
  };
312
276
  function isNumeric(value) {
313
277
  return /^-?\d+$/.test(value);
314
- } // check if passed shortcut a key combination
278
+ }
315
279
 
280
+ // check if passed shortcut a key combination
316
281
  function isHotkeyCombination(hotkey) {
317
282
  return typeof hotkey === 'string' && hotkey.indexOf('+') !== -1;
318
- } // used for getting correct string char from keycode passed
283
+ }
284
+
285
+ // used for getting correct string char from keycode passed
319
286
  // the below algebraic expression is used to get the correct ascii code out of the e.which || e.keycode returned value
320
287
  // since the keyboards doesn't understand ascii but scan codes and they differ for certain keys such as '/'
321
288
  // stackoverflow ref: https://stackoverflow.com/a/29811987/10822996
322
-
323
289
  function getCharFromCharCode(passedCharCode) {
324
290
  var which = passedCharCode;
325
291
  var chrCode = which - 48 * Math.floor(which / 48);
326
292
  return String.fromCharCode(which >= 96 ? chrCode : which);
327
- } // used for parsing focusshortcuts for keycodes passed as string, eg: 'ctrl+/' is same as 'ctrl+47'
328
- // returns focusShortcuts containing appropriate key charsas depicted on keyboards
293
+ }
329
294
 
295
+ // used for parsing focusshortcuts for keycodes passed as string, eg: 'ctrl+/' is same as 'ctrl+47'
296
+ // returns focusShortcuts containing appropriate key charsas depicted on keyboards
330
297
  function parseFocusShortcuts(focusShortcutsArray) {
331
298
  if (isEmpty(focusShortcutsArray)) return [];
332
299
  var parsedFocusShortcutsArray = [];
@@ -335,10 +302,9 @@ function parseFocusShortcuts(focusShortcutsArray) {
335
302
  if (isHotkeyCombination(element)) {
336
303
  // splitting the combination into pieces
337
304
  var splitCombination = element.split('+');
338
- var parsedSplitCombination = []; // parsedCombination would have all the keycodes converted into chars
339
-
305
+ var parsedSplitCombination = [];
306
+ // parsedCombination would have all the keycodes converted into chars
340
307
  var parsedCombination = '';
341
-
342
308
  for (var i = 0; i < splitCombination.length; i += 1) {
343
309
  if (isNumeric(splitCombination[i])) {
344
310
  parsedSplitCombination.push(getCharFromCharCode(+splitCombination[i]));
@@ -346,7 +312,6 @@ function parseFocusShortcuts(focusShortcutsArray) {
346
312
  parsedSplitCombination.push(splitCombination[i]);
347
313
  }
348
314
  }
349
-
350
315
  parsedCombination = parsedSplitCombination.join('+');
351
316
  parsedFocusShortcutsArray.push(parsedCombination);
352
317
  } else if (isNumeric(element)) {
@@ -362,8 +327,9 @@ function parseFocusShortcuts(focusShortcutsArray) {
362
327
  });
363
328
  return parsedFocusShortcutsArray;
364
329
  }
365
- var MODIFIER_KEYS = ['shift', 'ctrl', 'alt', 'control', 'option', 'cmd', 'command']; // filter out modifierkeys such as ctrl, alt, command, shift from focusShortcuts prop
330
+ var MODIFIER_KEYS = ['shift', 'ctrl', 'alt', 'control', 'option', 'cmd', 'command'];
366
331
 
332
+ // filter out modifierkeys such as ctrl, alt, command, shift from focusShortcuts prop
367
333
  function extractModifierKeysFromFocusShortcuts(focusShortcutsArray) {
368
334
  return focusShortcutsArray.filter(function (shortcutKey) {
369
335
  return MODIFIER_KEYS.includes(shortcutKey);
@@ -373,10 +339,8 @@ function decodeHtml(str) {
373
339
  if (typeof str !== 'string') {
374
340
  return str;
375
341
  }
376
-
377
342
  return str.replace(/&#([0-9]{1,3});/gi, function (match, numStr) {
378
343
  var num = parseInt(numStr, 10); // read num as normal number
379
-
380
344
  return String.fromCharCode(num);
381
345
  });
382
346
  }
package/dist/cjs/index.js CHANGED
@@ -4,49 +4,50 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  require('@appbaseio/reactivecore');
6
6
  var constants = require('@appbaseio/reactivecore/lib/utils/constants');
7
- require('./_rollupPluginBabelHelpers-c705cbe6.js');
7
+ require('./_rollupPluginBabelHelpers-f8b843f8.js');
8
8
  require('vue-types');
9
9
  require('@appbaseio/reactivecore/lib/utils/helper');
10
10
  require('emotion');
11
11
  require('@appbaseio/vue-emotion');
12
12
  require('polished');
13
- require('./Button-0673191e.js');
14
- require('./vueTypes-727b7c63.js');
15
- require('./Pagination-3d73e1b3.js');
13
+ require('./Button-841fd06d.js');
14
+ require('./vueTypes-7cfc2f98.js');
15
+ require('./Pagination-07f4dbad.js');
16
16
  var ReactiveList = require('./ReactiveList.js');
17
17
  require('@appbaseio/reactivecore/lib/utils/transform');
18
18
  require('redux');
19
- require('./index-08f8dfa3.js');
20
- require('./ComponentWrapper-981ab977.js');
21
- require('./PreferencesConsumer-4707bd94.js');
19
+ require('./index-30126fd0.js');
20
+ require('./ComponentWrapper-9318cece.js');
21
+ require('./PreferencesConsumer-5d67b486.js');
22
22
  require('@vue/babel-helper-vue-jsx-merge-props');
23
- require('./Title-1de7d0f4.js');
24
- require('./ListItem-8c9e0d68.js');
25
- require('./Card-642547a8.js');
26
- require('./Flex-aa517a13.js');
23
+ require('./Title-16042ea0.js');
24
+ require('./ListItem-5088bd6a.js');
25
+ require('./Card-240f283d.js');
26
+ require('./Flex-ddd7cb6b.js');
27
27
  require('@appbaseio/reactivecore/lib/actions/analytics');
28
28
  require('appbase-js');
29
+ require('@appbaseio/analytics');
29
30
  require('url-search-params-polyfill');
30
31
  var ReactiveBase = require('./ReactiveBase.js');
31
32
  require('hotkeys-js');
32
- var DataSearch = require('./DataSearch-c42d8681.js');
33
- require('./CancelSvg-9f258f4f.js');
34
- require('./Input-e6603a7e.js');
33
+ var DataSearch = require('./DataSearch-e4822dbf.js');
34
+ require('./CancelSvg-220a7cc3.js');
35
+ require('./Input-ead4cd84.js');
35
36
  require('compute-scroll-into-view');
36
- require('./Container-daf30918.js');
37
+ require('./Container-e699ea95.js');
37
38
  require('vue-highlight-words');
38
- var ReactiveComponent = require('./ReactiveComponent-63ef70c2.js');
39
+ var ReactiveComponent = require('./ReactiveComponent-b8efb0cf.js');
39
40
  require('@appbaseio/reactivecore/lib/utils/suggestions');
40
- require('./FormControlList-c195a592.js');
41
- require('./utils-d6a52588.js');
41
+ require('./FormControlList-bbb5cd24.js');
42
+ require('./utils-83fd01e9.js');
42
43
  var SingleList = require('./SingleList.js');
43
44
  var MultiList = require('./MultiList.js');
44
- require('./DropDown-c479bbb0.js');
45
+ require('./DropDown-8984b544.js');
45
46
  var SingleDropdownList = require('./SingleDropdownList.js');
46
47
  var MultiDropdownList = require('./MultiDropdownList.js');
47
48
  var ToggleButton = require('./ToggleButton.js');
48
49
  require('vue-no-ssr');
49
- require('./ssr-3027b848.js');
50
+ require('./ssr-f2fc1bf6.js');
50
51
  var DynamicRangeSlider = require('./DynamicRangeSlider.js');
51
52
  var SingleRange = require('./SingleRange.js');
52
53
  var MultiRange = require('./MultiRange.js');
@@ -55,7 +56,6 @@ var RangeInput = require('./RangeInput.js');
55
56
  var SelectedFilters = require('./SelectedFilters.js');
56
57
  var ResultCard = require('./ResultCard.js');
57
58
  var ResultList = require('./ResultList.js');
58
- require('@appbaseio/reactivecore/lib/actions/value');
59
59
  var StateProvider = require('./StateProvider.js');
60
60
  require('gmap-vue');
61
61
  require('ngeohash');
@@ -73,7 +73,6 @@ var version = require('./version.js');
73
73
  var install = require('./install.js');
74
74
 
75
75
  // Add polyfills to support in IE
76
-
77
76
  if (typeof window !== 'undefined' && window.Vue) {
78
77
  install.default(window.Vue);
79
78
  }