@zajsf/bootstrap3
Version:
Angular JSON Schema Form builder using Bootstrap 3 UI
28 lines (27 loc) • 1.2 kB
TypeScript
import { ChangeDetectorRef, OnChanges, OnInit } from '@angular/core';
import { JsonSchemaFormService } from '@zajsf/core';
import * as i0 from "@angular/core";
/**
* Bootstrap 3 framework for Angular JSON Schema Form.
*/
export declare class Bootstrap3FrameworkComponent 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<Bootstrap3FrameworkComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<Bootstrap3FrameworkComponent, "bootstrap-3-framework", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
}