aq-fe-framework 0.1.575 → 0.1.576
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.
|
@@ -72,8 +72,8 @@ import "../chunk-U62R2QKJ.mjs";
|
|
|
72
72
|
import "../chunk-5U2JSHSJ.mjs";
|
|
73
73
|
import "../chunk-OMJJAHOC.mjs";
|
|
74
74
|
import "../chunk-I6PPEZBF.mjs";
|
|
75
|
-
import "../chunk-7ZCOFATU.mjs";
|
|
76
75
|
import "../chunk-2NS4LEOU.mjs";
|
|
76
|
+
import "../chunk-7ZCOFATU.mjs";
|
|
77
77
|
import "../chunk-FWCSY2DS.mjs";
|
|
78
78
|
export {
|
|
79
79
|
AQButtonCreateByImportFile,
|
package/dist/core/index.mjs
CHANGED
|
@@ -22,8 +22,9 @@ import {
|
|
|
22
22
|
MyStatsCard,
|
|
23
23
|
MyTextInput,
|
|
24
24
|
MyWeeklySessionSchedulerPicker
|
|
25
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-UZUKFTYG.mjs";
|
|
26
26
|
import "../chunk-GFEMKKFH.mjs";
|
|
27
|
+
import "../chunk-K6S7R6LU.mjs";
|
|
27
28
|
import {
|
|
28
29
|
MyModalDelete
|
|
29
30
|
} from "../chunk-QSWEG6GK.mjs";
|
|
@@ -31,10 +32,9 @@ import "../chunk-A77K2YFL.mjs";
|
|
|
31
32
|
import "../chunk-U62R2QKJ.mjs";
|
|
32
33
|
import "../chunk-5U2JSHSJ.mjs";
|
|
33
34
|
import "../chunk-OMJJAHOC.mjs";
|
|
34
|
-
import "../chunk-K6S7R6LU.mjs";
|
|
35
35
|
import "../chunk-I6PPEZBF.mjs";
|
|
36
|
-
import "../chunk-7ZCOFATU.mjs";
|
|
37
36
|
import "../chunk-2NS4LEOU.mjs";
|
|
37
|
+
import "../chunk-7ZCOFATU.mjs";
|
|
38
38
|
import "../chunk-FWCSY2DS.mjs";
|
|
39
39
|
export {
|
|
40
40
|
DroppablePlaceholder,
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -15,10 +15,14 @@ import {
|
|
|
15
15
|
MyButton,
|
|
16
16
|
MyDataTableSelectOne,
|
|
17
17
|
MyTextInput
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-UZUKFTYG.mjs";
|
|
19
19
|
import {
|
|
20
20
|
const_object_documentTypes
|
|
21
21
|
} from "../chunk-GFEMKKFH.mjs";
|
|
22
|
+
import {
|
|
23
|
+
enum_emailConfigModule
|
|
24
|
+
} from "../chunk-VH4ZAD6M.mjs";
|
|
25
|
+
import "../chunk-K6S7R6LU.mjs";
|
|
22
26
|
import "../chunk-QSWEG6GK.mjs";
|
|
23
27
|
import {
|
|
24
28
|
F_authenticate_Logout,
|
|
@@ -53,10 +57,6 @@ import "../chunk-5U2JSHSJ.mjs";
|
|
|
53
57
|
import {
|
|
54
58
|
const_object_colors
|
|
55
59
|
} from "../chunk-OMJJAHOC.mjs";
|
|
56
|
-
import {
|
|
57
|
-
enum_emailConfigModule
|
|
58
|
-
} from "../chunk-VH4ZAD6M.mjs";
|
|
59
|
-
import "../chunk-K6S7R6LU.mjs";
|
|
60
60
|
import {
|
|
61
61
|
baseAxios_default,
|
|
62
62
|
createBaseApi,
|
|
@@ -67,10 +67,10 @@ import {
|
|
|
67
67
|
useQ_AQ_GetAQModule,
|
|
68
68
|
useQ_SkillCenter_GetAll
|
|
69
69
|
} from "../chunk-I6PPEZBF.mjs";
|
|
70
|
+
import "../chunk-2NS4LEOU.mjs";
|
|
70
71
|
import {
|
|
71
72
|
utils_notification_show
|
|
72
73
|
} from "../chunk-7ZCOFATU.mjs";
|
|
73
|
-
import "../chunk-2NS4LEOU.mjs";
|
|
74
74
|
import {
|
|
75
75
|
__objRest,
|
|
76
76
|
__spreadProps,
|
|
@@ -184,7 +184,6 @@ var service_role = __spreadProps(__spreadValues({}, createBaseApi(CONTROLLER2, b
|
|
|
184
184
|
});
|
|
185
185
|
|
|
186
186
|
// src/module/Permission/adapter/Permission_SaveMenuPermission.tsx
|
|
187
|
-
import { notifications } from "@mantine/notifications";
|
|
188
187
|
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
189
188
|
function Permission_SaveMenuPermission({
|
|
190
189
|
roleOrUserId,
|
|
@@ -202,13 +201,7 @@ function Permission_SaveMenuPermission({
|
|
|
202
201
|
roleId: roleOrUserId
|
|
203
202
|
});
|
|
204
203
|
},
|
|
205
|
-
|
|
206
|
-
onSuccess: () => {
|
|
207
|
-
notifications.show({
|
|
208
|
-
message: "L\u01B0u th\xE0nh c\xF4ng!"
|
|
209
|
-
});
|
|
210
|
-
}
|
|
211
|
-
}
|
|
204
|
+
mutationType: "update"
|
|
212
205
|
});
|
|
213
206
|
return /* @__PURE__ */ jsx3(
|
|
214
207
|
MyButton,
|
package/package.json
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
enum_daysOfWeek
|
|
3
|
+
} from "./chunk-K6S7R6LU.mjs";
|
|
1
4
|
import {
|
|
2
5
|
MyDataTable,
|
|
3
6
|
MyFieldset,
|
|
@@ -7,9 +10,6 @@ import {
|
|
|
7
10
|
import {
|
|
8
11
|
const_object_colors
|
|
9
12
|
} from "./chunk-OMJJAHOC.mjs";
|
|
10
|
-
import {
|
|
11
|
-
enum_daysOfWeek
|
|
12
|
-
} from "./chunk-K6S7R6LU.mjs";
|
|
13
13
|
import {
|
|
14
14
|
baseAxios_default,
|
|
15
15
|
useMyReactMutation,
|