@ehfuse/mui-form-controls 3.1.10 → 3.1.11

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/dist/types.d.ts CHANGED
@@ -554,6 +554,7 @@ export type DateTimeTextFieldProps = Omit<TextFieldProps, "type"> & BaseTextFiel
554
554
  dateSeparator?: string;
555
555
  minDateTime?: Date;
556
556
  maxDateTime?: Date;
557
+ defaultCalendarDate?: Date;
557
558
  minTime?: string;
558
559
  maxTime?: string;
559
560
  holidays?: Date[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehfuse/mui-form-controls",
3
- "version": "3.1.10",
3
+ "version": "3.1.11",
4
4
  "description": "Material-UI form controls and text fields for complex forms",
5
5
  "private": false,
6
6
  "publishConfig": {