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.
@@ -22,7 +22,7 @@ import {
22
22
  import {
23
23
  const_object_colors,
24
24
  const_object_documentTypes
25
- } from "./chunk-5DUXSUE3.mjs";
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, filterMenuPermission }) {
14101
- const isDev = process.env.NEXT_PUBLIC_IS_DEV == "1" ? true : filterMenuPermission == true ? false : 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-Crvq4zS5.mjs';
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, filterMenuPermission }: BasicAppShellProps): react_jsx_runtime.JSX.Element;
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-WIT3AJZR.mjs";
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-5DUXSUE3.mjs";
76
+ import "../chunk-YYH7V6LN.mjs";
77
77
  import "../chunk-MNJNQRZU.mjs";
78
78
  import "../chunk-AR64BQSX.mjs";
79
79
  import "../chunk-WZ6PXGGC.mjs";
@@ -2,7 +2,7 @@ import {
2
2
  const_array_daysOfWeek,
3
3
  const_object_colors,
4
4
  const_object_documentTypes
5
- } from "../chunk-5DUXSUE3.mjs";
5
+ } from "../chunk-YYH7V6LN.mjs";
6
6
  import "../chunk-FWCSY2DS.mjs";
7
7
  export {
8
8
  const_array_daysOfWeek,
@@ -23,12 +23,12 @@ import {
23
23
  MyStatsCard,
24
24
  MyTextInput2 as MyTextInput,
25
25
  MyWeeklySessionSchedulerPicker
26
- } from "../chunk-WIT3AJZR.mjs";
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-5DUXSUE3.mjs";
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-WIT3AJZR.mjs";
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-5DUXSUE3.mjs";
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-Crvq4zS5.mjs';
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-WIT3AJZR.mjs";
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-5DUXSUE3.mjs";
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
- filterMenuPermission?: boolean;
12
+ isfilterMenuWithPermission?: boolean;
13
13
  children: React.ReactNode;
14
14
  menu: I_BasicAppShell_LinkItem[];
15
15
  extraTopRight?: React.ReactNode;
package/package.json CHANGED
@@ -50,7 +50,7 @@
50
50
  "types": "./dist/types/index.d.mts"
51
51
  }
52
52
  },
53
- "version": "0.1.607",
53
+ "version": "0.1.608",
54
54
  "private": false,
55
55
  "files": [
56
56
  "dist"
@@ -30,7 +30,7 @@ var const_object_documentTypes = {
30
30
  };
31
31
 
32
32
  export {
33
- const_object_colors,
34
33
  const_array_daysOfWeek,
34
+ const_object_colors,
35
35
  const_object_documentTypes
36
36
  };