@taiga-ui/addon-table
Version:
A library to display tabled data with filters, search, group actions, etc.
14 lines (13 loc) • 780 B
TypeScript
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>;
readonly tuiCheckboxRow: import("@angular/core").InputSignal<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": true; "isSignal": true; }; }, {}, never, never, true, never>;
}