@appbaseio/reactivesearch-vue 3.0.0-rc.9 → 3.0.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 +4866 -701
- 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/{ComponentWrapper-0b9ffb1a.js → ComponentWrapper-0334c14b.js} +1 -1
- package/dist/cjs/{DropDown-aef75c14.js → DropDown-26666911.js} +14 -6
- package/dist/cjs/DynamicRangeSlider.js +7 -4
- package/dist/cjs/{Input-56eba499.js → Input-3ecdb905.js} +27 -74
- package/dist/cjs/MultiDropdownList.js +7 -6
- package/dist/cjs/MultiList.js +6 -5
- package/dist/cjs/MultiRange.js +5 -4
- package/dist/cjs/{Pagination-bcf8af5f.js → Pagination-c53a18ab.js} +1 -1
- package/dist/cjs/{PreferencesConsumer-85dee673.js → PreferencesConsumer-7bee3c57.js} +1 -1
- package/dist/cjs/RangeInput.js +8 -5
- package/dist/cjs/RangeSlider.js +8 -5
- package/dist/cjs/ReactiveBase.js +20 -18
- package/dist/cjs/ReactiveComponent.js +5 -4
- package/dist/cjs/ReactiveGoogleMap.js +8 -5
- package/dist/cjs/ReactiveList.js +6 -5
- package/dist/cjs/ResultCard.js +1 -1
- package/dist/cjs/ResultList.js +1 -1
- package/dist/cjs/SelectedFilters.js +2 -2
- package/dist/cjs/SingleDropdownList.js +7 -6
- package/dist/cjs/SingleList.js +6 -5
- package/dist/cjs/SingleRange.js +5 -4
- package/dist/cjs/StateProvider.js +1 -1
- package/dist/cjs/ToggleButton.js +5 -4
- package/dist/cjs/{index-779ed366.js → index-1f41363f.js} +7 -3
- package/dist/cjs/index.js +11 -8
- package/dist/cjs/{install-e8141489.js → install-08b8d6e7.js} +814 -283
- package/dist/cjs/install.js +11 -8
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/{vueTypes-a5f1745e.js → vueTypes-289a891a.js} +2 -1
- 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 +44 -0
- package/dist/components/search/SearchBox.d.ts +107 -0
- package/dist/es/{ComponentWrapper-a2635cfc.js → ComponentWrapper-46d04344.js} +1 -1
- package/dist/es/{DropDown-39fedff8.js → DropDown-48045fde.js} +14 -7
- package/dist/es/DynamicRangeSlider.js +8 -5
- package/dist/es/{Input-11d211d2.js → Input-83dee8c5.js} +26 -75
- package/dist/es/MultiDropdownList.js +7 -6
- package/dist/es/MultiList.js +6 -5
- package/dist/es/MultiRange.js +5 -4
- package/dist/es/{Pagination-50fc3ef5.js → Pagination-591fdb79.js} +1 -1
- package/dist/es/{PreferencesConsumer-b058d14e.js → PreferencesConsumer-0856ed43.js} +1 -1
- package/dist/es/RangeInput.js +8 -5
- package/dist/es/RangeSlider.js +9 -6
- package/dist/es/ReactiveBase.js +20 -18
- package/dist/es/ReactiveComponent.js +5 -4
- package/dist/es/ReactiveGoogleMap.js +8 -5
- package/dist/es/ReactiveList.js +6 -5
- package/dist/es/ResultCard.js +1 -1
- package/dist/es/ResultList.js +1 -1
- package/dist/es/SelectedFilters.js +2 -2
- package/dist/es/SingleDropdownList.js +7 -6
- package/dist/es/SingleList.js +6 -5
- package/dist/es/SingleRange.js +5 -4
- package/dist/es/StateProvider.js +1 -1
- package/dist/es/ToggleButton.js +5 -4
- package/dist/es/{index-882489e1.js → index-104f1dfb.js} +7 -3
- package/dist/es/index.js +12 -9
- package/dist/es/{install-b785dd55.js → install-e883f435.js} +816 -285
- package/dist/es/install.js +11 -8
- package/dist/es/version.js +1 -1
- package/dist/es/{vueTypes-09cab4d3.js → vueTypes-f503e267.js} +2 -1
- package/dist/index.d.ts +40 -0
- package/dist/types.ts +226 -0
- package/package.json +7 -4
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-f503e267.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,
|
|
@@ -45,6 +47,7 @@ var RangeSlider = {
|
|
|
45
47
|
}),
|
|
46
48
|
rangeLabels: types.rangeLabels,
|
|
47
49
|
componentId: types.stringRequired,
|
|
50
|
+
compoundClause: types.compoundClause,
|
|
48
51
|
customQuery: types.func,
|
|
49
52
|
data: types.data,
|
|
50
53
|
dataField: types.stringRequired,
|
|
@@ -191,7 +194,7 @@ var RangeSlider = {
|
|
|
191
194
|
"class": getClassName(_this2.$props.innerClass, 'slider')
|
|
192
195
|
}, {
|
|
193
196
|
"default": function _default() {
|
|
194
|
-
return [createVNode(
|
|
197
|
+
return [createVNode(VueSlider, mergeProps({
|
|
195
198
|
"ref": "slider",
|
|
196
199
|
"modelValue": _this2.currentValue,
|
|
197
200
|
"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-f503e267.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;
|
|
@@ -118,7 +114,6 @@ var URLParamsProvider = {
|
|
|
118
114
|
_this.setValue(component, JSON.parse(value), label, showFilter, URLParams, undefined, undefined, undefined, 'URL');
|
|
119
115
|
} catch (e) {
|
|
120
116
|
// Do not set value if JSON parsing fails.
|
|
121
|
-
console.error(e);
|
|
122
117
|
}
|
|
123
118
|
});
|
|
124
119
|
};
|
|
@@ -271,7 +266,8 @@ var URLParamsProvider = {
|
|
|
271
266
|
var children = this.$slots["default"]();
|
|
272
267
|
return createVNode(Base$1, {
|
|
273
268
|
"as": this.$props.as,
|
|
274
|
-
"class": this.$props.className
|
|
269
|
+
"class": this.$props.className,
|
|
270
|
+
"userThemeProp": this.$props.userThemeProp
|
|
275
271
|
}, _isSlot$1(children) ? children : {
|
|
276
272
|
"default": function _default() {
|
|
277
273
|
return [children];
|
|
@@ -350,7 +346,7 @@ var ReactiveBase = {
|
|
|
350
346
|
credentials: types.string,
|
|
351
347
|
headers: types.headers,
|
|
352
348
|
queryParams: types.string,
|
|
353
|
-
theme: VueTypes.object.def({}),
|
|
349
|
+
theme: VueTypes.oneOf([VueTypes.bool, VueTypes.object.def({})]),
|
|
354
350
|
themePreset: VueTypes.string.def('light'),
|
|
355
351
|
type: types.string,
|
|
356
352
|
url: types.string,
|
|
@@ -366,7 +362,8 @@ var ReactiveBase = {
|
|
|
366
362
|
setSearchParams: types.func,
|
|
367
363
|
mongodb: types.mongodb,
|
|
368
364
|
endpoint: types.endpointConfig,
|
|
369
|
-
preferences: VueTypes.object
|
|
365
|
+
preferences: VueTypes.object,
|
|
366
|
+
httpRequestTimeout: VueTypes.number.def(30)
|
|
370
367
|
},
|
|
371
368
|
provide: function provide() {
|
|
372
369
|
var createCacheFn = createCache;
|
|
@@ -410,6 +407,9 @@ var ReactiveBase = {
|
|
|
410
407
|
},
|
|
411
408
|
mongodb: function mongodb() {
|
|
412
409
|
this.updateState(this.$props);
|
|
410
|
+
},
|
|
411
|
+
httpRequestTimeout: function httpRequestTimeout() {
|
|
412
|
+
this.updateState(this.$props);
|
|
413
413
|
}
|
|
414
414
|
},
|
|
415
415
|
computed: {
|
|
@@ -455,7 +455,8 @@ var ReactiveBase = {
|
|
|
455
455
|
analytics: props.reactivesearchAPIConfig ? props.reactivesearchAPIConfig.recordAnalytics : props.analytics,
|
|
456
456
|
analyticsConfig: props.reactivesearchAPIConfig,
|
|
457
457
|
mongodb: props.mongodb,
|
|
458
|
-
endpoint: props.endpoint
|
|
458
|
+
endpoint: props.endpoint,
|
|
459
|
+
httpRequestTimeout: (props.httpRequestTimeout || 0) * 1000 || 30000
|
|
459
460
|
};
|
|
460
461
|
var queryParams = '';
|
|
461
462
|
if (typeof window !== 'undefined') {
|
|
@@ -566,7 +567,8 @@ var ReactiveBase = {
|
|
|
566
567
|
"style": style,
|
|
567
568
|
"className": className,
|
|
568
569
|
"getSearchParams": _this.getSearchParams,
|
|
569
|
-
"setSearchParams": _this.setSearchParams
|
|
570
|
+
"setSearchParams": _this.setSearchParams,
|
|
571
|
+
"userThemeProp": _this.$props.theme
|
|
570
572
|
}, _isSlot$2(_slot = children()) ? _slot : {
|
|
571
573
|
"default": function _default() {
|
|
572
574
|
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-f503e267.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,
|
|
@@ -25,6 +25,7 @@ var ReactiveComponent = {
|
|
|
25
25
|
name: 'ReactiveComponent',
|
|
26
26
|
props: {
|
|
27
27
|
componentId: types.stringRequired,
|
|
28
|
+
compoundClause: types.compoundClause,
|
|
28
29
|
aggregationField: types.string,
|
|
29
30
|
aggregationSize: VueTypes.number,
|
|
30
31
|
size: VueTypes.number,
|
|
@@ -9,13 +9,13 @@ import { styled } from '@appbaseio/vue-emotion';
|
|
|
9
9
|
import { css } from '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
11
|
import './Button-5c2cf399.js';
|
|
12
|
-
import { t as types } from './vueTypes-
|
|
13
|
-
import { P as Pagination } from './Pagination-
|
|
12
|
+
import { t as types } from './vueTypes-f503e267.js';
|
|
13
|
+
import { P as Pagination } from './Pagination-591fdb79.js';
|
|
14
14
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
15
15
|
import 'redux';
|
|
16
|
-
import { h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, a as isFunction, c as connect } from './index-
|
|
17
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
18
|
-
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';
|
|
19
19
|
import { C as Checkbox } from './FormControlList-fe6eaee4.js';
|
|
20
20
|
import VueGoogleMaps, { InfoWindow, MapElementMixin, Marker, GMapCluster, Map } from 'vue-google-maps-community-fork';
|
|
21
21
|
import geohash from 'ngeohash';
|
|
@@ -102,6 +102,7 @@ var ReactiveMap = {
|
|
|
102
102
|
props: {
|
|
103
103
|
className: types.string,
|
|
104
104
|
componentId: types.stringRequired,
|
|
105
|
+
compoundClause: types.compoundClause,
|
|
105
106
|
dataField: types.stringRequired,
|
|
106
107
|
react: types.react,
|
|
107
108
|
size: types.number,
|
|
@@ -1960,6 +1961,7 @@ var ReactiveGoogleMap = {
|
|
|
1960
1961
|
props: {
|
|
1961
1962
|
className: types.string,
|
|
1962
1963
|
componentId: types.stringRequired,
|
|
1964
|
+
compoundClause: types.compoundClause,
|
|
1963
1965
|
dataField: types.stringRequired,
|
|
1964
1966
|
defaultQuery: VueTypes.func,
|
|
1965
1967
|
loader: types.title,
|
|
@@ -2098,6 +2100,7 @@ var ReactiveGoogleMap = {
|
|
|
2098
2100
|
"getMapRef": this.getMapRef,
|
|
2099
2101
|
"renderMap": this.renderMap,
|
|
2100
2102
|
"componentId": this.componentId,
|
|
2103
|
+
"compoundClause": this.compoundClause,
|
|
2101
2104
|
"className": this.className,
|
|
2102
2105
|
"dataField": this.dataField,
|
|
2103
2106
|
"defaultZoom": this.defaultZoom,
|
package/dist/es/ReactiveList.js
CHANGED
|
@@ -9,13 +9,13 @@ import { styled } from '@appbaseio/vue-emotion';
|
|
|
9
9
|
import { css } from '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
11
|
import './Button-5c2cf399.js';
|
|
12
|
-
import { t as types } from './vueTypes-
|
|
13
|
-
import { P as Pagination } from './Pagination-
|
|
12
|
+
import { t as types } from './vueTypes-f503e267.js';
|
|
13
|
+
import { P as Pagination } from './Pagination-591fdb79.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';
|
|
@@ -295,6 +295,7 @@ var ReactiveList = {
|
|
|
295
295
|
// component props
|
|
296
296
|
className: types.string,
|
|
297
297
|
componentId: types.stringRequired,
|
|
298
|
+
compoundClause: types.compoundClause,
|
|
298
299
|
dataField: types.stringRequired,
|
|
299
300
|
aggregationField: types.string,
|
|
300
301
|
aggregationSize: VueTypes.number,
|
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-f503e267.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-f503e267.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
|
|
|
@@ -9,9 +9,9 @@ import '@appbaseio/vue-emotion';
|
|
|
9
9
|
import '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
11
|
import { f as filters, B as Button } from './Button-5c2cf399.js';
|
|
12
|
-
import { t as types } from './vueTypes-
|
|
12
|
+
import { t as types } from './vueTypes-f503e267.js';
|
|
13
13
|
import 'redux';
|
|
14
|
-
import { f as decodeHtml, c as connect } from './index-
|
|
14
|
+
import { f as decodeHtml, c as connect } from './index-104f1dfb.js';
|
|
15
15
|
import { T as Title } from './Title-863dfa42.js';
|
|
16
16
|
import { C as Container } from './Container-d00219f7.js';
|
|
17
17
|
|
|
@@ -9,15 +9,15 @@ import '@appbaseio/vue-emotion';
|
|
|
9
9
|
import '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
11
|
import { l as loadMoreContainer, B as Button } from './Button-5c2cf399.js';
|
|
12
|
-
import { t as types } from './vueTypes-
|
|
12
|
+
import { t as types } from './vueTypes-f503e267.js';
|
|
13
13
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
14
14
|
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-
|
|
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';
|
|
18
18
|
import { T as Title } from './Title-863dfa42.js';
|
|
19
|
-
import { c as Dropdown } from './DropDown-
|
|
20
|
-
import './Input-
|
|
19
|
+
import { c as Dropdown } from './DropDown-48045fde.js';
|
|
20
|
+
import './Input-83dee8c5.js';
|
|
21
21
|
import 'compute-scroll-into-view';
|
|
22
22
|
import { C as Container } from './Container-d00219f7.js';
|
|
23
23
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
@@ -56,6 +56,7 @@ var SingleDropdownList = {
|
|
|
56
56
|
beforeValueChange: types.func,
|
|
57
57
|
className: VueTypes.string.def(''),
|
|
58
58
|
componentId: types.stringRequired,
|
|
59
|
+
compoundClause: types.compoundClause,
|
|
59
60
|
customQuery: types.func,
|
|
60
61
|
dataField: types.stringRequired,
|
|
61
62
|
defaultQuery: types.func,
|
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-f503e267.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-83dee8c5.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';
|
|
@@ -35,6 +35,7 @@ var SingleList = {
|
|
|
35
35
|
beforeValueChange: types.func,
|
|
36
36
|
className: VueTypes.string.def(''),
|
|
37
37
|
componentId: types.stringRequired,
|
|
38
|
+
compoundClause: types.compoundClause,
|
|
38
39
|
customQuery: types.func,
|
|
39
40
|
dataField: types.stringRequired,
|
|
40
41
|
defaultValue: types.string,
|
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-f503e267.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';
|
|
@@ -39,6 +39,7 @@ var SingleRange = {
|
|
|
39
39
|
beforeValueChange: types.func,
|
|
40
40
|
className: VueTypes.string.def(''),
|
|
41
41
|
componentId: types.stringRequired,
|
|
42
|
+
compoundClause: types.compoundClause,
|
|
42
43
|
customQuery: types.func,
|
|
43
44
|
data: types.data,
|
|
44
45
|
dataField: types.stringRequired,
|
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
|
@@ -8,12 +8,12 @@ import '@appbaseio/vue-emotion';
|
|
|
8
8
|
import '@emotion/css';
|
|
9
9
|
import 'polished';
|
|
10
10
|
import { B as Button, t as toggleButtons } from './Button-5c2cf399.js';
|
|
11
|
-
import { t as types } from './vueTypes-
|
|
11
|
+
import { t as types } from './vueTypes-f503e267.js';
|
|
12
12
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
13
13
|
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-
|
|
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';
|
|
17
17
|
import { T as Title } from './Title-863dfa42.js';
|
|
18
18
|
import { C as Container } from './Container-d00219f7.js';
|
|
19
19
|
|
|
@@ -29,6 +29,7 @@ var ToggleButton = {
|
|
|
29
29
|
name: 'ToggleButton',
|
|
30
30
|
props: {
|
|
31
31
|
componentId: types.stringRequired,
|
|
32
|
+
compoundClause: types.compoundClause,
|
|
32
33
|
customQuery: types.func,
|
|
33
34
|
data: types.data,
|
|
34
35
|
dataField: types.stringRequired,
|
|
@@ -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
|
@@ -9,14 +9,14 @@ import '@appbaseio/vue-emotion';
|
|
|
9
9
|
import '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
11
|
import './Button-5c2cf399.js';
|
|
12
|
-
import './vueTypes-
|
|
13
|
-
import './Pagination-
|
|
12
|
+
import './vueTypes-f503e267.js';
|
|
13
|
+
import './Pagination-591fdb79.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,11 +28,12 @@ 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 'xss';
|
|
31
32
|
import 'remarkable';
|
|
32
|
-
import { i as install } from './install-
|
|
33
|
-
export { A as AIAnswer, R as ReactiveComponentPrivate, S as SearchBox, T as TreeList, i as install } from './install-
|
|
34
|
-
import './DropDown-
|
|
35
|
-
import './Input-
|
|
33
|
+
import { i as install } from './install-e883f435.js';
|
|
34
|
+
export { A as AIAnswer, R as ReactiveComponentPrivate, S as SearchBox, T as TreeList, i as install } from './install-e883f435.js';
|
|
35
|
+
import './DropDown-48045fde.js';
|
|
36
|
+
import './Input-83dee8c5.js';
|
|
36
37
|
import 'compute-scroll-into-view';
|
|
37
38
|
import './Container-d00219f7.js';
|
|
38
39
|
import 'vue-highlight-words';
|
|
@@ -47,6 +48,8 @@ export { default as SingleDropdownList } from './SingleDropdownList.js';
|
|
|
47
48
|
export { default as MultiDropdownList } from './MultiDropdownList.js';
|
|
48
49
|
export { default as ToggleButton } from './ToggleButton.js';
|
|
49
50
|
export { default as ReactiveComponent } from './ReactiveComponent.js';
|
|
51
|
+
import 'vue-slider-component';
|
|
52
|
+
import 'vue-slider-component/theme/antd.css';
|
|
50
53
|
import './ssr-c630ccb9.js';
|
|
51
54
|
export { default as DynamicRangeSlider } from './DynamicRangeSlider.js';
|
|
52
55
|
export { default as SingleRange } from './SingleRange.js';
|