select-arrow.component.d.ts 1.4 KB

1234567891011121314151617181920
  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 { NzSafeAny } from 'ng-zorro-antd/core/types';
  7. import * as i0 from "@angular/core";
  8. export declare class NzSelectArrowComponent {
  9. listOfValue: NzSafeAny[];
  10. loading: boolean;
  11. search: boolean;
  12. showArrow: boolean;
  13. isMaxMultipleCountSet: boolean;
  14. suffixIcon: TemplateRef<NzSafeAny> | string | null;
  15. feedbackIcon: TemplateRef<NzSafeAny> | string | null;
  16. nzMaxMultipleCount: number;
  17. static ɵfac: i0.ɵɵFactoryDeclaration<NzSelectArrowComponent, never>;
  18. static ɵcmp: i0.ɵɵComponentDeclaration<NzSelectArrowComponent, "nz-select-arrow", never, { "listOfValue": { "alias": "listOfValue"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "search": { "alias": "search"; "required": false; }; "showArrow": { "alias": "showArrow"; "required": false; }; "isMaxMultipleCountSet": { "alias": "isMaxMultipleCountSet"; "required": false; }; "suffixIcon": { "alias": "suffixIcon"; "required": false; }; "feedbackIcon": { "alias": "feedbackIcon"; "required": false; }; "nzMaxMultipleCount": { "alias": "nzMaxMultipleCount"; "required": false; }; }, {}, never, never, true, never>;
  19. static ngAcceptInputType_nzMaxMultipleCount: unknown;
  20. }