UNPKG

@ng-formworks/cssframework

Version:

Angular ng-formworks - JSON Schema Form builder cssframework

19 lines (18 loc) 772 B
import { Framework } from '@ng-formworks/core'; import { css_fw } from './css-framework.defs'; import { CssframeworkService } from './css-framework.service'; import * as i0 from "@angular/core"; export declare class CssFramework extends Framework { cssFWService: CssframeworkService; name: string; framework: any; config: css_fw.frameworkcfg; constructor(cfg: css_fw.frameworkcfg); getActiveTheme(): css_fw.themeKV; requestThemeChange(name: string): void; registerTheme(newTheme: css_fw.themeKV, overwrite?: boolean): boolean; unregisterTheme(name: string): boolean; getConfig(): css_fw.frameworkcfg; static ɵfac: i0.ɵɵFactoryDeclaration<CssFramework, never>; static ɵprov: i0.ɵɵInjectableDeclaration<CssFramework>; }