UNPKG

ng-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

30 lines (29 loc) 1.7 kB
/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { ChangeDetectorRef, NgZone, OnChanges, QueryList, TemplateRef } from '@angular/core'; import { NzDestroyService } from 'ng-zorro-antd/core/services'; import * as i0 from "@angular/core"; export declare class NzListItemExtraComponent { static ɵfac: i0.ɵɵFactoryDeclaration<NzListItemExtraComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NzListItemExtraComponent, "nz-list-item-extra, [nz-list-item-extra]", ["nzListItemExtra"], {}, {}, never, ["*"], false>; } export declare class NzListItemActionComponent { templateRef?: TemplateRef<void>; static ɵfac: i0.ɵɵFactoryDeclaration<NzListItemActionComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NzListItemActionComponent, "nz-list-item-action", ["nzListItemAction"], {}, {}, never, ["*"], false>; } export declare class NzListItemActionsComponent implements OnChanges { private ngZone; nzActions: Array<TemplateRef<void>>; nzListItemActions: QueryList<NzListItemActionComponent>; actions: Array<TemplateRef<void>>; private inputActionChanges$; private contentChildrenChanges$; constructor(ngZone: NgZone, cdr: ChangeDetectorRef, destroy$: NzDestroyService); ngOnChanges(): void; private enterZone; static ɵfac: i0.ɵɵFactoryDeclaration<NzListItemActionsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NzListItemActionsComponent, "ul[nz-list-item-actions]", ["nzListItemActions"], { "nzActions": "nzActions"; }, {}, ["nzListItemActions"], never, false>; }