UNPKG

cocori-ng

Version:

Cocori-ng is an Angular full of great components & utilites based on Material

21 lines (20 loc) 959 B
import { Injector } from '@angular/core'; import { SectionModel } from '../../../core/model/cms.model'; import { ExtendPreviewActionsComponent } from '../../extend-preview-actions.component'; import * as i0 from "@angular/core"; export declare abstract class ExtendSectionReadonlyTplComponent extends ExtendPreviewActionsComponent { section: SectionModel; cdr: any; nbEditorView: number; readOnly: boolean; value: any; uploadProgress: number; isUploading: boolean; constructor(injector: Injector); init(nbEditorView: number): void; private getValuesEditor; openBottomSheet(): void; removeBackground(event: any, nameControl: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<ExtendSectionReadonlyTplComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ExtendSectionReadonlyTplComponent, "extend-section-ro-tpl", never, { "section": "section"; }, {}, never, never, false>; }