UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

10 lines (9 loc) 762 B
import { AbstractStringCollectionDefaultFieldComponent, DataFieldPortalData, TaskRefField } from '@netgrif/components-core'; import { TranslateService } from '@ngx-translate/core'; import * as i0 from "@angular/core"; export declare class StringCollectionDefaultFieldComponent extends AbstractStringCollectionDefaultFieldComponent { protected _translate: TranslateService; constructor(_translate: TranslateService, dataFieldPortalData: DataFieldPortalData<TaskRefField>); static ɵfac: i0.ɵɵFactoryDeclaration<StringCollectionDefaultFieldComponent, [null, { optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<StringCollectionDefaultFieldComponent, "nc-string-collection-default-field", never, {}, {}, never, never, false, never>; }