UNPKG

@ng-formworks/material

Version:

Angular ng-formworks - JSON Schema Form builder using Angular Material UI

24 lines (23 loc) 1.31 kB
import { OnDestroy, OnInit } from '@angular/core'; import { AbstractControl } from '@angular/forms'; import { MaterialTabsComponent } from './material-tabs.component'; import * as i0 from "@angular/core"; export declare class MaterialOneOfComponent implements OnInit, OnDestroy { readonly tabs: import("@angular/core").Signal<MaterialTabsComponent>; private jsf; formControl: AbstractControl; controlName: string; controlValue: any; controlDisabled: boolean; boundControl: boolean; options: any; readonly layoutNode: import("@angular/core").InputSignal<any>; readonly layoutIndex: import("@angular/core").InputSignal<number[]>; readonly dataIndex: import("@angular/core").InputSignal<number[]>; ngOnInit(): void; findSelectedTab(): number; updateValue(event: any): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<MaterialOneOfComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MaterialOneOfComponent, "material-one-of-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>; }