algolia-experiences 1.8.7 → 1.8.8
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! algolia-experiences 1.8.
|
|
1
|
+
/*! algolia-experiences 1.8.8 | © Algolia, Inc. and contributors; MIT License | https://github.com/algolia/instantsearch */
|
|
2
2
|
(function (factory) {
|
|
3
3
|
typeof define === 'function' && define.amd ? define(factory) :
|
|
4
4
|
factory();
|
|
@@ -9981,7 +9981,7 @@
|
|
|
9981
9981
|
};
|
|
9982
9982
|
}
|
|
9983
9983
|
|
|
9984
|
-
var version = '4.
|
|
9984
|
+
var version = '4.100.0';
|
|
9985
9985
|
|
|
9986
9986
|
function getServerResults(entry) {
|
|
9987
9987
|
var _entry_compositionFeedsResults;
|
|
@@ -19303,14 +19303,16 @@
|
|
|
19303
19303
|
showLoadingIndicator: showLoadingIndicator,
|
|
19304
19304
|
aiMode: aiMode
|
|
19305
19305
|
});
|
|
19306
|
-
var
|
|
19307
|
-
|
|
19306
|
+
var widgetFactory = connectSearchBox(specializedRenderer, function() {
|
|
19307
|
+
P(null, containerNode);
|
|
19308
19308
|
});
|
|
19309
|
-
return _object_spread_props(_object_spread({},
|
|
19309
|
+
return _object_spread(_object_spread_props(_object_spread({}, widgetFactory({
|
|
19310
19310
|
queryHook: queryHook
|
|
19311
19311
|
})), {
|
|
19312
19312
|
$$widgetType: 'ais.searchBox'
|
|
19313
|
-
})
|
|
19313
|
+
}), aiMode ? {
|
|
19314
|
+
opensChat: true
|
|
19315
|
+
} : {});
|
|
19314
19316
|
};
|
|
19315
19317
|
|
|
19316
19318
|
var withUsage$b = createDocumentationMessageGenerator({
|