cocori-ng
Version:
Cocori-ng is an Angular full of great components & utilites based on Material
28 lines (27 loc) • 1.2 kB
TypeScript
import { OnInit } from '@angular/core';
import { MatBottomSheetRef } from '@angular/material/bottom-sheet';
import { SectionModel } from '../../../core/model/cms.model';
import { CmsService } from '../../../core/service/cms.service';
import * as i0 from "@angular/core";
export declare class CocoringCmsSectionActionsComponent implements OnInit {
private cmsService;
private _bottomSheetRef;
data: {
section: SectionModel;
};
color: string;
section: SectionModel;
constructor(cmsService: CmsService, _bottomSheetRef: MatBottomSheetRef<CocoringCmsSectionActionsComponent>, data: {
section: SectionModel;
});
ngOnInit(): void;
close(event: any): void;
removeSection(event: any): void;
moveUpSection(event: any): void;
moveDownSection(event: any): void;
duplicateSection(event: any): void;
selectColor(event: any): void;
onColorChange(color: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CocoringCmsSectionActionsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CocoringCmsSectionActionsComponent, "cocoring-cms-section-actions", never, {}, {}, never, never, false>;
}