stimulsoft-viewer-angular
Version:
Stimulsoft Viewer Angular
22 lines (21 loc) • 1.16 kB
TypeScript
import { OnInit } from '@angular/core';
import { ModelService } from '../services/model.service';
import { ControllerService } from '../services/controller.service';
import { HelperService } from '../services/helper.service';
import * as i0 from "@angular/core";
export declare class PageControlComponent implements OnInit {
model: ModelService;
controller: ControllerService;
helper: HelperService;
enabled: boolean;
count: string;
textBoxBorder: string;
margin: string;
constructor(model: ModelService, controller: ControllerService, helper: HelperService);
ngOnInit(): void;
textBoxAction(target: any): void;
getCorrectValue(value: any): number;
get textBoxColor(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<PageControlComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PageControlComponent, "sti-page-control", never, { "enabled": { "alias": "enabled"; "required": false; }; "count": { "alias": "count"; "required": false; }; "textBoxBorder": { "alias": "textBoxBorder"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; }, {}, never, never, false, never>;
}