aq-fe-framework 0.1.239 → 0.1.241
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.
@@ -11,7 +11,9 @@ function createBaseApi(baseUrl, axiosInstance) {
|
|
11
11
|
},
|
12
12
|
create: (data) => {
|
13
13
|
return axiosInstance.post(`${baseUrl}/create`, __spreadProps(__spreadValues({}, data), {
|
14
|
-
id: 0
|
14
|
+
id: 0,
|
15
|
+
concurrencyStamp: "string",
|
16
|
+
isEnabled: true
|
15
17
|
}));
|
16
18
|
},
|
17
19
|
update: (data) => {
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import {
|
2
2
|
baseAxios_default,
|
3
3
|
useQ_AQ_GetAQModule
|
4
|
-
} from "./chunk-
|
4
|
+
} from "./chunk-HMRYQTJT.mjs";
|
5
5
|
import {
|
6
6
|
createGenericStore
|
7
7
|
} from "./chunk-Y3YGC5IH.mjs";
|
@@ -1096,7 +1096,8 @@ function MyButtonDeleteList(_a) {
|
|
1096
1096
|
MyButtonModal,
|
1097
1097
|
__spreadProps(__spreadValues({
|
1098
1098
|
disclosure: disc,
|
1099
|
-
crudType: "delete"
|
1099
|
+
crudType: "delete",
|
1100
|
+
disabled: contextData == void 0 || contextData.length == 0
|
1100
1101
|
}, rest), {
|
1101
1102
|
children: [
|
1102
1103
|
/* @__PURE__ */ jsx22(
|
@@ -66,8 +66,8 @@ import {
|
|
66
66
|
useS_BasicAppShell,
|
67
67
|
useS_ButtonImport,
|
68
68
|
utils_layout_getItemsWithoutLinks
|
69
|
-
} from "../chunk-
|
70
|
-
import "../chunk-
|
69
|
+
} from "../chunk-TQCEVAOM.mjs";
|
70
|
+
import "../chunk-HMRYQTJT.mjs";
|
71
71
|
import "../chunk-Y3YGC5IH.mjs";
|
72
72
|
import "../chunk-5U2JSHSJ.mjs";
|
73
73
|
import "../chunk-7ZCOFATU.mjs";
|
package/dist/hooks/index.mjs
CHANGED
@@ -25,12 +25,12 @@ import {
|
|
25
25
|
useS_BasicAppShell,
|
26
26
|
useS_authenticate,
|
27
27
|
utils_layout_getItemsWithoutLinks
|
28
|
-
} from "../chunk-
|
28
|
+
} from "../chunk-TQCEVAOM.mjs";
|
29
29
|
import {
|
30
30
|
baseAxios_default,
|
31
31
|
useQ_AQ_GetAQModule,
|
32
32
|
useQ_SkillCenter_GetAll
|
33
|
-
} from "../chunk-
|
33
|
+
} from "../chunk-HMRYQTJT.mjs";
|
34
34
|
import {
|
35
35
|
createGenericStore
|
36
36
|
} from "../chunk-Y3YGC5IH.mjs";
|