UNPKG

@ng-formworks/bootstrap5

Version:

Angular ng-formworks - JSON Schema Form builder using Bootstrap 5 UI

49 lines (44 loc) 2.37 kB
import * as i0 from '@angular/core'; import { OnInit, OnChanges, ChangeDetectorRef } from '@angular/core'; import * as i2 from '@ng-formworks/core'; import { JsonSchemaFormService } from '@ng-formworks/core'; import * as i3 from '@angular/common'; import * as i4 from '@ng-formworks/cssframework'; import { CssFramework, CssframeworkService } from '@ng-formworks/cssframework'; /** * Bootstrap 5 framework for Angular JSON Schema Form. * */ declare class Bootstrap5FrameworkComponent 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; readonly layoutNode: i0.InputSignal<any>; readonly layoutIndex: i0.InputSignal<number[]>; readonly dataIndex: i0.InputSignal<number[]>; ngOnInit(): void; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration<Bootstrap5FrameworkComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<Bootstrap5FrameworkComponent, "bootstrap-5-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>; } declare class Bootstrap5FrameworkModule { static ɵfac: i0.ɵɵFactoryDeclaration<Bootstrap5FrameworkModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<Bootstrap5FrameworkModule, [typeof Bootstrap5FrameworkComponent], [typeof i2.JsonSchemaFormModule, typeof i3.CommonModule, typeof i2.WidgetLibraryModule, typeof i4.CssFrameworkModule], [typeof i2.JsonSchemaFormModule, typeof Bootstrap5FrameworkComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<Bootstrap5FrameworkModule>; } declare class Bootstrap5Framework extends CssFramework { cssFWService: CssframeworkService; framework: typeof Bootstrap5FrameworkComponent; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<Bootstrap5Framework, never>; static ɵprov: i0.ɵɵInjectableDeclaration<Bootstrap5Framework>; } export { Bootstrap5Framework, Bootstrap5FrameworkComponent, Bootstrap5FrameworkModule };