UNPKG

@ajsf/core

Version:

Angular JSON Schema Form builder core

25 lines (24 loc) 1 kB
import { AbstractControl } from '@angular/forms'; import { OnInit } from '@angular/core'; import { JsonSchemaFormService, TitleMapItem } from '../json-schema-form.service'; import * as i0 from "@angular/core"; export declare class CheckboxesComponent implements OnInit { private jsf; formControl: AbstractControl; controlName: string; controlValue: any; controlDisabled: boolean; boundControl: boolean; options: any; layoutOrientation: string; formArray: AbstractControl; checkboxList: TitleMapItem[]; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(jsf: JsonSchemaFormService); ngOnInit(): void; updateValue(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxesComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxesComponent, "checkboxes-widget", never, { "layoutNode": "layoutNode"; "layoutIndex": "layoutIndex"; "dataIndex": "dataIndex"; }, {}, never, never, false>; }