aq-fe-framework 0.1.460 → 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.
@@ -11,9 +11,6 @@ import {
11
11
  import {
12
12
  U0DateToDDMMYYYString
13
13
  } from "../chunk-EWDS5IOF.mjs";
14
- import {
15
- enum_emailConfigModule
16
- } from "../chunk-VH4ZAD6M.mjs";
17
14
  import {
18
15
  MyButton as MyButton2,
19
16
  MyDataTableSelectOne,
@@ -55,6 +52,9 @@ import {
55
52
  import {
56
53
  const_object_colors
57
54
  } from "../chunk-OMJJAHOC.mjs";
55
+ import {
56
+ enum_emailConfigModule
57
+ } from "../chunk-VH4ZAD6M.mjs";
58
58
  import "../chunk-K6S7R6LU.mjs";
59
59
  import {
60
60
  baseAxios_default,
@@ -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;
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.460",
45
+ "version": "0.1.461",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"