@appbaseio/reactivesearch-vue 3.0.0-rc.4 → 3.0.0-rc.5.alpha.2
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.min.js +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/es/{Button-fd869491.js → Button-a376dd9b.js} +1 -1
- package/dist/es/{Card-54b9e7a0.js → Card-56bd984e.js} +2 -2
- package/dist/es/{ComponentWrapper-8a3c388d.js → ComponentWrapper-b43a546e.js} +3 -4
- package/dist/es/{Container-d00219f7.js → Container-6c21a1e6.js} +1 -1
- package/dist/es/{DropDown-fc1fef02.js → DropDown-59c3fbc7.js} +5 -5
- package/dist/es/DynamicRangeSlider.js +6 -7
- package/dist/es/{Flex-25792bc3.js → Flex-651f2422.js} +1 -1
- package/dist/es/{FormControlList-fe6eaee4.js → FormControlList-be0456b0.js} +1 -1
- package/dist/es/{Input-f7499ef8.js → Input-3126d7b6.js} +1 -1
- package/dist/es/{ListItem-e3c6acf4.js → ListItem-a25ed63a.js} +2 -2
- package/dist/es/MultiDropdownList.js +12 -14
- package/dist/es/MultiList.js +10 -12
- package/dist/es/MultiRange.js +9 -10
- package/dist/es/{Pagination-c2745bec.js → Pagination-874e01df.js} +2 -2
- package/dist/es/{PreferencesConsumer-b058d14e.js → PreferencesConsumer-9a3b0bac.js} +2 -2
- package/dist/es/RangeInput.js +11 -12
- package/dist/es/RangeSlider.js +8 -9
- package/dist/es/ReactiveBase.js +5508 -17
- package/dist/es/ReactiveComponent.js +5 -6
- package/dist/es/ReactiveGoogleMap.js +9 -10
- package/dist/es/ReactiveList.js +13 -14
- package/dist/es/ResultCard.js +3 -3
- package/dist/es/ResultList.js +3 -3
- package/dist/es/SelectedFilters.js +6 -7
- package/dist/es/SingleDropdownList.js +12 -14
- package/dist/es/SingleList.js +10 -12
- package/dist/es/SingleRange.js +9 -10
- package/dist/es/StateProvider.js +3 -4
- package/dist/es/{Title-863dfa42.js → Title-4b7614be.js} +1 -1
- package/dist/es/ToggleButton.js +8 -9
- package/dist/es/_rollupPluginBabelHelpers-dac426db.js +423 -0
- package/dist/es/helper-39773859.js +558 -0
- package/dist/es/{index-882489e1.js → index-b2212b15.js} +67 -3
- package/dist/es/index-b9203a60.js +10 -0
- package/dist/es/index.js +22 -29
- package/dist/es/initReactivesearch.js +2291 -3
- package/dist/es/{install-0c7962bc.js → install-d7f59dee.js} +1462 -146
- package/dist/es/install.js +21 -26
- package/dist/es/{ssr-c630ccb9.js → ssr-26e0b4af.js} +1 -1
- package/dist/es/transform-e41c9e5c.js +412 -0
- package/dist/es/utils-782d91c4.js +1315 -0
- package/dist/es/version.js +1 -1
- package/package.json +2 -2
- package/dist/es/_rollupPluginBabelHelpers-ded08042.js +0 -61
- package/dist/es/utils-d7dd4f4e.js +0 -60
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { componentTypes } from '
|
|
3
|
-
import {
|
|
2
|
+
import { k as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, c as connect, a as componentTypes } from './index-b2212b15.js';
|
|
3
|
+
import { _ as _extends, b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-dac426db.js';
|
|
4
4
|
import { createVNode, h } from 'vue';
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
6
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
7
|
-
import '
|
|
7
|
+
import './transform-e41c9e5c.js';
|
|
8
8
|
import 'redux';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
9
|
+
import { C as ComponentWrapper } from './ComponentWrapper-b43a546e.js';
|
|
10
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-9a3b0bac.js';
|
|
12
11
|
|
|
13
12
|
var _excluded = ["options"];
|
|
14
13
|
var updateQuery = Actions.updateQuery,
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { componentTypes } from '
|
|
3
|
-
import _transformOn from '
|
|
4
|
-
import {
|
|
2
|
+
import { h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, b as isFunction, a as componentTypes, c as connect } from './index-b2212b15.js';
|
|
3
|
+
import { _ as _transformOn } from './index-b9203a60.js';
|
|
4
|
+
import { _ as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey, d as _inheritsLoose, a as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-dac426db.js';
|
|
5
5
|
import { createVNode, mergeProps } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
7
|
import { styled } from '@appbaseio/vue-emotion';
|
|
8
8
|
import { css } from '@emotion/css';
|
|
9
9
|
import 'polished';
|
|
10
|
-
import './Button-
|
|
10
|
+
import './Button-a376dd9b.js';
|
|
11
11
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
12
|
-
import { P as Pagination } from './Pagination-
|
|
13
|
-
import '
|
|
12
|
+
import { P as Pagination } from './Pagination-874e01df.js';
|
|
13
|
+
import './transform-e41c9e5c.js';
|
|
14
14
|
import 'redux';
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import { C as Checkbox } from './FormControlList-fe6eaee4.js';
|
|
15
|
+
import { C as ComponentWrapper } from './ComponentWrapper-b43a546e.js';
|
|
16
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-9a3b0bac.js';
|
|
17
|
+
import { C as Checkbox } from './FormControlList-be0456b0.js';
|
|
19
18
|
import VueGoogleMaps, { InfoWindow, MapElementMixin, Marker, GMapCluster, Map } from '@appbaseio/vue-google-maps-community-fork';
|
|
20
19
|
import geohash from 'ngeohash';
|
|
21
20
|
|
package/dist/es/ReactiveList.js
CHANGED
|
@@ -1,25 +1,24 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { componentTypes } from '
|
|
3
|
-
import _transformOn from '
|
|
4
|
-
import {
|
|
2
|
+
import { c as connect, a as componentTypes, h as hasCustomRenderer, i as isQueryIdentical, u as updateDefaultQuery, b as isFunction, g as getComponent } from './index-b2212b15.js';
|
|
3
|
+
import { _ as _transformOn } from './index-b9203a60.js';
|
|
4
|
+
import { a as _taggedTemplateLiteralLoose, _ as _extends } from './_rollupPluginBabelHelpers-dac426db.js';
|
|
5
5
|
import { createVNode, mergeProps, createTextVNode, isVNode } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
|
-
import { withClickIds } from '
|
|
7
|
+
import { w as withClickIds } from './helper-39773859.js';
|
|
8
8
|
import { styled } from '@appbaseio/vue-emotion';
|
|
9
9
|
import { css } from '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
|
-
import './Button-
|
|
11
|
+
import './Button-a376dd9b.js';
|
|
12
12
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
13
|
-
import { P as Pagination } from './Pagination-
|
|
14
|
-
import '
|
|
13
|
+
import { P as Pagination } from './Pagination-874e01df.js';
|
|
14
|
+
import './transform-e41c9e5c.js';
|
|
15
15
|
import 'redux';
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import
|
|
19
|
-
import './
|
|
20
|
-
import { c as container } from './
|
|
21
|
-
import {
|
|
22
|
-
import { F as Flex } from './Flex-25792bc3.js';
|
|
16
|
+
import { C as ComponentWrapper } from './ComponentWrapper-b43a546e.js';
|
|
17
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-9a3b0bac.js';
|
|
18
|
+
import './Title-4b7614be.js';
|
|
19
|
+
import { c as container } from './ListItem-a25ed63a.js';
|
|
20
|
+
import { c as container$1 } from './Card-56bd984e.js';
|
|
21
|
+
import { F as Flex } from './Flex-651f2422.js';
|
|
23
22
|
|
|
24
23
|
var _templateObject;
|
|
25
24
|
var PoweredByImage = styled('img')(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n\twidth: 110px;\n"])));
|
package/dist/es/ResultCard.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-dac426db.js';
|
|
2
2
|
import { createVNode, isVNode, mergeProps } from 'vue';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import '@appbaseio/vue-emotion';
|
|
5
5
|
import '@emotion/css';
|
|
6
6
|
import 'polished';
|
|
7
7
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
8
|
-
import { T as Title } from './Title-
|
|
9
|
-
import { I as Image, C as Card } from './Card-
|
|
8
|
+
import { T as Title } from './Title-4b7614be.js';
|
|
9
|
+
import { I as Image, C as Card } from './Card-56bd984e.js';
|
|
10
10
|
|
|
11
11
|
function _isSlot(s) {
|
|
12
12
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !isVNode(s);
|
package/dist/es/ResultList.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-dac426db.js';
|
|
2
2
|
import { createVNode, mergeProps, isVNode } from 'vue';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import '@appbaseio/vue-emotion';
|
|
5
5
|
import '@emotion/css';
|
|
6
6
|
import 'polished';
|
|
7
7
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
8
|
-
import { T as Title } from './Title-
|
|
9
|
-
import { I as Image, L as ListItem } from './ListItem-
|
|
8
|
+
import { T as Title } from './Title-4b7614be.js';
|
|
9
|
+
import { I as Image, L as ListItem } from './ListItem-a25ed63a.js';
|
|
10
10
|
|
|
11
11
|
var ResultListContent = {
|
|
12
12
|
name: 'ResultListContent',
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import '
|
|
3
|
-
import _transformOn from '
|
|
4
|
-
import './_rollupPluginBabelHelpers-
|
|
2
|
+
import { j as decodeHtml, c as connect } from './index-b2212b15.js';
|
|
3
|
+
import { _ as _transformOn } from './index-b9203a60.js';
|
|
4
|
+
import './_rollupPluginBabelHelpers-dac426db.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-a376dd9b.js';
|
|
11
11
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
12
12
|
import 'redux';
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import { C as Container } from './Container-d00219f7.js';
|
|
13
|
+
import { T as Title } from './Title-4b7614be.js';
|
|
14
|
+
import { C as Container } from './Container-6c21a1e6.js';
|
|
16
15
|
|
|
17
16
|
var setValue = Actions.setValue,
|
|
18
17
|
clearValues = Actions.clearValues,
|
|
@@ -1,26 +1,24 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { componentTypes } from '
|
|
3
|
-
import '
|
|
4
|
-
import {
|
|
2
|
+
import { k as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, b as isFunction, a as componentTypes, g as getComponent, h as hasCustomRenderer, c as connect } from './index-b2212b15.js';
|
|
3
|
+
import './index-b9203a60.js';
|
|
4
|
+
import { _ as _extends } from './_rollupPluginBabelHelpers-dac426db.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-a376dd9b.js';
|
|
11
11
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
12
|
-
import '
|
|
12
|
+
import './transform-e41c9e5c.js';
|
|
13
13
|
import 'redux';
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import
|
|
19
|
-
import './Input-f7499ef8.js';
|
|
14
|
+
import { C as ComponentWrapper } from './ComponentWrapper-b43a546e.js';
|
|
15
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-9a3b0bac.js';
|
|
16
|
+
import { T as Title } from './Title-4b7614be.js';
|
|
17
|
+
import { c as Dropdown } from './DropDown-59c3fbc7.js';
|
|
18
|
+
import './Input-3126d7b6.js';
|
|
20
19
|
import 'compute-scroll-into-view';
|
|
21
|
-
import { C as Container } from './Container-
|
|
22
|
-
import '
|
|
23
|
-
import { g as getAggsQuery } from './utils-d7dd4f4e.js';
|
|
20
|
+
import { C as Container } from './Container-6c21a1e6.js';
|
|
21
|
+
import { g as getAggsQuery } from './utils-782d91c4.js';
|
|
24
22
|
|
|
25
23
|
function _isSlot(s) {
|
|
26
24
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !isVNode(s);
|
package/dist/es/SingleList.js
CHANGED
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { componentTypes } from '
|
|
3
|
-
import {
|
|
2
|
+
import { k as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, b as isFunction, a as componentTypes, g as getComponent, n as isEvent, h as hasCustomRenderer, c as connect } from './index-b2212b15.js';
|
|
3
|
+
import { _ as _extends } from './_rollupPluginBabelHelpers-dac426db.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 './transform-e41c9e5c.js';
|
|
11
11
|
import 'redux';
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import { U as UL, R as Radio } from './FormControlList-fe6eaee4.js';
|
|
20
|
-
import { g as getAggsQuery } from './utils-d7dd4f4e.js';
|
|
12
|
+
import { C as ComponentWrapper } from './ComponentWrapper-b43a546e.js';
|
|
13
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-9a3b0bac.js';
|
|
14
|
+
import { T as Title } from './Title-4b7614be.js';
|
|
15
|
+
import { I as Input } from './Input-3126d7b6.js';
|
|
16
|
+
import { C as Container } from './Container-6c21a1e6.js';
|
|
17
|
+
import { r as replaceDiacritics, g as getAggsQuery } from './utils-782d91c4.js';
|
|
18
|
+
import { U as UL, R as Radio } from './FormControlList-be0456b0.js';
|
|
21
19
|
|
|
22
20
|
var updateQuery = Actions.updateQuery,
|
|
23
21
|
setQueryOptions = Actions.setQueryOptions,
|
package/dist/es/SingleRange.js
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { componentTypes } from '
|
|
3
|
-
import _transformOn from '
|
|
4
|
-
import './_rollupPluginBabelHelpers-
|
|
2
|
+
import { k as updateCustomQuery, i as isQueryIdentical, a as componentTypes, c as connect } from './index-b2212b15.js';
|
|
3
|
+
import { _ as _transformOn } from './index-b9203a60.js';
|
|
4
|
+
import './_rollupPluginBabelHelpers-dac426db.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 './transform-e41c9e5c.js';
|
|
11
11
|
import 'redux';
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import { U as UL, R as Radio } from './FormControlList-fe6eaee4.js';
|
|
12
|
+
import { C as ComponentWrapper } from './ComponentWrapper-b43a546e.js';
|
|
13
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-9a3b0bac.js';
|
|
14
|
+
import { T as Title } from './Title-4b7614be.js';
|
|
15
|
+
import { C as Container } from './Container-6c21a1e6.js';
|
|
16
|
+
import { U as UL, R as Radio } from './FormControlList-be0456b0.js';
|
|
18
17
|
|
|
19
18
|
function _isSlot(s) {
|
|
20
19
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !isVNode(s);
|
package/dist/es/StateProvider.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import '
|
|
3
|
-
import {
|
|
2
|
+
import { c as connect } from './index-b2212b15.js';
|
|
3
|
+
import { _ as _extends } from './_rollupPluginBabelHelpers-dac426db.js';
|
|
4
4
|
import VueTypes from 'vue-types';
|
|
5
|
-
import { isInternalComponent } from '
|
|
5
|
+
import { i as isInternalComponent } from './transform-e41c9e5c.js';
|
|
6
6
|
import 'redux';
|
|
7
|
-
import { c as connect } from './index-882489e1.js';
|
|
8
7
|
|
|
9
8
|
var setSearchState = Actions.setSearchState;
|
|
10
9
|
var getSearchState = helper.getSearchState;
|
package/dist/es/ToggleButton.js
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { componentTypes } from '
|
|
3
|
-
import './_rollupPluginBabelHelpers-
|
|
2
|
+
import { k as updateCustomQuery, i as isQueryIdentical, a as componentTypes, c as connect } from './index-b2212b15.js';
|
|
3
|
+
import './_rollupPluginBabelHelpers-dac426db.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-a376dd9b.js';
|
|
10
10
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
11
|
-
import '
|
|
11
|
+
import './transform-e41c9e5c.js';
|
|
12
12
|
import 'redux';
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import { C as Container } from './Container-d00219f7.js';
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-b43a546e.js';
|
|
14
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-9a3b0bac.js';
|
|
15
|
+
import { T as Title } from './Title-4b7614be.js';
|
|
16
|
+
import { C as Container } from './Container-6c21a1e6.js';
|
|
18
17
|
|
|
19
18
|
var updateQuery = Actions.updateQuery,
|
|
20
19
|
setQueryOptions = Actions.setQueryOptions,
|