@appbaseio/reactivesearch-vue 3.0.3 → 3.0.5

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.
@@ -34,9 +34,9 @@ require('./ReactiveBase.js');
34
34
  require('hotkeys-js');
35
35
  require('xss');
36
36
  require('remarkable');
37
- var install = require('./install-aa24bd30.js');
38
- require('./DropDown-26666911.js');
39
- require('./Input-3ecdb905.js');
37
+ var install = require('./install-3b1b24b2.js');
38
+ require('./DropDown-1532353d.js');
39
+ require('./Input-4279b088.js');
40
40
  require('compute-scroll-into-view');
41
41
  require('./Container-29f049b2.js');
42
42
  require('vue-highlight-words');
@@ -2,6 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var version = "3.0.3";
5
+ var version = "3.0.5";
6
6
 
7
7
  exports.default = version;
@@ -6,7 +6,7 @@ import VueTypes from 'vue-types';
6
6
  import { styled } from '@appbaseio/vue-emotion';
7
7
  import { t as types } from './vueTypes-f503e267.js';
8
8
  import { a as isFunction } from './index-104f1dfb.js';
9
- import { s as suggestionsContainer, a as suggestions, I as Input } from './Input-83dee8c5.js';
9
+ import { s as suggestionsContainer, a as suggestions, I as Input } from './Input-1f6207bc.js';
10
10
  import computeScrollIntoView from 'compute-scroll-into-view';
11
11
  import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
12
12
 
@@ -69,9 +69,9 @@ var searchboxSuggestions = function searchboxSuggestions(themePreset, theme) {
69
69
  };
70
70
  var suggestionsContainer = css(_templateObject6 || (_templateObject6 = _taggedTemplateLiteralLoose(["\n\tposition: relative;\n\t.cancel-icon {\n\t\tcursor: pointer;\n\t}\n"])));
71
71
  var noSuggestions = function noSuggestions(themePreset, theme) {
72
- return css(_templateObject7 || (_templateObject7 = _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));
72
+ return css(_templateObject7 || (_templateObject7 = _taggedTemplateLiteralLoose(["\n\tdisplay: block;\n\twidth: 100%;\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 border-radius: 6px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n box-shadow: rgb(0 0 0 / 20%) 0px 10px 15px;\n border-top: 1px solid #f2f0f0;\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));
73
73
  };
74
- var TextArea = styled('textarea')(_templateObject8 || (_templateObject8 = _taggedTemplateLiteralLoose(["\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\tpadding-left: 0;\n\tpadding-right: 0;\n"])), function (props) {
74
+ var TextArea = styled('textarea')(_templateObject8 || (_templateObject8 = _taggedTemplateLiteralLoose(["\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\tpadding-left: 0;\n\tpadding-right: 0;\n\tborder-color: transparent;\n\n"])), function (props) {
75
75
  return input(props.searchBox);
76
76
  }, function (_ref4) {
77
77
  var themePreset = _ref4.themePreset,
@@ -16,8 +16,8 @@ import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical,
16
16
  import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
17
17
  import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
18
18
  import { T as Title } from './Title-863dfa42.js';
19
- import { c as Dropdown } from './DropDown-48045fde.js';
20
- import './Input-83dee8c5.js';
19
+ import { c as Dropdown } from './DropDown-6d1dddde.js';
20
+ import './Input-1f6207bc.js';
21
21
  import 'compute-scroll-into-view';
22
22
  import { C as Container } from './Container-d00219f7.js';
23
23
  import '@appbaseio/reactivecore/lib/utils/suggestions';
@@ -13,7 +13,7 @@ import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical,
13
13
  import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
14
14
  import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
15
15
  import { T as Title } from './Title-863dfa42.js';
16
- import { I as Input } from './Input-83dee8c5.js';
16
+ import { I as Input } from './Input-1f6207bc.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';
@@ -15,7 +15,7 @@ import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
15
15
  import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
16
16
  import './Title-863dfa42.js';
17
17
  import { F as Flex } from './Flex-25792bc3.js';
18
- import { I as Input } from './Input-83dee8c5.js';
18
+ import { I as Input } from './Input-1f6207bc.js';
19
19
  import { C as Container } from './Container-d00219f7.js';
20
20
  import 'vue-slider-component';
21
21
  import 'vue-slider-component/theme/antd.css';
@@ -16,8 +16,8 @@ import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical,
16
16
  import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
17
17
  import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
18
18
  import { T as Title } from './Title-863dfa42.js';
19
- import { c as Dropdown } from './DropDown-48045fde.js';
20
- import './Input-83dee8c5.js';
19
+ import { c as Dropdown } from './DropDown-6d1dddde.js';
20
+ import './Input-1f6207bc.js';
21
21
  import 'compute-scroll-into-view';
22
22
  import { C as Container } from './Container-d00219f7.js';
23
23
  import '@appbaseio/reactivecore/lib/utils/suggestions';
@@ -13,7 +13,7 @@ import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical,
13
13
  import { C as ComponentWrapper } from './ComponentWrapper-46d04344.js';
14
14
  import { P as PreferencesConsumer } from './PreferencesConsumer-0856ed43.js';
15
15
  import { T as Title } from './Title-863dfa42.js';
16
- import { I as Input } from './Input-83dee8c5.js';
16
+ import { I as Input } from './Input-1f6207bc.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/index.js CHANGED
@@ -30,10 +30,10 @@ export { default as ReactiveBase } from './ReactiveBase.js';
30
30
  import 'hotkeys-js';
31
31
  import 'xss';
32
32
  import 'remarkable';
33
- import { i as install } from './install-37ef0fb5.js';
34
- export { A as AIAnswer, R as ReactiveComponentPrivate, S as SearchBox, T as TreeList, i as install } from './install-37ef0fb5.js';
35
- import './DropDown-48045fde.js';
36
- import './Input-83dee8c5.js';
33
+ import { i as install } from './install-49240941.js';
34
+ export { A as AIAnswer, R as ReactiveComponentPrivate, S as SearchBox, T as TreeList, i as install } from './install-49240941.js';
35
+ import './DropDown-6d1dddde.js';
36
+ import './Input-1f6207bc.js';
37
37
  import 'compute-scroll-into-view';
38
38
  import './Container-d00219f7.js';
39
39
  import 'vue-highlight-words';