aq-fe-framework 0.1.442 → 0.1.444
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.
@@ -387,7 +387,7 @@ function MyInfoBox({ title, data, paperProps }) {
|
|
387
387
|
return /* @__PURE__ */ jsx7(Paper, __spreadProps(__spreadValues({ withBorder: true, shadow: "xs", radius: "md", p: "md", bg: const_object_colors.mantineBackgroundBlueLight }, paperProps), { children: /* @__PURE__ */ jsxs3(Stack, { children: [
|
388
388
|
title && /* @__PURE__ */ jsx7(Text, { fw: 600, size: "sm", children: title }),
|
389
389
|
data.map((item, index) => /* @__PURE__ */ jsxs3(Group, { justify: "space-between", children: [
|
390
|
-
/* @__PURE__ */ jsx7(Text, { size: "sm", fw: 500, children: item.label }),
|
390
|
+
/* @__PURE__ */ jsx7(Text, { size: "sm", fw: 500, c: "dimmed", children: item.label }),
|
391
391
|
/* @__PURE__ */ jsx7(Text, { size: "sm", fw: 500, children: item.value })
|
392
392
|
] }, index))
|
393
393
|
] }) }));
|
package/dist/core/index.mjs
CHANGED
@@ -14,9 +14,9 @@ import {
|
|
14
14
|
MyStatsCard,
|
15
15
|
MyTextInput,
|
16
16
|
MyWeeklySessionSchedulerPicker
|
17
|
-
} from "../chunk-
|
18
|
-
import "../chunk-RZBHPPQT.mjs";
|
17
|
+
} from "../chunk-YSIPY7DY.mjs";
|
19
18
|
import "../chunk-GFEMKKFH.mjs";
|
19
|
+
import "../chunk-RZBHPPQT.mjs";
|
20
20
|
import "../chunk-OMJJAHOC.mjs";
|
21
21
|
import "../chunk-K6S7R6LU.mjs";
|
22
22
|
import "../chunk-PRN7KYPD.mjs";
|
@@ -11,12 +11,20 @@ import {
|
|
11
11
|
import {
|
12
12
|
U0DateToDDMMYYYString
|
13
13
|
} from "../chunk-EWDS5IOF.mjs";
|
14
|
+
import {
|
15
|
+
MyButton,
|
16
|
+
MyDataTableSelectOne,
|
17
|
+
MyTextInput
|
18
|
+
} from "../chunk-YSIPY7DY.mjs";
|
19
|
+
import {
|
20
|
+
const_object_documentTypes
|
21
|
+
} from "../chunk-GFEMKKFH.mjs";
|
14
22
|
import {
|
15
23
|
F_authenticate_Logout,
|
16
24
|
MyActionIconDelete,
|
17
25
|
MyActionIconUpdate,
|
18
26
|
MyBoxesBackground,
|
19
|
-
MyButton,
|
27
|
+
MyButton as MyButton2,
|
20
28
|
MyButtonCreate,
|
21
29
|
MyButtonModal,
|
22
30
|
MyButtonViewPDF,
|
@@ -29,7 +37,7 @@ import {
|
|
29
37
|
MyPageContent,
|
30
38
|
MySelect,
|
31
39
|
MyTab,
|
32
|
-
MyTextInput,
|
40
|
+
MyTextInput as MyTextInput2,
|
33
41
|
groupToTwoLevels,
|
34
42
|
useS_authenticate,
|
35
43
|
utils_layout_getItemsWithoutLinks
|
@@ -38,19 +46,11 @@ import {
|
|
38
46
|
createGenericStore
|
39
47
|
} from "../chunk-Y3YGC5IH.mjs";
|
40
48
|
import "../chunk-5U2JSHSJ.mjs";
|
41
|
-
import {
|
42
|
-
MyButton as MyButton2,
|
43
|
-
MyDataTableSelectOne,
|
44
|
-
MyTextInput as MyTextInput2
|
45
|
-
} from "../chunk-EOQ32E5F.mjs";
|
46
49
|
import {
|
47
50
|
MyDataTable,
|
48
51
|
MyFlexColumn,
|
49
52
|
MyFlexRow
|
50
53
|
} from "../chunk-RZBHPPQT.mjs";
|
51
|
-
import {
|
52
|
-
const_object_documentTypes
|
53
|
-
} from "../chunk-GFEMKKFH.mjs";
|
54
54
|
import {
|
55
55
|
const_object_colors
|
56
56
|
} from "../chunk-OMJJAHOC.mjs";
|
@@ -468,7 +468,7 @@ function F_accessControl_Save() {
|
|
468
468
|
}
|
469
469
|
disable[1](false);
|
470
470
|
}, [store.state.rolePermissions]);
|
471
|
-
return /* @__PURE__ */ jsx3(
|
471
|
+
return /* @__PURE__ */ jsx3(MyButton2, { disabled: disable[0], crudType: "save", onClick: handleSave });
|
472
472
|
}
|
473
473
|
|
474
474
|
// src/modules-features/admin/core/accessControl/F_accessControl.tsx
|
@@ -833,7 +833,7 @@ function F_accessControlLevel_Save() {
|
|
833
833
|
}
|
834
834
|
disable[1](false);
|
835
835
|
}, [store.state.rolePermissions]);
|
836
|
-
return /* @__PURE__ */ jsx7(
|
836
|
+
return /* @__PURE__ */ jsx7(MyButton2, { disabled: disable[0], crudType: "save", onClick: handleSave });
|
837
837
|
}
|
838
838
|
|
839
839
|
// src/modules-features/admin/core/accessControlLevel/F_accessControlLevel.tsx
|
@@ -1040,11 +1040,11 @@ function F_accountManagement_Create() {
|
|
1040
1040
|
}));
|
1041
1041
|
}
|
1042
1042
|
return /* @__PURE__ */ jsxs6(MyButtonCreate, { form, onSubmit: handleSubmit, objectName: "ng\u01B0\u1EDDi d\xF9ng", children: [
|
1043
|
-
/* @__PURE__ */ jsx10(
|
1043
|
+
/* @__PURE__ */ jsx10(MyTextInput2, __spreadValues({ label: "T\xEAn t\xE0i kho\u1EA3n" }, form.getInputProps("userName"))),
|
1044
1044
|
/* @__PURE__ */ jsx10(PasswordInput, __spreadValues({ label: "M\u1EADt kh\u1EA9u" }, form.getInputProps("password"))),
|
1045
|
-
/* @__PURE__ */ jsx10(
|
1046
|
-
/* @__PURE__ */ jsx10(
|
1047
|
-
/* @__PURE__ */ jsx10(
|
1045
|
+
/* @__PURE__ */ jsx10(MyTextInput2, __spreadValues({ label: "H\u1ECD v\xE0 t\xEAn" }, form.getInputProps("fullName"))),
|
1046
|
+
/* @__PURE__ */ jsx10(MyTextInput2, __spreadValues({ label: "Email" }, form.getInputProps("email"))),
|
1047
|
+
/* @__PURE__ */ jsx10(MyTextInput2, __spreadValues({ label: "S\u1ED1 \u0111i\u1EC7n tho\u1EA1i" }, form.getInputProps("phoneNumber"))),
|
1048
1048
|
skillCenter_getAll_query.data && store.state.isRequireSkillCenter == true && /* @__PURE__ */ jsx10(
|
1049
1049
|
MultiSelect,
|
1050
1050
|
{
|
@@ -1123,10 +1123,10 @@ function F_accountManagement_Update({ user }) {
|
|
1123
1123
|
})
|
1124
1124
|
);
|
1125
1125
|
}, children: /* @__PURE__ */ jsxs7(MyFlexColumn, { children: [
|
1126
|
-
/* @__PURE__ */ jsx12(
|
1127
|
-
/* @__PURE__ */ jsx12(
|
1128
|
-
/* @__PURE__ */ jsx12(
|
1129
|
-
/* @__PURE__ */ jsx12(
|
1126
|
+
/* @__PURE__ */ jsx12(MyTextInput2, __spreadValues({ disabled: true, label: "T\xEAn t\xE0i kho\u1EA3n" }, form.getInputProps("userName"))),
|
1127
|
+
/* @__PURE__ */ jsx12(MyTextInput2, __spreadValues({ label: "H\u1ECD v\xE0 t\xEAn" }, form.getInputProps("fullName"))),
|
1128
|
+
/* @__PURE__ */ jsx12(MyTextInput2, __spreadValues({ label: "Email" }, form.getInputProps("email"))),
|
1129
|
+
/* @__PURE__ */ jsx12(MyTextInput2, __spreadValues({ label: "S\u1ED1 \u0111i\u1EC7n tho\u1EA1i" }, form.getInputProps("phoneNumber"))),
|
1130
1130
|
skillCenter_getAll_query.data && store.state.isRequireSkillCenter == true && /* @__PURE__ */ jsx12(
|
1131
1131
|
MultiSelect2,
|
1132
1132
|
{
|
@@ -1384,7 +1384,7 @@ function F_core12196_Update({
|
|
1384
1384
|
},
|
1385
1385
|
children: [
|
1386
1386
|
/* @__PURE__ */ jsx17(
|
1387
|
-
|
1387
|
+
MyTextInput2,
|
1388
1388
|
__spreadValues({
|
1389
1389
|
withAsterisk: true,
|
1390
1390
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
@@ -1398,7 +1398,7 @@ function F_core12196_Update({
|
|
1398
1398
|
}, form.getInputProps("promulgateDate"))
|
1399
1399
|
),
|
1400
1400
|
/* @__PURE__ */ jsx17(
|
1401
|
-
|
1401
|
+
MyTextInput2,
|
1402
1402
|
__spreadValues({
|
1403
1403
|
withAsterisk: true,
|
1404
1404
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -1567,7 +1567,7 @@ function F_core12196_Create({ FormTypeId }) {
|
|
1567
1567
|
},
|
1568
1568
|
children: [
|
1569
1569
|
/* @__PURE__ */ jsx19(
|
1570
|
-
|
1570
|
+
MyTextInput2,
|
1571
1571
|
__spreadValues({
|
1572
1572
|
withAsterisk: true,
|
1573
1573
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
@@ -1581,7 +1581,7 @@ function F_core12196_Create({ FormTypeId }) {
|
|
1581
1581
|
}, form.getInputProps("promulgateDate"))
|
1582
1582
|
),
|
1583
1583
|
/* @__PURE__ */ jsx19(
|
1584
|
-
|
1584
|
+
MyTextInput2,
|
1585
1585
|
__spreadValues({
|
1586
1586
|
withAsterisk: true,
|
1587
1587
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -1669,20 +1669,20 @@ function F_core16209_Create({
|
|
1669
1669
|
}, form.getInputProps("meetingDate"))
|
1670
1670
|
),
|
1671
1671
|
/* @__PURE__ */ jsx21(
|
1672
|
-
|
1672
|
+
MyTextInput2,
|
1673
1673
|
__spreadValues({
|
1674
1674
|
withAsterisk: true,
|
1675
1675
|
label: "\u0110\u01A1n v\u1ECB y\xEAu c\u1EA7u"
|
1676
1676
|
}, form.getInputProps("departmentName"))
|
1677
1677
|
),
|
1678
1678
|
/* @__PURE__ */ jsx21(
|
1679
|
-
|
1679
|
+
MyTextInput2,
|
1680
1680
|
__spreadValues({
|
1681
1681
|
withAsterisk: true,
|
1682
1682
|
label: "N\u1ED9i dung c\u1EA3i ti\u1EBFn"
|
1683
1683
|
}, form.getInputProps("description"))
|
1684
1684
|
),
|
1685
|
-
/* @__PURE__ */ jsx21(
|
1685
|
+
/* @__PURE__ */ jsx21(MyTextInput2, __spreadValues({ label: "K\u1EBFt lu\u1EADn" }, form.getInputProps("conclusion"))),
|
1686
1686
|
/* @__PURE__ */ jsx21(
|
1687
1687
|
MyDateInput,
|
1688
1688
|
__spreadValues({
|
@@ -1770,20 +1770,20 @@ function F_core16209_Update({ values }) {
|
|
1770
1770
|
}, form.getInputProps("meetingDate"))
|
1771
1771
|
),
|
1772
1772
|
/* @__PURE__ */ jsx23(
|
1773
|
-
|
1773
|
+
MyTextInput2,
|
1774
1774
|
__spreadValues({
|
1775
1775
|
withAsterisk: true,
|
1776
1776
|
label: "\u0110\u01A1n v\u1ECB y\xEAu c\u1EA7u"
|
1777
1777
|
}, form.getInputProps("departmentName"))
|
1778
1778
|
),
|
1779
1779
|
/* @__PURE__ */ jsx23(
|
1780
|
-
|
1780
|
+
MyTextInput2,
|
1781
1781
|
__spreadValues({
|
1782
1782
|
withAsterisk: true,
|
1783
1783
|
label: "N\u1ED9i dung c\u1EA3i ti\u1EBFn"
|
1784
1784
|
}, form.getInputProps("description"))
|
1785
1785
|
),
|
1786
|
-
/* @__PURE__ */ jsx23(
|
1786
|
+
/* @__PURE__ */ jsx23(MyTextInput2, __spreadValues({ label: "K\u1EBFt lu\u1EADn" }, form.getInputProps("conclusion"))),
|
1787
1787
|
/* @__PURE__ */ jsx23(
|
1788
1788
|
MyDateInput,
|
1789
1789
|
__spreadValues({
|
@@ -1899,8 +1899,8 @@ function F_core18256_Create({ documentType }) {
|
|
1899
1899
|
}
|
1900
1900
|
});
|
1901
1901
|
return /* @__PURE__ */ jsxs16(MyButtonCreate, { objectName: "Lo\u1EA1i v\u0103n b\u1EA3n", form, onSubmit: (values) => baseAxios_default.post("/DocumentAttribute/Create", values), children: [
|
1902
|
-
/* @__PURE__ */ jsx25(
|
1903
|
-
/* @__PURE__ */ jsx25(
|
1902
|
+
/* @__PURE__ */ jsx25(MyTextInput2, __spreadValues({ label: "M\xE3 lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("code"))),
|
1903
|
+
/* @__PURE__ */ jsx25(MyTextInput2, __spreadValues({ label: "T\xEAn lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("name")))
|
1904
1904
|
] });
|
1905
1905
|
}
|
1906
1906
|
|
@@ -1924,8 +1924,8 @@ function F_core18256_Update({ values }) {
|
|
1924
1924
|
initialValues: values
|
1925
1925
|
});
|
1926
1926
|
return /* @__PURE__ */ jsxs17(MyActionIconUpdate, { form, onSubmit: async (values2) => await baseAxios_default.post("/DocumentAttribute/Update", values2), children: [
|
1927
|
-
/* @__PURE__ */ jsx27(
|
1928
|
-
/* @__PURE__ */ jsx27(
|
1927
|
+
/* @__PURE__ */ jsx27(MyTextInput2, __spreadValues({ label: "M\xE3 lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("code"))),
|
1928
|
+
/* @__PURE__ */ jsx27(MyTextInput2, __spreadValues({ label: "T\xEAn lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("name")))
|
1929
1929
|
] });
|
1930
1930
|
}
|
1931
1931
|
|
@@ -2019,7 +2019,7 @@ function F_core26965_Create({
|
|
2019
2019
|
},
|
2020
2020
|
children: [
|
2021
2021
|
/* @__PURE__ */ jsx30(
|
2022
|
-
|
2022
|
+
MyTextInput2,
|
2023
2023
|
__spreadValues({
|
2024
2024
|
withAsterisk: true,
|
2025
2025
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
@@ -2033,7 +2033,7 @@ function F_core26965_Create({
|
|
2033
2033
|
}, form.getInputProps("promulgateDate"))
|
2034
2034
|
),
|
2035
2035
|
/* @__PURE__ */ jsx30(
|
2036
|
-
|
2036
|
+
MyTextInput2,
|
2037
2037
|
__spreadValues({
|
2038
2038
|
withAsterisk: true,
|
2039
2039
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -2121,7 +2121,7 @@ function F_core26965_Update({
|
|
2121
2121
|
},
|
2122
2122
|
children: [
|
2123
2123
|
/* @__PURE__ */ jsx32(
|
2124
|
-
|
2124
|
+
MyTextInput2,
|
2125
2125
|
__spreadValues({
|
2126
2126
|
withAsterisk: true,
|
2127
2127
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
@@ -2135,7 +2135,7 @@ function F_core26965_Update({
|
|
2135
2135
|
}, form.getInputProps("promulgateDate"))
|
2136
2136
|
),
|
2137
2137
|
/* @__PURE__ */ jsx32(
|
2138
|
-
|
2138
|
+
MyTextInput2,
|
2139
2139
|
__spreadValues({
|
2140
2140
|
withAsterisk: true,
|
2141
2141
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -2316,7 +2316,7 @@ function F_core27311_Create({
|
|
2316
2316
|
},
|
2317
2317
|
children: [
|
2318
2318
|
/* @__PURE__ */ jsx35(
|
2319
|
-
|
2319
|
+
MyTextInput2,
|
2320
2320
|
__spreadValues({
|
2321
2321
|
withAsterisk: true,
|
2322
2322
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
@@ -2330,7 +2330,7 @@ function F_core27311_Create({
|
|
2330
2330
|
}, form.getInputProps("promulgateDate"))
|
2331
2331
|
),
|
2332
2332
|
/* @__PURE__ */ jsx35(
|
2333
|
-
|
2333
|
+
MyTextInput2,
|
2334
2334
|
__spreadValues({
|
2335
2335
|
withAsterisk: true,
|
2336
2336
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -2418,7 +2418,7 @@ function F_core27311_Update({
|
|
2418
2418
|
},
|
2419
2419
|
children: [
|
2420
2420
|
/* @__PURE__ */ jsx37(
|
2421
|
-
|
2421
|
+
MyTextInput2,
|
2422
2422
|
__spreadValues({
|
2423
2423
|
withAsterisk: true,
|
2424
2424
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
@@ -2432,7 +2432,7 @@ function F_core27311_Update({
|
|
2432
2432
|
}, form.getInputProps("promulgateDate"))
|
2433
2433
|
),
|
2434
2434
|
/* @__PURE__ */ jsx37(
|
2435
|
-
|
2435
|
+
MyTextInput2,
|
2436
2436
|
__spreadValues({
|
2437
2437
|
withAsterisk: true,
|
2438
2438
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -2593,17 +2593,17 @@ import { jsx as jsx40, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
2593
2593
|
function F_core35923() {
|
2594
2594
|
return /* @__PURE__ */ jsxs28(MyFieldset, { title: "C\u1EADp nh\u1EADt th\xF4ng tin \u0111\u01A1n v\u1ECB ch\u1EE7 qu\u1EA3n", children: [
|
2595
2595
|
/* @__PURE__ */ jsxs28(Grid3, { children: [
|
2596
|
-
/* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 5 }, children: /* @__PURE__ */ jsx40(
|
2597
|
-
/* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 7 }, children: /* @__PURE__ */ jsx40(
|
2598
|
-
/* @__PURE__ */ jsx40(Grid3.Col, { span: 12, children: /* @__PURE__ */ jsx40(
|
2599
|
-
/* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx40(
|
2600
|
-
/* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx40(
|
2601
|
-
/* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx40(
|
2602
|
-
/* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx40(
|
2596
|
+
/* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 5 }, children: /* @__PURE__ */ jsx40(MyTextInput2, { label: "M\xE3 module", disabled: true }) }),
|
2597
|
+
/* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 7 }, children: /* @__PURE__ */ jsx40(MyTextInput2, { label: "T\xEAn module" }) }),
|
2598
|
+
/* @__PURE__ */ jsx40(Grid3.Col, { span: 12, children: /* @__PURE__ */ jsx40(MyTextInput2, { label: "T\xEAn \u0111\u01A1n v\u1ECB ch\u1EE7 qu\u1EA3n" }) }),
|
2599
|
+
/* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx40(MyTextInput2, { label: "Email" }) }),
|
2600
|
+
/* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx40(MyTextInput2, { label: "S\u1ED1 \u0111i\u1EC7n tho\u1EA1i" }) }),
|
2601
|
+
/* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx40(MyTextInput2, { label: "Ng\xE0y \u0111\u0103ng k\xFD" }) }),
|
2602
|
+
/* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx40(MyTextInput2, { label: "Ng\xE0y h\u1EBFt h\u1EA1n" }) }),
|
2603
2603
|
/* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx40(MyFileInput, { label: "Favicon (16px x 16px)" }) }),
|
2604
2604
|
/* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx40(MyFileInput, { label: "Logo (330px x 115px)" }) })
|
2605
2605
|
] }),
|
2606
|
-
/* @__PURE__ */ jsx40(MyFlexEnd, { children: /* @__PURE__ */ jsx40(
|
2606
|
+
/* @__PURE__ */ jsx40(MyFlexEnd, { children: /* @__PURE__ */ jsx40(MyButton2, { crudType: "save" }) })
|
2607
2607
|
] });
|
2608
2608
|
}
|
2609
2609
|
|
@@ -2638,14 +2638,14 @@ function F_core40207_Create({ GuidelineTypeId }) {
|
|
2638
2638
|
},
|
2639
2639
|
children: [
|
2640
2640
|
/* @__PURE__ */ jsx41(
|
2641
|
-
|
2641
|
+
MyTextInput2,
|
2642
2642
|
__spreadValues({
|
2643
2643
|
withAsterisk: true,
|
2644
2644
|
label: "M\xE3 t\xE0i li\u1EC7u"
|
2645
2645
|
}, form.getInputProps("code"))
|
2646
2646
|
),
|
2647
2647
|
/* @__PURE__ */ jsx41(
|
2648
|
-
|
2648
|
+
MyTextInput2,
|
2649
2649
|
__spreadValues({
|
2650
2650
|
withAsterisk: true,
|
2651
2651
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -2710,14 +2710,14 @@ function F_core40207_Update({ values }) {
|
|
2710
2710
|
},
|
2711
2711
|
children: [
|
2712
2712
|
/* @__PURE__ */ jsx43(
|
2713
|
-
|
2713
|
+
MyTextInput2,
|
2714
2714
|
__spreadValues({
|
2715
2715
|
withAsterisk: true,
|
2716
2716
|
label: "M\xE3 t\xE0i li\u1EC7u"
|
2717
2717
|
}, form.getInputProps("code"))
|
2718
2718
|
),
|
2719
2719
|
/* @__PURE__ */ jsx43(
|
2720
|
-
|
2720
|
+
MyTextInput2,
|
2721
2721
|
__spreadValues({
|
2722
2722
|
withAsterisk: true,
|
2723
2723
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -2827,14 +2827,14 @@ function F_core47643_Form({ values }) {
|
|
2827
2827
|
if (values) return /* @__PURE__ */ jsxs32(MyActionIconUpdate, { form, onSubmit: async () => {
|
2828
2828
|
return await baseAxios_default.post("/Role/Update", form.getValues());
|
2829
2829
|
}, children: [
|
2830
|
-
/* @__PURE__ */ jsx47(
|
2831
|
-
/* @__PURE__ */ jsx47(
|
2830
|
+
/* @__PURE__ */ jsx47(MyTextInput2, __spreadValues({ readOnly: true, variant: "filled", label: "M\xE3" }, form.getInputProps("code"))),
|
2831
|
+
/* @__PURE__ */ jsx47(MyTextInput2, __spreadValues({ label: "Quy\u1EC1n" }, form.getInputProps("name")))
|
2832
2832
|
] });
|
2833
2833
|
return /* @__PURE__ */ jsxs32(MyButtonCreate, { form, onSubmit: async () => {
|
2834
2834
|
return await baseAxios_default.post("/Role/Create", form.getValues());
|
2835
2835
|
}, children: [
|
2836
|
-
/* @__PURE__ */ jsx47(
|
2837
|
-
/* @__PURE__ */ jsx47(
|
2836
|
+
/* @__PURE__ */ jsx47(MyTextInput2, __spreadValues({ label: "M\xE3" }, form.getInputProps("code"))),
|
2837
|
+
/* @__PURE__ */ jsx47(MyTextInput2, __spreadValues({ label: "Quy\u1EC1n" }, form.getInputProps("name")))
|
2838
2838
|
] });
|
2839
2839
|
}
|
2840
2840
|
|
@@ -2963,7 +2963,7 @@ function FormInput({ form, emailModule }) {
|
|
2963
2963
|
})
|
2964
2964
|
),
|
2965
2965
|
/* @__PURE__ */ jsx51(
|
2966
|
-
|
2966
|
+
MyTextInput2,
|
2967
2967
|
__spreadValues({
|
2968
2968
|
label: "Host mail server"
|
2969
2969
|
}, form.getInputProps("hostMailServer"))
|
@@ -2990,7 +2990,7 @@ function FormInput({ form, emailModule }) {
|
|
2990
2990
|
}
|
2991
2991
|
),
|
2992
2992
|
/* @__PURE__ */ jsx51(
|
2993
|
-
|
2993
|
+
MyTextInput2,
|
2994
2994
|
__spreadValues({
|
2995
2995
|
label: "Username"
|
2996
2996
|
}, form.getInputProps("userName"))
|
@@ -3103,7 +3103,7 @@ function F_core76318_Create({ SecurityTypeId }) {
|
|
3103
3103
|
},
|
3104
3104
|
children: [
|
3105
3105
|
/* @__PURE__ */ jsx54(
|
3106
|
-
|
3106
|
+
MyTextInput2,
|
3107
3107
|
__spreadValues({
|
3108
3108
|
withAsterisk: true,
|
3109
3109
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
@@ -3117,7 +3117,7 @@ function F_core76318_Create({ SecurityTypeId }) {
|
|
3117
3117
|
}, form.getInputProps("promulgateDate"))
|
3118
3118
|
),
|
3119
3119
|
/* @__PURE__ */ jsx54(
|
3120
|
-
|
3120
|
+
MyTextInput2,
|
3121
3121
|
__spreadValues({
|
3122
3122
|
withAsterisk: true,
|
3123
3123
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -3306,8 +3306,8 @@ function F_documentCategories_Create({ documentType }) {
|
|
3306
3306
|
}
|
3307
3307
|
});
|
3308
3308
|
return /* @__PURE__ */ jsxs39(MyButtonCreate, { objectName: "Lo\u1EA1i v\u0103n b\u1EA3n", form, onSubmit: (values) => baseAxios_default.post("/DocumentAttribute/Create", values), children: [
|
3309
|
-
/* @__PURE__ */ jsx59(
|
3310
|
-
/* @__PURE__ */ jsx59(
|
3309
|
+
/* @__PURE__ */ jsx59(MyTextInput2, __spreadValues({ label: "M\xE3 lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("code"))),
|
3310
|
+
/* @__PURE__ */ jsx59(MyTextInput2, __spreadValues({ label: "T\xEAn lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("name")))
|
3311
3311
|
] });
|
3312
3312
|
}
|
3313
3313
|
|
@@ -3330,8 +3330,8 @@ function F_documentCategories_Update({ values }) {
|
|
3330
3330
|
initialValues: values
|
3331
3331
|
});
|
3332
3332
|
return /* @__PURE__ */ jsxs40(MyActionIconUpdate, { form, onSubmit: async (values2) => await baseAxios_default.post("/DocumentAttribute/Update", values2), children: [
|
3333
|
-
/* @__PURE__ */ jsx61(
|
3334
|
-
/* @__PURE__ */ jsx61(
|
3333
|
+
/* @__PURE__ */ jsx61(MyTextInput2, __spreadValues({ label: "M\xE3 lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("code"))),
|
3334
|
+
/* @__PURE__ */ jsx61(MyTextInput2, __spreadValues({ label: "T\xEAn lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("name")))
|
3335
3335
|
] });
|
3336
3336
|
}
|
3337
3337
|
|
@@ -3458,7 +3458,7 @@ function F_formTemplateDocs_Create({ FormTypeId }) {
|
|
3458
3458
|
},
|
3459
3459
|
children: [
|
3460
3460
|
/* @__PURE__ */ jsx65(
|
3461
|
-
|
3461
|
+
MyTextInput2,
|
3462
3462
|
__spreadValues({
|
3463
3463
|
withAsterisk: true,
|
3464
3464
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
@@ -3472,7 +3472,7 @@ function F_formTemplateDocs_Create({ FormTypeId }) {
|
|
3472
3472
|
}, form.getInputProps("promulgateDate"))
|
3473
3473
|
),
|
3474
3474
|
/* @__PURE__ */ jsx65(
|
3475
|
-
|
3475
|
+
MyTextInput2,
|
3476
3476
|
__spreadValues({
|
3477
3477
|
withAsterisk: true,
|
3478
3478
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -3560,7 +3560,7 @@ function F_formTemplateDocs_Update({
|
|
3560
3560
|
},
|
3561
3561
|
children: [
|
3562
3562
|
/* @__PURE__ */ jsx67(
|
3563
|
-
|
3563
|
+
MyTextInput2,
|
3564
3564
|
__spreadValues({
|
3565
3565
|
withAsterisk: true,
|
3566
3566
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
@@ -3574,7 +3574,7 @@ function F_formTemplateDocs_Update({
|
|
3574
3574
|
}, form.getInputProps("promulgateDate"))
|
3575
3575
|
),
|
3576
3576
|
/* @__PURE__ */ jsx67(
|
3577
|
-
|
3577
|
+
MyTextInput2,
|
3578
3578
|
__spreadValues({
|
3579
3579
|
withAsterisk: true,
|
3580
3580
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -3807,7 +3807,7 @@ function FormInput2({ form, emailModule }) {
|
|
3807
3807
|
})
|
3808
3808
|
),
|
3809
3809
|
/* @__PURE__ */ jsx71(
|
3810
|
-
|
3810
|
+
MyTextInput2,
|
3811
3811
|
__spreadValues({
|
3812
3812
|
label: "Host mail server"
|
3813
3813
|
}, form.getInputProps("hostMailServer"))
|
@@ -3834,7 +3834,7 @@ function FormInput2({ form, emailModule }) {
|
|
3834
3834
|
}
|
3835
3835
|
),
|
3836
3836
|
/* @__PURE__ */ jsx71(
|
3837
|
-
|
3837
|
+
MyTextInput2,
|
3838
3838
|
__spreadValues({
|
3839
3839
|
label: "Username"
|
3840
3840
|
}, form.getInputProps("userName"))
|
@@ -3971,7 +3971,7 @@ function F_moduleConfig_Save({
|
|
3971
3971
|
});
|
3972
3972
|
}
|
3973
3973
|
return /* @__PURE__ */ jsx74(
|
3974
|
-
|
3974
|
+
MyButton2,
|
3975
3975
|
{
|
3976
3976
|
disabled: !form.isDirty(),
|
3977
3977
|
crudType: "save",
|
@@ -4015,11 +4015,11 @@ function F_moduleConfig_Form() {
|
|
4015
4015
|
}, [query.data]);
|
4016
4016
|
return /* @__PURE__ */ jsxs49(Paper7, { p: "md", children: [
|
4017
4017
|
/* @__PURE__ */ jsxs49(Grid4, { children: [
|
4018
|
-
/* @__PURE__ */ jsx75(Grid4.Col, { span: 5, children: /* @__PURE__ */ jsx75(
|
4019
|
-
/* @__PURE__ */ jsx75(Grid4.Col, { span: { base: 12, md: 7 }, children: /* @__PURE__ */ jsx75(
|
4020
|
-
/* @__PURE__ */ jsx75(Grid4.Col, { span: 12, children: /* @__PURE__ */ jsx75(
|
4021
|
-
/* @__PURE__ */ jsx75(Grid4.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx75(
|
4022
|
-
/* @__PURE__ */ jsx75(Grid4.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx75(
|
4018
|
+
/* @__PURE__ */ jsx75(Grid4.Col, { span: 5, children: /* @__PURE__ */ jsx75(MyTextInput2, __spreadProps(__spreadValues({}, form.getInputProps("code")), { label: "M\xE3 module", disabled: true })) }),
|
4019
|
+
/* @__PURE__ */ jsx75(Grid4.Col, { span: { base: 12, md: 7 }, children: /* @__PURE__ */ jsx75(MyTextInput2, __spreadProps(__spreadValues({}, form.getInputProps("name")), { label: "T\xEAn module" })) }),
|
4020
|
+
/* @__PURE__ */ jsx75(Grid4.Col, { span: 12, children: /* @__PURE__ */ jsx75(MyTextInput2, __spreadProps(__spreadValues({}, form.getInputProps("officelName")), { label: "T\xEAn \u0111\u01A1n v\u1ECB ch\u1EE7 qu\u1EA3n" })) }),
|
4021
|
+
/* @__PURE__ */ jsx75(Grid4.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx75(MyTextInput2, __spreadProps(__spreadValues({}, form.getInputProps("email")), { label: "Email" })) }),
|
4022
|
+
/* @__PURE__ */ jsx75(Grid4.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx75(MyTextInput2, __spreadProps(__spreadValues({ isPhoneNumber: true }, form.getInputProps("phoneNumber")), { label: "S\u1ED1 \u0111i\u1EC7n tho\u1EA1i" })) }),
|
4023
4023
|
/* @__PURE__ */ jsx75(Grid4.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx75(
|
4024
4024
|
MyDateInput,
|
4025
4025
|
{
|
@@ -4137,7 +4137,7 @@ function F_organizationPolicyDocs_Create({
|
|
4137
4137
|
},
|
4138
4138
|
children: [
|
4139
4139
|
/* @__PURE__ */ jsx77(
|
4140
|
-
|
4140
|
+
MyTextInput2,
|
4141
4141
|
__spreadValues({
|
4142
4142
|
withAsterisk: true,
|
4143
4143
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
@@ -4151,7 +4151,7 @@ function F_organizationPolicyDocs_Create({
|
|
4151
4151
|
}, form.getInputProps("promulgateDate"))
|
4152
4152
|
),
|
4153
4153
|
/* @__PURE__ */ jsx77(
|
4154
|
-
|
4154
|
+
MyTextInput2,
|
4155
4155
|
__spreadValues({
|
4156
4156
|
withAsterisk: true,
|
4157
4157
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -4239,7 +4239,7 @@ function F_organizationPolicyDocs_Update({
|
|
4239
4239
|
},
|
4240
4240
|
children: [
|
4241
4241
|
/* @__PURE__ */ jsx79(
|
4242
|
-
|
4242
|
+
MyTextInput2,
|
4243
4243
|
__spreadValues({
|
4244
4244
|
withAsterisk: true,
|
4245
4245
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
@@ -4253,7 +4253,7 @@ function F_organizationPolicyDocs_Update({
|
|
4253
4253
|
}, form.getInputProps("promulgateDate"))
|
4254
4254
|
),
|
4255
4255
|
/* @__PURE__ */ jsx79(
|
4256
|
-
|
4256
|
+
MyTextInput2,
|
4257
4257
|
__spreadValues({
|
4258
4258
|
withAsterisk: true,
|
4259
4259
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -4416,13 +4416,13 @@ import { useMemo as useMemo18 } from "react";
|
|
4416
4416
|
// src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_DeleteDescription.tsx
|
4417
4417
|
import { jsx as jsx82 } from "react/jsx-runtime";
|
4418
4418
|
function F_pageContentConfig_DeleteDescription() {
|
4419
|
-
return /* @__PURE__ */ jsx82(
|
4419
|
+
return /* @__PURE__ */ jsx82(MyButton, { actionType: "delete" });
|
4420
4420
|
}
|
4421
4421
|
|
4422
4422
|
// src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_Export.tsx
|
4423
4423
|
import { jsx as jsx83 } from "react/jsx-runtime";
|
4424
4424
|
function F_pageContentConfig_Export() {
|
4425
|
-
return /* @__PURE__ */ jsx83(
|
4425
|
+
return /* @__PURE__ */ jsx83(MyButton, { actionType: "export" });
|
4426
4426
|
}
|
4427
4427
|
|
4428
4428
|
// src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_Save.tsx
|
@@ -4434,7 +4434,7 @@ function F_pageContentConfig_Save({ menuValues }) {
|
|
4434
4434
|
return service_pageContent.updateList([{ id: 1 }]);
|
4435
4435
|
}
|
4436
4436
|
});
|
4437
|
-
return /* @__PURE__ */ jsx84(
|
4437
|
+
return /* @__PURE__ */ jsx84(MyButton, { actionType: "save", onClick: () => updatePageConfigMutation.mutate({}) });
|
4438
4438
|
}
|
4439
4439
|
|
4440
4440
|
// src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_ReadMenu.tsx
|
@@ -4455,7 +4455,7 @@ function F_pageContentConfig_ReadMenu() {
|
|
4455
4455
|
accessorKey: "description",
|
4456
4456
|
size: device.isPc ? 400 : 0,
|
4457
4457
|
Cell: () => {
|
4458
|
-
return /* @__PURE__ */ jsx85(
|
4458
|
+
return /* @__PURE__ */ jsx85(MyTextInput, { placeholder: "Nh\u1EADp m\xF4 t\u1EA3 menu" });
|
4459
4459
|
}
|
4460
4460
|
}
|
4461
4461
|
], []);
|
@@ -4510,14 +4510,14 @@ function F_roleCatalog_Form({ values }) {
|
|
4510
4510
|
if (values) return /* @__PURE__ */ jsxs55(MyActionIconUpdate, { form, onSubmit: async () => {
|
4511
4511
|
return await baseAxios_default.post("/Role/Update", form.getValues());
|
4512
4512
|
}, children: [
|
4513
|
-
/* @__PURE__ */ jsx88(
|
4514
|
-
/* @__PURE__ */ jsx88(
|
4513
|
+
/* @__PURE__ */ jsx88(MyTextInput2, __spreadValues({ readOnly: true, variant: "filled", label: "M\xE3" }, form.getInputProps("code"))),
|
4514
|
+
/* @__PURE__ */ jsx88(MyTextInput2, __spreadValues({ label: "Quy\u1EC1n" }, form.getInputProps("name")))
|
4515
4515
|
] });
|
4516
4516
|
return /* @__PURE__ */ jsxs55(MyButtonCreate, { form, onSubmit: async () => {
|
4517
4517
|
return await baseAxios_default.post("/Role/Create", form.getValues());
|
4518
4518
|
}, children: [
|
4519
|
-
/* @__PURE__ */ jsx88(
|
4520
|
-
/* @__PURE__ */ jsx88(
|
4519
|
+
/* @__PURE__ */ jsx88(MyTextInput2, __spreadValues({ label: "M\xE3" }, form.getInputProps("code"))),
|
4520
|
+
/* @__PURE__ */ jsx88(MyTextInput2, __spreadValues({ label: "Quy\u1EC1n" }, form.getInputProps("name")))
|
4521
4521
|
] });
|
4522
4522
|
}
|
4523
4523
|
|
@@ -4634,7 +4634,7 @@ function F_securityPolicyDocs_Create({ SecurityTypeId }) {
|
|
4634
4634
|
},
|
4635
4635
|
children: [
|
4636
4636
|
/* @__PURE__ */ jsx91(
|
4637
|
-
|
4637
|
+
MyTextInput2,
|
4638
4638
|
__spreadValues({
|
4639
4639
|
withAsterisk: true,
|
4640
4640
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
@@ -4648,7 +4648,7 @@ function F_securityPolicyDocs_Create({ SecurityTypeId }) {
|
|
4648
4648
|
}, form.getInputProps("promulgateDate"))
|
4649
4649
|
),
|
4650
4650
|
/* @__PURE__ */ jsx91(
|
4651
|
-
|
4651
|
+
MyTextInput2,
|
4652
4652
|
__spreadValues({
|
4653
4653
|
withAsterisk: true,
|
4654
4654
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -4857,20 +4857,20 @@ function F_systemUpdateDocs_Create({
|
|
4857
4857
|
}, form.getInputProps("meetingDate"))
|
4858
4858
|
),
|
4859
4859
|
/* @__PURE__ */ jsx96(
|
4860
|
-
|
4860
|
+
MyTextInput2,
|
4861
4861
|
__spreadValues({
|
4862
4862
|
withAsterisk: true,
|
4863
4863
|
label: "\u0110\u01A1n v\u1ECB y\xEAu c\u1EA7u"
|
4864
4864
|
}, form.getInputProps("departmentName"))
|
4865
4865
|
),
|
4866
4866
|
/* @__PURE__ */ jsx96(
|
4867
|
-
|
4867
|
+
MyTextInput2,
|
4868
4868
|
__spreadValues({
|
4869
4869
|
withAsterisk: true,
|
4870
4870
|
label: "N\u1ED9i dung c\u1EA3i ti\u1EBFn"
|
4871
4871
|
}, form.getInputProps("description"))
|
4872
4872
|
),
|
4873
|
-
/* @__PURE__ */ jsx96(
|
4873
|
+
/* @__PURE__ */ jsx96(MyTextInput2, __spreadValues({ label: "K\u1EBFt lu\u1EADn" }, form.getInputProps("conclusion"))),
|
4874
4874
|
/* @__PURE__ */ jsx96(
|
4875
4875
|
MyDateInput,
|
4876
4876
|
__spreadValues({
|
@@ -4958,20 +4958,20 @@ function F_systemUpdateDocs_Update({ values }) {
|
|
4958
4958
|
}, form.getInputProps("meetingDate"))
|
4959
4959
|
),
|
4960
4960
|
/* @__PURE__ */ jsx98(
|
4961
|
-
|
4961
|
+
MyTextInput2,
|
4962
4962
|
__spreadValues({
|
4963
4963
|
withAsterisk: true,
|
4964
4964
|
label: "\u0110\u01A1n v\u1ECB y\xEAu c\u1EA7u"
|
4965
4965
|
}, form.getInputProps("departmentName"))
|
4966
4966
|
),
|
4967
4967
|
/* @__PURE__ */ jsx98(
|
4968
|
-
|
4968
|
+
MyTextInput2,
|
4969
4969
|
__spreadValues({
|
4970
4970
|
withAsterisk: true,
|
4971
4971
|
label: "N\u1ED9i dung c\u1EA3i ti\u1EBFn"
|
4972
4972
|
}, form.getInputProps("description"))
|
4973
4973
|
),
|
4974
|
-
/* @__PURE__ */ jsx98(
|
4974
|
+
/* @__PURE__ */ jsx98(MyTextInput2, __spreadValues({ label: "K\u1EBFt lu\u1EADn" }, form.getInputProps("conclusion"))),
|
4975
4975
|
/* @__PURE__ */ jsx98(
|
4976
4976
|
MyDateInput,
|
4977
4977
|
__spreadValues({
|
@@ -5095,14 +5095,14 @@ function F_userGuideDocs_Create({ GuidelineTypeId }) {
|
|
5095
5095
|
},
|
5096
5096
|
children: [
|
5097
5097
|
/* @__PURE__ */ jsx100(
|
5098
|
-
|
5098
|
+
MyTextInput2,
|
5099
5099
|
__spreadValues({
|
5100
5100
|
withAsterisk: true,
|
5101
5101
|
label: "M\xE3 t\xE0i li\u1EC7u"
|
5102
5102
|
}, form.getInputProps("code"))
|
5103
5103
|
),
|
5104
5104
|
/* @__PURE__ */ jsx100(
|
5105
|
-
|
5105
|
+
MyTextInput2,
|
5106
5106
|
__spreadValues({
|
5107
5107
|
withAsterisk: true,
|
5108
5108
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -5167,14 +5167,14 @@ function F_userGuideDocs_Update({ values }) {
|
|
5167
5167
|
},
|
5168
5168
|
children: [
|
5169
5169
|
/* @__PURE__ */ jsx102(
|
5170
|
-
|
5170
|
+
MyTextInput2,
|
5171
5171
|
__spreadValues({
|
5172
5172
|
withAsterisk: true,
|
5173
5173
|
label: "M\xE3 t\xE0i li\u1EC7u"
|
5174
5174
|
}, form.getInputProps("code"))
|
5175
5175
|
),
|
5176
5176
|
/* @__PURE__ */ jsx102(
|
5177
|
-
|
5177
|
+
MyTextInput2,
|
5178
5178
|
__spreadValues({
|
5179
5179
|
withAsterisk: true,
|
5180
5180
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -5287,7 +5287,7 @@ function F_workflowProcessDocs_Create({
|
|
5287
5287
|
},
|
5288
5288
|
children: [
|
5289
5289
|
/* @__PURE__ */ jsx105(
|
5290
|
-
|
5290
|
+
MyTextInput2,
|
5291
5291
|
__spreadValues({
|
5292
5292
|
withAsterisk: true,
|
5293
5293
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
@@ -5301,7 +5301,7 @@ function F_workflowProcessDocs_Create({
|
|
5301
5301
|
}, form.getInputProps("promulgateDate"))
|
5302
5302
|
),
|
5303
5303
|
/* @__PURE__ */ jsx105(
|
5304
|
-
|
5304
|
+
MyTextInput2,
|
5305
5305
|
__spreadValues({
|
5306
5306
|
withAsterisk: true,
|
5307
5307
|
label: "T\xEAn t\xE0i li\u1EC7u"
|
@@ -5389,7 +5389,7 @@ function F_workflowProcessDocs_Update({
|
|
5389
5389
|
},
|
5390
5390
|
children: [
|
5391
5391
|
/* @__PURE__ */ jsx107(
|
5392
|
-
|
5392
|
+
MyTextInput2,
|
5393
5393
|
__spreadValues({
|
5394
5394
|
withAsterisk: true,
|
5395
5395
|
label: "S\u1ED1 quy \u0111\u1ECBnh"
|
@@ -5403,7 +5403,7 @@ function F_workflowProcessDocs_Update({
|
|
5403
5403
|
}, form.getInputProps("promulgateDate"))
|
5404
5404
|
),
|
5405
5405
|
/* @__PURE__ */ jsx107(
|
5406
|
-
|
5406
|
+
MyTextInput2,
|
5407
5407
|
__spreadValues({
|
5408
5408
|
withAsterisk: true,
|
5409
5409
|
label: "T\xEAn t\xE0i li\u1EC7u"
|