aq-fe-framework 0.1.398 → 0.1.399
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-6FYCF5IJ.mjs → chunk-CJCNENHH.mjs} +5 -5
- package/dist/components/index.mjs +2 -2
- package/dist/core/index.mjs +2 -2
- package/dist/interfaces/index.d.mts +4 -4
- package/dist/modules-features/index.mjs +8 -8
- package/package.json +1 -1
- package/dist/{chunk-GV2TEJNI.mjs → chunk-CK24UKA4.mjs} +3 -3
|
@@ -6,6 +6,9 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
const_object_colors
|
|
8
8
|
} from "./chunk-7ORPZMGL.mjs";
|
|
9
|
+
import {
|
|
10
|
+
enum_daysOfWeek
|
|
11
|
+
} from "./chunk-K6S7R6LU.mjs";
|
|
9
12
|
import {
|
|
10
13
|
useMyReactMutation,
|
|
11
14
|
useMyReactQuery
|
|
@@ -13,9 +16,6 @@ import {
|
|
|
13
16
|
import {
|
|
14
17
|
utils_notification_show
|
|
15
18
|
} from "./chunk-7ZCOFATU.mjs";
|
|
16
|
-
import {
|
|
17
|
-
enum_daysOfWeek
|
|
18
|
-
} from "./chunk-K6S7R6LU.mjs";
|
|
19
19
|
import {
|
|
20
20
|
__objRest,
|
|
21
21
|
__spreadProps,
|
|
@@ -299,7 +299,7 @@ function MyButtonCreateUpdate({
|
|
|
299
299
|
/* @__PURE__ */ jsx4(
|
|
300
300
|
ScrollArea,
|
|
301
301
|
__spreadProps(__spreadValues({
|
|
302
|
-
mah: (modalProps == null ? void 0 : modalProps.fullScreen) ? "calc(100vh - 140px)" : "
|
|
302
|
+
mah: (modalProps == null ? void 0 : modalProps.fullScreen) ? "calc(100vh - 140px)" : "68vh"
|
|
303
303
|
}, scrollAreaAutosizeProps), {
|
|
304
304
|
children: /* @__PURE__ */ jsx4(MyFlexColumn2, { children })
|
|
305
305
|
})
|
|
@@ -834,12 +834,12 @@ function MyWeeklySessionSchedulerPicker({
|
|
|
834
834
|
}
|
|
835
835
|
|
|
836
836
|
export {
|
|
837
|
-
MyDataTableSelectOne,
|
|
838
837
|
MyActionIcon,
|
|
839
838
|
MyButton,
|
|
840
839
|
MyFlexColumn2 as MyFlexColumn,
|
|
841
840
|
MyButtonCreateUpdate,
|
|
842
841
|
MyButtonModal,
|
|
842
|
+
MyDataTableSelectOne,
|
|
843
843
|
MyLabelValueRow,
|
|
844
844
|
MyStatsCard,
|
|
845
845
|
MyDayOfWeekPicker,
|
|
@@ -62,8 +62,7 @@ import {
|
|
|
62
62
|
useS_BasicAppShell,
|
|
63
63
|
useS_ButtonImport,
|
|
64
64
|
utils_layout_getItemsWithoutLinks
|
|
65
|
-
} from "../chunk-
|
|
66
|
-
import "../chunk-Y3YGC5IH.mjs";
|
|
65
|
+
} from "../chunk-CK24UKA4.mjs";
|
|
67
66
|
import "../chunk-5U2JSHSJ.mjs";
|
|
68
67
|
import {
|
|
69
68
|
MyDataTable,
|
|
@@ -73,6 +72,7 @@ import {
|
|
|
73
72
|
import "../chunk-7ORPZMGL.mjs";
|
|
74
73
|
import "../chunk-UNMZHBJW.mjs";
|
|
75
74
|
import "../chunk-7ZCOFATU.mjs";
|
|
75
|
+
import "../chunk-Y3YGC5IH.mjs";
|
|
76
76
|
import "../chunk-FWCSY2DS.mjs";
|
|
77
77
|
export {
|
|
78
78
|
AQButtonCreateByImportFile,
|
package/dist/core/index.mjs
CHANGED
|
@@ -13,12 +13,12 @@ import {
|
|
|
13
13
|
MyStatsCard,
|
|
14
14
|
MyTextInput,
|
|
15
15
|
MyWeeklySessionSchedulerPicker
|
|
16
|
-
} from "../chunk-
|
|
16
|
+
} from "../chunk-CJCNENHH.mjs";
|
|
17
17
|
import "../chunk-GEYCGM75.mjs";
|
|
18
18
|
import "../chunk-7ORPZMGL.mjs";
|
|
19
|
+
import "../chunk-K6S7R6LU.mjs";
|
|
19
20
|
import "../chunk-UNMZHBJW.mjs";
|
|
20
21
|
import "../chunk-7ZCOFATU.mjs";
|
|
21
|
-
import "../chunk-K6S7R6LU.mjs";
|
|
22
22
|
import "../chunk-FWCSY2DS.mjs";
|
|
23
23
|
export {
|
|
24
24
|
MyActionIcon,
|
|
@@ -2,10 +2,6 @@ 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
|
-
|
|
9
5
|
interface IFile {
|
|
10
6
|
fileName?: string | undefined;
|
|
11
7
|
fileExtension?: string | undefined;
|
|
@@ -55,4 +51,8 @@ interface IUser extends IBaseEntity {
|
|
|
55
51
|
email?: string;
|
|
56
52
|
}
|
|
57
53
|
|
|
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 };
|
|
@@ -33,10 +33,7 @@ import {
|
|
|
33
33
|
groupToTwoLevels,
|
|
34
34
|
useS_authenticate,
|
|
35
35
|
utils_layout_getItemsWithoutLinks
|
|
36
|
-
} from "../chunk-
|
|
37
|
-
import {
|
|
38
|
-
createGenericStore
|
|
39
|
-
} from "../chunk-Y3YGC5IH.mjs";
|
|
36
|
+
} from "../chunk-CK24UKA4.mjs";
|
|
40
37
|
import "../chunk-5U2JSHSJ.mjs";
|
|
41
38
|
import {
|
|
42
39
|
const_object_documentTypes
|
|
@@ -45,7 +42,7 @@ import {
|
|
|
45
42
|
MyButton as MyButton2,
|
|
46
43
|
MyDataTableSelectOne,
|
|
47
44
|
MyTextInput as MyTextInput2
|
|
48
|
-
} from "../chunk-
|
|
45
|
+
} from "../chunk-CJCNENHH.mjs";
|
|
49
46
|
import {
|
|
50
47
|
MyDataTable,
|
|
51
48
|
MyFlexColumn,
|
|
@@ -54,6 +51,10 @@ import {
|
|
|
54
51
|
import {
|
|
55
52
|
const_object_colors
|
|
56
53
|
} from "../chunk-7ORPZMGL.mjs";
|
|
54
|
+
import {
|
|
55
|
+
enum_emailConfigModule
|
|
56
|
+
} from "../chunk-VH4ZAD6M.mjs";
|
|
57
|
+
import "../chunk-K6S7R6LU.mjs";
|
|
57
58
|
import {
|
|
58
59
|
baseAxios_default,
|
|
59
60
|
createBaseApi,
|
|
@@ -68,9 +69,8 @@ import {
|
|
|
68
69
|
utils_notification_show
|
|
69
70
|
} from "../chunk-7ZCOFATU.mjs";
|
|
70
71
|
import {
|
|
71
|
-
|
|
72
|
-
} from "../chunk-
|
|
73
|
-
import "../chunk-K6S7R6LU.mjs";
|
|
72
|
+
createGenericStore
|
|
73
|
+
} from "../chunk-Y3YGC5IH.mjs";
|
|
74
74
|
import {
|
|
75
75
|
__objRest,
|
|
76
76
|
__spreadProps,
|
package/package.json
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
createGenericStore
|
|
3
|
-
} from "./chunk-Y3YGC5IH.mjs";
|
|
4
1
|
import {
|
|
5
2
|
utils_pdf_download
|
|
6
3
|
} from "./chunk-5U2JSHSJ.mjs";
|
|
@@ -20,6 +17,9 @@ import {
|
|
|
20
17
|
import {
|
|
21
18
|
utils_notification_show
|
|
22
19
|
} from "./chunk-7ZCOFATU.mjs";
|
|
20
|
+
import {
|
|
21
|
+
createGenericStore
|
|
22
|
+
} from "./chunk-Y3YGC5IH.mjs";
|
|
23
23
|
import {
|
|
24
24
|
__objRest,
|
|
25
25
|
__spreadProps,
|