@keyblade/pro-components 1.14.0 → 1.14.1

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.
@@ -19,7 +19,7 @@ export interface IProDateRangePickerProps {
19
19
  /** 是否可以选择当天 */
20
20
  intraday?: boolean;
21
21
  hideLabel?: boolean;
22
- formItemProps?: FormItemInstance;
22
+ formItemProps?: Partial<FormItemInstance>;
23
23
  /** 日期选择器配置 */
24
24
  datePickerProps?: Partial<RangePickerProps>;
25
25
  /** 时间选择器配置 */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@keyblade/pro-components",
3
3
  "description": "KeyBlade Pro Components",
4
4
  "author": "yangshuai <704807396@qq.com>",
5
- "version": "1.14.0",
5
+ "version": "1.14.1",
6
6
  "private": false,
7
7
  "type": "module",
8
8
  "main": "es/index.js",