@ajsf/material
Version:
Angular JSON Schema Form builder using Angular Material UI
23 lines (22 loc) • 993 B
TypeScript
import { OnInit } from '@angular/core';
import { AbstractControl } from '@angular/forms';
import { JsonSchemaFormService } from '@ajsf/core';
import * as i0 from "@angular/core";
export declare class MaterialDatepickerComponent implements OnInit {
matFormFieldDefaultOptions: any;
private jsf;
formControl: AbstractControl;
controlName: string;
dateValue: any;
controlDisabled: boolean;
boundControl: boolean;
options: any;
autoCompleteList: string[];
layoutNode: any;
layoutIndex: number[];
dataIndex: number[];
constructor(matFormFieldDefaultOptions: any, jsf: JsonSchemaFormService);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDatepickerComponent, [{ optional: true; }, null]>;
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialDatepickerComponent, "material-datepicker-widget", never, { "layoutNode": "layoutNode"; "layoutIndex": "layoutIndex"; "dataIndex": "dataIndex"; }, {}, never, never, false>;
}