Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDatePickerPanelProps

Hierarchy

  • ISinglePanelProps
    • IDatePickerPanelProps

Index

Properties

Optional col

col: number

Optional combinedLeft

combinedLeft: boolean

Optional combinedRight

combinedRight: boolean

defaultPanelDate

defaultPanelDate: Date

Optional disableRangeOverView

disableRangeOverView: boolean

Optional disabledTime

disabledTime: IDisabledTime

Optional footerText

footerText: string

Optional hideFooter

hideFooter: boolean

Optional hoverDate

hoverDate: Date

Optional hoverRangeDate

hoverRangeDate: DateTuple

Optional popText

popText: string

Optional rangeDate

rangeDate: DateTuple

Optional row

row: number

selected

selected: Date

Optional showLunarDate

showLunarDate: boolean

Optional showTime

showTime: IShowTime<string>

Methods

disabledPanelDate

  • disabledPanelDate(val: Date): boolean

Optional lunarValueFormatter

  • lunarValueFormatter(date: Date): string

Optional onChangePanel

  • onChangePanel(type: IPickerType): void

Optional onPanelDateChange

  • onPanelDateChange(val: Date): void

onSelected

  • onSelected(val: Date, status?: boolean): void

Generated using TypeDoc