@appbaseio/reactivesearch-vue 3.0.0-rc.5.alpha.1 → 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.
- package/dist/@appbaseio/reactivesearch-vue.umd.js +36340 -33139
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +32 -32
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/{DropDown-b16418e9.js → CancelSvg-ab0f8b23.js} +0 -290
- package/dist/cjs/DropDown-e7125b72.js +299 -0
- package/dist/cjs/MultiDropdownList.js +2 -1
- package/dist/cjs/{install-7cdf6798.js → SearchBox.js} +21 -867
- package/dist/cjs/SingleDropdownList.js +2 -1
- package/dist/cjs/index.js +7 -5
- package/dist/cjs/install-3c4520bf.js +874 -0
- package/dist/cjs/install.js +4 -2
- package/dist/cjs/version.js +1 -1
- package/dist/es/CancelSvg-e7ae49e9.js +401 -0
- package/dist/es/DropDown-13afb4d2.js +295 -0
- package/dist/es/MultiDropdownList.js +2 -1
- package/dist/es/{install-0c7962bc.js → SearchBox.js} +10 -855
- package/dist/es/SingleDropdownList.js +2 -1
- package/dist/es/index.js +5 -3
- package/dist/es/install-ff8b0750.js +868 -0
- package/dist/es/install.js +4 -2
- package/dist/es/version.js +1 -1
- package/package.json +3 -3
- package/dist/es/DropDown-fc1fef02.js +0 -690
package/dist/es/install.js
CHANGED
|
@@ -28,8 +28,8 @@ import '@appbaseio/analytics';
|
|
|
28
28
|
import 'url-search-params-polyfill';
|
|
29
29
|
import './ReactiveBase.js';
|
|
30
30
|
import 'hotkeys-js';
|
|
31
|
-
|
|
32
|
-
import './
|
|
31
|
+
import './SearchBox.js';
|
|
32
|
+
import './CancelSvg-e7ae49e9.js';
|
|
33
33
|
import './Input-f7499ef8.js';
|
|
34
34
|
import 'compute-scroll-into-view';
|
|
35
35
|
import './Container-d00219f7.js';
|
|
@@ -40,6 +40,8 @@ import './utils-d7dd4f4e.js';
|
|
|
40
40
|
import './SingleList.js';
|
|
41
41
|
import './MultiList.js';
|
|
42
42
|
import '@appbaseio/reactivecore/lib/utils/types';
|
|
43
|
+
export { i as default } from './install-ff8b0750.js';
|
|
44
|
+
import './DropDown-13afb4d2.js';
|
|
43
45
|
import './SingleDropdownList.js';
|
|
44
46
|
import './MultiDropdownList.js';
|
|
45
47
|
import './ToggleButton.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": "3.0.0-rc.5.alpha.
|
|
3
|
+
"version": "3.0.0-rc.5.alpha.3",
|
|
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
|
"sideEffects": false,
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@appbaseio/analytics": "^1.1.1",
|
|
37
|
-
"@appbaseio/reactivecore": "10.0.0-alpha.
|
|
37
|
+
"@appbaseio/reactivecore": "10.0.0-alpha.18",
|
|
38
38
|
"@appbaseio/vue-emotion": "0.6.0-alpha.6",
|
|
39
39
|
"@appbaseio/vue-google-maps-community-fork": "1.0.0-alpha.1",
|
|
40
40
|
"@emotion/css": "^11.10.5",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@babel/plugin-syntax-jsx": "^7.2.0",
|
|
65
65
|
"@babel/preset-env": "^7.5.5",
|
|
66
66
|
"@babel/preset-stage-2": "^7.0.0",
|
|
67
|
-
"@
|
|
67
|
+
"@vue/babel-plugin-jsx": "^1.1.1",
|
|
68
68
|
"@vue/compiler-sfc": "^3.0.11",
|
|
69
69
|
"eslint": "^4.12.0",
|
|
70
70
|
"eslint-config-airbnb-base": "^13.1.0",
|