fis-component 0.1.6 → 0.1.8

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.
@@ -30,6 +30,7 @@ export interface MenuProps {
30
30
  removeSelectedText?: string;
31
31
  selectedGroupLabel?: string;
32
32
  maxHeight?: string | number;
33
+ focusSearchInput?: boolean;
33
34
  onPopupScroll?: (e: React.UIEvent<HTMLElement>) => void;
34
35
  normalizeTextSearch?: boolean;
35
36
  }
package/dist/index.d.ts CHANGED
@@ -3887,6 +3887,7 @@ interface MenuProps {
3887
3887
  removeSelectedText?: string;
3888
3888
  selectedGroupLabel?: string;
3889
3889
  maxHeight?: string | number;
3890
+ focusSearchInput?: boolean;
3890
3891
  onPopupScroll?: (e: React.UIEvent<HTMLElement>) => void;
3891
3892
  normalizeTextSearch?: boolean;
3892
3893
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "homepage": "https://vietdiemtran.github.io/fis-component/",
3
3
  "name": "fis-component",
4
- "version": "0.1.6",
4
+ "version": "0.1.8",
5
5
  "description": "",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",