import { KbqOverflowItemsModule } from '@koobiq/components/overflow-items';Directive for displaying the result of hidden items by the `KbqOverflowItems` directive.
Selector: [kbqOverflowItemsResult]
Exported as: kbqOverflowItemsResultDirective for the item that can be hidden by the `KbqOverflowItems` directive.
Selector: [kbqOverflowItem]
Exported as: kbqOverflowItem| Name | Description |
|---|---|
@Input() alwaysVisible: InputSignalWithTransform |
Element with this attribute will be ignored when hiding and will always remain visible. |
@Input('kbqOverflowItem')
id: InputSignal |
Unique identifier for the item. |
@Input() order: InputSignalWithTransform |
Defines the order in which the item is processed in the overflow container, without changing its original position in the `QueryList`. |
Directive for managing the visibility of items that overflow the container.
Selector: [kbqOverflowItems]
Exported as: kbqOverflowItems| Name | Description |
|---|---|
@Input() additionalResizeObserverTargets: InputSignal |
List of additional elements to observe for resize changes. |
@Input() debounceTime: InputSignalWithTransform |
Debounce time for recalculating items visibility. |
@Input() orientation: InputSignal |
Defines the orientation of the overflow items. |
@Input() reverseOverflowOrder: InputSignalWithTransform |
Whether the overflow order should be reversed. |
@Input() wrap: InputSignal |
Defines the wrap of the overflow items. |
@Output('changes')
changes: OutputEmitterRef |
Emits when the set of hidden items changes. |
| hiddenItemIDs: Signal |
Set of hidden item IDs. |