@mcurros2/microm 1.1.43-0 → 1.1.44-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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -45882,7 +45882,7 @@ var $d79003fd5611c3b6$var$__awaiter = undefined && undefined.__awaiter || functi
|
|
|
45882
45882
|
};
|
|
45883
45883
|
function $d79003fd5611c3b6$export$66b3c1a9709bd8fc(_a) {
|
|
45884
45884
|
return $d79003fd5611c3b6$var$__awaiter(this, arguments, void 0, function*({ modals: modals, title: title, element: element, handleModalCancel: handleModalCancel, handleModalSaved: handleModalSaved, modalFormSize: modalFormSize, formProps: formProps, handleModalClosed: handleModalClosed, withModalFullscreenButton: withModalFullscreenButton }) {
|
|
45885
|
-
withModalFullscreenButton = withModalFullscreenButton === undefined ?
|
|
45885
|
+
withModalFullscreenButton = withModalFullscreenButton === undefined ? true : withModalFullscreenButton;
|
|
45886
45886
|
const showOK = formProps.initialFormMode !== "view";
|
|
45887
45887
|
const onSaved = formProps.initialFormMode !== "view" ? (new_status)=>handleModalSaved(new_status) : ()=>Promise.resolve();
|
|
45888
45888
|
const onCancel = ()=>handleModalCancel();
|