@appbaseio/reactivesearch-vue 1.16.0-alpha.37 → 1.16.0-alpha.38
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 +18 -14
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +4 -4
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/initReactivesearch.js +17 -13
- package/dist/cjs/version.js +1 -1
- package/dist/es/initReactivesearch.js +18 -14
- package/dist/es/version.js +1 -1
- package/package.json +1 -1
|
@@ -32709,22 +32709,26 @@
|
|
|
32709
32709
|
react: react
|
|
32710
32710
|
});
|
|
32711
32711
|
} // [4] set query list
|
|
32712
|
+
// Do not set default query for suggestions
|
|
32712
32713
|
|
|
32713
32714
|
|
|
32714
|
-
|
|
32715
|
-
|
|
32716
|
-
|
|
32715
|
+
if (isInternalComponentPresent && !transform_7(component.componentType)) {
|
|
32716
|
+
var _ref2 = getDefaultQuery(component, value) || {},
|
|
32717
|
+
defaultQuery = _ref2.query,
|
|
32718
|
+
defaultQueryOptions = _objectWithoutPropertiesLoose(_ref2, _excluded2);
|
|
32719
|
+
|
|
32720
|
+
queryList = queryReducer(queryList, {
|
|
32721
|
+
type: 'SET_QUERY',
|
|
32722
|
+
component: internalComponent,
|
|
32723
|
+
query: defaultQuery
|
|
32724
|
+
});
|
|
32725
|
+
queryOptions = queryOptionsReducer(queryOptions, {
|
|
32726
|
+
type: 'SET_QUERY_OPTIONS',
|
|
32727
|
+
component: internalComponent,
|
|
32728
|
+
options: _extends({}, componentQueryOptions, defaultQueryOptions)
|
|
32729
|
+
});
|
|
32730
|
+
}
|
|
32717
32731
|
|
|
32718
|
-
queryList = queryReducer(queryList, {
|
|
32719
|
-
type: 'SET_QUERY',
|
|
32720
|
-
component: internalComponent,
|
|
32721
|
-
query: defaultQuery
|
|
32722
|
-
});
|
|
32723
|
-
queryOptions = queryOptionsReducer(queryOptions, {
|
|
32724
|
-
type: 'SET_QUERY_OPTIONS',
|
|
32725
|
-
component: internalComponent,
|
|
32726
|
-
options: _extends({}, componentQueryOptions, defaultQueryOptions)
|
|
32727
|
-
});
|
|
32728
32732
|
var customQuery = getCustomQuery(component, value); // set custom query for main component
|
|
32729
32733
|
|
|
32730
32734
|
queryList = queryReducer(queryList, {
|
|
@@ -32964,7 +32968,7 @@
|
|
|
32964
32968
|
});
|
|
32965
32969
|
}
|
|
32966
32970
|
|
|
32967
|
-
var version = "1.16.0-alpha.
|
|
32971
|
+
var version = "1.16.0-alpha.38";
|
|
32968
32972
|
|
|
32969
32973
|
var _templateObject$o, _templateObject2$b;
|
|
32970
32974
|
|