aq-fe-framework 0.1.313 → 0.1.314
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-QPPD4PQX.mjs → chunk-VECMRDKG.mjs} +1 -0
- package/dist/components/index.mjs +3 -3
- package/dist/modules-features/index.mjs +16 -16
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/{chunk-TWAQUUQZ.mjs → chunk-MLYVD4EV.mjs} +5 -5
@@ -289,6 +289,7 @@ var utils_time_getCurrentTimeString = () => {
|
|
289
289
|
return `${hours}:${minutes}:${seconds}`;
|
290
290
|
};
|
291
291
|
function utils_time_extractHourMinute(isoString) {
|
292
|
+
if (!isoString) return "";
|
292
293
|
const date = new Date(isoString);
|
293
294
|
const hours = String(date.getHours()).padStart(2, "0");
|
294
295
|
const minutes = String(date.getMinutes()).padStart(2, "0");
|
@@ -64,16 +64,16 @@ import {
|
|
64
64
|
useS_BasicAppShell,
|
65
65
|
useS_ButtonImport,
|
66
66
|
utils_layout_getItemsWithoutLinks
|
67
|
-
} from "../chunk-
|
68
|
-
import "../chunk-
|
67
|
+
} from "../chunk-MLYVD4EV.mjs";
|
68
|
+
import "../chunk-5U2JSHSJ.mjs";
|
69
69
|
import {
|
70
70
|
MyFlexColumn,
|
71
71
|
MyFlexRow
|
72
72
|
} from "../chunk-HHJFKKE7.mjs";
|
73
73
|
import "../chunk-NWBLJ3W3.mjs";
|
74
74
|
import "../chunk-QPNYGFTI.mjs";
|
75
|
-
import "../chunk-5U2JSHSJ.mjs";
|
76
75
|
import "../chunk-7ZCOFATU.mjs";
|
76
|
+
import "../chunk-Y3YGC5IH.mjs";
|
77
77
|
import "../chunk-FWCSY2DS.mjs";
|
78
78
|
export {
|
79
79
|
AQButtonCreateByImportFile,
|
@@ -1,3 +1,11 @@
|
|
1
|
+
import {
|
2
|
+
U0DateToDDMMYYYString,
|
3
|
+
U0MyValidateEmail,
|
4
|
+
updateEnableList,
|
5
|
+
utils_config_getBaseUrl,
|
6
|
+
utils_converter_enumToSelectOptions,
|
7
|
+
utils_file_fileToAQDocumentType
|
8
|
+
} from "../chunk-VECMRDKG.mjs";
|
1
9
|
import {
|
2
10
|
F_authenticate_Logout,
|
3
11
|
MyActionIconDelete,
|
@@ -22,16 +30,11 @@ import {
|
|
22
30
|
useS_BasicAppShell,
|
23
31
|
useS_authenticate,
|
24
32
|
utils_layout_getItemsWithoutLinks
|
25
|
-
} from "../chunk-
|
26
|
-
import
|
27
|
-
createGenericStore
|
28
|
-
} from "../chunk-Y3YGC5IH.mjs";
|
33
|
+
} from "../chunk-MLYVD4EV.mjs";
|
34
|
+
import "../chunk-5U2JSHSJ.mjs";
|
29
35
|
import {
|
30
36
|
const_object_documentTypes
|
31
37
|
} from "../chunk-GFEMKKFH.mjs";
|
32
|
-
import {
|
33
|
-
enum_emailConfigModule
|
34
|
-
} from "../chunk-VH4ZAD6M.mjs";
|
35
38
|
import {
|
36
39
|
MyButton as MyButton2,
|
37
40
|
MyTextInput as MyTextInput2
|
@@ -43,6 +46,9 @@ import {
|
|
43
46
|
import {
|
44
47
|
const_object_colors
|
45
48
|
} from "../chunk-NWBLJ3W3.mjs";
|
49
|
+
import {
|
50
|
+
enum_emailConfigModule
|
51
|
+
} from "../chunk-VH4ZAD6M.mjs";
|
46
52
|
import "../chunk-K6S7R6LU.mjs";
|
47
53
|
import {
|
48
54
|
baseAxios_default,
|
@@ -54,18 +60,12 @@ import {
|
|
54
60
|
useQ_AQ_GetAQModule,
|
55
61
|
useQ_SkillCenter_GetAll
|
56
62
|
} from "../chunk-QPNYGFTI.mjs";
|
57
|
-
import {
|
58
|
-
U0DateToDDMMYYYString,
|
59
|
-
U0MyValidateEmail,
|
60
|
-
updateEnableList,
|
61
|
-
utils_config_getBaseUrl,
|
62
|
-
utils_converter_enumToSelectOptions,
|
63
|
-
utils_file_fileToAQDocumentType
|
64
|
-
} from "../chunk-QPPD4PQX.mjs";
|
65
|
-
import "../chunk-5U2JSHSJ.mjs";
|
66
63
|
import {
|
67
64
|
utils_notification_show
|
68
65
|
} from "../chunk-7ZCOFATU.mjs";
|
66
|
+
import {
|
67
|
+
createGenericStore
|
68
|
+
} from "../chunk-Y3YGC5IH.mjs";
|
69
69
|
import {
|
70
70
|
__objRest,
|
71
71
|
__spreadProps,
|
package/dist/utils/index.d.mts
CHANGED
@@ -51,7 +51,7 @@ declare function utils_reactQuery_updateListItemInQuery<T>({ queryClient, queryK
|
|
51
51
|
|
52
52
|
declare const utils_time_convertTimeStringToSeconds: (time: string) => number;
|
53
53
|
declare const utils_time_getCurrentTimeString: () => string;
|
54
|
-
declare function utils_time_extractHourMinute(isoString
|
54
|
+
declare function utils_time_extractHourMinute(isoString?: string): string;
|
55
55
|
|
56
56
|
declare function U0MyValidateEmpty(message?: string): (value: unknown) => React.ReactNode;
|
57
57
|
declare function U0MyValidateEmail(value?: string): "Email không đúng định dạng" | null;
|
package/dist/utils/index.mjs
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import {
|
2
|
-
|
3
|
-
} from "./chunk-
|
2
|
+
utils_pdf_download
|
3
|
+
} from "./chunk-5U2JSHSJ.mjs";
|
4
4
|
import {
|
5
5
|
MyFlexColumn,
|
6
6
|
MyFlexRow
|
@@ -13,12 +13,12 @@ import {
|
|
13
13
|
useMyReactMutation,
|
14
14
|
useQ_AQ_GetAQModule
|
15
15
|
} from "./chunk-QPNYGFTI.mjs";
|
16
|
-
import {
|
17
|
-
utils_pdf_download
|
18
|
-
} from "./chunk-5U2JSHSJ.mjs";
|
19
16
|
import {
|
20
17
|
utils_notification_show
|
21
18
|
} from "./chunk-7ZCOFATU.mjs";
|
19
|
+
import {
|
20
|
+
createGenericStore
|
21
|
+
} from "./chunk-Y3YGC5IH.mjs";
|
22
22
|
import {
|
23
23
|
__objRest,
|
24
24
|
__spreadProps,
|