@appbaseio/reactivesearch-vue 3.0.0-rc.2 → 3.0.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@appbaseio/reactivesearch-vue.umd.js +8117 -7235
- 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-d4da7470.js → Button-9e179864.js} +13 -6
- package/dist/cjs/{DropDown-3797bb6a.js → DropDown-aef75c14.js} +7 -4
- package/dist/cjs/DynamicRangeSlider.js +1 -1
- package/dist/cjs/{Input-497be42a.js → Input-56eba499.js} +71 -1
- package/dist/cjs/MultiDropdownList.js +5 -4
- package/dist/cjs/MultiList.js +2 -2
- package/dist/cjs/MultiRange.js +1 -1
- package/dist/cjs/{Pagination-b1a053a7.js → Pagination-58a0cf3f.js} +2 -2
- package/dist/cjs/RangeInput.js +2 -2
- 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 -3
- package/dist/cjs/ReactiveList.js +3 -3
- package/dist/cjs/ResultCard.js +1 -1
- package/dist/cjs/ResultList.js +1 -1
- package/dist/cjs/SelectedFilters.js +3 -2
- package/dist/cjs/SingleDropdownList.js +5 -4
- package/dist/cjs/SingleList.js +2 -2
- package/dist/cjs/SingleRange.js +1 -1
- package/dist/cjs/ToggleButton.js +3 -2
- package/dist/cjs/index.js +7 -7
- package/dist/cjs/{install-581d2e18.js → install-b495bb2c.js} +803 -230
- package/dist/cjs/install.js +7 -7
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/{vueTypes-d05e44cc.js → vueTypes-a5f1745e.js} +10 -0
- package/dist/es/{Button-fd869491.js → Button-c2ff5178.js} +13 -6
- package/dist/es/{DropDown-ff8e06b4.js → DropDown-39fedff8.js} +7 -4
- package/dist/es/DynamicRangeSlider.js +1 -1
- package/dist/es/{Input-f7499ef8.js → Input-11d211d2.js} +71 -2
- package/dist/es/MultiDropdownList.js +5 -4
- package/dist/es/MultiList.js +2 -2
- package/dist/es/MultiRange.js +1 -1
- package/dist/es/{Pagination-aecb3914.js → Pagination-ae401c33.js} +2 -2
- package/dist/es/RangeInput.js +2 -2
- 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 -3
- package/dist/es/ReactiveList.js +3 -3
- package/dist/es/ResultCard.js +1 -1
- package/dist/es/ResultList.js +1 -1
- package/dist/es/SelectedFilters.js +3 -2
- package/dist/es/SingleDropdownList.js +5 -4
- package/dist/es/SingleList.js +2 -2
- package/dist/es/SingleRange.js +1 -1
- package/dist/es/ToggleButton.js +3 -2
- package/dist/es/index.js +8 -8
- package/dist/es/{install-3c029475.js → install-6011bce3.js} +806 -233
- package/dist/es/install.js +7 -7
- package/dist/es/version.js +1 -1
- package/dist/es/{vueTypes-d64f04f8.js → vueTypes-09cab4d3.js} +10 -0
- package/package.json +5 -4
package/dist/cjs/install.js
CHANGED
|
@@ -12,9 +12,9 @@ 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-9e179864.js');
|
|
16
|
+
require('./vueTypes-a5f1745e.js');
|
|
17
|
+
require('./Pagination-58a0cf3f.js');
|
|
18
18
|
require('./ReactiveList.js');
|
|
19
19
|
require('@appbaseio/reactivecore/lib/utils/transform');
|
|
20
20
|
require('redux');
|
|
@@ -32,14 +32,14 @@ require('@appbaseio/analytics');
|
|
|
32
32
|
require('url-search-params-polyfill');
|
|
33
33
|
require('./ReactiveBase.js');
|
|
34
34
|
require('hotkeys-js');
|
|
35
|
-
|
|
36
|
-
require('./
|
|
37
|
-
require('./
|
|
35
|
+
require('remarkable');
|
|
36
|
+
var install = require('./install-b495bb2c.js');
|
|
37
|
+
require('./DropDown-aef75c14.js');
|
|
38
|
+
require('./Input-56eba499.js');
|
|
38
39
|
require('compute-scroll-into-view');
|
|
39
40
|
require('./Container-29f049b2.js');
|
|
40
41
|
require('vue-highlight-words');
|
|
41
42
|
require('@appbaseio/reactivecore/lib/actions/query');
|
|
42
|
-
require('remarkable');
|
|
43
43
|
require('@appbaseio/reactivecore/lib/utils/suggestions');
|
|
44
44
|
require('./FormControlList-fadd792f.js');
|
|
45
45
|
require('./utils-c9bd5628.js');
|
package/dist/cjs/version.js
CHANGED
|
@@ -132,6 +132,16 @@ var types = {
|
|
|
132
132
|
docTemplate: VueTypes.string,
|
|
133
133
|
queryTemplate: VueTypes.string,
|
|
134
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
|
|
135
145
|
})
|
|
136
146
|
};
|
|
137
147
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { _ as _taggedTemplateLiteralLoose } from './_rollupPluginBabelHelpers-ded08042.js';
|
|
2
|
+
import { hexToRGBA } from '@appbaseio/reactivecore/lib/utils/helper';
|
|
2
3
|
import { styled } from '@appbaseio/vue-emotion';
|
|
3
4
|
import { css } from '@emotion/css';
|
|
4
5
|
import { darken, rgba, lighten } from 'polished';
|
|
@@ -22,21 +23,27 @@ var disabled = function disabled(_ref3) {
|
|
|
22
23
|
var theme = _ref3.theme;
|
|
23
24
|
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";
|
|
24
25
|
};
|
|
25
|
-
var
|
|
26
|
+
var info = function info(_ref4) {
|
|
26
27
|
var theme = _ref4.theme;
|
|
27
|
-
return theme.colors
|
|
28
|
-
}
|
|
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) {
|
|
29
31
|
var theme = _ref5.theme;
|
|
30
|
-
return theme.colors ? theme.colors.
|
|
32
|
+
return theme.colors ? theme.colors.backgroundColor : '#eee';
|
|
31
33
|
}, function (_ref6) {
|
|
32
34
|
var theme = _ref6.theme;
|
|
33
|
-
return theme.colors
|
|
35
|
+
return theme.colors ? theme.colors.textColor : '';
|
|
34
36
|
}, function (_ref7) {
|
|
35
37
|
var theme = _ref7.theme;
|
|
36
|
-
return theme.colors && theme.colors.
|
|
38
|
+
return theme.colors && theme.colors.backgroundColor ? darken(0.1, theme.colors.backgroundColor) : '#ccc';
|
|
37
39
|
}, function (_ref8) {
|
|
38
40
|
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;
|
|
39
44
|
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;
|
|
40
47
|
}, function (props) {
|
|
41
48
|
return props.primary ? primary : null;
|
|
42
49
|
}, function (props) {
|
|
@@ -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-09cab4d3.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-11d211d2.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\tflex: 1;\n\tposition: relative;\n\theight: 42px;\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"])), function (_ref) {
|
|
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\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,6 +23,9 @@ 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" : '';
|
|
26
29
|
});
|
|
27
30
|
|
|
28
31
|
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-09cab4d3.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, _templateObject5, _templateObject6;
|
|
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,5 +65,74 @@ 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
|
+
});
|
|
68
137
|
|
|
69
|
-
export { Input as I, suggestions as a, noSuggestions as n, suggestionsContainer as s };
|
|
138
|
+
export { Input as I, TextArea as T, suggestions as a, noSuggestions as n, suggestionsContainer as s };
|
|
@@ -4,19 +4,20 @@ 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';
|
|
7
8
|
import '@appbaseio/vue-emotion';
|
|
8
9
|
import '@emotion/css';
|
|
9
10
|
import 'polished';
|
|
10
|
-
import { l as loadMoreContainer, B as Button } from './Button-
|
|
11
|
-
import { t as types } from './vueTypes-
|
|
11
|
+
import { l as loadMoreContainer, B as Button } from './Button-c2ff5178.js';
|
|
12
|
+
import { t as types } from './vueTypes-09cab4d3.js';
|
|
12
13
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
13
14
|
import 'redux';
|
|
14
15
|
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';
|
|
15
16
|
import { C as ComponentWrapper } from './ComponentWrapper-a2635cfc.js';
|
|
16
17
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
17
18
|
import { T as Title } from './Title-863dfa42.js';
|
|
18
|
-
import { c as Dropdown } from './DropDown-
|
|
19
|
-
import './Input-
|
|
19
|
+
import { c as Dropdown } from './DropDown-39fedff8.js';
|
|
20
|
+
import './Input-11d211d2.js';
|
|
20
21
|
import 'compute-scroll-into-view';
|
|
21
22
|
import { C as Container } from './Container-d00219f7.js';
|
|
22
23
|
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-09cab4d3.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
13
|
import { C as ComponentWrapper } from './ComponentWrapper-a2635cfc.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-11d211d2.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,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-09cab4d3.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';
|
|
@@ -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-c2ff5178.js';
|
|
6
|
+
import { t as types } from './vueTypes-09cab4d3.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,7 +7,7 @@ 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-09cab4d3.js';
|
|
11
11
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
12
12
|
import 'redux';
|
|
13
13
|
import { c as connect } from './index-882489e1.js';
|
|
@@ -15,7 +15,7 @@ import { C as ComponentWrapper } from './ComponentWrapper-a2635cfc.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-11d211d2.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,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-09cab4d3.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';
|
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-09cab4d3.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';
|
|
@@ -3,7 +3,7 @@ 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-09cab4d3.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';
|
|
@@ -4,12 +4,13 @@ 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';
|
|
7
8
|
import { styled } from '@appbaseio/vue-emotion';
|
|
8
9
|
import { css } from '@emotion/css';
|
|
9
10
|
import 'polished';
|
|
10
|
-
import './Button-
|
|
11
|
-
import { t as types } from './vueTypes-
|
|
12
|
-
import { P as Pagination } from './Pagination-
|
|
11
|
+
import './Button-c2ff5178.js';
|
|
12
|
+
import { t as types } from './vueTypes-09cab4d3.js';
|
|
13
|
+
import { P as Pagination } from './Pagination-ae401c33.js';
|
|
13
14
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
14
15
|
import 'redux';
|
|
15
16
|
import { h as hasCustomRenderer, i as isQueryIdentical, g as getComponent, a as isFunction, c as connect } from './index-882489e1.js';
|
package/dist/es/ReactiveList.js
CHANGED
|
@@ -8,9 +8,9 @@ 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-c2ff5178.js';
|
|
12
|
+
import { t as types } from './vueTypes-09cab4d3.js';
|
|
13
|
+
import { P as Pagination } from './Pagination-ae401c33.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';
|
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-09cab4d3.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-09cab4d3.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,11 +4,12 @@ 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';
|
|
7
8
|
import '@appbaseio/vue-emotion';
|
|
8
9
|
import '@emotion/css';
|
|
9
10
|
import 'polished';
|
|
10
|
-
import { f as filters, B as Button } from './Button-
|
|
11
|
-
import { t as types } from './vueTypes-
|
|
11
|
+
import { f as filters, B as Button } from './Button-c2ff5178.js';
|
|
12
|
+
import { t as types } from './vueTypes-09cab4d3.js';
|
|
12
13
|
import 'redux';
|
|
13
14
|
import { f as decodeHtml, c as connect } from './index-882489e1.js';
|
|
14
15
|
import { T as Title } from './Title-863dfa42.js';
|
|
@@ -4,19 +4,20 @@ 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';
|
|
7
8
|
import '@appbaseio/vue-emotion';
|
|
8
9
|
import '@emotion/css';
|
|
9
10
|
import 'polished';
|
|
10
|
-
import { l as loadMoreContainer, B as Button } from './Button-
|
|
11
|
-
import { t as types } from './vueTypes-
|
|
11
|
+
import { l as loadMoreContainer, B as Button } from './Button-c2ff5178.js';
|
|
12
|
+
import { t as types } from './vueTypes-09cab4d3.js';
|
|
12
13
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
13
14
|
import 'redux';
|
|
14
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-882489e1.js';
|
|
15
16
|
import { C as ComponentWrapper } from './ComponentWrapper-a2635cfc.js';
|
|
16
17
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
17
18
|
import { T as Title } from './Title-863dfa42.js';
|
|
18
|
-
import { c as Dropdown } from './DropDown-
|
|
19
|
-
import './Input-
|
|
19
|
+
import { c as Dropdown } from './DropDown-39fedff8.js';
|
|
20
|
+
import './Input-11d211d2.js';
|
|
20
21
|
import 'compute-scroll-into-view';
|
|
21
22
|
import { C as Container } from './Container-d00219f7.js';
|
|
22
23
|
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-09cab4d3.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
13
|
import { C as ComponentWrapper } from './ComponentWrapper-a2635cfc.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-11d211d2.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,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-09cab4d3.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';
|
package/dist/es/ToggleButton.js
CHANGED
|
@@ -3,11 +3,12 @@ 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';
|
|
6
7
|
import '@appbaseio/vue-emotion';
|
|
7
8
|
import '@emotion/css';
|
|
8
9
|
import 'polished';
|
|
9
|
-
import { B as Button, t as toggleButtons } from './Button-
|
|
10
|
-
import { t as types } from './vueTypes-
|
|
10
|
+
import { B as Button, t as toggleButtons } from './Button-c2ff5178.js';
|
|
11
|
+
import { t as types } from './vueTypes-09cab4d3.js';
|
|
11
12
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
12
13
|
import 'redux';
|
|
13
14
|
import { j as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-882489e1.js';
|
package/dist/es/index.js
CHANGED
|
@@ -8,9 +8,9 @@ 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-c2ff5178.js';
|
|
12
|
+
import './vueTypes-09cab4d3.js';
|
|
13
|
+
import './Pagination-ae401c33.js';
|
|
14
14
|
export { default as ReactiveList } from './ReactiveList.js';
|
|
15
15
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
16
16
|
import 'redux';
|
|
@@ -28,15 +28,15 @@ 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 './
|
|
31
|
+
import 'remarkable';
|
|
32
|
+
import { i as install } from './install-6011bce3.js';
|
|
33
|
+
export { A as AIAnswer, R as ReactiveComponentPrivate, S as SearchBox, T as TreeList, i as install } from './install-6011bce3.js';
|
|
34
|
+
import './DropDown-39fedff8.js';
|
|
35
|
+
import './Input-11d211d2.js';
|
|
35
36
|
import 'compute-scroll-into-view';
|
|
36
37
|
import './Container-d00219f7.js';
|
|
37
38
|
import 'vue-highlight-words';
|
|
38
39
|
import '@appbaseio/reactivecore/lib/actions/query';
|
|
39
|
-
import 'remarkable';
|
|
40
40
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
41
41
|
import './FormControlList-fe6eaee4.js';
|
|
42
42
|
import './utils-d7dd4f4e.js';
|