@mcurros2/microm 1.1.428-0 → 1.1.429-0
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/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +11 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1156,7 +1156,7 @@ export interface EntityClientActionOnClickProps {
|
|
|
1156
1156
|
modal?: ModalContextType;
|
|
1157
1157
|
selectedKeys?: ValuesObject[];
|
|
1158
1158
|
element?: HTMLElement;
|
|
1159
|
-
onClose?: (result?: boolean) => Promise<boolean>;
|
|
1159
|
+
onClose?: (result?: boolean, status?: OperationStatus<DBStatusResult>) => Promise<boolean>;
|
|
1160
1160
|
}
|
|
1161
1161
|
export interface EntityClientAction {
|
|
1162
1162
|
name: string;
|