/********** Angular **********/ import { OnInit } from '@angular/core'; /********** Ionic **********/ import { ActionSheetController } from '@ionic/angular'; /********** Component & Service **********/ import { ButtonFieldBase } from '../components/buttonfieldbase.component'; import { ZComponentService } from '../services/zcomponent.service'; import { FieldService, WebApiService, ResourceApiService, WorkflowService, ZField, ZComponent } from 'mmhglobal-zcore'; import * as i0 from "@angular/core"; export declare class UiactionbuttonComponent extends ButtonFieldBase implements ZComponent, OnInit { componentService: ZComponentService; private fieldService; private webApiService; private resourceApiService; private workflowService; private actionSheetCtrl; topRightActionButton: any[]; actionBtnList: Array; isWorkflowButton: boolean; constructor(componentService: ZComponentService, fieldService: FieldService, webApiService: WebApiService, resourceApiService: ResourceApiService, workflowService: WorkflowService, actionSheetCtrl: ActionSheetController); /******************** Common function ********************/ ngOnInit(): void; ngAfterViewInit(): void; private loadButton; /******************** zButton ********************/ getFirstzButton(data: any[]): any; onAction(): void; private reloadButtonList; buttonClick(button: any): void; private getButtonRole; /******************** zWorkflowButton ********************/ e1wfs_wfcGetWorkflowButtonURL: any; e1wfs_wfc_getWorkflowInitialStatusURL: any; e1wfs_wfc_getDocumentStatusURL: any; private loadWorkflowButton; workflowButtonClick(button: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }