@next-bricks/form 1.21.3 → 1.21.4

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.
@@ -20,7 +20,6 @@ export type RangeType = PickerType | OtherPickerType;
20
20
  export interface EoTimeRangePickerProps extends FormItemProps {
21
21
  shadowRoot?: ShadowRoot | null;
22
22
  value?: TimeRange;
23
- format: string;
24
23
  rangeType?: RangeType;
25
24
  placeholder?: string | [string, string];
26
25
  inputStyle?: CSSProperties;
@@ -88,6 +87,7 @@ export declare class EoTimeRangePicker extends FormItemElementBase {
88
87
  }
89
88
  export declare function RealTimeRangePicker(props: RealTimeRangePickerProps): React.ReactElement;
90
89
  interface EoTimeRangePickerComponentProps extends EoTimeRangePickerProps {
90
+ format: string;
91
91
  onChange?: (range: TimeRange) => void;
92
92
  }
93
93
  export declare function EoTimeRangePickerComponent(props: EoTimeRangePickerComponentProps): React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/form",
3
- "version": "1.21.3",
3
+ "version": "1.21.4",
4
4
  "homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/form",
5
5
  "repository": {
6
6
  "type": "git",
@@ -46,5 +46,5 @@
46
46
  "@next-bricks/icons": "*",
47
47
  "@next-bricks/illustrations": "*"
48
48
  },
49
- "gitHead": "44ff0a9a170ae911252a2030b9edde16ad229532"
49
+ "gitHead": "d9afdaa0df73cd4225da5943b626efe93bf79398"
50
50
  }