@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,13 +1,14 @@
|
|
|
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, b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-ded08042.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 '@appbaseio/reactivecore/lib/utils/transform';
|
|
8
8
|
import 'redux';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
9
|
+
import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, c as connect } from './index-882489e1.js';
|
|
10
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
11
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
11
12
|
|
|
12
13
|
var _excluded = ["options"];
|
|
13
14
|
var updateQuery = Actions.updateQuery,
|
|
@@ -1,20 +1,21 @@
|
|
|
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 _transformOn from '@vue/babel-helper-vue-transform-on';
|
|
4
|
+
import { a as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey, d as _inheritsLoose, _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-ded08042.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-fd869491.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-c2745bec.js';
|
|
13
|
+
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
14
14
|
import 'redux';
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
15
|
+
import { h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, a as isFunction, c as connect } from './index-882489e1.js';
|
|
16
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
17
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
18
|
+
import { C as Checkbox } from './FormControlList-fe6eaee4.js';
|
|
18
19
|
import VueGoogleMaps, { InfoWindow, MapElementMixin, Marker, GMapCluster, Map } from '@appbaseio/vue-google-maps-community-fork';
|
|
19
20
|
import geohash from 'ngeohash';
|
|
20
21
|
|
package/dist/es/ReactiveList.js
CHANGED
|
@@ -1,24 +1,25 @@
|
|
|
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 _transformOn from '@vue/babel-helper-vue-transform-on';
|
|
4
|
+
import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
5
5
|
import { createVNode, mergeProps, createTextVNode, isVNode } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
|
-
import {
|
|
7
|
+
import { withClickIds } from '@appbaseio/reactivecore/lib/utils/helper';
|
|
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-fd869491.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-c2745bec.js';
|
|
14
|
+
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
15
15
|
import 'redux';
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import './
|
|
19
|
-
import
|
|
20
|
-
import { c as container
|
|
21
|
-
import {
|
|
16
|
+
import { c as connect, h as hasCustomRenderer, i as isQueryIdentical, u as updateDefaultQuery, a as isFunction, g as getComponent } from './index-882489e1.js';
|
|
17
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
18
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
19
|
+
import './Title-863dfa42.js';
|
|
20
|
+
import { c as container } from './ListItem-e3c6acf4.js';
|
|
21
|
+
import { c as container$1 } from './Card-54b9e7a0.js';
|
|
22
|
+
import { F as Flex } from './Flex-25792bc3.js';
|
|
22
23
|
|
|
23
24
|
var _templateObject;
|
|
24
25
|
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-ded08042.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-863dfa42.js';
|
|
9
|
+
import { I as Image, C as Card } from './Card-54b9e7a0.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-ded08042.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-863dfa42.js';
|
|
9
|
+
import { I as Image, L as ListItem } from './ListItem-e3c6acf4.js';
|
|
10
10
|
|
|
11
11
|
var ResultListContent = {
|
|
12
12
|
name: 'ResultListContent',
|