aq-fe-framework 0.1.459 → 0.1.461

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.
@@ -16,13 +16,13 @@ import {
16
16
  MyStatsCard,
17
17
  MyTextInput,
18
18
  MyWeeklySessionSchedulerPicker
19
- } from "../chunk-DNCEJ7WI.mjs";
19
+ } from "../chunk-GTZU2RDA.mjs";
20
20
  import "../chunk-5A5AGS35.mjs";
21
21
  import "../chunk-U62R2QKJ.mjs";
22
22
  import "../chunk-5U2JSHSJ.mjs";
23
- import "../chunk-K6S7R6LU.mjs";
24
23
  import "../chunk-GFEMKKFH.mjs";
25
24
  import "../chunk-OMJJAHOC.mjs";
25
+ import "../chunk-K6S7R6LU.mjs";
26
26
  import "../chunk-KFSAV44B.mjs";
27
27
  import "../chunk-7ZCOFATU.mjs";
28
28
  import "../chunk-FWCSY2DS.mjs";
@@ -670,7 +670,9 @@ declare function F_organizationPolicyDocs_Update({ values, RegulationsTypeId, }:
670
670
  RegulationsTypeId: number;
671
671
  }): react_jsx_runtime.JSX.Element;
672
672
 
673
- declare function F_pageContentConfig(): react_jsx_runtime.JSX.Element;
673
+ declare function F_pageContentConfig({ menudataPrototype }: {
674
+ menudataPrototype?: I_BasicAppShell_LinkItem[];
675
+ }): react_jsx_runtime.JSX.Element;
674
676
 
675
677
  declare function F_roleCatalog(): react_jsx_runtime.JSX.Element;
676
678
 
@@ -15,7 +15,7 @@ import {
15
15
  MyButton as MyButton2,
16
16
  MyDataTableSelectOne,
17
17
  MyTextInput as MyTextInput2
18
- } from "../chunk-DNCEJ7WI.mjs";
18
+ } from "../chunk-GTZU2RDA.mjs";
19
19
  import {
20
20
  F_authenticate_Logout,
21
21
  MyActionIconDelete,
@@ -46,16 +46,16 @@ import {
46
46
  createGenericStore
47
47
  } from "../chunk-U62R2QKJ.mjs";
48
48
  import "../chunk-5U2JSHSJ.mjs";
49
- import {
50
- enum_emailConfigModule
51
- } from "../chunk-VH4ZAD6M.mjs";
52
- import "../chunk-K6S7R6LU.mjs";
53
49
  import {
54
50
  const_object_documentTypes
55
51
  } from "../chunk-GFEMKKFH.mjs";
56
52
  import {
57
53
  const_object_colors
58
54
  } from "../chunk-OMJJAHOC.mjs";
55
+ import {
56
+ enum_emailConfigModule
57
+ } from "../chunk-VH4ZAD6M.mjs";
58
+ import "../chunk-K6S7R6LU.mjs";
59
59
  import {
60
60
  baseAxios_default,
61
61
  createBaseApi,
@@ -1182,7 +1182,8 @@ function F_accountManagement_Read() {
1182
1182
  });
1183
1183
  const getTotalAccount = useMyReactQuery({
1184
1184
  queryKey: ["getTotalAccount"],
1185
- axiosFn: async () => apiData_Account.getAdminAccount()
1185
+ axiosFn: async () => apiData_Account.getAdminAccount(),
1186
+ mockData: mockUserData2
1186
1187
  });
1187
1188
  const columns = useMemo4(() => {
1188
1189
  var _a2;
@@ -4509,8 +4510,8 @@ function F_pageContentConfig_ReadMenu({ menudataPrototype }) {
4509
4510
 
4510
4511
  // src/modules-features/admin/core/pageContentConfig/F_pageContentConfig.tsx
4511
4512
  import { jsx as jsx86 } from "react/jsx-runtime";
4512
- function F_pageContentConfig() {
4513
- return /* @__PURE__ */ jsx86(F_pageContentConfig_ReadMenu, { menudataPrototype: menuData });
4513
+ function F_pageContentConfig({ menudataPrototype }) {
4514
+ return /* @__PURE__ */ jsx86(F_pageContentConfig_ReadMenu, { menudataPrototype });
4514
4515
  }
4515
4516
 
4516
4517
  // src/modules-features/admin/core/roleCatalog/F_roleCatalog_Read.tsx
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.459",
45
+ "version": "0.1.461",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"
@@ -3,12 +3,12 @@ import {
3
3
  MyFlexColumn,
4
4
  MyFlexRow
5
5
  } from "./chunk-5A5AGS35.mjs";
6
- import {
7
- enum_daysOfWeek
8
- } from "./chunk-K6S7R6LU.mjs";
9
6
  import {
10
7
  const_object_colors
11
8
  } from "./chunk-OMJJAHOC.mjs";
9
+ import {
10
+ enum_daysOfWeek
11
+ } from "./chunk-K6S7R6LU.mjs";
12
12
  import {
13
13
  useMyReactMutation,
14
14
  useMyReactQuery