@appbaseio/reactivesearch-vue 3.0.0-rc.1 → 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.
Files changed (59) hide show
  1. package/dist/@appbaseio/reactivesearch-vue.umd.js +7363 -649
  2. package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
  3. package/dist/@appbaseio/reactivesearch-vue.umd.min.js +5 -5
  4. package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
  5. package/dist/cjs/{Button-d4da7470.js → Button-9e179864.js} +13 -6
  6. package/dist/cjs/{ComponentWrapper-9146d811.js → ComponentWrapper-0b9ffb1a.js} +3 -0
  7. package/dist/cjs/{DropDown-b16418e9.js → DropDown-aef75c14.js} +7 -4
  8. package/dist/cjs/DynamicRangeSlider.js +1 -1
  9. package/dist/cjs/{Input-497be42a.js → Input-56eba499.js} +71 -1
  10. package/dist/cjs/MultiDropdownList.js +6 -5
  11. package/dist/cjs/MultiList.js +3 -3
  12. package/dist/cjs/MultiRange.js +2 -2
  13. package/dist/cjs/{Pagination-b953a80a.js → Pagination-58a0cf3f.js} +2 -2
  14. package/dist/cjs/RangeInput.js +3 -3
  15. package/dist/cjs/RangeSlider.js +2 -2
  16. package/dist/cjs/ReactiveBase.js +4 -4
  17. package/dist/cjs/ReactiveComponent.js +2 -2
  18. package/dist/cjs/ReactiveGoogleMap.js +5 -4
  19. package/dist/cjs/ReactiveList.js +4 -4
  20. package/dist/cjs/ResultCard.js +1 -1
  21. package/dist/cjs/ResultList.js +1 -1
  22. package/dist/cjs/SelectedFilters.js +3 -2
  23. package/dist/cjs/SingleDropdownList.js +6 -5
  24. package/dist/cjs/SingleList.js +3 -3
  25. package/dist/cjs/SingleRange.js +2 -2
  26. package/dist/cjs/ToggleButton.js +4 -3
  27. package/dist/cjs/index.js +10 -7
  28. package/dist/cjs/{install-7cdf6798.js → install-b495bb2c.js} +1301 -158
  29. package/dist/cjs/install.js +9 -7
  30. package/dist/cjs/version.js +1 -1
  31. package/dist/cjs/{vueTypes-1bf00978.js → vueTypes-a5f1745e.js} +18 -0
  32. package/dist/es/{Button-fd869491.js → Button-c2ff5178.js} +13 -6
  33. package/dist/es/{ComponentWrapper-8a3c388d.js → ComponentWrapper-a2635cfc.js} +3 -0
  34. package/dist/es/{DropDown-fc1fef02.js → DropDown-39fedff8.js} +7 -4
  35. package/dist/es/DynamicRangeSlider.js +1 -1
  36. package/dist/es/{Input-f7499ef8.js → Input-11d211d2.js} +71 -2
  37. package/dist/es/MultiDropdownList.js +6 -5
  38. package/dist/es/MultiList.js +3 -3
  39. package/dist/es/MultiRange.js +2 -2
  40. package/dist/es/{Pagination-c2745bec.js → Pagination-ae401c33.js} +2 -2
  41. package/dist/es/RangeInput.js +3 -3
  42. package/dist/es/RangeSlider.js +2 -2
  43. package/dist/es/ReactiveBase.js +4 -4
  44. package/dist/es/ReactiveComponent.js +2 -2
  45. package/dist/es/ReactiveGoogleMap.js +5 -4
  46. package/dist/es/ReactiveList.js +4 -4
  47. package/dist/es/ResultCard.js +1 -1
  48. package/dist/es/ResultList.js +1 -1
  49. package/dist/es/SelectedFilters.js +3 -2
  50. package/dist/es/SingleDropdownList.js +6 -5
  51. package/dist/es/SingleList.js +3 -3
  52. package/dist/es/SingleRange.js +2 -2
  53. package/dist/es/ToggleButton.js +4 -3
  54. package/dist/es/index.js +10 -8
  55. package/dist/es/{install-0c7962bc.js → install-6011bce3.js} +1306 -164
  56. package/dist/es/install.js +9 -7
  57. package/dist/es/version.js +1 -1
  58. package/dist/es/{vueTypes-f1923c72.js → vueTypes-09cab4d3.js} +18 -0
  59. package/package.json +4 -3
@@ -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-d4da7470.js');
16
- require('./vueTypes-1bf00978.js');
17
- require('./Pagination-b953a80a.js');
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');
21
21
  require('./index-779ed366.js');
22
- require('./ComponentWrapper-9146d811.js');
22
+ require('./ComponentWrapper-0b9ffb1a.js');
23
23
  require('./PreferencesConsumer-85dee673.js');
24
24
  require('./Title-8802a218.js');
25
25
  require('./ListItem-7a682970.js');
@@ -32,12 +32,14 @@ require('@appbaseio/analytics');
32
32
  require('url-search-params-polyfill');
33
33
  require('./ReactiveBase.js');
34
34
  require('hotkeys-js');
35
- var install = require('./install-7cdf6798.js');
36
- require('./DropDown-b16418e9.js');
37
- require('./Input-497be42a.js');
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');
42
+ require('@appbaseio/reactivecore/lib/actions/query');
41
43
  require('@appbaseio/reactivecore/lib/utils/suggestions');
42
44
  require('./FormControlList-fadd792f.js');
43
45
  require('./utils-c9bd5628.js');
@@ -2,6 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var version = "3.0.0-rc.1";
5
+ var version = "3.0.0-rc.3";
6
6
 
7
7
  exports.default = version;
@@ -124,6 +124,24 @@ 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
127
145
  })
128
146
  };
129
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 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) {
26
+ var info = function info(_ref4) {
26
27
  var theme = _ref4.theme;
27
- return theme.colors ? theme.colors.backgroundColor : '#eee';
28
- }, function (_ref5) {
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.textColor : '';
32
+ return theme.colors ? theme.colors.backgroundColor : '#eee';
31
33
  }, function (_ref6) {
32
34
  var theme = _ref6.theme;
33
- return theme.colors && theme.colors.backgroundColor ? darken(0.1, theme.colors.backgroundColor) : '#ccc';
35
+ return theme.colors ? theme.colors.textColor : '';
34
36
  }, function (_ref7) {
35
37
  var theme = _ref7.theme;
36
- return theme.colors && theme.colors.primaryColor ? rgba(theme.colors.primaryColor, 0.6) : 'unset';
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) {
@@ -49,6 +49,9 @@ 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
+ }
52
55
  this.componentProps = parsedProps;
53
56
  this.componentId = this.componentProps.componentId;
54
57
  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-f1923c72.js';
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-f7499ef8.js';
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 flex: 1;\n position: relative;\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-f1923c72.js';
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-fd869491.js';
11
- import { t as types } from './vueTypes-f1923c72.js';
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-8a3c388d.js';
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-fc1fef02.js';
19
- import './Input-f7499ef8.js';
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';
@@ -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-f1923c72.js';
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-8a3c388d.js';
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-f7499ef8.js';
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';
@@ -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-f1923c72.js';
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-8a3c388d.js';
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-fd869491.js';
6
- import { t as types } from './vueTypes-f1923c72.js';
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);
@@ -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-f1923c72.js';
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-8a3c388d.js';
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-f7499ef8.js';
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';
@@ -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-f1923c72.js';
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-8a3c388d.js';
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';
@@ -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-f1923c72.js';
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: '#fff',
315
+ textColor: '#ffffffcf',
316
316
  backgroundColor: '#212121',
317
- primaryTextColor: '#fff',
317
+ primaryTextColor: '#ffffffcf',
318
318
  primaryColor: '#2196F3',
319
- titleColor: '#fff',
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-f1923c72.js';
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-8a3c388d.js';
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,16 +4,17 @@ 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-fd869491.js';
11
- import { t as types } from './vueTypes-f1923c72.js';
12
- import { P as Pagination } from './Pagination-c2745bec.js';
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-8a3c388d.js';
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
20
  import VueGoogleMaps, { InfoWindow, MapElementMixin, Marker, GMapCluster, Map } from 'vue-google-maps-community-fork';
@@ -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-fd869491.js';
12
- import { t as types } from './vueTypes-f1923c72.js';
13
- import { P as Pagination } from './Pagination-c2745bec.js';
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-8a3c388d.js';
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';
@@ -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-f1923c72.js';
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
 
@@ -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-f1923c72.js';
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-fd869491.js';
11
- import { t as types } from './vueTypes-f1923c72.js';
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-fd869491.js';
11
- import { t as types } from './vueTypes-f1923c72.js';
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-8a3c388d.js';
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-fc1fef02.js';
19
- import './Input-f7499ef8.js';
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';
@@ -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-f1923c72.js';
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-8a3c388d.js';
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-f7499ef8.js';
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';
@@ -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-f1923c72.js';
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-8a3c388d.js';
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';
@@ -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-fd869491.js';
10
- import { t as types } from './vueTypes-f1923c72.js';
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-8a3c388d.js';
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-fd869491.js';
12
- import './vueTypes-f1923c72.js';
13
- import './Pagination-c2745bec.js';
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-8a3c388d.js';
18
+ import './ComponentWrapper-a2635cfc.js';
19
19
  import './PreferencesConsumer-b058d14e.js';
20
20
  import './Title-863dfa42.js';
21
21
  import './ListItem-e3c6acf4.js';
@@ -28,13 +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 { 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';
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';
39
+ import '@appbaseio/reactivecore/lib/actions/query';
38
40
  import '@appbaseio/reactivecore/lib/utils/suggestions';
39
41
  import './FormControlList-fe6eaee4.js';
40
42
  import './utils-d7dd4f4e.js';