aq-fe-framework 0.1.342 → 0.1.344
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.
@@ -278,7 +278,15 @@ function MyButtonCreateUpdate({
|
|
278
278
|
mutation.mutate(values);
|
279
279
|
}),
|
280
280
|
children: [
|
281
|
-
/* @__PURE__ */ jsx3(
|
281
|
+
/* @__PURE__ */ jsx3(
|
282
|
+
ScrollArea.Autosize,
|
283
|
+
{
|
284
|
+
offsetScrollbars: true,
|
285
|
+
style: { flex: 1 },
|
286
|
+
mah: (modalProps == null ? void 0 : modalProps.fullScreen) ? "calc(100vh - 140px)" : "75vh",
|
287
|
+
children: /* @__PURE__ */ jsx3(MyFlexColumn, { children })
|
288
|
+
}
|
289
|
+
),
|
282
290
|
/* @__PURE__ */ jsx3(Space, {}),
|
283
291
|
/* @__PURE__ */ jsx3(MyButton, { fullWidth: true, actionType: "create" })
|
284
292
|
]
|
package/dist/core/index.mjs
CHANGED
@@ -11,6 +11,9 @@ import {
|
|
11
11
|
import {
|
12
12
|
U0DateToDDMMYYYString
|
13
13
|
} from "../chunk-I2XIN2R3.mjs";
|
14
|
+
import {
|
15
|
+
const_object_documentTypes
|
16
|
+
} from "../chunk-BZMQOGL6.mjs";
|
14
17
|
import {
|
15
18
|
F_authenticate_Logout,
|
16
19
|
MyActionIconDelete,
|
@@ -38,14 +41,11 @@ import {
|
|
38
41
|
createGenericStore
|
39
42
|
} from "../chunk-Y3YGC5IH.mjs";
|
40
43
|
import "../chunk-5U2JSHSJ.mjs";
|
41
|
-
import {
|
42
|
-
const_object_documentTypes
|
43
|
-
} from "../chunk-BZMQOGL6.mjs";
|
44
44
|
import {
|
45
45
|
MyButton as MyButton2,
|
46
46
|
MyDataTableSelectOne,
|
47
47
|
MyTextInput as MyTextInput2
|
48
|
-
} from "../chunk-
|
48
|
+
} from "../chunk-A7SOCM54.mjs";
|
49
49
|
import {
|
50
50
|
MyDataTable,
|
51
51
|
MyFlexColumn,
|