UNPKG

stimulsoft-forms

Version:
24 lines (23 loc) 1.25 kB
import { OnInit } from "@angular/core"; import { StiModelService } from "../../../../services/model.service"; import { StiEditorProperty } from "../../../../services/objects"; 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 StiVerticalAlignmentEditorComponent implements OnInit { model: StiModelService; helper: StiHelperService; theme: StiThemeService; loc: StiLocalizationService; property: StiEditorProperty; constructor(model: StiModelService, helper: StiHelperService, theme: StiThemeService, loc: StiLocalizationService); hasName: boolean; required: boolean; get object(): any; get alignment(): any; set alignment(value: any); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<StiVerticalAlignmentEditorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<StiVerticalAlignmentEditorComponent, "sti-vertical-alignment-editor", never, { "property": { "alias": "property"; "required": false; }; }, {}, never, never, false, never>; }