@mcurros2/microm 1.1.160-0 → 1.1.161-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 +5 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -33824,10 +33824,12 @@ const $9987aca4488b336f$export$cfa3d1bdbe24a61 = {
|
|
|
33824
33824
|
showActions: false,
|
|
33825
33825
|
enableAdd: false,
|
|
33826
33826
|
enableEdit: false,
|
|
33827
|
-
enableDelete: false
|
|
33827
|
+
enableDelete: false,
|
|
33828
|
+
enableView: false,
|
|
33829
|
+
enableExport: false
|
|
33828
33830
|
};
|
|
33829
33831
|
function $9987aca4488b336f$export$deb93aade685e98(props) {
|
|
33830
|
-
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 } = (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 } = (0, $b4te3$mantinecore.useComponentDefaultProps)('LookupFormAction', $9987aca4488b336f$export$cfa3d1bdbe24a61, props);
|
|
33831
33833
|
const modal = (0, $k7qj2.useModal)();
|
|
33832
33834
|
const LookpIcon = lookupEntity.Icon ?? (0, $b4te3$tablericonsreact.IconBoxMultiple);
|
|
33833
33835
|
const labels = (0, $kjFvY.DataGridDefaultProps).labels;
|
|
@@ -33841,6 +33843,9 @@ function $9987aca4488b336f$export$deb93aade685e98(props) {
|
|
|
33841
33843
|
enableAdd: enableAdd,
|
|
33842
33844
|
enableEdit: enableEdit,
|
|
33843
33845
|
enableDelete: enableDelete,
|
|
33846
|
+
enableView: enableView,
|
|
33847
|
+
enableExport: enableExport,
|
|
33848
|
+
enableImport: false,
|
|
33844
33849
|
parentKeys: lookupEntity.parentKeys,
|
|
33845
33850
|
showActions: showActions
|
|
33846
33851
|
},
|