instantsearch.js 4.52.0 → 4.53.0
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/README.md +1 -16
- package/cjs/connectors/current-refinements/connectCurrentRefinements.js +4 -0
- package/cjs/lib/version.js +1 -1
- package/cjs/widgets/panel/panel.js +1 -1
- package/cjs/widgets/search-box/defaultTemplates.js +6 -3
- package/dist/instantsearch.development.d.ts +4 -0
- package/dist/instantsearch.development.js +13 -6
- package/dist/instantsearch.development.js.map +1 -1
- package/dist/instantsearch.production.d.ts +4 -0
- package/dist/instantsearch.production.min.d.ts +4 -0
- package/dist/instantsearch.production.min.js +2 -2
- package/dist/instantsearch.production.min.js.map +1 -1
- package/es/connectors/current-refinements/connectCurrentRefinements.d.ts +4 -0
- package/es/connectors/current-refinements/connectCurrentRefinements.js +4 -0
- package/es/lib/version.d.ts +1 -1
- package/es/lib/version.js +1 -1
- package/es/widgets/panel/panel.js +1 -1
- package/es/widgets/search-box/defaultTemplates.js +6 -3
- package/package.json +5 -5
|
@@ -957,6 +957,10 @@ declare type CurrentRefinementsConnectorParamsItem = {
|
|
|
957
957
|
* The index name.
|
|
958
958
|
*/
|
|
959
959
|
indexName: string;
|
|
960
|
+
/**
|
|
961
|
+
* The index id as provided to the index widget.
|
|
962
|
+
*/
|
|
963
|
+
indexId: string;
|
|
960
964
|
/**
|
|
961
965
|
* The attribute on which the refinement is applied.
|
|
962
966
|
*/
|
|
@@ -957,6 +957,10 @@ declare type CurrentRefinementsConnectorParamsItem = {
|
|
|
957
957
|
* The index name.
|
|
958
958
|
*/
|
|
959
959
|
indexName: string;
|
|
960
|
+
/**
|
|
961
|
+
* The index id as provided to the index widget.
|
|
962
|
+
*/
|
|
963
|
+
indexId: string;
|
|
960
964
|
/**
|
|
961
965
|
* The attribute on which the refinement is applied.
|
|
962
966
|
*/
|