aq-fe-framework 0.1.362 → 0.1.364
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.
|
@@ -287,7 +287,7 @@ function MyButtonCreateUpdate({
|
|
|
287
287
|
/* @__PURE__ */ jsx3(
|
|
288
288
|
ScrollArea.Autosize,
|
|
289
289
|
{
|
|
290
|
-
|
|
290
|
+
w: modalProps == null ? void 0 : modalProps.size,
|
|
291
291
|
offsetScrollbars: true,
|
|
292
292
|
mah: (modalProps == null ? void 0 : modalProps.fullScreen) ? "calc(100vh - 140px)" : "75vh",
|
|
293
293
|
children: /* @__PURE__ */ jsx3(MyFlexColumn, { children })
|
package/dist/core/index.mjs
CHANGED
|
@@ -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 };
|
|
@@ -5,12 +5,6 @@ import {
|
|
|
5
5
|
utils_converter_enumToSelectOptions,
|
|
6
6
|
utils_file_fileToAQDocumentType
|
|
7
7
|
} from "../chunk-VJUY7DLP.mjs";
|
|
8
|
-
import {
|
|
9
|
-
baseColumns
|
|
10
|
-
} from "../chunk-2SBUKAGS.mjs";
|
|
11
|
-
import {
|
|
12
|
-
U0DateToDDMMYYYString
|
|
13
|
-
} from "../chunk-I2XIN2R3.mjs";
|
|
14
8
|
import {
|
|
15
9
|
F_authenticate_Logout,
|
|
16
10
|
MyActionIconDelete,
|
|
@@ -41,11 +35,17 @@ import "../chunk-5U2JSHSJ.mjs";
|
|
|
41
35
|
import {
|
|
42
36
|
const_object_documentTypes
|
|
43
37
|
} from "../chunk-BZMQOGL6.mjs";
|
|
38
|
+
import {
|
|
39
|
+
baseColumns
|
|
40
|
+
} from "../chunk-2SBUKAGS.mjs";
|
|
41
|
+
import {
|
|
42
|
+
U0DateToDDMMYYYString
|
|
43
|
+
} from "../chunk-I2XIN2R3.mjs";
|
|
44
44
|
import {
|
|
45
45
|
MyButton as MyButton2,
|
|
46
46
|
MyDataTableSelectOne,
|
|
47
47
|
MyTextInput as MyTextInput2
|
|
48
|
-
} from "../chunk-
|
|
48
|
+
} from "../chunk-DMQGT3PU.mjs";
|
|
49
49
|
import {
|
|
50
50
|
MyDataTable,
|
|
51
51
|
MyFlexColumn,
|
package/dist/utils/index.mjs
CHANGED
|
@@ -18,15 +18,15 @@ import {
|
|
|
18
18
|
utils_time_getCurrentTimeString,
|
|
19
19
|
utils_validator_validateCode
|
|
20
20
|
} from "../chunk-VJUY7DLP.mjs";
|
|
21
|
+
import {
|
|
22
|
+
utils_pdf_download
|
|
23
|
+
} from "../chunk-5U2JSHSJ.mjs";
|
|
21
24
|
import {
|
|
22
25
|
U0DateToDDMMYYYString,
|
|
23
26
|
utils_date_dateToDDMMYYYString,
|
|
24
27
|
utils_date_formatToDateTimeStartEnd,
|
|
25
28
|
utils_date_getHHmm
|
|
26
29
|
} from "../chunk-I2XIN2R3.mjs";
|
|
27
|
-
import {
|
|
28
|
-
utils_pdf_download
|
|
29
|
-
} from "../chunk-5U2JSHSJ.mjs";
|
|
30
30
|
import {
|
|
31
31
|
utils_notification_show
|
|
32
32
|
} from "../chunk-7ZCOFATU.mjs";
|