aq-fe-framework 0.1.346 → 0.1.348
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/columns/index.d.mts
CHANGED
@@ -1,6 +1,9 @@
|
|
1
|
-
import { I as IBaseEntity } from '../IBaseEntity-BprRafT5.mjs';
|
2
1
|
import { MRT_ColumnDef } from 'mantine-react-table';
|
3
2
|
|
4
|
-
|
3
|
+
interface IBaseColumns {
|
4
|
+
modifiedFullName?: string;
|
5
|
+
modifiedWhen?: string;
|
6
|
+
}
|
7
|
+
declare const baseColumns: MRT_ColumnDef<IBaseColumns>[];
|
5
8
|
|
6
9
|
export { baseColumns };
|
package/dist/core/index.mjs
CHANGED
@@ -12,10 +12,10 @@ import {
|
|
12
12
|
MyStatsCard,
|
13
13
|
MyTextInput,
|
14
14
|
MyWeeklySessionSchedulerPicker
|
15
|
-
} from "../chunk-
|
15
|
+
} from "../chunk-A7SOCM54.mjs";
|
16
16
|
import "../chunk-GEYCGM75.mjs";
|
17
|
-
import "../chunk-K6S7R6LU.mjs";
|
18
17
|
import "../chunk-NWBLJ3W3.mjs";
|
18
|
+
import "../chunk-K6S7R6LU.mjs";
|
19
19
|
import "../chunk-YQPDRFRL.mjs";
|
20
20
|
import "../chunk-7ZCOFATU.mjs";
|
21
21
|
import "../chunk-FWCSY2DS.mjs";
|
@@ -2,6 +2,10 @@ export { I as IEmailConfig } from '../EmailConfig-Bza2PzTi.mjs';
|
|
2
2
|
export { I as IAQModule } from '../IAQModule-DfONsRwE.mjs';
|
3
3
|
import { I as IBaseEntity } from '../IBaseEntity-BprRafT5.mjs';
|
4
4
|
|
5
|
+
interface IPageContent extends IBaseEntity {
|
6
|
+
description?: string;
|
7
|
+
}
|
8
|
+
|
5
9
|
interface IFile {
|
6
10
|
fileName?: string | undefined;
|
7
11
|
fileExtension?: string | undefined;
|
@@ -51,8 +55,4 @@ interface IUser extends IBaseEntity {
|
|
51
55
|
email?: string;
|
52
56
|
}
|
53
57
|
|
54
|
-
interface IPageContent extends IBaseEntity {
|
55
|
-
description?: string;
|
56
|
-
}
|
57
|
-
|
58
58
|
export { IBaseEntity, type IDocument, type IFile, type IPageContent, type IPagePermission, type IRole, type IUser };
|
@@ -38,26 +38,26 @@ import {
|
|
38
38
|
createGenericStore
|
39
39
|
} from "../chunk-Y3YGC5IH.mjs";
|
40
40
|
import "../chunk-5U2JSHSJ.mjs";
|
41
|
+
import {
|
42
|
+
const_object_documentTypes
|
43
|
+
} from "../chunk-BZMQOGL6.mjs";
|
41
44
|
import {
|
42
45
|
MyButton as MyButton2,
|
43
46
|
MyDataTableSelectOne,
|
44
47
|
MyTextInput as MyTextInput2
|
45
|
-
} from "../chunk-
|
48
|
+
} from "../chunk-A7SOCM54.mjs";
|
46
49
|
import {
|
47
50
|
MyDataTable,
|
48
51
|
MyFlexColumn,
|
49
52
|
MyFlexRow
|
50
53
|
} from "../chunk-GEYCGM75.mjs";
|
54
|
+
import {
|
55
|
+
const_object_colors
|
56
|
+
} from "../chunk-NWBLJ3W3.mjs";
|
51
57
|
import {
|
52
58
|
enum_emailConfigModule
|
53
59
|
} from "../chunk-VH4ZAD6M.mjs";
|
54
60
|
import "../chunk-K6S7R6LU.mjs";
|
55
|
-
import {
|
56
|
-
const_object_documentTypes
|
57
|
-
} from "../chunk-BZMQOGL6.mjs";
|
58
|
-
import {
|
59
|
-
const_object_colors
|
60
|
-
} from "../chunk-NWBLJ3W3.mjs";
|
61
61
|
import {
|
62
62
|
baseAxios_default,
|
63
63
|
createBaseApi,
|
package/package.json
CHANGED
@@ -3,12 +3,12 @@ import {
|
|
3
3
|
MyFlexColumn,
|
4
4
|
MyFlexRow
|
5
5
|
} from "./chunk-GEYCGM75.mjs";
|
6
|
-
import {
|
7
|
-
enum_daysOfWeek
|
8
|
-
} from "./chunk-K6S7R6LU.mjs";
|
9
6
|
import {
|
10
7
|
const_object_colors
|
11
8
|
} from "./chunk-NWBLJ3W3.mjs";
|
9
|
+
import {
|
10
|
+
enum_daysOfWeek
|
11
|
+
} from "./chunk-K6S7R6LU.mjs";
|
12
12
|
import {
|
13
13
|
useMyReactMutation
|
14
14
|
} from "./chunk-YQPDRFRL.mjs";
|