@flatbiz/antd 2.3.40 → 2.3.45
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.css +0 -7
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/index.d.ts +2 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -610,12 +610,13 @@ export declare const useSafeState: <S extends unknown>(initialState?: S | (() =>
|
|
|
610
610
|
Dispatch<SetStateAction<S>>
|
|
611
611
|
];
|
|
612
612
|
export declare type IconWrapperProps = {
|
|
613
|
-
hoverTips?: string;
|
|
613
|
+
hoverTips?: string | React.ReactElement;
|
|
614
614
|
icon?: React.ReactNode;
|
|
615
615
|
style?: CSSProperties;
|
|
616
616
|
text?: string | React.ReactElement;
|
|
617
617
|
className?: string;
|
|
618
618
|
size?: "small" | "middle" | "large";
|
|
619
|
+
onClick?: () => void;
|
|
619
620
|
};
|
|
620
621
|
export declare const IconWrapper: VFC<IconWrapperProps>;
|
|
621
622
|
export interface ModalStateType {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flatbiz/antd",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.45",
|
|
4
4
|
"description": "flat-biz oss ui components",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"typings": "index.d.ts",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@dimjs/model": "^1.1.3",
|
|
41
41
|
"@dimjs/model-react": "^1.1.4",
|
|
42
42
|
"@dimjs/utils": "^1.2.9",
|
|
43
|
-
"@flatbiz/utils": "^2.3.
|
|
43
|
+
"@flatbiz/utils": "^2.3.45",
|
|
44
44
|
"@wove/react": "^1.2.10",
|
|
45
45
|
"antd": "^4.20.0",
|
|
46
46
|
"moment": "^2.29.3",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"react-router": "^6.3.0",
|
|
50
50
|
"react-router-dom": "^6.3.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "1d3922f656508a17d00f4329ed951129e51b9c2d"
|
|
53
53
|
}
|