aq-fe-framework 0.1.708 → 0.1.709
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-6RBDWUG5.mjs → chunk-MNEORWRK.mjs} +6 -7
- package/dist/components/index.mjs +2 -2
- package/dist/const/index.mjs +1 -1
- package/dist/core/index.mjs +2 -2
- package/dist/coreService/index.mjs +2 -2
- package/dist/modules-features/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/{chunk-REMYBOSK.mjs → chunk-IUTUR43V.mjs} +1 -1
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
import {
|
|
28
28
|
const_object_colors,
|
|
29
29
|
const_object_documentTypes
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-IUTUR43V.mjs";
|
|
31
31
|
import {
|
|
32
32
|
enum_daysOfWeek
|
|
33
33
|
} from "./chunk-K6S7R6LU.mjs";
|
|
@@ -9591,11 +9591,11 @@ function Adapter_UserCreateUpdate({ values }) {
|
|
|
9591
9591
|
if (!/[!@#$%^&*(),.?\":{}|<>]/.test(value)) return "M\u1EADt kh\u1EA9u ph\u1EA3i ch\u1EE9a \xEDt nh\u1EA5t 1 k\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t";
|
|
9592
9592
|
return null;
|
|
9593
9593
|
},
|
|
9594
|
-
confirmPassword: (value,
|
|
9595
|
-
|
|
9596
|
-
|
|
9597
|
-
|
|
9598
|
-
},
|
|
9594
|
+
// confirmPassword: (value, values) => {
|
|
9595
|
+
// if (!value) return "Không được để trống!";
|
|
9596
|
+
// if (value !== values.password) return "Mật khẩu xác nhận không khớp";
|
|
9597
|
+
// return null;
|
|
9598
|
+
// },
|
|
9599
9599
|
fullName: isNotEmpty("Kh\xF4ng \u0111\u01B0\u1EE3c \u0111\u1EC3 tr\u1ED1ng!"),
|
|
9600
9600
|
email: (value) => U0MyValidateEmail(value)
|
|
9601
9601
|
}
|
|
@@ -9628,7 +9628,6 @@ function Adapter_UserCreateUpdate({ values }) {
|
|
|
9628
9628
|
/* @__PURE__ */ jsx91(MyTextInput, __spreadProps(__spreadValues({ label: "M\xE3 t\xE0i kho\u1EA3n" }, form.getInputProps("userName")), { withAsterisk: true })),
|
|
9629
9629
|
/* @__PURE__ */ jsx91(PasswordInput, __spreadProps(__spreadValues({ disabled: values ? true : false, label: "M\u1EADt kh\u1EA9u", placeholder: "Nh\u1EADp m\u1EADt kh\u1EA9u" }, form.getInputProps("password")), { withAsterisk: true })),
|
|
9630
9630
|
/* @__PURE__ */ jsx91(MyTextInput, __spreadProps(__spreadValues({ label: "H\u1ECD t\xEAn" }, form.getInputProps("fullName")), { withAsterisk: true })),
|
|
9631
|
-
/* @__PURE__ */ jsx91(PasswordInput, __spreadProps(__spreadValues({ label: "X\xE1c nh\u1EADn m\u1EADt kh\u1EA9u", placeholder: "Nh\u1EADp x\xE1c nh\u1EADn m\u1EADt kh\u1EA9u" }, form.getInputProps("confirmPassword")), { withAsterisk: true })),
|
|
9632
9631
|
/* @__PURE__ */ jsx91(MyTextInput, __spreadProps(__spreadValues({ label: "Email" }, form.getInputProps("email")), { withAsterisk: true })),
|
|
9633
9632
|
/* @__PURE__ */ jsx91(
|
|
9634
9633
|
MySelect,
|
|
@@ -70,12 +70,12 @@ import {
|
|
|
70
70
|
useHeaderMegaMenuStore,
|
|
71
71
|
useS_ButtonImport,
|
|
72
72
|
useStore_BasicAppShell
|
|
73
|
-
} from "../chunk-
|
|
73
|
+
} from "../chunk-MNEORWRK.mjs";
|
|
74
74
|
import "../chunk-SUH3FFFV.mjs";
|
|
75
75
|
import "../chunk-2B2FKBKX.mjs";
|
|
76
76
|
import "../chunk-7PUDC2WF.mjs";
|
|
77
77
|
import "../chunk-EWDS5IOF.mjs";
|
|
78
|
-
import "../chunk-
|
|
78
|
+
import "../chunk-IUTUR43V.mjs";
|
|
79
79
|
import "../chunk-K6S7R6LU.mjs";
|
|
80
80
|
import "../chunk-G4GAKTUO.mjs";
|
|
81
81
|
import "../chunk-WZ6PXGGC.mjs";
|
package/dist/const/index.mjs
CHANGED
package/dist/core/index.mjs
CHANGED
|
@@ -25,12 +25,12 @@ import {
|
|
|
25
25
|
MyStatsCard,
|
|
26
26
|
MyTextInput2 as MyTextInput,
|
|
27
27
|
MyWeeklySessionSchedulerPicker
|
|
28
|
-
} from "../chunk-
|
|
28
|
+
} from "../chunk-MNEORWRK.mjs";
|
|
29
29
|
import "../chunk-SUH3FFFV.mjs";
|
|
30
30
|
import "../chunk-2B2FKBKX.mjs";
|
|
31
31
|
import "../chunk-7PUDC2WF.mjs";
|
|
32
32
|
import "../chunk-EWDS5IOF.mjs";
|
|
33
|
-
import "../chunk-
|
|
33
|
+
import "../chunk-IUTUR43V.mjs";
|
|
34
34
|
import "../chunk-K6S7R6LU.mjs";
|
|
35
35
|
import "../chunk-G4GAKTUO.mjs";
|
|
36
36
|
import "../chunk-WZ6PXGGC.mjs";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MyModalDelete
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-MNEORWRK.mjs";
|
|
4
4
|
import "../chunk-SUH3FFFV.mjs";
|
|
5
5
|
import "../chunk-2B2FKBKX.mjs";
|
|
6
6
|
import "../chunk-7PUDC2WF.mjs";
|
|
7
7
|
import "../chunk-EWDS5IOF.mjs";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-IUTUR43V.mjs";
|
|
9
9
|
import "../chunk-K6S7R6LU.mjs";
|
|
10
10
|
import {
|
|
11
11
|
useMyReactMutation
|
|
@@ -115,12 +115,12 @@ import {
|
|
|
115
115
|
MailTemplateDeleteButton,
|
|
116
116
|
useS_authenticate,
|
|
117
117
|
useS_moduleConfig
|
|
118
|
-
} from "../chunk-
|
|
118
|
+
} from "../chunk-MNEORWRK.mjs";
|
|
119
119
|
import "../chunk-SUH3FFFV.mjs";
|
|
120
120
|
import "../chunk-2B2FKBKX.mjs";
|
|
121
121
|
import "../chunk-7PUDC2WF.mjs";
|
|
122
122
|
import "../chunk-EWDS5IOF.mjs";
|
|
123
|
-
import "../chunk-
|
|
123
|
+
import "../chunk-IUTUR43V.mjs";
|
|
124
124
|
import "../chunk-K6S7R6LU.mjs";
|
|
125
125
|
import "../chunk-G4GAKTUO.mjs";
|
|
126
126
|
import "../chunk-WZ6PXGGC.mjs";
|
package/package.json
CHANGED