@appbaseio/reactivesearch-vue 1.16.0-alpha.57 → 1.16.0-alpha.58

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.
@@ -16,7 +16,6 @@ var ComponentWrapper = require('./ComponentWrapper-ca5f0cbd.js');
16
16
  var Title = require('./Title-1de7d0f4.js');
17
17
  var Flex = require('./Flex-aa517a13.js');
18
18
  var hotkeys = _interopDefault(require('hotkeys-js'));
19
- var constants$1 = require('@appbaseio/reactivecore/src/utils/constants');
20
19
  var CancelSvg = require('./CancelSvg-9f258f4f.js');
21
20
  var Input = require('./Input-e6603a7e.js');
22
21
  var Container = require('./Container-daf30918.js');
@@ -960,7 +959,7 @@ var DataSearch = {
960
959
  index$1 = _this$$props.index,
961
960
  mode = _this$$props.mode;
962
961
 
963
- if (mode === constants$1.SEARCH_COMPONENTS_MODES.TAG) {
962
+ if (mode === constants.SEARCH_COMPONENTS_MODES.TAG) {
964
963
  this.$options.isTagsMode = true;
965
964
  } // TODO: Remove in 2.0
966
965
 
@@ -18,8 +18,7 @@ require('./ComponentWrapper-ca5f0cbd.js');
18
18
  require('./Title-1de7d0f4.js');
19
19
  require('./Flex-aa517a13.js');
20
20
  require('hotkeys-js');
21
- require('@appbaseio/reactivecore/src/utils/constants');
22
- var DataSearch = require('./DataSearch-1333a6de.js');
21
+ var DataSearch = require('./DataSearch-f63fcf44.js');
23
22
  require('./CancelSvg-9f258f4f.js');
24
23
  require('./Input-e6603a7e.js');
25
24
  require('compute-scroll-into-view');
package/dist/cjs/index.js CHANGED
@@ -28,14 +28,13 @@ require('appbase-js');
28
28
  require('url-search-params-polyfill');
29
29
  var ReactiveBase = require('./ReactiveBase.js');
30
30
  require('hotkeys-js');
31
- require('@appbaseio/reactivecore/src/utils/constants');
32
- var DataSearch = require('./DataSearch-1333a6de.js');
31
+ var DataSearch = require('./DataSearch-f63fcf44.js');
33
32
  require('./CancelSvg-9f258f4f.js');
34
33
  require('./Input-e6603a7e.js');
35
34
  require('compute-scroll-into-view');
36
35
  require('./Container-daf30918.js');
37
36
  require('vue-highlight-words');
38
- var install = require('./install-c771d81a.js');
37
+ var install = require('./install-b494733c.js');
39
38
  require('@appbaseio/reactivecore/lib/utils/suggestions');
40
39
  require('./FormControlList-c195a592.js');
41
40
  require('./utils-d6a52588.js');
@@ -18,8 +18,7 @@ var ComponentWrapper = require('./ComponentWrapper-ca5f0cbd.js');
18
18
  var Title = require('./Title-1de7d0f4.js');
19
19
  var ReactiveBase = require('./ReactiveBase.js');
20
20
  var hotkeys = _interopDefault(require('hotkeys-js'));
21
- var constants$1 = require('@appbaseio/reactivecore/src/utils/constants');
22
- var DataSearch = require('./DataSearch-1333a6de.js');
21
+ var DataSearch = require('./DataSearch-f63fcf44.js');
23
22
  var CancelSvg = require('./CancelSvg-9f258f4f.js');
24
23
  var Input = require('./Input-e6603a7e.js');
25
24
  var Container = require('./Container-daf30918.js');
@@ -105,7 +104,7 @@ var SearchBox = {
105
104
  index = _this$$props.index,
106
105
  mode = _this$$props.mode;
107
106
 
108
- if (mode === constants$1.SEARCH_COMPONENTS_MODES.TAG) {
107
+ if (mode === constants.SEARCH_COMPONENTS_MODES.TAG) {
109
108
  this.$options.isTagsMode = true;
110
109
  }
111
110
 
@@ -28,14 +28,13 @@ require('appbase-js');
28
28
  require('url-search-params-polyfill');
29
29
  require('./ReactiveBase.js');
30
30
  require('hotkeys-js');
31
- require('@appbaseio/reactivecore/src/utils/constants');
32
- require('./DataSearch-1333a6de.js');
31
+ require('./DataSearch-f63fcf44.js');
33
32
  require('./CancelSvg-9f258f4f.js');
34
33
  require('./Input-e6603a7e.js');
35
34
  require('compute-scroll-into-view');
36
35
  require('./Container-daf30918.js');
37
36
  require('vue-highlight-words');
38
- var install = require('./install-c771d81a.js');
37
+ var install = require('./install-b494733c.js');
39
38
  require('@appbaseio/reactivecore/lib/utils/suggestions');
40
39
  require('./FormControlList-c195a592.js');
41
40
  require('./utils-d6a52588.js');
@@ -2,6 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var version = "1.16.0-alpha.57";
5
+ var version = "1.16.0-alpha.58";
6
6
 
7
7
  exports.default = version;
@@ -1,7 +1,7 @@
1
1
  import { helper, Actions, causes } from '@appbaseio/reactivecore';
2
2
  import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-76660dab.js';
3
3
  import VueTypes from 'vue-types';
4
- import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
4
+ import { SEARCH_COMPONENTS_MODES, componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
5
5
  import { getQueryOptions } from '@appbaseio/reactivecore/lib/utils/helper';
6
6
  import styled, { css, cx, injectGlobal } from '@appbaseio/vue-emotion';
7
7
  import { t as types } from './vueTypes-9326e0be.js';
@@ -10,7 +10,6 @@ import { C as ComponentWrapper } from './ComponentWrapper-6ad0997b.js';
10
10
  import { T as Title } from './Title-3342664a.js';
11
11
  import { F as Flex } from './Flex-1f0795c3.js';
12
12
  import hotkeys from 'hotkeys-js';
13
- import { SEARCH_COMPONENTS_MODES } from '@appbaseio/reactivecore/src/utils/constants';
14
13
  import { I as IconWrapper, C as CancelSvg, a as IconGroup, D as Downshift, b as InputWrapper } from './CancelSvg-4cfae5fd.js';
15
14
  import { n as noSuggestions, s as suggestionsContainer, I as Input, a as suggestions } from './Input-7a2a9fac.js';
16
15
  import { C as Container } from './Container-ba826e96.js';
@@ -14,8 +14,7 @@ import './ComponentWrapper-6ad0997b.js';
14
14
  import './Title-3342664a.js';
15
15
  import './Flex-1f0795c3.js';
16
16
  import 'hotkeys-js';
17
- import '@appbaseio/reactivecore/src/utils/constants';
18
- export { D as default } from './DataSearch-1259f2fd.js';
17
+ export { D as default } from './DataSearch-1dba393f.js';
19
18
  import './CancelSvg-4cfae5fd.js';
20
19
  import './Input-7a2a9fac.js';
21
20
  import 'compute-scroll-into-view';
package/dist/es/index.js CHANGED
@@ -24,15 +24,14 @@ import 'appbase-js';
24
24
  import 'url-search-params-polyfill';
25
25
  export { default as ReactiveBase } from './ReactiveBase.js';
26
26
  import 'hotkeys-js';
27
- import '@appbaseio/reactivecore/src/utils/constants';
28
- export { D as DataSearch } from './DataSearch-1259f2fd.js';
27
+ export { D as DataSearch } from './DataSearch-1dba393f.js';
29
28
  import './CancelSvg-4cfae5fd.js';
30
29
  import './Input-7a2a9fac.js';
31
30
  import 'compute-scroll-into-view';
32
31
  import './Container-ba826e96.js';
33
32
  import 'vue-highlight-words';
34
- import { i as install } from './install-4391877a.js';
35
- export { S as SearchBox, i as install } from './install-4391877a.js';
33
+ import { i as install } from './install-cde230d4.js';
34
+ export { S as SearchBox, i as install } from './install-cde230d4.js';
36
35
  import '@appbaseio/reactivecore/lib/utils/suggestions';
37
36
  import './FormControlList-c22d64f6.js';
38
37
  import './utils-9e68acee.js';
@@ -1,7 +1,7 @@
1
1
  import { Actions, helper, causes } from '@appbaseio/reactivecore';
2
2
  import { _ as _taggedTemplateLiteralLoose, a as _extends } from './_rollupPluginBabelHelpers-76660dab.js';
3
3
  import VueTypes from 'vue-types';
4
- import { componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
4
+ import { SEARCH_COMPONENTS_MODES, componentTypes } from '@appbaseio/reactivecore/lib/utils/constants';
5
5
  import { getQueryOptions, suggestionTypes } from '@appbaseio/reactivecore/lib/utils/helper';
6
6
  import styled from '@appbaseio/vue-emotion';
7
7
  import { B as Button } from './Button-d8bc15ea.js';
@@ -12,8 +12,7 @@ import { C as ComponentWrapper } from './ComponentWrapper-6ad0997b.js';
12
12
  import { T as Title } from './Title-3342664a.js';
13
13
  import ReactiveBase from './ReactiveBase.js';
14
14
  import hotkeys from 'hotkeys-js';
15
- import { SEARCH_COMPONENTS_MODES } from '@appbaseio/reactivecore/src/utils/constants';
16
- import { S as SearchSvg, a as SuggestionWrapper, I as InputAddon, M as Mic, T as TagItem, b as TagsContainer, c as InputGroup, C as CustomSvg, d as SuggestionItem, D as DataSearch } from './DataSearch-1259f2fd.js';
15
+ import { S as SearchSvg, a as SuggestionWrapper, I as InputAddon, M as Mic, T as TagItem, b as TagsContainer, c as InputGroup, C as CustomSvg, d as SuggestionItem, D as DataSearch } from './DataSearch-1dba393f.js';
17
16
  import { C as CancelSvg, a as IconGroup, I as IconWrapper, D as Downshift, b as InputWrapper } from './CancelSvg-4cfae5fd.js';
18
17
  import { s as suggestionsContainer, I as Input, a as suggestions } from './Input-7a2a9fac.js';
19
18
  import { C as Container } from './Container-ba826e96.js';
@@ -24,14 +24,13 @@ import 'appbase-js';
24
24
  import 'url-search-params-polyfill';
25
25
  import './ReactiveBase.js';
26
26
  import 'hotkeys-js';
27
- import '@appbaseio/reactivecore/src/utils/constants';
28
- import './DataSearch-1259f2fd.js';
27
+ import './DataSearch-1dba393f.js';
29
28
  import './CancelSvg-4cfae5fd.js';
30
29
  import './Input-7a2a9fac.js';
31
30
  import 'compute-scroll-into-view';
32
31
  import './Container-ba826e96.js';
33
32
  import 'vue-highlight-words';
34
- export { i as default } from './install-4391877a.js';
33
+ export { i as default } from './install-cde230d4.js';
35
34
  import '@appbaseio/reactivecore/lib/utils/suggestions';
36
35
  import './FormControlList-c22d64f6.js';
37
36
  import './utils-9e68acee.js';
@@ -1,3 +1,3 @@
1
- var version = "1.16.0-alpha.57";
1
+ var version = "1.16.0-alpha.58";
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.16.0-alpha.57",
3
+ "version": "1.16.0-alpha.58",
4
4
  "private": false,
5
5
  "main": "dist/cjs/index.js",
6
6
  "jsnext:main": "dist/es/index.js",