stimulsoft-forms
Version:
Stimulsoft PDF Forms
24 lines (23 loc) • 1.35 kB
TypeScript
import { 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 { StiThemeService } from "../../../../../services/theme.service";
import * as i0 from "@angular/core";
export declare class StiTableColumnEditorComponent implements OnInit {
model: StiModelService;
helper: StiHelperService;
theme: StiThemeService;
loc: StiLocalizationService;
column: any;
state: boolean;
index: any;
expression?: any;
properties: any[];
constructor(model: StiModelService, helper: StiHelperService, theme: StiThemeService, loc: StiLocalizationService);
ngOnInit(): void;
needToDisable(property: any): boolean;
updateProperties(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StiTableColumnEditorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StiTableColumnEditorComponent, "sti-table-column-editor", never, { "column": { "alias": "column"; "required": false; }; "state": { "alias": "state"; "required": false; }; "index": { "alias": "index"; "required": false; }; "expression": { "alias": "expression"; "required": false; }; }, {}, never, never, false, never>;
}