import { KbqOverflowItemsModule } from '@koobiq/components/overflow-items';

Directive for displaying the result of hidden items by the `KbqOverflowItems` directive.

Selector: [kbqOverflowItemsResult]

Exported as: kbqOverflowItemsResult

Directive for the item that can be hidden by the `KbqOverflowItems` directive.

Selector: [kbqOverflowItem]

Exported as: kbqOverflowItem
Properties
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
Properties
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.
Docs Feedback
If you have any questions or would like to contribute to writing the documentation, please create an issue in our GitHub repository.