ados-rcm 1.1.587 → 1.1.588
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/dist/AModule/AComponents/ADialog/ADialog.d.ts +6 -0
- package/dist/index.cjs.js +59 -59
- package/dist/index.es.js +2762 -2761
- package/package.json +1 -1
@@ -110,6 +110,12 @@ export interface IADialogProps {
|
|
110
110
|
* Description : if truthy, cancel button is loading
|
111
111
|
*/
|
112
112
|
isCancelLoading?: any;
|
113
|
+
/**
|
114
|
+
* isChanged? : boolean
|
115
|
+
*
|
116
|
+
* Description : if true, cancel will be disabled
|
117
|
+
*/
|
118
|
+
isChanged?: boolean;
|
113
119
|
/**
|
114
120
|
* isLoading? : any
|
115
121
|
*
|