aq-fe-framework 0.1.473 → 0.1.474
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-D3LIC6va.d.mts → BasicAppShell-CBONSKKX.d.mts} +1 -0
- package/dist/{chunk-ET4SHUV5.mjs → chunk-SQ7D2WH5.mjs} +1 -1
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.mjs +2 -2
- package/dist/core/index.mjs +4 -4
- package/dist/modules-features/index.d.mts +1 -1
- package/dist/modules-features/index.mjs +8 -8
- package/package.json +1 -1
- package/dist/{chunk-R43BUIMD.mjs → chunk-24COZ2RJ.mjs} +3 -3
@@ -6,8 +6,8 @@ import { M as MyApiResponse } from '../createBaseApi-D9OK2lA_.mjs';
|
|
6
6
|
import { AxiosResponse } from 'axios';
|
7
7
|
import { useDisclosure, useListState } from '@mantine/hooks';
|
8
8
|
import { UseFormReturnType, useForm } from '@mantine/form';
|
9
|
-
import { I as I_BasicAppShell_LinkItem } from '../BasicAppShell-
|
10
|
-
export { a as BasicAppShell, B as BasicAppShell_transformMenuToEnum, g as groupToTwoLevels, u as utils_layout_getItemsWithoutLinks } from '../BasicAppShell-
|
9
|
+
import { I as I_BasicAppShell_LinkItem } from '../BasicAppShell-CBONSKKX.mjs';
|
10
|
+
export { a as BasicAppShell, B as BasicAppShell_transformMenuToEnum, g as groupToTwoLevels, u as utils_layout_getItemsWithoutLinks } from '../BasicAppShell-CBONSKKX.mjs';
|
11
11
|
import { I as IUtils_Excel_ColumnConfig, a as IAQFileDetail } from '../utils_file-G8NTHCO-.mjs';
|
12
12
|
import { MRT_ColumnDef, MRT_RowData, MRT_TableOptions, MRT_TableInstance } from 'mantine-react-table';
|
13
13
|
import { ConfigOptions } from 'export-to-csv';
|
@@ -65,12 +65,12 @@ import {
|
|
65
65
|
useS_BasicAppShell,
|
66
66
|
useS_ButtonImport,
|
67
67
|
utils_layout_getItemsWithoutLinks
|
68
|
-
} from "../chunk-
|
69
|
-
import "../chunk-U62R2QKJ.mjs";
|
68
|
+
} from "../chunk-24COZ2RJ.mjs";
|
70
69
|
import "../chunk-5U2JSHSJ.mjs";
|
71
70
|
import "../chunk-OMJJAHOC.mjs";
|
72
71
|
import "../chunk-KFSAV44B.mjs";
|
73
72
|
import "../chunk-7ZCOFATU.mjs";
|
73
|
+
import "../chunk-U62R2QKJ.mjs";
|
74
74
|
import "../chunk-FWCSY2DS.mjs";
|
75
75
|
export {
|
76
76
|
AQButtonCreateByImportFile,
|
package/dist/core/index.mjs
CHANGED
@@ -16,15 +16,15 @@ import {
|
|
16
16
|
MyStatsCard,
|
17
17
|
MyTextInput,
|
18
18
|
MyWeeklySessionSchedulerPicker
|
19
|
-
} from "../chunk-
|
20
|
-
import "../chunk-R43BUIMD.mjs";
|
21
|
-
import "../chunk-U62R2QKJ.mjs";
|
22
|
-
import "../chunk-5U2JSHSJ.mjs";
|
19
|
+
} from "../chunk-SQ7D2WH5.mjs";
|
23
20
|
import "../chunk-GFEMKKFH.mjs";
|
21
|
+
import "../chunk-24COZ2RJ.mjs";
|
22
|
+
import "../chunk-5U2JSHSJ.mjs";
|
24
23
|
import "../chunk-OMJJAHOC.mjs";
|
25
24
|
import "../chunk-K6S7R6LU.mjs";
|
26
25
|
import "../chunk-KFSAV44B.mjs";
|
27
26
|
import "../chunk-7ZCOFATU.mjs";
|
27
|
+
import "../chunk-U62R2QKJ.mjs";
|
28
28
|
import "../chunk-FWCSY2DS.mjs";
|
29
29
|
export {
|
30
30
|
MyActionIcon,
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
2
|
-
import { I as I_BasicAppShell_LinkItem } from '../BasicAppShell-
|
2
|
+
import { I as I_BasicAppShell_LinkItem } from '../BasicAppShell-CBONSKKX.mjs';
|
3
3
|
import { I as IBaseEntity } from '../IBaseEntity-BprRafT5.mjs';
|
4
4
|
import { SelectProps, ButtonProps } from '@mantine/core';
|
5
5
|
import { I as IEmailConfig } from '../IEmailConfig-Bza2PzTi.mjs';
|
@@ -15,7 +15,10 @@ import {
|
|
15
15
|
MyButton as MyButton2,
|
16
16
|
MyDataTableSelectOne,
|
17
17
|
MyTextInput as MyTextInput2
|
18
|
-
} from "../chunk-
|
18
|
+
} from "../chunk-SQ7D2WH5.mjs";
|
19
|
+
import {
|
20
|
+
const_object_documentTypes
|
21
|
+
} from "../chunk-GFEMKKFH.mjs";
|
19
22
|
import {
|
20
23
|
F_authenticate_Logout,
|
21
24
|
MyActionIconDelete,
|
@@ -41,14 +44,8 @@ import {
|
|
41
44
|
groupToTwoLevels,
|
42
45
|
useS_authenticate,
|
43
46
|
utils_layout_getItemsWithoutLinks
|
44
|
-
} from "../chunk-
|
45
|
-
import {
|
46
|
-
createGenericStore
|
47
|
-
} from "../chunk-U62R2QKJ.mjs";
|
47
|
+
} from "../chunk-24COZ2RJ.mjs";
|
48
48
|
import "../chunk-5U2JSHSJ.mjs";
|
49
|
-
import {
|
50
|
-
const_object_documentTypes
|
51
|
-
} from "../chunk-GFEMKKFH.mjs";
|
52
49
|
import {
|
53
50
|
const_object_colors
|
54
51
|
} from "../chunk-OMJJAHOC.mjs";
|
@@ -69,6 +66,9 @@ import {
|
|
69
66
|
import {
|
70
67
|
utils_notification_show
|
71
68
|
} from "../chunk-7ZCOFATU.mjs";
|
69
|
+
import {
|
70
|
+
createGenericStore
|
71
|
+
} from "../chunk-U62R2QKJ.mjs";
|
72
72
|
import {
|
73
73
|
__objRest,
|
74
74
|
__spreadProps,
|
package/package.json
CHANGED
@@ -1,6 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
createGenericStore
|
3
|
-
} from "./chunk-U62R2QKJ.mjs";
|
4
1
|
import {
|
5
2
|
utils_pdf_download
|
6
3
|
} from "./chunk-5U2JSHSJ.mjs";
|
@@ -15,6 +12,9 @@ import {
|
|
15
12
|
import {
|
16
13
|
utils_notification_show
|
17
14
|
} from "./chunk-7ZCOFATU.mjs";
|
15
|
+
import {
|
16
|
+
createGenericStore
|
17
|
+
} from "./chunk-U62R2QKJ.mjs";
|
18
18
|
import {
|
19
19
|
__objRest,
|
20
20
|
__spreadProps,
|