@mcurros2/microm 1.1.161-0 → 1.1.162-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 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -33829,7 +33829,7 @@ const $9987aca4488b336f$export$cfa3d1bdbe24a61 = {
|
|
|
33829
33829
|
enableExport: false
|
|
33830
33830
|
};
|
|
33831
33831
|
function $9987aca4488b336f$export$deb93aade685e98(props) {
|
|
33832
|
-
const { lookupEntity: lookupEntity, viewName: viewName, onOK: onOK, addingRecords: addingRecords, title: title, onCancel: onCancel, onActionFinished: onActionFinished, runOnOpen: runOnOpen, confirmContent: confirmContent, showActions: showActions, enableAdd: enableAdd, enableEdit: enableEdit, enableDelete: enableDelete, enableView: enableView, enableExport: enableExport } = (0, $b4te3$mantinecore.useComponentDefaultProps)('LookupFormAction', $9987aca4488b336f$export$cfa3d1bdbe24a61, props);
|
|
33832
|
+
const { lookupEntity: lookupEntity, viewName: viewName, onOK: onOK, addingRecords: addingRecords, title: title, onCancel: onCancel, onActionFinished: onActionFinished, runOnOpen: runOnOpen, confirmContent: confirmContent, showActions: showActions, enableAdd: enableAdd, enableEdit: enableEdit, enableDelete: enableDelete, enableView: enableView, enableExport: enableExport, modalFormSize: modalFormSize } = (0, $b4te3$mantinecore.useComponentDefaultProps)('LookupFormAction', $9987aca4488b336f$export$cfa3d1bdbe24a61, props);
|
|
33833
33833
|
const modal = (0, $k7qj2.useModal)();
|
|
33834
33834
|
const LookpIcon = lookupEntity.Icon ?? (0, $b4te3$tablericonsreact.IconBoxMultiple);
|
|
33835
33835
|
const labels = (0, $kjFvY.DataGridDefaultProps).labels;
|
|
@@ -33847,7 +33847,8 @@ function $9987aca4488b336f$export$deb93aade685e98(props) {
|
|
|
33847
33847
|
enableExport: enableExport,
|
|
33848
33848
|
enableImport: false,
|
|
33849
33849
|
parentKeys: lookupEntity.parentKeys,
|
|
33850
|
-
showActions: showActions
|
|
33850
|
+
showActions: showActions,
|
|
33851
|
+
modalFormSize: modalFormSize
|
|
33851
33852
|
},
|
|
33852
33853
|
onOK: async (keys)=>{
|
|
33853
33854
|
const abort_controller = new AbortController();
|