overflow-item.directive.d.ts 868 B

123456789101112131415161718
  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 { ChangeDetectorRef } from '@angular/core';
  6. import * as i0 from "@angular/core";
  7. export declare class NzOverflowItemDirective {
  8. private cdr;
  9. private nzResizeObserver;
  10. private elementRef;
  11. overflowStyle: Record<string, string | number | undefined> | undefined;
  12. itemWidth$: import("rxjs").Observable<number | undefined>;
  13. itemWidth: number | undefined;
  14. constructor(cdr: ChangeDetectorRef);
  15. setItemStyle(display: boolean, order: number): void;
  16. static ɵfac: i0.ɵɵFactoryDeclaration<NzOverflowItemDirective, never>;
  17. static ɵdir: i0.ɵɵDirectiveDeclaration<NzOverflowItemDirective, "[nzOverflowItem]", never, {}, {}, never, never, true, never>;
  18. }