/********** Angular **********/ import { OnInit } from "@angular/core"; /********** Ionic **********/ /********** Plugin **********/ import { DialItemClickEvent, FabAlign, FabPositionMode } from '@progress/kendo-angular-buttons'; /********** Component & Service **********/ import { ButtonFieldBase } from "../components/buttonfieldbase.component"; import { ZComponentService } from "../services/zcomponent.service"; import { FieldService, FontAweSomeService, ResourceApiService, WorkflowService, ZComponent } from 'mmhglobal-zcore'; import * as i0 from "@angular/core"; export declare class ZmfbComponent extends ButtonFieldBase implements ZComponent, OnInit { componentService: ZComponentService; fontAweSomeService: FontAweSomeService; private fieldService; private resourceApiService; private workflowService; positionMode: FabPositionMode; align: FabAlign; items: Array; dialOpen: boolean; isWorkflowButton: boolean; buttonColor: string; private buttonField; constructor(componentService: ZComponentService, fontAweSomeService: FontAweSomeService, fieldService: FieldService, resourceApiService: ResourceApiService, workflowService: WorkflowService); ngOnInit(): void; ngAfterViewInit(): void; private setupComponent; onBlur(): void; onFocus(): void; onOpen(e: any): void; onClose(e: any): void; onDialItemClick(e: DialItemClickEvent): void; private setupDefaultDialItems; private getFirstzButton; e1wfs_wfcGetWorkflowButtonURL: any; e1wfs_wfc_getWorkflowInitialStatusURL: any; e1wfs_wfc_getDocumentStatusURL: any; private loadWorkflowButton; private isButtonDisableTrigger; workflowButtonClick(button: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }