stimulsoft-forms
Version:
Stimulsoft PDF Forms
24 lines (23 loc) • 1.06 kB
TypeScript
import { AfterViewInit, ChangeDetectorRef, OnInit } from "@angular/core";
import { StiModelService } from "../../services/model.service";
import { StiHelperService } from "../../services/sti-helper.service";
import { StiLocalizationService } from "../../services/sti-localization.service";
import * as i0 from "@angular/core";
export declare class StiFileSaveContentComponent implements OnInit, AfterViewInit {
model: StiModelService;
helper: StiHelperService;
loc: StiLocalizationService;
private cdr;
name: string;
save: string;
cancel: string;
browse: string;
isSmallWindow: boolean;
constructor(model: StiModelService, helper: StiHelperService, loc: StiLocalizationService, cdr: ChangeDetectorRef);
ngAfterViewInit(): void;
close(): void;
saveFile(): void;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StiFileSaveContentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StiFileSaveContentComponent, "sti-file-save-content", never, {}, {}, never, never, false, never>;
}