@appbaseio/reactivesearch-vue 3.0.0-rc.7.1 → 3.0.0-rc.8

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.
@@ -32,11 +32,11 @@ require('@appbaseio/analytics');
32
32
  require('url-search-params-polyfill');
33
33
  require('./ReactiveBase.js');
34
34
  require('hotkeys-js');
35
- require('xss');
36
35
  require('remarkable');
37
- var install = require('./install-3821345b.js');
38
- require('./DropDown-dcdaf54f.js');
39
- require('./Input-df30e5fc.js');
36
+ require('xss');
37
+ var install = require('./install-2a1c953d.js');
38
+ require('./DropDown-82d92f8b.js');
39
+ require('./Input-fcd780de.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.0-rc.7.1";
5
+ var version = "3.0.0-rc.8";
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-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-4376ac1f.js';
9
+ import { s as suggestionsContainer, a as suggestions, I as Input } from './Input-4cd74b38.js';
10
10
  import computeScrollIntoView from 'compute-scroll-into-view';
11
11
  import { replaceDiacritics } from '@appbaseio/reactivecore/lib/utils/suggestions';
12
12
 
@@ -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, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9;
5
+ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10;
6
6
  var alertBorder = function alertBorder(_ref) {
7
7
  var theme = _ref.theme;
8
8
  return "\n\tborder: 1px solid " + theme.colors.alertColor + ";\n";
@@ -71,7 +71,7 @@ var suggestionsContainer = css(_templateObject6 || (_templateObject6 = _taggedTe
71
71
  var noSuggestions = function noSuggestions(themePreset, theme) {
72
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));
73
73
  };
74
- var TextArea = styled('textarea')(_templateObject8 || (_templateObject8 = _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) {
74
+ var TextArea = styled('textarea')(_templateObject8 || (_templateObject8 = _taggedTemplateLiteralLoose(["\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\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\t", "\n"])), input, function (_ref4) {
75
75
  var themePreset = _ref4.themePreset,
76
76
  theme = _ref4.theme;
77
77
  return themePreset === 'dark' && darkInput({
@@ -139,6 +139,10 @@ var TextArea = styled('textarea')(_templateObject8 || (_templateObject8 = _tagge
139
139
  return props.alert && alertBorder;
140
140
  }, function (props) {
141
141
  return props.isOpen && css(_templateObject9 || (_templateObject9 = _taggedTemplateLiteralLoose(["\n\t\t\tborder-bottom-left-radius: 0;\n\t\t\tborder-bottom-right-radius: 0;\n\t\t"])));
142
+ }, function (_ref5) {
143
+ var searchBox = _ref5.searchBox;
144
+ return searchBox && "\n\t\tbackground: none;\n\t\tpadding:0px;\n\t\tpadding-top: 12px;\n\t\tborder: none;\n\t\tline-height: inherit;\n\t\twhite-space: nowrap;\n\t\t&:focus {\n\t\t\tbackground: none;\n\t\t}\n\t";
142
145
  });
146
+ var Actions = styled('div')(_templateObject10 || (_templateObject10 = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n"])));
143
147
 
144
- export { Input as I, TextArea as T, suggestions as a, searchboxSuggestions as b, noSuggestions as n, suggestionsContainer as s };
148
+ export { Actions as A, Input as I, TextArea as T, suggestions as a, searchboxSuggestions as b, noSuggestions as n, suggestionsContainer as s };
@@ -16,8 +16,8 @@ import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical,
16
16
  import { C as ComponentWrapper } from './ComponentWrapper-a2635cfc.js';
17
17
  import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
18
18
  import { T as Title } from './Title-863dfa42.js';
19
- import { c as Dropdown } from './DropDown-bede2a41.js';
20
- import './Input-4376ac1f.js';
19
+ import { c as Dropdown } from './DropDown-8075451b.js';
20
+ import './Input-4cd74b38.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-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-4376ac1f.js';
16
+ import { I as Input } from './Input-4cd74b38.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-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-4376ac1f.js';
18
+ import { I as Input } from './Input-4cd74b38.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';
@@ -16,8 +16,8 @@ import { j as updateCustomQuery, u as updateDefaultQuery, i as isQueryIdentical,
16
16
  import { C as ComponentWrapper } from './ComponentWrapper-a2635cfc.js';
17
17
  import { P as PreferencesConsumer } from './PreferencesConsumer-b058d14e.js';
18
18
  import { T as Title } from './Title-863dfa42.js';
19
- import { c as Dropdown } from './DropDown-bede2a41.js';
20
- import './Input-4376ac1f.js';
19
+ import { c as Dropdown } from './DropDown-8075451b.js';
20
+ import './Input-4cd74b38.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-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-4376ac1f.js';
16
+ import { I as Input } from './Input-4cd74b38.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
@@ -28,12 +28,12 @@ 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 'xss';
32
31
  import 'remarkable';
33
- import { i as install } from './install-af4c53c4.js';
34
- export { A as AIAnswer, R as ReactiveComponentPrivate, S as SearchBox, T as TreeList, i as install } from './install-af4c53c4.js';
35
- import './DropDown-bede2a41.js';
36
- import './Input-4376ac1f.js';
32
+ import 'xss';
33
+ import { i as install } from './install-f4f2557b.js';
34
+ export { A as AIAnswer, R as ReactiveComponentPrivate, S as SearchBox, T as TreeList, i as install } from './install-f4f2557b.js';
35
+ import './DropDown-8075451b.js';
36
+ import './Input-4cd74b38.js';
37
37
  import 'compute-scroll-into-view';
38
38
  import './Container-d00219f7.js';
39
39
  import 'vue-highlight-words';