@hi-ui/pop-confirm 4.0.0-alpha.22 → 4.0.0-alpha.23
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.
@@ -22,12 +22,12 @@ export interface UsePopConfirmProps {
|
|
22
22
|
*/
|
23
23
|
visible?: boolean;
|
24
24
|
/**
|
25
|
-
*
|
25
|
+
* 取消时关闭确认框。暂不对外暴露
|
26
26
|
* @private
|
27
27
|
*/
|
28
28
|
closeOnCancel?: boolean;
|
29
29
|
/**
|
30
|
-
*
|
30
|
+
* 确认时关闭确认框。暂不对外暴露
|
31
31
|
* @private
|
32
32
|
*/
|
33
33
|
closeOnConfirm?: boolean;
|
@@ -48,7 +48,7 @@ export interface UsePopConfirmProps {
|
|
48
48
|
*/
|
49
49
|
onConfirm?: () => void;
|
50
50
|
/**
|
51
|
-
*
|
51
|
+
* 是否开启禁用。暂不对外暴露
|
52
52
|
* @private
|
53
53
|
*/
|
54
54
|
disabled?: boolean;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/pop-confirm",
|
3
|
-
"version": "4.0.0-alpha.
|
3
|
+
"version": "4.0.0-alpha.23",
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HIUI <mi-hiui@xiaomi.com>",
|
@@ -65,5 +65,5 @@
|
|
65
65
|
"react": "^17.0.1",
|
66
66
|
"react-dom": "^17.0.1"
|
67
67
|
},
|
68
|
-
"gitHead": "
|
68
|
+
"gitHead": "fe96d3d280880a417b9784fa64376e20cd8a8fad"
|
69
69
|
}
|