@ehfuse/mui-form-controls 3.1.34 → 3.1.35

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
@@ -152,6 +152,8 @@ export type ToggleButtonGroupProps = Omit<MuiToggleButtonGroupProps, "value" | "
152
152
  export type AutocompleteOption = {
153
153
  value: string | number;
154
154
  label: string;
155
+ /** true면 선택 불가(헤더/구분선 등). hover/클릭 비활성, 키보드 이동 시 건너뜀. */
156
+ disabled?: boolean;
155
157
  };
156
158
  export type AutocompleteInputChangeReason = "input" | "reset" | "clear" | "blur";
157
159
  export type AutocompleteCloseReason = "selectOption" | "blur" | "clickAway";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehfuse/mui-form-controls",
3
- "version": "3.1.34",
3
+ "version": "3.1.35",
4
4
  "description": "Material-UI form controls and text fields for complex forms",
5
5
  "private": false,
6
6
  "publishConfig": {