@zajsf/bootstrap4
Version:
Angular JSON Schema Form builder using Bootstrap 4 UI
29 lines (28 loc) • 1.2 kB
TypeScript
import { ChangeDetectorRef, OnChanges, OnInit } from '@angular/core';
import { JsonSchemaFormService } from '@zajsf/core';
import * as i0 from "@angular/core";
/**
* Bootstrap 4 framework for Angular JSON Schema Form.
*
*/
export declare class Bootstrap4FrameworkComponent implements OnInit, OnChanges {
changeDetector: ChangeDetectorRef;
jsf: JsonSchemaFormService;
frameworkInitialized: boolean;
widgetOptions: any;
widgetLayoutNode: any;
options: any;
formControl: any;
debugOutput: any;
debug: any;
parentArray: any;
isOrderable: boolean;
layoutNode: any;
layoutIndex: number[];
dataIndex: number[];
constructor(changeDetector: ChangeDetectorRef, jsf: JsonSchemaFormService);
ngOnInit(): void;
ngOnChanges(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<Bootstrap4FrameworkComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<Bootstrap4FrameworkComponent, "bootstrap-4-framework", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
}