@appbaseio/reactivesearch-vue 3.0.0-rc.3 → 3.0.0-rc.5.alpha.1
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 +560 -7200
- 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/{Button-9e179864.js → Button-d4da7470.js} +6 -13
- package/dist/cjs/{ComponentWrapper-0b9ffb1a.js → ComponentWrapper-9146d811.js} +0 -3
- package/dist/cjs/{DropDown-aef75c14.js → DropDown-b16418e9.js} +4 -7
- package/dist/cjs/DynamicRangeSlider.js +1 -1
- package/dist/cjs/{Input-56eba499.js → Input-497be42a.js} +1 -71
- package/dist/cjs/MultiDropdownList.js +5 -6
- package/dist/cjs/MultiList.js +3 -3
- package/dist/cjs/MultiRange.js +2 -2
- package/dist/cjs/{Pagination-58a0cf3f.js → Pagination-b953a80a.js} +2 -2
- package/dist/cjs/RangeInput.js +3 -3
- package/dist/cjs/RangeSlider.js +2 -2
- package/dist/cjs/ReactiveBase.js +4 -4
- package/dist/cjs/ReactiveComponent.js +2 -2
- package/dist/cjs/ReactiveGoogleMap.js +5 -6
- package/dist/cjs/ReactiveList.js +4 -4
- package/dist/cjs/ResultCard.js +1 -1
- package/dist/cjs/ResultList.js +1 -1
- package/dist/cjs/SelectedFilters.js +2 -3
- package/dist/cjs/SingleDropdownList.js +5 -6
- package/dist/cjs/SingleList.js +3 -3
- package/dist/cjs/SingleRange.js +2 -2
- package/dist/cjs/ToggleButton.js +3 -4
- package/dist/cjs/index.js +8 -11
- package/dist/cjs/{install-b495bb2c.js → install-7cdf6798.js} +158 -1301
- package/dist/cjs/install.js +7 -9
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/{vueTypes-a5f1745e.js → vueTypes-1bf00978.js} +0 -18
- package/dist/es/{Button-c2ff5178.js → Button-fd869491.js} +6 -13
- package/dist/es/{ComponentWrapper-a2635cfc.js → ComponentWrapper-8a3c388d.js} +0 -3
- package/dist/es/{DropDown-39fedff8.js → DropDown-fc1fef02.js} +4 -7
- package/dist/es/DynamicRangeSlider.js +1 -1
- package/dist/es/{Input-11d211d2.js → Input-f7499ef8.js} +2 -71
- package/dist/es/MultiDropdownList.js +5 -6
- package/dist/es/MultiList.js +3 -3
- package/dist/es/MultiRange.js +2 -2
- package/dist/es/{Pagination-ae401c33.js → Pagination-c2745bec.js} +2 -2
- package/dist/es/RangeInput.js +3 -3
- package/dist/es/RangeSlider.js +2 -2
- package/dist/es/ReactiveBase.js +4 -4
- package/dist/es/ReactiveComponent.js +2 -2
- package/dist/es/ReactiveGoogleMap.js +5 -6
- package/dist/es/ReactiveList.js +4 -4
- package/dist/es/ResultCard.js +1 -1
- package/dist/es/ResultList.js +1 -1
- package/dist/es/SelectedFilters.js +2 -3
- package/dist/es/SingleDropdownList.js +5 -6
- package/dist/es/SingleList.js +3 -3
- package/dist/es/SingleRange.js +2 -2
- package/dist/es/ToggleButton.js +3 -4
- package/dist/es/index.js +9 -11
- package/dist/es/{install-6011bce3.js → install-0c7962bc.js} +164 -1306
- package/dist/es/install.js +7 -9
- package/dist/es/version.js +1 -1
- package/dist/es/{vueTypes-09cab4d3.js → vueTypes-f1923c72.js} +0 -18
- package/package.json +6 -8
package/dist/cjs/install.js
CHANGED
|
@@ -12,14 +12,14 @@ require('@appbaseio/reactivecore/lib/utils/helper');
|
|
|
12
12
|
require('@appbaseio/vue-emotion');
|
|
13
13
|
require('@emotion/css');
|
|
14
14
|
require('polished');
|
|
15
|
-
require('./Button-
|
|
16
|
-
require('./vueTypes-
|
|
17
|
-
require('./Pagination-
|
|
15
|
+
require('./Button-d4da7470.js');
|
|
16
|
+
require('./vueTypes-1bf00978.js');
|
|
17
|
+
require('./Pagination-b953a80a.js');
|
|
18
18
|
require('./ReactiveList.js');
|
|
19
19
|
require('@appbaseio/reactivecore/lib/utils/transform');
|
|
20
20
|
require('redux');
|
|
21
21
|
require('./index-779ed366.js');
|
|
22
|
-
require('./ComponentWrapper-
|
|
22
|
+
require('./ComponentWrapper-9146d811.js');
|
|
23
23
|
require('./PreferencesConsumer-85dee673.js');
|
|
24
24
|
require('./Title-8802a218.js');
|
|
25
25
|
require('./ListItem-7a682970.js');
|
|
@@ -32,14 +32,12 @@ require('@appbaseio/analytics');
|
|
|
32
32
|
require('url-search-params-polyfill');
|
|
33
33
|
require('./ReactiveBase.js');
|
|
34
34
|
require('hotkeys-js');
|
|
35
|
-
require('
|
|
36
|
-
|
|
37
|
-
require('./
|
|
38
|
-
require('./Input-56eba499.js');
|
|
35
|
+
var install = require('./install-7cdf6798.js');
|
|
36
|
+
require('./DropDown-b16418e9.js');
|
|
37
|
+
require('./Input-497be42a.js');
|
|
39
38
|
require('compute-scroll-into-view');
|
|
40
39
|
require('./Container-29f049b2.js');
|
|
41
40
|
require('vue-highlight-words');
|
|
42
|
-
require('@appbaseio/reactivecore/lib/actions/query');
|
|
43
41
|
require('@appbaseio/reactivecore/lib/utils/suggestions');
|
|
44
42
|
require('./FormControlList-fadd792f.js');
|
|
45
43
|
require('./utils-c9bd5628.js');
|
package/dist/cjs/version.js
CHANGED
|
@@ -124,24 +124,6 @@ var types = {
|
|
|
124
124
|
method: VueTypes.string,
|
|
125
125
|
headers: VueTypes.object,
|
|
126
126
|
body: VueTypes.object
|
|
127
|
-
}),
|
|
128
|
-
AIConfig: VueTypes.shape({
|
|
129
|
-
systemPrompt: VueTypes.string,
|
|
130
|
-
topDocsForContext: VueTypes.number,
|
|
131
|
-
maxTokens: VueTypes.number,
|
|
132
|
-
docTemplate: VueTypes.string,
|
|
133
|
-
queryTemplate: VueTypes.string,
|
|
134
|
-
temperature: VueTypes.number
|
|
135
|
-
}),
|
|
136
|
-
AIUIConfig: VueTypes.shape({
|
|
137
|
-
loaderMessage: VueTypes.string,
|
|
138
|
-
// slot #loaderMessage should also be supported
|
|
139
|
-
showSourceDocuments: VueTypes.bool,
|
|
140
|
-
sourceDocumentLabel: VueTypes.string,
|
|
141
|
-
onSourceClick: VueTypes.func,
|
|
142
|
-
// renderAskButton: VueTypes.func,has to be a slot
|
|
143
|
-
askButton: VueTypes.bool,
|
|
144
|
-
showFeedback: VueTypes.bool
|
|
145
127
|
})
|
|
146
128
|
};
|
|
147
129
|
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
2
|
-
import { hexToRGBA } from '@appbaseio/reactivecore/lib/utils/helper';
|
|
3
2
|
import { styled } from '@appbaseio/vue-emotion';
|
|
4
3
|
import { css } from '@emotion/css';
|
|
5
4
|
import { darken, rgba, lighten } from 'polished';
|
|
@@ -23,27 +22,21 @@ var disabled = function disabled(_ref3) {
|
|
|
23
22
|
var theme = _ref3.theme;
|
|
24
23
|
return "\n\tbackground-color: " + (theme.colors.backgroundColor ? lighten(0.1, theme.colors.backgroundColor) : '#fafafa') + ";\n\tcolor: #ccc;\n\tcursor: not-allowed;\n\n\t&:hover,\n\t&:focus {\n\t\tbackground-color: " + (theme.colors.backgroundColor ? lighten(0.2, theme.colors.backgroundColor) : '#fafafa') + ";\n\t}\n";
|
|
25
24
|
};
|
|
26
|
-
var
|
|
25
|
+
var Button = styled('button')(_templateObject5 || (_templateObject5 = _taggedTemplateLiteralLoose(["\n\tdisplay: inline-flex;\n\tjustify-content: center;\n\talign-items: center;\n\tborder-radius: 3px;\n\tborder: 1px solid transparent;\n\tmin-height: 30px;\n\tword-wrap: break-word;\n\tpadding: 5px 12px;\n\tline-height: 1.2rem;\n\tbackground-color: ", ";\n\tcolor: ", ";\n\tcursor: pointer;\n\tuser-select: none;\n\ttransition: all 0.3s ease;\n\n\t&:hover,\n\t&:focus {\n\t\tbackground-color: ", ";\n\t}\n\n\t&:focus {\n\t\toutline: 0;\n\t\tborder-color: ", ";\n\t\tbox-shadow: ", ";\n\t}\n\n\t", ";\n\t", ";\n\t", ";\n\n\t&.enter-btn {\n\t\tborder-top-left-radius: 0px;\n\t\tborder-bottom-left-radius: 0px;\n\t\theight: 100%;\n\t}\n"])), function (_ref4) {
|
|
27
26
|
var theme = _ref4.theme;
|
|
28
|
-
return "\n\tborder: 1px solid " + theme.colors.primaryColor + ";\n\tcolor: " + theme.colors.primaryColor + ";\n\tbackground-color: " + theme.colors.primaryTextColor + ";\n\t&:hover,\n\t&:focus {\n\t\tbackground-color: " + darken(0.1, hexToRGBA(theme.colors.primaryTextColor)) + ";\n\t}\n";
|
|
29
|
-
};
|
|
30
|
-
var Button = styled('button')(_templateObject5 || (_templateObject5 = _taggedTemplateLiteralLoose(["\n\tdisplay: inline-flex;\n\tjustify-content: center;\n\talign-items: center;\n\tborder-radius: 3px;\n\tborder: 1px solid transparent;\n\tmin-height: 30px;\n\tword-wrap: break-word;\n\tpadding: 5px 12px;\n\tline-height: 1.2rem;\n\tbackground-color: ", ";\n\tcolor: ", ";\n\tcursor: pointer;\n\tuser-select: none;\n\ttransition: all 0.3s ease;\n\n\t&:hover,\n\t&:focus {\n\t\tbackground-color: ", ";\n\t}\n\n\t&:focus {\n\t\toutline: 0;\n\t\tborder-color: ", ";\n\t\tbox-shadow: ", ";\n\t}\n\t", ";\n\t", ";\n\t", ";\n\t", ";\n\n\t&.enter-btn {\n\t\tborder-top-left-radius: 0px;\n\t\tborder-bottom-left-radius: 0px;\n\t\theight: 100%;\n\t}\n"])), function (_ref5) {
|
|
31
|
-
var theme = _ref5.theme;
|
|
32
27
|
return theme.colors ? theme.colors.backgroundColor : '#eee';
|
|
28
|
+
}, function (_ref5) {
|
|
29
|
+
var theme = _ref5.theme;
|
|
30
|
+
return theme.colors ? theme.colors.textColor : '';
|
|
33
31
|
}, function (_ref6) {
|
|
34
32
|
var theme = _ref6.theme;
|
|
35
|
-
return theme.colors ? theme.colors.
|
|
33
|
+
return theme.colors && theme.colors.backgroundColor ? darken(0.1, theme.colors.backgroundColor) : '#ccc';
|
|
36
34
|
}, function (_ref7) {
|
|
37
35
|
var theme = _ref7.theme;
|
|
38
|
-
return theme.colors && theme.colors.
|
|
36
|
+
return theme.colors && theme.colors.primaryColor ? rgba(theme.colors.primaryColor, 0.6) : 'unset';
|
|
39
37
|
}, function (_ref8) {
|
|
40
38
|
var theme = _ref8.theme;
|
|
41
|
-
return theme.colors && theme.colors.primaryColor ? rgba(theme.colors.primaryColor, 0.6) : 'unset';
|
|
42
|
-
}, function (_ref9) {
|
|
43
|
-
var theme = _ref9.theme;
|
|
44
39
|
return theme.colors && theme.colors.primaryColor ? "0 0 0 2px " + rgba(theme.colors.primaryColor, 0.3) : '';
|
|
45
|
-
}, function (props) {
|
|
46
|
-
return props.info ? info : null;
|
|
47
40
|
}, function (props) {
|
|
48
41
|
return props.primary ? primary : null;
|
|
49
42
|
}, function (props) {
|
|
@@ -49,9 +49,6 @@ var ComponentWrapper = function ComponentWrapper(component, options) {
|
|
|
49
49
|
Object.keys(componentProps).forEach(function (key) {
|
|
50
50
|
parsedProps[getCamelCase(key)] = componentProps[key];
|
|
51
51
|
});
|
|
52
|
-
if (options.componentType === componentTypes.AIAnswer) {
|
|
53
|
-
parsedProps.enableAI = true;
|
|
54
|
-
}
|
|
55
52
|
this.componentProps = parsedProps;
|
|
56
53
|
this.componentId = this.componentProps.componentId;
|
|
57
54
|
this.react = this.componentProps.react;
|
|
@@ -4,17 +4,17 @@ import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPlugin
|
|
|
4
4
|
import { createVNode, createTextVNode, mergeProps } from 'vue';
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
6
|
import { styled } from '@appbaseio/vue-emotion';
|
|
7
|
-
import { t as types } from './vueTypes-
|
|
7
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
8
8
|
import { a as isFunction } from './index-882489e1.js';
|
|
9
|
-
import { s as suggestionsContainer, a as suggestions, I as Input } from './Input-
|
|
9
|
+
import { s as suggestionsContainer, a as suggestions, I as Input } from './Input-f7499ef8.js';
|
|
10
10
|
import computeScrollIntoView from 'compute-scroll-into-view';
|
|
11
11
|
import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
12
12
|
|
|
13
13
|
var _templateObject;
|
|
14
|
-
var InputWrapper = styled('span')(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n
|
|
14
|
+
var InputWrapper = styled('span')(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n flex: 1;\n position: relative;\n"])));
|
|
15
15
|
|
|
16
16
|
var _templateObject$1;
|
|
17
|
-
var IconGroup = styled('div')(_templateObject$1 || (_templateObject$1 = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\tgrid-gap: 6px;\n\tmargin: 0 10px;\n\theight: 100%;\n\n\t", ";\n\n\t", ";\n
|
|
17
|
+
var IconGroup = styled('div')(_templateObject$1 || (_templateObject$1 = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\tgrid-gap: 6px;\n\tmargin: 0 10px;\n\theight: 100%;\n\n\t", ";\n\n\t", ";\n"])), function (_ref) {
|
|
18
18
|
var positionType = _ref.positionType;
|
|
19
19
|
if (positionType === 'absolute') {
|
|
20
20
|
return "\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: 50%;\n\t\t\t\ttransform: translateY(-50%);\n\t\t\t";
|
|
@@ -23,9 +23,6 @@ var IconGroup = styled('div')(_templateObject$1 || (_templateObject$1 = _taggedT
|
|
|
23
23
|
}, function (_ref2) {
|
|
24
24
|
var groupPosition = _ref2.groupPosition;
|
|
25
25
|
return groupPosition === 'right' ? "\n\t\t\t\t\tright: 0;\n\t\t\t " : "\n\t\t\t\t\tleft: 0;\n\t\t\t ";
|
|
26
|
-
}, function (_ref3) {
|
|
27
|
-
var enableAI = _ref3.enableAI;
|
|
28
|
-
return enableAI ? "\n\t\ttop: 0%;\n\t transform: translateY(0);\n \theight: 42px;\n\t" : '';
|
|
29
26
|
});
|
|
30
27
|
|
|
31
28
|
var _templateObject$2;
|
|
@@ -4,7 +4,7 @@ import './_rollupPluginBabelHelpers-ded08042.js';
|
|
|
4
4
|
import { createVNode, resolveComponent, mergeProps } from 'vue';
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
|
-
import { t as types } from './vueTypes-
|
|
7
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
8
8
|
import 'redux';
|
|
9
9
|
import { j as updateCustomQuery, d as getValidPropsKeys, i as isQueryIdentical, c as connect } from './index-882489e1.js';
|
|
10
10
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
@@ -2,7 +2,7 @@ import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-de
|
|
|
2
2
|
import { styled } from '@appbaseio/vue-emotion';
|
|
3
3
|
import { css } from '@emotion/css';
|
|
4
4
|
|
|
5
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4
|
|
5
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4;
|
|
6
6
|
var alertBorder = function alertBorder(_ref) {
|
|
7
7
|
var theme = _ref.theme;
|
|
8
8
|
return "\n\tborder: 1px solid " + theme.colors.alertColor + ";\n";
|
|
@@ -65,74 +65,5 @@ var suggestionsContainer = css(_templateObject3 || (_templateObject3 = _taggedTe
|
|
|
65
65
|
var noSuggestions = function noSuggestions(themePreset, theme) {
|
|
66
66
|
return css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteralLoose(["\n\tdisplay: block;\n\twidth: 100%;\n\tborder: 1px solid #ccc;\n\tborder-top: none;\n\tbackground-color: #fff;\n\tfont-size: 0.9rem;\n\tz-index: 3;\n\tposition: absolute;\n\tmargin: 0;\n\tpadding: 0;\n\tlist-style: none;\n\tmax-height: 260px;\n\toverflow-y: auto;\n\n\t&.small {\n\t\ttop: 30px;\n\t}\n\n\tli {\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\t\tpadding: 10px;\n\t\tuser-select: none;\n\n\t\t& > .trim {\n\t\t\tdisplay: -webkit-box;\n\t\t\tdisplay: block;\n\t\t\twidth: 100%;\n\t\t\tmax-height: 2.3rem;\n\t\t\tline-height: 1.2rem;\n\t\t\t-webkit-line-clamp: 2;\n\t\t\t-webkit-box-orient: vertical;\n\t\t\toverflow: hidden;\n\t\t\ttext-overflow: ellipsis;\n\t\t\twhite-space: nowrap;\n\t\t}\n\t}\n\n\t", "\n"])), themePreset === 'dark' && theme && dark(theme));
|
|
67
67
|
};
|
|
68
|
-
var TextArea = styled('textarea')(_templateObject5 || (_templateObject5 = _taggedTemplateLiteralLoose(["\n\t", ";\n\n\t&:focus {\n\t\tbackground-color: #fff;\n\t}\n\t", ";\n\n\t", ";\n\n\t", ";\n\n\t", ";\n\t", ";\n\t", ";\n\t", ";\n\n\t", ";\n\t", ";\n\t", ";\n\t", ";\n\t", ";\n\n\t", ";\n\t", ";\n\t", ";\n\n\t", ";\n\t", ";\n\t&::-webkit-search-decoration,\n\t&::-webkit-search-cancel-button,\n\t&::-webkit-search-results-button,\n\t&::-webkit-search-results-decoration {\n\t\tdisplay: none;\n\t}\n\tresize: none;\n\toverflow: hidden;\n\theight: 42px;\n"])), input, function (_ref4) {
|
|
69
|
-
var themePreset = _ref4.themePreset,
|
|
70
|
-
theme = _ref4.theme;
|
|
71
|
-
return themePreset === 'dark' && darkInput({
|
|
72
|
-
theme: theme
|
|
73
|
-
});
|
|
74
|
-
}, function (props) {
|
|
75
|
-
return props.showIcon && props.iconPosition === 'left' && "\n\t\t\tpadding-left: 36px;\n\t\t";
|
|
76
|
-
}, function (props) {
|
|
77
|
-
return props.showIcon && props.iconPosition === 'right' && "\n\t\t\tpadding-right: 36px;\n\t\t";
|
|
78
|
-
}, function (props) {
|
|
79
|
-
return (
|
|
80
|
-
// for clear icon
|
|
81
|
-
props.showClear && "\n\t\t\tpadding-right: 36px;\n\t\t"
|
|
82
|
-
);
|
|
83
|
-
}, function (props) {
|
|
84
|
-
return (
|
|
85
|
-
// for voice search icon
|
|
86
|
-
props.showVoiceSearch && "\n\t\t\tpadding-right: 36px;\n\t\t"
|
|
87
|
-
);
|
|
88
|
-
}, function (props) {
|
|
89
|
-
return props.showFocusShortcutsIcon && "\n\t\t\tpadding-right: 20px;\n\t\t";
|
|
90
|
-
}, function (props) {
|
|
91
|
-
return props.showIcon && props.showFocusShortcutsIcon && props.iconPosition === 'right' && "\n\t\t\tpadding-right: 66px;\n\t\t";
|
|
92
|
-
}, function (props) {
|
|
93
|
-
return (
|
|
94
|
-
// for voice search icon with focusshortcut icon
|
|
95
|
-
props.showVoiceSearch && props.showFocusShortcutsIcon && "\n\t\t\tpadding-right: 50px;\n\t\t"
|
|
96
|
-
);
|
|
97
|
-
}, function (props) {
|
|
98
|
-
return (
|
|
99
|
-
// for clear icon with search icon
|
|
100
|
-
props.showClear && props.showIcon && props.iconPosition === 'right' && "\n\t\t\tpadding-right: 66px;\n\t\t"
|
|
101
|
-
);
|
|
102
|
-
}, function (props) {
|
|
103
|
-
return (
|
|
104
|
-
// for voice search icon with clear icon
|
|
105
|
-
props.showVoiceSearch && props.showIcon && "\n\t\t\tpadding-right: 66px;\n\t\t"
|
|
106
|
-
);
|
|
107
|
-
}, function (props) {
|
|
108
|
-
return (
|
|
109
|
-
// for voice search icon with search icon
|
|
110
|
-
props.showVoiceSearch && props.showIcon && props.iconPosition === 'right' && "\n\t\t\tpadding-right: 66px;\n\t\t"
|
|
111
|
-
);
|
|
112
|
-
}, function (props) {
|
|
113
|
-
return (
|
|
114
|
-
// for voice search icon with focusshortcut icon and clear icon
|
|
115
|
-
props.showVoiceSearch && props.showFocusShortcutsIcon && props.showClear && "\n\t\t\tpadding-right: 80px;\n\t\t"
|
|
116
|
-
);
|
|
117
|
-
}, function (props) {
|
|
118
|
-
return (
|
|
119
|
-
// for search icon with focusshortcut icon
|
|
120
|
-
props.showIcon && props.showFocusShortcutsIcon && props.iconPosition === 'right' && "\n\t\t\tpadding-right: 66px;\n\t\t"
|
|
121
|
-
);
|
|
122
|
-
}, function (props) {
|
|
123
|
-
return (
|
|
124
|
-
// for clear icon with search icon and voice search
|
|
125
|
-
props.showClear && props.showIcon && props.showVoiceSearch && props.iconPosition === 'right' && "\n\t\t\tpadding-right: 90px;\n\t\t"
|
|
126
|
-
);
|
|
127
|
-
}, function (props) {
|
|
128
|
-
return (
|
|
129
|
-
// for clear icon with search icon, focusshortcut icon and voice search
|
|
130
|
-
props.showClear && props.showIcon && props.showVoiceSearch && props.iconPosition === 'right' && props.showFocusShortcutsIcon && "\n\t\t\tpadding-right: 106px;\n\t\t"
|
|
131
|
-
);
|
|
132
|
-
}, function (props) {
|
|
133
|
-
return props.alert && alertBorder;
|
|
134
|
-
}, function (props) {
|
|
135
|
-
return props.isOpen && css(_templateObject6 || (_templateObject6 = _taggedTemplateLiteralLoose(["\n\t\t\tborder-bottom-left-radius: 0;\n\t\t\tborder-bottom-right-radius: 0;\n\t\t"])));
|
|
136
|
-
});
|
|
137
68
|
|
|
138
|
-
export { Input as I,
|
|
69
|
+
export { Input as I, suggestions as a, noSuggestions as n, suggestionsContainer as s };
|
|
@@ -4,20 +4,19 @@ import '@vue/babel-helper-vue-transform-on';
|
|
|
4
4
|
import { a as _extends, b as _objectWithoutPropertiesLoose, c as _toPropertyKey } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
5
5
|
import { createVNode, isVNode } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
|
-
import '@appbaseio/reactivecore/lib/utils/helper';
|
|
8
7
|
import '@appbaseio/vue-emotion';
|
|
9
8
|
import '@emotion/css';
|
|
10
9
|
import 'polished';
|
|
11
|
-
import { l as loadMoreContainer, B as Button } from './Button-
|
|
12
|
-
import { t as types } from './vueTypes-
|
|
10
|
+
import { l as loadMoreContainer, B as Button } from './Button-fd869491.js';
|
|
11
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
13
12
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
14
13
|
import 'redux';
|
|
15
14
|
import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, n as parseValueArray, g as getComponent, h as hasCustomRenderer, c as connect } from './index-882489e1.js';
|
|
16
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
15
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
17
16
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
18
17
|
import { T as Title } from './Title-863dfa42.js';
|
|
19
|
-
import { c as Dropdown } from './DropDown-
|
|
20
|
-
import './Input-
|
|
18
|
+
import { c as Dropdown } from './DropDown-fc1fef02.js';
|
|
19
|
+
import './Input-f7499ef8.js';
|
|
21
20
|
import 'compute-scroll-into-view';
|
|
22
21
|
import { C as Container } from './Container-d00219f7.js';
|
|
23
22
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
package/dist/es/MultiList.js
CHANGED
|
@@ -6,14 +6,14 @@ 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-f1923c72.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, m as isEvent, n as parseValueArray, g as getComponent, h as hasCustomRenderer, c as connect } from './index-882489e1.js';
|
|
13
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
14
14
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
15
15
|
import { T as Title } from './Title-863dfa42.js';
|
|
16
|
-
import { I as Input } from './Input-
|
|
16
|
+
import { I as Input } from './Input-f7499ef8.js';
|
|
17
17
|
import { C as Container } from './Container-d00219f7.js';
|
|
18
18
|
import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
19
19
|
import { U as UL, C as Checkbox } from './FormControlList-fe6eaee4.js';
|
package/dist/es/MultiRange.js
CHANGED
|
@@ -6,11 +6,11 @@ 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-f1923c72.js';
|
|
10
10
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
11
11
|
import 'redux';
|
|
12
12
|
import { n as parseValueArray, j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-882489e1.js';
|
|
13
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
14
14
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
15
15
|
import { T as Title } from './Title-863dfa42.js';
|
|
16
16
|
import { C as Container } from './Container-d00219f7.js';
|
|
@@ -2,8 +2,8 @@ import { helper } from '@appbaseio/reactivecore';
|
|
|
2
2
|
import _transformOn from '@vue/babel-helper-vue-transform-on';
|
|
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-
|
|
6
|
-
import { t as types } from './vueTypes-
|
|
5
|
+
import { p as pagination, B as Button } from './Button-fd869491.js';
|
|
6
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
7
7
|
|
|
8
8
|
function _isSlot(s) {
|
|
9
9
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !isVNode(s);
|
package/dist/es/RangeInput.js
CHANGED
|
@@ -7,15 +7,15 @@ import VueTypes from 'vue-types';
|
|
|
7
7
|
import { styled } from '@appbaseio/vue-emotion';
|
|
8
8
|
import '@emotion/css';
|
|
9
9
|
import 'polished';
|
|
10
|
-
import { t as types } from './vueTypes-
|
|
10
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
11
11
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
12
12
|
import 'redux';
|
|
13
13
|
import { c as connect } from './index-882489e1.js';
|
|
14
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
14
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
15
15
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
16
16
|
import './Title-863dfa42.js';
|
|
17
17
|
import { F as Flex } from './Flex-25792bc3.js';
|
|
18
|
-
import { I as Input } from './Input-
|
|
18
|
+
import { I as Input } from './Input-f7499ef8.js';
|
|
19
19
|
import { C as Container } from './Container-d00219f7.js';
|
|
20
20
|
import './ssr-c630ccb9.js';
|
|
21
21
|
import { RangeConnected as RangeConnected$1 } from './RangeSlider.js';
|
package/dist/es/RangeSlider.js
CHANGED
|
@@ -4,11 +4,11 @@ import './_rollupPluginBabelHelpers-ded08042.js';
|
|
|
4
4
|
import { createVNode, resolveComponent, mergeProps } from 'vue';
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
|
-
import { t as types } from './vueTypes-
|
|
7
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
8
8
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
9
9
|
import 'redux';
|
|
10
10
|
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-882489e1.js';
|
|
11
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
11
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
12
12
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
13
13
|
import { T as Title } from './Title-863dfa42.js';
|
|
14
14
|
import { C as Container } from './Container-d00219f7.js';
|
package/dist/es/ReactiveBase.js
CHANGED
|
@@ -5,7 +5,7 @@ import { h, createVNode, isVNode } from 'vue';
|
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
6
|
import { isEqual as isEqual$1, transformRequestUsingEndpoint } from '@appbaseio/reactivecore/lib/utils/helper';
|
|
7
7
|
import { styled, createCache } from '@appbaseio/vue-emotion';
|
|
8
|
-
import { t as types } from './vueTypes-
|
|
8
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
9
9
|
import 'redux';
|
|
10
10
|
import { c as connect, e as composeThemeObject, X as X_SEARCH_CLIENT } from './index-882489e1.js';
|
|
11
11
|
import configureStore, { Actions as Actions$1 } from '@appbaseio/reactivecore/lib';
|
|
@@ -312,11 +312,11 @@ var light = {
|
|
|
312
312
|
var dark = {
|
|
313
313
|
typography: typography,
|
|
314
314
|
colors: {
|
|
315
|
-
textColor: '#
|
|
315
|
+
textColor: '#fff',
|
|
316
316
|
backgroundColor: '#212121',
|
|
317
|
-
primaryTextColor: '#
|
|
317
|
+
primaryTextColor: '#fff',
|
|
318
318
|
primaryColor: '#2196F3',
|
|
319
|
-
titleColor: '#
|
|
319
|
+
titleColor: '#fff',
|
|
320
320
|
alertColor: '#d9534f',
|
|
321
321
|
borderColor: '#666'
|
|
322
322
|
}
|
|
@@ -3,11 +3,11 @@ import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
|
3
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
|
-
import { t as types } from './vueTypes-
|
|
6
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
7
7
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
8
8
|
import 'redux';
|
|
9
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-
|
|
10
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
11
11
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
12
12
|
|
|
13
13
|
var _excluded = ["options"];
|
|
@@ -4,20 +4,19 @@ import _transformOn from '@vue/babel-helper-vue-transform-on';
|
|
|
4
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
|
-
import '@appbaseio/reactivecore/lib/utils/helper';
|
|
8
7
|
import { styled } from '@appbaseio/vue-emotion';
|
|
9
8
|
import { css } from '@emotion/css';
|
|
10
9
|
import 'polished';
|
|
11
|
-
import './Button-
|
|
12
|
-
import { t as types } from './vueTypes-
|
|
13
|
-
import { P as Pagination } from './Pagination-
|
|
10
|
+
import './Button-fd869491.js';
|
|
11
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
12
|
+
import { P as Pagination } from './Pagination-c2745bec.js';
|
|
14
13
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
15
14
|
import 'redux';
|
|
16
15
|
import { h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, a as isFunction, c as connect } from './index-882489e1.js';
|
|
17
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
16
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
18
17
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
19
18
|
import { C as Checkbox } from './FormControlList-fe6eaee4.js';
|
|
20
|
-
import VueGoogleMaps, { InfoWindow, MapElementMixin, Marker, GMapCluster, Map } from 'vue-google-maps-community-fork';
|
|
19
|
+
import VueGoogleMaps, { InfoWindow, MapElementMixin, Marker, GMapCluster, Map } from '@appbaseio/vue-google-maps-community-fork';
|
|
21
20
|
import geohash from 'ngeohash';
|
|
22
21
|
|
|
23
22
|
var setStreaming = Actions.setStreaming,
|
package/dist/es/ReactiveList.js
CHANGED
|
@@ -8,13 +8,13 @@ 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-
|
|
12
|
-
import { t as types } from './vueTypes-
|
|
13
|
-
import { P as Pagination } from './Pagination-
|
|
11
|
+
import './Button-fd869491.js';
|
|
12
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
13
|
+
import { P as Pagination } from './Pagination-c2745bec.js';
|
|
14
14
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
15
15
|
import 'redux';
|
|
16
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-
|
|
17
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
18
18
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
19
19
|
import './Title-863dfa42.js';
|
|
20
20
|
import { c as container } from './ListItem-e3c6acf4.js';
|
package/dist/es/ResultCard.js
CHANGED
|
@@ -4,7 +4,7 @@ import VueTypes from 'vue-types';
|
|
|
4
4
|
import '@appbaseio/vue-emotion';
|
|
5
5
|
import '@emotion/css';
|
|
6
6
|
import 'polished';
|
|
7
|
-
import { t as types } from './vueTypes-
|
|
7
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
8
8
|
import { T as Title } from './Title-863dfa42.js';
|
|
9
9
|
import { I as Image, C as Card } from './Card-54b9e7a0.js';
|
|
10
10
|
|
package/dist/es/ResultList.js
CHANGED
|
@@ -4,7 +4,7 @@ import VueTypes from 'vue-types';
|
|
|
4
4
|
import '@appbaseio/vue-emotion';
|
|
5
5
|
import '@emotion/css';
|
|
6
6
|
import 'polished';
|
|
7
|
-
import { t as types } from './vueTypes-
|
|
7
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
8
8
|
import { T as Title } from './Title-863dfa42.js';
|
|
9
9
|
import { I as Image, L as ListItem } from './ListItem-e3c6acf4.js';
|
|
10
10
|
|
|
@@ -4,12 +4,11 @@ import _transformOn from '@vue/babel-helper-vue-transform-on';
|
|
|
4
4
|
import './_rollupPluginBabelHelpers-ded08042.js';
|
|
5
5
|
import { createVNode, mergeProps, createTextVNode } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
|
-
import '@appbaseio/reactivecore/lib/utils/helper';
|
|
8
7
|
import '@appbaseio/vue-emotion';
|
|
9
8
|
import '@emotion/css';
|
|
10
9
|
import 'polished';
|
|
11
|
-
import { f as filters, B as Button } from './Button-
|
|
12
|
-
import { t as types } from './vueTypes-
|
|
10
|
+
import { f as filters, B as Button } from './Button-fd869491.js';
|
|
11
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
13
12
|
import 'redux';
|
|
14
13
|
import { f as decodeHtml, c as connect } from './index-882489e1.js';
|
|
15
14
|
import { T as Title } from './Title-863dfa42.js';
|
|
@@ -4,20 +4,19 @@ import '@vue/babel-helper-vue-transform-on';
|
|
|
4
4
|
import { a as _extends } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
5
5
|
import { createVNode, isVNode } from 'vue';
|
|
6
6
|
import VueTypes from 'vue-types';
|
|
7
|
-
import '@appbaseio/reactivecore/lib/utils/helper';
|
|
8
7
|
import '@appbaseio/vue-emotion';
|
|
9
8
|
import '@emotion/css';
|
|
10
9
|
import 'polished';
|
|
11
|
-
import { l as loadMoreContainer, B as Button } from './Button-
|
|
12
|
-
import { t as types } from './vueTypes-
|
|
10
|
+
import { l as loadMoreContainer, B as Button } from './Button-fd869491.js';
|
|
11
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
13
12
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
14
13
|
import 'redux';
|
|
15
14
|
import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, g as getComponent, h as hasCustomRenderer, c as connect } from './index-882489e1.js';
|
|
16
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
15
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
17
16
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
18
17
|
import { T as Title } from './Title-863dfa42.js';
|
|
19
|
-
import { c as Dropdown } from './DropDown-
|
|
20
|
-
import './Input-
|
|
18
|
+
import { c as Dropdown } from './DropDown-fc1fef02.js';
|
|
19
|
+
import './Input-f7499ef8.js';
|
|
21
20
|
import 'compute-scroll-into-view';
|
|
22
21
|
import { C as Container } from './Container-d00219f7.js';
|
|
23
22
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
package/dist/es/SingleList.js
CHANGED
|
@@ -6,14 +6,14 @@ 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-f1923c72.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-882489e1.js';
|
|
13
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
14
14
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
15
15
|
import { T as Title } from './Title-863dfa42.js';
|
|
16
|
-
import { I as Input } from './Input-
|
|
16
|
+
import { I as Input } from './Input-f7499ef8.js';
|
|
17
17
|
import { C as Container } from './Container-d00219f7.js';
|
|
18
18
|
import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
19
19
|
import { U as UL, R as Radio } from './FormControlList-fe6eaee4.js';
|
package/dist/es/SingleRange.js
CHANGED
|
@@ -6,11 +6,11 @@ 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-f1923c72.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-882489e1.js';
|
|
13
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
14
14
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
15
15
|
import { T as Title } from './Title-863dfa42.js';
|
|
16
16
|
import { C as Container } from './Container-d00219f7.js';
|
package/dist/es/ToggleButton.js
CHANGED
|
@@ -3,16 +3,15 @@ import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
|
|
|
3
3
|
import './_rollupPluginBabelHelpers-ded08042.js';
|
|
4
4
|
import { createVNode } from 'vue';
|
|
5
5
|
import VueTypes from 'vue-types';
|
|
6
|
-
import '@appbaseio/reactivecore/lib/utils/helper';
|
|
7
6
|
import '@appbaseio/vue-emotion';
|
|
8
7
|
import '@emotion/css';
|
|
9
8
|
import 'polished';
|
|
10
|
-
import { B as Button, t as toggleButtons } from './Button-
|
|
11
|
-
import { t as types } from './vueTypes-
|
|
9
|
+
import { B as Button, t as toggleButtons } from './Button-fd869491.js';
|
|
10
|
+
import { t as types } from './vueTypes-f1923c72.js';
|
|
12
11
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
13
12
|
import 'redux';
|
|
14
13
|
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-882489e1.js';
|
|
15
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
14
|
+
import { C as ComponentWrapper } from './ComponentWrapper-8a3c388d.js';
|
|
16
15
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
17
16
|
import { T as Title } from './Title-863dfa42.js';
|
|
18
17
|
import { C as Container } from './Container-d00219f7.js';
|
package/dist/es/index.js
CHANGED
|
@@ -8,14 +8,14 @@ import '@appbaseio/reactivecore/lib/utils/helper';
|
|
|
8
8
|
import '@appbaseio/vue-emotion';
|
|
9
9
|
import '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
|
-
import './Button-
|
|
12
|
-
import './vueTypes-
|
|
13
|
-
import './Pagination-
|
|
11
|
+
import './Button-fd869491.js';
|
|
12
|
+
import './vueTypes-f1923c72.js';
|
|
13
|
+
import './Pagination-c2745bec.js';
|
|
14
14
|
export { default as ReactiveList } from './ReactiveList.js';
|
|
15
15
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
16
16
|
import 'redux';
|
|
17
17
|
import './index-882489e1.js';
|
|
18
|
-
import './ComponentWrapper-
|
|
18
|
+
import './ComponentWrapper-8a3c388d.js';
|
|
19
19
|
import './PreferencesConsumer-b058d14e.js';
|
|
20
20
|
import './Title-863dfa42.js';
|
|
21
21
|
import './ListItem-e3c6acf4.js';
|
|
@@ -28,15 +28,13 @@ import '@appbaseio/analytics';
|
|
|
28
28
|
import 'url-search-params-polyfill';
|
|
29
29
|
export { default as ReactiveBase } from './ReactiveBase.js';
|
|
30
30
|
import 'hotkeys-js';
|
|
31
|
-
import '
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import './
|
|
35
|
-
import './Input-11d211d2.js';
|
|
31
|
+
import { i as install } from './install-0c7962bc.js';
|
|
32
|
+
export { R as ReactiveComponentPrivate, S as SearchBox, T as TreeList, i as install } from './install-0c7962bc.js';
|
|
33
|
+
import './DropDown-fc1fef02.js';
|
|
34
|
+
import './Input-f7499ef8.js';
|
|
36
35
|
import 'compute-scroll-into-view';
|
|
37
36
|
import './Container-d00219f7.js';
|
|
38
37
|
import 'vue-highlight-words';
|
|
39
|
-
import '@appbaseio/reactivecore/lib/actions/query';
|
|
40
38
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
41
39
|
import './FormControlList-fe6eaee4.js';
|
|
42
40
|
import './utils-d7dd4f4e.js';
|
|
@@ -57,7 +55,7 @@ export { default as SelectedFilters } from './SelectedFilters.js';
|
|
|
57
55
|
export { default as ResultCard } from './ResultCard.js';
|
|
58
56
|
export { default as ResultList } from './ResultList.js';
|
|
59
57
|
export { default as StateProvider } from './StateProvider.js';
|
|
60
|
-
import 'vue-google-maps-community-fork';
|
|
58
|
+
import '@appbaseio/vue-google-maps-community-fork';
|
|
61
59
|
import 'ngeohash';
|
|
62
60
|
export { default as ReactiveGoogleMap } from './ReactiveGoogleMap.js';
|
|
63
61
|
import 'vue/server-renderer';
|