Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ Apache License

The following npm package may be included in this product:

- @swc/helpers@0.5.18
- @swc/helpers@0.5.19

This package contains the following license:

Expand Down Expand Up @@ -2049,8 +2049,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The following npm packages may be included in this product:

- lodash-es@4.17.22
- lodash@4.17.21
- lodash-es@4.17.23
- lodash@4.17.23

These packages each contain the following license:

Expand Down Expand Up @@ -2539,7 +2539,7 @@ SOFTWARE.

The following npm package may be included in this product:

- @babel/runtime@7.28.4
- @babel/runtime@7.28.6

This package contains the following license:

Expand Down Expand Up @@ -3009,8 +3009,8 @@ SOFTWARE.

The following npm packages may be included in this product:

- react-dom@19.2.3
- react@19.2.3
- react-dom@19.2.4
- react@19.2.4
- scheduler@0.27.0

These packages each contain the following license:
Expand Down Expand Up @@ -4328,7 +4328,7 @@ SOFTWARE.

The following npm package may be included in this product:

- i18next@25.7.4
- i18next@25.8.17

This package contains the following license:

Expand Down Expand Up @@ -4572,7 +4572,7 @@ THE SOFTWARE.

The following npm package may be included in this product:

- postcss@8.5.6
- postcss@8.5.8

This package contains the following license:

Expand Down
16 changes: 15 additions & 1 deletion docs/search-ui-react.alternativeverticals.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A component that displays the alternative verticals that have results if a searc
**Signature:**

```typescript
declare function AlternativeVerticals({ currentVerticalLabel, verticalConfigMap, displayAllOnNoResults, customCssClasses }: AlternativeVerticalsProps): React.JSX.Element | null;
declare function AlternativeVerticals(input: AlternativeVerticalsProps): React.JSX.Element | null;
```

## Parameters
Expand All @@ -35,6 +35,20 @@ Description
{ currentVerticalLabel, verticalConfigMap, displayAllOnNoResults, customCssClasses }


</td><td>

(not declared)


</td><td>


</td></tr>
<tr><td>

input


</td><td>

[AlternativeVerticalsProps](./search-ui-react.alternativeverticalsprops.md)
Expand Down
16 changes: 15 additions & 1 deletion docs/search-ui-react.applyfiltersbutton.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Runs a vertical search. By default has `position: sticky` styling that anchors i
**Signature:**

```typescript
declare function ApplyFiltersButton({ customCssClasses, label }: ApplyFiltersButtonProps): React.JSX.Element;
declare function ApplyFiltersButton(input: ApplyFiltersButtonProps): React.JSX.Element;
```

## Parameters
Expand All @@ -35,6 +35,20 @@ Description
{ customCssClasses, label }


</td><td>

(not declared)


</td><td>


</td></tr>
<tr><td>

input


</td><td>

[ApplyFiltersButtonProps](./search-ui-react.applyfiltersbuttonprops.md)
Expand Down
16 changes: 15 additions & 1 deletion docs/search-ui-react.directanswer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Renders Direct Answers provided by the Search API.
**Signature:**

```typescript
declare function DirectAnswer({ customCssClasses, UnknownFieldTypeDisplay }: DirectAnswerProps): React.JSX.Element | null;
declare function DirectAnswer(input: DirectAnswerProps): React.JSX.Element | null;
```

## Parameters
Expand All @@ -35,6 +35,20 @@ Description
{ customCssClasses, UnknownFieldTypeDisplay }


</td><td>

(not declared)


</td><td>


</td></tr>
<tr><td>

input


</td><td>

[DirectAnswerProps](./search-ui-react.directanswerprops.md)
Expand Down
16 changes: 15 additions & 1 deletion docs/search-ui-react.filterdivider.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A divider component used to separate NumericalFacets, HierarchicalFacets, Standa
**Signature:**

```typescript
declare function FilterDivider({ className }: {
declare function FilterDivider(input: {
className?: string;
}): React.JSX.Element;
```
Expand Down Expand Up @@ -37,6 +37,20 @@ Description
{ className }


</td><td>

(not declared)


</td><td>


</td></tr>
<tr><td>

input


</td><td>

{ className?: string; }
Expand Down
16 changes: 15 additions & 1 deletion docs/search-ui-react.filtersearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A component which allows a user to search for filters associated with specific e
**Signature:**

```typescript
declare function FilterSearch({ searchFields, label, placeholder, searchOnSelect, onSelect, onDropdownInputChange, afterDropdownInputFocus, sectioned, customCssClasses, disableBuiltInClasses, ariaLabel, resultsRegionAriaLabel, showCurrentLocationButton, geolocationProps }: FilterSearchProps): React.JSX.Element;
declare function FilterSearch(input: FilterSearchProps): React.JSX.Element;
```

## Parameters
Expand All @@ -35,6 +35,20 @@ Description
{ searchFields, label, placeholder, searchOnSelect, onSelect, onDropdownInputChange, afterDropdownInputFocus, sectioned, customCssClasses, disableBuiltInClasses, ariaLabel, resultsRegionAriaLabel, showCurrentLocationButton, geolocationProps }


</td><td>

(not declared)


</td><td>


</td></tr>
<tr><td>

input


</td><td>

[FilterSearchProps](./search-ui-react.filtersearchprops.md)
Expand Down
16 changes: 15 additions & 1 deletion docs/search-ui-react.generativedirectanswer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Displays the AI generated answer of a generative direct answer.
**Signature:**

```typescript
declare function GenerativeDirectAnswer({ customCssClasses, answerHeader, citationsHeader, CitationCard, CitationsContainer, }: GenerativeDirectAnswerProps): React.JSX.Element | null;
declare function GenerativeDirectAnswer(input: GenerativeDirectAnswerProps): React.JSX.Element | null;
```

## Parameters
Expand All @@ -35,6 +35,20 @@ Description
{ customCssClasses, answerHeader, citationsHeader, CitationCard, CitationsContainer, }


</td><td>

(not declared)


</td><td>


</td></tr>
<tr><td>

input


</td><td>

[GenerativeDirectAnswerProps](./search-ui-react.generativedirectanswerprops.md)
Expand Down
16 changes: 15 additions & 1 deletion docs/search-ui-react.geolocation_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A React Component which collects location information to create a location filte
**Signature:**

```typescript
declare function Geolocation({ geolocationOptions, radius, label, GeolocationIcon, handleClick, customCssClasses, useIconAsButton, disableBuiltInClasses }: GeolocationProps): React.JSX.Element | null;
declare function Geolocation(input: GeolocationProps): React.JSX.Element | null;
```

## Parameters
Expand All @@ -35,6 +35,20 @@ Description
{ geolocationOptions, radius, label, GeolocationIcon, handleClick, customCssClasses, useIconAsButton, disableBuiltInClasses }


</td><td>

(not declared)


</td><td>


</td></tr>
<tr><td>

input


</td><td>

[GeolocationProps](./search-ui-react.geolocationprops.md)
Expand Down
16 changes: 15 additions & 1 deletion docs/search-ui-react.hierarchicalfacets.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A component that displays hierarchical facets, in a tree level structure, applic
**Signature:**

```typescript
declare function HierarchicalFacets({ searchOnChange, collapsible, defaultExpanded, includedFieldIds, customCssClasses, delimiter, showMoreLimit }: HierarchicalFacetsProps): React.JSX.Element;
declare function HierarchicalFacets(input: HierarchicalFacetsProps): React.JSX.Element;
```

## Parameters
Expand All @@ -40,6 +40,20 @@ Description
{ searchOnChange, collapsible, defaultExpanded, includedFieldIds, customCssClasses, delimiter, showMoreLimit }


</td><td>

(not declared)


</td><td>


</td></tr>
<tr><td>

input


</td><td>

[HierarchicalFacetsProps](./search-ui-react.hierarchicalfacetsprops.md)
Expand Down
16 changes: 15 additions & 1 deletion docs/search-ui-react.locationbias.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A React Component which displays and collects location information in order to b
**Signature:**

```typescript
declare function LocationBias({ geolocationOptions, customCssClasses }: LocationBiasProps): React.JSX.Element | null;
declare function LocationBias(input: LocationBiasProps): React.JSX.Element | null;
```

## Parameters
Expand All @@ -40,6 +40,20 @@ Description
{ geolocationOptions, customCssClasses }


</td><td>

(not declared)


</td><td>


</td></tr>
<tr><td>

input


</td><td>

[LocationBiasProps](./search-ui-react.locationbiasprops.md)
Expand Down
16 changes: 15 additions & 1 deletion docs/search-ui-react.mapboxmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A component that renders a map with markers to show result locations using Mapbo
**Signature:**

```typescript
declare function MapboxMap<T>({ mapboxAccessToken, mapboxOptions, PinComponent, renderPin, getCoordinate, onDrag, iframeWindow, allowUpdates, onPinClick, markerOptionsOverride, }: MapboxMapProps<T>): React.JSX.Element;
declare function MapboxMap<T>(input: MapboxMapProps<T>): React.JSX.Element;
```

## Parameters
Expand All @@ -35,6 +35,20 @@ Description
{ mapboxAccessToken, mapboxOptions, PinComponent, renderPin, getCoordinate, onDrag, iframeWindow, allowUpdates, onPinClick, markerOptionsOverride, }


</td><td>

(not declared)


</td><td>


</td></tr>
<tr><td>

input


</td><td>

[MapboxMapProps](./search-ui-react.mapboxmapprops.md)<!-- -->&lt;T&gt;
Expand Down
Loading