packages/ecl/components/ecl-list/ecl-list.directive.ts
Directive for a description list using ECL styles.
Supports horizontal layout and maxVisibleItems functionality passed down to nested definition components.
| Selector | [eclDescriptionList] |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
| isHorizontal |
Default value : false, { transform: booleanAttribute }
|
|
Enables horizontal layout. |
| maxVisibleItems |
Default value : 0, { transform: numberAttribute }
|
|
Maximum number of visible items before collapsing.
Applied to nested |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Applies the base ECL class for description lists. |
| class.ecl-description-list--horizontal |
Type : any
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| eclListItems |
Type : QueryList<EclDescriptionListDefinitionComponent>
|
Decorators :
@ContentChildren(EclDescriptionListDefinitionComponent)
|
| horizontalClass |
gethorizontalClass()
|
| cssClasses |
getcssClasses()
|
|
Applies the base ECL class for description lists.
Returns :
string
|