@zajsf/material
Version:
Angular JSON Schema Form builder using Angular Material UI
26 lines (25 loc) • 1.11 kB
TypeScript
import { OnInit } from '@angular/core';
import { AbstractControl } from '@angular/forms';
import { JsonSchemaFormService } from '@zajsf/core';
import * as i0 from "@angular/core";
export declare class MaterialCheckboxComponent implements OnInit {
private jsf;
formControl: AbstractControl;
controlName: string;
controlValue: any;
controlDisabled: boolean;
boundControl: boolean;
options: any;
trueValue: any;
falseValue: any;
showSlideToggle: boolean;
layoutNode: any;
layoutIndex: number[];
dataIndex: number[];
constructor(jsf: JsonSchemaFormService);
ngOnInit(): void;
updateValue(event: any): void;
get isChecked(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialCheckboxComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialCheckboxComponent, "material-checkbox-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
}