aq-fe-framework 0.1.607 → 0.1.608
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.
- package/dist/{chunk-WIT3AJZR.mjs → chunk-KI2W52OR.mjs} +3 -3
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.mjs +2 -2
- package/dist/const/index.mjs +1 -1
- package/dist/core/index.mjs +2 -2
- package/dist/coreService/index.mjs +2 -2
- package/dist/modules-features/index.d.mts +1 -1
- package/dist/modules-features/index.mjs +2 -2
- package/dist/{types-Crvq4zS5.d.mts → types-Beq8R4Wi.d.mts} +1 -1
- package/package.json +1 -1
- package/dist/{chunk-5DUXSUE3.mjs → chunk-YYH7V6LN.mjs} +1 -1
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
import {
|
|
23
23
|
const_object_colors,
|
|
24
24
|
const_object_documentTypes
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-YYH7V6LN.mjs";
|
|
26
26
|
import {
|
|
27
27
|
enum_daysOfWeek,
|
|
28
28
|
enum_emailConfigModule
|
|
@@ -14097,8 +14097,8 @@ function base64ToFaviconUrl(base64, ext) {
|
|
|
14097
14097
|
const blob = new Blob([byteArray], { type: `image/${ext}` });
|
|
14098
14098
|
return URL.createObjectURL(blob);
|
|
14099
14099
|
}
|
|
14100
|
-
function BasicAppShell({ children, menu, extraTopRight, title, logoutRedirect,
|
|
14101
|
-
const isDev = process.env.NEXT_PUBLIC_IS_DEV == "1" ? true :
|
|
14100
|
+
function BasicAppShell({ children, menu, extraTopRight, title, logoutRedirect, isfilterMenuWithPermission }) {
|
|
14101
|
+
const isDev = process.env.NEXT_PUBLIC_IS_DEV == "1" ? true : isfilterMenuWithPermission ? false : true;
|
|
14102
14102
|
const pathname = usePathname3();
|
|
14103
14103
|
const media = useMediaQuery("(min-width: 72em)");
|
|
14104
14104
|
const permissionStore = useStore_Permission();
|
|
@@ -7,7 +7,7 @@ import { M as MyApiResponse } from '../createBaseApi-75GHCO22.mjs';
|
|
|
7
7
|
import { useDisclosure, useListState } from '@mantine/hooks';
|
|
8
8
|
import { UseFormReturnType, useForm } from '@mantine/form';
|
|
9
9
|
import { M as MyReactMutationProps } from '../useMyReactMutation-CqcrOOF9.mjs';
|
|
10
|
-
import { I as I_BasicAppShell_LinkItem, B as BasicAppShellProps } from '../types-
|
|
10
|
+
import { I as I_BasicAppShell_LinkItem, B as BasicAppShellProps } from '../types-Beq8R4Wi.mjs';
|
|
11
11
|
import { I as IUtils_Excel_ColumnConfig } from '../utils_excel-BYB9qbHd.mjs';
|
|
12
12
|
import { MRT_ColumnDef, MRT_RowData, MRT_TableOptions, MRT_TableInstance } from 'mantine-react-table';
|
|
13
13
|
import { DateInputProps } from '@mantine/dates';
|
|
@@ -402,7 +402,7 @@ interface IMyTextInput extends TextInputProps {
|
|
|
402
402
|
}
|
|
403
403
|
declare function MyTextInput({ label, defaultValue, isPhoneNumber, ...rest }: IMyTextInput): react_jsx_runtime.JSX.Element;
|
|
404
404
|
|
|
405
|
-
declare function BasicAppShell({ children, menu, extraTopRight, title, logoutRedirect,
|
|
405
|
+
declare function BasicAppShell({ children, menu, extraTopRight, title, logoutRedirect, isfilterMenuWithPermission }: BasicAppShellProps): react_jsx_runtime.JSX.Element;
|
|
406
406
|
|
|
407
407
|
interface I$2 {
|
|
408
408
|
moduleCode?: string;
|
|
@@ -68,12 +68,12 @@ import {
|
|
|
68
68
|
useHeaderMegaMenuStore,
|
|
69
69
|
useS_ButtonImport,
|
|
70
70
|
useStore_BasicAppShell
|
|
71
|
-
} from "../chunk-
|
|
71
|
+
} from "../chunk-KI2W52OR.mjs";
|
|
72
72
|
import "../chunk-PW6WTEVB.mjs";
|
|
73
73
|
import "../chunk-5COIJ2CE.mjs";
|
|
74
74
|
import "../chunk-7PUDC2WF.mjs";
|
|
75
75
|
import "../chunk-EWDS5IOF.mjs";
|
|
76
|
-
import "../chunk-
|
|
76
|
+
import "../chunk-YYH7V6LN.mjs";
|
|
77
77
|
import "../chunk-MNJNQRZU.mjs";
|
|
78
78
|
import "../chunk-AR64BQSX.mjs";
|
|
79
79
|
import "../chunk-WZ6PXGGC.mjs";
|
package/dist/const/index.mjs
CHANGED
package/dist/core/index.mjs
CHANGED
|
@@ -23,12 +23,12 @@ import {
|
|
|
23
23
|
MyStatsCard,
|
|
24
24
|
MyTextInput2 as MyTextInput,
|
|
25
25
|
MyWeeklySessionSchedulerPicker
|
|
26
|
-
} from "../chunk-
|
|
26
|
+
} from "../chunk-KI2W52OR.mjs";
|
|
27
27
|
import "../chunk-PW6WTEVB.mjs";
|
|
28
28
|
import "../chunk-5COIJ2CE.mjs";
|
|
29
29
|
import "../chunk-7PUDC2WF.mjs";
|
|
30
30
|
import "../chunk-EWDS5IOF.mjs";
|
|
31
|
-
import "../chunk-
|
|
31
|
+
import "../chunk-YYH7V6LN.mjs";
|
|
32
32
|
import "../chunk-MNJNQRZU.mjs";
|
|
33
33
|
import "../chunk-AR64BQSX.mjs";
|
|
34
34
|
import "../chunk-WZ6PXGGC.mjs";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MyModalDelete
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-KI2W52OR.mjs";
|
|
4
4
|
import "../chunk-PW6WTEVB.mjs";
|
|
5
5
|
import "../chunk-5COIJ2CE.mjs";
|
|
6
6
|
import "../chunk-7PUDC2WF.mjs";
|
|
7
7
|
import "../chunk-EWDS5IOF.mjs";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-YYH7V6LN.mjs";
|
|
9
9
|
import "../chunk-MNJNQRZU.mjs";
|
|
10
10
|
import {
|
|
11
11
|
useMyReactMutation
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { I as I_BasicAppShell_LinkItem } from '../types-
|
|
2
|
+
import { I as I_BasicAppShell_LinkItem } from '../types-Beq8R4Wi.mjs';
|
|
3
3
|
import { I as IBaseEntity } from '../IBaseEntity-ChMy9RzQ.mjs';
|
|
4
4
|
import { SelectProps, ButtonProps } from '@mantine/core';
|
|
5
5
|
import { I as IEmailConfig, a as IRole } from '../IRole-DMQeBuXf.mjs';
|
|
@@ -102,12 +102,12 @@ import {
|
|
|
102
102
|
Feat_accessControlLevel,
|
|
103
103
|
useS_authenticate,
|
|
104
104
|
useS_moduleConfig
|
|
105
|
-
} from "../chunk-
|
|
105
|
+
} from "../chunk-KI2W52OR.mjs";
|
|
106
106
|
import "../chunk-PW6WTEVB.mjs";
|
|
107
107
|
import "../chunk-5COIJ2CE.mjs";
|
|
108
108
|
import "../chunk-7PUDC2WF.mjs";
|
|
109
109
|
import "../chunk-EWDS5IOF.mjs";
|
|
110
|
-
import "../chunk-
|
|
110
|
+
import "../chunk-YYH7V6LN.mjs";
|
|
111
111
|
import "../chunk-MNJNQRZU.mjs";
|
|
112
112
|
import "../chunk-AR64BQSX.mjs";
|
|
113
113
|
import "../chunk-WZ6PXGGC.mjs";
|
|
@@ -9,7 +9,7 @@ interface I_BasicAppShell_LinkItem {
|
|
|
9
9
|
note?: string;
|
|
10
10
|
}
|
|
11
11
|
interface BasicAppShellProps {
|
|
12
|
-
|
|
12
|
+
isfilterMenuWithPermission?: boolean;
|
|
13
13
|
children: React.ReactNode;
|
|
14
14
|
menu: I_BasicAppShell_LinkItem[];
|
|
15
15
|
extraTopRight?: React.ReactNode;
|
package/package.json
CHANGED