aq-fe-framework 0.1.338 → 0.1.340

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.
@@ -539,10 +539,10 @@ function MyRichTextEditor(props) {
539
539
  onMouseDown: () => {
540
540
  editor == null ? void 0 : editor.commands.focus();
541
541
  },
542
- mah: "300",
542
+ mah: "200",
543
543
  style: { cursor: "text" }
544
544
  }, props.scrollAreaAutosizeProps), {
545
- children: /* @__PURE__ */ jsx9(RichTextEditor.Content, __spreadValues({ mih: "300" }, props.richTextEditorContentProps))
545
+ children: /* @__PURE__ */ jsx9(RichTextEditor.Content, __spreadValues({ mih: "200" }, props.richTextEditorContentProps))
546
546
  })
547
547
  )
548
548
  ] })) }));
@@ -7521,7 +7521,7 @@ function HeaderMegaMenu({ children, menus }) {
7521
7521
  }
7522
7522
 
7523
7523
  // src/components/Layouts/PageContent/MyPageContent.tsx
7524
- import { Badge as Badge4, Breadcrumbs, Code, Container as Container3, Divider as Divider4, Group as Group16, Text as Text15, Title } from "@mantine/core";
7524
+ import { Badge as Badge4, Breadcrumbs, Container as Container3, Divider as Divider4, Group as Group16, Text as Text15, Title } from "@mantine/core";
7525
7525
  import { jsx as jsx51, jsxs as jsxs29 } from "react/jsx-runtime";
7526
7526
  var getStatusColor = (status) => {
7527
7527
  switch (status) {
@@ -7581,8 +7581,7 @@ function MyPageContent({
7581
7581
  ] }),
7582
7582
  /* @__PURE__ */ jsx51(Divider4, { my: "xs" }),
7583
7583
  children,
7584
- /* @__PURE__ */ jsx51(Divider4, { my: "xs" }),
7585
- /* @__PURE__ */ jsx51(MyFlexEnd, { children: /* @__PURE__ */ jsx51(Code, { color: "var(--mantine-color-blue-light)", children: basicAppShellStore.state.menuCode }) })
7584
+ /* @__PURE__ */ jsx51(Divider4, { my: "xs" })
7586
7585
  ] });
7587
7586
  }
7588
7587
 
@@ -62,7 +62,7 @@ import {
62
62
  useS_BasicAppShell,
63
63
  useS_ButtonImport,
64
64
  utils_layout_getItemsWithoutLinks
65
- } from "../chunk-WSWTPIEG.mjs";
65
+ } from "../chunk-IE6RLE7T.mjs";
66
66
  import "../chunk-Y3YGC5IH.mjs";
67
67
  import "../chunk-5U2JSHSJ.mjs";
68
68
  import {
@@ -12,7 +12,7 @@ import {
12
12
  MyStatsCard,
13
13
  MyTextInput,
14
14
  MyWeeklySessionSchedulerPicker
15
- } from "../chunk-QTAMU24B.mjs";
15
+ } from "../chunk-274L4UBS.mjs";
16
16
  import "../chunk-GEYCGM75.mjs";
17
17
  import "../chunk-NWBLJ3W3.mjs";
18
18
  import "../chunk-K6S7R6LU.mjs";
@@ -2,6 +2,10 @@ export { I as IEmailConfig } from '../EmailConfig-Bza2PzTi.mjs';
2
2
  export { I as IAQModule } from '../IAQModule-DfONsRwE.mjs';
3
3
  import { I as IBaseEntity } from '../IBaseEntity-BprRafT5.mjs';
4
4
 
5
+ interface IPageContent extends IBaseEntity {
6
+ description?: string;
7
+ }
8
+
5
9
  interface IFile {
6
10
  fileName?: string | undefined;
7
11
  fileExtension?: string | undefined;
@@ -51,8 +55,4 @@ interface IUser extends IBaseEntity {
51
55
  email?: string;
52
56
  }
53
57
 
54
- interface IPageContent extends IBaseEntity {
55
- description?: string;
56
- }
57
-
58
58
  export { IBaseEntity, type IDocument, type IFile, type IPageContent, type IPagePermission, type IRole, type IUser };
@@ -36,19 +36,16 @@ import {
36
36
  groupToTwoLevels,
37
37
  useS_authenticate,
38
38
  utils_layout_getItemsWithoutLinks
39
- } from "../chunk-WSWTPIEG.mjs";
39
+ } from "../chunk-IE6RLE7T.mjs";
40
40
  import {
41
41
  createGenericStore
42
42
  } from "../chunk-Y3YGC5IH.mjs";
43
43
  import "../chunk-5U2JSHSJ.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-QTAMU24B.mjs";
48
+ } from "../chunk-274L4UBS.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-NWBLJ3W3.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.338",
45
+ "version": "0.1.340",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"