@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
package/dist/cjs/version.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-dac426db.js';
|
|
2
2
|
import { styled } from '@appbaseio/vue-emotion';
|
|
3
3
|
import { css } from '@emotion/css';
|
|
4
4
|
import { darken, rgba, lighten } from 'polished';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-dac426db.js';
|
|
2
2
|
import { styled } from '@appbaseio/vue-emotion';
|
|
3
3
|
import { css } from '@emotion/css';
|
|
4
4
|
import { lighten } from 'polished';
|
|
5
|
-
import './Title-
|
|
5
|
+
import './Title-4b7614be.js';
|
|
6
6
|
|
|
7
7
|
var _templateObject, _templateObject2, _templateObject3;
|
|
8
8
|
var container = css(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: center;\n\tflex-wrap: wrap;\n\tmargin: 0 -8px;\n\n\t@media (max-width: 420px) {\n\t\tmargin: 0;\n\t}\n"])));
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { componentTypes } from '
|
|
3
|
-
import {
|
|
2
|
+
import { c as connect, d as getCamelCase, a as componentTypes, e as getValidPropsKeys } from './index-b2212b15.js';
|
|
3
|
+
import { _ as _extends } from './_rollupPluginBabelHelpers-dac426db.js';
|
|
4
4
|
import { h } from 'vue';
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
|
-
import { getInternalComponentID } from '
|
|
7
|
-
import { c as connect, b as getCamelCase, d as getValidPropsKeys } from './index-882489e1.js';
|
|
6
|
+
import { g as getInternalComponentID } from './transform-e41c9e5c.js';
|
|
8
7
|
|
|
9
8
|
var addComponent = Actions.addComponent,
|
|
10
9
|
removeComponent = Actions.removeComponent,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import
|
|
3
|
-
import { _ as
|
|
2
|
+
import { b as isFunction } from './index-b2212b15.js';
|
|
3
|
+
import { _ as _transformOn } from './index-b9203a60.js';
|
|
4
|
+
import { a as _taggedTemplateLiteralLoose, _ as _extends } from './_rollupPluginBabelHelpers-dac426db.js';
|
|
4
5
|
import { createVNode, createTextVNode, mergeProps } from 'vue';
|
|
5
6
|
import VueTypes from 'vue-types';
|
|
6
7
|
import { styled } from '@appbaseio/vue-emotion';
|
|
7
8
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
8
|
-
import { a as
|
|
9
|
-
import { s as suggestionsContainer, a as suggestions, I as Input } from './Input-f7499ef8.js';
|
|
9
|
+
import { s as suggestionsContainer, a as suggestions, I as Input } from './Input-3126d7b6.js';
|
|
10
10
|
import computeScrollIntoView from 'compute-scroll-into-view';
|
|
11
|
-
import { replaceDiacritics } from '
|
|
11
|
+
import { r as replaceDiacritics } from './utils-782d91c4.js';
|
|
12
12
|
|
|
13
13
|
var _templateObject;
|
|
14
14
|
var InputWrapper = styled('span')(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n flex: 1;\n position: relative;\n"])));
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { componentTypes } from '
|
|
3
|
-
import './_rollupPluginBabelHelpers-
|
|
2
|
+
import { a as componentTypes, k as updateCustomQuery, e as getValidPropsKeys, i as isQueryIdentical, c as connect } from './index-b2212b15.js';
|
|
3
|
+
import './_rollupPluginBabelHelpers-dac426db.js';
|
|
4
4
|
import { createVNode, resolveComponent, mergeProps } from 'vue';
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
7
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
8
8
|
import 'redux';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import { g as getComponents, N as NoSSR, S as Slider } from './ssr-c630ccb9.js';
|
|
9
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-9a3b0bac.js';
|
|
10
|
+
import { T as Title } from './Title-4b7614be.js';
|
|
11
|
+
import { C as Container } from './Container-6c21a1e6.js';
|
|
12
|
+
import { g as getComponents, N as NoSSR, S as Slider } from './ssr-26e0b4af.js';
|
|
14
13
|
|
|
15
14
|
var addComponent = Actions.addComponent,
|
|
16
15
|
removeComponent = Actions.removeComponent,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-dac426db.js';
|
|
2
2
|
import { styled } from '@appbaseio/vue-emotion';
|
|
3
3
|
import { lighten } from 'polished';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-dac426db.js';
|
|
2
2
|
import { styled } from '@appbaseio/vue-emotion';
|
|
3
3
|
import { lighten } from 'polished';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-dac426db.js';
|
|
2
2
|
import { styled } from '@appbaseio/vue-emotion';
|
|
3
3
|
import { css } from '@emotion/css';
|
|
4
4
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-dac426db.js';
|
|
2
2
|
import { styled } from '@appbaseio/vue-emotion';
|
|
3
3
|
import { css } from '@emotion/css';
|
|
4
4
|
import { lighten } from 'polished';
|
|
5
|
-
import './Title-
|
|
5
|
+
import './Title-4b7614be.js';
|
|
6
6
|
|
|
7
7
|
var _templateObject, _templateObject2, _templateObject3;
|
|
8
8
|
var container = css(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\tflex-direction: column;\n\tmargin: 0;\n\tborder-radius: 0.25rem;\n\toverflow: hidden;\n"])));
|
|
@@ -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, o as parseValueArray, 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, b as _objectWithoutPropertiesLoose, c as _toPropertyKey } 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/MultiList.js
CHANGED
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { componentTypes } from '
|
|
3
|
-
import { b as _objectWithoutPropertiesLoose, c as _toPropertyKey,
|
|
2
|
+
import { k as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, b as isFunction, a as componentTypes, n as isEvent, o as parseValueArray, g as getComponent, h as hasCustomRenderer, c as connect } from './index-b2212b15.js';
|
|
3
|
+
import { b as _objectWithoutPropertiesLoose, c as _toPropertyKey, _ 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, C as Checkbox } 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, C as Checkbox } from './FormControlList-be0456b0.js';
|
|
21
19
|
|
|
22
20
|
var updateQuery = Actions.updateQuery,
|
|
23
21
|
setQueryOptions = Actions.setQueryOptions,
|
package/dist/es/MultiRange.js
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { componentTypes } from '
|
|
3
|
-
import _transformOn from '
|
|
4
|
-
import {
|
|
2
|
+
import { o as parseValueArray, k as updateCustomQuery, a as componentTypes, i as isQueryIdentical, 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 } from './_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 { C as
|
|
17
|
-
import { U as UL, C as Checkbox } 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, C as Checkbox } 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);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import _transformOn from '
|
|
2
|
+
import { _ as _transformOn } from './index-b9203a60.js';
|
|
3
3
|
import { createVNode, mergeProps, createTextVNode, isVNode } from 'vue';
|
|
4
4
|
import VueTypes from 'vue-types';
|
|
5
|
-
import { p as pagination, B as Button } from './Button-
|
|
5
|
+
import { p as pagination, B as Button } from './Button-a376dd9b.js';
|
|
6
6
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
7
7
|
|
|
8
8
|
function _isSlot(s) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { d as getCamelCase } from './index-b2212b15.js';
|
|
2
|
+
import { _ as _extends } from './_rollupPluginBabelHelpers-dac426db.js';
|
|
2
3
|
import { h } from 'vue';
|
|
3
|
-
import { b as getCamelCase } from './index-882489e1.js';
|
|
4
4
|
|
|
5
5
|
var deepValue = function deepValue(o, p) {
|
|
6
6
|
return p.split('.').reduce(function (a, v) {
|
package/dist/es/RangeInput.js
CHANGED
|
@@ -1,23 +1,22 @@
|
|
|
1
1
|
import { helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { componentTypes } from '
|
|
3
|
-
import _transformOn from '
|
|
4
|
-
import {
|
|
2
|
+
import { c as connect, a as componentTypes } 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 } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
7
|
import { styled } from '@appbaseio/vue-emotion';
|
|
8
8
|
import '@emotion/css';
|
|
9
9
|
import 'polished';
|
|
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 {
|
|
18
|
-
import {
|
|
19
|
-
import
|
|
20
|
-
import './ssr-c630ccb9.js';
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-b43a546e.js';
|
|
14
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-9a3b0bac.js';
|
|
15
|
+
import './Title-4b7614be.js';
|
|
16
|
+
import { F as Flex } from './Flex-651f2422.js';
|
|
17
|
+
import { I as Input } from './Input-3126d7b6.js';
|
|
18
|
+
import { C as Container } from './Container-6c21a1e6.js';
|
|
19
|
+
import './ssr-26e0b4af.js';
|
|
21
20
|
import { RangeConnected as RangeConnected$1 } from './RangeSlider.js';
|
|
22
21
|
|
|
23
22
|
var _templateObject;
|
package/dist/es/RangeSlider.js
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
import { Actions, helper } from '@appbaseio/reactivecore';
|
|
2
|
-
import { componentTypes } from '
|
|
3
|
-
import './_rollupPluginBabelHelpers-
|
|
2
|
+
import { k as updateCustomQuery, a as componentTypes, i as isQueryIdentical, c as connect } from './index-b2212b15.js';
|
|
3
|
+
import './_rollupPluginBabelHelpers-dac426db.js';
|
|
4
4
|
import { createVNode, resolveComponent, mergeProps } from 'vue';
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
7
|
import { t as types } from './vueTypes-f1923c72.js';
|
|
8
|
-
import '
|
|
8
|
+
import './transform-e41c9e5c.js';
|
|
9
9
|
import 'redux';
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import { g as getComponents, N as NoSSR, S as Slider } from './ssr-c630ccb9.js';
|
|
10
|
+
import { C as ComponentWrapper } from './ComponentWrapper-b43a546e.js';
|
|
11
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-9a3b0bac.js';
|
|
12
|
+
import { T as Title } from './Title-4b7614be.js';
|
|
13
|
+
import { C as Container } from './Container-6c21a1e6.js';
|
|
14
|
+
import { g as getComponents, N as NoSSR, S as Slider } from './ssr-26e0b4af.js';
|
|
16
15
|
|
|
17
16
|
var updateQuery = Actions.updateQuery,
|
|
18
17
|
setQueryOptions = Actions.setQueryOptions,
|