@ehfuse/mui-form-controls 3.0.45 → 3.0.47
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/Autocomplete.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 +2 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -170,6 +170,7 @@ export type AutocompleteProps = BaseTextFieldProps & {
|
|
|
170
170
|
hideEmptyMessage?: boolean;
|
|
171
171
|
autoFocus?: boolean;
|
|
172
172
|
blurOnSelect?: boolean;
|
|
173
|
+
moveFocusOnSelect?: boolean;
|
|
173
174
|
clearOnBlur?: boolean;
|
|
174
175
|
disablePortal?: boolean;
|
|
175
176
|
freeSolo?: boolean;
|
|
@@ -222,6 +223,7 @@ export type LabelSelectProps = Omit<MuiSelectProps, "value" | "onChange" | "defa
|
|
|
222
223
|
options: LabelSelectOption[];
|
|
223
224
|
inputProps?: InputBaseComponentProps;
|
|
224
225
|
enableWheel?: boolean;
|
|
226
|
+
moveFocusOnSelect?: boolean;
|
|
225
227
|
showLabel?: boolean;
|
|
226
228
|
emptyLabel?: string;
|
|
227
229
|
showEmptyOption?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ehfuse/mui-form-controls",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.47",
|
|
4
4
|
"description": "Material-UI form controls and text fields for complex forms",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@base-ui/react": "^1.1.0",
|
|
73
73
|
"@ehfuse/alerts": ">=1.1.0",
|
|
74
74
|
"@ehfuse/forma": ">=3.1.0",
|
|
75
|
-
"@ehfuse/mui-datetime-picker": "^1.0.
|
|
75
|
+
"@ehfuse/mui-datetime-picker": "^1.0.16",
|
|
76
76
|
"@ehfuse/overlay-scrollbar": ">=1.6.9",
|
|
77
77
|
"@emotion/react": "^11.0.0",
|
|
78
78
|
"@emotion/styled": "^11.0.0",
|