enwawa-ui 3.5.4 → 3.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.ts CHANGED
@@ -5644,6 +5644,10 @@ export interface AtDateRangePickerProps {
5644
5644
  * Callback when picker panel mode is changed
5645
5645
  */
5646
5646
  onPanelChange?: (value: Dayjs | null, mode: DatePickerProps['mode']) => void;
5647
+ /**
5648
+ * Callback function, can be executed when the start time or the end time of the range is changing. info argument is added in 4.4.0
5649
+ */
5650
+ onCalendarChange?: DatePickerProps['onCalendarChange'];
5647
5651
  /**
5648
5652
  * set format on 12h
5649
5653
  */