stimulsoft-forms
Version:
Stimulsoft PDF Forms
24 lines (23 loc) • 1.29 kB
TypeScript
import { OnInit } from "@angular/core";
import { StiModelService } from "../../../../services/model.service";
import { StiEditorProperty } from "../../../../services/objects";
import { StiChangesService } from "../../../../services/sti-changes-service";
import { StiHelperService } from "../../../../services/sti-helper.service";
import { StiLocalizationService } from "../../../../services/sti-localization.service";
import * as i0 from "@angular/core";
export declare class StiImageEditorComponent implements OnInit {
model: StiModelService;
loc: StiLocalizationService;
helper: StiHelperService;
changesService: StiChangesService;
property: StiEditorProperty;
object?: any;
constructor(model: StiModelService, loc: StiLocalizationService, helper: StiHelperService, changesService: StiChangesService);
ngOnInit(): void;
get imageUrl(): any;
set imageUrl(value: any);
clear(): void;
onFileSelected(event: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StiImageEditorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StiImageEditorComponent, "sti-image-editor", never, { "property": { "alias": "property"; "required": false; }; "object": { "alias": "object"; "required": false; }; }, {}, never, never, false, never>;
}