@appbaseio/reactivesearch-vue 3.3.4 → 3.3.5
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 +242 -217
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +5 -5
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/{DropDown-815d458e.js → DropDown-7ee915d1.js} +1 -1
- package/dist/cjs/DynamicRangeSlider.js +1 -1
- package/dist/cjs/MultiDropdownList.js +2 -2
- package/dist/cjs/MultiList.js +1 -1
- package/dist/cjs/MultiRange.js +1 -1
- package/dist/cjs/{Pagination-accd2fbf.js → Pagination-8bda127c.js} +1 -1
- package/dist/cjs/RangeInput.js +1 -1
- package/dist/cjs/RangeSlider.js +1 -1
- package/dist/cjs/ReactiveBase.js +1 -1
- package/dist/cjs/ReactiveComponent.js +1 -1
- package/dist/cjs/ReactiveGoogleMap.js +4 -4
- package/dist/cjs/ReactiveList.js +2 -2
- package/dist/cjs/ResultCard.js +1 -1
- package/dist/cjs/ResultList.js +1 -1
- package/dist/cjs/{SearchBox-376d32c4.js → SearchBox-17eeed1a.js} +1 -1
- package/dist/cjs/SearchBox.js +2 -2
- package/dist/cjs/SelectedFilters.js +1 -1
- package/dist/cjs/SingleDropdownList.js +2 -2
- package/dist/cjs/SingleList.js +1 -1
- package/dist/cjs/SingleRange.js +1 -1
- package/dist/cjs/ToggleButton.js +1 -1
- package/dist/cjs/index.js +5 -5
- package/dist/cjs/{install-b9ecb6e6.js → install-3b410ce1.js} +3 -15
- package/dist/cjs/install.js +5 -5
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/{vueTypes-289a891a.js → vueTypes-adf43075.js} +16 -4
- package/dist/es/{DropDown-f8049812.js → DropDown-0a5b7036.js} +1 -1
- package/dist/es/DynamicRangeSlider.js +1 -1
- package/dist/es/MultiDropdownList.js +2 -2
- package/dist/es/MultiList.js +1 -1
- package/dist/es/MultiRange.js +1 -1
- package/dist/es/{Pagination-b2160aac.js → Pagination-80244481.js} +1 -1
- package/dist/es/RangeInput.js +1 -1
- package/dist/es/RangeSlider.js +1 -1
- package/dist/es/ReactiveBase.js +1 -1
- package/dist/es/ReactiveComponent.js +1 -1
- package/dist/es/ReactiveGoogleMap.js +4 -4
- package/dist/es/ReactiveList.js +2 -2
- package/dist/es/ResultCard.js +1 -1
- package/dist/es/ResultList.js +1 -1
- package/dist/es/{SearchBox-fbe24e59.js → SearchBox-e655a9ad.js} +1 -1
- package/dist/es/SearchBox.js +2 -2
- package/dist/es/SelectedFilters.js +1 -1
- package/dist/es/SingleDropdownList.js +2 -2
- package/dist/es/SingleList.js +1 -1
- package/dist/es/SingleRange.js +1 -1
- package/dist/es/ToggleButton.js +1 -1
- package/dist/es/index.js +6 -6
- package/dist/es/{install-d73241e0.js → install-cb0ab348.js} +3 -15
- package/dist/es/install.js +5 -5
- package/dist/es/version.js +1 -1
- package/dist/es/{vueTypes-f503e267.js → vueTypes-5d575822.js} +16 -4
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ import { styled } from '@appbaseio/vue-emotion';
|
|
|
9
9
|
import { css, keyframes } from '@emotion/css';
|
|
10
10
|
import { lighten } from 'polished';
|
|
11
11
|
import { B as Button } from './Button-8178e39a.js';
|
|
12
|
-
import { t as types } from './vueTypes-
|
|
12
|
+
import { t as types } from './vueTypes-5d575822.js';
|
|
13
13
|
import { g as getComponent, h as hasCustomRenderer, f as decodeHtml, i as isQueryIdentical, u as updateDefaultQuery, j as updateCustomQuery, a as isFunction, k as isEmpty, p as parseFocusShortcuts, l as extractModifierKeysFromFocusShortcuts, c as connect } from './index-3af85a74.js';
|
|
14
14
|
import { C as ComponentWrapper } from './ComponentWrapper-90d42a29.js';
|
|
15
15
|
import { P as PreferencesConsumer } from './PreferencesConsumer-a2bd59db.js';
|
package/dist/es/SearchBox.js
CHANGED
|
@@ -9,7 +9,7 @@ import '@appbaseio/vue-emotion';
|
|
|
9
9
|
import '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
11
|
import './Button-8178e39a.js';
|
|
12
|
-
import './vueTypes-
|
|
12
|
+
import './vueTypes-5d575822.js';
|
|
13
13
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
14
14
|
import 'redux';
|
|
15
15
|
import './index-3af85a74.js';
|
|
@@ -21,7 +21,7 @@ import '@appbaseio/reactivecore/lib/actions/analytics';
|
|
|
21
21
|
import 'hotkeys-js';
|
|
22
22
|
import 'isomorphic-dompurify';
|
|
23
23
|
import 'remarkable';
|
|
24
|
-
export { S as SBConnected, a as default } from './SearchBox-
|
|
24
|
+
export { S as SBConnected, a as default } from './SearchBox-e655a9ad.js';
|
|
25
25
|
import './CancelSvg-5b82ad4f.js';
|
|
26
26
|
import './Input-cda7f4ad.js';
|
|
27
27
|
import 'compute-scroll-into-view';
|
|
@@ -9,7 +9,7 @@ import '@appbaseio/vue-emotion';
|
|
|
9
9
|
import '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
11
|
import { f as filters, B as Button } from './Button-8178e39a.js';
|
|
12
|
-
import { t as types } from './vueTypes-
|
|
12
|
+
import { t as types } from './vueTypes-5d575822.js';
|
|
13
13
|
import 'redux';
|
|
14
14
|
import { f as decodeHtml, c as connect } from './index-3af85a74.js';
|
|
15
15
|
import { T as Title } from './Title-100fe896.js';
|
|
@@ -9,7 +9,7 @@ import '@appbaseio/vue-emotion';
|
|
|
9
9
|
import '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
11
|
import { l as loadMoreContainer, B as Button } from './Button-8178e39a.js';
|
|
12
|
-
import { t as types } from './vueTypes-
|
|
12
|
+
import { t as types } from './vueTypes-5d575822.js';
|
|
13
13
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
14
14
|
import 'redux';
|
|
15
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';
|
|
@@ -22,7 +22,7 @@ import 'compute-scroll-into-view';
|
|
|
22
22
|
import { C as Container } from './Container-e2261542.js';
|
|
23
23
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
24
24
|
import { g as getAggsQuery } from './utils-badbb2a8.js';
|
|
25
|
-
import { D as Dropdown } from './DropDown-
|
|
25
|
+
import { D as Dropdown } from './DropDown-0a5b7036.js';
|
|
26
26
|
|
|
27
27
|
function _isSlot(s) {
|
|
28
28
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !isVNode(s);
|
package/dist/es/SingleList.js
CHANGED
|
@@ -6,7 +6,7 @@ import VueTypes from 'vue-types';
|
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
7
|
import '@emotion/css';
|
|
8
8
|
import 'polished';
|
|
9
|
-
import { t as types } from './vueTypes-
|
|
9
|
+
import { t as types } from './vueTypes-5d575822.js';
|
|
10
10
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
11
11
|
import 'redux';
|
|
12
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';
|
package/dist/es/SingleRange.js
CHANGED
|
@@ -6,7 +6,7 @@ import { createVNode, mergeProps, isVNode } from 'vue';
|
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
7
|
import '@appbaseio/vue-emotion';
|
|
8
8
|
import 'polished';
|
|
9
|
-
import { t as types } from './vueTypes-
|
|
9
|
+
import { t as types } from './vueTypes-5d575822.js';
|
|
10
10
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
11
11
|
import 'redux';
|
|
12
12
|
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-3af85a74.js';
|
package/dist/es/ToggleButton.js
CHANGED
|
@@ -8,7 +8,7 @@ import '@appbaseio/vue-emotion';
|
|
|
8
8
|
import '@emotion/css';
|
|
9
9
|
import 'polished';
|
|
10
10
|
import { B as Button, t as toggleButtons } from './Button-8178e39a.js';
|
|
11
|
-
import { t as types } from './vueTypes-
|
|
11
|
+
import { t as types } from './vueTypes-5d575822.js';
|
|
12
12
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
13
13
|
import 'redux';
|
|
14
14
|
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-3af85a74.js';
|
package/dist/es/index.js
CHANGED
|
@@ -9,8 +9,8 @@ import '@appbaseio/vue-emotion';
|
|
|
9
9
|
import '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
11
|
import './Button-8178e39a.js';
|
|
12
|
-
import './vueTypes-
|
|
13
|
-
import './Pagination-
|
|
12
|
+
import './vueTypes-5d575822.js';
|
|
13
|
+
import './Pagination-80244481.js';
|
|
14
14
|
export { default as ReactiveList } from './ReactiveList.js';
|
|
15
15
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
16
16
|
import 'redux';
|
|
@@ -30,22 +30,22 @@ export { default as ReactiveBase } from './ReactiveBase.js';
|
|
|
30
30
|
import 'hotkeys-js';
|
|
31
31
|
import 'isomorphic-dompurify';
|
|
32
32
|
import 'remarkable';
|
|
33
|
-
export { a as SearchBox } from './SearchBox-
|
|
33
|
+
export { a as SearchBox } from './SearchBox-e655a9ad.js';
|
|
34
34
|
import './CancelSvg-5b82ad4f.js';
|
|
35
35
|
import './Input-cda7f4ad.js';
|
|
36
36
|
import 'compute-scroll-into-view';
|
|
37
37
|
import './Container-e2261542.js';
|
|
38
38
|
import 'vue-highlight-words';
|
|
39
39
|
import '@appbaseio/reactivecore/lib/actions/query';
|
|
40
|
-
import { i as install } from './install-
|
|
41
|
-
export { A as AIAnswer, R as ReactiveComponentPrivate, T as TreeList, i as install } from './install-
|
|
40
|
+
import { i as install } from './install-cb0ab348.js';
|
|
41
|
+
export { A as AIAnswer, R as ReactiveComponentPrivate, T as TreeList, i as install } from './install-cb0ab348.js';
|
|
42
42
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
43
43
|
import './FormControlList-968ff972.js';
|
|
44
44
|
import './utils-badbb2a8.js';
|
|
45
45
|
export { default as SingleList } from './SingleList.js';
|
|
46
46
|
export { default as MultiList } from './MultiList.js';
|
|
47
47
|
import '@appbaseio/reactivecore/lib/utils/types';
|
|
48
|
-
import './DropDown-
|
|
48
|
+
import './DropDown-0a5b7036.js';
|
|
49
49
|
export { default as SingleDropdownList } from './SingleDropdownList.js';
|
|
50
50
|
export { default as MultiDropdownList } from './MultiDropdownList.js';
|
|
51
51
|
export { default as ToggleButton } from './ToggleButton.js';
|
|
@@ -6,7 +6,7 @@ import VueTypes from 'vue-types';
|
|
|
6
6
|
import { getObjectFromLocalStorage, getClassName, setObjectInLocalStorage, recLookup, updateCustomQuery, updateDefaultQuery, transformTreeListLocalStateIntoQueryComptaibleFormat, isEqual, transformRawTreeListData, setDeep, getComponent as getComponent$1, getOptionsFromQuery, checkValueChange, getQueryOptions, getAggsQuery, updateInternalQuery, isFunction as isFunction$1 } from '@appbaseio/reactivecore/lib/utils/helper';
|
|
7
7
|
import { styled } from '@appbaseio/vue-emotion';
|
|
8
8
|
import { B as Button } from './Button-8178e39a.js';
|
|
9
|
-
import { t as types } from './vueTypes-
|
|
9
|
+
import { t as types } from './vueTypes-5d575822.js';
|
|
10
10
|
import { RLConnected as ReactiveList } from './ReactiveList.js';
|
|
11
11
|
import { getInternalComponentID } from '@appbaseio/reactivecore/lib/utils/transform';
|
|
12
12
|
import { h as hasCustomRenderer, a as isFunction, g as getComponent, c as connect } from './index-3af85a74.js';
|
|
@@ -18,7 +18,7 @@ import { F as Flex } from './Flex-5d11362e.js';
|
|
|
18
18
|
import { recordAISessionUsefulness } from '@appbaseio/reactivecore/lib/actions/analytics';
|
|
19
19
|
import ReactiveBase from './ReactiveBase.js';
|
|
20
20
|
import { Remarkable } from 'remarkable';
|
|
21
|
-
import { F as Footer, b as SourceTags, c as SearchSvg, M as Mic, C as Chatbox, d as ChatContainer, e as MessagesContainer, f as Message, T as TypingIndicator, g as TypingDot, A as AIFeedback, h as MessageInputContainer, I as InputGroup, i as MessageInput, j as SendButton, S as SearchBox } from './SearchBox-
|
|
21
|
+
import { F as Footer, b as SourceTags, c as SearchSvg, M as Mic, C as Chatbox, d as ChatContainer, e as MessagesContainer, f as Message, T as TypingIndicator, g as TypingDot, A as AIFeedback, h as MessageInputContainer, I as InputGroup, i as MessageInput, j as SendButton, S as SearchBox } from './SearchBox-e655a9ad.js';
|
|
22
22
|
import { a as IconGroup, I as IconWrapper, b as InputWrapper } from './CancelSvg-5b82ad4f.js';
|
|
23
23
|
import { I as Input } from './Input-cda7f4ad.js';
|
|
24
24
|
import { C as Container } from './Container-e2261542.js';
|
|
@@ -117,8 +117,6 @@ var AIAnswer = defineComponent({
|
|
|
117
117
|
enableAI: VueTypes.bool.def(true),
|
|
118
118
|
AIConfig: types.AIConfig,
|
|
119
119
|
iconPosition: types.iconPosition.def('left'),
|
|
120
|
-
themePreset: types.themePreset,
|
|
121
|
-
theme: types.style,
|
|
122
120
|
icon: types.children,
|
|
123
121
|
iconURL: VueTypes.string.def(''),
|
|
124
122
|
renderMic: types.func,
|
|
@@ -126,27 +124,17 @@ var AIAnswer = defineComponent({
|
|
|
126
124
|
innerClass: types.style,
|
|
127
125
|
placeholder: VueTypes.string.def('Ask a question'),
|
|
128
126
|
title: types.title,
|
|
129
|
-
AIResponse: types.componentObject,
|
|
130
|
-
isAIResponseLoading: VueTypes.bool.def(false),
|
|
131
|
-
AIResponseError: types.componentObject,
|
|
132
|
-
getAIResponse: types.func.isRequired,
|
|
133
127
|
enterButton: types.bool,
|
|
134
128
|
renderEnterButton: types.title,
|
|
135
129
|
showInput: VueTypes.bool.def(true),
|
|
136
130
|
clearSessionOnDestroy: VueTypes.bool.def(true),
|
|
137
|
-
rawData: types.rawData,
|
|
138
131
|
render: types.func,
|
|
139
132
|
onError: types.func,
|
|
140
133
|
renderError: types.title,
|
|
141
|
-
isLoading: types.boolRequired,
|
|
142
|
-
sessionIdFromStore: VueTypes.string,
|
|
143
|
-
showComponent: types.boolRequired,
|
|
144
|
-
componentError: types.componentObject,
|
|
145
134
|
style: types.style,
|
|
146
135
|
showSourceDocuments: VueTypes.bool.def(false),
|
|
147
136
|
renderSourceDocument: types.func,
|
|
148
137
|
onSourceClick: types.func,
|
|
149
|
-
isAITyping: types.boolRequired,
|
|
150
138
|
triggerOn: VueTypes.string.def(AI_TRIGGER_MODES.ALWAYS),
|
|
151
139
|
renderTriggerMessage: types.func
|
|
152
140
|
},
|
|
@@ -196,7 +184,7 @@ var AIAnswer = defineComponent({
|
|
|
196
184
|
this.$emit('on-data', {
|
|
197
185
|
data: this.messages,
|
|
198
186
|
rawData: newVal,
|
|
199
|
-
loading: this
|
|
187
|
+
loading: this.isAIResponseLoading || this.$props.isLoading,
|
|
200
188
|
error: this.$props.AIResponseError
|
|
201
189
|
});
|
|
202
190
|
if (newVal && newVal.hits && newVal.hits.hits) {
|
package/dist/es/install.js
CHANGED
|
@@ -9,8 +9,8 @@ import '@appbaseio/vue-emotion';
|
|
|
9
9
|
import '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
11
|
import './Button-8178e39a.js';
|
|
12
|
-
import './vueTypes-
|
|
13
|
-
import './Pagination-
|
|
12
|
+
import './vueTypes-5d575822.js';
|
|
13
|
+
import './Pagination-80244481.js';
|
|
14
14
|
import './ReactiveList.js';
|
|
15
15
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
16
16
|
import 'redux';
|
|
@@ -30,21 +30,21 @@ import './ReactiveBase.js';
|
|
|
30
30
|
import 'hotkeys-js';
|
|
31
31
|
import 'isomorphic-dompurify';
|
|
32
32
|
import 'remarkable';
|
|
33
|
-
import './SearchBox-
|
|
33
|
+
import './SearchBox-e655a9ad.js';
|
|
34
34
|
import './CancelSvg-5b82ad4f.js';
|
|
35
35
|
import './Input-cda7f4ad.js';
|
|
36
36
|
import 'compute-scroll-into-view';
|
|
37
37
|
import './Container-e2261542.js';
|
|
38
38
|
import 'vue-highlight-words';
|
|
39
39
|
import '@appbaseio/reactivecore/lib/actions/query';
|
|
40
|
-
export { i as default } from './install-
|
|
40
|
+
export { i as default } from './install-cb0ab348.js';
|
|
41
41
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
42
42
|
import './FormControlList-968ff972.js';
|
|
43
43
|
import './utils-badbb2a8.js';
|
|
44
44
|
import './SingleList.js';
|
|
45
45
|
import './MultiList.js';
|
|
46
46
|
import '@appbaseio/reactivecore/lib/utils/types';
|
|
47
|
-
import './DropDown-
|
|
47
|
+
import './DropDown-0a5b7036.js';
|
|
48
48
|
import './SingleDropdownList.js';
|
|
49
49
|
import './MultiDropdownList.js';
|
|
50
50
|
import './ToggleButton.js';
|
package/dist/es/version.js
CHANGED
|
@@ -32,7 +32,10 @@ function validateLocation(value) {
|
|
|
32
32
|
var types = {
|
|
33
33
|
any: VueTypes.any,
|
|
34
34
|
bool: VueTypes.bool,
|
|
35
|
-
boolRequired:
|
|
35
|
+
boolRequired: {
|
|
36
|
+
type: Boolean,
|
|
37
|
+
required: true
|
|
38
|
+
},
|
|
36
39
|
components: VueTypes.arrayOf(VueTypes.string),
|
|
37
40
|
compoundClause: VueTypes.oneOf(['filter', 'must']),
|
|
38
41
|
children: VueTypes.any,
|
|
@@ -48,7 +51,10 @@ var types = {
|
|
|
48
51
|
excludeFields: VueTypes.arrayOf(VueTypes.string),
|
|
49
52
|
fieldWeights: VueTypes.arrayOf(VueTypes.number),
|
|
50
53
|
filterLabel: VueTypes.string,
|
|
51
|
-
func:
|
|
54
|
+
func: {
|
|
55
|
+
type: Function,
|
|
56
|
+
required: false
|
|
57
|
+
},
|
|
52
58
|
funcRequired: VueTypes.func.isRequired,
|
|
53
59
|
fuzziness: VueTypes.oneOf([0, 1, 2, 'AUTO']),
|
|
54
60
|
headers: VueTypes.object,
|
|
@@ -84,8 +90,14 @@ var types = {
|
|
|
84
90
|
})),
|
|
85
91
|
sortByWithCount: VueTypes.oneOf(['asc', 'desc', 'count']),
|
|
86
92
|
stats: VueTypes.arrayOf(VueTypes.object),
|
|
87
|
-
string:
|
|
88
|
-
|
|
93
|
+
string: {
|
|
94
|
+
type: String,
|
|
95
|
+
required: false
|
|
96
|
+
},
|
|
97
|
+
stringArray: {
|
|
98
|
+
type: [String],
|
|
99
|
+
required: false
|
|
100
|
+
},
|
|
89
101
|
stringOrArray: VueTypes.oneOfType([VueTypes.string, VueTypes.arrayOf(VueTypes.string)]),
|
|
90
102
|
stringRequired: VueTypes.string.isRequired,
|
|
91
103
|
style: VueTypes.object,
|