stimulsoft-viewer-angular
Version:
Stimulsoft Viewer Angular
21 lines (20 loc) • 1.11 kB
TypeScript
import { OnInit, EventEmitter } from '@angular/core';
import { ModelService } from '../services/model.service';
import { AnimationEvent } from '@angular/animations';
import * as i0 from "@angular/core";
export declare class GroupPanelComponent implements OnInit {
model: ModelService;
width: number;
caption: string;
innerPadding: string;
opened: boolean;
margin: string;
action: EventEmitter<any>;
display: string;
constructor(model: ModelService);
ngOnInit(): void;
startAnimation(event: AnimationEvent): void;
doneAnimation(event: AnimationEvent): void;
static ɵfac: i0.ɵɵFactoryDeclaration<GroupPanelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GroupPanelComponent, "sti-group-panel", never, { "width": { "alias": "width"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "innerPadding": { "alias": "innerPadding"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; }, { "action": "action"; }, never, ["*"], false, never>;
}