instantsearch.js 4.78.3 → 4.79.1

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.
@@ -5076,6 +5076,8 @@ declare class InstantSearch<TUiState extends UiState = UiState, TRouteState = TU
5076
5076
  _searchStalledTimer: any;
5077
5077
  _initialUiState: TUiState;
5078
5078
  _initialResults: InitialResults | null;
5079
+ _manuallyResetScheduleSearch: boolean;
5080
+ _resetScheduleSearch?: () => void;
5079
5081
  _createURL: CreateURL<TUiState>;
5080
5082
  _searchFunction?: InstantSearchOptions['searchFunction'];
5081
5083
  _mainHelperSearch?: AlgoliaSearchHelper['search'];
@@ -7148,6 +7150,11 @@ declare type RefinementListWidgetParams = {
7148
7150
  * In this case, the surrounding tags will always be `<mark></mark>`.
7149
7151
  */
7150
7152
  searchableEscapeFacetValues?: boolean;
7153
+ /**
7154
+ * When activated, submitting the search box will select the first item in the list.
7155
+ * @default true
7156
+ */
7157
+ searchableSelectOnSubmit?: boolean;
7151
7158
  /**
7152
7159
  * Templates to use for the widget.
7153
7160
  */
@@ -5076,6 +5076,8 @@ declare class InstantSearch<TUiState extends UiState = UiState, TRouteState = TU
5076
5076
  _searchStalledTimer: any;
5077
5077
  _initialUiState: TUiState;
5078
5078
  _initialResults: InitialResults | null;
5079
+ _manuallyResetScheduleSearch: boolean;
5080
+ _resetScheduleSearch?: () => void;
5079
5081
  _createURL: CreateURL<TUiState>;
5080
5082
  _searchFunction?: InstantSearchOptions['searchFunction'];
5081
5083
  _mainHelperSearch?: AlgoliaSearchHelper['search'];
@@ -7148,6 +7150,11 @@ declare type RefinementListWidgetParams = {
7148
7150
  * In this case, the surrounding tags will always be `<mark></mark>`.
7149
7151
  */
7150
7152
  searchableEscapeFacetValues?: boolean;
7153
+ /**
7154
+ * When activated, submitting the search box will select the first item in the list.
7155
+ * @default true
7156
+ */
7157
+ searchableSelectOnSubmit?: boolean;
7151
7158
  /**
7152
7159
  * Templates to use for the widget.
7153
7160
  */