aq-fe-framework 0.1.601 → 0.1.602
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-OMJJAHOC.mjs → chunk-5DUXSUE3.mjs} +24 -1
- package/dist/{chunk-K6S7R6LU.mjs → chunk-MNJNQRZU.mjs} +11 -1
- package/dist/chunk-OPEOYZJA.mjs +15901 -0
- package/dist/components/index.mjs +5 -3
- package/dist/const/index.mjs +2 -4
- package/dist/core/index.mjs +14 -17
- package/dist/coreService/index.mjs +5 -4
- package/dist/enum/index.mjs +2 -4
- package/dist/modules-features/index.d.mts +2 -2
- package/dist/modules-features/index.mjs +114 -6140
- package/package.json +1 -1
- package/dist/chunk-BCTZIPA2.mjs +0 -7982
- package/dist/chunk-GFEMKKFH.mjs +0 -25
- package/dist/chunk-GFW64WZ2.mjs +0 -66
- package/dist/chunk-S4K4K3X3.mjs +0 -1710
- package/dist/chunk-VH4ZAD6M.mjs +0 -12
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
// src/const/array/const_array_daysOfWeek.ts
|
|
2
|
+
var const_array_daysOfWeek = [
|
|
3
|
+
"Th\u1EE9 Hai",
|
|
4
|
+
"Th\u1EE9 Ba",
|
|
5
|
+
"Th\u1EE9 T\u01B0",
|
|
6
|
+
"Th\u1EE9 N\u0103m",
|
|
7
|
+
"Th\u1EE9 S\xE1u",
|
|
8
|
+
"Th\u1EE9 B\u1EA3y",
|
|
9
|
+
"Ch\u1EE7 Nh\u1EADt"
|
|
10
|
+
];
|
|
11
|
+
|
|
1
12
|
// src/const/object/const_object_colors.ts
|
|
2
13
|
var const_object_colors = {
|
|
3
14
|
mantineBackgroundPrimary: "light-dark(var(--mantine-color-white), var(--mantine-color-dark))",
|
|
@@ -8,6 +19,18 @@ var const_object_colors = {
|
|
|
8
19
|
mantineBackgroundTealLight: "var(--mantine-color-teal-light)"
|
|
9
20
|
};
|
|
10
21
|
|
|
22
|
+
// src/const/object/const_object_documentTypes.ts
|
|
23
|
+
var const_object_documentTypes = {
|
|
24
|
+
Security: 1,
|
|
25
|
+
Refinement: 2,
|
|
26
|
+
Guideline: 3,
|
|
27
|
+
Regulations: 4,
|
|
28
|
+
Workflow: 5,
|
|
29
|
+
Form: 6
|
|
30
|
+
};
|
|
31
|
+
|
|
11
32
|
export {
|
|
12
|
-
const_object_colors
|
|
33
|
+
const_object_colors,
|
|
34
|
+
const_array_daysOfWeek,
|
|
35
|
+
const_object_documentTypes
|
|
13
36
|
};
|
|
@@ -10,6 +10,16 @@ var enum_daysOfWeek = /* @__PURE__ */ ((enum_daysOfWeek2) => {
|
|
|
10
10
|
return enum_daysOfWeek2;
|
|
11
11
|
})(enum_daysOfWeek || {});
|
|
12
12
|
|
|
13
|
+
// src/enum/enum_emailConfigModule.ts
|
|
14
|
+
var enum_emailConfigModule = /* @__PURE__ */ ((enum_emailConfigModule2) => {
|
|
15
|
+
enum_emailConfigModule2[enum_emailConfigModule2["\u0110\xE0o t\u1EA1o"] = 1] = "\u0110\xE0o t\u1EA1o";
|
|
16
|
+
enum_emailConfigModule2[enum_emailConfigModule2["Tuy\u1EC3n sinh"] = 2] = "Tuy\u1EC3n sinh";
|
|
17
|
+
enum_emailConfigModule2[enum_emailConfigModule2["Sinh vi\xEAn"] = 3] = "Sinh vi\xEAn";
|
|
18
|
+
enum_emailConfigModule2[enum_emailConfigModule2["Kh\u1EA3o th\xED"] = 4] = "Kh\u1EA3o th\xED";
|
|
19
|
+
return enum_emailConfigModule2;
|
|
20
|
+
})(enum_emailConfigModule || {});
|
|
21
|
+
|
|
13
22
|
export {
|
|
14
|
-
enum_daysOfWeek
|
|
23
|
+
enum_daysOfWeek,
|
|
24
|
+
enum_emailConfigModule
|
|
15
25
|
};
|