@appbaseio/reactivesearch-vue 3.3.0 → 3.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@appbaseio/reactivesearch-vue.umd.js +440 -696
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +4 -4
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/{Button-f96a0570.js → Button-7aee17e3.js} +1 -1
- package/dist/cjs/{DropDown-ebe20e81.js → CancelSvg-6094cd37.js} +1 -292
- package/dist/cjs/{Card-63968d94.js → Card-abff695e.js} +2 -2
- package/dist/cjs/{ComponentWrapper-0334c14b.js → ComponentWrapper-3bedbe57.js} +2 -2
- package/dist/cjs/{Container-29f049b2.js → Container-1c05785a.js} +1 -1
- package/dist/cjs/DropDown-815d458e.js +299 -0
- package/dist/cjs/DynamicRangeSlider.js +6 -6
- package/dist/cjs/{Flex-ddde6d26.js → Flex-f7af0673.js} +1 -1
- package/dist/cjs/{FormControlList-fadd792f.js → FormControlList-2c10e01a.js} +1 -1
- package/dist/cjs/{Input-cee51a53.js → Input-55fbd8e1.js} +1 -1
- package/dist/cjs/{ListItem-7a682970.js → ListItem-f272f502.js} +2 -2
- package/dist/cjs/MultiDropdownList.js +11 -10
- package/dist/cjs/MultiList.js +9 -9
- package/dist/cjs/MultiRange.js +7 -7
- package/dist/cjs/{Pagination-c53a18ab.js → Pagination-accd2fbf.js} +1 -1
- package/dist/cjs/{PreferencesConsumer-7bee3c57.js → PreferencesConsumer-37cab7a0.js} +2 -2
- package/dist/cjs/RangeInput.js +9 -9
- package/dist/cjs/RangeSlider.js +7 -7
- package/dist/cjs/ReactiveBase.js +2 -2
- package/dist/cjs/ReactiveComponent.js +4 -4
- package/dist/cjs/ReactiveGoogleMap.js +8 -8
- package/dist/cjs/ReactiveList.js +10 -10
- package/dist/cjs/ResultCard.js +3 -3
- package/dist/cjs/ResultList.js +3 -3
- package/dist/cjs/{install-c61d8b86.js → SearchBox-4dff47b4.js} +39 -1681
- package/dist/cjs/SearchBox.js +38 -0
- package/dist/cjs/SelectedFilters.js +5 -5
- package/dist/cjs/SingleDropdownList.js +11 -10
- package/dist/cjs/SingleList.js +9 -9
- package/dist/cjs/SingleRange.js +7 -7
- package/dist/cjs/StateProvider.js +2 -2
- package/dist/cjs/{Title-8802a218.js → Title-d513ac26.js} +1 -1
- package/dist/cjs/ToggleButton.js +7 -7
- package/dist/cjs/{_rollupPluginBabelHelpers-f8b843f8.js → _rollupPluginBabelHelpers-1a877b17.js} +14 -14
- package/dist/cjs/{index-1f41363f.js → index-7ca9570e.js} +1 -1
- package/dist/cjs/index.js +21 -19
- package/dist/cjs/install-246c0dab.js +1683 -0
- package/dist/cjs/install.js +19 -17
- package/dist/cjs/{ssr-8dd13d43.js → ssr-15d936a0.js} +1 -1
- package/dist/cjs/{utils-c9bd5628.js → utils-a3db8765.js} +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/es/{Button-5c2cf399.js → Button-8178e39a.js} +1 -1
- package/dist/es/{DropDown-36fa9ac5.js → CancelSvg-5b82ad4f.js} +3 -293
- package/dist/es/{Card-54b9e7a0.js → Card-3a81ac7b.js} +2 -2
- package/dist/es/{ComponentWrapper-46d04344.js → ComponentWrapper-90d42a29.js} +2 -2
- package/dist/es/{Container-d00219f7.js → Container-e2261542.js} +1 -1
- package/dist/es/DropDown-f8049812.js +295 -0
- package/dist/es/DynamicRangeSlider.js +6 -6
- package/dist/es/{Flex-25792bc3.js → Flex-5d11362e.js} +1 -1
- package/dist/es/{FormControlList-fe6eaee4.js → FormControlList-968ff972.js} +1 -1
- package/dist/es/{Input-437ae439.js → Input-cda7f4ad.js} +1 -1
- package/dist/es/{ListItem-e3c6acf4.js → ListItem-beea18db.js} +2 -2
- package/dist/es/MultiDropdownList.js +11 -10
- package/dist/es/MultiList.js +9 -9
- package/dist/es/MultiRange.js +7 -7
- package/dist/es/{Pagination-591fdb79.js → Pagination-b2160aac.js} +1 -1
- package/dist/es/{PreferencesConsumer-0856ed43.js → PreferencesConsumer-a2bd59db.js} +2 -2
- package/dist/es/RangeInput.js +9 -9
- package/dist/es/RangeSlider.js +7 -7
- package/dist/es/ReactiveBase.js +2 -2
- package/dist/es/ReactiveComponent.js +4 -4
- package/dist/es/ReactiveGoogleMap.js +8 -8
- package/dist/es/ReactiveList.js +10 -10
- package/dist/es/ResultCard.js +3 -3
- package/dist/es/ResultList.js +3 -3
- package/dist/es/{install-4fe6038c.js → SearchBox-57e3a0ff.js} +14 -1668
- package/dist/es/SearchBox.js +29 -0
- package/dist/es/SelectedFilters.js +5 -5
- package/dist/es/SingleDropdownList.js +11 -10
- package/dist/es/SingleList.js +9 -9
- package/dist/es/SingleRange.js +7 -7
- package/dist/es/StateProvider.js +2 -2
- package/dist/es/{Title-863dfa42.js → Title-100fe896.js} +1 -1
- package/dist/es/ToggleButton.js +7 -7
- package/dist/es/{_rollupPluginBabelHelpers-ded08042.js → _rollupPluginBabelHelpers-5e8399d7.js} +14 -14
- package/dist/es/{index-104f1dfb.js → index-3af85a74.js} +1 -1
- package/dist/es/index.js +21 -19
- package/dist/es/install-74125db1.js +1676 -0
- package/dist/es/install.js +19 -17
- package/dist/es/{ssr-c630ccb9.js → ssr-40133887.js} +1 -1
- package/dist/es/{utils-d7dd4f4e.js → utils-badbb2a8.js} +1 -1
- package/dist/es/version.js +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import '@appbaseio/reactivecore';
|
|
2
|
+
import '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
|
+
import '@vue/babel-helper-vue-transform-on';
|
|
4
|
+
import './_rollupPluginBabelHelpers-5e8399d7.js';
|
|
5
|
+
import 'vue';
|
|
6
|
+
import 'vue-types';
|
|
7
|
+
import '@appbaseio/reactivecore/lib/utils/helper';
|
|
8
|
+
import '@appbaseio/vue-emotion';
|
|
9
|
+
import '@emotion/css';
|
|
10
|
+
import 'polished';
|
|
11
|
+
import './Button-8178e39a.js';
|
|
12
|
+
import './vueTypes-f503e267.js';
|
|
13
|
+
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
14
|
+
import 'redux';
|
|
15
|
+
import './index-3af85a74.js';
|
|
16
|
+
import './ComponentWrapper-90d42a29.js';
|
|
17
|
+
import './PreferencesConsumer-a2bd59db.js';
|
|
18
|
+
import './Title-100fe896.js';
|
|
19
|
+
import './Flex-5d11362e.js';
|
|
20
|
+
import '@appbaseio/reactivecore/lib/actions/analytics';
|
|
21
|
+
import 'hotkeys-js';
|
|
22
|
+
import 'xss';
|
|
23
|
+
import 'remarkable';
|
|
24
|
+
export { S as SBConnected, a as default } from './SearchBox-57e3a0ff.js';
|
|
25
|
+
import './CancelSvg-5b82ad4f.js';
|
|
26
|
+
import './Input-cda7f4ad.js';
|
|
27
|
+
import 'compute-scroll-into-view';
|
|
28
|
+
import './Container-e2261542.js';
|
|
29
|
+
import 'vue-highlight-words';
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
2
|
import '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
3
|
import _transformOn from '@vue/babel-helper-vue-transform-on';
|
|
4
|
-
import './_rollupPluginBabelHelpers-
|
|
4
|
+
import './_rollupPluginBabelHelpers-5e8399d7.js';
|
|
5
5
|
import { createVNode, mergeProps, createTextVNode } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
7
|
import '@appbaseio/reactivecore/lib/utils/helper';
|
|
8
8
|
import '@appbaseio/vue-emotion';
|
|
9
9
|
import '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
|
-
import { f as filters, B as Button } from './Button-
|
|
11
|
+
import { f as filters, B as Button } from './Button-8178e39a.js';
|
|
12
12
|
import { t as types } from './vueTypes-f503e267.js';
|
|
13
13
|
import 'redux';
|
|
14
|
-
import { f as decodeHtml, c as connect } from './index-
|
|
15
|
-
import { T as Title } from './Title-
|
|
16
|
-
import { C as Container } from './Container-
|
|
14
|
+
import { f as decodeHtml, c as connect } from './index-3af85a74.js';
|
|
15
|
+
import { T as Title } from './Title-100fe896.js';
|
|
16
|
+
import { C as Container } from './Container-e2261542.js';
|
|
17
17
|
|
|
18
18
|
var setValue = Actions.setValue,
|
|
19
19
|
clearValues = Actions.clearValues,
|
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
2
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
3
|
import '@vue/babel-helper-vue-transform-on';
|
|
4
|
-
import { a as _extends } from './_rollupPluginBabelHelpers-
|
|
4
|
+
import { a as _extends } from './_rollupPluginBabelHelpers-5e8399d7.js';
|
|
5
5
|
import { createVNode, isVNode } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
7
|
import '@appbaseio/reactivecore/lib/utils/helper';
|
|
8
8
|
import '@appbaseio/vue-emotion';
|
|
9
9
|
import '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
|
-
import { l as loadMoreContainer, B as Button } from './Button-
|
|
11
|
+
import { l as loadMoreContainer, B as Button } from './Button-8178e39a.js';
|
|
12
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-
|
|
18
|
-
import { T as Title } from './Title-
|
|
19
|
-
import
|
|
20
|
-
import './Input-
|
|
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-3af85a74.js';
|
|
16
|
+
import { C as ComponentWrapper } from './ComponentWrapper-90d42a29.js';
|
|
17
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-a2bd59db.js';
|
|
18
|
+
import { T as Title } from './Title-100fe896.js';
|
|
19
|
+
import './CancelSvg-5b82ad4f.js';
|
|
20
|
+
import './Input-cda7f4ad.js';
|
|
21
21
|
import 'compute-scroll-into-view';
|
|
22
|
-
import { C as Container } from './Container-
|
|
22
|
+
import { C as Container } from './Container-e2261542.js';
|
|
23
23
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
24
|
-
import { g as getAggsQuery } from './utils-
|
|
24
|
+
import { g as getAggsQuery } from './utils-badbb2a8.js';
|
|
25
|
+
import { D as Dropdown } from './DropDown-f8049812.js';
|
|
25
26
|
|
|
26
27
|
function _isSlot(s) {
|
|
27
28
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !isVNode(s);
|
package/dist/es/SingleList.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
2
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
|
-
import { a as _extends } from './_rollupPluginBabelHelpers-
|
|
3
|
+
import { a as _extends } from './_rollupPluginBabelHelpers-5e8399d7.js';
|
|
4
4
|
import { createVNode, createTextVNode } from 'vue';
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
@@ -9,15 +9,15 @@ import 'polished';
|
|
|
9
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-
|
|
15
|
-
import { T as Title } from './Title-
|
|
16
|
-
import { I as Input } from './Input-
|
|
17
|
-
import { C as Container } from './Container-
|
|
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-3af85a74.js';
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-90d42a29.js';
|
|
14
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-a2bd59db.js';
|
|
15
|
+
import { T as Title } from './Title-100fe896.js';
|
|
16
|
+
import { I as Input } from './Input-cda7f4ad.js';
|
|
17
|
+
import { C as Container } from './Container-e2261542.js';
|
|
18
18
|
import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
19
|
-
import { U as UL, R as Radio } from './FormControlList-
|
|
20
|
-
import { g as getAggsQuery } from './utils-
|
|
19
|
+
import { U as UL, R as Radio } from './FormControlList-968ff972.js';
|
|
20
|
+
import { g as getAggsQuery } from './utils-badbb2a8.js';
|
|
21
21
|
|
|
22
22
|
var updateQuery = Actions.updateQuery,
|
|
23
23
|
setQueryOptions = Actions.setQueryOptions,
|
package/dist/es/SingleRange.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
2
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
3
|
import _transformOn from '@vue/babel-helper-vue-transform-on';
|
|
4
|
-
import './_rollupPluginBabelHelpers-
|
|
4
|
+
import './_rollupPluginBabelHelpers-5e8399d7.js';
|
|
5
5
|
import { createVNode, mergeProps, isVNode } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
7
|
import '@appbaseio/vue-emotion';
|
|
@@ -9,12 +9,12 @@ import 'polished';
|
|
|
9
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-
|
|
15
|
-
import { T as Title } from './Title-
|
|
16
|
-
import { C as Container } from './Container-
|
|
17
|
-
import { U as UL, R as Radio } from './FormControlList-
|
|
12
|
+
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-3af85a74.js';
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-90d42a29.js';
|
|
14
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-a2bd59db.js';
|
|
15
|
+
import { T as Title } from './Title-100fe896.js';
|
|
16
|
+
import { C as Container } from './Container-e2261542.js';
|
|
17
|
+
import { U as UL, R as Radio } from './FormControlList-968ff972.js';
|
|
18
18
|
|
|
19
19
|
function _isSlot(s) {
|
|
20
20
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !isVNode(s);
|
package/dist/es/StateProvider.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
2
|
import '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
|
-
import { a as _extends } from './_rollupPluginBabelHelpers-
|
|
3
|
+
import { a as _extends } from './_rollupPluginBabelHelpers-5e8399d7.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-3af85a74.js';
|
|
8
8
|
|
|
9
9
|
var setSearchState = Actions.setSearchState;
|
|
10
10
|
var getSearchState = helper.getSearchState;
|
package/dist/es/ToggleButton.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
2
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
|
-
import './_rollupPluginBabelHelpers-
|
|
3
|
+
import './_rollupPluginBabelHelpers-5e8399d7.js';
|
|
4
4
|
import { createVNode } from 'vue';
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
6
|
import '@appbaseio/reactivecore/lib/utils/helper';
|
|
7
7
|
import '@appbaseio/vue-emotion';
|
|
8
8
|
import '@emotion/css';
|
|
9
9
|
import 'polished';
|
|
10
|
-
import { B as Button, t as toggleButtons } from './Button-
|
|
10
|
+
import { B as Button, t as toggleButtons } from './Button-8178e39a.js';
|
|
11
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-
|
|
17
|
-
import { T as Title } from './Title-
|
|
18
|
-
import { C as Container } from './Container-
|
|
14
|
+
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-3af85a74.js';
|
|
15
|
+
import { C as ComponentWrapper } from './ComponentWrapper-90d42a29.js';
|
|
16
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-a2bd59db.js';
|
|
17
|
+
import { T as Title } from './Title-100fe896.js';
|
|
18
|
+
import { C as Container } from './Container-e2261542.js';
|
|
19
19
|
|
|
20
20
|
var updateQuery = Actions.updateQuery,
|
|
21
21
|
setQueryOptions = Actions.setQueryOptions,
|
package/dist/es/{_rollupPluginBabelHelpers-ded08042.js → _rollupPluginBabelHelpers-5e8399d7.js}
RENAMED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
function _toPrimitive(t, r) {
|
|
2
|
+
if ("object" != typeof t || !t) return t;
|
|
3
|
+
var e = t[Symbol.toPrimitive];
|
|
4
|
+
if (void 0 !== e) {
|
|
5
|
+
var i = e.call(t, r || "default");
|
|
6
|
+
if ("object" != typeof i) return i;
|
|
7
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
8
|
+
}
|
|
9
|
+
return ("string" === r ? String : Number)(t);
|
|
10
|
+
}
|
|
11
|
+
function _toPropertyKey(t) {
|
|
12
|
+
var i = _toPrimitive(t, "string");
|
|
13
|
+
return "symbol" == typeof i ? i : String(i);
|
|
14
|
+
}
|
|
1
15
|
function _extends() {
|
|
2
16
|
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
3
17
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -43,19 +57,5 @@ function _taggedTemplateLiteralLoose(strings, raw) {
|
|
|
43
57
|
strings.raw = raw;
|
|
44
58
|
return strings;
|
|
45
59
|
}
|
|
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
60
|
|
|
61
61
|
export { _taggedTemplateLiteralLoose as _, _extends as a, _objectWithoutPropertiesLoose as b, _toPropertyKey as c, _inheritsLoose as d };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { helper } from '@appbaseio/reactivecore';
|
|
2
2
|
import { validProps } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
|
-
import { a as _extends } from './_rollupPluginBabelHelpers-
|
|
3
|
+
import { a as _extends } from './_rollupPluginBabelHelpers-5e8399d7.js';
|
|
4
4
|
import { bindActionCreators } from 'redux';
|
|
5
5
|
|
|
6
6
|
// Credit to React-Redux for this util function
|
package/dist/es/index.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import '@appbaseio/reactivecore';
|
|
2
2
|
export { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
3
|
import '@vue/babel-helper-vue-transform-on';
|
|
4
|
-
import './_rollupPluginBabelHelpers-
|
|
4
|
+
import './_rollupPluginBabelHelpers-5e8399d7.js';
|
|
5
5
|
import 'vue';
|
|
6
6
|
import 'vue-types';
|
|
7
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-8178e39a.js';
|
|
12
12
|
import './vueTypes-f503e267.js';
|
|
13
|
-
import './Pagination-
|
|
13
|
+
import './Pagination-b2160aac.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-
|
|
20
|
-
import './Title-
|
|
21
|
-
import './ListItem-
|
|
22
|
-
import './Card-
|
|
23
|
-
import './Flex-
|
|
17
|
+
import './index-3af85a74.js';
|
|
18
|
+
import './ComponentWrapper-90d42a29.js';
|
|
19
|
+
import './PreferencesConsumer-a2bd59db.js';
|
|
20
|
+
import './Title-100fe896.js';
|
|
21
|
+
import './ListItem-beea18db.js';
|
|
22
|
+
import './Card-3a81ac7b.js';
|
|
23
|
+
import './Flex-5d11362e.js';
|
|
24
24
|
import '@appbaseio/reactivecore/lib';
|
|
25
25
|
import '@appbaseio/reactivecore/lib/actions/analytics';
|
|
26
26
|
import 'appbase-js';
|
|
@@ -30,20 +30,22 @@ export { default as ReactiveBase } from './ReactiveBase.js';
|
|
|
30
30
|
import 'hotkeys-js';
|
|
31
31
|
import 'xss';
|
|
32
32
|
import 'remarkable';
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
import './
|
|
36
|
-
import './Input-437ae439.js';
|
|
33
|
+
export { a as SearchBox } from './SearchBox-57e3a0ff.js';
|
|
34
|
+
import './CancelSvg-5b82ad4f.js';
|
|
35
|
+
import './Input-cda7f4ad.js';
|
|
37
36
|
import 'compute-scroll-into-view';
|
|
38
|
-
import './Container-
|
|
37
|
+
import './Container-e2261542.js';
|
|
39
38
|
import 'vue-highlight-words';
|
|
40
39
|
import '@appbaseio/reactivecore/lib/actions/query';
|
|
40
|
+
import { i as install } from './install-74125db1.js';
|
|
41
|
+
export { A as AIAnswer, R as ReactiveComponentPrivate, T as TreeList, i as install } from './install-74125db1.js';
|
|
41
42
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
42
|
-
import './FormControlList-
|
|
43
|
-
import './utils-
|
|
43
|
+
import './FormControlList-968ff972.js';
|
|
44
|
+
import './utils-badbb2a8.js';
|
|
44
45
|
export { default as SingleList } from './SingleList.js';
|
|
45
46
|
export { default as MultiList } from './MultiList.js';
|
|
46
47
|
import '@appbaseio/reactivecore/lib/utils/types';
|
|
48
|
+
import './DropDown-f8049812.js';
|
|
47
49
|
export { default as SingleDropdownList } from './SingleDropdownList.js';
|
|
48
50
|
export { default as MultiDropdownList } from './MultiDropdownList.js';
|
|
49
51
|
export { default as ToggleButton } from './ToggleButton.js';
|
|
@@ -51,7 +53,7 @@ export { default as ReactiveComponent } from './ReactiveComponent.js';
|
|
|
51
53
|
import 'vue-slider-component/dist-css/vue-slider-component.umd.min.js';
|
|
52
54
|
import 'vue-slider-component/dist-css/vue-slider-component.css';
|
|
53
55
|
import 'vue-slider-component/theme/default.css';
|
|
54
|
-
import './ssr-
|
|
56
|
+
import './ssr-40133887.js';
|
|
55
57
|
export { default as DynamicRangeSlider } from './DynamicRangeSlider.js';
|
|
56
58
|
export { default as SingleRange } from './SingleRange.js';
|
|
57
59
|
export { default as MultiRange } from './MultiRange.js';
|
|
@@ -61,7 +63,7 @@ export { default as SelectedFilters } from './SelectedFilters.js';
|
|
|
61
63
|
export { default as ResultCard } from './ResultCard.js';
|
|
62
64
|
export { default as ResultList } from './ResultList.js';
|
|
63
65
|
export { default as StateProvider } from './StateProvider.js';
|
|
64
|
-
import 'vue-google-maps-community-fork';
|
|
66
|
+
import '@appbaseio/vue-google-maps-community-fork';
|
|
65
67
|
import 'ngeohash';
|
|
66
68
|
export { default as ReactiveGoogleMap } from './ReactiveGoogleMap.js';
|
|
67
69
|
import 'vue/server-renderer';
|