space-compact-item.directive.d.ts 849 B

1234567891011121314151617181920
  1. import { OnDestroy } from '@angular/core';
  2. import * as i0 from "@angular/core";
  3. export declare class NzSpaceCompactItemDirective implements OnDestroy {
  4. /**
  5. * Ancestor component injected from the parent.
  6. * Note that it is not necessarily the direct parent component.
  7. */
  8. private readonly spaceCompactCmp;
  9. private readonly items;
  10. private readonly type;
  11. private readonly elementRef;
  12. private readonly directionality;
  13. private readonly dir;
  14. private get parentElement();
  15. protected class: import("@angular/core").Signal<string[] | null>;
  16. constructor();
  17. ngOnDestroy(): void;
  18. static ɵfac: i0.ɵɵFactoryDeclaration<NzSpaceCompactItemDirective, never>;
  19. static ɵdir: i0.ɵɵDirectiveDeclaration<NzSpaceCompactItemDirective, never, ["nzSpaceCompactItem"], {}, {}, never, never, true, never>;
  20. }