aq-fe-framework 0.1.444 → 0.1.446

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.
@@ -274,11 +274,15 @@ function utils_text_getNormalizedTextFromHtml(html) {
274
274
  }
275
275
 
276
276
  // src/utils/utils_time.ts
277
- var utils_time_convertTimeStringToSeconds = (time) => {
277
+ function utils_time_convertTimeStringToSeconds(time) {
278
278
  const [hours, minutes, seconds] = time.split(":").map(Number);
279
279
  return hours * 3600 + minutes * 60 + seconds;
280
- };
281
- var utils_time_getCurrentTimeString = () => {
280
+ }
281
+ function utils_time_getHourMinuteFromString(timeString) {
282
+ const [hour, minute] = timeString.split(":");
283
+ return `${hour}:${minute}`;
284
+ }
285
+ function utils_time_getCurrentTimeString() {
282
286
  const formatTime = (number) => {
283
287
  return number < 10 ? "0" + number : number;
284
288
  };
@@ -287,7 +291,7 @@ var utils_time_getCurrentTimeString = () => {
287
291
  const minutes = formatTime(now.getMinutes());
288
292
  const seconds = formatTime(now.getSeconds());
289
293
  return `${hours}:${minutes}:${seconds}`;
290
- };
294
+ }
291
295
  function utils_time_extractHourMinute(isoString) {
292
296
  if (!isoString) return "";
293
297
  const date = new Date(isoString);
@@ -331,6 +335,7 @@ export {
331
335
  utils_reactQuery_updateListItemInQuery,
332
336
  utils_text_getNormalizedTextFromHtml,
333
337
  utils_time_convertTimeStringToSeconds,
338
+ utils_time_getHourMinuteFromString,
334
339
  utils_time_getCurrentTimeString,
335
340
  utils_time_extractHourMinute
336
341
  };
@@ -15,8 +15,8 @@ import {
15
15
  MyTextInput,
16
16
  MyWeeklySessionSchedulerPicker
17
17
  } from "../chunk-YSIPY7DY.mjs";
18
- import "../chunk-GFEMKKFH.mjs";
19
18
  import "../chunk-RZBHPPQT.mjs";
19
+ import "../chunk-GFEMKKFH.mjs";
20
20
  import "../chunk-OMJJAHOC.mjs";
21
21
  import "../chunk-K6S7R6LU.mjs";
22
22
  import "../chunk-PRN7KYPD.mjs";
@@ -4,27 +4,19 @@ import {
4
4
  utils_config_getBaseUrl,
5
5
  utils_converter_enumToSelectOptions,
6
6
  utils_file_fileToAQDocumentType
7
- } from "../chunk-NRTOFI27.mjs";
7
+ } from "../chunk-PDIW6MN3.mjs";
8
8
  import {
9
9
  baseColumns
10
10
  } from "../chunk-BEFEWY44.mjs";
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";
22
14
  import {
23
15
  F_authenticate_Logout,
24
16
  MyActionIconDelete,
25
17
  MyActionIconUpdate,
26
18
  MyBoxesBackground,
27
- MyButton as MyButton2,
19
+ MyButton,
28
20
  MyButtonCreate,
29
21
  MyButtonModal,
30
22
  MyButtonViewPDF,
@@ -37,7 +29,7 @@ import {
37
29
  MyPageContent,
38
30
  MySelect,
39
31
  MyTab,
40
- MyTextInput as MyTextInput2,
32
+ MyTextInput,
41
33
  groupToTwoLevels,
42
34
  useS_authenticate,
43
35
  utils_layout_getItemsWithoutLinks
@@ -46,11 +38,19 @@ import {
46
38
  createGenericStore
47
39
  } from "../chunk-Y3YGC5IH.mjs";
48
40
  import "../chunk-5U2JSHSJ.mjs";
41
+ import {
42
+ MyButton as MyButton2,
43
+ MyDataTableSelectOne,
44
+ MyTextInput as MyTextInput2
45
+ } from "../chunk-YSIPY7DY.mjs";
49
46
  import {
50
47
  MyDataTable,
51
48
  MyFlexColumn,
52
49
  MyFlexRow
53
50
  } 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(MyButton2, { disabled: disable[0], crudType: "save", onClick: handleSave });
471
+ return /* @__PURE__ */ jsx3(MyButton, { 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(MyButton2, { disabled: disable[0], crudType: "save", onClick: handleSave });
836
+ return /* @__PURE__ */ jsx7(MyButton, { 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(MyTextInput2, __spreadValues({ label: "T\xEAn t\xE0i kho\u1EA3n" }, form.getInputProps("userName"))),
1043
+ /* @__PURE__ */ jsx10(MyTextInput, __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(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"))),
1045
+ /* @__PURE__ */ jsx10(MyTextInput, __spreadValues({ label: "H\u1ECD v\xE0 t\xEAn" }, form.getInputProps("fullName"))),
1046
+ /* @__PURE__ */ jsx10(MyTextInput, __spreadValues({ label: "Email" }, form.getInputProps("email"))),
1047
+ /* @__PURE__ */ jsx10(MyTextInput, __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(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"))),
1126
+ /* @__PURE__ */ jsx12(MyTextInput, __spreadValues({ disabled: true, label: "T\xEAn t\xE0i kho\u1EA3n" }, form.getInputProps("userName"))),
1127
+ /* @__PURE__ */ jsx12(MyTextInput, __spreadValues({ label: "H\u1ECD v\xE0 t\xEAn" }, form.getInputProps("fullName"))),
1128
+ /* @__PURE__ */ jsx12(MyTextInput, __spreadValues({ label: "Email" }, form.getInputProps("email"))),
1129
+ /* @__PURE__ */ jsx12(MyTextInput, __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
- MyTextInput2,
1387
+ MyTextInput,
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
- MyTextInput2,
1401
+ MyTextInput,
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
- MyTextInput2,
1570
+ MyTextInput,
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
- MyTextInput2,
1584
+ MyTextInput,
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
- MyTextInput2,
1672
+ MyTextInput,
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
- MyTextInput2,
1679
+ MyTextInput,
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(MyTextInput2, __spreadValues({ label: "K\u1EBFt lu\u1EADn" }, form.getInputProps("conclusion"))),
1685
+ /* @__PURE__ */ jsx21(MyTextInput, __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
- MyTextInput2,
1773
+ MyTextInput,
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
- MyTextInput2,
1780
+ MyTextInput,
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(MyTextInput2, __spreadValues({ label: "K\u1EBFt lu\u1EADn" }, form.getInputProps("conclusion"))),
1786
+ /* @__PURE__ */ jsx23(MyTextInput, __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(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")))
1902
+ /* @__PURE__ */ jsx25(MyTextInput, __spreadValues({ label: "M\xE3 lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("code"))),
1903
+ /* @__PURE__ */ jsx25(MyTextInput, __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(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")))
1927
+ /* @__PURE__ */ jsx27(MyTextInput, __spreadValues({ label: "M\xE3 lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("code"))),
1928
+ /* @__PURE__ */ jsx27(MyTextInput, __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
- MyTextInput2,
2022
+ MyTextInput,
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
- MyTextInput2,
2036
+ MyTextInput,
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
- MyTextInput2,
2124
+ MyTextInput,
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
- MyTextInput2,
2138
+ MyTextInput,
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
- MyTextInput2,
2319
+ MyTextInput,
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
- MyTextInput2,
2333
+ MyTextInput,
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
- MyTextInput2,
2421
+ MyTextInput,
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
- MyTextInput2,
2435
+ MyTextInput,
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(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" }) }),
2596
+ /* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 5 }, children: /* @__PURE__ */ jsx40(MyTextInput, { label: "M\xE3 module", disabled: true }) }),
2597
+ /* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 7 }, children: /* @__PURE__ */ jsx40(MyTextInput, { label: "T\xEAn module" }) }),
2598
+ /* @__PURE__ */ jsx40(Grid3.Col, { span: 12, children: /* @__PURE__ */ jsx40(MyTextInput, { label: "T\xEAn \u0111\u01A1n v\u1ECB ch\u1EE7 qu\u1EA3n" }) }),
2599
+ /* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx40(MyTextInput, { label: "Email" }) }),
2600
+ /* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx40(MyTextInput, { label: "S\u1ED1 \u0111i\u1EC7n tho\u1EA1i" }) }),
2601
+ /* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx40(MyTextInput, { label: "Ng\xE0y \u0111\u0103ng k\xFD" }) }),
2602
+ /* @__PURE__ */ jsx40(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx40(MyTextInput, { 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(MyButton2, { crudType: "save" }) })
2606
+ /* @__PURE__ */ jsx40(MyFlexEnd, { children: /* @__PURE__ */ jsx40(MyButton, { 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
- MyTextInput2,
2641
+ MyTextInput,
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
- MyTextInput2,
2648
+ MyTextInput,
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
- MyTextInput2,
2713
+ MyTextInput,
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
- MyTextInput2,
2720
+ MyTextInput,
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(MyTextInput2, __spreadValues({ readOnly: true, variant: "filled", label: "M\xE3" }, form.getInputProps("code"))),
2831
- /* @__PURE__ */ jsx47(MyTextInput2, __spreadValues({ label: "Quy\u1EC1n" }, form.getInputProps("name")))
2830
+ /* @__PURE__ */ jsx47(MyTextInput, __spreadValues({ readOnly: true, variant: "filled", label: "M\xE3" }, form.getInputProps("code"))),
2831
+ /* @__PURE__ */ jsx47(MyTextInput, __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(MyTextInput2, __spreadValues({ label: "M\xE3" }, form.getInputProps("code"))),
2837
- /* @__PURE__ */ jsx47(MyTextInput2, __spreadValues({ label: "Quy\u1EC1n" }, form.getInputProps("name")))
2836
+ /* @__PURE__ */ jsx47(MyTextInput, __spreadValues({ label: "M\xE3" }, form.getInputProps("code"))),
2837
+ /* @__PURE__ */ jsx47(MyTextInput, __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
- MyTextInput2,
2966
+ MyTextInput,
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
- MyTextInput2,
2993
+ MyTextInput,
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
- MyTextInput2,
3106
+ MyTextInput,
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
- MyTextInput2,
3120
+ MyTextInput,
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(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")))
3309
+ /* @__PURE__ */ jsx59(MyTextInput, __spreadValues({ label: "M\xE3 lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("code"))),
3310
+ /* @__PURE__ */ jsx59(MyTextInput, __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(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")))
3333
+ /* @__PURE__ */ jsx61(MyTextInput, __spreadValues({ label: "M\xE3 lo\u1EA1i v\u0103n b\u1EA3n" }, form.getInputProps("code"))),
3334
+ /* @__PURE__ */ jsx61(MyTextInput, __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
- MyTextInput2,
3461
+ MyTextInput,
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
- MyTextInput2,
3475
+ MyTextInput,
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
- MyTextInput2,
3563
+ MyTextInput,
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
- MyTextInput2,
3577
+ MyTextInput,
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
- MyTextInput2,
3810
+ MyTextInput,
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
- MyTextInput2,
3837
+ MyTextInput,
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
- MyButton2,
3974
+ MyButton,
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(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" })) }),
4018
+ /* @__PURE__ */ jsx75(Grid4.Col, { span: 5, children: /* @__PURE__ */ jsx75(MyTextInput, __spreadProps(__spreadValues({}, form.getInputProps("code")), { label: "M\xE3 module", disabled: true })) }),
4019
+ /* @__PURE__ */ jsx75(Grid4.Col, { span: { base: 12, md: 7 }, children: /* @__PURE__ */ jsx75(MyTextInput, __spreadProps(__spreadValues({}, form.getInputProps("name")), { label: "T\xEAn module" })) }),
4020
+ /* @__PURE__ */ jsx75(Grid4.Col, { span: 12, children: /* @__PURE__ */ jsx75(MyTextInput, __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(MyTextInput, __spreadProps(__spreadValues({}, form.getInputProps("email")), { label: "Email" })) }),
4022
+ /* @__PURE__ */ jsx75(Grid4.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx75(MyTextInput, __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
- MyTextInput2,
4140
+ MyTextInput,
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
- MyTextInput2,
4154
+ MyTextInput,
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
- MyTextInput2,
4242
+ MyTextInput,
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
- MyTextInput2,
4256
+ MyTextInput,
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(MyButton, { actionType: "delete" });
4419
+ return /* @__PURE__ */ jsx82(MyButton2, { 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(MyButton, { actionType: "export" });
4425
+ return /* @__PURE__ */ jsx83(MyButton2, { 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(MyButton, { actionType: "save", onClick: () => updatePageConfigMutation.mutate({}) });
4437
+ return /* @__PURE__ */ jsx84(MyButton2, { 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(MyTextInput, { placeholder: "Nh\u1EADp m\xF4 t\u1EA3 menu" });
4458
+ return /* @__PURE__ */ jsx85(MyTextInput2, { 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(MyTextInput2, __spreadValues({ readOnly: true, variant: "filled", label: "M\xE3" }, form.getInputProps("code"))),
4514
- /* @__PURE__ */ jsx88(MyTextInput2, __spreadValues({ label: "Quy\u1EC1n" }, form.getInputProps("name")))
4513
+ /* @__PURE__ */ jsx88(MyTextInput, __spreadValues({ readOnly: true, variant: "filled", label: "M\xE3" }, form.getInputProps("code"))),
4514
+ /* @__PURE__ */ jsx88(MyTextInput, __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(MyTextInput2, __spreadValues({ label: "M\xE3" }, form.getInputProps("code"))),
4520
- /* @__PURE__ */ jsx88(MyTextInput2, __spreadValues({ label: "Quy\u1EC1n" }, form.getInputProps("name")))
4519
+ /* @__PURE__ */ jsx88(MyTextInput, __spreadValues({ label: "M\xE3" }, form.getInputProps("code"))),
4520
+ /* @__PURE__ */ jsx88(MyTextInput, __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
- MyTextInput2,
4637
+ MyTextInput,
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
- MyTextInput2,
4651
+ MyTextInput,
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
- MyTextInput2,
4860
+ MyTextInput,
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
- MyTextInput2,
4867
+ MyTextInput,
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(MyTextInput2, __spreadValues({ label: "K\u1EBFt lu\u1EADn" }, form.getInputProps("conclusion"))),
4873
+ /* @__PURE__ */ jsx96(MyTextInput, __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
- MyTextInput2,
4961
+ MyTextInput,
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
- MyTextInput2,
4968
+ MyTextInput,
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(MyTextInput2, __spreadValues({ label: "K\u1EBFt lu\u1EADn" }, form.getInputProps("conclusion"))),
4974
+ /* @__PURE__ */ jsx98(MyTextInput, __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
- MyTextInput2,
5098
+ MyTextInput,
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
- MyTextInput2,
5105
+ MyTextInput,
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
- MyTextInput2,
5170
+ MyTextInput,
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
- MyTextInput2,
5177
+ MyTextInput,
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
- MyTextInput2,
5290
+ MyTextInput,
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
- MyTextInput2,
5304
+ MyTextInput,
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
- MyTextInput2,
5392
+ MyTextInput,
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
- MyTextInput2,
5406
+ MyTextInput,
5407
5407
  __spreadValues({
5408
5408
  withAsterisk: true,
5409
5409
  label: "T\xEAn t\xE0i li\u1EC7u"
@@ -58,12 +58,13 @@ declare function utils_reactQuery_updateListItemInQuery<T>({ queryClient, queryK
58
58
 
59
59
  declare function utils_text_getNormalizedTextFromHtml(html?: string): string;
60
60
 
61
- declare const utils_time_convertTimeStringToSeconds: (time: string) => number;
62
- declare const utils_time_getCurrentTimeString: () => string;
61
+ declare function utils_time_convertTimeStringToSeconds(time: string): number;
62
+ declare function utils_time_getHourMinuteFromString(timeString: string): string;
63
+ declare function utils_time_getCurrentTimeString(): string;
63
64
  declare function utils_time_extractHourMinute(isoString?: string): string;
64
65
 
65
66
  declare function U0MyValidateEmpty(message?: string): (value: unknown) => React.ReactNode;
66
67
  declare function U0MyValidateEmail(value?: string): "Email không đúng định dạng" | null;
67
68
  declare const utils_validator_validateCode: (value?: string) => "Không được để trống" | "Chỉ được nhập chữ, số và dấu '-' (không bắt đầu bằng '-')" | null;
68
69
 
69
- export { U0DateToDDMMYYYString, U0MyValidateEmail, U0MyValidateEmpty, updateEnableList, utils_converter_enumToSelectOptions, utils_converter_getKeyByValue, utils_converter_getLabelByValue, utils_converter_mapEnumToSelectData, utils_currency_formatWithSuffix, utils_date_dateToDDMMYYYString, utils_date_formatToDateTimeStartEnd, utils_date_getHHmm, utils_list_isFieldUnique, utils_list_isTotalEqual, utils_notification_show, utils_pdf_download, utils_reactQuery_updateListItemInQuery, utils_text_getNormalizedTextFromHtml, utils_time_convertTimeStringToSeconds, utils_time_extractHourMinute, utils_time_getCurrentTimeString, utils_validator_validateCode };
70
+ export { U0DateToDDMMYYYString, U0MyValidateEmail, U0MyValidateEmpty, updateEnableList, utils_converter_enumToSelectOptions, utils_converter_getKeyByValue, utils_converter_getLabelByValue, utils_converter_mapEnumToSelectData, utils_currency_formatWithSuffix, utils_date_dateToDDMMYYYString, utils_date_formatToDateTimeStartEnd, utils_date_getHHmm, utils_list_isFieldUnique, utils_list_isTotalEqual, utils_notification_show, utils_pdf_download, utils_reactQuery_updateListItemInQuery, utils_text_getNormalizedTextFromHtml, utils_time_convertTimeStringToSeconds, utils_time_extractHourMinute, utils_time_getCurrentTimeString, utils_time_getHourMinuteFromString, utils_validator_validateCode };
@@ -19,8 +19,9 @@ import {
19
19
  utils_time_convertTimeStringToSeconds,
20
20
  utils_time_extractHourMinute,
21
21
  utils_time_getCurrentTimeString,
22
+ utils_time_getHourMinuteFromString,
22
23
  utils_validator_validateCode
23
- } from "../chunk-NRTOFI27.mjs";
24
+ } from "../chunk-PDIW6MN3.mjs";
24
25
  import {
25
26
  U0DateToDDMMYYYString,
26
27
  utils_date_dateToDDMMYYYString,
@@ -61,5 +62,6 @@ export {
61
62
  utils_time_convertTimeStringToSeconds,
62
63
  utils_time_extractHourMinute,
63
64
  utils_time_getCurrentTimeString,
65
+ utils_time_getHourMinuteFromString,
64
66
  utils_validator_validateCode
65
67
  };
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.444",
45
+ "version": "0.1.446",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"