You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The `atomic-breadbox` component helps the user keep track of the navigational state of the currently active facet values, located in a single place on the search page.
60
-
* In most cases, these are on the top of a page between the search bar and the results.
61
-
* By default, the field name is displayed before the field value to clarify which facet the value is from.
62
-
* You can clear a single selection by clicking the `x` inside of each pill, or clear all selections by using the `Clear` button.
63
-
*/
64
-
interfaceAtomicBreadbox{
65
-
/**
66
-
* This prop allows you to control the display depth of the path by specifying the number of parent or ancestor breadcrumbs links relative to the currently selected value. If the path size is equal to or less than the pathLimit, all values in the path will be displayed without truncation. If the path size exceeds the pathLimit, it will truncate the path by replacing the middle values with ellipses ('...'). Minimum: `1`
67
-
* @defaultValue `3`
68
-
*/
69
-
"pathLimit": number;
70
-
}
71
58
/**
72
59
* A facet is a list of values for a certain field occurring in the results, ordered using a configurable criteria (for example, number of occurrences).
73
60
* An `atomic-category-facet` displays a facet of values in a browsable, hierarchical fashion.
* The `atomic-breadbox` component helps the user keep track of the navigational state of the currently active facet values, located in a single place on the search page.
2128
-
* In most cases, these are on the top of a page between the search bar and the results.
2129
-
* By default, the field name is displayed before the field value to clarify which facet the value is from.
2130
-
* You can clear a single selection by clicking the `x` inside of each pill, or clear all selections by using the `Clear` button.
* A facet is a list of values for a certain field occurring in the results, ordered using a configurable criteria (for example, number of occurrences).
2140
2115
* An `atomic-category-facet` displays a facet of values in a browsable, hierarchical fashion.
* The `atomic-breadbox` component helps the user keep track of the navigational state of the currently active facet values, located in a single place on the search page.
3327
-
* In most cases, these are on the top of a page between the search bar and the results.
3328
-
* By default, the field name is displayed before the field value to clarify which facet the value is from.
3329
-
* You can clear a single selection by clicking the `x` inside of each pill, or clear all selections by using the `Clear` button.
3330
-
*/
3331
-
interfaceAtomicBreadbox{
3332
-
/**
3333
-
* This prop allows you to control the display depth of the path by specifying the number of parent or ancestor breadcrumbs links relative to the currently selected value. If the path size is equal to or less than the pathLimit, all values in the path will be displayed without truncation. If the path size exceeds the pathLimit, it will truncate the path by replacing the middle values with ellipses ('...'). Minimum: `1`
3334
-
* @defaultValue `3`
3335
-
*/
3336
-
"pathLimit"?: number;
3337
-
}
3338
3299
/**
3339
3300
* A facet is a list of values for a certain field occurring in the results, ordered using a configurable criteria (for example, number of occurrences).
3340
3301
* An `atomic-category-facet` displays a facet of values in a browsable, hierarchical fashion.
* The `atomic-breadbox` component helps the user keep track of the navigational state of the currently active facet values, located in a single place on the search page.
5404
-
* In most cases, these are on the top of a page between the search bar and the results.
5405
-
* By default, the field name is displayed before the field value to clarify which facet the value is from.
5406
-
* You can clear a single selection by clicking the `x` inside of each pill, or clear all selections by using the `Clear` button.
* A facet is a list of values for a certain field occurring in the results, ordered using a configurable criteria (for example, number of occurrences).
5411
5364
* An `atomic-category-facet` displays a facet of values in a browsable, hierarchical fashion.
0 commit comments