@appbaseio/reactivesearch-vue 1.34.0 → 1.35.0
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 +19 -1
- 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/DataSearch.js +3 -2
- package/dist/cjs/{DropDown-7a52c661.js → DropDown-c6b79b05.js} +1 -1
- package/dist/cjs/DynamicRangeSlider.js +2 -1
- package/dist/cjs/MultiDropdownList.js +3 -2
- package/dist/cjs/MultiList.js +2 -1
- package/dist/cjs/MultiRange.js +2 -1
- package/dist/cjs/{Pagination-e56a5b79.js → Pagination-6d184d4a.js} +1 -1
- package/dist/cjs/RangeInput.js +2 -1
- package/dist/cjs/RangeSlider.js +2 -1
- package/dist/cjs/ReactiveBase.js +1 -1
- package/dist/cjs/ReactiveComponent.js +2 -1
- package/dist/cjs/{ReactiveComponentPrivate-244c6055.js → ReactiveComponentPrivate-6f03f300.js} +3 -2
- package/dist/cjs/ReactiveComponentPrivate.js +5 -5
- package/dist/cjs/ReactiveGoogleMap.js +5 -2
- package/dist/cjs/ReactiveList.js +3 -2
- package/dist/cjs/ResultCard.js +1 -1
- package/dist/cjs/ResultList.js +1 -1
- package/dist/cjs/SelectedFilters.js +1 -1
- package/dist/cjs/SingleDropdownList.js +3 -2
- package/dist/cjs/SingleList.js +2 -1
- package/dist/cjs/SingleRange.js +2 -1
- package/dist/cjs/{Tags-4ec43831.js → Tags-d464c22e.js} +1 -1
- package/dist/cjs/ToggleButton.js +2 -1
- package/dist/cjs/index.js +5 -5
- package/dist/cjs/install.js +5 -5
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/{vueTypes-b7007f5f.js → vueTypes-568ce5e6.js} +1 -0
- package/dist/es/DataSearch.js +3 -2
- package/dist/es/{DropDown-2c0dd714.js → DropDown-c685912c.js} +1 -1
- package/dist/es/DynamicRangeSlider.js +2 -1
- package/dist/es/MultiDropdownList.js +3 -2
- package/dist/es/MultiList.js +2 -1
- package/dist/es/MultiRange.js +2 -1
- package/dist/es/{Pagination-edeb7dbe.js → Pagination-f477f92f.js} +1 -1
- package/dist/es/RangeInput.js +2 -1
- package/dist/es/RangeSlider.js +2 -1
- package/dist/es/ReactiveBase.js +1 -1
- package/dist/es/ReactiveComponent.js +2 -1
- package/dist/es/{ReactiveComponentPrivate-6f16e1b7.js → ReactiveComponentPrivate-4467524a.js} +3 -2
- package/dist/es/ReactiveComponentPrivate.js +5 -5
- package/dist/es/ReactiveGoogleMap.js +5 -2
- package/dist/es/ReactiveList.js +3 -2
- package/dist/es/ResultCard.js +1 -1
- package/dist/es/ResultList.js +1 -1
- package/dist/es/SelectedFilters.js +1 -1
- package/dist/es/SingleDropdownList.js +3 -2
- package/dist/es/SingleList.js +2 -1
- package/dist/es/SingleRange.js +2 -1
- package/dist/es/{Tags-1c2d6c4d.js → Tags-ebf363ec.js} +1 -1
- package/dist/es/ToggleButton.js +2 -1
- package/dist/es/index.js +5 -5
- package/dist/es/install.js +5 -5
- package/dist/es/version.js +1 -1
- package/dist/es/{vueTypes-66ebc93e.js → vueTypes-7f572665.js} +1 -0
- package/package.json +87 -87
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { helper } from '@appbaseio/reactivecore';
|
|
2
2
|
import VueTypes from 'vue-types';
|
|
3
3
|
import { p as pagination, B as Button } from './Button-153cd885.js';
|
|
4
|
-
import { t as types } from './vueTypes-
|
|
4
|
+
import { t as types } from './vueTypes-7f572665.js';
|
|
5
5
|
|
|
6
6
|
var getClassName = helper.getClassName,
|
|
7
7
|
handleA11yAction = helper.handleA11yAction;
|
package/dist/es/RangeInput.js
CHANGED
|
@@ -5,7 +5,7 @@ import VueTypes from 'vue-types';
|
|
|
5
5
|
import { css } from 'emotion';
|
|
6
6
|
import styled from '@appbaseio/vue-emotion';
|
|
7
7
|
import 'polished';
|
|
8
|
-
import { t as types } from './vueTypes-
|
|
8
|
+
import { t as types } from './vueTypes-7f572665.js';
|
|
9
9
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
10
10
|
import 'redux';
|
|
11
11
|
import { c as connect } from './index-5509c0bc.js';
|
|
@@ -74,6 +74,7 @@ var RangeInput = {
|
|
|
74
74
|
stepValue: types.number,
|
|
75
75
|
componentStyle: types.style,
|
|
76
76
|
componentId: types.stringRequired,
|
|
77
|
+
compoundClause: types.compoundClause,
|
|
77
78
|
includeNullValues: VueTypes.bool,
|
|
78
79
|
beforeValueChange: types.func,
|
|
79
80
|
customQuery: types.func,
|
package/dist/es/RangeSlider.js
CHANGED
|
@@ -3,7 +3,7 @@ import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
|
3
3
|
import { a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
4
4
|
import VueTypes from 'vue-types';
|
|
5
5
|
import '@appbaseio/vue-emotion';
|
|
6
|
-
import { t as types } from './vueTypes-
|
|
6
|
+
import { t as types } from './vueTypes-7f572665.js';
|
|
7
7
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
8
8
|
import 'redux';
|
|
9
9
|
import { f as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-5509c0bc.js';
|
|
@@ -45,6 +45,7 @@ var RangeSlider = {
|
|
|
45
45
|
}),
|
|
46
46
|
rangeLabels: types.rangeLabels,
|
|
47
47
|
componentId: types.stringRequired,
|
|
48
|
+
compoundClause: types.compoundClause,
|
|
48
49
|
customQuery: types.func,
|
|
49
50
|
data: types.data,
|
|
50
51
|
dataField: types.stringRequired,
|
package/dist/es/ReactiveBase.js
CHANGED
|
@@ -4,7 +4,7 @@ import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPlugin
|
|
|
4
4
|
import VueTypes from 'vue-types';
|
|
5
5
|
import { isEqual as isEqual$1, transformRequestUsingEndpoint } from '@appbaseio/reactivecore/lib/utils/helper';
|
|
6
6
|
import styled from '@appbaseio/vue-emotion';
|
|
7
|
-
import { t as types } from './vueTypes-
|
|
7
|
+
import { t as types } from './vueTypes-7f572665.js';
|
|
8
8
|
import 'redux';
|
|
9
9
|
import { c as connect, e as composeThemeObject, X as X_SEARCH_CLIENT } from './index-5509c0bc.js';
|
|
10
10
|
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props';
|
|
@@ -2,7 +2,7 @@ import { Actions, helper } from '@appbaseio/reactivecore';
|
|
|
2
2
|
import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
3
3
|
import { a as _extends, b as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
4
4
|
import VueTypes from 'vue-types';
|
|
5
|
-
import { t as types } from './vueTypes-
|
|
5
|
+
import { t as types } from './vueTypes-7f572665.js';
|
|
6
6
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
7
7
|
import 'redux';
|
|
8
8
|
import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, c as connect } from './index-5509c0bc.js';
|
|
@@ -24,6 +24,7 @@ var ReactiveComponent = {
|
|
|
24
24
|
name: 'ReactiveComponent',
|
|
25
25
|
props: {
|
|
26
26
|
componentId: types.stringRequired,
|
|
27
|
+
compoundClause: types.compoundClause,
|
|
27
28
|
aggregationField: types.string,
|
|
28
29
|
aggregationSize: VueTypes.number,
|
|
29
30
|
size: VueTypes.number,
|
package/dist/es/{ReactiveComponentPrivate-6f16e1b7.js → ReactiveComponentPrivate-4467524a.js}
RENAMED
|
@@ -5,14 +5,14 @@ import VueTypes from 'vue-types';
|
|
|
5
5
|
import { getQueryOptions, suggestionTypes } from '@appbaseio/reactivecore/lib/utils/helper';
|
|
6
6
|
import styled from '@appbaseio/vue-emotion';
|
|
7
7
|
import { B as Button } from './Button-153cd885.js';
|
|
8
|
-
import { t as types } from './vueTypes-
|
|
8
|
+
import { t as types } from './vueTypes-7f572665.js';
|
|
9
9
|
import { RLConnected } from './ReactiveList.js';
|
|
10
10
|
import { n as decodeHtml, h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, u as updateDefaultQuery, f as updateCustomQuery, a as isFunction, k as isEmpty, p as parseFocusShortcuts, l as extractModifierKeysFromFocusShortcuts, c as connect } from './index-5509c0bc.js';
|
|
11
11
|
import { C as ComponentWrapper } from './ComponentWrapper-edaeaceb.js';
|
|
12
12
|
import { P as PreferencesConsumer } from './PreferencesConsumer-86a676c8.js';
|
|
13
13
|
import { T as Title } from './Title-863dfa42.js';
|
|
14
14
|
import hotkeys from 'hotkeys-js';
|
|
15
|
-
import { S as SearchSvg, a as SuggestionWrapper, I as InputAddon, M as Mic, T as TagItem, b as TagsContainer, c as InputGroup, C as CustomSvg, d as SuggestionItem } from './Tags-
|
|
15
|
+
import { S as SearchSvg, a as SuggestionWrapper, I as InputAddon, M as Mic, T as TagItem, b as TagsContainer, c as InputGroup, C as CustomSvg, d as SuggestionItem } from './Tags-ebf363ec.js';
|
|
16
16
|
import { C as CancelSvg, a as IconGroup, I as IconWrapper, D as Downshift, b as InputWrapper } from './CancelSvg-e40552a5.js';
|
|
17
17
|
import { s as suggestionsContainer, I as Input, a as suggestions } from './Input-c09c0b56.js';
|
|
18
18
|
import { C as Container } from './Container-d00219f7.js';
|
|
@@ -133,6 +133,7 @@ var SearchBox = {
|
|
|
133
133
|
className: VueTypes.string.def(''),
|
|
134
134
|
clearIcon: types.children,
|
|
135
135
|
componentId: types.stringRequired,
|
|
136
|
+
compoundClause: types.compoundClause,
|
|
136
137
|
customHighlight: types.func,
|
|
137
138
|
customQuery: types.func,
|
|
138
139
|
defaultQuery: types.func,
|
|
@@ -7,8 +7,8 @@ import 'emotion';
|
|
|
7
7
|
import '@appbaseio/vue-emotion';
|
|
8
8
|
import 'polished';
|
|
9
9
|
import './Button-153cd885.js';
|
|
10
|
-
import './vueTypes-
|
|
11
|
-
import './Pagination-
|
|
10
|
+
import './vueTypes-7f572665.js';
|
|
11
|
+
import './Pagination-f477f92f.js';
|
|
12
12
|
import './ReactiveList.js';
|
|
13
13
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
14
14
|
import 'redux';
|
|
@@ -21,19 +21,19 @@ import './ListItem-07888a65.js';
|
|
|
21
21
|
import './Card-19ad6d90.js';
|
|
22
22
|
import './Flex-7c177a10.js';
|
|
23
23
|
import 'hotkeys-js';
|
|
24
|
-
import './Tags-
|
|
24
|
+
import './Tags-ebf363ec.js';
|
|
25
25
|
import './CancelSvg-e40552a5.js';
|
|
26
26
|
import './Input-c09c0b56.js';
|
|
27
27
|
import 'compute-scroll-into-view';
|
|
28
28
|
import './Container-d00219f7.js';
|
|
29
29
|
import 'vue-highlight-words';
|
|
30
|
-
export { R as default } from './ReactiveComponentPrivate-
|
|
30
|
+
export { R as default } from './ReactiveComponentPrivate-4467524a.js';
|
|
31
31
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
32
32
|
import './FormControlList-99797d0a.js';
|
|
33
33
|
import './utils-9e5a16a1.js';
|
|
34
34
|
import './SingleList.js';
|
|
35
35
|
import './MultiList.js';
|
|
36
|
-
import './DropDown-
|
|
36
|
+
import './DropDown-c685912c.js';
|
|
37
37
|
import './SingleDropdownList.js';
|
|
38
38
|
import './MultiDropdownList.js';
|
|
39
39
|
import './ToggleButton.js';
|
|
@@ -6,8 +6,8 @@ import 'emotion';
|
|
|
6
6
|
import styled, { css } from '@appbaseio/vue-emotion';
|
|
7
7
|
import 'polished';
|
|
8
8
|
import './Button-153cd885.js';
|
|
9
|
-
import { t as types } from './vueTypes-
|
|
10
|
-
import { P as Pagination } from './Pagination-
|
|
9
|
+
import { t as types } from './vueTypes-7f572665.js';
|
|
10
|
+
import { P as Pagination } from './Pagination-f477f92f.js';
|
|
11
11
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
12
12
|
import 'redux';
|
|
13
13
|
import { h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, a as isFunction, c as connect } from './index-5509c0bc.js';
|
|
@@ -100,6 +100,7 @@ var ReactiveMap = {
|
|
|
100
100
|
props: {
|
|
101
101
|
className: types.string,
|
|
102
102
|
componentId: types.stringRequired,
|
|
103
|
+
compoundClause: types.compoundClause,
|
|
103
104
|
dataField: types.stringRequired,
|
|
104
105
|
react: types.react,
|
|
105
106
|
size: types.number,
|
|
@@ -2006,6 +2007,7 @@ var ReactiveGoogleMap = {
|
|
|
2006
2007
|
props: {
|
|
2007
2008
|
className: types.string,
|
|
2008
2009
|
componentId: types.stringRequired,
|
|
2010
|
+
compoundClause: types.compoundClause,
|
|
2009
2011
|
dataField: types.stringRequired,
|
|
2010
2012
|
defaultQuery: VueTypes.func,
|
|
2011
2013
|
loader: types.title,
|
|
@@ -2149,6 +2151,7 @@ var ReactiveGoogleMap = {
|
|
|
2149
2151
|
"getMapPromise": this.getMapRefPromise,
|
|
2150
2152
|
"renderMap": this.renderMap,
|
|
2151
2153
|
"componentId": this.componentId,
|
|
2154
|
+
"compoundClause": this.compoundClause,
|
|
2152
2155
|
"className": this.className,
|
|
2153
2156
|
"dataField": this.dataField,
|
|
2154
2157
|
"defaultZoom": this.defaultZoom,
|
package/dist/es/ReactiveList.js
CHANGED
|
@@ -7,8 +7,8 @@ import { css } from 'emotion';
|
|
|
7
7
|
import styled from '@appbaseio/vue-emotion';
|
|
8
8
|
import 'polished';
|
|
9
9
|
import './Button-153cd885.js';
|
|
10
|
-
import { t as types } from './vueTypes-
|
|
11
|
-
import { P as Pagination } from './Pagination-
|
|
10
|
+
import { t as types } from './vueTypes-7f572665.js';
|
|
11
|
+
import { P as Pagination } from './Pagination-f477f92f.js';
|
|
12
12
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
13
13
|
import 'redux';
|
|
14
14
|
import { c as connect, h as hasCustomRenderer, i as isQueryIdentical, u as updateDefaultQuery, a as isFunction, g as getComponent } from './index-5509c0bc.js';
|
|
@@ -321,6 +321,7 @@ var ReactiveList = {
|
|
|
321
321
|
// component props
|
|
322
322
|
className: types.string,
|
|
323
323
|
componentId: types.stringRequired,
|
|
324
|
+
compoundClause: types.compoundClause,
|
|
324
325
|
dataField: types.stringRequired,
|
|
325
326
|
aggregationField: types.string,
|
|
326
327
|
aggregationSize: VueTypes.number,
|
package/dist/es/ResultCard.js
CHANGED
|
@@ -3,7 +3,7 @@ import VueTypes from 'vue-types';
|
|
|
3
3
|
import 'emotion';
|
|
4
4
|
import '@appbaseio/vue-emotion';
|
|
5
5
|
import 'polished';
|
|
6
|
-
import { t as types } from './vueTypes-
|
|
6
|
+
import { t as types } from './vueTypes-7f572665.js';
|
|
7
7
|
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props';
|
|
8
8
|
import { T as Title } from './Title-863dfa42.js';
|
|
9
9
|
import { I as Image, C as Card } from './Card-19ad6d90.js';
|
package/dist/es/ResultList.js
CHANGED
|
@@ -3,7 +3,7 @@ import VueTypes from 'vue-types';
|
|
|
3
3
|
import 'emotion';
|
|
4
4
|
import '@appbaseio/vue-emotion';
|
|
5
5
|
import 'polished';
|
|
6
|
-
import { t as types } from './vueTypes-
|
|
6
|
+
import { t as types } from './vueTypes-7f572665.js';
|
|
7
7
|
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props';
|
|
8
8
|
import { T as Title } from './Title-863dfa42.js';
|
|
9
9
|
import { I as Image, L as ListItem } from './ListItem-07888a65.js';
|
|
@@ -6,7 +6,7 @@ import 'emotion';
|
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
7
|
import 'polished';
|
|
8
8
|
import { f as filters, B as Button } from './Button-153cd885.js';
|
|
9
|
-
import { t as types } from './vueTypes-
|
|
9
|
+
import { t as types } from './vueTypes-7f572665.js';
|
|
10
10
|
import 'redux';
|
|
11
11
|
import { n as decodeHtml, c as connect } from './index-5509c0bc.js';
|
|
12
12
|
import { T as Title } from './Title-863dfa42.js';
|
|
@@ -6,7 +6,7 @@ import 'emotion';
|
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
7
|
import 'polished';
|
|
8
8
|
import { l as loadMoreContainer, B as Button } from './Button-153cd885.js';
|
|
9
|
-
import { t as types } from './vueTypes-
|
|
9
|
+
import { t as types } from './vueTypes-7f572665.js';
|
|
10
10
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
11
11
|
import 'redux';
|
|
12
12
|
import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, g as getComponent, h as hasCustomRenderer, c as connect } from './index-5509c0bc.js';
|
|
@@ -20,7 +20,7 @@ import 'compute-scroll-into-view';
|
|
|
20
20
|
import { C as Container } from './Container-d00219f7.js';
|
|
21
21
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
22
22
|
import { g as getAggsQuery } from './utils-9e5a16a1.js';
|
|
23
|
-
import { D as Dropdown } from './DropDown-
|
|
23
|
+
import { D as Dropdown } from './DropDown-c685912c.js';
|
|
24
24
|
|
|
25
25
|
var updateQuery = Actions.updateQuery,
|
|
26
26
|
setQueryOptions = Actions.setQueryOptions,
|
|
@@ -52,6 +52,7 @@ var SingleDropdownList = {
|
|
|
52
52
|
beforeValueChange: types.func,
|
|
53
53
|
className: VueTypes.string.def(''),
|
|
54
54
|
componentId: types.stringRequired,
|
|
55
|
+
compoundClause: types.compoundClause,
|
|
55
56
|
customQuery: types.func,
|
|
56
57
|
dataField: types.stringRequired,
|
|
57
58
|
defaultQuery: types.func,
|
package/dist/es/SingleList.js
CHANGED
|
@@ -5,7 +5,7 @@ import VueTypes from 'vue-types';
|
|
|
5
5
|
import 'emotion';
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
7
|
import 'polished';
|
|
8
|
-
import { t as types } from './vueTypes-
|
|
8
|
+
import { t as types } from './vueTypes-7f572665.js';
|
|
9
9
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
10
10
|
import 'redux';
|
|
11
11
|
import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, g as getComponent, o as isEvent, h as hasCustomRenderer, c as connect } from './index-5509c0bc.js';
|
|
@@ -34,6 +34,7 @@ var SingleList = {
|
|
|
34
34
|
beforeValueChange: types.func,
|
|
35
35
|
className: VueTypes.string.def(''),
|
|
36
36
|
componentId: types.stringRequired,
|
|
37
|
+
compoundClause: types.compoundClause,
|
|
37
38
|
customQuery: types.func,
|
|
38
39
|
dataField: types.stringRequired,
|
|
39
40
|
defaultValue: types.string,
|
package/dist/es/SingleRange.js
CHANGED
|
@@ -5,7 +5,7 @@ import VueTypes from 'vue-types';
|
|
|
5
5
|
import 'emotion';
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
7
|
import 'polished';
|
|
8
|
-
import { t as types } from './vueTypes-
|
|
8
|
+
import { t as types } from './vueTypes-7f572665.js';
|
|
9
9
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
10
10
|
import 'redux';
|
|
11
11
|
import { f as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-5509c0bc.js';
|
|
@@ -35,6 +35,7 @@ var SingleRange = {
|
|
|
35
35
|
beforeValueChange: types.func,
|
|
36
36
|
className: VueTypes.string.def(''),
|
|
37
37
|
componentId: types.stringRequired,
|
|
38
|
+
compoundClause: types.compoundClause,
|
|
38
39
|
customQuery: types.func,
|
|
39
40
|
data: types.data,
|
|
40
41
|
dataField: types.stringRequired,
|
|
@@ -2,7 +2,7 @@ import { helper } from '@appbaseio/reactivecore';
|
|
|
2
2
|
import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
3
3
|
import VueTypes from 'vue-types';
|
|
4
4
|
import styled, { css, cx, injectGlobal } from '@appbaseio/vue-emotion';
|
|
5
|
-
import { t as types } from './vueTypes-
|
|
5
|
+
import { t as types } from './vueTypes-7f572665.js';
|
|
6
6
|
import { g as getComponent, h as hasCustomRenderer } from './index-5509c0bc.js';
|
|
7
7
|
import { F as Flex } from './Flex-7c177a10.js';
|
|
8
8
|
import { I as IconWrapper } from './CancelSvg-e40552a5.js';
|
package/dist/es/ToggleButton.js
CHANGED
|
@@ -6,7 +6,7 @@ import 'emotion';
|
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
7
|
import 'polished';
|
|
8
8
|
import { B as Button, t as toggleButtons } from './Button-153cd885.js';
|
|
9
|
-
import { t as types } from './vueTypes-
|
|
9
|
+
import { t as types } from './vueTypes-7f572665.js';
|
|
10
10
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
11
11
|
import 'redux';
|
|
12
12
|
import { f as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-5509c0bc.js';
|
|
@@ -27,6 +27,7 @@ var ToggleButton = {
|
|
|
27
27
|
name: 'ToggleButton',
|
|
28
28
|
props: {
|
|
29
29
|
componentId: types.stringRequired,
|
|
30
|
+
compoundClause: types.compoundClause,
|
|
30
31
|
customQuery: types.func,
|
|
31
32
|
data: types.data,
|
|
32
33
|
dataField: types.stringRequired,
|
package/dist/es/index.js
CHANGED
|
@@ -7,8 +7,8 @@ import 'emotion';
|
|
|
7
7
|
import '@appbaseio/vue-emotion';
|
|
8
8
|
import 'polished';
|
|
9
9
|
import './Button-153cd885.js';
|
|
10
|
-
import './vueTypes-
|
|
11
|
-
import './Pagination-
|
|
10
|
+
import './vueTypes-7f572665.js';
|
|
11
|
+
import './Pagination-f477f92f.js';
|
|
12
12
|
export { default as ReactiveList } from './ReactiveList.js';
|
|
13
13
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
14
14
|
import 'redux';
|
|
@@ -26,20 +26,20 @@ import '@appbaseio/analytics';
|
|
|
26
26
|
import 'url-search-params-polyfill';
|
|
27
27
|
export { default as ReactiveBase } from './ReactiveBase.js';
|
|
28
28
|
import 'hotkeys-js';
|
|
29
|
-
import './Tags-
|
|
29
|
+
import './Tags-ebf363ec.js';
|
|
30
30
|
import './CancelSvg-e40552a5.js';
|
|
31
31
|
import './Input-c09c0b56.js';
|
|
32
32
|
import 'compute-scroll-into-view';
|
|
33
33
|
import './Container-d00219f7.js';
|
|
34
34
|
import 'vue-highlight-words';
|
|
35
35
|
export { default as DataSearch } from './DataSearch.js';
|
|
36
|
-
export { R as ReactiveComponentPrivate, S as SearchBox } from './ReactiveComponentPrivate-
|
|
36
|
+
export { R as ReactiveComponentPrivate, S as SearchBox } from './ReactiveComponentPrivate-4467524a.js';
|
|
37
37
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
38
38
|
import './FormControlList-99797d0a.js';
|
|
39
39
|
import './utils-9e5a16a1.js';
|
|
40
40
|
export { default as SingleList } from './SingleList.js';
|
|
41
41
|
export { default as MultiList } from './MultiList.js';
|
|
42
|
-
import './DropDown-
|
|
42
|
+
import './DropDown-c685912c.js';
|
|
43
43
|
export { default as SingleDropdownList } from './SingleDropdownList.js';
|
|
44
44
|
export { default as MultiDropdownList } from './MultiDropdownList.js';
|
|
45
45
|
export { default as ToggleButton } from './ToggleButton.js';
|
package/dist/es/install.js
CHANGED
|
@@ -7,8 +7,8 @@ import 'emotion';
|
|
|
7
7
|
import '@appbaseio/vue-emotion';
|
|
8
8
|
import 'polished';
|
|
9
9
|
import './Button-153cd885.js';
|
|
10
|
-
import './vueTypes-
|
|
11
|
-
import './Pagination-
|
|
10
|
+
import './vueTypes-7f572665.js';
|
|
11
|
+
import './Pagination-f477f92f.js';
|
|
12
12
|
import ReactiveList from './ReactiveList.js';
|
|
13
13
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
14
14
|
import 'redux';
|
|
@@ -26,20 +26,20 @@ import '@appbaseio/analytics';
|
|
|
26
26
|
import 'url-search-params-polyfill';
|
|
27
27
|
import ReactiveBase from './ReactiveBase.js';
|
|
28
28
|
import 'hotkeys-js';
|
|
29
|
-
import './Tags-
|
|
29
|
+
import './Tags-ebf363ec.js';
|
|
30
30
|
import './CancelSvg-e40552a5.js';
|
|
31
31
|
import './Input-c09c0b56.js';
|
|
32
32
|
import 'compute-scroll-into-view';
|
|
33
33
|
import './Container-d00219f7.js';
|
|
34
34
|
import 'vue-highlight-words';
|
|
35
35
|
import DataSearch from './DataSearch.js';
|
|
36
|
-
import { S as SearchBox, R as ReactiveComponentPrivate } from './ReactiveComponentPrivate-
|
|
36
|
+
import { S as SearchBox, R as ReactiveComponentPrivate } from './ReactiveComponentPrivate-4467524a.js';
|
|
37
37
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
38
38
|
import './FormControlList-99797d0a.js';
|
|
39
39
|
import './utils-9e5a16a1.js';
|
|
40
40
|
import SingleList from './SingleList.js';
|
|
41
41
|
import MultiList from './MultiList.js';
|
|
42
|
-
import './DropDown-
|
|
42
|
+
import './DropDown-c685912c.js';
|
|
43
43
|
import SingleDropdownList from './SingleDropdownList.js';
|
|
44
44
|
import MultiDropdownList from './MultiDropdownList.js';
|
|
45
45
|
import ToggleButton from './ToggleButton.js';
|
package/dist/es/version.js
CHANGED
|
@@ -35,6 +35,7 @@ var types = {
|
|
|
35
35
|
boolRequired: VueTypes.bool.isRequired,
|
|
36
36
|
components: VueTypes.arrayOf(VueTypes.string),
|
|
37
37
|
children: VueTypes.any,
|
|
38
|
+
compoundClause: VueTypes.oneOf(['filter', 'must']),
|
|
38
39
|
data: VueTypes.arrayOf(VueTypes.object),
|
|
39
40
|
dataFieldArray: VueTypes.oneOfType([VueTypes.string, VueTypes.arrayOf(VueTypes.string)]).isRequired,
|
|
40
41
|
dataNumberBox: VueTypes.shape({
|
package/package.json
CHANGED
|
@@ -1,89 +1,89 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
2
|
+
"name": "@appbaseio/reactivesearch-vue",
|
|
3
|
+
"version": "1.35.0",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "dist/cjs/index.js",
|
|
6
|
+
"jsnext:main": "dist/es/index.js",
|
|
7
|
+
"module": "dist/es/index.js",
|
|
8
|
+
"description": "A Vue UI components library for building search experiences",
|
|
9
|
+
"keywords": [
|
|
10
|
+
"appbase",
|
|
11
|
+
"elasticsearch",
|
|
12
|
+
"search"
|
|
13
|
+
],
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/appbaseio/reactivesearch.git"
|
|
17
|
+
},
|
|
18
|
+
"author": "Kuldeep Saxena <kuldepsaxena155@gmail.com>",
|
|
19
|
+
"license": "Apache-2.0",
|
|
20
|
+
"scripts": {
|
|
21
|
+
"watch": "nps watch",
|
|
22
|
+
"serve": "vue-cli-service serve",
|
|
23
|
+
"build": "vue-cli-service build",
|
|
24
|
+
"start": "nps",
|
|
25
|
+
"pretest": "nps build",
|
|
26
|
+
"test": "nps test",
|
|
27
|
+
"precommit": "lint-staged",
|
|
28
|
+
"prepare": "npm start validate",
|
|
29
|
+
"version-upgrade": "nps upgrade-vue -c ../../package-scripts.js",
|
|
30
|
+
"postpublish": "yarn run version-upgrade"
|
|
31
|
+
},
|
|
32
|
+
"files": [
|
|
33
|
+
"dist"
|
|
34
|
+
],
|
|
35
|
+
"sideEffects": false,
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"@appbaseio/analytics": "^1.1.1",
|
|
38
|
+
"@appbaseio/reactivecore": "9.15.0",
|
|
39
|
+
"@appbaseio/vue-emotion": "0.4.4",
|
|
40
|
+
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
|
41
|
+
"appbase-js": "^5.3.3",
|
|
42
|
+
"compute-scroll-into-view": "^1.0.11",
|
|
43
|
+
"emotion": "9.2.12",
|
|
44
|
+
"gmap-vue": "^3.5.4",
|
|
45
|
+
"hotkeys-js": "^3.8.7",
|
|
46
|
+
"ngeohash": "^0.6.3",
|
|
47
|
+
"polished": "^2.2.0",
|
|
48
|
+
"redux": "^4.0.0",
|
|
49
|
+
"url-search-params-polyfill": "^7.0.0",
|
|
50
|
+
"vue-highlight-words": "^1.2.0",
|
|
51
|
+
"vue-no-ssr": "^1.1.0",
|
|
52
|
+
"vue-slider-component": "^3.2.15",
|
|
53
|
+
"vue-types": "^1.7.0"
|
|
54
|
+
},
|
|
55
|
+
"peerDependencies": {
|
|
56
|
+
"vue": "^2.6.10"
|
|
57
|
+
},
|
|
58
|
+
"devDependencies": {
|
|
59
|
+
"@babel/plugin-external-helpers": "^7.2.0",
|
|
60
|
+
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
61
|
+
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
|
62
|
+
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
63
|
+
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
|
64
|
+
"@babel/plugin-syntax-jsx": "^7.2.0",
|
|
65
|
+
"@babel/preset-env": "^7.5.5",
|
|
66
|
+
"@babel/preset-stage-2": "^7.0.0",
|
|
67
|
+
"@vue/babel-preset-jsx": "^1.1.0",
|
|
68
|
+
"@vue/compiler-sfc": "^3.0.11",
|
|
69
|
+
"eslint": "^4.12.0",
|
|
70
|
+
"eslint-config-airbnb-base": "^13.1.0",
|
|
71
|
+
"eslint-config-prettier": "^3.1.0",
|
|
72
|
+
"eslint-plugin-vue": "^4.7.1",
|
|
73
|
+
"nps": "^5.9.3",
|
|
74
|
+
"nps-utils": "^1.7.0",
|
|
75
|
+
"postcss": "^8.3.0",
|
|
76
|
+
"rollup": "^1.20.3",
|
|
77
|
+
"rollup-plugin-babel": "^4.3.3",
|
|
78
|
+
"rollup-plugin-commonjs": "^10.1.0",
|
|
79
|
+
"rollup-plugin-json": "^4.0.0",
|
|
80
|
+
"rollup-plugin-node-builtins": "^2.1.2",
|
|
81
|
+
"rollup-plugin-node-globals": "^1.4.0",
|
|
82
|
+
"rollup-plugin-node-resolve": "^5.2.0",
|
|
83
|
+
"rollup-plugin-postcss": "^4.0.0",
|
|
84
|
+
"rollup-plugin-replace": "^2.2.0",
|
|
85
|
+
"rollup-plugin-terser": "^5.1.1",
|
|
86
|
+
"rollup-plugin-vue": "^6.0.0",
|
|
87
|
+
"vue-eslint-parser": "^3.2.2"
|
|
88
|
+
}
|
|
89
89
|
}
|