@appbaseio/reactivesearch-vue 3.0.0-rc.5.alpha.2 → 3.0.0-rc.5.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 +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/{DropDown-b16418e9.js → CancelSvg-ab0f8b23.js} +0 -290
- package/dist/cjs/DropDown-e7125b72.js +299 -0
- package/dist/cjs/MultiDropdownList.js +2 -1
- package/dist/cjs/{install-7cdf6798.js → SearchBox.js} +21 -867
- package/dist/cjs/SingleDropdownList.js +2 -1
- package/dist/cjs/index.js +7 -5
- package/dist/cjs/install-3c4520bf.js +874 -0
- package/dist/cjs/install.js +4 -2
- package/dist/cjs/version.js +1 -1
- package/dist/es/{Button-a376dd9b.js → Button-fd869491.js} +1 -1
- package/dist/es/CancelSvg-e7ae49e9.js +401 -0
- package/dist/es/{Card-56bd984e.js → Card-54b9e7a0.js} +2 -2
- package/dist/es/{ComponentWrapper-b43a546e.js → ComponentWrapper-8a3c388d.js} +4 -3
- package/dist/es/{Container-6c21a1e6.js → Container-d00219f7.js} +1 -1
- package/dist/es/DropDown-13afb4d2.js +295 -0
- package/dist/es/DynamicRangeSlider.js +7 -6
- package/dist/es/{Flex-651f2422.js → Flex-25792bc3.js} +1 -1
- package/dist/es/{FormControlList-be0456b0.js → FormControlList-fe6eaee4.js} +1 -1
- package/dist/es/{Input-3126d7b6.js → Input-f7499ef8.js} +1 -1
- package/dist/es/{ListItem-a25ed63a.js → ListItem-e3c6acf4.js} +2 -2
- package/dist/es/MultiDropdownList.js +15 -12
- package/dist/es/MultiList.js +12 -10
- package/dist/es/MultiRange.js +10 -9
- package/dist/es/{Pagination-874e01df.js → Pagination-c2745bec.js} +2 -2
- package/dist/es/{PreferencesConsumer-9a3b0bac.js → PreferencesConsumer-b058d14e.js} +2 -2
- package/dist/es/RangeInput.js +12 -11
- package/dist/es/RangeSlider.js +9 -8
- package/dist/es/ReactiveBase.js +17 -5508
- package/dist/es/ReactiveComponent.js +6 -5
- package/dist/es/ReactiveGoogleMap.js +10 -9
- package/dist/es/ReactiveList.js +14 -13
- package/dist/es/ResultCard.js +3 -3
- package/dist/es/ResultList.js +3 -3
- package/dist/es/SearchBox.js +1847 -0
- package/dist/es/SelectedFilters.js +7 -6
- package/dist/es/SingleDropdownList.js +15 -12
- package/dist/es/SingleList.js +12 -10
- package/dist/es/SingleRange.js +10 -9
- package/dist/es/StateProvider.js +4 -3
- package/dist/es/{Title-4b7614be.js → Title-863dfa42.js} +1 -1
- package/dist/es/ToggleButton.js +9 -8
- package/dist/es/_rollupPluginBabelHelpers-ded08042.js +61 -0
- package/dist/es/{index-b2212b15.js → index-882489e1.js} +3 -67
- package/dist/es/index.js +31 -22
- package/dist/es/initReactivesearch.js +3 -2291
- package/dist/es/install-ff8b0750.js +868 -0
- package/dist/es/install.js +28 -21
- package/dist/es/{ssr-26e0b4af.js → ssr-c630ccb9.js} +1 -1
- package/dist/es/utils-d7dd4f4e.js +60 -0
- package/dist/es/version.js +1 -1
- package/package.json +2 -2
- package/dist/es/DropDown-59c3fbc7.js +0 -690
- package/dist/es/_rollupPluginBabelHelpers-dac426db.js +0 -423
- package/dist/es/helper-39773859.js +0 -558
- package/dist/es/index-b9203a60.js +0 -10
- package/dist/es/install-d7f59dee.js +0 -4008
- package/dist/es/transform-e41c9e5c.js +0 -412
- package/dist/es/utils-782d91c4.js +0 -1315
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import './_rollupPluginBabelHelpers-
|
|
2
|
+
import '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
|
+
import _transformOn from '@vue/babel-helper-vue-transform-on';
|
|
4
|
+
import './_rollupPluginBabelHelpers-ded08042.js';
|
|
5
5
|
import { createVNode, mergeProps, createTextVNode } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
7
|
import '@appbaseio/vue-emotion';
|
|
8
8
|
import '@emotion/css';
|
|
9
9
|
import 'polished';
|
|
10
|
-
import { f as filters, B as Button } from './Button-
|
|
10
|
+
import { f as filters, B as Button } from './Button-fd869491.js';
|
|
11
11
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
12
12
|
import 'redux';
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
13
|
+
import { f as decodeHtml, c as connect } from './index-882489e1.js';
|
|
14
|
+
import { T as Title } from './Title-863dfa42.js';
|
|
15
|
+
import { C as Container } from './Container-d00219f7.js';
|
|
15
16
|
|
|
16
17
|
var setValue = Actions.setValue,
|
|
17
18
|
clearValues = Actions.clearValues,
|
|
@@ -1,24 +1,27 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import {
|
|
3
|
-
import '
|
|
4
|
-
import {
|
|
2
|
+
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
|
+
import '@vue/babel-helper-vue-transform-on';
|
|
4
|
+
import { a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
5
5
|
import { createVNode, isVNode } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
7
|
import '@appbaseio/vue-emotion';
|
|
8
8
|
import '@emotion/css';
|
|
9
9
|
import 'polished';
|
|
10
|
-
import { l as loadMoreContainer, B as Button } from './Button-
|
|
10
|
+
import { l as loadMoreContainer, B as Button } from './Button-fd869491.js';
|
|
11
11
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
12
|
-
import '
|
|
12
|
+
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
13
13
|
import 'redux';
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import './
|
|
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-882489e1.js';
|
|
15
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
16
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
17
|
+
import { T as Title } from './Title-863dfa42.js';
|
|
18
|
+
import './CancelSvg-e7ae49e9.js';
|
|
19
|
+
import './Input-f7499ef8.js';
|
|
19
20
|
import 'compute-scroll-into-view';
|
|
20
|
-
import { C as Container } from './Container-
|
|
21
|
-
import
|
|
21
|
+
import { C as Container } from './Container-d00219f7.js';
|
|
22
|
+
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
23
|
+
import { g as getAggsQuery } from './utils-d7dd4f4e.js';
|
|
24
|
+
import { D as Dropdown } from './DropDown-13afb4d2.js';
|
|
22
25
|
|
|
23
26
|
function _isSlot(s) {
|
|
24
27
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !isVNode(s);
|
package/dist/es/SingleList.js
CHANGED
|
@@ -1,21 +1,23 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
|
+
import { a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
4
4
|
import { createVNode, createTextVNode } from 'vue';
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
7
|
import '@emotion/css';
|
|
8
8
|
import 'polished';
|
|
9
9
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
10
|
-
import '
|
|
10
|
+
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
11
11
|
import 'redux';
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
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-882489e1.js';
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
14
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
15
|
+
import { T as Title } from './Title-863dfa42.js';
|
|
16
|
+
import { I as Input } from './Input-f7499ef8.js';
|
|
17
|
+
import { C as Container } from './Container-d00219f7.js';
|
|
18
|
+
import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
19
|
+
import { U as UL, R as Radio } from './FormControlList-fe6eaee4.js';
|
|
20
|
+
import { g as getAggsQuery } from './utils-d7dd4f4e.js';
|
|
19
21
|
|
|
20
22
|
var updateQuery = Actions.updateQuery,
|
|
21
23
|
setQueryOptions = Actions.setQueryOptions,
|
package/dist/es/SingleRange.js
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import './_rollupPluginBabelHelpers-
|
|
2
|
+
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
|
+
import _transformOn from '@vue/babel-helper-vue-transform-on';
|
|
4
|
+
import './_rollupPluginBabelHelpers-ded08042.js';
|
|
5
5
|
import { createVNode, mergeProps, isVNode } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
7
|
import '@appbaseio/vue-emotion';
|
|
8
8
|
import 'polished';
|
|
9
9
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
10
|
-
import '
|
|
10
|
+
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
11
11
|
import 'redux';
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
12
|
+
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-882489e1.js';
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
14
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
15
|
+
import { T as Title } from './Title-863dfa42.js';
|
|
16
|
+
import { C as Container } from './Container-d00219f7.js';
|
|
17
|
+
import { U as UL, R as Radio } from './FormControlList-fe6eaee4.js';
|
|
17
18
|
|
|
18
19
|
function _isSlot(s) {
|
|
19
20
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !isVNode(s);
|
package/dist/es/StateProvider.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
2
|
+
import '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
|
+
import { a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
4
4
|
import VueTypes from 'vue-types';
|
|
5
|
-
import {
|
|
5
|
+
import { isInternalComponent } from '@appbaseio/reactivecore/lib/utils/transform';
|
|
6
6
|
import 'redux';
|
|
7
|
+
import { c as connect } from './index-882489e1.js';
|
|
7
8
|
|
|
8
9
|
var setSearchState = Actions.setSearchState;
|
|
9
10
|
var getSearchState = helper.getSearchState;
|
package/dist/es/ToggleButton.js
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import {
|
|
3
|
-
import './_rollupPluginBabelHelpers-
|
|
2
|
+
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
|
+
import './_rollupPluginBabelHelpers-ded08042.js';
|
|
4
4
|
import { createVNode } from 'vue';
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
7
|
import '@emotion/css';
|
|
8
8
|
import 'polished';
|
|
9
|
-
import { B as Button, t as toggleButtons } from './Button-
|
|
9
|
+
import { B as Button, t as toggleButtons } from './Button-fd869491.js';
|
|
10
10
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
11
|
-
import '
|
|
11
|
+
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
12
12
|
import 'redux';
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
13
|
+
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-882489e1.js';
|
|
14
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
15
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
16
|
+
import { T as Title } from './Title-863dfa42.js';
|
|
17
|
+
import { C as Container } from './Container-d00219f7.js';
|
|
17
18
|
|
|
18
19
|
var updateQuery = Actions.updateQuery,
|
|
19
20
|
setQueryOptions = Actions.setQueryOptions,
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
function _extends() {
|
|
2
|
+
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
3
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
4
|
+
var source = arguments[i];
|
|
5
|
+
for (var key in source) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
+
target[key] = source[key];
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return target;
|
|
12
|
+
};
|
|
13
|
+
return _extends.apply(this, arguments);
|
|
14
|
+
}
|
|
15
|
+
function _inheritsLoose(subClass, superClass) {
|
|
16
|
+
subClass.prototype = Object.create(superClass.prototype);
|
|
17
|
+
subClass.prototype.constructor = subClass;
|
|
18
|
+
_setPrototypeOf(subClass, superClass);
|
|
19
|
+
}
|
|
20
|
+
function _setPrototypeOf(o, p) {
|
|
21
|
+
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
|
22
|
+
o.__proto__ = p;
|
|
23
|
+
return o;
|
|
24
|
+
};
|
|
25
|
+
return _setPrototypeOf(o, p);
|
|
26
|
+
}
|
|
27
|
+
function _objectWithoutPropertiesLoose(source, excluded) {
|
|
28
|
+
if (source == null) return {};
|
|
29
|
+
var target = {};
|
|
30
|
+
var sourceKeys = Object.keys(source);
|
|
31
|
+
var key, i;
|
|
32
|
+
for (i = 0; i < sourceKeys.length; i++) {
|
|
33
|
+
key = sourceKeys[i];
|
|
34
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
35
|
+
target[key] = source[key];
|
|
36
|
+
}
|
|
37
|
+
return target;
|
|
38
|
+
}
|
|
39
|
+
function _taggedTemplateLiteralLoose(strings, raw) {
|
|
40
|
+
if (!raw) {
|
|
41
|
+
raw = strings.slice(0);
|
|
42
|
+
}
|
|
43
|
+
strings.raw = raw;
|
|
44
|
+
return strings;
|
|
45
|
+
}
|
|
46
|
+
function _toPrimitive(input, hint) {
|
|
47
|
+
if (typeof input !== "object" || input === null) return input;
|
|
48
|
+
var prim = input[Symbol.toPrimitive];
|
|
49
|
+
if (prim !== undefined) {
|
|
50
|
+
var res = prim.call(input, hint || "default");
|
|
51
|
+
if (typeof res !== "object") return res;
|
|
52
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
53
|
+
}
|
|
54
|
+
return (hint === "string" ? String : Number)(input);
|
|
55
|
+
}
|
|
56
|
+
function _toPropertyKey(arg) {
|
|
57
|
+
var key = _toPrimitive(arg, "string");
|
|
58
|
+
return typeof key === "symbol" ? key : String(key);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export { _taggedTemplateLiteralLoose as _, _extends as a, _objectWithoutPropertiesLoose as b, _toPropertyKey as c, _inheritsLoose as d };
|
|
@@ -1,72 +1,8 @@
|
|
|
1
1
|
import { helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import {
|
|
2
|
+
import { validProps } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
|
+
import { a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
3
4
|
import { bindActionCreators } from 'redux';
|
|
4
5
|
|
|
5
|
-
var componentTypes = {
|
|
6
|
-
reactiveList: 'REACTIVELIST',
|
|
7
|
-
// search components
|
|
8
|
-
dataSearch: 'DATASEARCH',
|
|
9
|
-
categorySearch: 'CATEGORYSEARCH',
|
|
10
|
-
searchBox: 'SEARCHBOX',
|
|
11
|
-
// list components
|
|
12
|
-
singleList: 'SINGLELIST',
|
|
13
|
-
multiList: 'MULTILIST',
|
|
14
|
-
singleDataList: 'SINGLEDATALIST',
|
|
15
|
-
tabDataList: 'TABDATALIST',
|
|
16
|
-
singleDropdownList: 'SINGLEDROPDOWNLIST',
|
|
17
|
-
multiDataList: 'MULTIDATALIST',
|
|
18
|
-
multiDropdownList: 'MULTIDROPDOWNLIST',
|
|
19
|
-
singleDropdownRange: 'SINGLEDROPDOWNRANGE',
|
|
20
|
-
treeList: 'TREELIST',
|
|
21
|
-
// basic components
|
|
22
|
-
numberBox: 'NUMBERBOX',
|
|
23
|
-
tagCloud: 'TAGCLOUD',
|
|
24
|
-
toggleButton: 'TOGGLEBUTTON',
|
|
25
|
-
reactiveComponent: 'REACTIVECOMPONENT',
|
|
26
|
-
// range components
|
|
27
|
-
datePicker: 'DATEPICKER',
|
|
28
|
-
dateRange: 'DATERANGE',
|
|
29
|
-
dynamicRangeSlider: 'DYNAMICRANGESLIDER',
|
|
30
|
-
multiDropdownRange: 'MULTIDROPDOWNRANGE',
|
|
31
|
-
singleRange: 'SINGLERANGE',
|
|
32
|
-
multiRange: 'MULTIRANGE',
|
|
33
|
-
rangeSlider: 'RANGESLIDER',
|
|
34
|
-
ratingsFilter: 'RATINGSFILTER',
|
|
35
|
-
rangeInput: 'RANGEINPUT',
|
|
36
|
-
// map components
|
|
37
|
-
geoDistanceDropdown: 'GEO_DISTANCE_DROPDOWN',
|
|
38
|
-
geoDistanceSlider: 'GEO_DISTANCE_SLIDER',
|
|
39
|
-
reactiveMap: 'REACTIVE_MAP',
|
|
40
|
-
// chart components
|
|
41
|
-
reactiveChart: 'REACTIVE_CHART'
|
|
42
|
-
};
|
|
43
|
-
var validProps = [
|
|
44
|
-
// common
|
|
45
|
-
'type', 'componentType', 'aggregationField', 'aggregationSize', 'distinctField', 'distinctFieldConfig', 'index', 'aggregations',
|
|
46
|
-
// Specific to ReactiveList
|
|
47
|
-
'dataField', 'includeFields', 'excludeFields', 'size', 'from', 'sortBy', 'sortOptions', 'pagination',
|
|
48
|
-
// Specific to DataSearch
|
|
49
|
-
'autoFocus', 'autosuggest', 'debounce', 'defaultValue', 'defaultSuggestions', 'fieldWeights', 'filterLabel', 'fuzziness', 'highlight', 'highlightConfig', 'highlightField', 'nestedField', 'placeholder', 'queryFormat', 'searchOperators', 'enableSynonyms', 'enableQuerySuggestions', 'queryString',
|
|
50
|
-
// Specific to Category Search
|
|
51
|
-
'categoryField', 'strictSelection',
|
|
52
|
-
// Specific to List Components
|
|
53
|
-
'selectAllLabel', 'showCheckbox', 'showFilter', 'showSearch', 'showCount', 'showLoadMore', 'loadMoreLabel', 'showMissing', 'missingLabel', 'data', 'showRadio',
|
|
54
|
-
// TagCloud and ToggleButton
|
|
55
|
-
'multiSelect',
|
|
56
|
-
// Range Components
|
|
57
|
-
'includeNullValues', 'interval', 'showHistogram', 'snap', 'stepValue', 'range', 'showSlider', 'parseDate', 'calendarInterval',
|
|
58
|
-
// Map components
|
|
59
|
-
'unit',
|
|
60
|
-
// Specific to searchBox
|
|
61
|
-
'enablePopularSuggestions', 'enableRecentSuggestions', 'popularSuggestionsConfig', 'recentSuggestionsConfig', 'indexSuggestionsConfig', 'featuredSuggestionsConfig', 'enablePredictiveSuggestions', 'applyStopwords', 'customStopwords', 'enableIndexSuggestions', 'enableFeaturedSuggestions', 'searchboxId', 'endpoint', 'enableEndpointSuggestions'];
|
|
62
|
-
|
|
63
|
-
// search components modes
|
|
64
|
-
var SEARCH_COMPONENTS_MODES = {
|
|
65
|
-
SELECT: 'select',
|
|
66
|
-
TAG: 'tag'
|
|
67
|
-
};
|
|
68
|
-
var TREELIST_VALUES_PATH_SEPARATOR = '◐◑◒◓';
|
|
69
|
-
|
|
70
6
|
// Credit to React-Redux for this util function
|
|
71
7
|
// https://github.com/reactjs/react-redux/blob/573db0bfc8d1d50fdb6e2a98bd8a7d4675fecf11/src/utils/shallowEqual.js
|
|
72
8
|
|
|
@@ -370,4 +306,4 @@ function decodeHtml(str) {
|
|
|
370
306
|
});
|
|
371
307
|
}
|
|
372
308
|
|
|
373
|
-
export {
|
|
309
|
+
export { X_SEARCH_CLIENT as X, isFunction as a, getCamelCase as b, connect as c, getValidPropsKeys as d, composeThemeObject as e, decodeHtml as f, getComponent as g, hasCustomRenderer as h, isQueryIdentical as i, updateCustomQuery as j, isEmpty as k, extractModifierKeysFromFocusShortcuts as l, isEvent as m, parseValueArray as n, parseFocusShortcuts as p, updateDefaultQuery as u };
|
package/dist/es/index.js
CHANGED
|
@@ -1,46 +1,53 @@
|
|
|
1
1
|
import '@appbaseio/reactivecore';
|
|
2
|
-
export {
|
|
3
|
-
import '
|
|
4
|
-
import './_rollupPluginBabelHelpers-
|
|
2
|
+
export { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
|
+
import '@vue/babel-helper-vue-transform-on';
|
|
4
|
+
import './_rollupPluginBabelHelpers-ded08042.js';
|
|
5
5
|
import 'vue';
|
|
6
6
|
import 'vue-types';
|
|
7
|
-
import '
|
|
7
|
+
import '@appbaseio/reactivecore/lib/utils/helper';
|
|
8
8
|
import '@appbaseio/vue-emotion';
|
|
9
9
|
import '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
|
-
import './Button-
|
|
11
|
+
import './Button-fd869491.js';
|
|
12
12
|
import './vueTypes-f1923c72.js';
|
|
13
|
-
import './Pagination-
|
|
13
|
+
import './Pagination-c2745bec.js';
|
|
14
14
|
export { default as ReactiveList } from './ReactiveList.js';
|
|
15
|
-
import '
|
|
15
|
+
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
16
16
|
import 'redux';
|
|
17
|
-
import './
|
|
18
|
-
import './
|
|
19
|
-
import './
|
|
20
|
-
import './
|
|
21
|
-
import './
|
|
22
|
-
import './
|
|
23
|
-
|
|
17
|
+
import './index-882489e1.js';
|
|
18
|
+
import './ComponentWrapper-8a3c388d.js';
|
|
19
|
+
import './PreferencesConsumer-b058d14e.js';
|
|
20
|
+
import './Title-863dfa42.js';
|
|
21
|
+
import './ListItem-e3c6acf4.js';
|
|
22
|
+
import './Card-54b9e7a0.js';
|
|
23
|
+
import './Flex-25792bc3.js';
|
|
24
|
+
import '@appbaseio/reactivecore/lib';
|
|
25
|
+
import '@appbaseio/reactivecore/lib/actions/analytics';
|
|
24
26
|
import 'appbase-js';
|
|
25
27
|
import '@appbaseio/analytics';
|
|
26
28
|
import 'url-search-params-polyfill';
|
|
29
|
+
export { default as ReactiveBase } from './ReactiveBase.js';
|
|
27
30
|
import 'hotkeys-js';
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import './
|
|
31
|
-
import './Input-3126d7b6.js';
|
|
31
|
+
export { default as SearchBox } from './SearchBox.js';
|
|
32
|
+
import './CancelSvg-e7ae49e9.js';
|
|
33
|
+
import './Input-f7499ef8.js';
|
|
32
34
|
import 'compute-scroll-into-view';
|
|
33
|
-
import './Container-
|
|
35
|
+
import './Container-d00219f7.js';
|
|
34
36
|
import 'vue-highlight-words';
|
|
35
|
-
import '
|
|
36
|
-
import './FormControlList-
|
|
37
|
+
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
38
|
+
import './FormControlList-fe6eaee4.js';
|
|
39
|
+
import './utils-d7dd4f4e.js';
|
|
37
40
|
export { default as SingleList } from './SingleList.js';
|
|
38
41
|
export { default as MultiList } from './MultiList.js';
|
|
42
|
+
import '@appbaseio/reactivecore/lib/utils/types';
|
|
43
|
+
import { i as install } from './install-ff8b0750.js';
|
|
44
|
+
export { R as ReactiveComponentPrivate, T as TreeList, i as install } from './install-ff8b0750.js';
|
|
45
|
+
import './DropDown-13afb4d2.js';
|
|
39
46
|
export { default as SingleDropdownList } from './SingleDropdownList.js';
|
|
40
47
|
export { default as MultiDropdownList } from './MultiDropdownList.js';
|
|
41
48
|
export { default as ToggleButton } from './ToggleButton.js';
|
|
42
49
|
export { default as ReactiveComponent } from './ReactiveComponent.js';
|
|
43
|
-
import './ssr-
|
|
50
|
+
import './ssr-c630ccb9.js';
|
|
44
51
|
export { default as DynamicRangeSlider } from './DynamicRangeSlider.js';
|
|
45
52
|
export { default as SingleRange } from './SingleRange.js';
|
|
46
53
|
export { default as MultiRange } from './MultiRange.js';
|
|
@@ -53,6 +60,8 @@ export { default as StateProvider } from './StateProvider.js';
|
|
|
53
60
|
import '@appbaseio/vue-google-maps-community-fork';
|
|
54
61
|
import 'ngeohash';
|
|
55
62
|
export { default as ReactiveGoogleMap } from './ReactiveGoogleMap.js';
|
|
63
|
+
import 'vue/server-renderer';
|
|
64
|
+
import '@appbaseio/reactivecore/lib/utils/server';
|
|
56
65
|
export { default as getServerState } from './initReactivesearch.js';
|
|
57
66
|
import version from './version.js';
|
|
58
67
|
export { default as version } from './version.js';
|