aq-fe-framework 0.1.588 → 0.1.590
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.
- package/dist/{chunk-QYAGST5Z.mjs → chunk-HG5RRYC5.mjs} +1 -1
- package/dist/{chunk-POGG4DRT.mjs → chunk-KLPKCD66.mjs} +4 -4
- package/dist/{chunk-4FLFMHD2.mjs → chunk-T3TP5XKF.mjs} +1 -1
- package/dist/components/index.mjs +2 -2
- package/dist/core/index.mjs +5 -5
- package/dist/coreService/index.mjs +3 -3
- package/dist/modules-features/index.d.mts +6 -1
- package/dist/modules-features/index.mjs +189 -122
- package/dist/utils/index.mjs +1 -1
- package/package.json +2 -1
- package/dist/{chunk-V55EBMN5.mjs → chunk-ER3NXQOU.mjs} +1 -1
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
utils_mantineReactTable_filterColumnsByVisibleKeys,
|
|
7
7
|
utils_mantineReactTable_sortColumnsByKeyOrder,
|
|
8
8
|
utils_pdf_download
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-ER3NXQOU.mjs";
|
|
10
10
|
import {
|
|
11
11
|
const_object_colors
|
|
12
12
|
} from "./chunk-OMJJAHOC.mjs";
|
|
@@ -7867,13 +7867,15 @@ function MySkeletonTable({ h: h4 = 500 }) {
|
|
|
7867
7867
|
}
|
|
7868
7868
|
|
|
7869
7869
|
export {
|
|
7870
|
+
MyFlexColumn,
|
|
7871
|
+
MyDataTable,
|
|
7872
|
+
MyFlexRow,
|
|
7870
7873
|
MyBoxesCore,
|
|
7871
7874
|
Boxes,
|
|
7872
7875
|
MyCardioLoader,
|
|
7873
7876
|
MyBoxesBackground,
|
|
7874
7877
|
MyActionIcon,
|
|
7875
7878
|
MyTextInput,
|
|
7876
|
-
MyFlexColumn,
|
|
7877
7879
|
MyActionIconCheck,
|
|
7878
7880
|
MyButton,
|
|
7879
7881
|
MyActionIconModal,
|
|
@@ -7894,7 +7896,6 @@ export {
|
|
|
7894
7896
|
MyFlexEnd,
|
|
7895
7897
|
useS_ButtonImport,
|
|
7896
7898
|
SelectFieldModal,
|
|
7897
|
-
MyDataTable,
|
|
7898
7899
|
SelectFileModal,
|
|
7899
7900
|
MyButtonImport,
|
|
7900
7901
|
AQSelectTableByOpenModal,
|
|
@@ -7906,7 +7907,6 @@ export {
|
|
|
7906
7907
|
MyCalendar,
|
|
7907
7908
|
MyCenterFull,
|
|
7908
7909
|
MyCheckbox,
|
|
7909
|
-
MyFlexRow,
|
|
7910
7910
|
AQCard,
|
|
7911
7911
|
MyCardInformation,
|
|
7912
7912
|
MyIconText,
|
|
@@ -68,9 +68,9 @@ import {
|
|
|
68
68
|
useHeaderMegaMenuStore,
|
|
69
69
|
useS_ButtonImport,
|
|
70
70
|
useStore_BasicAppShell
|
|
71
|
-
} from "../chunk-
|
|
71
|
+
} from "../chunk-KLPKCD66.mjs";
|
|
72
72
|
import "../chunk-PW6WTEVB.mjs";
|
|
73
|
-
import "../chunk-
|
|
73
|
+
import "../chunk-ER3NXQOU.mjs";
|
|
74
74
|
import "../chunk-EWDS5IOF.mjs";
|
|
75
75
|
import "../chunk-OMJJAHOC.mjs";
|
|
76
76
|
import "../chunk-I6PPEZBF.mjs";
|
package/dist/core/index.mjs
CHANGED
|
@@ -22,15 +22,15 @@ import {
|
|
|
22
22
|
MyStatsCard,
|
|
23
23
|
MyTextInput,
|
|
24
24
|
MyWeeklySessionSchedulerPicker
|
|
25
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-T3TP5XKF.mjs";
|
|
26
|
+
import "../chunk-GFEMKKFH.mjs";
|
|
26
27
|
import {
|
|
27
28
|
MyModalDelete
|
|
28
|
-
} from "../chunk-
|
|
29
|
-
import "../chunk-GFEMKKFH.mjs";
|
|
29
|
+
} from "../chunk-HG5RRYC5.mjs";
|
|
30
30
|
import "../chunk-K6S7R6LU.mjs";
|
|
31
|
-
import "../chunk-
|
|
31
|
+
import "../chunk-KLPKCD66.mjs";
|
|
32
32
|
import "../chunk-PW6WTEVB.mjs";
|
|
33
|
-
import "../chunk-
|
|
33
|
+
import "../chunk-ER3NXQOU.mjs";
|
|
34
34
|
import "../chunk-EWDS5IOF.mjs";
|
|
35
35
|
import "../chunk-OMJJAHOC.mjs";
|
|
36
36
|
import "../chunk-I6PPEZBF.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MyModalDelete
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-HG5RRYC5.mjs";
|
|
4
|
+
import "../chunk-KLPKCD66.mjs";
|
|
5
5
|
import "../chunk-PW6WTEVB.mjs";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-ER3NXQOU.mjs";
|
|
7
7
|
import "../chunk-EWDS5IOF.mjs";
|
|
8
8
|
import "../chunk-OMJJAHOC.mjs";
|
|
9
9
|
import {
|
|
@@ -903,4 +903,9 @@ interface F_authenticate_Login_Props {
|
|
|
903
903
|
}
|
|
904
904
|
declare function F_authenticate_Login({ header, redirectUrlAfterLogin, additionalActions, backgroundImage, onSuccess, showLoginButton, showSaveLogin, showForgotPassword, customSubmit, loginButtonProps }: F_authenticate_Login_Props): react_jsx_runtime.JSX.Element;
|
|
905
905
|
|
|
906
|
-
|
|
906
|
+
interface Feat_TokenExpiredProps {
|
|
907
|
+
loginRedirect?: string;
|
|
908
|
+
}
|
|
909
|
+
declare function Feat_TokenExpired({ loginRedirect }: Feat_TokenExpiredProps): react_jsx_runtime.JSX.Element;
|
|
910
|
+
|
|
911
|
+
export { F_accountManagement, F_accountManagement_ChangePermission, F_accountManagement_Create, F_accountManagement_Delete, F_accountManagement_Read, F_accountManagement_Update, F_authenticate_Login, F_authenticate_Logout, F_authenticate_SplashPage, F_core12196, F_core12196_Create, F_core12196_Delete, F_core12196_Read, F_core12196_Update, F_core16209, F_core16209_Create, F_core16209_Delete, F_core16209_Update, F_core18256, F_core18256_Create, F_core18256_Delete, F_core18256_Read, F_core18256_Select, F_core18256_Update, F_core26965, F_core26965_Create, F_core26965_Delete, F_core26965_Update, F_core27311, F_core27311_Create, F_core27311_Delete, F_core27311_Read, F_core27311_Update, F_core35923, F_core40207, F_core40207_Create, F_core40207_Delete, F_core40207_Read, F_core40207_Update, F_core47643, F_core47643_Delete, F_core47643_Form, F_core47643_Read, F_core64229, F_core64229_Delete, F_core64229_Form, F_core64229_Read, F_core76318, F_core76318_Create, F_core76318_Delete, F_core76318_Update, F_documentCategories, F_documentCategories_Create, F_documentCategories_Delete, F_documentCategories_Read, F_documentCategories_Select, F_documentCategories_Update, F_formTemplateDocs, F_formTemplateDocs_Create, F_formTemplateDocs_Delete, F_formTemplateDocs_Read, F_formTemplateDocs_Update, F_mailConfig, F_mailConfig_CreateUpdate, F_mailConfig_Delete, F_mailConfig_Read, F_moduleConfig, F_organizationPolicyDocs, F_organizationPolicyDocs_Create, F_organizationPolicyDocs_Delete, F_organizationPolicyDocs_Update, F_pageContentConfig, F_roleCatalog, F_roleCatalog_Delete, F_roleCatalog_Form, F_roleCatalog_Read, F_securityPolicyDocs, F_securityPolicyDocs_Create, F_securityPolicyDocs_Delete, F_securityPolicyDocs_Update, F_systemUpdateDocs, F_systemUpdateDocs_Create, F_systemUpdateDocs_Delete, F_systemUpdateDocs_Update, F_userGuideDocs, F_userGuideDocs_Create, F_userGuideDocs_Delete, F_userGuideDocs_Read, F_userGuideDocs_Update, F_workflowProcessDocs, F_workflowProcessDocs_Create, F_workflowProcessDocs_Delete, F_workflowProcessDocs_Read, F_workflowProcessDocs_Update, Feat_RoleManagement, Feat_TokenExpired, Feat_accessControl, Feat_accessControlLevel, type I_accountManagement_Read, type I_moduleConfig_AQModule, useS_authenticate, useS_moduleConfig };
|
|
@@ -2,15 +2,15 @@ import {
|
|
|
2
2
|
baseColumns
|
|
3
3
|
} from "../chunk-7PUDC2WF.mjs";
|
|
4
4
|
import {
|
|
5
|
-
MyButton
|
|
6
|
-
MyButtonModal
|
|
7
|
-
MySelect
|
|
8
|
-
MyTextInput
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-QYAGST5Z.mjs";
|
|
5
|
+
MyButton,
|
|
6
|
+
MyButtonModal,
|
|
7
|
+
MySelect,
|
|
8
|
+
MyTextInput
|
|
9
|
+
} from "../chunk-T3TP5XKF.mjs";
|
|
11
10
|
import {
|
|
12
11
|
const_object_documentTypes
|
|
13
12
|
} from "../chunk-GFEMKKFH.mjs";
|
|
13
|
+
import "../chunk-HG5RRYC5.mjs";
|
|
14
14
|
import {
|
|
15
15
|
enum_emailConfigModule
|
|
16
16
|
} from "../chunk-VH4ZAD6M.mjs";
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
MyActionIconDelete,
|
|
21
21
|
MyActionIconUpdate,
|
|
22
22
|
MyBoxesBackground,
|
|
23
|
-
MyButton,
|
|
23
|
+
MyButton as MyButton2,
|
|
24
24
|
MyButtonCreate,
|
|
25
|
-
MyButtonModal,
|
|
25
|
+
MyButtonModal as MyButtonModal2,
|
|
26
26
|
MyButtonViewPDF,
|
|
27
27
|
MyCenterFull,
|
|
28
28
|
MyDataTable,
|
|
@@ -33,11 +33,11 @@ import {
|
|
|
33
33
|
MyFlexEnd,
|
|
34
34
|
MyNumberInput,
|
|
35
35
|
MyPageContent,
|
|
36
|
-
MySelect,
|
|
36
|
+
MySelect as MySelect2,
|
|
37
37
|
MyTab,
|
|
38
|
-
MyTextInput,
|
|
38
|
+
MyTextInput as MyTextInput2,
|
|
39
39
|
useS_authenticate
|
|
40
|
-
} from "../chunk-
|
|
40
|
+
} from "../chunk-KLPKCD66.mjs";
|
|
41
41
|
import {
|
|
42
42
|
createGenericStore,
|
|
43
43
|
useStore_Permission
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
utils_converter_enumToSelectOptions,
|
|
51
51
|
utils_file_fileToAQDocumentType,
|
|
52
52
|
utils_mantineReactTable_filterColumnsByVisibleKeys
|
|
53
|
-
} from "../chunk-
|
|
53
|
+
} from "../chunk-ER3NXQOU.mjs";
|
|
54
54
|
import {
|
|
55
55
|
U0DateToDDMMYYYString
|
|
56
56
|
} from "../chunk-EWDS5IOF.mjs";
|
|
@@ -212,7 +212,7 @@ function Permission_SaveMenuPermission({
|
|
|
212
212
|
mutationType: "update"
|
|
213
213
|
});
|
|
214
214
|
return /* @__PURE__ */ jsx3(
|
|
215
|
-
|
|
215
|
+
MyButton,
|
|
216
216
|
{
|
|
217
217
|
hidden: !((_a = permissionStore.state.currentPermissionPage) == null ? void 0 : _a.isUpdate),
|
|
218
218
|
onClick: () => {
|
|
@@ -637,7 +637,7 @@ function F_accountManagement_ChangePermission({ user }) {
|
|
|
637
637
|
}, {});
|
|
638
638
|
setRowSelection(result);
|
|
639
639
|
}, []);
|
|
640
|
-
return /* @__PURE__ */ jsxs4(
|
|
640
|
+
return /* @__PURE__ */ jsxs4(MyButtonModal2, { modalSize: "xl", disclosure: disc, title: "Ch\u1ECDn quy\u1EC1n cho ng\u01B0\u1EDDi d\xF9ng", label: "S\u1EEDa quy\u1EC1n", children: [
|
|
641
641
|
/* @__PURE__ */ jsx10(
|
|
642
642
|
Table2,
|
|
643
643
|
{
|
|
@@ -748,11 +748,11 @@ function F_accountManagement_Create() {
|
|
|
748
748
|
}));
|
|
749
749
|
}
|
|
750
750
|
return /* @__PURE__ */ jsxs5(MyButtonCreate, { form, onSubmit: handleSubmit, objectName: "ng\u01B0\u1EDDi d\xF9ng", children: [
|
|
751
|
-
/* @__PURE__ */ jsx11(
|
|
751
|
+
/* @__PURE__ */ jsx11(MyTextInput2, __spreadValues({ label: "T\xEAn t\xE0i kho\u1EA3n" }, form.getInputProps("userName"))),
|
|
752
752
|
/* @__PURE__ */ jsx11(PasswordInput, __spreadValues({ label: "M\u1EADt kh\u1EA9u" }, form.getInputProps("password"))),
|
|
753
|
-
/* @__PURE__ */ jsx11(
|
|
754
|
-
/* @__PURE__ */ jsx11(
|
|
755
|
-
/* @__PURE__ */ jsx11(
|
|
753
|
+
/* @__PURE__ */ jsx11(MyTextInput2, __spreadValues({ label: "H\u1ECD v\xE0 t\xEAn" }, form.getInputProps("fullName"))),
|
|
754
|
+
/* @__PURE__ */ jsx11(MyTextInput2, __spreadValues({ label: "Email" }, form.getInputProps("email"))),
|
|
755
|
+
/* @__PURE__ */ jsx11(MyTextInput2, __spreadValues({ label: "S\u1ED1 \u0111i\u1EC7n tho\u1EA1i" }, form.getInputProps("phoneNumber"))),
|
|
756
756
|
skillCenter_getAll_query.data && store.state.isRequireSkillCenter == true && /* @__PURE__ */ jsx11(
|
|
757
757
|
MultiSelect,
|
|
758
758
|
{
|
|
@@ -831,10 +831,10 @@ function F_accountManagement_Update({ user }) {
|
|
|
831
831
|
})
|
|
832
832
|
);
|
|
833
833
|
}, children: /* @__PURE__ */ jsxs6(MyFlexColumn, { children: [
|
|
834
|
-
/* @__PURE__ */ jsx13(
|
|
835
|
-
/* @__PURE__ */ jsx13(
|
|
836
|
-
/* @__PURE__ */ jsx13(
|
|
837
|
-
/* @__PURE__ */ jsx13(
|
|
834
|
+
/* @__PURE__ */ jsx13(MyTextInput2, __spreadValues({ disabled: true, label: "T\xEAn t\xE0i kho\u1EA3n" }, form.getInputProps("userName"))),
|
|
835
|
+
/* @__PURE__ */ jsx13(MyTextInput2, __spreadValues({ label: "H\u1ECD v\xE0 t\xEAn" }, form.getInputProps("fullName"))),
|
|
836
|
+
/* @__PURE__ */ jsx13(MyTextInput2, __spreadValues({ label: "Email" }, form.getInputProps("email"))),
|
|
837
|
+
/* @__PURE__ */ jsx13(MyTextInput2, __spreadValues({ label: "S\u1ED1 \u0111i\u1EC7n tho\u1EA1i" }, form.getInputProps("phoneNumber"))),
|
|
838
838
|
skillCenter_getAll_query.data && store.state.isRequireSkillCenter == true && /* @__PURE__ */ jsx13(
|
|
839
839
|
MultiSelect2,
|
|
840
840
|
{
|
|
@@ -1093,7 +1093,7 @@ function F_core12196_Update({
|
|
|
1093
1093
|
},
|
|
1094
1094
|
children: [
|
|
1095
1095
|
/* @__PURE__ */ jsx18(
|
|
1096
|
-
|
|
1096
|
+
MyTextInput2,
|
|
1097
1097
|
__spreadValues({
|
|
1098
1098
|
withAsterisk: true,
|
|
1099
1099
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
|
@@ -1107,7 +1107,7 @@ function F_core12196_Update({
|
|
|
1107
1107
|
}, form.getInputProps("promulgateDate"))
|
|
1108
1108
|
),
|
|
1109
1109
|
/* @__PURE__ */ jsx18(
|
|
1110
|
-
|
|
1110
|
+
MyTextInput2,
|
|
1111
1111
|
__spreadValues({
|
|
1112
1112
|
withAsterisk: true,
|
|
1113
1113
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -1276,7 +1276,7 @@ function F_core12196_Create({ FormTypeId }) {
|
|
|
1276
1276
|
},
|
|
1277
1277
|
children: [
|
|
1278
1278
|
/* @__PURE__ */ jsx20(
|
|
1279
|
-
|
|
1279
|
+
MyTextInput2,
|
|
1280
1280
|
__spreadValues({
|
|
1281
1281
|
withAsterisk: true,
|
|
1282
1282
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
|
@@ -1290,7 +1290,7 @@ function F_core12196_Create({ FormTypeId }) {
|
|
|
1290
1290
|
}, form.getInputProps("promulgateDate"))
|
|
1291
1291
|
),
|
|
1292
1292
|
/* @__PURE__ */ jsx20(
|
|
1293
|
-
|
|
1293
|
+
MyTextInput2,
|
|
1294
1294
|
__spreadValues({
|
|
1295
1295
|
withAsterisk: true,
|
|
1296
1296
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -1378,20 +1378,20 @@ function F_core16209_Create({
|
|
|
1378
1378
|
}, form.getInputProps("meetingDate"))
|
|
1379
1379
|
),
|
|
1380
1380
|
/* @__PURE__ */ jsx22(
|
|
1381
|
-
|
|
1381
|
+
MyTextInput2,
|
|
1382
1382
|
__spreadValues({
|
|
1383
1383
|
withAsterisk: true,
|
|
1384
1384
|
label: "\u0110\u01A1n v\u1ECB y\xEAu c\u1EA7u"
|
|
1385
1385
|
}, form.getInputProps("departmentName"))
|
|
1386
1386
|
),
|
|
1387
1387
|
/* @__PURE__ */ jsx22(
|
|
1388
|
-
|
|
1388
|
+
MyTextInput2,
|
|
1389
1389
|
__spreadValues({
|
|
1390
1390
|
withAsterisk: true,
|
|
1391
1391
|
label: "N\u1ED9i dung c\u1EA3i ti\u1EBFn"
|
|
1392
1392
|
}, form.getInputProps("description"))
|
|
1393
1393
|
),
|
|
1394
|
-
/* @__PURE__ */ jsx22(
|
|
1394
|
+
/* @__PURE__ */ jsx22(MyTextInput2, __spreadValues({ label: "K\u1EBFt lu\u1EADn" }, form.getInputProps("conclusion"))),
|
|
1395
1395
|
/* @__PURE__ */ jsx22(
|
|
1396
1396
|
MyDateInput,
|
|
1397
1397
|
__spreadValues({
|
|
@@ -1479,20 +1479,20 @@ function F_core16209_Update({ values }) {
|
|
|
1479
1479
|
}, form.getInputProps("meetingDate"))
|
|
1480
1480
|
),
|
|
1481
1481
|
/* @__PURE__ */ jsx24(
|
|
1482
|
-
|
|
1482
|
+
MyTextInput2,
|
|
1483
1483
|
__spreadValues({
|
|
1484
1484
|
withAsterisk: true,
|
|
1485
1485
|
label: "\u0110\u01A1n v\u1ECB y\xEAu c\u1EA7u"
|
|
1486
1486
|
}, form.getInputProps("departmentName"))
|
|
1487
1487
|
),
|
|
1488
1488
|
/* @__PURE__ */ jsx24(
|
|
1489
|
-
|
|
1489
|
+
MyTextInput2,
|
|
1490
1490
|
__spreadValues({
|
|
1491
1491
|
withAsterisk: true,
|
|
1492
1492
|
label: "N\u1ED9i dung c\u1EA3i ti\u1EBFn"
|
|
1493
1493
|
}, form.getInputProps("description"))
|
|
1494
1494
|
),
|
|
1495
|
-
/* @__PURE__ */ jsx24(
|
|
1495
|
+
/* @__PURE__ */ jsx24(MyTextInput2, __spreadValues({ label: "K\u1EBFt lu\u1EADn" }, form.getInputProps("conclusion"))),
|
|
1496
1496
|
/* @__PURE__ */ jsx24(
|
|
1497
1497
|
MyDateInput,
|
|
1498
1498
|
__spreadValues({
|
|
@@ -1608,8 +1608,8 @@ function F_core18256_Create({ documentType }) {
|
|
|
1608
1608
|
}
|
|
1609
1609
|
});
|
|
1610
1610
|
return /* @__PURE__ */ jsxs15(MyButtonCreate, { objectName: "Lo\u1EA1i v\u0103n b\u1EA3n", form, onSubmit: (values) => baseAxios_default.post("/DocumentAttribute/Create", values), children: [
|
|
1611
|
-
/* @__PURE__ */ jsx26(
|
|
1612
|
-
/* @__PURE__ */ jsx26(
|
|
1611
|
+
/* @__PURE__ */ jsx26(MyTextInput2, __spreadValues({ label: "M\xE3 lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("code"))),
|
|
1612
|
+
/* @__PURE__ */ jsx26(MyTextInput2, __spreadValues({ label: "T\xEAn lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("name")))
|
|
1613
1613
|
] });
|
|
1614
1614
|
}
|
|
1615
1615
|
|
|
@@ -1633,8 +1633,8 @@ function F_core18256_Update({ values }) {
|
|
|
1633
1633
|
initialValues: values
|
|
1634
1634
|
});
|
|
1635
1635
|
return /* @__PURE__ */ jsxs16(MyActionIconUpdate, { form, onSubmit: async (values2) => await baseAxios_default.post("/DocumentAttribute/Update", values2), children: [
|
|
1636
|
-
/* @__PURE__ */ jsx28(
|
|
1637
|
-
/* @__PURE__ */ jsx28(
|
|
1636
|
+
/* @__PURE__ */ jsx28(MyTextInput2, __spreadValues({ label: "M\xE3 lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("code"))),
|
|
1637
|
+
/* @__PURE__ */ jsx28(MyTextInput2, __spreadValues({ label: "T\xEAn lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("name")))
|
|
1638
1638
|
] });
|
|
1639
1639
|
}
|
|
1640
1640
|
|
|
@@ -1728,7 +1728,7 @@ function F_core26965_Create({
|
|
|
1728
1728
|
},
|
|
1729
1729
|
children: [
|
|
1730
1730
|
/* @__PURE__ */ jsx31(
|
|
1731
|
-
|
|
1731
|
+
MyTextInput2,
|
|
1732
1732
|
__spreadValues({
|
|
1733
1733
|
withAsterisk: true,
|
|
1734
1734
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
|
@@ -1742,7 +1742,7 @@ function F_core26965_Create({
|
|
|
1742
1742
|
}, form.getInputProps("promulgateDate"))
|
|
1743
1743
|
),
|
|
1744
1744
|
/* @__PURE__ */ jsx31(
|
|
1745
|
-
|
|
1745
|
+
MyTextInput2,
|
|
1746
1746
|
__spreadValues({
|
|
1747
1747
|
withAsterisk: true,
|
|
1748
1748
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -1830,7 +1830,7 @@ function F_core26965_Update({
|
|
|
1830
1830
|
},
|
|
1831
1831
|
children: [
|
|
1832
1832
|
/* @__PURE__ */ jsx33(
|
|
1833
|
-
|
|
1833
|
+
MyTextInput2,
|
|
1834
1834
|
__spreadValues({
|
|
1835
1835
|
withAsterisk: true,
|
|
1836
1836
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
|
@@ -1844,7 +1844,7 @@ function F_core26965_Update({
|
|
|
1844
1844
|
}, form.getInputProps("promulgateDate"))
|
|
1845
1845
|
),
|
|
1846
1846
|
/* @__PURE__ */ jsx33(
|
|
1847
|
-
|
|
1847
|
+
MyTextInput2,
|
|
1848
1848
|
__spreadValues({
|
|
1849
1849
|
withAsterisk: true,
|
|
1850
1850
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -2025,7 +2025,7 @@ function F_core27311_Create({
|
|
|
2025
2025
|
},
|
|
2026
2026
|
children: [
|
|
2027
2027
|
/* @__PURE__ */ jsx36(
|
|
2028
|
-
|
|
2028
|
+
MyTextInput2,
|
|
2029
2029
|
__spreadValues({
|
|
2030
2030
|
withAsterisk: true,
|
|
2031
2031
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
|
@@ -2039,7 +2039,7 @@ function F_core27311_Create({
|
|
|
2039
2039
|
}, form.getInputProps("promulgateDate"))
|
|
2040
2040
|
),
|
|
2041
2041
|
/* @__PURE__ */ jsx36(
|
|
2042
|
-
|
|
2042
|
+
MyTextInput2,
|
|
2043
2043
|
__spreadValues({
|
|
2044
2044
|
withAsterisk: true,
|
|
2045
2045
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -2127,7 +2127,7 @@ function F_core27311_Update({
|
|
|
2127
2127
|
},
|
|
2128
2128
|
children: [
|
|
2129
2129
|
/* @__PURE__ */ jsx38(
|
|
2130
|
-
|
|
2130
|
+
MyTextInput2,
|
|
2131
2131
|
__spreadValues({
|
|
2132
2132
|
withAsterisk: true,
|
|
2133
2133
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
|
@@ -2141,7 +2141,7 @@ function F_core27311_Update({
|
|
|
2141
2141
|
}, form.getInputProps("promulgateDate"))
|
|
2142
2142
|
),
|
|
2143
2143
|
/* @__PURE__ */ jsx38(
|
|
2144
|
-
|
|
2144
|
+
MyTextInput2,
|
|
2145
2145
|
__spreadValues({
|
|
2146
2146
|
withAsterisk: true,
|
|
2147
2147
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -2302,17 +2302,17 @@ import { jsx as jsx41, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
|
2302
2302
|
function F_core35923() {
|
|
2303
2303
|
return /* @__PURE__ */ jsxs27(MyFieldset, { title: "C\u1EADp nh\u1EADt th\xF4ng tin \u0111\u01A1n v\u1ECB ch\u1EE7 qu\u1EA3n", children: [
|
|
2304
2304
|
/* @__PURE__ */ jsxs27(Grid3, { children: [
|
|
2305
|
-
/* @__PURE__ */ jsx41(Grid3.Col, { span: { base: 12, md: 5 }, children: /* @__PURE__ */ jsx41(
|
|
2306
|
-
/* @__PURE__ */ jsx41(Grid3.Col, { span: { base: 12, md: 7 }, children: /* @__PURE__ */ jsx41(
|
|
2307
|
-
/* @__PURE__ */ jsx41(Grid3.Col, { span: 12, children: /* @__PURE__ */ jsx41(
|
|
2308
|
-
/* @__PURE__ */ jsx41(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx41(
|
|
2309
|
-
/* @__PURE__ */ jsx41(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx41(
|
|
2310
|
-
/* @__PURE__ */ jsx41(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx41(
|
|
2311
|
-
/* @__PURE__ */ jsx41(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx41(
|
|
2305
|
+
/* @__PURE__ */ jsx41(Grid3.Col, { span: { base: 12, md: 5 }, children: /* @__PURE__ */ jsx41(MyTextInput2, { label: "M\xE3 module", disabled: true }) }),
|
|
2306
|
+
/* @__PURE__ */ jsx41(Grid3.Col, { span: { base: 12, md: 7 }, children: /* @__PURE__ */ jsx41(MyTextInput2, { label: "T\xEAn module" }) }),
|
|
2307
|
+
/* @__PURE__ */ jsx41(Grid3.Col, { span: 12, children: /* @__PURE__ */ jsx41(MyTextInput2, { label: "T\xEAn \u0111\u01A1n v\u1ECB ch\u1EE7 qu\u1EA3n" }) }),
|
|
2308
|
+
/* @__PURE__ */ jsx41(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx41(MyTextInput2, { label: "Email" }) }),
|
|
2309
|
+
/* @__PURE__ */ jsx41(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx41(MyTextInput2, { label: "S\u1ED1 \u0111i\u1EC7n tho\u1EA1i" }) }),
|
|
2310
|
+
/* @__PURE__ */ jsx41(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx41(MyTextInput2, { label: "Ng\xE0y \u0111\u0103ng k\xFD" }) }),
|
|
2311
|
+
/* @__PURE__ */ jsx41(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx41(MyTextInput2, { label: "Ng\xE0y h\u1EBFt h\u1EA1n" }) }),
|
|
2312
2312
|
/* @__PURE__ */ jsx41(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx41(MyFileInput, { label: "Favicon (16px x 16px)" }) }),
|
|
2313
2313
|
/* @__PURE__ */ jsx41(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx41(MyFileInput, { label: "Logo (330px x 115px)" }) })
|
|
2314
2314
|
] }),
|
|
2315
|
-
/* @__PURE__ */ jsx41(MyFlexEnd, { children: /* @__PURE__ */ jsx41(
|
|
2315
|
+
/* @__PURE__ */ jsx41(MyFlexEnd, { children: /* @__PURE__ */ jsx41(MyButton2, { crudType: "save" }) })
|
|
2316
2316
|
] });
|
|
2317
2317
|
}
|
|
2318
2318
|
|
|
@@ -2347,14 +2347,14 @@ function F_core40207_Create({ GuidelineTypeId }) {
|
|
|
2347
2347
|
},
|
|
2348
2348
|
children: [
|
|
2349
2349
|
/* @__PURE__ */ jsx42(
|
|
2350
|
-
|
|
2350
|
+
MyTextInput2,
|
|
2351
2351
|
__spreadValues({
|
|
2352
2352
|
withAsterisk: true,
|
|
2353
2353
|
label: "M\xE3 t\xE0i li\u1EC7u"
|
|
2354
2354
|
}, form.getInputProps("code"))
|
|
2355
2355
|
),
|
|
2356
2356
|
/* @__PURE__ */ jsx42(
|
|
2357
|
-
|
|
2357
|
+
MyTextInput2,
|
|
2358
2358
|
__spreadValues({
|
|
2359
2359
|
withAsterisk: true,
|
|
2360
2360
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -2419,14 +2419,14 @@ function F_core40207_Update({ values }) {
|
|
|
2419
2419
|
},
|
|
2420
2420
|
children: [
|
|
2421
2421
|
/* @__PURE__ */ jsx44(
|
|
2422
|
-
|
|
2422
|
+
MyTextInput2,
|
|
2423
2423
|
__spreadValues({
|
|
2424
2424
|
withAsterisk: true,
|
|
2425
2425
|
label: "M\xE3 t\xE0i li\u1EC7u"
|
|
2426
2426
|
}, form.getInputProps("code"))
|
|
2427
2427
|
),
|
|
2428
2428
|
/* @__PURE__ */ jsx44(
|
|
2429
|
-
|
|
2429
|
+
MyTextInput2,
|
|
2430
2430
|
__spreadValues({
|
|
2431
2431
|
withAsterisk: true,
|
|
2432
2432
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -2536,14 +2536,14 @@ function F_core47643_Form({ values }) {
|
|
|
2536
2536
|
if (values) return /* @__PURE__ */ jsxs31(MyActionIconUpdate, { form, onSubmit: async () => {
|
|
2537
2537
|
return await baseAxios_default.post("/Role/Update", form.getValues());
|
|
2538
2538
|
}, children: [
|
|
2539
|
-
/* @__PURE__ */ jsx48(
|
|
2540
|
-
/* @__PURE__ */ jsx48(
|
|
2539
|
+
/* @__PURE__ */ jsx48(MyTextInput2, __spreadValues({ readOnly: true, variant: "filled", label: "M\xE3" }, form.getInputProps("code"))),
|
|
2540
|
+
/* @__PURE__ */ jsx48(MyTextInput2, __spreadValues({ label: "Quy\u1EC1n" }, form.getInputProps("name")))
|
|
2541
2541
|
] });
|
|
2542
2542
|
return /* @__PURE__ */ jsxs31(MyButtonCreate, { form, onSubmit: async () => {
|
|
2543
2543
|
return await baseAxios_default.post("/Role/Create", form.getValues());
|
|
2544
2544
|
}, children: [
|
|
2545
|
-
/* @__PURE__ */ jsx48(
|
|
2546
|
-
/* @__PURE__ */ jsx48(
|
|
2545
|
+
/* @__PURE__ */ jsx48(MyTextInput2, __spreadValues({ label: "M\xE3" }, form.getInputProps("code"))),
|
|
2546
|
+
/* @__PURE__ */ jsx48(MyTextInput2, __spreadValues({ label: "Quy\u1EC1n" }, form.getInputProps("name")))
|
|
2547
2547
|
] });
|
|
2548
2548
|
}
|
|
2549
2549
|
|
|
@@ -2663,7 +2663,7 @@ function FormInput({ form, emailModule }) {
|
|
|
2663
2663
|
var _a, _b;
|
|
2664
2664
|
return /* @__PURE__ */ jsxs33(MyFlexColumn, { children: [
|
|
2665
2665
|
/* @__PURE__ */ jsx52(
|
|
2666
|
-
|
|
2666
|
+
MySelect2,
|
|
2667
2667
|
__spreadProps(__spreadValues({
|
|
2668
2668
|
label: "Ph\xE2n h\u1EC7",
|
|
2669
2669
|
data: emailModule
|
|
@@ -2672,7 +2672,7 @@ function FormInput({ form, emailModule }) {
|
|
|
2672
2672
|
})
|
|
2673
2673
|
),
|
|
2674
2674
|
/* @__PURE__ */ jsx52(
|
|
2675
|
-
|
|
2675
|
+
MyTextInput2,
|
|
2676
2676
|
__spreadValues({
|
|
2677
2677
|
label: "Host mail server"
|
|
2678
2678
|
}, form.getInputProps("hostMailServer"))
|
|
@@ -2690,7 +2690,7 @@ function FormInput({ form, emailModule }) {
|
|
|
2690
2690
|
}, form.getInputProps("incomingPort"))
|
|
2691
2691
|
),
|
|
2692
2692
|
/* @__PURE__ */ jsx52(
|
|
2693
|
-
|
|
2693
|
+
MySelect2,
|
|
2694
2694
|
{
|
|
2695
2695
|
label: "SSL",
|
|
2696
2696
|
data: ["true", "false"],
|
|
@@ -2699,7 +2699,7 @@ function FormInput({ form, emailModule }) {
|
|
|
2699
2699
|
}
|
|
2700
2700
|
),
|
|
2701
2701
|
/* @__PURE__ */ jsx52(
|
|
2702
|
-
|
|
2702
|
+
MyTextInput2,
|
|
2703
2703
|
__spreadValues({
|
|
2704
2704
|
label: "Username"
|
|
2705
2705
|
}, form.getInputProps("userName"))
|
|
@@ -2812,7 +2812,7 @@ function F_core76318_Create({ SecurityTypeId }) {
|
|
|
2812
2812
|
},
|
|
2813
2813
|
children: [
|
|
2814
2814
|
/* @__PURE__ */ jsx55(
|
|
2815
|
-
|
|
2815
|
+
MyTextInput2,
|
|
2816
2816
|
__spreadValues({
|
|
2817
2817
|
withAsterisk: true,
|
|
2818
2818
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
|
@@ -2826,7 +2826,7 @@ function F_core76318_Create({ SecurityTypeId }) {
|
|
|
2826
2826
|
}, form.getInputProps("promulgateDate"))
|
|
2827
2827
|
),
|
|
2828
2828
|
/* @__PURE__ */ jsx55(
|
|
2829
|
-
|
|
2829
|
+
MyTextInput2,
|
|
2830
2830
|
__spreadValues({
|
|
2831
2831
|
withAsterisk: true,
|
|
2832
2832
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -3024,8 +3024,8 @@ function F_documentCategories_Create({ documentType }) {
|
|
|
3024
3024
|
}
|
|
3025
3025
|
});
|
|
3026
3026
|
return /* @__PURE__ */ jsxs38(MyButtonCreate, { objectName: "Lo\u1EA1i v\u0103n b\u1EA3n", form, onSubmit: (values) => service_documentAttribute.create(values), children: [
|
|
3027
|
-
/* @__PURE__ */ jsx60(
|
|
3028
|
-
/* @__PURE__ */ jsx60(
|
|
3027
|
+
/* @__PURE__ */ jsx60(MyTextInput2, __spreadValues({ label: "M\xE3 lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("code"))),
|
|
3028
|
+
/* @__PURE__ */ jsx60(MyTextInput2, __spreadValues({ label: "T\xEAn lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("name")))
|
|
3029
3029
|
] });
|
|
3030
3030
|
}
|
|
3031
3031
|
|
|
@@ -3048,8 +3048,8 @@ function F_documentCategories_Update({ values }) {
|
|
|
3048
3048
|
initialValues: values
|
|
3049
3049
|
});
|
|
3050
3050
|
return /* @__PURE__ */ jsxs39(MyActionIconUpdate, { form, onSubmit: async (values2) => service_documentAttribute.update(values2), children: [
|
|
3051
|
-
/* @__PURE__ */ jsx62(
|
|
3052
|
-
/* @__PURE__ */ jsx62(
|
|
3051
|
+
/* @__PURE__ */ jsx62(MyTextInput2, __spreadValues({ label: "M\xE3 lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("code"))),
|
|
3052
|
+
/* @__PURE__ */ jsx62(MyTextInput2, __spreadValues({ label: "T\xEAn lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("name")))
|
|
3053
3053
|
] });
|
|
3054
3054
|
}
|
|
3055
3055
|
|
|
@@ -3184,7 +3184,7 @@ function F_formTemplateDocs_Create({ FormTypeId }) {
|
|
|
3184
3184
|
},
|
|
3185
3185
|
children: [
|
|
3186
3186
|
/* @__PURE__ */ jsx66(
|
|
3187
|
-
|
|
3187
|
+
MyTextInput2,
|
|
3188
3188
|
__spreadValues({
|
|
3189
3189
|
withAsterisk: true,
|
|
3190
3190
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
|
@@ -3198,7 +3198,7 @@ function F_formTemplateDocs_Create({ FormTypeId }) {
|
|
|
3198
3198
|
}, form.getInputProps("promulgateDate"))
|
|
3199
3199
|
),
|
|
3200
3200
|
/* @__PURE__ */ jsx66(
|
|
3201
|
-
|
|
3201
|
+
MyTextInput2,
|
|
3202
3202
|
__spreadValues({
|
|
3203
3203
|
withAsterisk: true,
|
|
3204
3204
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -3286,7 +3286,7 @@ function F_formTemplateDocs_Update({
|
|
|
3286
3286
|
},
|
|
3287
3287
|
children: [
|
|
3288
3288
|
/* @__PURE__ */ jsx68(
|
|
3289
|
-
|
|
3289
|
+
MyTextInput2,
|
|
3290
3290
|
__spreadValues({
|
|
3291
3291
|
withAsterisk: true,
|
|
3292
3292
|
readOnly: true,
|
|
@@ -3301,7 +3301,7 @@ function F_formTemplateDocs_Update({
|
|
|
3301
3301
|
}, form.getInputProps("promulgateDate"))
|
|
3302
3302
|
),
|
|
3303
3303
|
/* @__PURE__ */ jsx68(
|
|
3304
|
-
|
|
3304
|
+
MyTextInput2,
|
|
3305
3305
|
__spreadValues({
|
|
3306
3306
|
withAsterisk: true,
|
|
3307
3307
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -3508,7 +3508,7 @@ function FormInput2({ form, emailModule }) {
|
|
|
3508
3508
|
var _a, _b;
|
|
3509
3509
|
return /* @__PURE__ */ jsxs46(MyFlexColumn, { children: [
|
|
3510
3510
|
/* @__PURE__ */ jsx71(
|
|
3511
|
-
|
|
3511
|
+
MySelect2,
|
|
3512
3512
|
__spreadProps(__spreadValues({
|
|
3513
3513
|
label: "Ph\xE2n h\u1EC7",
|
|
3514
3514
|
data: emailModule
|
|
@@ -3517,7 +3517,7 @@ function FormInput2({ form, emailModule }) {
|
|
|
3517
3517
|
})
|
|
3518
3518
|
),
|
|
3519
3519
|
/* @__PURE__ */ jsx71(
|
|
3520
|
-
|
|
3520
|
+
MyTextInput2,
|
|
3521
3521
|
__spreadValues({
|
|
3522
3522
|
label: "Host mail server"
|
|
3523
3523
|
}, form.getInputProps("hostMailServer"))
|
|
@@ -3535,7 +3535,7 @@ function FormInput2({ form, emailModule }) {
|
|
|
3535
3535
|
}, form.getInputProps("incomingPort"))
|
|
3536
3536
|
),
|
|
3537
3537
|
/* @__PURE__ */ jsx71(
|
|
3538
|
-
|
|
3538
|
+
MySelect2,
|
|
3539
3539
|
{
|
|
3540
3540
|
label: "SSL",
|
|
3541
3541
|
data: ["true", "false"],
|
|
@@ -3544,7 +3544,7 @@ function FormInput2({ form, emailModule }) {
|
|
|
3544
3544
|
}
|
|
3545
3545
|
),
|
|
3546
3546
|
/* @__PURE__ */ jsx71(
|
|
3547
|
-
|
|
3547
|
+
MyTextInput2,
|
|
3548
3548
|
__spreadValues({
|
|
3549
3549
|
label: "Username"
|
|
3550
3550
|
}, form.getInputProps("userName"))
|
|
@@ -3707,7 +3707,7 @@ function F_moduleConfig_Save({
|
|
|
3707
3707
|
});
|
|
3708
3708
|
}
|
|
3709
3709
|
return /* @__PURE__ */ jsx75(
|
|
3710
|
-
|
|
3710
|
+
MyButton2,
|
|
3711
3711
|
{
|
|
3712
3712
|
disabled: !form.isDirty(),
|
|
3713
3713
|
crudType: "save",
|
|
@@ -3772,11 +3772,11 @@ function F_moduleConfig_Form() {
|
|
|
3772
3772
|
}, []);
|
|
3773
3773
|
return /* @__PURE__ */ jsxs48(Paper5, { p: "md", children: [
|
|
3774
3774
|
/* @__PURE__ */ jsxs48(Grid4, { children: [
|
|
3775
|
-
/* @__PURE__ */ jsx76(Grid4.Col, { span: 5, children: /* @__PURE__ */ jsx76(
|
|
3776
|
-
/* @__PURE__ */ jsx76(Grid4.Col, { span: { base: 12, md: 7 }, children: /* @__PURE__ */ jsx76(
|
|
3777
|
-
/* @__PURE__ */ jsx76(Grid4.Col, { span: 12, children: /* @__PURE__ */ jsx76(
|
|
3778
|
-
/* @__PURE__ */ jsx76(Grid4.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx76(
|
|
3779
|
-
/* @__PURE__ */ jsx76(Grid4.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx76(
|
|
3775
|
+
/* @__PURE__ */ jsx76(Grid4.Col, { span: 5, children: /* @__PURE__ */ jsx76(MyTextInput2, __spreadProps(__spreadValues({}, form.getInputProps("code")), { label: "M\xE3 module", disabled: true })) }),
|
|
3776
|
+
/* @__PURE__ */ jsx76(Grid4.Col, { span: { base: 12, md: 7 }, children: /* @__PURE__ */ jsx76(MyTextInput2, __spreadProps(__spreadValues({}, form.getInputProps("name")), { label: "T\xEAn module" })) }),
|
|
3777
|
+
/* @__PURE__ */ jsx76(Grid4.Col, { span: 12, children: /* @__PURE__ */ jsx76(MyTextInput2, __spreadProps(__spreadValues({}, form.getInputProps("officelName")), { label: "T\xEAn \u0111\u01A1n v\u1ECB ch\u1EE7 qu\u1EA3n" })) }),
|
|
3778
|
+
/* @__PURE__ */ jsx76(Grid4.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx76(MyTextInput2, __spreadProps(__spreadValues({}, form.getInputProps("email")), { label: "Email" })) }),
|
|
3779
|
+
/* @__PURE__ */ jsx76(Grid4.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx76(MyTextInput2, __spreadProps(__spreadValues({ isPhoneNumber: true }, form.getInputProps("phoneNumber")), { label: "S\u1ED1 \u0111i\u1EC7n tho\u1EA1i" })) }),
|
|
3780
3780
|
/* @__PURE__ */ jsx76(Grid4.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx76(
|
|
3781
3781
|
MyDateInput,
|
|
3782
3782
|
{
|
|
@@ -3895,7 +3895,7 @@ function F_organizationPolicyDocs_Create({
|
|
|
3895
3895
|
},
|
|
3896
3896
|
children: [
|
|
3897
3897
|
/* @__PURE__ */ jsx78(
|
|
3898
|
-
|
|
3898
|
+
MyTextInput2,
|
|
3899
3899
|
__spreadValues({
|
|
3900
3900
|
withAsterisk: true,
|
|
3901
3901
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
|
@@ -3909,7 +3909,7 @@ function F_organizationPolicyDocs_Create({
|
|
|
3909
3909
|
}, form.getInputProps("promulgateDate"))
|
|
3910
3910
|
),
|
|
3911
3911
|
/* @__PURE__ */ jsx78(
|
|
3912
|
-
|
|
3912
|
+
MyTextInput2,
|
|
3913
3913
|
__spreadValues({
|
|
3914
3914
|
withAsterisk: true,
|
|
3915
3915
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -3997,7 +3997,7 @@ function F_organizationPolicyDocs_Update({
|
|
|
3997
3997
|
},
|
|
3998
3998
|
children: [
|
|
3999
3999
|
/* @__PURE__ */ jsx80(
|
|
4000
|
-
|
|
4000
|
+
MyTextInput2,
|
|
4001
4001
|
__spreadValues({
|
|
4002
4002
|
withAsterisk: true,
|
|
4003
4003
|
readOnly: true,
|
|
@@ -4012,7 +4012,7 @@ function F_organizationPolicyDocs_Update({
|
|
|
4012
4012
|
}, form.getInputProps("promulgateDate"))
|
|
4013
4013
|
),
|
|
4014
4014
|
/* @__PURE__ */ jsx80(
|
|
4015
|
-
|
|
4015
|
+
MyTextInput2,
|
|
4016
4016
|
__spreadValues({
|
|
4017
4017
|
withAsterisk: true,
|
|
4018
4018
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -4171,13 +4171,13 @@ import { useMemo as useMemo18 } from "react";
|
|
|
4171
4171
|
// src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_DeleteDescription.tsx
|
|
4172
4172
|
import { jsx as jsx83 } from "react/jsx-runtime";
|
|
4173
4173
|
function F_pageContentConfig_DeleteDescription() {
|
|
4174
|
-
return /* @__PURE__ */ jsx83(
|
|
4174
|
+
return /* @__PURE__ */ jsx83(MyButton, { actionType: "delete" });
|
|
4175
4175
|
}
|
|
4176
4176
|
|
|
4177
4177
|
// src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_Export.tsx
|
|
4178
4178
|
import { jsx as jsx84 } from "react/jsx-runtime";
|
|
4179
4179
|
function F_pageContentConfig_Export() {
|
|
4180
|
-
return /* @__PURE__ */ jsx84(
|
|
4180
|
+
return /* @__PURE__ */ jsx84(MyButton, { actionType: "export" });
|
|
4181
4181
|
}
|
|
4182
4182
|
|
|
4183
4183
|
// src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_Save.tsx
|
|
@@ -4189,7 +4189,7 @@ function F_pageContentConfig_Save({ menuValues }) {
|
|
|
4189
4189
|
return service_pageContent.updateList([{ id: 1 }]);
|
|
4190
4190
|
}
|
|
4191
4191
|
});
|
|
4192
|
-
return /* @__PURE__ */ jsx85(
|
|
4192
|
+
return /* @__PURE__ */ jsx85(MyButton, { actionType: "save", onClick: () => updatePageConfigMutation.mutate({}) });
|
|
4193
4193
|
}
|
|
4194
4194
|
|
|
4195
4195
|
// src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_ReadMenu.tsx
|
|
@@ -4241,7 +4241,7 @@ function F_pageContentConfig_ReadMenu({ menudataPrototype }) {
|
|
|
4241
4241
|
accessorKey: "description",
|
|
4242
4242
|
size: device.isPc ? 400 : 0,
|
|
4243
4243
|
Cell: () => {
|
|
4244
|
-
return /* @__PURE__ */ jsx86(
|
|
4244
|
+
return /* @__PURE__ */ jsx86(MyTextInput, { placeholder: "Nh\u1EADp m\xF4 t\u1EA3 menu" });
|
|
4245
4245
|
}
|
|
4246
4246
|
}
|
|
4247
4247
|
], []);
|
|
@@ -4299,9 +4299,9 @@ function F_roleCatalog_Form({ values }) {
|
|
|
4299
4299
|
isActive: form.getValues().isActive == "\u0110ang ho\u1EA1t \u0111\u1ED9ng" ? true : false
|
|
4300
4300
|
}));
|
|
4301
4301
|
}, children: [
|
|
4302
|
-
/* @__PURE__ */ jsx89(
|
|
4303
|
-
/* @__PURE__ */ jsx89(
|
|
4304
|
-
/* @__PURE__ */ jsx89(
|
|
4302
|
+
/* @__PURE__ */ jsx89(MyTextInput2, __spreadValues({ readOnly: true, variant: "filled", label: "M\xE3 nh\xF3m t\xE0i kho\u1EA3n" }, form.getInputProps("code"))),
|
|
4303
|
+
/* @__PURE__ */ jsx89(MyTextInput2, __spreadValues({ label: "T\xEAn nh\xF3m t\xE0i kho\u1EA3n" }, form.getInputProps("name"))),
|
|
4304
|
+
/* @__PURE__ */ jsx89(MySelect, __spreadValues({ label: "Tr\u1EA1ng th\xE1i nh\xF3m t\xE0i kho\u1EA3n", data: ["\u0110ang ho\u1EA1t \u0111\u1ED9ng", "Kh\xF3a t\xE0i kho\u1EA3n"] }, form.getInputProps("isActive"))),
|
|
4305
4305
|
/* @__PURE__ */ jsx89(Textarea3, __spreadValues({ label: "Ghi ch\xFA" }, form.getInputProps("note")))
|
|
4306
4306
|
] });
|
|
4307
4307
|
return /* @__PURE__ */ jsxs54(MyButtonCreate, { modalSize: "80%", form, onSubmit: async () => {
|
|
@@ -4309,9 +4309,9 @@ function F_roleCatalog_Form({ values }) {
|
|
|
4309
4309
|
isActive: form.getValues().isActive == "\u0110ang ho\u1EA1t \u0111\u1ED9ng" ? true : false
|
|
4310
4310
|
}));
|
|
4311
4311
|
}, children: [
|
|
4312
|
-
/* @__PURE__ */ jsx89(
|
|
4313
|
-
/* @__PURE__ */ jsx89(
|
|
4314
|
-
/* @__PURE__ */ jsx89(
|
|
4312
|
+
/* @__PURE__ */ jsx89(MyTextInput2, __spreadValues({ label: "M\xE3 nh\xF3m t\xE0i kho\u1EA3n" }, form.getInputProps("code"))),
|
|
4313
|
+
/* @__PURE__ */ jsx89(MyTextInput2, __spreadValues({ label: "T\xEAn nh\xF3m t\xE0i kho\u1EA3n" }, form.getInputProps("name"))),
|
|
4314
|
+
/* @__PURE__ */ jsx89(MySelect, __spreadValues({ label: "Tr\u1EA1ng th\xE1i nh\xF3m t\xE0i kho\u1EA3n", data: ["\u0110ang ho\u1EA1t \u0111\u1ED9ng", "Kh\xF3a t\xE0i kho\u1EA3n"] }, form.getInputProps("isActive"))),
|
|
4315
4315
|
/* @__PURE__ */ jsx89(Textarea3, __spreadValues({ label: "Ghi ch\xFA" }, form.getInputProps("note")))
|
|
4316
4316
|
] });
|
|
4317
4317
|
}
|
|
@@ -4504,11 +4504,11 @@ function UseCase_RoleCreate({
|
|
|
4504
4504
|
onSubmit
|
|
4505
4505
|
}) {
|
|
4506
4506
|
return /* @__PURE__ */ jsx95("form", { onSubmit: form.onSubmit(onSubmit), children: /* @__PURE__ */ jsxs56(Stack4, { children: [
|
|
4507
|
-
/* @__PURE__ */ jsx95(
|
|
4508
|
-
/* @__PURE__ */ jsx95(
|
|
4509
|
-
/* @__PURE__ */ jsx95(
|
|
4510
|
-
/* @__PURE__ */ jsx95(
|
|
4511
|
-
/* @__PURE__ */ jsx95(
|
|
4507
|
+
/* @__PURE__ */ jsx95(MyTextInput, __spreadValues({ label: "M\xE3 nh\xF3m t\xE0i kho\u1EA3n" }, form.getInputProps("code"))),
|
|
4508
|
+
/* @__PURE__ */ jsx95(MyTextInput, __spreadValues({ label: "T\xEAn nh\xF3m t\xE0i kho\u1EA3n" }, form.getInputProps("name"))),
|
|
4509
|
+
/* @__PURE__ */ jsx95(MyTextInput, __spreadValues({ label: "Tr\u1EA1ng th\xE1i t\xE0i kho\u1EA3n" }, form.getInputProps("status"))),
|
|
4510
|
+
/* @__PURE__ */ jsx95(MyTextInput, __spreadValues({ label: "Ghi ch\xFA" }, form.getInputProps("note"))),
|
|
4511
|
+
/* @__PURE__ */ jsx95(MyButton, { actionType: "save" })
|
|
4512
4512
|
] }) });
|
|
4513
4513
|
}
|
|
4514
4514
|
|
|
@@ -4617,7 +4617,7 @@ function Adapter_UserAddToRole() {
|
|
|
4617
4617
|
const disc = useDisclosure2();
|
|
4618
4618
|
const userSelectedId = useState7({});
|
|
4619
4619
|
return /* @__PURE__ */ jsx99(
|
|
4620
|
-
|
|
4620
|
+
MyButtonModal,
|
|
4621
4621
|
{
|
|
4622
4622
|
disclosure: disc,
|
|
4623
4623
|
buttonProps: { actionType: "create" },
|
|
@@ -4629,7 +4629,7 @@ function Adapter_UserAddToRole() {
|
|
|
4629
4629
|
state: { rowSelection: userSelectedId[0] },
|
|
4630
4630
|
onRowSelectionChange: userSelectedId[1],
|
|
4631
4631
|
getRowId: (row) => row.id,
|
|
4632
|
-
renderTopToolbarCustomActions: () => /* @__PURE__ */ jsx99(
|
|
4632
|
+
renderTopToolbarCustomActions: () => /* @__PURE__ */ jsx99(MyButton, { actionType: "select", onClick: () => console.log(userSelectedId[0]) })
|
|
4633
4633
|
}
|
|
4634
4634
|
)
|
|
4635
4635
|
}
|
|
@@ -4650,7 +4650,7 @@ import { jsx as jsx101, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
|
4650
4650
|
function Feat_CreateUpdateRole({ values }) {
|
|
4651
4651
|
const disc = useDisclosure3();
|
|
4652
4652
|
return /* @__PURE__ */ jsx101(
|
|
4653
|
-
|
|
4653
|
+
MyButtonModal,
|
|
4654
4654
|
{
|
|
4655
4655
|
disclosure: disc,
|
|
4656
4656
|
buttonProps: { actionType: "create" },
|
|
@@ -4733,7 +4733,7 @@ function F_securityPolicyDocs_Create({ SecurityTypeId }) {
|
|
|
4733
4733
|
},
|
|
4734
4734
|
children: [
|
|
4735
4735
|
/* @__PURE__ */ jsx103(
|
|
4736
|
-
|
|
4736
|
+
MyTextInput2,
|
|
4737
4737
|
__spreadValues({
|
|
4738
4738
|
withAsterisk: true,
|
|
4739
4739
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
|
@@ -4747,7 +4747,7 @@ function F_securityPolicyDocs_Create({ SecurityTypeId }) {
|
|
|
4747
4747
|
}, form.getInputProps("promulgateDate"))
|
|
4748
4748
|
),
|
|
4749
4749
|
/* @__PURE__ */ jsx103(
|
|
4750
|
-
|
|
4750
|
+
MyTextInput2,
|
|
4751
4751
|
__spreadValues({
|
|
4752
4752
|
withAsterisk: true,
|
|
4753
4753
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -4951,20 +4951,20 @@ function F_systemUpdateDocs_Create({
|
|
|
4951
4951
|
}, form.getInputProps("meetingDate"))
|
|
4952
4952
|
),
|
|
4953
4953
|
/* @__PURE__ */ jsx108(
|
|
4954
|
-
|
|
4954
|
+
MyTextInput2,
|
|
4955
4955
|
__spreadValues({
|
|
4956
4956
|
withAsterisk: true,
|
|
4957
4957
|
label: "\u0110\u01A1n v\u1ECB y\xEAu c\u1EA7u"
|
|
4958
4958
|
}, form.getInputProps("departmentName"))
|
|
4959
4959
|
),
|
|
4960
4960
|
/* @__PURE__ */ jsx108(
|
|
4961
|
-
|
|
4961
|
+
MyTextInput2,
|
|
4962
4962
|
__spreadValues({
|
|
4963
4963
|
withAsterisk: true,
|
|
4964
4964
|
label: "N\u1ED9i dung c\u1EA3i ti\u1EBFn"
|
|
4965
4965
|
}, form.getInputProps("description"))
|
|
4966
4966
|
),
|
|
4967
|
-
/* @__PURE__ */ jsx108(
|
|
4967
|
+
/* @__PURE__ */ jsx108(MyTextInput2, __spreadValues({ label: "K\u1EBFt lu\u1EADn" }, form.getInputProps("conclusion"))),
|
|
4968
4968
|
/* @__PURE__ */ jsx108(
|
|
4969
4969
|
MyDateInput,
|
|
4970
4970
|
__spreadValues({
|
|
@@ -5053,20 +5053,20 @@ function F_systemUpdateDocs_Update({ values }) {
|
|
|
5053
5053
|
}, form.getInputProps("meetingDate"))
|
|
5054
5054
|
),
|
|
5055
5055
|
/* @__PURE__ */ jsx110(
|
|
5056
|
-
|
|
5056
|
+
MyTextInput2,
|
|
5057
5057
|
__spreadValues({
|
|
5058
5058
|
withAsterisk: true,
|
|
5059
5059
|
label: "\u0110\u01A1n v\u1ECB y\xEAu c\u1EA7u"
|
|
5060
5060
|
}, form.getInputProps("departmentName"))
|
|
5061
5061
|
),
|
|
5062
5062
|
/* @__PURE__ */ jsx110(
|
|
5063
|
-
|
|
5063
|
+
MyTextInput2,
|
|
5064
5064
|
__spreadValues({
|
|
5065
5065
|
withAsterisk: true,
|
|
5066
5066
|
label: "N\u1ED9i dung c\u1EA3i ti\u1EBFn"
|
|
5067
5067
|
}, form.getInputProps("description"))
|
|
5068
5068
|
),
|
|
5069
|
-
/* @__PURE__ */ jsx110(
|
|
5069
|
+
/* @__PURE__ */ jsx110(MyTextInput2, __spreadValues({ label: "K\u1EBFt lu\u1EADn" }, form.getInputProps("conclusion"))),
|
|
5070
5070
|
/* @__PURE__ */ jsx110(
|
|
5071
5071
|
MyDateInput,
|
|
5072
5072
|
__spreadValues({
|
|
@@ -5183,14 +5183,14 @@ function F_userGuideDocs_Create({ GuidelineTypeId }) {
|
|
|
5183
5183
|
},
|
|
5184
5184
|
children: [
|
|
5185
5185
|
/* @__PURE__ */ jsx112(
|
|
5186
|
-
|
|
5186
|
+
MyTextInput2,
|
|
5187
5187
|
__spreadValues({
|
|
5188
5188
|
withAsterisk: true,
|
|
5189
5189
|
label: "M\xE3 t\xE0i li\u1EC7u"
|
|
5190
5190
|
}, form.getInputProps("code"))
|
|
5191
5191
|
),
|
|
5192
5192
|
/* @__PURE__ */ jsx112(
|
|
5193
|
-
|
|
5193
|
+
MyTextInput2,
|
|
5194
5194
|
__spreadValues({
|
|
5195
5195
|
withAsterisk: true,
|
|
5196
5196
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -5256,7 +5256,7 @@ function F_userGuideDocs_Update({ values }) {
|
|
|
5256
5256
|
},
|
|
5257
5257
|
children: [
|
|
5258
5258
|
/* @__PURE__ */ jsx114(
|
|
5259
|
-
|
|
5259
|
+
MyTextInput2,
|
|
5260
5260
|
__spreadValues({
|
|
5261
5261
|
withAsterisk: true,
|
|
5262
5262
|
readOnly: true,
|
|
@@ -5264,7 +5264,7 @@ function F_userGuideDocs_Update({ values }) {
|
|
|
5264
5264
|
}, form.getInputProps("code"))
|
|
5265
5265
|
),
|
|
5266
5266
|
/* @__PURE__ */ jsx114(
|
|
5267
|
-
|
|
5267
|
+
MyTextInput2,
|
|
5268
5268
|
__spreadValues({
|
|
5269
5269
|
withAsterisk: true,
|
|
5270
5270
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -5372,7 +5372,7 @@ function F_workflowProcessDocs_Create({
|
|
|
5372
5372
|
},
|
|
5373
5373
|
children: [
|
|
5374
5374
|
/* @__PURE__ */ jsx117(
|
|
5375
|
-
|
|
5375
|
+
MyTextInput2,
|
|
5376
5376
|
__spreadValues({
|
|
5377
5377
|
withAsterisk: true,
|
|
5378
5378
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
|
@@ -5386,7 +5386,7 @@ function F_workflowProcessDocs_Create({
|
|
|
5386
5386
|
}, form.getInputProps("promulgateDate"))
|
|
5387
5387
|
),
|
|
5388
5388
|
/* @__PURE__ */ jsx117(
|
|
5389
|
-
|
|
5389
|
+
MyTextInput2,
|
|
5390
5390
|
__spreadValues({
|
|
5391
5391
|
withAsterisk: true,
|
|
5392
5392
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -5474,7 +5474,7 @@ function F_workflowProcessDocs_Update({
|
|
|
5474
5474
|
},
|
|
5475
5475
|
children: [
|
|
5476
5476
|
/* @__PURE__ */ jsx119(
|
|
5477
|
-
|
|
5477
|
+
MyTextInput2,
|
|
5478
5478
|
__spreadValues({
|
|
5479
5479
|
withAsterisk: true,
|
|
5480
5480
|
readOnly: true,
|
|
@@ -5489,7 +5489,7 @@ function F_workflowProcessDocs_Update({
|
|
|
5489
5489
|
}, form.getInputProps("promulgateDate"))
|
|
5490
5490
|
),
|
|
5491
5491
|
/* @__PURE__ */ jsx119(
|
|
5492
|
-
|
|
5492
|
+
MyTextInput2,
|
|
5493
5493
|
__spreadValues({
|
|
5494
5494
|
withAsterisk: true,
|
|
5495
5495
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
|
@@ -5827,6 +5827,72 @@ function useM_Account_Sigin() {
|
|
|
5827
5827
|
});
|
|
5828
5828
|
return mutation;
|
|
5829
5829
|
}
|
|
5830
|
+
|
|
5831
|
+
// src/modules-features/authenticate/tokenExpired/Feat_TokenExpired.tsx
|
|
5832
|
+
import { Button as Button4, Card, CardSection, Center as Center4, Text as Text3, Title as Title2 } from "@mantine/core";
|
|
5833
|
+
import { Clock, LogIn, Shield } from "lucide-react";
|
|
5834
|
+
import { jsx as jsx124, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
5835
|
+
function Feat_TokenExpired({
|
|
5836
|
+
loginRedirect = "/auth/login"
|
|
5837
|
+
}) {
|
|
5838
|
+
const handleLogin = () => {
|
|
5839
|
+
window.location.href = loginRedirect;
|
|
5840
|
+
};
|
|
5841
|
+
return /* @__PURE__ */ jsx124("div", { className: "min-h-screen flex items-center justify-center bg-gradient-to-br from-blue-50 via-indigo-50 to-purple-50 px-4 py-8", children: /* @__PURE__ */ jsxs73("div", { className: "w-full max-w-md", children: [
|
|
5842
|
+
/* @__PURE__ */ jsxs73("div", { className: "absolute inset-0 overflow-hidden pointer-events-none", children: [
|
|
5843
|
+
/* @__PURE__ */ jsx124("div", { className: "absolute -top-40 -right-40 w-80 h-80 bg-gradient-to-br from-blue-200/30 to-purple-200/30 rounded-full blur-3xl" }),
|
|
5844
|
+
/* @__PURE__ */ jsx124("div", { className: "absolute -bottom-40 -left-40 w-80 h-80 bg-gradient-to-tr from-indigo-200/30 to-pink-200/30 rounded-full blur-3xl" })
|
|
5845
|
+
] }),
|
|
5846
|
+
/* @__PURE__ */ jsxs73(Card, { className: "relative backdrop-blur-sm bg-white/80 border-0 shadow-2xl shadow-blue-500/10 py-12 px-8 rounded-xl", children: [
|
|
5847
|
+
/* @__PURE__ */ jsxs73(CardSection, { className: "text-center space-y-6 pb-8", children: [
|
|
5848
|
+
/* @__PURE__ */ jsx124("div", { className: "relative", children: /* @__PURE__ */ jsx124(Center4, { children: /* @__PURE__ */ jsx124("div", { className: "w-20 h-20 bg-gradient-to-br from-orange-400 to-red-500 rounded-full flex items-center justify-center shadow-lg shadow-orange-500/25 animate-pulse", children: /* @__PURE__ */ jsx124(Clock, { className: "w-10 h-10 text-white" }) }) }) }),
|
|
5849
|
+
/* @__PURE__ */ jsxs73("div", { className: "space-y-3", children: [
|
|
5850
|
+
/* @__PURE__ */ jsx124(Title2, { className: "text-3xl font-bold bg-gradient-to-r from-gray-800 to-gray-600 bg-clip-text text-transparent", children: "Phi\xEAn \u0111\u0103ng nh\u1EADp \u0111\xE3 h\u1EBFt h\u1EA1n" }),
|
|
5851
|
+
/* @__PURE__ */ jsxs73(Text3, { className: "text-gray-600 text-base leading-relaxed px-2", children: [
|
|
5852
|
+
"Phi\xEAn l\xE0m vi\u1EC7c c\u1EE7a b\u1EA1n \u0111\xE3 h\u1EBFt h\u1EA1n v\xEC l\xFD do b\u1EA3o m\u1EADt.",
|
|
5853
|
+
/* @__PURE__ */ jsx124("br", {}),
|
|
5854
|
+
"Vui l\xF2ng \u0111\u0103ng nh\u1EADp l\u1EA1i \u0111\u1EC3 ti\u1EBFp t\u1EE5c s\u1EED d\u1EE5ng d\u1ECBch v\u1EE5."
|
|
5855
|
+
] })
|
|
5856
|
+
] })
|
|
5857
|
+
] }),
|
|
5858
|
+
/* @__PURE__ */ jsxs73(CardSection, { className: "space-y-6 pt-0", children: [
|
|
5859
|
+
/* @__PURE__ */ jsxs73(
|
|
5860
|
+
Button4,
|
|
5861
|
+
{
|
|
5862
|
+
onClick: handleLogin,
|
|
5863
|
+
className: "w-full h-12 bg-gradient-to-r from-blue-600 to-indigo-600 hover:from-blue-700 hover:to-indigo-700 text-white font-semibold rounded-xl shadow-lg shadow-blue-500/25 transition-all duration-300 hover:shadow-xl hover:shadow-blue-500/30 hover:scale-[1.02]",
|
|
5864
|
+
size: "lg",
|
|
5865
|
+
children: [
|
|
5866
|
+
/* @__PURE__ */ jsx124(LogIn, { className: "w-5 h-5 mr-2" }),
|
|
5867
|
+
"\u0110\u0103ng nh\u1EADp l\u1EA1i"
|
|
5868
|
+
]
|
|
5869
|
+
}
|
|
5870
|
+
),
|
|
5871
|
+
/* @__PURE__ */ jsx124("div", { className: "bg-gradient-to-r from-gray-50 to-blue-50 rounded-xl p-4 border border-gray-100", children: /* @__PURE__ */ jsxs73("div", { className: "text-center space-y-2", children: [
|
|
5872
|
+
/* @__PURE__ */ jsx124("p", { className: "text-sm font-medium text-gray-700", children: "C\u1EA7n h\u1ED7 tr\u1EE3?" }),
|
|
5873
|
+
/* @__PURE__ */ jsxs73("p", { className: "text-sm text-gray-600", children: [
|
|
5874
|
+
"Li\xEAn h\u1EC7",
|
|
5875
|
+
" ",
|
|
5876
|
+
/* @__PURE__ */ jsx124(
|
|
5877
|
+
"a",
|
|
5878
|
+
{
|
|
5879
|
+
href: "/support",
|
|
5880
|
+
className: "font-semibold text-blue-600 hover:text-blue-700 transition-colors duration-200 hover:underline",
|
|
5881
|
+
children: "\u0111\u1ED9i ng\u0169 h\u1ED7 tr\u1EE3"
|
|
5882
|
+
}
|
|
5883
|
+
),
|
|
5884
|
+
" ",
|
|
5885
|
+
"c\u1EE7a ch\xFAng t\xF4i"
|
|
5886
|
+
] })
|
|
5887
|
+
] }) }),
|
|
5888
|
+
/* @__PURE__ */ jsx124("div", { className: "text-center", children: /* @__PURE__ */ jsxs73("p", { className: "text-xs text-gray-500 flex items-center justify-center gap-1", children: [
|
|
5889
|
+
/* @__PURE__ */ jsx124(Shield, { className: "w-3 h-3" }),
|
|
5890
|
+
"B\u1EA3o m\u1EADt t\xE0i kho\u1EA3n \u0111\u01B0\u1EE3c \u01B0u ti\xEAn h\xE0ng \u0111\u1EA7u"
|
|
5891
|
+
] }) })
|
|
5892
|
+
] })
|
|
5893
|
+
] })
|
|
5894
|
+
] }) });
|
|
5895
|
+
}
|
|
5830
5896
|
export {
|
|
5831
5897
|
F_accountManagement,
|
|
5832
5898
|
F_accountManagement_ChangePermission,
|
|
@@ -5923,6 +5989,7 @@ export {
|
|
|
5923
5989
|
F_workflowProcessDocs_Read,
|
|
5924
5990
|
F_workflowProcessDocs_Update,
|
|
5925
5991
|
Feat_RoleManagement,
|
|
5992
|
+
Feat_TokenExpired,
|
|
5926
5993
|
Feat_accessControl,
|
|
5927
5994
|
Feat_accessControlLevel,
|
|
5928
5995
|
useS_authenticate,
|
package/dist/utils/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"types": "./dist/types/index.d.mts"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"version": "0.1.
|
|
53
|
+
"version": "0.1.590",
|
|
54
54
|
"private": false,
|
|
55
55
|
"files": [
|
|
56
56
|
"dist"
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
"json-server": "^1.0.0-beta.3",
|
|
122
122
|
"ldrs": "^1.0.2",
|
|
123
123
|
"lodash.debounce": "^4.0.8",
|
|
124
|
+
"lucide-react": "^0.534.0",
|
|
124
125
|
"mantine-react-table": "^2.0.0-beta.7",
|
|
125
126
|
"next": "15.0.3",
|
|
126
127
|
"pako": "^2.1.0",
|
|
@@ -401,7 +401,6 @@ var utils_validator_validateCode = (value) => {
|
|
|
401
401
|
};
|
|
402
402
|
|
|
403
403
|
export {
|
|
404
|
-
utils_pdf_download,
|
|
405
404
|
utils_aq_mapBaseEntityToDomain,
|
|
406
405
|
utils_aq_mapDomainToEntity,
|
|
407
406
|
utils_config_getENV,
|
|
@@ -424,6 +423,7 @@ export {
|
|
|
424
423
|
utils_list_sumField,
|
|
425
424
|
utils_mantineReactTable_filterColumnsByVisibleKeys,
|
|
426
425
|
utils_mantineReactTable_sortColumnsByKeyOrder,
|
|
426
|
+
utils_pdf_download,
|
|
427
427
|
utils_reactQuery_updateListItemInQuery,
|
|
428
428
|
utils_text_getNormalizedTextFromHtml,
|
|
429
429
|
utils_time_convertTimeStringToSeconds,
|