@appbaseio/reactivesearch-vue 3.0.0-rc.5.alpha.4 → 3.0.0-rc.6
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 +39803 -35283
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +32 -32
- 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/{ComponentWrapper-9146d811.js → ComponentWrapper-0b9ffb1a.js} +3 -0
- package/dist/cjs/DropDown-aef75c14.js +702 -0
- package/dist/cjs/DynamicRangeSlider.js +1 -1
- package/dist/cjs/{Input-497be42a.js → Input-56eba499.js} +71 -1
- package/dist/cjs/MultiDropdownList.js +6 -6
- package/dist/cjs/MultiList.js +3 -3
- package/dist/cjs/MultiRange.js +2 -2
- package/dist/cjs/{Pagination-b953a80a.js → Pagination-58a0cf3f.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 +6 -5
- 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 +3 -2
- package/dist/cjs/SingleDropdownList.js +6 -6
- package/dist/cjs/SingleList.js +3 -3
- package/dist/cjs/SingleRange.js +2 -2
- package/dist/cjs/ToggleButton.js +4 -3
- package/dist/cjs/index.js +14 -13
- package/dist/cjs/install-70991c13.js +3820 -0
- package/dist/cjs/install.js +9 -9
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/{vueTypes-1bf00978.js → vueTypes-a5f1745e.js} +18 -0
- package/dist/es/{Button-fd869491.js → Button-c2ff5178.js} +13 -6
- package/dist/es/{ComponentWrapper-8a3c388d.js → ComponentWrapper-a2635cfc.js} +3 -0
- package/dist/es/DropDown-39fedff8.js +693 -0
- package/dist/es/DynamicRangeSlider.js +1 -1
- package/dist/es/{Input-f7499ef8.js → Input-11d211d2.js} +71 -2
- package/dist/es/MultiDropdownList.js +6 -6
- package/dist/es/MultiList.js +3 -3
- package/dist/es/MultiRange.js +2 -2
- package/dist/es/{Pagination-c2745bec.js → Pagination-ae401c33.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 +6 -5
- 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 +3 -2
- package/dist/es/SingleDropdownList.js +6 -6
- package/dist/es/SingleList.js +3 -3
- package/dist/es/SingleRange.js +2 -2
- package/dist/es/ToggleButton.js +4 -3
- package/dist/es/index.js +11 -11
- package/dist/es/install-8296e8da.js +3812 -0
- package/dist/es/install.js +9 -9
- package/dist/es/version.js +1 -1
- package/dist/es/{vueTypes-f1923c72.js → vueTypes-09cab4d3.js} +18 -0
- package/package.json +7 -5
- package/dist/cjs/CancelSvg-ab0f8b23.js +0 -409
- package/dist/cjs/DropDown-e7125b72.js +0 -299
- package/dist/cjs/SearchBox.js +0 -1853
- package/dist/cjs/install-3c4520bf.js +0 -874
- package/dist/es/CancelSvg-e7ae49e9.js +0 -401
- package/dist/es/DropDown-13afb4d2.js +0 -295
- package/dist/es/SearchBox.js +0 -1847
- package/dist/es/install-ff8b0750.js +0 -868
|
@@ -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,24 +4,24 @@ 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
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
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 './
|
|
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';
|
|
23
24
|
import { g as getAggsQuery } from './utils-d7dd4f4e.js';
|
|
24
|
-
import { D as Dropdown } from './DropDown-13afb4d2.js';
|
|
25
25
|
|
|
26
26
|
function _isSlot(s) {
|
|
27
27
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !isVNode(s);
|
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
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
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,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-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';
|
|
13
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
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
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-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,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-09cab4d3.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-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,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-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';
|
|
11
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
11
|
+
import { C as ComponentWrapper } from './ComponentWrapper-a2635cfc.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-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';
|
|
@@ -312,11 +312,11 @@ var light = {
|
|
|
312
312
|
var dark = {
|
|
313
313
|
typography: typography,
|
|
314
314
|
colors: {
|
|
315
|
-
textColor: '#
|
|
315
|
+
textColor: '#ffffffcf',
|
|
316
316
|
backgroundColor: '#212121',
|
|
317
|
-
primaryTextColor: '#
|
|
317
|
+
primaryTextColor: '#ffffffcf',
|
|
318
318
|
primaryColor: '#2196F3',
|
|
319
|
-
titleColor: '#
|
|
319
|
+
titleColor: '#ffffffcf',
|
|
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-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';
|
|
10
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
10
|
+
import { C as ComponentWrapper } from './ComponentWrapper-a2635cfc.js';
|
|
11
11
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
12
12
|
|
|
13
13
|
var _excluded = ["options"];
|
|
@@ -4,19 +4,20 @@ 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';
|
|
16
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
17
|
+
import { C as ComponentWrapper } from './ComponentWrapper-a2635cfc.js';
|
|
17
18
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
18
19
|
import { C as Checkbox } from './FormControlList-fe6eaee4.js';
|
|
19
|
-
import VueGoogleMaps, { InfoWindow, MapElementMixin, Marker, GMapCluster, Map } from '
|
|
20
|
+
import VueGoogleMaps, { InfoWindow, MapElementMixin, Marker, GMapCluster, Map } from 'vue-google-maps-community-fork';
|
|
20
21
|
import geohash from 'ngeohash';
|
|
21
22
|
|
|
22
23
|
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-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';
|
|
17
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
17
|
+
import { C as ComponentWrapper } from './ComponentWrapper-a2635cfc.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-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,24 +4,24 @@ 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
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
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 './
|
|
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';
|
|
23
24
|
import { g as getAggsQuery } from './utils-d7dd4f4e.js';
|
|
24
|
-
import { D as Dropdown } from './DropDown-13afb4d2.js';
|
|
25
25
|
|
|
26
26
|
function _isSlot(s) {
|
|
27
27
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !isVNode(s);
|
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
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
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,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-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';
|
|
13
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
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
16
|
import { C as Container } from './Container-d00219f7.js';
|
package/dist/es/ToggleButton.js
CHANGED
|
@@ -3,15 +3,16 @@ 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';
|
|
14
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
15
|
+
import { C as ComponentWrapper } from './ComponentWrapper-a2635cfc.js';
|
|
15
16
|
import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
|
|
16
17
|
import { T as Title } from './Title-863dfa42.js';
|
|
17
18
|
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-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';
|
|
17
17
|
import './index-882489e1.js';
|
|
18
|
-
import './ComponentWrapper-
|
|
18
|
+
import './ComponentWrapper-a2635cfc.js';
|
|
19
19
|
import './PreferencesConsumer-b058d14e.js';
|
|
20
20
|
import './Title-863dfa42.js';
|
|
21
21
|
import './ListItem-e3c6acf4.js';
|
|
@@ -28,21 +28,21 @@ 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
|
-
|
|
32
|
-
import './
|
|
33
|
-
|
|
31
|
+
import 'remarkable';
|
|
32
|
+
import { i as install } from './install-8296e8da.js';
|
|
33
|
+
export { A as AIAnswer, R as ReactiveComponentPrivate, S as SearchBox, T as TreeList, i as install } from './install-8296e8da.js';
|
|
34
|
+
import './DropDown-39fedff8.js';
|
|
35
|
+
import './Input-11d211d2.js';
|
|
34
36
|
import 'compute-scroll-into-view';
|
|
35
37
|
import './Container-d00219f7.js';
|
|
36
38
|
import 'vue-highlight-words';
|
|
39
|
+
import '@appbaseio/reactivecore/lib/actions/query';
|
|
37
40
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
38
41
|
import './FormControlList-fe6eaee4.js';
|
|
39
42
|
import './utils-d7dd4f4e.js';
|
|
40
43
|
export { default as SingleList } from './SingleList.js';
|
|
41
44
|
export { default as MultiList } from './MultiList.js';
|
|
42
45
|
import '@appbaseio/reactivecore/lib/utils/types';
|
|
43
|
-
import { i as install } from './install-ff8b0750.js';
|
|
44
|
-
export { R as ReactiveComponentPrivate, T as TreeList, i as install } from './install-ff8b0750.js';
|
|
45
|
-
import './DropDown-13afb4d2.js';
|
|
46
46
|
export { default as SingleDropdownList } from './SingleDropdownList.js';
|
|
47
47
|
export { default as MultiDropdownList } from './MultiDropdownList.js';
|
|
48
48
|
export { default as ToggleButton } from './ToggleButton.js';
|
|
@@ -57,7 +57,7 @@ export { default as SelectedFilters } from './SelectedFilters.js';
|
|
|
57
57
|
export { default as ResultCard } from './ResultCard.js';
|
|
58
58
|
export { default as ResultList } from './ResultList.js';
|
|
59
59
|
export { default as StateProvider } from './StateProvider.js';
|
|
60
|
-
import '
|
|
60
|
+
import 'vue-google-maps-community-fork';
|
|
61
61
|
import 'ngeohash';
|
|
62
62
|
export { default as ReactiveGoogleMap } from './ReactiveGoogleMap.js';
|
|
63
63
|
import 'vue/server-renderer';
|