@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.
- package/dist/@appbaseio/reactivesearch-vue.umd.js +11 -3
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/{install-b7a80fc1.js → install-d95c7185.js} +10 -2
- package/dist/cjs/install.js +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/es/index.js +2 -2
- package/dist/es/{install-86388b0e.js → install-432674ef.js} +10 -2
- package/dist/es/install.js +1 -1
- package/dist/es/version.js +1 -1
- package/package.json +2 -2
|
@@ -21753,7 +21753,11 @@
|
|
|
21753
21753
|
var addonBefore = this.$scopedSlots.addonBefore;
|
|
21754
21754
|
|
|
21755
21755
|
if (addonBefore) {
|
|
21756
|
-
return h(InputAddon,
|
|
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,
|
|
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.
|
|
27767
|
+
var version = "1.27.0-gamma.2";
|
|
27760
27768
|
|
|
27761
27769
|
var _templateObject$o, _templateObject2$a;
|
|
27762
27770
|
|