instantsearch.js 4.85.1 → 4.85.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/cjs/connectors/chat/connectChat.js +3 -1
- package/cjs/lib/version.js +1 -1
- package/dist/instantsearch.development.js +2 -2
- package/dist/instantsearch.development.js.map +1 -1
- package/dist/instantsearch.production.min.js +2 -2
- package/dist/instantsearch.production.min.js.map +1 -1
- package/es/connectors/chat/connectChat.d.ts +2 -150
- package/es/connectors/chat/connectChat.js +3 -1
- package/es/lib/version.d.ts +1 -1
- package/es/lib/version.js +1 -1
- package/es/widgets/chat/chat.d.ts +2 -150
- package/package.json +5 -5
|
@@ -162,7 +162,9 @@ var connectChat = exports.default = function connectChat(renderFn) {
|
|
|
162
162
|
instantSearchInstance: renderOptions.instantSearchInstance
|
|
163
163
|
}), false);
|
|
164
164
|
},
|
|
165
|
-
getRenderState: function getRenderState(renderState, renderOptions
|
|
165
|
+
getRenderState: function getRenderState(renderState, renderOptions
|
|
166
|
+
// Type is explicitly redefined, to avoid having the TWidgetParams type in the definition
|
|
167
|
+
) {
|
|
166
168
|
return _objectSpread(_objectSpread({}, renderState), {}, {
|
|
167
169
|
chat: this.getWidgetRenderState(renderOptions)
|
|
168
170
|
});
|
package/cjs/lib/version.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! InstantSearch.js 4.85.
|
|
1
|
+
/*! InstantSearch.js 4.85.2 | © Algolia, Inc. and contributors; MIT License | https://github.com/algolia/instantsearch */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(factory) :
|
|
@@ -16490,7 +16490,7 @@
|
|
|
16490
16490
|
};
|
|
16491
16491
|
}
|
|
16492
16492
|
|
|
16493
|
-
var version$1 = '4.85.
|
|
16493
|
+
var version$1 = '4.85.2';
|
|
16494
16494
|
|
|
16495
16495
|
var withUsage$v = createDocumentationMessageGenerator({
|
|
16496
16496
|
name: 'instantsearch'
|