aq-fe-framework 0.1.1097 → 0.1.1099
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-MWIDOU5D.mjs → chunk-CB5DJQTF.mjs} +2 -2
- package/dist/{chunk-SAB3K3NF.mjs → chunk-N26PVP2J.mjs} +1659 -2042
- package/dist/components/index.d.mts +11 -47
- package/dist/components/index.mjs +3 -11
- package/dist/const/index.mjs +1 -1
- package/dist/core/index.mjs +3 -3
- package/dist/modules-features/index.mjs +3 -3
- package/dist/shared/index.mjs +3 -3
- package/dist/utils-v2/index.d.mts +23 -3
- package/package.json +1 -1
- package/dist/utils_excel-CuudSzBR.d.mts +0 -24
|
@@ -51,7 +51,7 @@ var const_object_generalMenuData = {
|
|
|
51
51
|
managementSystem: () => {
|
|
52
52
|
return {
|
|
53
53
|
label: "Qu\u1EA3n l\xFD h\u1EC7 th\u1ED1ng",
|
|
54
|
-
icon: /* @__PURE__ */ jsx(IconSettings, {
|
|
54
|
+
icon: /* @__PURE__ */ jsx(IconSettings, {}),
|
|
55
55
|
links: [
|
|
56
56
|
{ pageId: 1, name: "Account management", label: "Qu\u1EA3n l\xFD t\xE0i kho\u1EA3n ", link: "accountManagement" },
|
|
57
57
|
{ pageId: 100005, name: "Account group management", label: "Qu\u1EA3n l\xFD nh\xF3m t\xE0i kho\u1EA3n", link: "roleManagement" },
|
|
@@ -95,10 +95,10 @@ var const_object_generalMenuData = {
|
|
|
95
95
|
};
|
|
96
96
|
|
|
97
97
|
export {
|
|
98
|
+
const_object_colors,
|
|
98
99
|
const_array_daysOfWeek,
|
|
99
100
|
const_aqModuleId,
|
|
100
101
|
const_columnSize,
|
|
101
|
-
const_object_colors,
|
|
102
102
|
const_object_documentTypes,
|
|
103
103
|
const_object_generalMenuData
|
|
104
104
|
};
|