UNPKG

tuain-ng-forms-lib

Version:

Componentes y Clases Angular para la gestión de formularios TUAIN

23 lines (22 loc) 875 B
import { OnInit } from '@angular/core'; import { FormAction } from '../../classes/forms/action'; import { ElementComponent } from './layout/element.component'; import * as i0 from "@angular/core"; export declare class ActionComponent extends ElementComponent implements OnInit { private destroy$; actionCode: any; actionName: any; iconName: any; inProgress: any; restrictedOnField: any; restrictedOnOperator: any; restrictedOnValue: any; action: FormAction | null; updatePropagatedAttributes(): void; ngOnInit(): void; start(): void; activate(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ActionComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ActionComponent, "lib-action", never, { "action": { "alias": "action"; "required": false; }; }, {}, never, ["*"], false, never>; }