@appbaseio/reactivesearch-vue 3.0.0-rc.7.1 → 3.0.0-rc.8
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 +5813 -5864
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +4 -4
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/{DropDown-dcdaf54f.js → DropDown-82d92f8b.js} +1 -1
- package/dist/cjs/{Input-df30e5fc.js → Input-fcd780de.js} +7 -2
- package/dist/cjs/MultiDropdownList.js +2 -2
- package/dist/cjs/MultiList.js +1 -1
- package/dist/cjs/RangeInput.js +1 -1
- package/dist/cjs/SingleDropdownList.js +2 -2
- package/dist/cjs/SingleList.js +1 -1
- package/dist/cjs/index.js +4 -4
- package/dist/cjs/{install-3821345b.js → install-2a1c953d.js} +176 -184
- package/dist/cjs/install.js +4 -4
- package/dist/cjs/version.js +1 -1
- package/dist/es/{DropDown-bede2a41.js → DropDown-8075451b.js} +1 -1
- package/dist/es/{Input-4376ac1f.js → Input-4cd74b38.js} +7 -3
- package/dist/es/MultiDropdownList.js +2 -2
- package/dist/es/MultiList.js +1 -1
- package/dist/es/RangeInput.js +1 -1
- package/dist/es/SingleDropdownList.js +2 -2
- package/dist/es/SingleList.js +1 -1
- package/dist/es/index.js +5 -5
- package/dist/es/{install-af4c53c4.js → install-f4f2557b.js} +176 -184
- package/dist/es/install.js +4 -4
- package/dist/es/version.js +1 -1
- package/package.json +3 -3
package/dist/es/install.js
CHANGED
|
@@ -28,11 +28,11 @@ import '@appbaseio/analytics';
|
|
|
28
28
|
import 'url-search-params-polyfill';
|
|
29
29
|
import './ReactiveBase.js';
|
|
30
30
|
import 'hotkeys-js';
|
|
31
|
-
import 'xss';
|
|
32
31
|
import 'remarkable';
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
import './
|
|
32
|
+
import 'xss';
|
|
33
|
+
export { i as default } from './install-f4f2557b.js';
|
|
34
|
+
import './DropDown-8075451b.js';
|
|
35
|
+
import './Input-4cd74b38.js';
|
|
36
36
|
import 'compute-scroll-into-view';
|
|
37
37
|
import './Container-d00219f7.js';
|
|
38
38
|
import 'vue-highlight-words';
|
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.
|
|
3
|
+
"version": "3.0.0-rc.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"jsnext:main": "dist/es/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"sideEffects": false,
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@appbaseio/analytics": "^1.2.0-alpha.1",
|
|
38
|
-
"@appbaseio/reactivecore": "10.0.0-alpha.
|
|
38
|
+
"@appbaseio/reactivecore": "10.0.0-alpha.26",
|
|
39
39
|
"@appbaseio/vue-emotion": "0.6.0-alpha.6",
|
|
40
40
|
"@emotion/css": "^11.10.5",
|
|
41
41
|
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"redux": "^4.0.0",
|
|
49
49
|
"remarkable": "^2.0.1",
|
|
50
50
|
"url-search-params-polyfill": "^7.0.0",
|
|
51
|
-
"vue-google-maps-community-fork": "^0.
|
|
51
|
+
"vue-google-maps-community-fork": "^0.1.7",
|
|
52
52
|
"vue-highlight-words": "^1.2.0",
|
|
53
53
|
"vue-no-ssr": "^1.1.0",
|
|
54
54
|
"vue-slider-component": "next",
|