C:/GoDev/src/TCSTK-Angular/projects/tibco-tcstk/tc-liveapps-lib/src/lib/components/live-apps-case-summary/live-apps-case-summary.component.ts
Renders case summary cards
OnInit
OnChanges
AfterViewInit
selector | tcla-live-apps-case-summary |
styleUrls | ./live-apps-case-summary.component.css |
templateUrl | ./live-apps-case-summary.component.html |
Properties |
|
Methods |
Inputs |
Outputs |
HostListeners |
constructor(liveapps: LiveAppsService, caseCardConfigService: TcCaseCardConfigService, sanitizer: DomSanitizer)
|
||||||||||||
Parameters :
|
borderCard | |
Type : boolean
|
|
Whether to display a border around the card |
caseRef | |
Type : string
|
|
The case reference |
configMode | |
Type : boolean
|
|
Whether to use static data (ie. when in app config box) |
configModeAppTypeLabel | |
Type : string
|
|
static data for app config box |
configModeCaseTypeColor | |
Type : string
|
|
static data for app config box |
configModeCaseTypeIcon | |
Type : string
|
|
static data for app config box |
configModeColor | |
Type : string
|
|
static data for app config box |
configModeIcon | |
Type : string
|
|
static data for app config box |
configModeUseCaseTypeColor | |
Type : boolean
|
|
whether to use case type color for header bar |
description | |
Type : string
|
|
Card Description |
displayType | |
Type : string
|
|
case card format - list, card, miniCard, staticList (no click event) |
highlight | |
Type : string
|
|
Text to highlight in the list of cases (normall text that was searched) |
sandboxId | |
Type : number
|
|
sandboxId - this comes from claims resolver |
typeBar | |
Type : boolean
|
|
Whether to display the colored "bar" on a summary card (on left or top) |
uiAppId | |
Type : string
|
|
The Application ID of the UI (should ideally be unique as it is shared state key) |
workitemId | |
Type : string
|
|
Workitem Id |
workitemName | |
Type : string
|
|
Workitem Name |
clickCase | |
Type : EventEmitter<CaseRoute>
|
|
~event clickCase : Case clicked ~payload CaseRoute : CaseRoute object output when case is clicked so calling component can route accordingly - ie. route to case |
window:resize |
Arguments : '$event'
|
window:resize(event)
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:45
|
ngAfterViewInit |
ngAfterViewInit()
|
Returns :
void
|
ngOnChanges | ||||||
ngOnChanges(changes: SimpleChanges)
|
||||||
Parameters :
Returns :
void
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
ngAfterViewInit |
ngAfterViewInit()
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:91
|
Returns :
void
|
ngOnDestroy |
ngOnDestroy()
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:99
|
Returns :
void
|
ngOnInit |
ngOnInit()
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:104
|
Returns :
void
|
setupWidthObserver |
setupWidthObserver()
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:70
|
Returns :
void
|
Public appId |
Type : string
|
Public appStateConfig |
Type : CardConfig
|
Public casedata |
Type : any
|
caseTypeIconComponent |
Type : LiveAppsStateIconComponent
|
Decorators :
@ViewChild('caseTypeIcon', {static: false})
|
Public clickCaseAction |
Default value : () => {...}
|
color |
Type : string
|
componentDiv |
Type : ElementRef
|
Decorators :
@ViewChild('componentDiv', {static: false})
|
Public errorMessage |
Public metadata |
Type : Metadata
|
Public refresh |
Default value : () => {...}
|
Public restylePreview |
Default value : () => {...}
|
Public restylePreviewCaseType |
Default value : () => {...}
|
stateIconComponent |
Type : LiveAppsStateIconComponent
|
Decorators :
@ViewChild('caseStateIcon', {static: false})
|
Public summary |
Type : any
|
Public summaryKeys |
Type : string[]
|
Public summaryValues |
Type : string[]
|
Public togglePreviewUseCaseTypeColor |
Default value : () => {...}
|
Public typeId |
Type : string
|
Protected _destroyed$ |
Default value : new Subject()
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:39
|
componentChildDivs |
Type : LiveAppsComponent[]
|
Decorators :
@ViewChildren('componentChildDiv')
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:36
|
componentDiv |
Type : ElementRef
|
Decorators :
@ViewChild('componentDiv', {static: false})
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:35
|
Protected containerChanges$ |
Type : Observable<TcComponent>
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:40
|
Private observer |
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:42
|
Public resize |
Default value : () => {...}
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:56
|
Public widget |
Type : TcComponent
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:41
|
./live-apps-case-summary.component.css