UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

20 lines (19 loc) 1.01 kB
import type { QueryList } from '@angular/core'; import { TuiOptionWithValue } from '@taiga-ui/core/components/data-list'; import * as i0 from "@angular/core"; export declare class TuiMultiSelectGroupComponent<T> { private readonly values; private readonly handlers; private readonly control; protected readonly texts: import("@angular/core").Signal<{ all: string; none: string; } | undefined>; protected readonly value: import("@angular/core").Signal<readonly T[]>; protected readonly checked: import("@angular/core").Signal<boolean>; label: string; protected set options(options: QueryList<TuiOptionWithValue<T>>); protected toggle(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectGroupComponent<any>, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectGroupComponent<any>, "tui-opt-group[tuiMultiSelectGroup]", never, { "label": { "alias": "label"; "required": false; }; }, {}, ["options"], ["*"], true, never>; }