@appbaseio/reactivesearch-vue 3.0.0-alpha.0 → 3.0.0-alpha.2

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 (52) hide show
  1. package/README.md +9 -9
  2. package/dist/@appbaseio/reactivesearch-vue.umd.js +396 -775
  3. package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
  4. package/dist/@appbaseio/reactivesearch-vue.umd.min.js +5 -10
  5. package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
  6. package/dist/cjs/{ComponentWrapper-75f88599.js → ComponentWrapper-611cf7f9.js} +2 -2
  7. package/dist/cjs/{DropDown-6cf84c47.js → DropDown-dc184468.js} +4 -2
  8. package/dist/cjs/DynamicRangeSlider.js +5 -4
  9. package/dist/cjs/{Input-4b434436.js → Input-088dfcb4.js} +1 -1
  10. package/dist/cjs/MultiDropdownList.js +4 -4
  11. package/dist/cjs/MultiList.js +4 -4
  12. package/dist/cjs/MultiRange.js +2 -2
  13. package/dist/cjs/{PreferencesConsumer-eb265924.js → PreferencesConsumer-22d1b49f.js} +1 -3
  14. package/dist/cjs/RangeInput.js +4 -4
  15. package/dist/cjs/RangeSlider.js +3 -3
  16. package/dist/cjs/ReactiveBase.js +4 -3
  17. package/dist/cjs/{ReactiveComponent-eb8db4c1.js → ReactiveComponent-0a6b819b.js} +18 -23
  18. package/dist/cjs/ReactiveComponent.js +6 -6
  19. package/dist/cjs/ReactiveGoogleMap.js +8 -7
  20. package/dist/cjs/ReactiveList.js +3 -3
  21. package/dist/cjs/SingleDropdownList.js +4 -4
  22. package/dist/cjs/SingleList.js +4 -4
  23. package/dist/cjs/SingleRange.js +2 -2
  24. package/dist/cjs/ToggleButton.js +2 -2
  25. package/dist/cjs/index.js +6 -6
  26. package/dist/cjs/install.js +6 -6
  27. package/dist/cjs/{ssr-6907ada3.js → ssr-c58b64c4.js} +4 -4
  28. package/dist/cjs/version.js +1 -1
  29. package/dist/es/{ComponentWrapper-5166c76a.js → ComponentWrapper-3dfe6931.js} +2 -2
  30. package/dist/es/{DropDown-8764360c.js → DropDown-029ffd42.js} +4 -2
  31. package/dist/es/DynamicRangeSlider.js +5 -4
  32. package/dist/es/{Input-4a8ef1f3.js → Input-ad474a55.js} +1 -1
  33. package/dist/es/MultiDropdownList.js +4 -4
  34. package/dist/es/MultiList.js +4 -4
  35. package/dist/es/MultiRange.js +2 -2
  36. package/dist/es/{PreferencesConsumer-c276709c.js → PreferencesConsumer-24e88f3b.js} +1 -3
  37. package/dist/es/RangeInput.js +4 -4
  38. package/dist/es/RangeSlider.js +3 -3
  39. package/dist/es/ReactiveBase.js +4 -3
  40. package/dist/es/{ReactiveComponent-f9fa5780.js → ReactiveComponent-8fb219ec.js} +18 -23
  41. package/dist/es/ReactiveComponent.js +6 -6
  42. package/dist/es/ReactiveGoogleMap.js +8 -7
  43. package/dist/es/ReactiveList.js +3 -3
  44. package/dist/es/SingleDropdownList.js +4 -4
  45. package/dist/es/SingleList.js +4 -4
  46. package/dist/es/SingleRange.js +2 -2
  47. package/dist/es/ToggleButton.js +2 -2
  48. package/dist/es/index.js +6 -6
  49. package/dist/es/install.js +6 -6
  50. package/dist/es/{ssr-af398f0c.js → ssr-e5eb1f1e.js} +4 -4
  51. package/dist/es/version.js +1 -1
  52. package/package.json +2 -2
package/README.md CHANGED
@@ -29,20 +29,20 @@ The official docs for the library are at [here](https://docs.appbase.io/docs/rea
29
29
 
30
30
  The components are divided into four sections:
31
31
 
32
- - List based UI components are at [here](https://docs.appbase.io/docs/reactivesearch/vue/list/SingleList/).
33
- - Range based UI components are at [here](https://docs.appbase.io/docs/reactivesearch/vue/range/SingleRange/).
34
- - Search UI components are at [here](https://docs.appbase.io/docs/reactivesearch/vue/search/DataSearch/).
35
- - Result components are at [here](https://docs.appbase.io/docs/reactivesearch/vue/result/ReactiveList/).
32
+ - List based UI components are at [here](https://docs.appbase.io/docs/reactivesearch/vue/list/SingleList/).
33
+ - Range based UI components are at [here](https://docs.appbase.io/docs/reactivesearch/vue/range/SingleRange/).
34
+ - Search UI components are at [here](https://docs.appbase.io/docs/reactivesearch/vue/search/SearchBox/).
35
+ - Result components are at [here](https://docs.appbase.io/docs/reactivesearch/vue/result/ReactiveList/).
36
36
 
37
37
  ## Related tooling and projects
38
38
 
39
- - [**ReactiveSearch Dashboard**](https://dashboard.appbase.io/reactivesearch/) All your Reactive Search related apps (created via interactive tutorial, shared by others, etc.) can be accessed from here.
40
- - [**ReactiveMaps**](https://github.com/appbaseio/reactivemaps) is a similar project to Reactive Search that allows building realtime maps easily.
39
+ - [**ReactiveSearch Dashboard**](https://dashboard.appbase.io/reactivesearch/) All your Reactive Search related apps (created via interactive tutorial, shared by others, etc.) can be accessed from here.
40
+ - [**ReactiveMaps**](https://github.com/appbaseio/reactivemaps) is a similar project to Reactive Search that allows building realtime maps easily.
41
41
 
42
- - [**appbase-js**](https://github.com/appbaseio/appbase-js) While building search UIs is dandy with Reactive Search, you might also need to add some input forms. **appbase-js** comes in handy there.
42
+ - [**appbase-js**](https://github.com/appbaseio/appbase-js) While building search UIs is dandy with Reactive Search, you might also need to add some input forms. **appbase-js** comes in handy there.
43
43
 
44
- - [**dejavu**](https://github.com/appbaseio/dejavu) allows viewing raw data within an appbase.io (or Elasticsearch) app. **Soon to be released feature:** An ability to import custom data from CSV and JSON files, along with a guided walkthrough on applying data mappings.
44
+ - [**dejavu**](https://github.com/appbaseio/dejavu) allows viewing raw data within an appbase.io (or Elasticsearch) app. **Soon to be released feature:** An ability to import custom data from CSV and JSON files, along with a guided walkthrough on applying data mappings.
45
45
 
46
- - [**mirage**](https://github.com/appbaseio/mirage) ReactiveSearch components can be extended using custom Elasticsearch queries. For those new to Elasticsearch, Mirage provides an intuitive GUI for composing queries.
46
+ - [**mirage**](https://github.com/appbaseio/mirage) ReactiveSearch components can be extended using custom Elasticsearch queries. For those new to Elasticsearch, Mirage provides an intuitive GUI for composing queries.
47
47
 
48
48
  <a href="https://appbase.io/pricing#support"><img src="https://i.imgur.com/UL6B0uE.png" width="100%" /></a>