packages/components/eui-calendar/eui-calendar-weekly-day-content.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| HostDirectives |
BaseStatesDirective
Inputs : euiPrimary euiSecondary euiSuccess euiInfo euiWarning euiDanger
|
| selector | eui-calendar-weekly-day-content |
| imports |
EUI_DASHBOARD_CARD
|
| templateUrl | ./eui-calendar-weekly-day-content.component.html |
Inputs |
HostBindings |
Accessors |
| label |
Type : string
|
| Required : true |
|
Label for the content |
| subLabel |
Type : string
|
|
Sublabel for the content |
| class |
Type : string
|
|
Computes and returns the CSS classes for the label component based on its current state. Combines base states, required status, readonly status, and sublabel type. |
| cssClasses |
getcssClasses()
|
|
Computes and returns the CSS classes for the label component based on its current state. Combines base states, required status, readonly status, and sublabel type.
Returns :
string
|