stimulsoft-forms
Version:
Stimulsoft PDF Forms
21 lines (20 loc) • 1.18 kB
TypeScript
import { OnInit } from "@angular/core";
import { StiFormPageElement } from "../elements/StiFormPageElement";
import { StiModelService } from "../services/model.service";
import { FormEventsService } from "../services/sti-form-events-service";
import { StiHelperService } from "../services/sti-helper.service";
import { StiLocalizationService } from "../services/sti-localization.service";
import * as i0 from "@angular/core";
export declare class StiPageNavigationComponent implements OnInit {
model: StiModelService;
formEvents: FormEventsService;
helper: StiHelperService;
loc: StiLocalizationService;
currentPage: StiFormPageElement;
constructor(model: StiModelService, formEvents: FormEventsService, helper: StiHelperService, loc: StiLocalizationService);
getTranslate(): string;
setProperties(newPage: any, currentPage: any): void;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StiPageNavigationComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StiPageNavigationComponent, "sti-page-navigation", never, { "currentPage": { "alias": "currentPage"; "required": false; }; }, {}, never, never, false, never>;
}