@appbaseio/reactivesearch-vue 1.27.0-gamma.1 → 1.27.0-gamma.2

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.
@@ -21753,7 +21753,11 @@
21753
21753
  var addonBefore = this.$scopedSlots.addonBefore;
21754
21754
 
21755
21755
  if (addonBefore) {
21756
- return h(InputAddon, [addonBefore()]);
21756
+ return h(InputAddon, {
21757
+ "attrs": {
21758
+ "className": "addon-before"
21759
+ }
21760
+ }, [addonBefore()]);
21757
21761
  }
21758
21762
 
21759
21763
  return null;
@@ -21763,7 +21767,11 @@
21763
21767
  var addonAfter = this.$scopedSlots.addonAfter;
21764
21768
 
21765
21769
  if (addonAfter) {
21766
- return h(InputAddon, [addonAfter()]);
21770
+ return h(InputAddon, {
21771
+ "attrs": {
21772
+ "className": "addon-after"
21773
+ }
21774
+ }, [addonAfter()]);
21767
21775
  }
21768
21776
 
21769
21777
  return null;
@@ -27756,7 +27764,7 @@
27756
27764
  });
27757
27765
  }
27758
27766
 
27759
- var version = "1.27.0-gamma.1";
27767
+ var version = "1.27.0-gamma.2";
27760
27768
 
27761
27769
  var _templateObject$o, _templateObject2$a;
27762
27770