@appbaseio/reactivesearch-vue 1.27.0-gamma.2 → 1.27.0-gamma.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 (31) hide show
  1. package/dist/@appbaseio/reactivesearch-vue.umd.js +4 -8
  2. package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
  3. package/dist/@appbaseio/reactivesearch-vue.umd.min.js +2 -2
  4. package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
  5. package/dist/cjs/{DataSearch-37dfdf39.js → DataSearch-0ef14926.js} +1 -1
  6. package/dist/cjs/DataSearch.js +2 -2
  7. package/dist/cjs/{DropDown-0076babc.js → DropDown-e4381fcc.js} +1 -1
  8. package/dist/cjs/{Input-a9ee53ed.js → Input-0d7b25ad.js} +1 -1
  9. package/dist/cjs/MultiDropdownList.js +2 -2
  10. package/dist/cjs/MultiList.js +1 -1
  11. package/dist/cjs/RangeInput.js +1 -1
  12. package/dist/cjs/SingleDropdownList.js +2 -2
  13. package/dist/cjs/SingleList.js +1 -1
  14. package/dist/cjs/index.js +4 -4
  15. package/dist/cjs/{install-d95c7185.js → install-311df9cc.js} +4 -8
  16. package/dist/cjs/install.js +4 -4
  17. package/dist/cjs/version.js +1 -1
  18. package/dist/es/{DataSearch-77325036.js → DataSearch-be45e960.js} +1 -1
  19. package/dist/es/DataSearch.js +2 -2
  20. package/dist/es/{DropDown-0dd8f2a3.js → DropDown-ff6ad982.js} +1 -1
  21. package/dist/es/{Input-10b1d62d.js → Input-e339e63a.js} +1 -1
  22. package/dist/es/MultiDropdownList.js +2 -2
  23. package/dist/es/MultiList.js +1 -1
  24. package/dist/es/RangeInput.js +1 -1
  25. package/dist/es/SingleDropdownList.js +2 -2
  26. package/dist/es/SingleList.js +1 -1
  27. package/dist/es/index.js +5 -5
  28. package/dist/es/{install-432674ef.js → install-af797de0.js} +4 -8
  29. package/dist/es/install.js +4 -4
  30. package/dist/es/version.js +1 -1
  31. package/package.json +1 -1
@@ -17,7 +17,7 @@ var Title = require('./Title-584a8cc8.js');
17
17
  var Flex = require('./Flex-f146cdad.js');
18
18
  var hotkeys = _interopDefault(require('hotkeys-js'));
19
19
  var CancelSvg = require('./CancelSvg-4aa35935.js');
20
- var Input = require('./Input-a9ee53ed.js');
20
+ var Input = require('./Input-0d7b25ad.js');
21
21
  var Container = require('./Container-526efa6a.js');
22
22
  var Highlight = _interopDefault(require('vue-highlight-words'));
23
23
 
@@ -18,9 +18,9 @@ require('./ComponentWrapper-10bad289.js');
18
18
  require('./Title-584a8cc8.js');
19
19
  require('./Flex-f146cdad.js');
20
20
  require('hotkeys-js');
21
- var DataSearch = require('./DataSearch-37dfdf39.js');
21
+ var DataSearch = require('./DataSearch-0ef14926.js');
22
22
  require('./CancelSvg-4aa35935.js');
23
- require('./Input-a9ee53ed.js');
23
+ require('./Input-0d7b25ad.js');
24
24
  require('compute-scroll-into-view');
25
25
  require('./Container-526efa6a.js');
26
26
  require('vue-highlight-words');
@@ -13,7 +13,7 @@ var vueTypes = require('./vueTypes-57d01f18.js');
13
13
  var index = require('./index-4509aa45.js');
14
14
  var _mergeJSXProps = _interopDefault(require('@vue/babel-helper-vue-jsx-merge-props'));
15
15
  var CancelSvg = require('./CancelSvg-4aa35935.js');
16
- var Input = require('./Input-a9ee53ed.js');
16
+ var Input = require('./Input-0d7b25ad.js');
17
17
  var suggestions = require('@appbaseio/reactivecore/lib/utils/suggestions');
18
18
 
19
19
  var _templateObject, _templateObject2, _templateObject3, _templateObject4;
@@ -64,7 +64,7 @@ var Input = styled__default('input')(_templateObject5 || (_templateObject5 = _ro
64
64
  });
65
65
 
66
66
  var suggestions = function suggestions(themePreset, theme) {
67
- return emotion.css(_templateObject14 || (_templateObject14 = _rollupPluginBabelHelpers._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: min(100vh, 395px);\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\tcursor: pointer;\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\n\t\t&:hover,\n\t\t&:focus {\n\t\t\tbackground-color: #eee;\n\t\t}\n\t}\n\n\t", ";\n"])), themePreset === 'dark' && theme && dark(theme));
67
+ return emotion.css(_templateObject14 || (_templateObject14 = _rollupPluginBabelHelpers._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: min(100vh, 402px);\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\tcursor: pointer;\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\n\t\t&:hover,\n\t\t&:focus {\n\t\t\tbackground-color: #eee;\n\t\t}\n\t}\n\n\t", ";\n"])), themePreset === 'dark' && theme && dark(theme));
68
68
  };
69
69
 
70
70
  var suggestionsContainer = emotion.css(_templateObject15 || (_templateObject15 = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\tposition: relative;\n\t.cancel-icon {\n\t\tcursor: pointer;\n\t}\n"])));
@@ -21,12 +21,12 @@ var ComponentWrapper = require('./ComponentWrapper-10bad289.js');
21
21
  require('@vue/babel-helper-vue-jsx-merge-props');
22
22
  var Title = require('./Title-584a8cc8.js');
23
23
  require('./CancelSvg-4aa35935.js');
24
- require('./Input-a9ee53ed.js');
24
+ require('./Input-0d7b25ad.js');
25
25
  require('compute-scroll-into-view');
26
26
  var Container = require('./Container-526efa6a.js');
27
27
  require('@appbaseio/reactivecore/lib/utils/suggestions');
28
28
  var utils = require('./utils-1219e1fe.js');
29
- var DropDown = require('./DropDown-0076babc.js');
29
+ var DropDown = require('./DropDown-e4381fcc.js');
30
30
 
31
31
  var updateQuery = configureStore.Actions.updateQuery,
32
32
  setQueryOptions = configureStore.Actions.setQueryOptions,
@@ -18,7 +18,7 @@ require('redux');
18
18
  var index = require('./index-4509aa45.js');
19
19
  var ComponentWrapper = require('./ComponentWrapper-10bad289.js');
20
20
  var Title = require('./Title-584a8cc8.js');
21
- var Input = require('./Input-a9ee53ed.js');
21
+ var Input = require('./Input-0d7b25ad.js');
22
22
  var Container = require('./Container-526efa6a.js');
23
23
  var suggestions = require('@appbaseio/reactivecore/lib/utils/suggestions');
24
24
  var FormControlList = require('./FormControlList-808dbcef.js');
@@ -20,7 +20,7 @@ var index = require('./index-4509aa45.js');
20
20
  var ComponentWrapper = require('./ComponentWrapper-10bad289.js');
21
21
  require('./Title-584a8cc8.js');
22
22
  var Flex = require('./Flex-f146cdad.js');
23
- var Input = require('./Input-a9ee53ed.js');
23
+ var Input = require('./Input-0d7b25ad.js');
24
24
  var Container = require('./Container-526efa6a.js');
25
25
  require('vue-no-ssr');
26
26
  require('./ssr-0ee35a09.js');
@@ -21,12 +21,12 @@ var ComponentWrapper = require('./ComponentWrapper-10bad289.js');
21
21
  require('@vue/babel-helper-vue-jsx-merge-props');
22
22
  var Title = require('./Title-584a8cc8.js');
23
23
  require('./CancelSvg-4aa35935.js');
24
- require('./Input-a9ee53ed.js');
24
+ require('./Input-0d7b25ad.js');
25
25
  require('compute-scroll-into-view');
26
26
  var Container = require('./Container-526efa6a.js');
27
27
  require('@appbaseio/reactivecore/lib/utils/suggestions');
28
28
  var utils = require('./utils-1219e1fe.js');
29
- var DropDown = require('./DropDown-0076babc.js');
29
+ var DropDown = require('./DropDown-e4381fcc.js');
30
30
 
31
31
  var updateQuery = configureStore.Actions.updateQuery,
32
32
  setQueryOptions = configureStore.Actions.setQueryOptions,
@@ -18,7 +18,7 @@ require('redux');
18
18
  var index = require('./index-4509aa45.js');
19
19
  var ComponentWrapper = require('./ComponentWrapper-10bad289.js');
20
20
  var Title = require('./Title-584a8cc8.js');
21
- var Input = require('./Input-a9ee53ed.js');
21
+ var Input = require('./Input-0d7b25ad.js');
22
22
  var Container = require('./Container-526efa6a.js');
23
23
  var suggestions = require('@appbaseio/reactivecore/lib/utils/suggestions');
24
24
  var FormControlList = require('./FormControlList-808dbcef.js');
package/dist/cjs/index.js CHANGED
@@ -27,19 +27,19 @@ require('appbase-js');
27
27
  require('url-search-params-polyfill');
28
28
  var ReactiveBase = require('./ReactiveBase.js');
29
29
  require('hotkeys-js');
30
- var DataSearch = require('./DataSearch-37dfdf39.js');
30
+ var DataSearch = require('./DataSearch-0ef14926.js');
31
31
  require('./CancelSvg-4aa35935.js');
32
- require('./Input-a9ee53ed.js');
32
+ require('./Input-0d7b25ad.js');
33
33
  require('compute-scroll-into-view');
34
34
  require('./Container-526efa6a.js');
35
35
  require('vue-highlight-words');
36
- var install = require('./install-d95c7185.js');
36
+ var install = require('./install-311df9cc.js');
37
37
  require('@appbaseio/reactivecore/lib/utils/suggestions');
38
38
  require('./FormControlList-808dbcef.js');
39
39
  require('./utils-1219e1fe.js');
40
40
  var SingleList = require('./SingleList.js');
41
41
  var MultiList = require('./MultiList.js');
42
- require('./DropDown-0076babc.js');
42
+ require('./DropDown-e4381fcc.js');
43
43
  var SingleDropdownList = require('./SingleDropdownList.js');
44
44
  var MultiDropdownList = require('./MultiDropdownList.js');
45
45
  var ToggleButton = require('./ToggleButton.js');
@@ -17,9 +17,9 @@ var ComponentWrapper = require('./ComponentWrapper-10bad289.js');
17
17
  var Title = require('./Title-584a8cc8.js');
18
18
  var ReactiveBase = require('./ReactiveBase.js');
19
19
  var hotkeys = _interopDefault(require('hotkeys-js'));
20
- var DataSearch = require('./DataSearch-37dfdf39.js');
20
+ var DataSearch = require('./DataSearch-0ef14926.js');
21
21
  var CancelSvg = require('./CancelSvg-4aa35935.js');
22
- var Input = require('./Input-a9ee53ed.js');
22
+ var Input = require('./Input-0d7b25ad.js');
23
23
  var Container = require('./Container-526efa6a.js');
24
24
  var SingleList = require('./SingleList.js');
25
25
  var MultiList = require('./MultiList.js');
@@ -712,9 +712,7 @@ var SearchBox = {
712
712
 
713
713
  if (addonBefore) {
714
714
  return h(DataSearch.InputAddon, {
715
- "attrs": {
716
- "className": "addon-before"
717
- }
715
+ "class": "addon-before"
718
716
  }, [addonBefore()]);
719
717
  }
720
718
 
@@ -726,9 +724,7 @@ var SearchBox = {
726
724
 
727
725
  if (addonAfter) {
728
726
  return h(DataSearch.InputAddon, {
729
- "attrs": {
730
- "className": "addon-after"
731
- }
727
+ "class": "addon-after"
732
728
  }, [addonAfter()]);
733
729
  }
734
730
 
@@ -27,19 +27,19 @@ require('appbase-js');
27
27
  require('url-search-params-polyfill');
28
28
  require('./ReactiveBase.js');
29
29
  require('hotkeys-js');
30
- require('./DataSearch-37dfdf39.js');
30
+ require('./DataSearch-0ef14926.js');
31
31
  require('./CancelSvg-4aa35935.js');
32
- require('./Input-a9ee53ed.js');
32
+ require('./Input-0d7b25ad.js');
33
33
  require('compute-scroll-into-view');
34
34
  require('./Container-526efa6a.js');
35
35
  require('vue-highlight-words');
36
- var install = require('./install-d95c7185.js');
36
+ var install = require('./install-311df9cc.js');
37
37
  require('@appbaseio/reactivecore/lib/utils/suggestions');
38
38
  require('./FormControlList-808dbcef.js');
39
39
  require('./utils-1219e1fe.js');
40
40
  require('./SingleList.js');
41
41
  require('./MultiList.js');
42
- require('./DropDown-0076babc.js');
42
+ require('./DropDown-e4381fcc.js');
43
43
  require('./SingleDropdownList.js');
44
44
  require('./MultiDropdownList.js');
45
45
  require('./ToggleButton.js');
@@ -2,6 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var version = "1.27.0-gamma.2";
5
+ var version = "1.27.0-gamma.3";
6
6
 
7
7
  exports.default = version;
@@ -11,7 +11,7 @@ import { T as Title } from './Title-3522ff56.js';
11
11
  import { F as Flex } from './Flex-8770345d.js';
12
12
  import hotkeys from 'hotkeys-js';
13
13
  import { I as IconWrapper, C as CancelSvg, a as IconGroup, D as Downshift, b as InputWrapper } from './CancelSvg-c2c03a35.js';
14
- import { n as noSuggestions, s as suggestionsContainer, I as Input, a as suggestions } from './Input-10b1d62d.js';
14
+ import { n as noSuggestions, s as suggestionsContainer, I as Input, a as suggestions } from './Input-e339e63a.js';
15
15
  import { C as Container } from './Container-18b03fde.js';
16
16
  import Highlight from 'vue-highlight-words';
17
17
 
@@ -14,9 +14,9 @@ import './ComponentWrapper-0f3431d1.js';
14
14
  import './Title-3522ff56.js';
15
15
  import './Flex-8770345d.js';
16
16
  import 'hotkeys-js';
17
- export { D as default } from './DataSearch-77325036.js';
17
+ export { D as default } from './DataSearch-be45e960.js';
18
18
  import './CancelSvg-c2c03a35.js';
19
- import './Input-10b1d62d.js';
19
+ import './Input-e339e63a.js';
20
20
  import 'compute-scroll-into-view';
21
21
  import './Container-18b03fde.js';
22
22
  import 'vue-highlight-words';
@@ -7,7 +7,7 @@ import { t as types } from './vueTypes-687b2304.js';
7
7
  import { a as isFunction } from './index-78920565.js';
8
8
  import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props';
9
9
  import { D as Downshift, b as InputWrapper, a as IconGroup, I as IconWrapper, C as CancelSvg } from './CancelSvg-c2c03a35.js';
10
- import { s as suggestionsContainer, a as suggestions, I as Input } from './Input-10b1d62d.js';
10
+ import { s as suggestionsContainer, a as suggestions, I as Input } from './Input-e339e63a.js';
11
11
  import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
12
12
 
13
13
  var _templateObject, _templateObject2, _templateObject3, _templateObject4;
@@ -59,7 +59,7 @@ var Input = styled('input')(_templateObject5 || (_templateObject5 = _taggedTempl
59
59
  });
60
60
 
61
61
  var suggestions = function suggestions(themePreset, theme) {
62
- return css(_templateObject14 || (_templateObject14 = _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: min(100vh, 395px);\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\tcursor: pointer;\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\n\t\t&:hover,\n\t\t&:focus {\n\t\t\tbackground-color: #eee;\n\t\t}\n\t}\n\n\t", ";\n"])), themePreset === 'dark' && theme && dark(theme));
62
+ return css(_templateObject14 || (_templateObject14 = _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: min(100vh, 402px);\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\tcursor: pointer;\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\n\t\t&:hover,\n\t\t&:focus {\n\t\t\tbackground-color: #eee;\n\t\t}\n\t}\n\n\t", ";\n"])), themePreset === 'dark' && theme && dark(theme));
63
63
  };
64
64
 
65
65
  var suggestionsContainer = css(_templateObject15 || (_templateObject15 = _taggedTemplateLiteralLoose(["\n\tposition: relative;\n\t.cancel-icon {\n\t\tcursor: pointer;\n\t}\n"])));
@@ -14,12 +14,12 @@ import { C as ComponentWrapper } from './ComponentWrapper-0f3431d1.js';
14
14
  import '@vue/babel-helper-vue-jsx-merge-props';
15
15
  import { T as Title } from './Title-3522ff56.js';
16
16
  import './CancelSvg-c2c03a35.js';
17
- import './Input-10b1d62d.js';
17
+ import './Input-e339e63a.js';
18
18
  import 'compute-scroll-into-view';
19
19
  import { C as Container } from './Container-18b03fde.js';
20
20
  import '@appbaseio/reactivecore/lib/utils/suggestions';
21
21
  import { g as getAggsQuery } from './utils-64a2e5f0.js';
22
- import { D as Dropdown } from './DropDown-0dd8f2a3.js';
22
+ import { D as Dropdown } from './DropDown-ff6ad982.js';
23
23
 
24
24
  var updateQuery = Actions.updateQuery,
25
25
  setQueryOptions = Actions.setQueryOptions,
@@ -11,7 +11,7 @@ import 'redux';
11
11
  import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, n as isEvent, o as parseValueArray, g as getComponent, h as hasCustomRenderer, c as connect } from './index-78920565.js';
12
12
  import { C as ComponentWrapper } from './ComponentWrapper-0f3431d1.js';
13
13
  import { T as Title } from './Title-3522ff56.js';
14
- import { I as Input } from './Input-10b1d62d.js';
14
+ import { I as Input } from './Input-e339e63a.js';
15
15
  import { C as Container } from './Container-18b03fde.js';
16
16
  import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
17
17
  import { U as UL, C as Checkbox } from './FormControlList-704f8dee.js';
@@ -12,7 +12,7 @@ import { c as connect } from './index-78920565.js';
12
12
  import { C as ComponentWrapper } from './ComponentWrapper-0f3431d1.js';
13
13
  import './Title-3522ff56.js';
14
14
  import { F as Flex } from './Flex-8770345d.js';
15
- import { I as Input } from './Input-10b1d62d.js';
15
+ import { I as Input } from './Input-e339e63a.js';
16
16
  import { C as Container } from './Container-18b03fde.js';
17
17
  import 'vue-no-ssr';
18
18
  import './ssr-a41dfea9.js';
@@ -14,12 +14,12 @@ import { C as ComponentWrapper } from './ComponentWrapper-0f3431d1.js';
14
14
  import '@vue/babel-helper-vue-jsx-merge-props';
15
15
  import { T as Title } from './Title-3522ff56.js';
16
16
  import './CancelSvg-c2c03a35.js';
17
- import './Input-10b1d62d.js';
17
+ import './Input-e339e63a.js';
18
18
  import 'compute-scroll-into-view';
19
19
  import { C as Container } from './Container-18b03fde.js';
20
20
  import '@appbaseio/reactivecore/lib/utils/suggestions';
21
21
  import { g as getAggsQuery } from './utils-64a2e5f0.js';
22
- import { D as Dropdown } from './DropDown-0dd8f2a3.js';
22
+ import { D as Dropdown } from './DropDown-ff6ad982.js';
23
23
 
24
24
  var updateQuery = Actions.updateQuery,
25
25
  setQueryOptions = Actions.setQueryOptions,
@@ -11,7 +11,7 @@ import 'redux';
11
11
  import { f as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical, a as isFunction, g as getComponent, n as isEvent, h as hasCustomRenderer, c as connect } from './index-78920565.js';
12
12
  import { C as ComponentWrapper } from './ComponentWrapper-0f3431d1.js';
13
13
  import { T as Title } from './Title-3522ff56.js';
14
- import { I as Input } from './Input-10b1d62d.js';
14
+ import { I as Input } from './Input-e339e63a.js';
15
15
  import { C as Container } from './Container-18b03fde.js';
16
16
  import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
17
17
  import { U as UL, R as Radio } from './FormControlList-704f8dee.js';
package/dist/es/index.js CHANGED
@@ -23,20 +23,20 @@ import 'appbase-js';
23
23
  import 'url-search-params-polyfill';
24
24
  export { default as ReactiveBase } from './ReactiveBase.js';
25
25
  import 'hotkeys-js';
26
- export { D as DataSearch } from './DataSearch-77325036.js';
26
+ export { D as DataSearch } from './DataSearch-be45e960.js';
27
27
  import './CancelSvg-c2c03a35.js';
28
- import './Input-10b1d62d.js';
28
+ import './Input-e339e63a.js';
29
29
  import 'compute-scroll-into-view';
30
30
  import './Container-18b03fde.js';
31
31
  import 'vue-highlight-words';
32
- import { i as install } from './install-432674ef.js';
33
- export { S as SearchBox, i as install } from './install-432674ef.js';
32
+ import { i as install } from './install-af797de0.js';
33
+ export { S as SearchBox, i as install } from './install-af797de0.js';
34
34
  import '@appbaseio/reactivecore/lib/utils/suggestions';
35
35
  import './FormControlList-704f8dee.js';
36
36
  import './utils-64a2e5f0.js';
37
37
  export { default as SingleList } from './SingleList.js';
38
38
  export { default as MultiList } from './MultiList.js';
39
- import './DropDown-0dd8f2a3.js';
39
+ import './DropDown-ff6ad982.js';
40
40
  export { default as SingleDropdownList } from './SingleDropdownList.js';
41
41
  export { default as MultiDropdownList } from './MultiDropdownList.js';
42
42
  export { default as ToggleButton } from './ToggleButton.js';
@@ -11,9 +11,9 @@ import { C as ComponentWrapper } from './ComponentWrapper-0f3431d1.js';
11
11
  import { T as Title } from './Title-3522ff56.js';
12
12
  import ReactiveBase from './ReactiveBase.js';
13
13
  import hotkeys from 'hotkeys-js';
14
- import { S as SearchSvg, a as SuggestionWrapper, I as InputAddon, M as Mic, b as InputGroup, C as CustomSvg, c as SuggestionItem, D as DataSearch } from './DataSearch-77325036.js';
14
+ import { S as SearchSvg, a as SuggestionWrapper, I as InputAddon, M as Mic, b as InputGroup, C as CustomSvg, c as SuggestionItem, D as DataSearch } from './DataSearch-be45e960.js';
15
15
  import { C as CancelSvg, a as IconGroup, I as IconWrapper, D as Downshift, b as InputWrapper } from './CancelSvg-c2c03a35.js';
16
- import { s as suggestionsContainer, I as Input, a as suggestions } from './Input-10b1d62d.js';
16
+ import { s as suggestionsContainer, I as Input, a as suggestions } from './Input-e339e63a.js';
17
17
  import { C as Container } from './Container-18b03fde.js';
18
18
  import SingleList from './SingleList.js';
19
19
  import MultiList from './MultiList.js';
@@ -706,9 +706,7 @@ var SearchBox = {
706
706
 
707
707
  if (addonBefore) {
708
708
  return h(InputAddon, {
709
- "attrs": {
710
- "className": "addon-before"
711
- }
709
+ "class": "addon-before"
712
710
  }, [addonBefore()]);
713
711
  }
714
712
 
@@ -720,9 +718,7 @@ var SearchBox = {
720
718
 
721
719
  if (addonAfter) {
722
720
  return h(InputAddon, {
723
- "attrs": {
724
- "className": "addon-after"
725
- }
721
+ "class": "addon-after"
726
722
  }, [addonAfter()]);
727
723
  }
728
724
 
@@ -23,19 +23,19 @@ import 'appbase-js';
23
23
  import 'url-search-params-polyfill';
24
24
  import './ReactiveBase.js';
25
25
  import 'hotkeys-js';
26
- import './DataSearch-77325036.js';
26
+ import './DataSearch-be45e960.js';
27
27
  import './CancelSvg-c2c03a35.js';
28
- import './Input-10b1d62d.js';
28
+ import './Input-e339e63a.js';
29
29
  import 'compute-scroll-into-view';
30
30
  import './Container-18b03fde.js';
31
31
  import 'vue-highlight-words';
32
- export { i as default } from './install-432674ef.js';
32
+ export { i as default } from './install-af797de0.js';
33
33
  import '@appbaseio/reactivecore/lib/utils/suggestions';
34
34
  import './FormControlList-704f8dee.js';
35
35
  import './utils-64a2e5f0.js';
36
36
  import './SingleList.js';
37
37
  import './MultiList.js';
38
- import './DropDown-0dd8f2a3.js';
38
+ import './DropDown-ff6ad982.js';
39
39
  import './SingleDropdownList.js';
40
40
  import './MultiDropdownList.js';
41
41
  import './ToggleButton.js';
@@ -1,3 +1,3 @@
1
- var version = "1.27.0-gamma.2";
1
+ var version = "1.27.0-gamma.3";
2
2
 
3
3
  export default version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appbaseio/reactivesearch-vue",
3
- "version": "1.27.0-gamma.2",
3
+ "version": "1.27.0-gamma.3",
4
4
  "private": false,
5
5
  "main": "dist/cjs/index.js",
6
6
  "jsnext:main": "dist/es/index.js",