aq-fe-framework 0.1.538 → 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-QPJIX3IA.mjs → chunk-6N4KCI5F.mjs} +2 -2
- package/dist/{chunk-DH6RVK5I.mjs → chunk-EUSFNRYO.mjs} +1 -5
- package/dist/{chunk-4OHUYBAJ.mjs → chunk-RO44L2EA.mjs} +1 -1
- package/dist/{chunk-O6CSSWCM.mjs → chunk-VAT2XBDF.mjs} +1 -1
- 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);
|
@@ -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";
|