UNPKG

@ng-formworks/core

Version:

Angular ng-formworks - JSON Schema Form builder core

18 lines (17 loc) 995 B
import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SectionComponent implements OnInit { private jsf; options: any; expanded: boolean; containerType: string; readonly layoutNode: import("@angular/core").InputSignal<any>; readonly layoutIndex: import("@angular/core").InputSignal<number[]>; readonly dataIndex: import("@angular/core").InputSignal<number[]>; get sectionTitle(): string; ngOnInit(): void; toggleExpanded(): void; getFlexAttribute(attribute: string): any; static ɵfac: i0.ɵɵFactoryDeclaration<SectionComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SectionComponent, "section-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>; }