@factory-utils/tools
Version:
Set of genericised angular2+ components used in most of Advanced SCHEMA - Factory's projects.
15 lines (14 loc) • 790 B
TypeScript
import { SimpleChanges } from '@angular/core';
import { Data } from '../../models/data.model';
import { HtmlInput } from '../../typings';
import * as i0 from "@angular/core";
export declare class GeneratorContainerComponent {
data: Data;
tooltip: string;
disabled: HtmlInput;
private readonly _defaultValues;
isDisabled(): boolean;
ngOnChanges(changes: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratorContainerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GeneratorContainerComponent, "fut-generator-container", never, { "data": { "alias": "data"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], false, never>;
}