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(ScrollArea.Autosize, { offsetScrollbars: true, style: { flex: 1 }, mah: (modalProps == null ? void 0 : modalProps.fullScreen) ? "95vh" : "75vh", children: /* @__PURE__ */ jsx3(MyFlexColumn, { children }) }),
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
  ]
@@ -12,7 +12,7 @@ import {
12
12
  MyStatsCard,
13
13
  MyTextInput,
14
14
  MyWeeklySessionSchedulerPicker
15
- } from "../chunk-DA4ZZ5UL.mjs";
15
+ } from "../chunk-A7SOCM54.mjs";
16
16
  import "../chunk-GEYCGM75.mjs";
17
17
  import "../chunk-NWBLJ3W3.mjs";
18
18
  import "../chunk-K6S7R6LU.mjs";
@@ -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-DA4ZZ5UL.mjs";
48
+ } from "../chunk-A7SOCM54.mjs";
49
49
  import {
50
50
  MyDataTable,
51
51
  MyFlexColumn,
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.342",
45
+ "version": "0.1.344",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"