@appbaseio/reactivesearch-vue 3.0.0-rc.1 → 3.0.0-rc.10
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 +12245 -1576
- 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-d4da7470.js → Button-f96a0570.js} +14 -7
- package/dist/cjs/{ComponentWrapper-9146d811.js → ComponentWrapper-0334c14b.js} +4 -1
- package/dist/cjs/{DropDown-b16418e9.js → DropDown-eb2aeafa.js} +19 -8
- package/dist/cjs/DynamicRangeSlider.js +6 -4
- package/dist/cjs/Input-18e425fb.js +97 -0
- package/dist/cjs/MultiDropdownList.js +8 -7
- package/dist/cjs/MultiList.js +5 -5
- package/dist/cjs/MultiRange.js +4 -4
- package/dist/cjs/{Pagination-b953a80a.js → Pagination-c44adce0.js} +2 -2
- package/dist/cjs/{PreferencesConsumer-85dee673.js → PreferencesConsumer-7bee3c57.js} +1 -1
- package/dist/cjs/RangeInput.js +7 -5
- package/dist/cjs/RangeSlider.js +7 -5
- package/dist/cjs/ReactiveBase.js +16 -18
- package/dist/cjs/ReactiveComponent.js +4 -4
- package/dist/cjs/ReactiveGoogleMap.js +7 -6
- 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 +4 -3
- package/dist/cjs/SingleDropdownList.js +8 -7
- 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 +6 -5
- package/dist/cjs/{index-779ed366.js → index-1f41363f.js} +7 -3
- package/dist/cjs/index.js +15 -9
- package/dist/cjs/{install-7cdf6798.js → install-0e8729aa.js} +1688 -284
- package/dist/cjs/install.js +14 -9
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/{vueTypes-1bf00978.js → vueTypes-0dba0df2.js} +18 -0
- package/dist/components/ReactiveBase/ReactiveBase.d.ts +33 -0
- package/dist/components/basic/ReactiveComponent.d.ts +30 -0
- package/dist/components/basic/ReactiveComponentPrivate.d.ts +10 -0
- package/dist/components/basic/SelectedFilters.d.ts +24 -0
- package/dist/components/basic/StateProvider.d.ts +12 -0
- package/dist/components/list/MultiDropdownList.d.ts +49 -0
- package/dist/components/list/MultiList.d.ts +47 -0
- package/dist/components/list/SingleDropdownList.d.ts +47 -0
- package/dist/components/list/SingleList.d.ts +47 -0
- package/dist/components/list/ToggleButton.d.ts +33 -0
- package/dist/components/list/TreeList.d.ts +48 -0
- package/dist/components/range/DynamicRangeSlider.d.ts +38 -0
- package/dist/components/range/MultiRange.d.ts +30 -0
- package/dist/components/range/RangeInput.d.ts +30 -0
- package/dist/components/range/RangeSlider.d.ts +40 -0
- package/dist/components/range/SingleRange.d.ts +28 -0
- package/dist/components/result/ReactiveList.d.ts +55 -0
- package/dist/components/result/ResultCard.d.ts +10 -0
- package/dist/components/result/ResultList.d.ts +11 -0
- package/dist/components/search/AIAnswer.d.ts +39 -0
- package/dist/components/search/SearchBox.d.ts +106 -0
- package/dist/es/{Button-fd869491.js → Button-5c2cf399.js} +14 -7
- package/dist/es/{ComponentWrapper-8a3c388d.js → ComponentWrapper-46d04344.js} +4 -1
- package/dist/es/{DropDown-fc1fef02.js → DropDown-4a7b4864.js} +19 -9
- package/dist/es/DynamicRangeSlider.js +7 -5
- package/dist/es/Input-26360449.js +89 -0
- package/dist/es/MultiDropdownList.js +8 -7
- package/dist/es/MultiList.js +5 -5
- package/dist/es/MultiRange.js +4 -4
- package/dist/es/{Pagination-c2745bec.js → Pagination-aae4e95f.js} +2 -2
- package/dist/es/{PreferencesConsumer-b058d14e.js → PreferencesConsumer-0856ed43.js} +1 -1
- package/dist/es/RangeInput.js +7 -5
- package/dist/es/RangeSlider.js +8 -6
- package/dist/es/ReactiveBase.js +16 -18
- package/dist/es/ReactiveComponent.js +4 -4
- package/dist/es/ReactiveGoogleMap.js +7 -6
- 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 +4 -3
- package/dist/es/SingleDropdownList.js +8 -7
- 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 +6 -5
- package/dist/es/{index-882489e1.js → index-104f1dfb.js} +7 -3
- package/dist/es/index.js +15 -10
- package/dist/es/{install-0c7962bc.js → install-78ac6225.js} +1651 -248
- package/dist/es/install.js +14 -9
- package/dist/es/version.js +1 -1
- package/dist/es/{vueTypes-f1923c72.js → vueTypes-409296a9.js} +18 -0
- package/dist/index.d.ts +39 -0
- package/dist/types.ts +224 -0
- package/package.json +8 -4
- package/dist/cjs/Input-497be42a.js +0 -74
- package/dist/es/Input-f7499ef8.js +0 -69
package/dist/es/RangeSlider.js
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
2
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
3
|
import './_rollupPluginBabelHelpers-ded08042.js';
|
|
4
|
-
import { createVNode,
|
|
4
|
+
import { createVNode, mergeProps } from 'vue';
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
|
-
import { t as types } from './vueTypes-
|
|
7
|
+
import { t as types } from './vueTypes-409296a9.js';
|
|
8
8
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
9
9
|
import 'redux';
|
|
10
|
-
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-
|
|
11
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
12
|
-
import { P as PreferencesConsumer } from './PreferencesConsumer-
|
|
10
|
+
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-104f1dfb.js';
|
|
11
|
+
import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
|
|
12
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
|
|
13
13
|
import { T as Title } from './Title-863dfa42.js';
|
|
14
14
|
import { C as Container } from './Container-d00219f7.js';
|
|
15
|
+
import VueSlider from 'vue-slider-component';
|
|
16
|
+
import 'vue-slider-component/theme/antd.css';
|
|
15
17
|
import { g as getComponents, N as NoSSR, S as Slider } from './ssr-c630ccb9.js';
|
|
16
18
|
|
|
17
19
|
var updateQuery = Actions.updateQuery,
|
|
@@ -191,7 +193,7 @@ var RangeSlider = {
|
|
|
191
193
|
"class": getClassName(_this2.$props.innerClass, 'slider')
|
|
192
194
|
}, {
|
|
193
195
|
"default": function _default() {
|
|
194
|
-
return [createVNode(
|
|
196
|
+
return [createVNode(VueSlider, mergeProps({
|
|
195
197
|
"ref": "slider",
|
|
196
198
|
"modelValue": _this2.currentValue,
|
|
197
199
|
"min": _this2.$props.range.start,
|
package/dist/es/ReactiveBase.js
CHANGED
|
@@ -5,9 +5,9 @@ import { h, createVNode, isVNode } from 'vue';
|
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
6
|
import { isEqual as isEqual$1, transformRequestUsingEndpoint } from '@appbaseio/reactivecore/lib/utils/helper';
|
|
7
7
|
import { styled, createCache } from '@appbaseio/vue-emotion';
|
|
8
|
-
import { t as types } from './vueTypes-
|
|
8
|
+
import { t as types } from './vueTypes-409296a9.js';
|
|
9
9
|
import 'redux';
|
|
10
|
-
import { c as connect, e as composeThemeObject, X as X_SEARCH_CLIENT } from './index-
|
|
10
|
+
import { c as connect, e as composeThemeObject, X as X_SEARCH_CLIENT } from './index-104f1dfb.js';
|
|
11
11
|
import configureStore, { Actions as Actions$1 } from '@appbaseio/reactivecore/lib';
|
|
12
12
|
import { updateAnalyticsConfig } from '@appbaseio/reactivecore/lib/actions/analytics';
|
|
13
13
|
import Appbase from 'appbase-js';
|
|
@@ -63,17 +63,12 @@ var Base = function Base(_ref) {
|
|
|
63
63
|
}
|
|
64
64
|
});
|
|
65
65
|
};
|
|
66
|
-
var Base$1 = styled(Base)(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n\
|
|
67
|
-
var
|
|
68
|
-
|
|
66
|
+
var Base$1 = styled(Base)(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n\t", "\n\twidth: 100%;\n\n\tinput,\n\tbutton,\n\ttextarea,\n\tselect {\n\t\tfont-family: ", ";\n\t}\n\n\t*,\n\t*:before,\n\t*:after {\n\t\tbox-sizing: border-box;\n\t}\n"])), function (_ref2) {
|
|
67
|
+
var userThemeProp = _ref2.userThemeProp,
|
|
68
|
+
theme = _ref2.theme;
|
|
69
|
+
return userThemeProp === false ? '' : "font-family: " + (theme && theme.typography ? theme.typography.fontFamily : 'unset') + ";\n\tfont-size: " + (theme && theme.typography ? theme.typography.fontSize : 'unset') + ";\n\tcolor: " + (theme && theme.colors ? theme.colors.textColor : 'unset') + ";";
|
|
69
70
|
}, function (_ref3) {
|
|
70
71
|
var theme = _ref3.theme;
|
|
71
|
-
return theme && theme.typography ? theme.typography.fontSize : 'unset';
|
|
72
|
-
}, function (_ref4) {
|
|
73
|
-
var theme = _ref4.theme;
|
|
74
|
-
return theme && theme.colors ? theme.colors.textColor : 'unset';
|
|
75
|
-
}, function (_ref5) {
|
|
76
|
-
var theme = _ref5.theme;
|
|
77
72
|
return theme && theme.typography ? theme.typography.fontFamily : 'unset';
|
|
78
73
|
});
|
|
79
74
|
|
|
@@ -90,7 +85,8 @@ var URLParamsProvider = {
|
|
|
90
85
|
headers: types.headers,
|
|
91
86
|
getSearchParams: types.func,
|
|
92
87
|
setSearchParams: types.func,
|
|
93
|
-
as: VueTypes.string.def('div')
|
|
88
|
+
as: VueTypes.string.def('div'),
|
|
89
|
+
userThemeProp: VueTypes.oneOf([VueTypes.bool, VueTypes.object.def({})])
|
|
94
90
|
},
|
|
95
91
|
mounted: function mounted() {
|
|
96
92
|
var _this = this;
|
|
@@ -271,7 +267,8 @@ var URLParamsProvider = {
|
|
|
271
267
|
var children = this.$slots["default"]();
|
|
272
268
|
return createVNode(Base$1, {
|
|
273
269
|
"as": this.$props.as,
|
|
274
|
-
"class": this.$props.className
|
|
270
|
+
"class": this.$props.className,
|
|
271
|
+
"userThemeProp": this.$props.userThemeProp
|
|
275
272
|
}, _isSlot$1(children) ? children : {
|
|
276
273
|
"default": function _default() {
|
|
277
274
|
return [children];
|
|
@@ -312,11 +309,11 @@ var light = {
|
|
|
312
309
|
var dark = {
|
|
313
310
|
typography: typography,
|
|
314
311
|
colors: {
|
|
315
|
-
textColor: '#
|
|
312
|
+
textColor: '#ffffffcf',
|
|
316
313
|
backgroundColor: '#212121',
|
|
317
|
-
primaryTextColor: '#
|
|
314
|
+
primaryTextColor: '#ffffffcf',
|
|
318
315
|
primaryColor: '#2196F3',
|
|
319
|
-
titleColor: '#
|
|
316
|
+
titleColor: '#ffffffcf',
|
|
320
317
|
alertColor: '#d9534f',
|
|
321
318
|
borderColor: '#666'
|
|
322
319
|
}
|
|
@@ -350,7 +347,7 @@ var ReactiveBase = {
|
|
|
350
347
|
credentials: types.string,
|
|
351
348
|
headers: types.headers,
|
|
352
349
|
queryParams: types.string,
|
|
353
|
-
theme: VueTypes.object.def({}),
|
|
350
|
+
theme: VueTypes.oneOf([VueTypes.bool, VueTypes.object.def({})]),
|
|
354
351
|
themePreset: VueTypes.string.def('light'),
|
|
355
352
|
type: types.string,
|
|
356
353
|
url: types.string,
|
|
@@ -566,7 +563,8 @@ var ReactiveBase = {
|
|
|
566
563
|
"style": style,
|
|
567
564
|
"className": className,
|
|
568
565
|
"getSearchParams": _this.getSearchParams,
|
|
569
|
-
"setSearchParams": _this.setSearchParams
|
|
566
|
+
"setSearchParams": _this.setSearchParams,
|
|
567
|
+
"userThemeProp": _this.$props.theme
|
|
570
568
|
}, _isSlot$2(_slot = children()) ? _slot : {
|
|
571
569
|
"default": function _default() {
|
|
572
570
|
return [_slot];
|
|
@@ -3,12 +3,12 @@ import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
|
3
3
|
import { a as _extends, b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
4
4
|
import { createVNode, h } from 'vue';
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
|
-
import { t as types } from './vueTypes-
|
|
6
|
+
import { t as types } from './vueTypes-409296a9.js';
|
|
7
7
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
8
8
|
import 'redux';
|
|
9
|
-
import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, c as connect } from './index-
|
|
10
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
11
|
-
import { P as PreferencesConsumer } from './PreferencesConsumer-
|
|
9
|
+
import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, c as connect } from './index-104f1dfb.js';
|
|
10
|
+
import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
|
|
11
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
|
|
12
12
|
|
|
13
13
|
var _excluded = ["options"];
|
|
14
14
|
var updateQuery = Actions.updateQuery,
|
|
@@ -4,17 +4,18 @@ import _transformOn from '@vue/babel-helper-vue-transform-on';
|
|
|
4
4
|
import { a as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey, d as _inheritsLoose, _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
5
5
|
import { createVNode, mergeProps } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
|
+
import '@appbaseio/reactivecore/lib/utils/helper';
|
|
7
8
|
import { styled } from '@appbaseio/vue-emotion';
|
|
8
9
|
import { css } from '@emotion/css';
|
|
9
10
|
import 'polished';
|
|
10
|
-
import './Button-
|
|
11
|
-
import { t as types } from './vueTypes-
|
|
12
|
-
import { P as Pagination } from './Pagination-
|
|
11
|
+
import './Button-5c2cf399.js';
|
|
12
|
+
import { t as types } from './vueTypes-409296a9.js';
|
|
13
|
+
import { P as Pagination } from './Pagination-aae4e95f.js';
|
|
13
14
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
14
15
|
import 'redux';
|
|
15
|
-
import { h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, a as isFunction, c as connect } from './index-
|
|
16
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
17
|
-
import { P as PreferencesConsumer } from './PreferencesConsumer-
|
|
16
|
+
import { h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, a as isFunction, c as connect } from './index-104f1dfb.js';
|
|
17
|
+
import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
|
|
18
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
|
|
18
19
|
import { C as Checkbox } from './FormControlList-fe6eaee4.js';
|
|
19
20
|
import VueGoogleMaps, { InfoWindow, MapElementMixin, Marker, GMapCluster, Map } from 'vue-google-maps-community-fork';
|
|
20
21
|
import geohash from 'ngeohash';
|
package/dist/es/ReactiveList.js
CHANGED
|
@@ -8,14 +8,14 @@ import { withClickIds } from '@appbaseio/reactivecore/lib/utils/helper';
|
|
|
8
8
|
import { styled } from '@appbaseio/vue-emotion';
|
|
9
9
|
import { css } from '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
|
-
import './Button-
|
|
12
|
-
import { t as types } from './vueTypes-
|
|
13
|
-
import { P as Pagination } from './Pagination-
|
|
11
|
+
import './Button-5c2cf399.js';
|
|
12
|
+
import { t as types } from './vueTypes-409296a9.js';
|
|
13
|
+
import { P as Pagination } from './Pagination-aae4e95f.js';
|
|
14
14
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
15
15
|
import 'redux';
|
|
16
|
-
import { c as connect, h as hasCustomRenderer, i as isQueryIdentical, u as updateDefaultQuery, a as isFunction, g as getComponent } from './index-
|
|
17
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
18
|
-
import { P as PreferencesConsumer } from './PreferencesConsumer-
|
|
16
|
+
import { c as connect, h as hasCustomRenderer, i as isQueryIdentical, u as updateDefaultQuery, a as isFunction, g as getComponent } from './index-104f1dfb.js';
|
|
17
|
+
import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
|
|
18
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
|
|
19
19
|
import './Title-863dfa42.js';
|
|
20
20
|
import { c as container } from './ListItem-e3c6acf4.js';
|
|
21
21
|
import { c as container$1 } from './Card-54b9e7a0.js';
|
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-409296a9.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-409296a9.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,13 +4,14 @@ 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';
|
|
7
8
|
import '@appbaseio/vue-emotion';
|
|
8
9
|
import '@emotion/css';
|
|
9
10
|
import 'polished';
|
|
10
|
-
import { f as filters, B as Button } from './Button-
|
|
11
|
-
import { t as types } from './vueTypes-
|
|
11
|
+
import { f as filters, B as Button } from './Button-5c2cf399.js';
|
|
12
|
+
import { t as types } from './vueTypes-409296a9.js';
|
|
12
13
|
import 'redux';
|
|
13
|
-
import { f as decodeHtml, c as connect } from './index-
|
|
14
|
+
import { f as decodeHtml, c as connect } from './index-104f1dfb.js';
|
|
14
15
|
import { T as Title } from './Title-863dfa42.js';
|
|
15
16
|
import { C as Container } from './Container-d00219f7.js';
|
|
16
17
|
|
|
@@ -4,19 +4,20 @@ 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';
|
|
7
8
|
import '@appbaseio/vue-emotion';
|
|
8
9
|
import '@emotion/css';
|
|
9
10
|
import 'polished';
|
|
10
|
-
import { l as loadMoreContainer, B as Button } from './Button-
|
|
11
|
-
import { t as types } from './vueTypes-
|
|
11
|
+
import { l as loadMoreContainer, B as Button } from './Button-5c2cf399.js';
|
|
12
|
+
import { t as types } from './vueTypes-409296a9.js';
|
|
12
13
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
13
14
|
import 'redux';
|
|
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-
|
|
15
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
16
|
-
import { P as PreferencesConsumer } from './PreferencesConsumer-
|
|
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-104f1dfb.js';
|
|
16
|
+
import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
|
|
17
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
|
|
17
18
|
import { T as Title } from './Title-863dfa42.js';
|
|
18
|
-
import { c as Dropdown } from './DropDown-
|
|
19
|
-
import './Input-
|
|
19
|
+
import { c as Dropdown } from './DropDown-4a7b4864.js';
|
|
20
|
+
import './Input-26360449.js';
|
|
20
21
|
import 'compute-scroll-into-view';
|
|
21
22
|
import { C as Container } from './Container-d00219f7.js';
|
|
22
23
|
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-409296a9.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-46d04344.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-26360449.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-409296a9.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-46d04344.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,16 +3,17 @@ 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';
|
|
6
7
|
import '@appbaseio/vue-emotion';
|
|
7
8
|
import '@emotion/css';
|
|
8
9
|
import 'polished';
|
|
9
|
-
import { B as Button, t as toggleButtons } from './Button-
|
|
10
|
-
import { t as types } from './vueTypes-
|
|
10
|
+
import { B as Button, t as toggleButtons } from './Button-5c2cf399.js';
|
|
11
|
+
import { t as types } from './vueTypes-409296a9.js';
|
|
11
12
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
12
13
|
import 'redux';
|
|
13
|
-
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-
|
|
14
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
15
|
-
import { P as PreferencesConsumer } from './PreferencesConsumer-
|
|
14
|
+
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-104f1dfb.js';
|
|
15
|
+
import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
|
|
16
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
|
|
16
17
|
import { T as Title } from './Title-863dfa42.js';
|
|
17
18
|
import { C as Container } from './Container-d00219f7.js';
|
|
18
19
|
|
|
@@ -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-5c2cf399.js';
|
|
12
|
+
import './vueTypes-409296a9.js';
|
|
13
|
+
import './Pagination-aae4e95f.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-46d04344.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,13 +28,16 @@ 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
|
-
|
|
31
|
+
import 'remarkable';
|
|
32
|
+
import 'xss';
|
|
33
|
+
import { i as install } from './install-78ac6225.js';
|
|
34
|
+
export { A as AIAnswer, R as ReactiveComponentPrivate, S as SearchBox, T as TreeList, i as install } from './install-78ac6225.js';
|
|
35
|
+
import './DropDown-4a7b4864.js';
|
|
36
|
+
import './Input-26360449.js';
|
|
35
37
|
import 'compute-scroll-into-view';
|
|
36
38
|
import './Container-d00219f7.js';
|
|
37
39
|
import 'vue-highlight-words';
|
|
40
|
+
import '@appbaseio/reactivecore/lib/actions/query';
|
|
38
41
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
39
42
|
import './FormControlList-fe6eaee4.js';
|
|
40
43
|
import './utils-d7dd4f4e.js';
|
|
@@ -45,6 +48,8 @@ export { default as SingleDropdownList } from './SingleDropdownList.js';
|
|
|
45
48
|
export { default as MultiDropdownList } from './MultiDropdownList.js';
|
|
46
49
|
export { default as ToggleButton } from './ToggleButton.js';
|
|
47
50
|
export { default as ReactiveComponent } from './ReactiveComponent.js';
|
|
51
|
+
import 'vue-slider-component';
|
|
52
|
+
import 'vue-slider-component/theme/antd.css';
|
|
48
53
|
import './ssr-c630ccb9.js';
|
|
49
54
|
export { default as DynamicRangeSlider } from './DynamicRangeSlider.js';
|
|
50
55
|
export { default as SingleRange } from './SingleRange.js';
|