@keyblade/pro-components 1.13.8-alpha.24 → 1.13.8-alpha.25
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.
|
@@ -21,9 +21,9 @@ export interface IProDateRangePickerProps {
|
|
|
21
21
|
hideLabel?: boolean;
|
|
22
22
|
formItemProps?: FormItemInstance;
|
|
23
23
|
/** 日期选择器配置 */
|
|
24
|
-
datePickerProps?: RangePickerProps
|
|
24
|
+
datePickerProps?: Partial<RangePickerProps>;
|
|
25
25
|
/** 时间选择器配置 */
|
|
26
|
-
timePickerProps?: TimePickerProps
|
|
26
|
+
timePickerProps?: Partial<TimePickerProps>;
|
|
27
27
|
/** 自定义禁用开始日期 */
|
|
28
28
|
disabledStartDate?: (params: {
|
|
29
29
|
current: Date;
|
package/package.json
CHANGED