arlas-wui-toolkit / Exports / FilterShortcutComponent
Class: FilterShortcutComponent
Implements
OnInit
Table of contents
Constructors
Properties
- cdr
- chartHeight
- displayFilterFirstValue
- histogramDatatype
- histogramUnit
- inputs
- isOpen
- isOpenChange
- shortcut
- shortcutWidth
- spinnerOptions
- titleElement
Methods
Constructors
constructor
• new FilterShortcutComponent(collaborativeSearchService
, cdr
)
Parameters
Name | Type |
---|---|
collaborativeSearchService |
ArlasCollaborativesearchService |
cdr |
ChangeDetectorRef |
Defined in
projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:88
Properties
cdr
• cdr: ChangeDetectorRef
Defined in
projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:90
chartHeight
• chartHeight: number
= 90
Input
: Angular
Description
Height of the chart contained in the shortcut
Defined in
projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:51
displayFilterFirstValue
• displayFilterFirstValue: boolean
= true
Input
: Angular
Description
Whether to display the value of the first filter. If false, it will allow the user to only see the values by clicking the chip.
Defined in
projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:58
histogramDatatype
• histogramDatatype: string
Defined in
projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:84
histogramUnit
• histogramUnit: string
Defined in
projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:83
inputs
• inputs: any
Defined in
projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:82
isOpen
• isOpen: boolean
= false
Input
: Angular
Description
Whether the shortcut is opened and displays its widget
Defined in
projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:64
isOpenChange
• isOpenChange: EventEmitter
<boolean
>
Output
: Angular
Description
Event emitted when the shortcut is opened or closed
Defined in
projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:80
shortcut
• shortcut: FilterShortcutConfiguration
Input
: Angular
Description
Configuration of the shortcut to display
Defined in
projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:39
shortcutWidth
• shortcutWidth: number
= 250
Input
: Angular
Description
Width of the shortcut when opened
Defined in
projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:45
spinnerOptions
• spinnerOptions: SpinnerOptions
Input
: Angular
Description
Spinner options when data is loading
Defined in
projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:70
titleElement
• titleElement: ElementRef
<any
>
Defined in
projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:86
Methods
ngOnInit
▸ ngOnInit(): void
Returns
void
Implementation of
OnInit.ngOnInit
Defined in
projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:93
toggle
▸ toggle(): void
Returns
void
Defined in
projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:102