@mcurros2/microm 1.1.50-0 → 1.1.51-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 +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -36309,7 +36309,7 @@ function $40c00e2ecacb5ae0$export$2d2c672e82add59e(props, stateProps) {
|
|
|
36309
36309
|
]);
|
|
36310
36310
|
const handleExecuteAction = (0, $b4te3$react.useCallback)((action, element)=>$40c00e2ecacb5ae0$var$__awaiter(this, void 0, void 0, function*() {
|
|
36311
36311
|
const keys = getSelectionKeys();
|
|
36312
|
-
yield UIAPI.handleExecuteAction(action, keys, element);
|
|
36312
|
+
return yield UIAPI.handleExecuteAction(action, keys, element);
|
|
36313
36313
|
}), [
|
|
36314
36314
|
UIAPI,
|
|
36315
36315
|
getSelectionKeys
|
|
@@ -36587,6 +36587,7 @@ const $55dd21617ac1c7dc$export$5e15d737b33a1c27 = /*#__PURE__*/ (0, $b4te3$react
|
|
|
36587
36587
|
handleDeleteClick: dataViewAPI.handleDeleteRecord,
|
|
36588
36588
|
handleEditClick: dataViewAPI.handleEditClick,
|
|
36589
36589
|
handleViewClick: dataViewAPI.handleViewClick,
|
|
36590
|
+
handleExecuteAction: dataViewAPI.handleExecuteAction,
|
|
36590
36591
|
selected: dataViewAPI.selectedRecords.includes(index),
|
|
36591
36592
|
toggleSelectable: dataViewAPI.toggleSelectable,
|
|
36592
36593
|
refreshView: ()=>viewState.setRefresh((prev)=>!prev),
|