list-cell.d.ts 1.9 KB

12345678910111213141516171819202122232425262728293031
  1. /**
  2. * Use of this source code is governed by an MIT-style license that can be
  3. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  4. */
  5. import { TemplateRef } from '@angular/core';
  6. import * as i0 from "@angular/core";
  7. export declare class NzListEmptyComponent {
  8. nzNoResult?: string | TemplateRef<void>;
  9. static ɵfac: i0.ɵɵFactoryDeclaration<NzListEmptyComponent, never>;
  10. static ɵcmp: i0.ɵɵComponentDeclaration<NzListEmptyComponent, "nz-list-empty", ["nzListHeader"], { "nzNoResult": { "alias": "nzNoResult"; "required": false; }; }, {}, never, never, true, never>;
  11. }
  12. export declare class NzListHeaderComponent {
  13. static ɵfac: i0.ɵɵFactoryDeclaration<NzListHeaderComponent, never>;
  14. static ɵcmp: i0.ɵɵComponentDeclaration<NzListHeaderComponent, "nz-list-header", ["nzListHeader"], {}, {}, never, ["*"], true, never>;
  15. }
  16. export declare class NzListFooterComponent {
  17. static ɵfac: i0.ɵɵFactoryDeclaration<NzListFooterComponent, never>;
  18. static ɵcmp: i0.ɵɵComponentDeclaration<NzListFooterComponent, "nz-list-footer", ["nzListFooter"], {}, {}, never, ["*"], true, never>;
  19. }
  20. export declare class NzListPaginationComponent {
  21. static ɵfac: i0.ɵɵFactoryDeclaration<NzListPaginationComponent, never>;
  22. static ɵcmp: i0.ɵɵComponentDeclaration<NzListPaginationComponent, "nz-list-pagination", ["nzListPagination"], {}, {}, never, ["*"], true, never>;
  23. }
  24. export declare class NzListLoadMoreDirective {
  25. static ɵfac: i0.ɵɵFactoryDeclaration<NzListLoadMoreDirective, never>;
  26. static ɵdir: i0.ɵɵDirectiveDeclaration<NzListLoadMoreDirective, "nz-list-load-more", ["nzListLoadMoreDirective"], {}, {}, never, never, true, never>;
  27. }
  28. export declare class NzListGridDirective {
  29. static ɵfac: i0.ɵɵFactoryDeclaration<NzListGridDirective, never>;
  30. static ɵdir: i0.ɵɵDirectiveDeclaration<NzListGridDirective, "nz-list[nzGrid]", never, {}, {}, never, never, true, never>;
  31. }