ados-rcm 1.1.587 → 1.1.589

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.
@@ -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
  *