UNPKG

ng-zorro-antd

Version:

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

21 lines (20 loc) 1.1 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 { EventEmitter, ChangeDetectorRef, TemplateRef } from '@angular/core'; import { NzCronExpressionCronErrorI18n } from 'ng-zorro-antd/i18n'; import * as i0 from "@angular/core"; export declare class NzCronExpressionPreviewComponent { private cdr; TimeList: Date[]; visible: boolean; locale: NzCronExpressionCronErrorI18n; nzSemantic: TemplateRef<void> | null; readonly loadMorePreview: EventEmitter<void>; isExpand: boolean; constructor(cdr: ChangeDetectorRef); setExpand(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NzCronExpressionPreviewComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NzCronExpressionPreviewComponent, "nz-cron-expression-preview", ["nzCronExpressionPreview"], { "TimeList": "TimeList"; "visible": "visible"; "locale": "locale"; "nzSemantic": "nzSemantic"; }, { "loadMorePreview": "loadMorePreview"; }, never, never, false, never>; }