ados-rcm 1.1.269 → 1.1.271
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/ADialog/ADialog.d.ts +6 -0
- package/dist/index.cjs.js +19 -19
- package/dist/index.es.js +2164 -2151
- package/package.json +1 -1
@@ -97,6 +97,12 @@ export interface IADialogProps {
|
|
97
97
|
* Description : buttonStyle of the dialog
|
98
98
|
*/
|
99
99
|
buttonStyle?: React.CSSProperties;
|
100
|
+
/**
|
101
|
+
* actionStyle? : React.CSSProperties
|
102
|
+
*
|
103
|
+
* Description : actionStyle of the dialog
|
104
|
+
*/
|
105
|
+
actionStyle?: React.CSSProperties;
|
100
106
|
/**
|
101
107
|
* onOk : (e: IAEvent) => void;
|
102
108
|
*
|