aq-fe-framework 0.1.396 → 0.1.398

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.
@@ -6,16 +6,16 @@ import {
6
6
  import {
7
7
  const_object_colors
8
8
  } from "./chunk-7ORPZMGL.mjs";
9
- import {
10
- enum_daysOfWeek
11
- } from "./chunk-K6S7R6LU.mjs";
12
9
  import {
13
10
  useMyReactMutation,
14
11
  useMyReactQuery
15
- } from "./chunk-PRN7KYPD.mjs";
12
+ } from "./chunk-UNMZHBJW.mjs";
16
13
  import {
17
14
  utils_notification_show
18
15
  } from "./chunk-7ZCOFATU.mjs";
16
+ import {
17
+ enum_daysOfWeek
18
+ } from "./chunk-K6S7R6LU.mjs";
19
19
  import {
20
20
  __objRest,
21
21
  __spreadProps,
@@ -834,12 +834,12 @@ function MyWeeklySessionSchedulerPicker({
834
834
  }
835
835
 
836
836
  export {
837
+ MyDataTableSelectOne,
837
838
  MyActionIcon,
838
839
  MyButton,
839
840
  MyFlexColumn2 as MyFlexColumn,
840
841
  MyButtonCreateUpdate,
841
842
  MyButtonModal,
842
- MyDataTableSelectOne,
843
843
  MyLabelValueRow,
844
844
  MyStatsCard,
845
845
  MyDayOfWeekPicker,
@@ -16,7 +16,7 @@ import {
16
16
  baseAxios_default,
17
17
  useMyReactMutation,
18
18
  useQ_AQ_GetAQModule
19
- } from "./chunk-PRN7KYPD.mjs";
19
+ } from "./chunk-UNMZHBJW.mjs";
20
20
  import {
21
21
  utils_notification_show
22
22
  } from "./chunk-7ZCOFATU.mjs";
@@ -126,7 +126,7 @@ var useLoadAxiosConfig = ({
126
126
  }) => {
127
127
  const [flag, setFlag] = useState(false);
128
128
  useEffect(() => {
129
- const loadConfig = async () => {
129
+ async () => {
130
130
  try {
131
131
  const res = await fetch("/config.json");
132
132
  const config = await res.json();
@@ -139,7 +139,6 @@ var useLoadAxiosConfig = ({
139
139
  console.error("\u274C L\u1ED7i khi load config.json:", err);
140
140
  }
141
141
  };
142
- loadConfig();
143
142
  }, [axiosInstance, url]);
144
143
  return { flag, setFlag };
145
144
  };
@@ -62,7 +62,7 @@ import {
62
62
  useS_BasicAppShell,
63
63
  useS_ButtonImport,
64
64
  utils_layout_getItemsWithoutLinks
65
- } from "../chunk-KPQFRQ6R.mjs";
65
+ } from "../chunk-GV2TEJNI.mjs";
66
66
  import "../chunk-Y3YGC5IH.mjs";
67
67
  import "../chunk-5U2JSHSJ.mjs";
68
68
  import {
@@ -71,7 +71,7 @@ import {
71
71
  MyFlexRow
72
72
  } from "../chunk-GEYCGM75.mjs";
73
73
  import "../chunk-7ORPZMGL.mjs";
74
- import "../chunk-PRN7KYPD.mjs";
74
+ import "../chunk-UNMZHBJW.mjs";
75
75
  import "../chunk-7ZCOFATU.mjs";
76
76
  import "../chunk-FWCSY2DS.mjs";
77
77
  export {
@@ -13,12 +13,12 @@ import {
13
13
  MyStatsCard,
14
14
  MyTextInput,
15
15
  MyWeeklySessionSchedulerPicker
16
- } from "../chunk-O25M5H7K.mjs";
16
+ } from "../chunk-6FYCF5IJ.mjs";
17
17
  import "../chunk-GEYCGM75.mjs";
18
18
  import "../chunk-7ORPZMGL.mjs";
19
- import "../chunk-K6S7R6LU.mjs";
20
- import "../chunk-PRN7KYPD.mjs";
19
+ import "../chunk-UNMZHBJW.mjs";
21
20
  import "../chunk-7ZCOFATU.mjs";
21
+ import "../chunk-K6S7R6LU.mjs";
22
22
  import "../chunk-FWCSY2DS.mjs";
23
23
  export {
24
24
  MyActionIcon,
@@ -7,7 +7,7 @@ import {
7
7
  useMyReactQuery,
8
8
  useMyRouter,
9
9
  useQ_AQ_GetAQModule
10
- } from "../chunk-PRN7KYPD.mjs";
10
+ } from "../chunk-UNMZHBJW.mjs";
11
11
  import "../chunk-7ZCOFATU.mjs";
12
12
  import "../chunk-FWCSY2DS.mjs";
13
13
  export {
@@ -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 };
@@ -33,7 +33,7 @@ import {
33
33
  groupToTwoLevels,
34
34
  useS_authenticate,
35
35
  utils_layout_getItemsWithoutLinks
36
- } from "../chunk-KPQFRQ6R.mjs";
36
+ } from "../chunk-GV2TEJNI.mjs";
37
37
  import {
38
38
  createGenericStore
39
39
  } from "../chunk-Y3YGC5IH.mjs";
@@ -45,7 +45,7 @@ import {
45
45
  MyButton as MyButton2,
46
46
  MyDataTableSelectOne,
47
47
  MyTextInput as MyTextInput2
48
- } from "../chunk-O25M5H7K.mjs";
48
+ } from "../chunk-6FYCF5IJ.mjs";
49
49
  import {
50
50
  MyDataTable,
51
51
  MyFlexColumn,
@@ -54,10 +54,6 @@ import {
54
54
  import {
55
55
  const_object_colors
56
56
  } from "../chunk-7ORPZMGL.mjs";
57
- import {
58
- enum_emailConfigModule
59
- } from "../chunk-VH4ZAD6M.mjs";
60
- import "../chunk-K6S7R6LU.mjs";
61
57
  import {
62
58
  baseAxios_default,
63
59
  createBaseApi,
@@ -67,10 +63,14 @@ import {
67
63
  useMyRouter,
68
64
  useQ_AQ_GetAQModule,
69
65
  useQ_SkillCenter_GetAll
70
- } from "../chunk-PRN7KYPD.mjs";
66
+ } from "../chunk-UNMZHBJW.mjs";
71
67
  import {
72
68
  utils_notification_show
73
69
  } from "../chunk-7ZCOFATU.mjs";
70
+ import {
71
+ enum_emailConfigModule
72
+ } from "../chunk-VH4ZAD6M.mjs";
73
+ import "../chunk-K6S7R6LU.mjs";
74
74
  import {
75
75
  __objRest,
76
76
  __spreadProps,
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.396",
45
+ "version": "0.1.398",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"