projects/m2-core/src/lib/shared/ui-components/card/left-card-col.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | [left-card-col] |
| template | |
Properties |
Methods |
Inputs |
HostBindings |
| bottomBorder |
Type : boolean
|
| cardRowInitIndent |
Type : any
|
Default value : CONSTANTS.CARD_ROW_INIT_INDENT
|
| customColspan |
Type : number
|
| isJoint |
Type : boolean
|
| lastIndent |
Type : any
|
Default value : IndentType.DOT
|
| level |
Type : number
|
Default value : 0
|
| noRowStyles |
Type : boolean
|
| attr.colspan |
Type : number
|
Default value : 1
|
| class.joint-col |
Type : boolean
|
Default value : false
|
| class.left-col |
Type : boolean
|
Default value : true
|
| style.padding-left.px |
Type : any
|
Default value : CONSTANTS.CARD_ROW_INIT_INDENT
|
| ngOnChanges | ||||||
ngOnChanges(changes: ComponentChanges<LeftCardColComponent>)
|
||||||
|
Parameters :
Returns :
void
|
| colspan |
Type : number
|
Default value : 1
|
Decorators :
@HostBinding('attr.colspan')
|
| jointColClass |
Default value : false
|
Decorators :
@HostBinding('class.joint-col')
|
| leftColClass |
Default value : true
|
Decorators :
@HostBinding('class.left-col')
|
| leftColumnPaddingLeft |
Default value : CONSTANTS.CARD_ROW_INIT_INDENT
|
Decorators :
@HostBinding('style.padding-left.px')
|