aq-fe-framework 0.1.537 → 0.1.539
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-2R7QTFQV.mjs → chunk-6N4KCI5F.mjs} +2 -2
- package/dist/{chunk-DH6RVK5I.mjs → chunk-EUSFNRYO.mjs} +1 -5
- package/dist/{chunk-MXQ76B6B.mjs → chunk-RO44L2EA.mjs} +1 -1
- package/dist/{chunk-KI4UPOLS.mjs → chunk-VAT2XBDF.mjs} +4 -5
- package/dist/components/index.mjs +2 -2
- package/dist/core/index.mjs +4 -4
- package/dist/coreService/index.mjs +3 -3
- package/dist/hooks/index.mjs +1 -1
- package/dist/modules-features/index.mjs +4 -4
- package/package.json +1 -1
@@ -2,7 +2,7 @@ import {
|
|
2
2
|
MyDataTable,
|
3
3
|
MyFlexColumn,
|
4
4
|
MyFlexRow
|
5
|
-
} from "./chunk-
|
5
|
+
} from "./chunk-VAT2XBDF.mjs";
|
6
6
|
import {
|
7
7
|
const_object_colors
|
8
8
|
} from "./chunk-OMJJAHOC.mjs";
|
@@ -12,7 +12,7 @@ import {
|
|
12
12
|
import {
|
13
13
|
useMyReactMutation,
|
14
14
|
useMyReactQuery
|
15
|
-
} from "./chunk-
|
15
|
+
} from "./chunk-EUSFNRYO.mjs";
|
16
16
|
import {
|
17
17
|
utils_notification_show
|
18
18
|
} from "./chunk-7ZCOFATU.mjs";
|
@@ -96,11 +96,7 @@ function createBaseApi(baseUrl, axiosInstance) {
|
|
96
96
|
});
|
97
97
|
},
|
98
98
|
create: (data) => {
|
99
|
-
return axiosInstance.post(`${baseUrl}/create`,
|
100
|
-
id: 0,
|
101
|
-
concurrencyStamp: "string",
|
102
|
-
isEnabled: true
|
103
|
-
}));
|
99
|
+
return axiosInstance.post(`${baseUrl}/create`, __spreadValues({}, data));
|
104
100
|
},
|
105
101
|
update: (data) => {
|
106
102
|
return axiosInstance.post(`${baseUrl}/update`, data);
|
@@ -11,7 +11,7 @@ import {
|
|
11
11
|
baseAxios_default,
|
12
12
|
useMyReactMutation,
|
13
13
|
useQ_AQ_GetAQModule
|
14
|
-
} from "./chunk-
|
14
|
+
} from "./chunk-EUSFNRYO.mjs";
|
15
15
|
import {
|
16
16
|
utils_notification_show
|
17
17
|
} from "./chunk-7ZCOFATU.mjs";
|
@@ -2002,7 +2002,7 @@ function MyButtonViewPDF({
|
|
2002
2002
|
id,
|
2003
2003
|
modalSize = "80%",
|
2004
2004
|
label = "Xem file",
|
2005
|
-
src
|
2005
|
+
src,
|
2006
2006
|
isActionIcon = false,
|
2007
2007
|
filePath
|
2008
2008
|
}) {
|
@@ -2079,15 +2079,14 @@ function MyButtonViewPDF({
|
|
2079
2079
|
overlayProps: { radius: "sm", blur: 2 }
|
2080
2080
|
}
|
2081
2081
|
),
|
2082
|
-
query.data
|
2082
|
+
query.data ? /* @__PURE__ */ jsx34(
|
2083
2083
|
"iframe",
|
2084
2084
|
{
|
2085
2085
|
src: `data:application/pdf;base64, ${filePath ? (_a = query.data) == null ? void 0 : _a.fileBase64String : (_c = (_b = query.data) == null ? void 0 : _b.fileDetail) == null ? void 0 : _c.fileBase64String}`,
|
2086
2086
|
width: "100%",
|
2087
2087
|
height: "100%"
|
2088
2088
|
}
|
2089
|
-
),
|
2090
|
-
src && /* @__PURE__ */ jsx34("iframe", { src, width: "100%", height: "100%" })
|
2089
|
+
) : /* @__PURE__ */ jsx34("iframe", { src, width: "100%", height: "100%" })
|
2091
2090
|
] })
|
2092
2091
|
}
|
2093
2092
|
)
|
@@ -67,11 +67,11 @@ import {
|
|
67
67
|
useS_BasicAppShell,
|
68
68
|
useS_ButtonImport,
|
69
69
|
utils_layout_getItemsWithoutLinks
|
70
|
-
} from "../chunk-
|
70
|
+
} from "../chunk-VAT2XBDF.mjs";
|
71
71
|
import "../chunk-U62R2QKJ.mjs";
|
72
72
|
import "../chunk-5U2JSHSJ.mjs";
|
73
73
|
import "../chunk-OMJJAHOC.mjs";
|
74
|
-
import "../chunk-
|
74
|
+
import "../chunk-EUSFNRYO.mjs";
|
75
75
|
import "../chunk-7ZCOFATU.mjs";
|
76
76
|
import "../chunk-FWCSY2DS.mjs";
|
77
77
|
export {
|
package/dist/core/index.mjs
CHANGED
@@ -18,17 +18,17 @@ import {
|
|
18
18
|
MyStatsCard,
|
19
19
|
MyTextInput,
|
20
20
|
MyWeeklySessionSchedulerPicker
|
21
|
-
} from "../chunk-
|
21
|
+
} from "../chunk-6N4KCI5F.mjs";
|
22
22
|
import "../chunk-GFEMKKFH.mjs";
|
23
23
|
import {
|
24
24
|
MyModalDelete
|
25
|
-
} from "../chunk-
|
26
|
-
import "../chunk-
|
25
|
+
} from "../chunk-RO44L2EA.mjs";
|
26
|
+
import "../chunk-VAT2XBDF.mjs";
|
27
27
|
import "../chunk-U62R2QKJ.mjs";
|
28
28
|
import "../chunk-5U2JSHSJ.mjs";
|
29
29
|
import "../chunk-OMJJAHOC.mjs";
|
30
30
|
import "../chunk-K6S7R6LU.mjs";
|
31
|
-
import "../chunk-
|
31
|
+
import "../chunk-EUSFNRYO.mjs";
|
32
32
|
import "../chunk-7ZCOFATU.mjs";
|
33
33
|
import "../chunk-FWCSY2DS.mjs";
|
34
34
|
export {
|
@@ -1,13 +1,13 @@
|
|
1
1
|
import {
|
2
2
|
MyModalDelete
|
3
|
-
} from "../chunk-
|
4
|
-
import "../chunk-
|
3
|
+
} from "../chunk-RO44L2EA.mjs";
|
4
|
+
import "../chunk-VAT2XBDF.mjs";
|
5
5
|
import "../chunk-U62R2QKJ.mjs";
|
6
6
|
import "../chunk-5U2JSHSJ.mjs";
|
7
7
|
import "../chunk-OMJJAHOC.mjs";
|
8
8
|
import {
|
9
9
|
useMyReactMutation
|
10
|
-
} from "../chunk-
|
10
|
+
} from "../chunk-EUSFNRYO.mjs";
|
11
11
|
import "../chunk-7ZCOFATU.mjs";
|
12
12
|
import "../chunk-FWCSY2DS.mjs";
|
13
13
|
|
package/dist/hooks/index.mjs
CHANGED
@@ -16,11 +16,11 @@ import {
|
|
16
16
|
MyButton as MyButton2,
|
17
17
|
MyDataTableSelectOne,
|
18
18
|
MyTextInput as MyTextInput2
|
19
|
-
} from "../chunk-
|
19
|
+
} from "../chunk-6N4KCI5F.mjs";
|
20
20
|
import {
|
21
21
|
const_object_documentTypes
|
22
22
|
} from "../chunk-GFEMKKFH.mjs";
|
23
|
-
import "../chunk-
|
23
|
+
import "../chunk-RO44L2EA.mjs";
|
24
24
|
import {
|
25
25
|
F_authenticate_Logout,
|
26
26
|
MyActionIconDelete,
|
@@ -46,7 +46,7 @@ import {
|
|
46
46
|
groupToTwoLevels,
|
47
47
|
useS_authenticate,
|
48
48
|
utils_layout_getItemsWithoutLinks
|
49
|
-
} from "../chunk-
|
49
|
+
} from "../chunk-VAT2XBDF.mjs";
|
50
50
|
import {
|
51
51
|
createGenericStore
|
52
52
|
} from "../chunk-U62R2QKJ.mjs";
|
@@ -67,7 +67,7 @@ import {
|
|
67
67
|
useMyRouter,
|
68
68
|
useQ_AQ_GetAQModule,
|
69
69
|
useQ_SkillCenter_GetAll
|
70
|
-
} from "../chunk-
|
70
|
+
} from "../chunk-EUSFNRYO.mjs";
|
71
71
|
import {
|
72
72
|
utils_notification_show
|
73
73
|
} from "../chunk-7ZCOFATU.mjs";
|