aq-fe-framework 0.1.504 → 0.1.506
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/{BasicAppShell-CBONSKKX.d.mts → BasicAppShell-BOu5-Gvr.d.mts} +2 -1
- package/dist/{IAQModule-DfONsRwE.d.mts → IAQModule-4U3n2emx.d.mts} +1 -1
- package/dist/{IBaseEntity-BprRafT5.d.mts → IBaseEntity-ChMy9RzQ.d.mts} +1 -1
- package/dist/{IEmailConfig-Bza2PzTi.d.mts → IEmailConfig-CioPObC1.d.mts} +1 -1
- package/dist/{chunk-BEFEWY44.mjs → chunk-7PUDC2WF.mjs} +1 -1
- package/dist/{chunk-LJRJYSNW.mjs → chunk-KCYPNG4W.mjs} +111 -142
- package/dist/{chunk-RBWFK2GG.mjs → chunk-NIDKTA35.mjs} +9 -0
- package/dist/{chunk-I2Q7GG2C.mjs → chunk-RVLIJK3A.mjs} +1 -1
- package/dist/columns/index.d.mts +1 -1
- package/dist/columns/index.mjs +1 -1
- package/dist/components/index.d.mts +12 -22
- package/dist/components/index.mjs +3 -1
- package/dist/core/index.d.mts +3 -3
- package/dist/core/index.mjs +2 -2
- package/dist/{createBaseApi-D9OK2lA_.d.mts → createBaseApi-75GHCO22.d.mts} +1 -1
- package/dist/hooks/index.d.mts +4 -4
- package/dist/interfaces/index.d.mts +21 -4
- package/dist/modules-features/index.d.mts +4 -4
- package/dist/modules-features/index.mjs +1056 -1027
- package/dist/{types-B5rmBuXz.d.mts → types-DI2fdq_c.d.mts} +2 -2
- package/dist/utils/index.d.mts +4 -1
- package/dist/utils/index.mjs +3 -1
- package/package.json +1 -1
@@ -1,6 +1,7 @@
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
2
2
|
import { ReactNode } from 'react';
|
3
3
|
|
4
|
+
declare function flattenMenuGroups(input: I_BasicAppShell_LinkItem[]): I_BasicAppShell_LinkItem[];
|
4
5
|
interface I_BasicAppShell_LinkItem {
|
5
6
|
pageId?: number;
|
6
7
|
name?: string;
|
@@ -23,4 +24,4 @@ declare function BasicAppShell({ children, menu, extraTopRight, title, logoutRed
|
|
23
24
|
declare const groupToTwoLevels: (menu: I_BasicAppShell_LinkItem[]) => I_BasicAppShell_LinkItem[];
|
24
25
|
declare function utils_layout_getItemsWithoutLinks(menu: I_BasicAppShell_LinkItem[]): I_BasicAppShell_LinkItem[];
|
25
26
|
|
26
|
-
export { BasicAppShell_transformMenuToEnum as B, type I_BasicAppShell_LinkItem as I, BasicAppShell as a, groupToTwoLevels as g, utils_layout_getItemsWithoutLinks as u };
|
27
|
+
export { BasicAppShell_transformMenuToEnum as B, type I_BasicAppShell_LinkItem as I, BasicAppShell as a, flattenMenuGroups as f, groupToTwoLevels as g, utils_layout_getItemsWithoutLinks as u };
|
@@ -7,7 +7,7 @@ var baseColumns = [
|
|
7
7
|
{
|
8
8
|
header: "Ng\xE0y c\u1EADp nh\u1EADt",
|
9
9
|
accessorKey: "modifiedWhen",
|
10
|
-
|
10
|
+
accessorFn: (row) => utils_date_dateToDDMMYYYString(row.modifiedWhen)
|
11
11
|
},
|
12
12
|
{
|
13
13
|
header: "Ng\u01B0\u1EDDi c\u1EADp nh\u1EADt",
|