@mcurros2/microm 1.1.46-0 → 1.1.48-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.map +1 -1
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4009,8 +4009,8 @@ const $ea58ddf30d0b80dd$export$6ccb6e1de3749d56 = {
|
|
|
4009
4009
|
fullscreenLabel: "Fullscreen",
|
|
4010
4010
|
minimizeLabel: "Minimize",
|
|
4011
4011
|
toggleLabel: "Toggle",
|
|
4012
|
-
FullScreenIcon: (0, $b4te3$tablericonsreact.
|
|
4013
|
-
RestoreScreeSizeIcon: (0, $b4te3$tablericonsreact.
|
|
4012
|
+
FullScreenIcon: (0, $b4te3$tablericonsreact.IconArrowsDiagonal),
|
|
4013
|
+
RestoreScreeSizeIcon: (0, $b4te3$tablericonsreact.IconArrowsDiagonalMinimize),
|
|
4014
4014
|
withCloseButton: true
|
|
4015
4015
|
};
|
|
4016
4016
|
const $ea58ddf30d0b80dd$var$NEW_SIZES = {
|
|
@@ -34709,6 +34709,7 @@ function $2f185925f0d65711$export$5ff8a4fe1be12a7c() {
|
|
|
34709
34709
|
modalProps: Object.assign(Object.assign({}, modalProps), {
|
|
34710
34710
|
trapFocus: true,
|
|
34711
34711
|
returnFocus: true,
|
|
34712
|
+
withFullscreenButton: true,
|
|
34712
34713
|
title: (0, $b4te3$reactjsxruntime.jsxs)((0, $b4te3$mantinecore.Text), {
|
|
34713
34714
|
fw: "700",
|
|
34714
34715
|
children: [
|
|
@@ -36478,7 +36479,7 @@ const $55dd21617ac1c7dc$export$5e15d737b33a1c27 = /*#__PURE__*/ (0, $b4te3$react
|
|
|
36478
36479
|
});
|
|
36479
36480
|
const { handleLoadMore: handleLoadMore } = dataViewAPI;
|
|
36480
36481
|
const limit_number = parseInt(limit || "0");
|
|
36481
|
-
const effectiveFormMode = formMode || (parentFormAPI === null || parentFormAPI === void 0 ? void 0 : parentFormAPI.formMode) || "
|
|
36482
|
+
const effectiveFormMode = formMode || (parentFormAPI === null || parentFormAPI === void 0 ? void 0 : parentFormAPI.formMode) || "add";
|
|
36482
36483
|
if ((entity === null || entity === void 0 ? void 0 : entity.def.views[viewName]) === undefined) console.warn(`DataView: View ${viewName} not found in entity ${entity === null || entity === void 0 ? void 0 : entity.def.name}`);
|
|
36483
36484
|
return (0, $b4te3$reactjsxruntime.jsx)("section", {
|
|
36484
36485
|
ref: ref,
|