@ajsf/material
Version:
Angular JSON Schema Form builder using Angular Material UI
28 lines (27 loc) • 1.11 kB
TypeScript
import { AbstractControl } from '@angular/forms';
import { OnInit } from '@angular/core';
import { JsonSchemaFormService, TitleMapItem } from '@ajsf/core';
import * as i0 from "@angular/core";
export declare class MaterialCheckboxesComponent implements OnInit {
private jsf;
formControl: AbstractControl;
controlName: string;
controlValue: any;
controlDisabled: boolean;
boundControl: boolean;
options: any;
horizontalList: boolean;
formArray: AbstractControl;
checkboxList: TitleMapItem[];
layoutNode: any;
layoutIndex: number[];
dataIndex: number[];
constructor(jsf: JsonSchemaFormService);
ngOnInit(): void;
get allChecked(): boolean;
get someChecked(): boolean;
updateValue(): void;
updateAllValues(event: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialCheckboxesComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialCheckboxesComponent, "material-checkboxes-widget", never, { "layoutNode": "layoutNode"; "layoutIndex": "layoutIndex"; "dataIndex": "dataIndex"; }, {}, never, never, false>;
}