@appbaseio/reactivesearch-vue 1.16.0-alpha.42 → 1.16.0-alpha.43
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 +2 -2
- 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/ReactiveComponent.js +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/es/ReactiveComponent.js +1 -1
- package/dist/es/version.js +1 -1
- package/package.json +1 -1
|
@@ -23561,7 +23561,7 @@
|
|
|
23561
23561
|
}
|
|
23562
23562
|
|
|
23563
23563
|
var customQueryCalc = _extends({}, options, {
|
|
23564
|
-
query:
|
|
23564
|
+
query: extractQueryFromCustomQuery$6(queryToBeSet)
|
|
23565
23565
|
}); // Update customQuery field for RS API
|
|
23566
23566
|
|
|
23567
23567
|
|
|
@@ -33009,7 +33009,7 @@
|
|
|
33009
33009
|
});
|
|
33010
33010
|
}
|
|
33011
33011
|
|
|
33012
|
-
var version = "1.16.0-alpha.
|
|
33012
|
+
var version = "1.16.0-alpha.43";
|
|
33013
33013
|
|
|
33014
33014
|
var _templateObject$o, _templateObject2$b;
|
|
33015
33015
|
|