ng-prime-tools
Version:
An advanced PrimeNG table for Angular
19 lines • 941 B
TypeScript
import { OnInit, AfterViewInit, Renderer2, ElementRef, SimpleChanges, OnChanges } from '@angular/core';
import { ButtonModel } from '../models';
import * as i0 from "@angular/core";
export declare class PTButtonComponent implements OnInit, AfterViewInit, OnChanges {
private renderer;
private el;
buttonConfig: ButtonModel;
constructor(renderer: Renderer2, el: ElementRef);
ngOnInit(): void;
ngOnChanges(changes: SimpleChanges): void;
updateDisabledStyles(isDisabled: boolean): void;
ngAfterViewInit(): void;
getIconPos(): 'left' | 'right';
getType(): string;
applyButtonStyles(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PTButtonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PTButtonComponent, "pt-button", never, { "buttonConfig": { "alias": "buttonConfig"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=pt-button.component.d.ts.map