ados-rcm 1.0.147 → 1.0.148

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.
@@ -133,11 +133,11 @@ export interface IADialogProps {
133
133
  */
134
134
  isLoading?: any;
135
135
  /**
136
- * isOkDisabled? : any
136
+ * isOkDisabled? : boolean | string
137
137
  *
138
138
  * Description : if truthy, ok button is disabled
139
139
  */
140
- isOkDisabled?: any;
140
+ isOkDisabled?: boolean | string;
141
141
  /**
142
142
  * isOkLoading? : any
143
143
  *
@@ -145,11 +145,11 @@ export interface IADialogProps {
145
145
  */
146
146
  isOkLoading?: any;
147
147
  /**
148
- * isCancelDisabled? : any
148
+ * isCancelDisabled? : boolean | string
149
149
  *
150
150
  * Description : if truthy, cancel button is disabled
151
151
  */
152
- isCancelDisabled?: any;
152
+ isCancelDisabled?: boolean | string;
153
153
  /**
154
154
  * isCancelLoading? : any
155
155
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.0.147",
3
+ "version": "1.0.148",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",