@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.
@@ -18213,11 +18213,6 @@
18213
18213
  window.hotkeys = hotkeys;
18214
18214
  }
18215
18215
 
18216
- var SEARCH_COMPONENTS_MODES = {
18217
- SELECT: 'select',
18218
- TAG: 'tag'
18219
- };
18220
-
18221
18216
  var _templateObject$8;
18222
18217
  var InputGroup = index$1('div')(_templateObject$8 || (_templateObject$8 = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: stretch;\n width: 100%;\n"])));
18223
18218
  InputGroup.defaultProps = {
@@ -20239,7 +20234,7 @@
20239
20234
  index = _this$$props.index,
20240
20235
  mode = _this$$props.mode;
20241
20236
 
20242
- if (mode === SEARCH_COMPONENTS_MODES.TAG) {
20237
+ if (mode === constants_5$1.TAG) {
20243
20238
  this.$options.isTagsMode = true;
20244
20239
  } // TODO: Remove in 2.0
20245
20240
 
@@ -21656,7 +21651,7 @@
21656
21651
  index = _this$$props.index,
21657
21652
  mode = _this$$props.mode;
21658
21653
 
21659
- if (mode === SEARCH_COMPONENTS_MODES.TAG) {
21654
+ if (mode === constants_5$1.TAG) {
21660
21655
  this.$options.isTagsMode = true;
21661
21656
  }
21662
21657
 
@@ -36852,7 +36847,7 @@
36852
36847
  });
36853
36848
  }
36854
36849
 
36855
- var version = "1.16.0-alpha.57";
36850
+ var version = "1.16.0-alpha.58";
36856
36851
 
36857
36852
  var _templateObject$q, _templateObject2$c;
36858
36853