aq-fe-framework 0.1.366 → 0.1.368

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.
@@ -188,7 +188,7 @@ function MyButton(_a) {
188
188
  }
189
189
 
190
190
  // src/core/button/MyButtonCreateUpdate.tsx
191
- import { ActionIcon as ActionIcon2, Button as Button3, Modal, ScrollArea, Space, useMantineColorScheme } from "@mantine/core";
191
+ import { ActionIcon as ActionIcon2, Button as Button3, Container, Modal, ScrollArea, Space, useMantineColorScheme } from "@mantine/core";
192
192
  import { useDisclosure } from "@mantine/hooks";
193
193
  import { IconEdit as IconEdit3, IconPlus as IconPlus3 } from "@tabler/icons-react";
194
194
  import { useQueryClient } from "@tanstack/react-query";
@@ -286,13 +286,11 @@ function MyButtonCreateUpdate({
286
286
  }),
287
287
  children: [
288
288
  /* @__PURE__ */ jsx3(
289
- ScrollArea.Autosize,
289
+ ScrollArea,
290
290
  __spreadProps(__spreadValues({
291
- w: modalProps == null ? void 0 : modalProps.size,
292
- offsetScrollbars: true,
293
- mah: (modalProps == null ? void 0 : modalProps.fullScreen) ? "calc(100vh - 140px)" : "75vh"
291
+ h: (modalProps == null ? void 0 : modalProps.fullScreen) ? "calc(100vh - 140px)" : "75vh"
294
292
  }, scrollAreaAutosizeProps), {
295
- children: /* @__PURE__ */ jsx3(MyFlexColumn, { children })
293
+ children: /* @__PURE__ */ jsx3(Container, { w: "100%", fluid: true, children: /* @__PURE__ */ jsx3(MyFlexColumn, { children }) })
296
294
  })
297
295
  ),
298
296
  /* @__PURE__ */ jsx3(Space, {}),
@@ -12,7 +12,7 @@ import {
12
12
  MyStatsCard,
13
13
  MyTextInput,
14
14
  MyWeeklySessionSchedulerPicker
15
- } from "../chunk-AHO6TFZV.mjs";
15
+ } from "../chunk-YSSHMYFL.mjs";
16
16
  import "../chunk-GEYCGM75.mjs";
17
17
  import "../chunk-7ORPZMGL.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,17 +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
- import {
45
- enum_emailConfigModule
46
- } from "../chunk-VH4ZAD6M.mjs";
47
44
  import {
48
45
  MyButton as MyButton2,
49
46
  MyDataTableSelectOne,
50
47
  MyTextInput as MyTextInput2
51
- } from "../chunk-AHO6TFZV.mjs";
48
+ } from "../chunk-YSSHMYFL.mjs";
52
49
  import {
53
50
  MyDataTable,
54
51
  MyFlexColumn,
@@ -57,6 +54,9 @@ import {
57
54
  import {
58
55
  const_object_colors
59
56
  } from "../chunk-7ORPZMGL.mjs";
57
+ import {
58
+ enum_emailConfigModule
59
+ } from "../chunk-VH4ZAD6M.mjs";
60
60
  import "../chunk-K6S7R6LU.mjs";
61
61
  import {
62
62
  baseAxios_default,
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.366",
45
+ "version": "0.1.368",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"