aq-fe-framework 0.1.339 → 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.
@@ -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,
|
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
|
|
@@ -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 };
|
@@ -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,
|
@@ -33,14 +36,11 @@ import {
|
|
33
36
|
groupToTwoLevels,
|
34
37
|
useS_authenticate,
|
35
38
|
utils_layout_getItemsWithoutLinks
|
36
|
-
} from "../chunk-
|
39
|
+
} from "../chunk-IE6RLE7T.mjs";
|
37
40
|
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,
|