UNPKG

@taiga-ui/addon-table

Version:

A library to display tabled data with filters, search, group actions, etc.

14 lines (13 loc) 717 B
import { type OnDestroy, type OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TuiCheckboxRowDirective<T> implements OnInit, OnDestroy { private readonly control; private readonly parent; protected readonly checked: import("@angular/core").Signal<boolean>; tuiCheckboxRow: T; ngOnInit(): void; ngOnDestroy(): void; protected onChange(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TuiCheckboxRowDirective<any>, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCheckboxRowDirective<any>, "[tuiCheckbox][tuiCheckboxRow]", never, { "tuiCheckboxRow": { "alias": "tuiCheckboxRow"; "required": false; }; }, {}, never, never, true, never>; }