UNPKG

simplify-angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0.

24 lines (23 loc) 1.24 kB
import { SimpleInputComponent } from '../simple-input/simple-input.component'; import { SimpleRepeatingItemsComponent } from '../../../simple-repeating-items/simple-repeating-items.component'; import * as i0 from "@angular/core"; export declare class SimpleInputKeyValuePairComponent extends SimpleInputComponent { simpleRepeatingItems: SimpleRepeatingItemsComponent; get items(): any[]; set items(value: any[]); set value(newValue: any); get value(): any; values: any[]; validValues: any[]; private repeatingItemsInitialized; ngAfterViewInit(): void; ngAfterContentChecked(): void; appendValue(value?: any): void; initSimpleRepeatingItems(): void; removeItem(item: any): void; removeItemAtIndex(index: any): void; protected setRepeatingElementActions(params: any): void; validateRequired(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<SimpleInputKeyValuePairComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SimpleInputKeyValuePairComponent, "simple-input-key-value-pair", never, { "simpleRepeatingItems": { "alias": "simpleRepeatingItems"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, {}, never, ["*"], false, never>; }