@appbaseio/reactivesearch-vue 3.0.0-alpha.1 → 3.0.0-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 +2327 -827
- 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-611cf7f9.js → ComponentWrapper-2dc930e1.js} +20 -19
- package/dist/cjs/{DropDown-dc184468.js → DropDown-7bd56543.js} +3 -4
- package/dist/cjs/DynamicRangeSlider.js +51 -50
- package/dist/cjs/MultiDropdownList.js +33 -33
- package/dist/cjs/MultiList.js +29 -30
- package/dist/cjs/MultiRange.js +17 -17
- package/dist/cjs/{Pagination-b5ddc906.js → Pagination-4ffc67cd.js} +3 -4
- package/dist/cjs/{PreferencesConsumer-22d1b49f.js → PreferencesConsumer-2c69ac61.js} +1 -1
- package/dist/cjs/RangeInput.js +7 -8
- package/dist/cjs/RangeSlider.js +15 -15
- package/dist/cjs/ReactiveBase.js +32 -13
- package/dist/cjs/{ReactiveComponent-a6108189.js → ReactiveComponent-4435adfa.js} +84 -81
- package/dist/cjs/ReactiveComponent.js +8 -8
- package/dist/cjs/ReactiveGoogleMap.js +33 -34
- package/dist/cjs/ReactiveList.js +37 -27
- package/dist/cjs/SelectedFilters.js +7 -8
- package/dist/cjs/SingleDropdownList.js +23 -24
- package/dist/cjs/SingleList.js +20 -21
- package/dist/cjs/SingleRange.js +14 -14
- package/dist/cjs/StateProvider.js +4 -5
- package/dist/cjs/ToggleButton.js +17 -18
- package/dist/cjs/{index-d8d8f291.js → index-1481798c.js} +4 -7
- package/dist/cjs/index.js +12 -17
- package/dist/cjs/initReactivesearch.js +10 -464
- package/dist/cjs/install.js +9 -8
- package/dist/cjs/{ssr-6c8a72e1.js → ssr-c58b64c4.js} +4 -4
- package/dist/cjs/{utils-83fd01e9.js → utils-36b1b880.js} +2 -5
- package/dist/cjs/version.js +1 -1
- package/dist/es/{ComponentWrapper-3dfe6931.js → ComponentWrapper-3a215eed.js} +9 -7
- package/dist/es/DynamicRangeSlider.js +33 -31
- package/dist/es/MultiDropdownList.js +16 -15
- package/dist/es/MultiList.js +15 -15
- package/dist/es/MultiRange.js +7 -6
- package/dist/es/RangeInput.js +2 -2
- package/dist/es/RangeSlider.js +5 -4
- package/dist/es/ReactiveBase.js +27 -8
- package/dist/es/{ReactiveComponent-0a97eb1e.js → ReactiveComponent-04d94e01.js} +38 -34
- package/dist/es/ReactiveComponent.js +3 -3
- package/dist/es/ReactiveGoogleMap.js +11 -11
- package/dist/es/ReactiveList.js +16 -5
- package/dist/es/SingleDropdownList.js +6 -6
- package/dist/es/SingleList.js +6 -6
- package/dist/es/SingleRange.js +4 -3
- package/dist/es/ToggleButton.js +6 -6
- package/dist/es/index.js +7 -12
- package/dist/es/initReactivesearch.js +9 -463
- package/dist/es/install.js +4 -3
- package/dist/es/{ssr-584c278d.js → ssr-e5eb1f1e.js} +4 -4
- package/dist/es/version.js +1 -1
- package/package.json +2 -2
|
@@ -15,14 +15,14 @@ import './ReactiveList.js';
|
|
|
15
15
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
16
16
|
import 'redux';
|
|
17
17
|
import './index-4520a598.js';
|
|
18
|
-
import './ComponentWrapper-
|
|
18
|
+
import './ComponentWrapper-3a215eed.js';
|
|
19
19
|
import './PreferencesConsumer-24e88f3b.js';
|
|
20
20
|
import './Title-863dfa42.js';
|
|
21
21
|
import './ListItem-16756c02.js';
|
|
22
22
|
import './Card-38cbe652.js';
|
|
23
23
|
import './Flex-a08e22d7.js';
|
|
24
24
|
import 'hotkeys-js';
|
|
25
|
-
export { R as default } from './ReactiveComponent-
|
|
25
|
+
export { R as default } from './ReactiveComponent-04d94e01.js';
|
|
26
26
|
import './DropDown-029ffd42.js';
|
|
27
27
|
import './Input-ad474a55.js';
|
|
28
28
|
import 'compute-scroll-into-view';
|
|
@@ -36,7 +36,7 @@ import './MultiList.js';
|
|
|
36
36
|
import './SingleDropdownList.js';
|
|
37
37
|
import './MultiDropdownList.js';
|
|
38
38
|
import './ToggleButton.js';
|
|
39
|
-
import './ssr-
|
|
39
|
+
import './ssr-e5eb1f1e.js';
|
|
40
40
|
import './DynamicRangeSlider.js';
|
|
41
41
|
import './SingleRange.js';
|
|
42
42
|
import './MultiRange.js';
|
|
@@ -13,7 +13,7 @@ import { P as Pagination } from './Pagination-72bd1d9e.js';
|
|
|
13
13
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
14
14
|
import 'redux';
|
|
15
15
|
import { h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, a as isFunction, c as connect } from './index-4520a598.js';
|
|
16
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
16
|
+
import { C as ComponentWrapper } from './ComponentWrapper-3a215eed.js';
|
|
17
17
|
import { P as PreferencesConsumer } from './PreferencesConsumer-24e88f3b.js';
|
|
18
18
|
import { C as Checkbox } from './FormControlList-fe6eaee4.js';
|
|
19
19
|
import VueGoogleMaps, { InfoWindow, MapElementMixin, Marker, GMapCluster, Map } from 'vue-google-maps-community-fork';
|
|
@@ -179,9 +179,9 @@ var ReactiveMap = {
|
|
|
179
179
|
var options = getQueryOptions(this.$props);
|
|
180
180
|
options.from = 0;
|
|
181
181
|
this.$defaultQuery = newVal(null, this.$props);
|
|
182
|
-
var
|
|
183
|
-
sort =
|
|
184
|
-
query =
|
|
182
|
+
var _ref2 = this.$defaultQuery || {},
|
|
183
|
+
sort = _ref2.sort,
|
|
184
|
+
query = _ref2.query;
|
|
185
185
|
if (sort) {
|
|
186
186
|
options.sort = this.$defaultQuery.sort;
|
|
187
187
|
}
|
|
@@ -564,8 +564,8 @@ var ReactiveMap = {
|
|
|
564
564
|
geo_bounding_box: (_geo_bounding_box = {}, _geo_bounding_box[this.dataField] = boundingBoxCoordinates, _geo_bounding_box)
|
|
565
565
|
};
|
|
566
566
|
if (this.$defaultQuery) {
|
|
567
|
-
var
|
|
568
|
-
query =
|
|
567
|
+
var _ref4 = this.$defaultQuery || {},
|
|
568
|
+
query = _ref4.query;
|
|
569
569
|
if (query) {
|
|
570
570
|
// adds defaultQuery's query to geo-query
|
|
571
571
|
// to generate a map query
|
|
@@ -608,8 +608,8 @@ var ReactiveMap = {
|
|
|
608
608
|
triggerClickAnalytics: function triggerClickAnalytics(searchPosition, documentId) {
|
|
609
609
|
var docId = documentId;
|
|
610
610
|
if (!docId) {
|
|
611
|
-
var _this$
|
|
612
|
-
data = _this$
|
|
611
|
+
var _this$getData3 = this.getData(),
|
|
612
|
+
data = _this$getData3.data;
|
|
613
613
|
var hitData = data.find(function (hit) {
|
|
614
614
|
return hit._click_id === searchPosition;
|
|
615
615
|
});
|
|
@@ -700,10 +700,10 @@ var ReactiveMap = {
|
|
|
700
700
|
var options = getQueryOptions(this.$props);
|
|
701
701
|
options.from = this.$data.from;
|
|
702
702
|
if (this.$props.sortBy) {
|
|
703
|
-
var
|
|
704
|
-
options.sort = [(
|
|
703
|
+
var _ref5;
|
|
704
|
+
options.sort = [(_ref5 = {}, _ref5[this.$props.dataField] = {
|
|
705
705
|
order: this.$props.sortBy
|
|
706
|
-
},
|
|
706
|
+
}, _ref5)];
|
|
707
707
|
}
|
|
708
708
|
this.$defaultQuery = null;
|
|
709
709
|
if (this.$props.defaultQuery) {
|
package/dist/es/ReactiveList.js
CHANGED
|
@@ -14,7 +14,7 @@ import { P as Pagination } from './Pagination-72bd1d9e.js';
|
|
|
14
14
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
15
15
|
import 'redux';
|
|
16
16
|
import { c as connect, h as hasCustomRenderer, i as isQueryIdentical, u as updateDefaultQuery, a as isFunction, g as getComponent } from './index-4520a598.js';
|
|
17
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
17
|
+
import { C as ComponentWrapper } from './ComponentWrapper-3a215eed.js';
|
|
18
18
|
import { P as PreferencesConsumer } from './PreferencesConsumer-24e88f3b.js';
|
|
19
19
|
import './Title-863dfa42.js';
|
|
20
20
|
import { c as container } from './ListItem-16756c02.js';
|
|
@@ -290,7 +290,7 @@ var ReactiveList = {
|
|
|
290
290
|
}, componentTypes.reactiveList);
|
|
291
291
|
},
|
|
292
292
|
props: {
|
|
293
|
-
currentPage: VueTypes.number
|
|
293
|
+
currentPage: VueTypes.number,
|
|
294
294
|
includeFields: types.includeFields,
|
|
295
295
|
// component props
|
|
296
296
|
className: types.string,
|
|
@@ -475,7 +475,16 @@ var ReactiveList = {
|
|
|
475
475
|
},
|
|
476
476
|
infiniteScroll: function infiniteScroll(newVal, oldVal) {
|
|
477
477
|
if (newVal !== oldVal) {
|
|
478
|
-
if (!
|
|
478
|
+
if (newVal && !this.pagination) {
|
|
479
|
+
window.addEventListener('scroll', this.scrollHandler);
|
|
480
|
+
} else {
|
|
481
|
+
window.removeEventListener('scroll', this.scrollHandler);
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
pagination: function pagination(newVal, oldVal) {
|
|
486
|
+
if (newVal !== oldVal) {
|
|
487
|
+
if (!newVal && this.infiniteScroll) {
|
|
479
488
|
window.addEventListener('scroll', this.scrollHandler);
|
|
480
489
|
} else {
|
|
481
490
|
window.removeEventListener('scroll', this.scrollHandler);
|
|
@@ -757,8 +766,8 @@ var ReactiveList = {
|
|
|
757
766
|
triggerClickAnalytics: function triggerClickAnalytics(searchPosition, documentId) {
|
|
758
767
|
var docId = documentId;
|
|
759
768
|
if (!docId) {
|
|
760
|
-
var _this$
|
|
761
|
-
data = _this$
|
|
769
|
+
var _this$getData2 = this.getData(),
|
|
770
|
+
data = _this$getData2.data;
|
|
762
771
|
var hitData = data.find(function (hit) {
|
|
763
772
|
return hit._click_id === searchPosition;
|
|
764
773
|
});
|
|
@@ -916,6 +925,8 @@ var RLConnected = PreferencesConsumer(ComponentWrapper(connect(mapStateToProps,
|
|
|
916
925
|
internalComponent: ReactiveList.hasInternalComponent()
|
|
917
926
|
}));
|
|
918
927
|
RLConnected.name = ReactiveList.name;
|
|
928
|
+
RLConnected.generateQueryOptions = ReactiveList.generateQueryOptions;
|
|
929
|
+
RLConnected.hasInternalComponent = ReactiveList.hasInternalComponent;
|
|
919
930
|
RLConnected.install = function (Vue) {
|
|
920
931
|
Vue.component(RLConnected.name, RLConnected);
|
|
921
932
|
Vue.component(ResultListWrapper.name, ResultListWrapper);
|
|
@@ -12,7 +12,7 @@ import { t as types } from './vueTypes-f1923c72.js';
|
|
|
12
12
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
13
13
|
import 'redux';
|
|
14
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-4520a598.js';
|
|
15
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
15
|
+
import { C as ComponentWrapper } from './ComponentWrapper-3a215eed.js';
|
|
16
16
|
import { P as PreferencesConsumer } from './PreferencesConsumer-24e88f3b.js';
|
|
17
17
|
import { T as Title } from './Title-863dfa42.js';
|
|
18
18
|
import { c as Dropdown } from './DropDown-029ffd42.js';
|
|
@@ -94,8 +94,6 @@ var SingleDropdownList = {
|
|
|
94
94
|
// Set custom and default queries in store
|
|
95
95
|
updateCustomQuery(this.componentId, this.setCustomQuery, this.$props, this.currentValue);
|
|
96
96
|
updateDefaultQuery(this.componentId, this.setDefaultQuery, this.$props, this.currentValue);
|
|
97
|
-
},
|
|
98
|
-
beforeMount: function beforeMount() {
|
|
99
97
|
this.updateQueryOptions(this.$props);
|
|
100
98
|
if (this.selectedValue) {
|
|
101
99
|
this.setValue(this.selectedValue);
|
|
@@ -408,13 +406,15 @@ var ListConnected = PreferencesConsumer(ComponentWrapper(connect(mapStateToProps
|
|
|
408
406
|
componentType: componentTypes.singleDropdownList,
|
|
409
407
|
internalComponent: SingleDropdownList.hasInternalComponent()
|
|
410
408
|
}));
|
|
409
|
+
ListConnected.defaultQuery = SingleDropdownList.defaultQuery;
|
|
410
|
+
ListConnected.generateQueryOptions = SingleDropdownList.generateQueryOptions;
|
|
411
|
+
ListConnected.hasInternalComponent = SingleDropdownList.hasInternalComponent;
|
|
411
412
|
ListConnected.name = SingleDropdownList.name;
|
|
413
|
+
// Add componentType for SSR
|
|
414
|
+
ListConnected.componentType = componentTypes.singleDropdownList;
|
|
412
415
|
ListConnected.install = function (Vue) {
|
|
413
416
|
Vue.component(ListConnected.name, ListConnected);
|
|
414
417
|
};
|
|
415
418
|
|
|
416
|
-
// Add componentType for SSR
|
|
417
|
-
ListConnected.componentType = componentTypes.singleDropdownList;
|
|
418
|
-
|
|
419
419
|
export default ListConnected;
|
|
420
420
|
export { ListConnected };
|
package/dist/es/SingleList.js
CHANGED
|
@@ -10,7 +10,7 @@ import { t as types } from './vueTypes-f1923c72.js';
|
|
|
10
10
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
11
11
|
import 'redux';
|
|
12
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-4520a598.js';
|
|
13
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-3a215eed.js';
|
|
14
14
|
import { P as PreferencesConsumer } from './PreferencesConsumer-24e88f3b.js';
|
|
15
15
|
import { T as Title } from './Title-863dfa42.js';
|
|
16
16
|
import { I as Input } from './Input-ad474a55.js';
|
|
@@ -80,8 +80,6 @@ var SingleList = {
|
|
|
80
80
|
// Set custom and default queries in store
|
|
81
81
|
updateCustomQuery(this.componentId, this.setCustomQuery, this.$props, this.currentValue);
|
|
82
82
|
updateDefaultQuery(this.componentId, this.setDefaultQuery, this.$props, this.currentValue);
|
|
83
|
-
},
|
|
84
|
-
beforeMount: function beforeMount() {
|
|
85
83
|
this.updateQueryHandlerOptions(this.$props);
|
|
86
84
|
if (this.selectedValue) {
|
|
87
85
|
this.setValue(this.selectedValue);
|
|
@@ -406,12 +404,14 @@ var ListConnected = PreferencesConsumer(ComponentWrapper(connect(mapStateToProps
|
|
|
406
404
|
internalComponent: SingleList.hasInternalComponent()
|
|
407
405
|
}));
|
|
408
406
|
ListConnected.name = SingleList.name;
|
|
407
|
+
ListConnected.defaultQuery = SingleList.defaultQuery;
|
|
408
|
+
ListConnected.generateQueryOptions = SingleList.generateQueryOptions;
|
|
409
|
+
ListConnected.hasInternalComponent = SingleList.hasInternalComponent;
|
|
410
|
+
// Add componentType for SSR
|
|
411
|
+
ListConnected.componentType = componentTypes.singleList;
|
|
409
412
|
ListConnected.install = function (Vue) {
|
|
410
413
|
Vue.component(ListConnected.name, ListConnected);
|
|
411
414
|
};
|
|
412
415
|
|
|
413
|
-
// Add componentType for SSR
|
|
414
|
-
ListConnected.componentType = componentTypes.singleList;
|
|
415
|
-
|
|
416
416
|
export default ListConnected;
|
|
417
417
|
export { ListConnected };
|
package/dist/es/SingleRange.js
CHANGED
|
@@ -10,7 +10,7 @@ import { t as types } from './vueTypes-f1923c72.js';
|
|
|
10
10
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
11
11
|
import 'redux';
|
|
12
12
|
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-4520a598.js';
|
|
13
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-3a215eed.js';
|
|
14
14
|
import { P as PreferencesConsumer } from './PreferencesConsumer-24e88f3b.js';
|
|
15
15
|
import { T as Title } from './Title-863dfa42.js';
|
|
16
16
|
import { C as Container } from './Container-d00219f7.js';
|
|
@@ -58,8 +58,6 @@ var SingleRange = {
|
|
|
58
58
|
created: function created() {
|
|
59
59
|
// Set custom query in store
|
|
60
60
|
updateCustomQuery(this.componentId, this.setCustomQuery, this.$props, this.currentValue);
|
|
61
|
-
},
|
|
62
|
-
beforeMount: function beforeMount() {
|
|
63
61
|
if (this.selectedValue) {
|
|
64
62
|
this.setValue(this.selectedValue);
|
|
65
63
|
} else if (this.$props.value) {
|
|
@@ -208,6 +206,9 @@ var RangeConnected = PreferencesConsumer(ComponentWrapper(connect(mapStateToProp
|
|
|
208
206
|
componentType: componentTypes.singleRange
|
|
209
207
|
}));
|
|
210
208
|
RangeConnected.name = SingleRange.name;
|
|
209
|
+
RangeConnected.defaultQuery = SingleRange.defaultQuery;
|
|
210
|
+
RangeConnected.parseValue = SingleRange.parseValue;
|
|
211
|
+
RangeConnected.hasInternalComponent = SingleRange.hasInternalComponent;
|
|
211
212
|
RangeConnected.install = function (Vue) {
|
|
212
213
|
Vue.component(RangeConnected.name, RangeConnected);
|
|
213
214
|
};
|
package/dist/es/ToggleButton.js
CHANGED
|
@@ -11,7 +11,7 @@ import { t as types } from './vueTypes-f1923c72.js';
|
|
|
11
11
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
12
12
|
import 'redux';
|
|
13
13
|
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-4520a598.js';
|
|
14
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
14
|
+
import { C as ComponentWrapper } from './ComponentWrapper-3a215eed.js';
|
|
15
15
|
import { P as PreferencesConsumer } from './PreferencesConsumer-24e88f3b.js';
|
|
16
16
|
import { T as Title } from './Title-863dfa42.js';
|
|
17
17
|
import { C as Container } from './Container-d00219f7.js';
|
|
@@ -52,7 +52,9 @@ var ToggleButton = {
|
|
|
52
52
|
};
|
|
53
53
|
return this.__state;
|
|
54
54
|
},
|
|
55
|
-
|
|
55
|
+
created: function created() {
|
|
56
|
+
// Set custom query in store
|
|
57
|
+
updateCustomQuery(this.componentId, this.setCustomQuery, this.$props, this.currentValue);
|
|
56
58
|
var props = this.$props;
|
|
57
59
|
var hasMounted = false;
|
|
58
60
|
var value = this.selectedValue || props.value || props.defaultValue || [];
|
|
@@ -62,10 +64,6 @@ var ToggleButton = {
|
|
|
62
64
|
this.handleToggle(this.$data.currentValue, true, props, hasMounted);
|
|
63
65
|
}
|
|
64
66
|
},
|
|
65
|
-
created: function created() {
|
|
66
|
-
// Set custom query in store
|
|
67
|
-
updateCustomQuery(this.componentId, this.setCustomQuery, this.$props, this.currentValue);
|
|
68
|
-
},
|
|
69
67
|
watch: {
|
|
70
68
|
defaultValue: function defaultValue(newVal) {
|
|
71
69
|
this.setValue(ToggleButton.parseValue(newVal, this.$props));
|
|
@@ -291,6 +289,8 @@ var mapDispatchtoProps = {
|
|
|
291
289
|
var TBConnected = PreferencesConsumer(ComponentWrapper(connect(mapStateToProps, mapDispatchtoProps)(ToggleButton), {
|
|
292
290
|
componentType: componentTypes.toggleButton
|
|
293
291
|
}));
|
|
292
|
+
TBConnected.parseValue = ToggleButton.parseValue;
|
|
293
|
+
TBConnected.defaultQuery = ToggleButton.defaultQuery;
|
|
294
294
|
TBConnected.name = ToggleButton.name;
|
|
295
295
|
TBConnected.install = function (Vue) {
|
|
296
296
|
Vue.component(TBConnected.name, TBConnected);
|
package/dist/es/index.js
CHANGED
|
@@ -15,19 +15,20 @@ export { default as ReactiveList } from './ReactiveList.js';
|
|
|
15
15
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
16
16
|
import 'redux';
|
|
17
17
|
import './index-4520a598.js';
|
|
18
|
-
import './ComponentWrapper-
|
|
18
|
+
import './ComponentWrapper-3a215eed.js';
|
|
19
19
|
import './PreferencesConsumer-24e88f3b.js';
|
|
20
20
|
import './Title-863dfa42.js';
|
|
21
21
|
import './ListItem-16756c02.js';
|
|
22
22
|
import './Card-38cbe652.js';
|
|
23
23
|
import './Flex-a08e22d7.js';
|
|
24
|
+
import '@appbaseio/reactivecore/lib';
|
|
24
25
|
import '@appbaseio/reactivecore/lib/actions/analytics';
|
|
25
26
|
import 'appbase-js';
|
|
26
27
|
import '@appbaseio/analytics';
|
|
27
28
|
import 'url-search-params-polyfill';
|
|
28
29
|
export { default as ReactiveBase } from './ReactiveBase.js';
|
|
29
30
|
import 'hotkeys-js';
|
|
30
|
-
export { R as ReactiveComponent, S as SearchBox } from './ReactiveComponent-
|
|
31
|
+
export { R as ReactiveComponent, S as SearchBox } from './ReactiveComponent-04d94e01.js';
|
|
31
32
|
import './DropDown-029ffd42.js';
|
|
32
33
|
import './Input-ad474a55.js';
|
|
33
34
|
import 'compute-scroll-into-view';
|
|
@@ -41,7 +42,7 @@ export { default as MultiList } from './MultiList.js';
|
|
|
41
42
|
export { default as SingleDropdownList } from './SingleDropdownList.js';
|
|
42
43
|
export { default as MultiDropdownList } from './MultiDropdownList.js';
|
|
43
44
|
export { default as ToggleButton } from './ToggleButton.js';
|
|
44
|
-
import './ssr-
|
|
45
|
+
import './ssr-e5eb1f1e.js';
|
|
45
46
|
export { default as DynamicRangeSlider } from './DynamicRangeSlider.js';
|
|
46
47
|
export { default as SingleRange } from './SingleRange.js';
|
|
47
48
|
export { default as MultiRange } from './MultiRange.js';
|
|
@@ -54,15 +55,9 @@ export { default as StateProvider } from './StateProvider.js';
|
|
|
54
55
|
import 'vue-google-maps-community-fork';
|
|
55
56
|
import 'ngeohash';
|
|
56
57
|
export { default as ReactiveGoogleMap } from './ReactiveGoogleMap.js';
|
|
57
|
-
import '
|
|
58
|
-
import '@appbaseio/reactivecore/
|
|
59
|
-
|
|
60
|
-
import '@appbaseio/reactivecore/lib/reducers/compositeAggsReducer';
|
|
61
|
-
import '@appbaseio/reactivecore/lib/constants';
|
|
62
|
-
import '@appbaseio/reactivecore/lib/reducers/dependencyTreeReducer';
|
|
63
|
-
import '@appbaseio/reactivecore/lib/utils/graphQL';
|
|
64
|
-
import '@appbaseio/reactivecore/lib/actions/utils';
|
|
65
|
-
export { default as initReactivesearch } from './initReactivesearch.js';
|
|
58
|
+
import 'vue/server-renderer';
|
|
59
|
+
import '@appbaseio/reactivecore/src/utils/server';
|
|
60
|
+
export { default as getServerState } from './initReactivesearch.js';
|
|
66
61
|
import version from './version.js';
|
|
67
62
|
export { default as version } from './version.js';
|
|
68
63
|
import install from './install.js';
|