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.
@@ -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
  };