@ehfuse/mui-form-controls 3.1.24 → 3.1.26
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/address.js +1 -1
- package/dist/address.js.map +1 -1
- package/dist/address.mjs +1 -1
- package/dist/address.mjs.map +1 -1
- package/dist/hooks/useGroupedInput.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +3 -3
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +3 -3
- package/dist/types.d.ts +1 -0
- package/package.json +4 -1
package/dist/types.d.ts
CHANGED
|
@@ -501,6 +501,7 @@ export type DateTextFieldProps = Omit<TextFieldProps, "type"> & BaseTextFieldPro
|
|
|
501
501
|
calendarAnchorOrigin?: PopoverOrigin;
|
|
502
502
|
calendarTransformOrigin?: PopoverOrigin;
|
|
503
503
|
calendarContainer?: HTMLElement;
|
|
504
|
+
defaultCalendarDate?: Date;
|
|
504
505
|
onCalendarDismiss?: () => void;
|
|
505
506
|
onCalendarOpen?: () => void;
|
|
506
507
|
onCalendarClose?: () => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ehfuse/mui-form-controls",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.26",
|
|
4
4
|
"description": "Material-UI form controls and text fields for complex forms",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -92,5 +92,8 @@
|
|
|
92
92
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
93
93
|
"@dnd-kit/sortable": "^10.0.0",
|
|
94
94
|
"@dnd-kit/utilities": "^3.2.2"
|
|
95
|
+
},
|
|
96
|
+
"allowScripts": {
|
|
97
|
+
"esbuild@0.27.0": true
|
|
95
98
|
}
|
|
96
99
|
}
|