Data Browser
LmnDataBrowserComponent
import { LmnDataBrowserComponent } from '@elemental/ui';
Decorators: |
|
Selectors: |
|
Properties
Name | Type | Description |
---|---|---|
floating r |
| Whether the data browser is floating. |
nativeElement r | HTMLElement | |
negative r |
| Whether the data browser has a negative style. |
widthZone r |
| The current width zone of the data browser. |
LmnDataBrowserHeaderComponent
import { LmnDataBrowserHeaderComponent } from '@elemental/ui';
Decorators: |
|
Selectors: |
|
Properties
Name | Type | Description |
---|---|---|
nativeElement r | HTMLElement |
LmnDataBrowserHeaderSlotComponent
import { LmnDataBrowserHeaderSlotComponent } from '@elemental/ui';
Decorators: |
|
Selectors: |
|
LmnDataBrowserPanelComponent
import { LmnDataBrowserPanelComponent } from '@elemental/ui';
Decorators: |
|
Selectors: |
|
Properties
Name | Type | Description |
---|---|---|
allowResize r |
| Whether the panel is floating. |
closeButtonAttrAriaDescribedBy r |
| Close button aria described by |
closeButtonAttrAriaDescription r |
| Close button aria description |
closeButtonAttrAriaLabel r |
| Close button aria label |
closeButtonAttrAriaLabelledBy r |
| Close button aria labelled by |
closeButtonNegative r |
| Close button negative style |
closeButtonTooltip r |
| Tooltip for the close button |
hideCloseButton r |
| Hide the close button. |
nativeElement r | HTMLElement | The native element of the panel. |
open r |
| Whether the panel is open. |
open$ r |
| |
width r |
| |
width$ r |
|
Methods
hide() |
---|
Close the panel. |
Presentation
|
Returnsvoid |
show() |
---|
Open the panel. |
Presentation
|
Returnsvoid |
toggle() |
---|
Toggle the panel. |
Presentation
|
Returnsvoid |
LmnDataBrowserPanelTriggerDirective
import { LmnDataBrowserPanelTriggerDirective } from '@elemental/ui';
Decorators: |
|
Selectors: | [ |
Properties
Name | Type | Description |
---|---|---|
fullScreenOnMobile r |
| Whether the panel should be displayed in full screen on mobile devices. Default are opened from the bottom. |
panel r |
| The menu to be opened/closed by this trigger. |