@ng-formworks/material
Version:
Angular ng-formworks - JSON Schema Form builder using Angular Material UI
36 lines (35 loc) • 1.67 kB
TypeScript
import { OnChanges, OnDestroy, OnInit } from '@angular/core';
import { FrameworkLibraryService } from '@ng-formworks/core';
import { CssframeworkService } from '@ng-formworks/cssframework';
import { Subscription } from 'rxjs';
import * as i0 from "@angular/core";
export declare class MaterialDesignFrameworkComponent implements OnInit, OnChanges, OnDestroy {
private changeDetector;
private jsf;
jsfFLService: FrameworkLibraryService;
cssFWService: CssframeworkService;
frameworkInitialized: boolean;
inputType: string;
options: any;
widgetLayoutNode: any;
widgetOptions: any;
formControl: any;
parentArray: any;
isOrderable: boolean;
dynamicTitle: string;
readonly layoutNode: import("@angular/core").InputSignal<any>;
readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
readonly dataIndex: import("@angular/core").InputSignal<number[]>;
theme: string;
frameworkThemeSubs: Subscription;
constructor();
ngOnDestroy(): void;
get showRemoveButton(): boolean;
ngOnInit(): void;
ngOnChanges(): void;
initializeFramework(): void;
updateTitle(): void;
removeItem(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDesignFrameworkComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialDesignFrameworkComponent, "material-design-framework", 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>;
}