@ehfuse/mui-form-controls 1.3.16 → 1.3.18

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
@@ -184,6 +184,8 @@ export type SearchTextFieldProps = TextFieldProps & BaseTextFieldProps & {
184
184
  clearIcon?: boolean;
185
185
  clearIconColor?: string;
186
186
  spellCheck?: boolean;
187
+ autoConvertKoreanImeToEnglish?: boolean;
188
+ autoConvertKoreanImeDelay?: number;
187
189
  minLength?: number;
188
190
  onSearch?: (value: string) => void;
189
191
  onClear?: () => void;
@@ -0,0 +1,2 @@
1
+ export declare const convertMistypedKoreanImeToEnglish: (value: string | null | undefined) => string;
2
+ export declare const shouldAutoConvertKoreanImeQuery: (value: string | null | undefined) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehfuse/mui-form-controls",
3
- "version": "1.3.16",
3
+ "version": "1.3.18",
4
4
  "description": "Material-UI form controls and text fields for complex forms",
5
5
  "private": false,
6
6
  "publishConfig": {