@appbaseio/reactivesearch-vue 3.0.0-rc.8 → 3.1.0-rc.1
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 +23301 -41871
- 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/{Button-f96a0570.js → Button-d4da7470.js} +7 -14
- package/dist/cjs/{ComponentWrapper-0b9ffb1a.js → ComponentWrapper-b5c78446.js} +1 -4
- package/dist/cjs/{DropDown-82d92f8b.js → DropDown-ec31bd3f.js} +8 -19
- package/dist/cjs/DynamicRangeSlider.js +3 -3
- package/dist/cjs/Input-497be42a.js +74 -0
- package/dist/cjs/MultiDropdownList.js +7 -8
- package/dist/cjs/MultiList.js +5 -5
- package/dist/cjs/MultiRange.js +4 -4
- package/dist/cjs/{Pagination-bcf8af5f.js → Pagination-b953a80a.js} +2 -2
- package/dist/cjs/{PreferencesConsumer-85dee673.js → PreferencesConsumer-7bee3c57.js} +1 -1
- package/dist/cjs/RangeInput.js +5 -5
- package/dist/cjs/RangeSlider.js +4 -4
- package/dist/cjs/ReactiveBase.js +23 -21
- package/dist/cjs/ReactiveComponent.js +4 -4
- package/dist/cjs/ReactiveGoogleMap.js +6 -7
- package/dist/cjs/ReactiveList.js +6 -6
- package/dist/cjs/ResultCard.js +1 -1
- package/dist/cjs/ResultList.js +1 -1
- package/dist/cjs/SelectedFilters.js +3 -4
- package/dist/cjs/SingleDropdownList.js +7 -8
- package/dist/cjs/SingleList.js +5 -5
- package/dist/cjs/SingleRange.js +4 -4
- package/dist/cjs/StateProvider.js +1 -1
- package/dist/cjs/ToggleButton.js +5 -6
- package/dist/cjs/{index-779ed366.js → index-1f41363f.js} +7 -3
- package/dist/cjs/index.js +9 -13
- package/dist/cjs/{install-2a1c953d.js → install-fd2155c7.js} +221 -1599
- package/dist/cjs/install.js +9 -12
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/{vueTypes-a5f1745e.js → vueTypes-1bf00978.js} +0 -18
- package/dist/es/{Button-5c2cf399.js → Button-fd869491.js} +7 -14
- package/dist/es/{ComponentWrapper-a2635cfc.js → ComponentWrapper-e91c9d43.js} +1 -4
- package/dist/es/{DropDown-8075451b.js → DropDown-74c20431.js} +9 -19
- package/dist/es/DynamicRangeSlider.js +3 -3
- package/dist/es/Input-f7499ef8.js +69 -0
- package/dist/es/MultiDropdownList.js +7 -8
- package/dist/es/MultiList.js +5 -5
- package/dist/es/MultiRange.js +4 -4
- package/dist/es/{Pagination-50fc3ef5.js → Pagination-c2745bec.js} +2 -2
- package/dist/es/{PreferencesConsumer-b058d14e.js → PreferencesConsumer-0856ed43.js} +1 -1
- package/dist/es/RangeInput.js +5 -5
- package/dist/es/RangeSlider.js +4 -4
- package/dist/es/ReactiveBase.js +23 -21
- package/dist/es/ReactiveComponent.js +4 -4
- package/dist/es/ReactiveGoogleMap.js +6 -7
- package/dist/es/ReactiveList.js +6 -6
- package/dist/es/ResultCard.js +1 -1
- package/dist/es/ResultList.js +1 -1
- package/dist/es/SelectedFilters.js +3 -4
- package/dist/es/SingleDropdownList.js +7 -8
- package/dist/es/SingleList.js +5 -5
- package/dist/es/SingleRange.js +4 -4
- package/dist/es/StateProvider.js +1 -1
- package/dist/es/ToggleButton.js +5 -6
- package/dist/es/{index-882489e1.js → index-104f1dfb.js} +7 -3
- package/dist/es/index.js +10 -13
- package/dist/es/{install-f4f2557b.js → install-db7d6387.js} +227 -1604
- package/dist/es/install.js +9 -12
- package/dist/es/version.js +1 -1
- package/dist/es/{vueTypes-09cab4d3.js → vueTypes-f1923c72.js} +0 -18
- package/package.json +5 -7
- package/dist/cjs/Input-fcd780de.js +0 -156
- package/dist/es/Input-4cd74b38.js +0 -148
package/dist/es/ResultCard.js
CHANGED
|
@@ -4,7 +4,7 @@ import VueTypes from 'vue-types';
|
|
|
4
4
|
import '@appbaseio/vue-emotion';
|
|
5
5
|
import '@emotion/css';
|
|
6
6
|
import 'polished';
|
|
7
|
-
import { t as types } from './vueTypes-
|
|
7
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
8
8
|
import { T as Title } from './Title-863dfa42.js';
|
|
9
9
|
import { I as Image, C as Card } from './Card-54b9e7a0.js';
|
|
10
10
|
|
package/dist/es/ResultList.js
CHANGED
|
@@ -4,7 +4,7 @@ import VueTypes from 'vue-types';
|
|
|
4
4
|
import '@appbaseio/vue-emotion';
|
|
5
5
|
import '@emotion/css';
|
|
6
6
|
import 'polished';
|
|
7
|
-
import { t as types } from './vueTypes-
|
|
7
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
8
8
|
import { T as Title } from './Title-863dfa42.js';
|
|
9
9
|
import { I as Image, L as ListItem } from './ListItem-e3c6acf4.js';
|
|
10
10
|
|
|
@@ -4,14 +4,13 @@ import _transformOn from '@vue/babel-helper-vue-transform-on';
|
|
|
4
4
|
import './_rollupPluginBabelHelpers-ded08042.js';
|
|
5
5
|
import { createVNode, mergeProps, createTextVNode } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
|
-
import '@appbaseio/reactivecore/lib/utils/helper';
|
|
8
7
|
import '@appbaseio/vue-emotion';
|
|
9
8
|
import '@emotion/css';
|
|
10
9
|
import 'polished';
|
|
11
|
-
import { f as filters, B as Button } from './Button-
|
|
12
|
-
import { t as types } from './vueTypes-
|
|
10
|
+
import { f as filters, B as Button } from './Button-fd869491.js';
|
|
11
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
13
12
|
import 'redux';
|
|
14
|
-
import { f as decodeHtml, c as connect } from './index-
|
|
13
|
+
import { f as decodeHtml, c as connect } from './index-104f1dfb.js';
|
|
15
14
|
import { T as Title } from './Title-863dfa42.js';
|
|
16
15
|
import { C as Container } from './Container-d00219f7.js';
|
|
17
16
|
|
|
@@ -4,20 +4,19 @@ import '@vue/babel-helper-vue-transform-on';
|
|
|
4
4
|
import { a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
5
5
|
import { createVNode, isVNode } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
|
-
import '@appbaseio/reactivecore/lib/utils/helper';
|
|
8
7
|
import '@appbaseio/vue-emotion';
|
|
9
8
|
import '@emotion/css';
|
|
10
9
|
import 'polished';
|
|
11
|
-
import { l as loadMoreContainer, B as Button } from './Button-
|
|
12
|
-
import { t as types } from './vueTypes-
|
|
10
|
+
import { l as loadMoreContainer, B as Button } from './Button-fd869491.js';
|
|
11
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
13
12
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
14
13
|
import 'redux';
|
|
15
|
-
import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, g as getComponent, h as hasCustomRenderer, c as connect } from './index-
|
|
16
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
17
|
-
import { P as PreferencesConsumer } from './PreferencesConsumer-
|
|
14
|
+
import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, g as getComponent, h as hasCustomRenderer, c as connect } from './index-104f1dfb.js';
|
|
15
|
+
import { C as ComponentWrapper } from './ComponentWrapper-e91c9d43.js';
|
|
16
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
|
|
18
17
|
import { T as Title } from './Title-863dfa42.js';
|
|
19
|
-
import { c as Dropdown } from './DropDown-
|
|
20
|
-
import './Input-
|
|
18
|
+
import { c as Dropdown } from './DropDown-74c20431.js';
|
|
19
|
+
import './Input-f7499ef8.js';
|
|
21
20
|
import 'compute-scroll-into-view';
|
|
22
21
|
import { C as Container } from './Container-d00219f7.js';
|
|
23
22
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
package/dist/es/SingleList.js
CHANGED
|
@@ -6,14 +6,14 @@ import VueTypes from 'vue-types';
|
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
7
|
import '@emotion/css';
|
|
8
8
|
import 'polished';
|
|
9
|
-
import { t as types } from './vueTypes-
|
|
9
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
10
10
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
11
11
|
import 'redux';
|
|
12
|
-
import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, g as getComponent, m as isEvent, h as hasCustomRenderer, c as connect } from './index-
|
|
13
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
14
|
-
import { P as PreferencesConsumer } from './PreferencesConsumer-
|
|
12
|
+
import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, g as getComponent, m as isEvent, h as hasCustomRenderer, c as connect } from './index-104f1dfb.js';
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-e91c9d43.js';
|
|
14
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
|
|
15
15
|
import { T as Title } from './Title-863dfa42.js';
|
|
16
|
-
import { I as Input } from './Input-
|
|
16
|
+
import { I as Input } from './Input-f7499ef8.js';
|
|
17
17
|
import { C as Container } from './Container-d00219f7.js';
|
|
18
18
|
import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
19
19
|
import { U as UL, R as Radio } from './FormControlList-fe6eaee4.js';
|
package/dist/es/SingleRange.js
CHANGED
|
@@ -6,12 +6,12 @@ import { createVNode, mergeProps, isVNode } from 'vue';
|
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
7
|
import '@appbaseio/vue-emotion';
|
|
8
8
|
import 'polished';
|
|
9
|
-
import { t as types } from './vueTypes-
|
|
9
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
10
10
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
11
11
|
import 'redux';
|
|
12
|
-
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-
|
|
13
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
14
|
-
import { P as PreferencesConsumer } from './PreferencesConsumer-
|
|
12
|
+
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-104f1dfb.js';
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-e91c9d43.js';
|
|
14
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
|
|
15
15
|
import { T as Title } from './Title-863dfa42.js';
|
|
16
16
|
import { C as Container } from './Container-d00219f7.js';
|
|
17
17
|
import { U as UL, R as Radio } from './FormControlList-fe6eaee4.js';
|
package/dist/es/StateProvider.js
CHANGED
|
@@ -4,7 +4,7 @@ import { a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
|
4
4
|
import VueTypes from 'vue-types';
|
|
5
5
|
import { isInternalComponent } from '@appbaseio/reactivecore/lib/utils/transform';
|
|
6
6
|
import 'redux';
|
|
7
|
-
import { c as connect } from './index-
|
|
7
|
+
import { c as connect } from './index-104f1dfb.js';
|
|
8
8
|
|
|
9
9
|
var setSearchState = Actions.setSearchState;
|
|
10
10
|
var getSearchState = helper.getSearchState;
|
package/dist/es/ToggleButton.js
CHANGED
|
@@ -3,17 +3,16 @@ import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
|
3
3
|
import './_rollupPluginBabelHelpers-ded08042.js';
|
|
4
4
|
import { createVNode } from 'vue';
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
|
-
import '@appbaseio/reactivecore/lib/utils/helper';
|
|
7
6
|
import '@appbaseio/vue-emotion';
|
|
8
7
|
import '@emotion/css';
|
|
9
8
|
import 'polished';
|
|
10
|
-
import { B as Button, t as toggleButtons } from './Button-
|
|
11
|
-
import { t as types } from './vueTypes-
|
|
9
|
+
import { B as Button, t as toggleButtons } from './Button-fd869491.js';
|
|
10
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
12
11
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
13
12
|
import 'redux';
|
|
14
|
-
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-
|
|
15
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
16
|
-
import { P as PreferencesConsumer } from './PreferencesConsumer-
|
|
13
|
+
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-104f1dfb.js';
|
|
14
|
+
import { C as ComponentWrapper } from './ComponentWrapper-e91c9d43.js';
|
|
15
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
|
|
17
16
|
import { T as Title } from './Title-863dfa42.js';
|
|
18
17
|
import { C as Container } from './Container-d00219f7.js';
|
|
19
18
|
|
|
@@ -110,12 +110,16 @@ var connect = function connect() {
|
|
|
110
110
|
return connector.apply(void 0, arguments);
|
|
111
111
|
};
|
|
112
112
|
var X_SEARCH_CLIENT = 'ReactiveSearch Vue';
|
|
113
|
-
var composeThemeObject = function composeThemeObject(ownTheme,
|
|
113
|
+
var composeThemeObject = function composeThemeObject(ownTheme, userThemeParam) {
|
|
114
114
|
if (ownTheme === void 0) {
|
|
115
115
|
ownTheme = {};
|
|
116
116
|
}
|
|
117
|
-
if (
|
|
118
|
-
|
|
117
|
+
if (userThemeParam === void 0) {
|
|
118
|
+
userThemeParam = {};
|
|
119
|
+
}
|
|
120
|
+
var userTheme = {};
|
|
121
|
+
if (typeof userThemeParam !== 'boolean' && Object.keys(userThemeParam).length) {
|
|
122
|
+
userTheme = _extends({}, userThemeParam);
|
|
119
123
|
}
|
|
120
124
|
return {
|
|
121
125
|
typography: _extends({}, ownTheme.typography, userTheme.typography),
|
package/dist/es/index.js
CHANGED
|
@@ -8,15 +8,15 @@ import '@appbaseio/reactivecore/lib/utils/helper';
|
|
|
8
8
|
import '@appbaseio/vue-emotion';
|
|
9
9
|
import '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
|
-
import './Button-
|
|
12
|
-
import './vueTypes-
|
|
13
|
-
import './Pagination-
|
|
11
|
+
import './Button-fd869491.js';
|
|
12
|
+
import './vueTypes-f1923c72.js';
|
|
13
|
+
import './Pagination-c2745bec.js';
|
|
14
14
|
export { default as ReactiveList } from './ReactiveList.js';
|
|
15
15
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
16
16
|
import 'redux';
|
|
17
|
-
import './index-
|
|
18
|
-
import './ComponentWrapper-
|
|
19
|
-
import './PreferencesConsumer-
|
|
17
|
+
import './index-104f1dfb.js';
|
|
18
|
+
import './ComponentWrapper-e91c9d43.js';
|
|
19
|
+
import './PreferencesConsumer-0856ed43.js';
|
|
20
20
|
import './Title-863dfa42.js';
|
|
21
21
|
import './ListItem-e3c6acf4.js';
|
|
22
22
|
import './Card-54b9e7a0.js';
|
|
@@ -28,16 +28,13 @@ import '@appbaseio/analytics';
|
|
|
28
28
|
import 'url-search-params-polyfill';
|
|
29
29
|
export { default as ReactiveBase } from './ReactiveBase.js';
|
|
30
30
|
import 'hotkeys-js';
|
|
31
|
-
import '
|
|
32
|
-
|
|
33
|
-
import
|
|
34
|
-
|
|
35
|
-
import './DropDown-8075451b.js';
|
|
36
|
-
import './Input-4cd74b38.js';
|
|
31
|
+
import { i as install } from './install-db7d6387.js';
|
|
32
|
+
export { R as ReactiveComponentPrivate, S as SearchBox, T as TreeList, i as install } from './install-db7d6387.js';
|
|
33
|
+
import './DropDown-74c20431.js';
|
|
34
|
+
import './Input-f7499ef8.js';
|
|
37
35
|
import 'compute-scroll-into-view';
|
|
38
36
|
import './Container-d00219f7.js';
|
|
39
37
|
import 'vue-highlight-words';
|
|
40
|
-
import '@appbaseio/reactivecore/lib/actions/query';
|
|
41
38
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
42
39
|
import './FormControlList-fe6eaee4.js';
|
|
43
40
|
import './utils-d7dd4f4e.js';
|