@flatbiz/antd 4.0.10 → 4.0.12

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/index.d.ts CHANGED
@@ -1247,7 +1247,7 @@ export type SelectorWrapperSimpleServiceConfig = {
1247
1247
  onRequest: (params?: TAny) => TAny;
1248
1248
  onRequestResultAdapter?: (respData: TAny) => TPlainObject[];
1249
1249
  };
1250
- export type SelectorWrapperSimpleProps = Omit<SelectProps, "filterOption" | "onSearch" | "notFoundContent" | "options" | "fieldNames" | "loading" | "autoClearSearchValue"> & {
1250
+ export type SelectorWrapperSimpleProps = Omit<SelectProps, "onSearch" | "notFoundContent" | "options" | "fieldNames" | "loading"> & {
1251
1251
  fieldNames?: {
1252
1252
  label: string;
1253
1253
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flatbiz/antd",
3
- "version": "4.0.10",
3
+ "version": "4.0.12",
4
4
  "description": "flat-biz oss ui components",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",