@flatbiz/antd 2.5.17 → 2.5.21
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/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/index.d.ts +4 -3
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ export interface ButtonOperateProps {
|
|
|
30
30
|
wrap?: boolean;
|
|
31
31
|
size?: SpaceProps["size"];
|
|
32
32
|
foldIcon?: ReactElement;
|
|
33
|
+
className?: string;
|
|
33
34
|
}
|
|
34
35
|
export declare const ButtonOperate: VFC<ButtonOperateProps>;
|
|
35
36
|
export declare type TPlainObject<T = any> = Record<string, T>;
|
|
@@ -341,7 +342,7 @@ export declare type SelectorWrapperProps = Omit<SelectProps, "filterOption" | "o
|
|
|
341
342
|
*/
|
|
342
343
|
selectorList?: TPlainObject[];
|
|
343
344
|
/**
|
|
344
|
-
*
|
|
345
|
+
* selectorList发生变更时触发
|
|
345
346
|
*/
|
|
346
347
|
onSelectorListChange?: (dataList: TPlainObject[]) => void;
|
|
347
348
|
/**
|
|
@@ -437,7 +438,7 @@ export declare const SelectorWrapper: import("react").ForwardRefExoticComponent<
|
|
|
437
438
|
*/
|
|
438
439
|
selectorList?: TPlainObject<any>[] | undefined;
|
|
439
440
|
/**
|
|
440
|
-
*
|
|
441
|
+
* selectorList发生变更时触发
|
|
441
442
|
*/
|
|
442
443
|
onSelectorListChange?: ((dataList: TPlainObject[]) => void) | undefined;
|
|
443
444
|
/**
|
|
@@ -1177,7 +1178,7 @@ export declare type TreeSelectorWrapperProps = Omit<TreeSelectProps, "treeExpand
|
|
|
1177
1178
|
*/
|
|
1178
1179
|
treeSelectorList?: TreeSelectProps["treeData"];
|
|
1179
1180
|
/**
|
|
1180
|
-
*
|
|
1181
|
+
* treeSelectorList发生变更时触发
|
|
1181
1182
|
*/
|
|
1182
1183
|
onTreeSelectorListChange?: (treeSelectorList?: TreeSelectProps["treeData"]) => void;
|
|
1183
1184
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flatbiz/antd",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.21",
|
|
4
4
|
"description": "flat-biz oss ui components",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"typings": "index.d.ts",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"react-router": "^6.3.0",
|
|
52
52
|
"react-router-dom": "^6.3.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "b2f552bafaeb72adc1b5253f70a4ac2a3d231a5a"
|
|
55
55
|
}
|