aq-fe-framework 0.1.244 → 0.1.245
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.
@@ -1414,7 +1414,7 @@ function SelectFieldModal({ stack, onImport }) {
|
|
1414
1414
|
|
1415
1415
|
// src/components/DataDisplay/DataTable/MyDataTable.tsx
|
1416
1416
|
import { Alert, Button as Button6, Group as Group8, Portal } from "@mantine/core";
|
1417
|
-
import { IconBug, IconDownload as IconDownload3 } from "@tabler/icons-react";
|
1417
|
+
import { IconBug, IconDownload as IconDownload3, IconInfoCircle } from "@tabler/icons-react";
|
1418
1418
|
import { download, generateCsv, mkConfig } from "export-to-csv";
|
1419
1419
|
import {
|
1420
1420
|
MantineReactTable,
|
@@ -1539,7 +1539,7 @@ function MyDataTable(_a) {
|
|
1539
1539
|
}
|
1540
1540
|
},
|
1541
1541
|
localization: MRT_Localization_VI,
|
1542
|
-
renderEmptyRowsFallback: () => isError
|
1542
|
+
renderEmptyRowsFallback: () => isError ? /* @__PURE__ */ jsx26(Alert, { icon: /* @__PURE__ */ jsx26(IconBug, {}), color: "red", title: "C\xF3 l\u1ED7i x\u1EA3y ra!", m: "md" }) : /* @__PURE__ */ jsx26(Alert, { icon: /* @__PURE__ */ jsx26(IconInfoCircle, {}), color: "blue", title: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u!", m: "md" }),
|
1543
1543
|
state: {
|
1544
1544
|
showSkeletons: isLoading
|
1545
1545
|
}
|
@@ -68,7 +68,7 @@ import {
|
|
68
68
|
useS_BasicAppShell,
|
69
69
|
useS_ButtonImport,
|
70
70
|
utils_layout_getItemsWithoutLinks
|
71
|
-
} from "../chunk-
|
71
|
+
} from "../chunk-ZD5H4QTA.mjs";
|
72
72
|
import "../chunk-HMRYQTJT.mjs";
|
73
73
|
import "../chunk-Y3YGC5IH.mjs";
|
74
74
|
import "../chunk-5U2JSHSJ.mjs";
|
@@ -120,7 +120,7 @@ declare function F_core18256_Delete({ id }: {
|
|
120
120
|
|
121
121
|
declare function F_core18256_Read({ documentType }: {
|
122
122
|
documentType: number;
|
123
|
-
}): react_jsx_runtime.JSX.Element | "
|
123
|
+
}): react_jsx_runtime.JSX.Element | "Có lỗi xảy ra!" | "Đang tải dữ liệu...";
|
124
124
|
|
125
125
|
interface ISelect extends SelectProps {
|
126
126
|
documentTypeId?: number;
|
@@ -253,7 +253,7 @@ declare function F_core38677({ menuData }: {
|
|
253
253
|
|
254
254
|
interface I_core38677_User extends IBaseEntity {
|
255
255
|
}
|
256
|
-
declare function F_core38677_ReadUser(): react_jsx_runtime.JSX.Element | "
|
256
|
+
declare function F_core38677_ReadUser(): react_jsx_runtime.JSX.Element | "Có lỗi xảy ra!" | "Loading...";
|
257
257
|
|
258
258
|
declare function F_core38677_Save(): react_jsx_runtime.JSX.Element;
|
259
259
|
|
@@ -329,7 +329,7 @@ declare function F_core47643_Form({ values }: {
|
|
329
329
|
values?: I$8;
|
330
330
|
}): react_jsx_runtime.JSX.Element;
|
331
331
|
|
332
|
-
declare function F_core47643_Read(): react_jsx_runtime.JSX.Element | "
|
332
|
+
declare function F_core47643_Read(): react_jsx_runtime.JSX.Element | "Có lỗi xảy ra!" | "Đang tải dữ liệu...";
|
333
333
|
|
334
334
|
declare function F_core60524({ AQModuleId }: {
|
335
335
|
AQModuleId: number;
|
@@ -475,7 +475,7 @@ declare function F_core83092({ menuData }: {
|
|
475
475
|
menuData: I_BasicAppShell_LinkItem[];
|
476
476
|
}): react_jsx_runtime.JSX.Element;
|
477
477
|
|
478
|
-
declare function F_core83092_ReadUser(): react_jsx_runtime.JSX.Element | "
|
478
|
+
declare function F_core83092_ReadUser(): react_jsx_runtime.JSX.Element | "Có lỗi xảy ra!" | "Loading...";
|
479
479
|
|
480
480
|
declare function F_core83092_Save(): react_jsx_runtime.JSX.Element;
|
481
481
|
|