@appbaseio/reactivesearch-vue 3.0.0-rc.5.alpha.2 → 3.0.0-rc.5.alpha.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 (62) hide show
  1. package/dist/@appbaseio/reactivesearch-vue.umd.js +1 -1
  2. package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
  3. package/dist/@appbaseio/reactivesearch-vue.umd.min.js +1 -1
  4. package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
  5. package/dist/cjs/{DropDown-b16418e9.js → CancelSvg-ab0f8b23.js} +0 -290
  6. package/dist/cjs/DropDown-e7125b72.js +299 -0
  7. package/dist/cjs/MultiDropdownList.js +2 -1
  8. package/dist/cjs/{install-7cdf6798.js → SearchBox.js} +21 -867
  9. package/dist/cjs/SingleDropdownList.js +2 -1
  10. package/dist/cjs/index.js +7 -5
  11. package/dist/cjs/install-3c4520bf.js +874 -0
  12. package/dist/cjs/install.js +4 -2
  13. package/dist/cjs/version.js +1 -1
  14. package/dist/es/{Button-a376dd9b.js → Button-fd869491.js} +1 -1
  15. package/dist/es/CancelSvg-e7ae49e9.js +401 -0
  16. package/dist/es/{Card-56bd984e.js → Card-54b9e7a0.js} +2 -2
  17. package/dist/es/{ComponentWrapper-b43a546e.js → ComponentWrapper-8a3c388d.js} +4 -3
  18. package/dist/es/{Container-6c21a1e6.js → Container-d00219f7.js} +1 -1
  19. package/dist/es/DropDown-13afb4d2.js +295 -0
  20. package/dist/es/DynamicRangeSlider.js +7 -6
  21. package/dist/es/{Flex-651f2422.js → Flex-25792bc3.js} +1 -1
  22. package/dist/es/{FormControlList-be0456b0.js → FormControlList-fe6eaee4.js} +1 -1
  23. package/dist/es/{Input-3126d7b6.js → Input-f7499ef8.js} +1 -1
  24. package/dist/es/{ListItem-a25ed63a.js → ListItem-e3c6acf4.js} +2 -2
  25. package/dist/es/MultiDropdownList.js +15 -12
  26. package/dist/es/MultiList.js +12 -10
  27. package/dist/es/MultiRange.js +10 -9
  28. package/dist/es/{Pagination-874e01df.js → Pagination-c2745bec.js} +2 -2
  29. package/dist/es/{PreferencesConsumer-9a3b0bac.js → PreferencesConsumer-b058d14e.js} +2 -2
  30. package/dist/es/RangeInput.js +12 -11
  31. package/dist/es/RangeSlider.js +9 -8
  32. package/dist/es/ReactiveBase.js +17 -5508
  33. package/dist/es/ReactiveComponent.js +6 -5
  34. package/dist/es/ReactiveGoogleMap.js +10 -9
  35. package/dist/es/ReactiveList.js +14 -13
  36. package/dist/es/ResultCard.js +3 -3
  37. package/dist/es/ResultList.js +3 -3
  38. package/dist/es/SearchBox.js +1847 -0
  39. package/dist/es/SelectedFilters.js +7 -6
  40. package/dist/es/SingleDropdownList.js +15 -12
  41. package/dist/es/SingleList.js +12 -10
  42. package/dist/es/SingleRange.js +10 -9
  43. package/dist/es/StateProvider.js +4 -3
  44. package/dist/es/{Title-4b7614be.js → Title-863dfa42.js} +1 -1
  45. package/dist/es/ToggleButton.js +9 -8
  46. package/dist/es/_rollupPluginBabelHelpers-ded08042.js +61 -0
  47. package/dist/es/{index-b2212b15.js → index-882489e1.js} +3 -67
  48. package/dist/es/index.js +31 -22
  49. package/dist/es/initReactivesearch.js +3 -2291
  50. package/dist/es/install-ff8b0750.js +868 -0
  51. package/dist/es/install.js +28 -21
  52. package/dist/es/{ssr-26e0b4af.js → ssr-c630ccb9.js} +1 -1
  53. package/dist/es/utils-d7dd4f4e.js +60 -0
  54. package/dist/es/version.js +1 -1
  55. package/package.json +2 -2
  56. package/dist/es/DropDown-59c3fbc7.js +0 -690
  57. package/dist/es/_rollupPluginBabelHelpers-dac426db.js +0 -423
  58. package/dist/es/helper-39773859.js +0 -558
  59. package/dist/es/index-b9203a60.js +0 -10
  60. package/dist/es/install-d7f59dee.js +0 -4008
  61. package/dist/es/transform-e41c9e5c.js +0 -412
  62. package/dist/es/utils-782d91c4.js +0 -1315
@@ -1,13 +1,14 @@
1
1
  import { Actions, helper } from '@appbaseio/reactivecore';
2
- import { k as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, c as connect, a as componentTypes } from './index-b2212b15.js';
3
- import { _ as _extends, b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-dac426db.js';
2
+ import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
3
+ import { a as _extends, b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-ded08042.js';
4
4
  import { createVNode, h } from 'vue';
5
5
  import VueTypes from 'vue-types';
6
6
  import { t as types } from './vueTypes-f1923c72.js';
7
- import './transform-e41c9e5c.js';
7
+ import '@appbaseio/reactivecore/lib/utils/transform';
8
8
  import 'redux';
9
- import { C as ComponentWrapper } from './ComponentWrapper-b43a546e.js';
10
- import { P as PreferencesConsumer } from './PreferencesConsumer-9a3b0bac.js';
9
+ import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, c as connect } from './index-882489e1.js';
10
+ import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
11
+ import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
11
12
 
12
13
  var _excluded = ["options"];
13
14
  var updateQuery = Actions.updateQuery,
@@ -1,20 +1,21 @@
1
1
  import { Actions, helper } from '@appbaseio/reactivecore';
2
- import { h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, b as isFunction, a as componentTypes, c as connect } from './index-b2212b15.js';
3
- import { _ as _transformOn } from './index-b9203a60.js';
4
- import { _ as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey, d as _inheritsLoose, a as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-dac426db.js';
2
+ import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
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';
5
5
  import { createVNode, mergeProps } from 'vue';
6
6
  import VueTypes from 'vue-types';
7
7
  import { styled } from '@appbaseio/vue-emotion';
8
8
  import { css } from '@emotion/css';
9
9
  import 'polished';
10
- import './Button-a376dd9b.js';
10
+ import './Button-fd869491.js';
11
11
  import { t as types } from './vueTypes-f1923c72.js';
12
- import { P as Pagination } from './Pagination-874e01df.js';
13
- import './transform-e41c9e5c.js';
12
+ import { P as Pagination } from './Pagination-c2745bec.js';
13
+ import '@appbaseio/reactivecore/lib/utils/transform';
14
14
  import 'redux';
15
- import { C as ComponentWrapper } from './ComponentWrapper-b43a546e.js';
16
- import { P as PreferencesConsumer } from './PreferencesConsumer-9a3b0bac.js';
17
- import { C as Checkbox } from './FormControlList-be0456b0.js';
15
+ import { h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, a as isFunction, c as connect } from './index-882489e1.js';
16
+ import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
17
+ import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
18
+ import { C as Checkbox } from './FormControlList-fe6eaee4.js';
18
19
  import VueGoogleMaps, { InfoWindow, MapElementMixin, Marker, GMapCluster, Map } from '@appbaseio/vue-google-maps-community-fork';
19
20
  import geohash from 'ngeohash';
20
21
 
@@ -1,24 +1,25 @@
1
1
  import { Actions, helper } from '@appbaseio/reactivecore';
2
- import { c as connect, a as componentTypes, h as hasCustomRenderer, i as isQueryIdentical, u as updateDefaultQuery, b as isFunction, g as getComponent } from './index-b2212b15.js';
3
- import { _ as _transformOn } from './index-b9203a60.js';
4
- import { a as _taggedTemplateLiteralLoose, _ as _extends } from './_rollupPluginBabelHelpers-dac426db.js';
2
+ import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
3
+ import _transformOn from '@vue/babel-helper-vue-transform-on';
4
+ import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
5
5
  import { createVNode, mergeProps, createTextVNode, isVNode } from 'vue';
6
6
  import VueTypes from 'vue-types';
7
- import { w as withClickIds } from './helper-39773859.js';
7
+ import { withClickIds } from '@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-a376dd9b.js';
11
+ import './Button-fd869491.js';
12
12
  import { t as types } from './vueTypes-f1923c72.js';
13
- import { P as Pagination } from './Pagination-874e01df.js';
14
- import './transform-e41c9e5c.js';
13
+ import { P as Pagination } from './Pagination-c2745bec.js';
14
+ import '@appbaseio/reactivecore/lib/utils/transform';
15
15
  import 'redux';
16
- import { C as ComponentWrapper } from './ComponentWrapper-b43a546e.js';
17
- import { P as PreferencesConsumer } from './PreferencesConsumer-9a3b0bac.js';
18
- import './Title-4b7614be.js';
19
- import { c as container } from './ListItem-a25ed63a.js';
20
- import { c as container$1 } from './Card-56bd984e.js';
21
- import { F as Flex } from './Flex-651f2422.js';
16
+ import { c as connect, h as hasCustomRenderer, i as isQueryIdentical, u as updateDefaultQuery, a as isFunction, g as getComponent } from './index-882489e1.js';
17
+ import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
18
+ import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
19
+ import './Title-863dfa42.js';
20
+ import { c as container } from './ListItem-e3c6acf4.js';
21
+ import { c as container$1 } from './Card-54b9e7a0.js';
22
+ import { F as Flex } from './Flex-25792bc3.js';
22
23
 
23
24
  var _templateObject;
24
25
  var PoweredByImage = styled('img')(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n\twidth: 110px;\n"])));
@@ -1,12 +1,12 @@
1
- import { b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-dac426db.js';
1
+ import { b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-ded08042.js';
2
2
  import { createVNode, isVNode, mergeProps } from 'vue';
3
3
  import VueTypes from 'vue-types';
4
4
  import '@appbaseio/vue-emotion';
5
5
  import '@emotion/css';
6
6
  import 'polished';
7
7
  import { t as types } from './vueTypes-f1923c72.js';
8
- import { T as Title } from './Title-4b7614be.js';
9
- import { I as Image, C as Card } from './Card-56bd984e.js';
8
+ import { T as Title } from './Title-863dfa42.js';
9
+ import { I as Image, C as Card } from './Card-54b9e7a0.js';
10
10
 
11
11
  function _isSlot(s) {
12
12
  return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !isVNode(s);
@@ -1,12 +1,12 @@
1
- import { b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-dac426db.js';
1
+ import { b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-ded08042.js';
2
2
  import { createVNode, mergeProps, isVNode } from 'vue';
3
3
  import VueTypes from 'vue-types';
4
4
  import '@appbaseio/vue-emotion';
5
5
  import '@emotion/css';
6
6
  import 'polished';
7
7
  import { t as types } from './vueTypes-f1923c72.js';
8
- import { T as Title } from './Title-4b7614be.js';
9
- import { I as Image, L as ListItem } from './ListItem-a25ed63a.js';
8
+ import { T as Title } from './Title-863dfa42.js';
9
+ import { I as Image, L as ListItem } from './ListItem-e3c6acf4.js';
10
10
 
11
11
  var ResultListContent = {
12
12
  name: 'ResultListContent',