@yoyoboot/l-52abp-ng
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13.
24 lines (23 loc) • 922 B
TypeScript
import { OnInit } from '@angular/core';
import { ControlUIWidget, SFValue } from '@delon/form';
import { SFMomentWidgetSchema } from './schema';
import * as i0 from "@angular/core";
export declare class MomentWidget extends ControlUIWidget<SFMomentWidgetSchema> implements OnInit {
static readonly KEY = "moment";
private startFormat;
private endFormat;
private flatRange;
mode: string;
displayValue: Date | Date[] | null;
displayFormat: string;
i: any;
ngOnInit(): void;
reset(value: SFValue): void;
_change(value: Date | Date[] | null, emitModelChange?: boolean): void;
_openChange(status: boolean): void;
_ok(value: Date | Date[] | null): void;
private get endProperty();
private setEnd;
static ɵfac: i0.ɵɵFactoryDeclaration<MomentWidget, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MomentWidget, "sf-moment", never, {}, {}, never, never>;
}