| DateFilterRestrictions |
Type : unknown
|
Default value : {
Birthday: 'birthday',
OnlyFuture: 'only-future',
OnlyPast: 'only-past',
} as const
|
|
Attribute filter modes |
| ConfigurationPanelBottomBarActions |
Type : unknown
|
Default value : {
cancel: 'cancel',
applyPresets: 'applyPresets',
confirm: 'confirm',
} as const
|
|
Configuration bottom bar actions. |
| FilterAttributeOperators |
Type : unknown
|
Default value : {
Equal: 'equal',
NotEqual: 'notEqual',
} as const
|
|
Const for the operator modes of the filter attributes. |
| InteractedDataItemsMessageTypes |
Type : unknown
|
Default value : {
Process: 'process',
More: 'more',
Example: 'example',
} as const
|
|
The message types emitted by the IInteractedDataItems. |
| OPUS_UI_INBOX_CONFIG |
Type : unknown
|
Default value : new InjectionToken<ITalenraInboxConfig>(
'Talenra Inbox Config, must implement ITalenraInboxConfig'
)
|
| TalenraInboxTranslations |
Type : object
|
Default value : { enGB, deCH, frCH, itCH }
|
| version |
Type : string
|
Default value : LIB_VERSION
|
|
Current version of the library (e.g. "1.0.0", "1.1.0-rc.0") Example : |