fui-material 1.20.5 → 1.20.6

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.
@@ -1875,7 +1875,7 @@ const dr = ({
1875
1875
  }).finally(() => {
1876
1876
  L(!1);
1877
1877
  });
1878
- }, 3e3) : (S([]), b(""), C("idle"));
1878
+ }, 3e3) : (t(null), S([]), b(""), C("idle"));
1879
1879
  };
1880
1880
  return n = Object.assign({}, n, {
1881
1881
  whiteSpace: "nowrap",
@@ -2,7 +2,7 @@ import { FC } from "react";
2
2
  import './FSelectSearchDb.css';
3
3
  export interface IFSelectSearchDb {
4
4
  fetchingFunc: (text: string) => Promise<any[]>;
5
- selectedElement: (e: any | undefined) => void;
5
+ selectedElement: (e: any | undefined | null) => void;
6
6
  selectItem: any;
7
7
  label?: string;
8
8
  st?: React.CSSProperties;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fui-material",
3
- "version": "1.20.5",
3
+ "version": "1.20.6",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"