@appbaseio/reactivesearch-vue 1.28.0 → 1.29.0
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.
- package/dist/@appbaseio/reactivesearch-vue.umd.js +1780 -413
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +5 -5
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/{Button-11307285.js → Button-e0b7c1f6.js} +1 -1
- package/dist/cjs/DataSearch-eec21890.js +2171 -0
- package/dist/cjs/DataSearch.js +18 -2107
- package/dist/cjs/{DropDown-7aa3d0d2.js → DropDown-e4381fcc.js} +1 -1
- package/dist/cjs/{Input-3cc3fa59.js → Input-0d7b25ad.js} +1 -1
- package/dist/cjs/MultiDropdownList.js +3 -3
- package/dist/cjs/MultiList.js +1 -1
- package/dist/cjs/RangeInput.js +1 -1
- package/dist/cjs/ReactiveList.js +1 -1
- package/dist/cjs/SelectedFilters.js +1 -1
- package/dist/cjs/SingleDropdownList.js +3 -3
- package/dist/cjs/SingleList.js +1 -1
- package/dist/cjs/ToggleButton.js +1 -1
- package/dist/cjs/index.js +10 -9
- package/dist/cjs/install-4886582d.js +1244 -0
- package/dist/cjs/install.js +24 -29
- package/dist/cjs/version.js +1 -1
- package/dist/es/{Button-91561391.js → Button-33de88e6.js} +1 -1
- package/dist/es/DataSearch-42f547cd.js +2158 -0
- package/dist/es/DataSearch.js +17 -2106
- package/dist/es/{DropDown-60a426a2.js → DropDown-ff6ad982.js} +1 -1
- package/dist/es/{Input-08bb1bcf.js → Input-e339e63a.js} +1 -1
- package/dist/es/MultiDropdownList.js +3 -3
- package/dist/es/MultiList.js +1 -1
- package/dist/es/RangeInput.js +1 -1
- package/dist/es/ReactiveList.js +1 -1
- package/dist/es/SelectedFilters.js +1 -1
- package/dist/es/SingleDropdownList.js +3 -3
- package/dist/es/SingleList.js +1 -1
- package/dist/es/ToggleButton.js +1 -1
- package/dist/es/index.js +6 -6
- package/dist/es/install-54ebd72e.js +1237 -0
- package/dist/es/install.js +22 -31
- package/dist/es/version.js +1 -1
- package/package.json +2 -2
package/dist/es/install.js
CHANGED
|
@@ -6,9 +6,9 @@ import '@appbaseio/reactivecore/lib/utils/helper';
|
|
|
6
6
|
import 'emotion';
|
|
7
7
|
import '@appbaseio/vue-emotion';
|
|
8
8
|
import 'polished';
|
|
9
|
-
import './Button-
|
|
9
|
+
import './Button-33de88e6.js';
|
|
10
10
|
import './vueTypes-687b2304.js';
|
|
11
|
-
import
|
|
11
|
+
import './ReactiveList.js';
|
|
12
12
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
13
13
|
import 'redux';
|
|
14
14
|
import './index-78920565.js';
|
|
@@ -21,42 +21,33 @@ import './Flex-8770345d.js';
|
|
|
21
21
|
import '@appbaseio/reactivecore/lib/actions/analytics';
|
|
22
22
|
import 'appbase-js';
|
|
23
23
|
import 'url-search-params-polyfill';
|
|
24
|
-
import
|
|
24
|
+
import './ReactiveBase.js';
|
|
25
25
|
import 'hotkeys-js';
|
|
26
|
-
import
|
|
26
|
+
import './DataSearch-42f547cd.js';
|
|
27
27
|
import './CancelSvg-c2c03a35.js';
|
|
28
|
-
import './Input-
|
|
28
|
+
import './Input-e339e63a.js';
|
|
29
29
|
import 'compute-scroll-into-view';
|
|
30
30
|
import './Container-18b03fde.js';
|
|
31
31
|
import 'vue-highlight-words';
|
|
32
|
+
export { i as default } from './install-54ebd72e.js';
|
|
32
33
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
33
34
|
import './FormControlList-704f8dee.js';
|
|
34
35
|
import './utils-64a2e5f0.js';
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import './DropDown-
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
36
|
+
import './SingleList.js';
|
|
37
|
+
import './MultiList.js';
|
|
38
|
+
import './DropDown-ff6ad982.js';
|
|
39
|
+
import './SingleDropdownList.js';
|
|
40
|
+
import './MultiDropdownList.js';
|
|
41
|
+
import './ToggleButton.js';
|
|
42
|
+
import './ReactiveComponent.js';
|
|
43
|
+
import './SelectedFilters.js';
|
|
44
|
+
import './SingleRange.js';
|
|
45
|
+
import './MultiRange.js';
|
|
46
|
+
import './ResultCard.js';
|
|
47
|
+
import './ResultList.js';
|
|
47
48
|
import 'vue-no-ssr';
|
|
48
49
|
import './ssr-a41dfea9.js';
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
|
|
54
|
-
var components = [ReactiveList, ResultCard, ResultList, ReactiveBase, DataSearch, SingleList, MultiList, SingleRange, MultiRange, RangeSlider, DynamicRangeSlider, ReactiveComponent, SelectedFilters, ToggleButton, SingleDropdownList, MultiDropdownList, StateProvider, RangeInput];
|
|
55
|
-
function install (Vue) {
|
|
56
|
-
components.map(function (component) {
|
|
57
|
-
Vue.use(component);
|
|
58
|
-
return null;
|
|
59
|
-
});
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
export default install;
|
|
50
|
+
import './RangeSlider.js';
|
|
51
|
+
import './DynamicRangeSlider.js';
|
|
52
|
+
import './StateProvider.js';
|
|
53
|
+
import './RangeInput.js';
|
package/dist/es/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appbaseio/reactivesearch-vue",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.29.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"jsnext:main": "dist/es/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
],
|
|
35
35
|
"sideEffects": false,
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@appbaseio/reactivecore": "9.14.
|
|
37
|
+
"@appbaseio/reactivecore": "9.14.5",
|
|
38
38
|
"@appbaseio/vue-emotion": "0.4.4",
|
|
39
39
|
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
|
40
40
|
"appbase-js": "^5.0.0",
|