@dxs-ts/eveli-ide 0.0.132 → 0.0.133
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/build/index.js +23 -23
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -3512,11 +3512,25 @@ function ySn(n) {
|
|
|
3512
3512
|
const o = { ...n.headers ?? {} };
|
|
3513
3513
|
return Object.keys(o).map((c) => c.toLowerCase()).includes("content-type") || (o["content-type"] = "application/json"), { ...n, headers: o };
|
|
3514
3514
|
}
|
|
3515
|
-
const zPt = cs("$org/
|
|
3515
|
+
const zPt = cs("$org/groupMembership.GET")({
|
|
3516
3516
|
hook: vSn
|
|
3517
3517
|
});
|
|
3518
3518
|
function vSn(n) {
|
|
3519
|
-
const i =
|
|
3519
|
+
const i = zPt.useParams(), { url: o } = i;
|
|
3520
|
+
return {
|
|
3521
|
+
getUsers: async (c) => {
|
|
3522
|
+
if (!c || c.length === 0)
|
|
3523
|
+
return [];
|
|
3524
|
+
const u = c.filter((m) => m !== s7e).join(",");
|
|
3525
|
+
return u ? i.fetch(o({ org: "" }).substring(1) + `/?groupName=${u}`).then((m) => m.json()) : [];
|
|
3526
|
+
}
|
|
3527
|
+
};
|
|
3528
|
+
}
|
|
3529
|
+
const WPt = cs("$org/groupsList.GET")({
|
|
3530
|
+
hook: kSn
|
|
3531
|
+
});
|
|
3532
|
+
function kSn(n) {
|
|
3533
|
+
const i = fr(), o = WPt.useParams(), { url: c } = o, u = c({ org: "" }).substring(1), { data: m, error: p, refetch: y, isPending: k } = M1({
|
|
3520
3534
|
staleTime: 15e3,
|
|
3521
3535
|
queryKey: [u],
|
|
3522
3536
|
queryFn: () => o.fetch(u).then((E) => E.json()).then((E) => E ?? []).then((E) => {
|
|
@@ -3529,20 +3543,6 @@ function vSn(n) {
|
|
|
3529
3543
|
});
|
|
3530
3544
|
return { groups: m ?? [] };
|
|
3531
3545
|
}
|
|
3532
|
-
const WPt = cs("$org/groupMembership.GET")({
|
|
3533
|
-
hook: kSn
|
|
3534
|
-
});
|
|
3535
|
-
function kSn(n) {
|
|
3536
|
-
const i = WPt.useParams(), { url: o } = i;
|
|
3537
|
-
return {
|
|
3538
|
-
getUsers: async (c) => {
|
|
3539
|
-
if (!c || c.length === 0)
|
|
3540
|
-
return [];
|
|
3541
|
-
const u = c.filter((m) => m !== s7e).join(",");
|
|
3542
|
-
return u ? i.fetch(o({ org: "" }).substring(1) + `/?groupName=${u}`).then((m) => m.json()) : [];
|
|
3543
|
-
}
|
|
3544
|
-
};
|
|
3545
|
-
}
|
|
3546
3546
|
const ZPt = cs("$org/userInfo.GET")({
|
|
3547
3547
|
hook: xSn
|
|
3548
3548
|
});
|
|
@@ -3950,7 +3950,7 @@ function _Sn(n) {
|
|
|
3950
3950
|
getReleaseContent: async (u) => i.fetch(o({ releaseId: u }), { method: c }).then((m) => m.json())
|
|
3951
3951
|
};
|
|
3952
3952
|
}
|
|
3953
|
-
const yCt = { tag: "eveli-ide-0.0.
|
|
3953
|
+
const yCt = { tag: "eveli-ide-0.0.133", built: "19/03/2025" }, f7t = cs("worker/rest/api/assets/stencil/version.GET")({
|
|
3954
3954
|
hook: $Sn
|
|
3955
3955
|
});
|
|
3956
3956
|
function $Sn(n) {
|
|
@@ -76319,10 +76319,10 @@ function EPn(n) {
|
|
|
76319
76319
|
};
|
|
76320
76320
|
}
|
|
76321
76321
|
const TPn = zPt.update({
|
|
76322
|
-
path: "$org/
|
|
76322
|
+
path: "$org/groupMembership",
|
|
76323
76323
|
method: "GET"
|
|
76324
76324
|
}), APn = WPt.update({
|
|
76325
|
-
path: "$org/
|
|
76325
|
+
path: "$org/groupsList",
|
|
76326
76326
|
method: "GET"
|
|
76327
76327
|
}), LPn = ZPt.update({
|
|
76328
76328
|
path: "$org/userInfo",
|
|
@@ -76516,7 +76516,7 @@ const TPn = zPt.update({
|
|
|
76516
76516
|
}), j7n = e9t.update({
|
|
76517
76517
|
path: "worker/rest/api/tasks/unread",
|
|
76518
76518
|
method: "GET"
|
|
76519
|
-
}), c1r = bSn.update({ "$org/
|
|
76519
|
+
}), c1r = bSn.update({ "$org/groupMembership.GET": TPn, "$org/groupsList.GET": APn, "$org/userInfo.GET": LPn, "config.GET": SPn, "dialob.GET": NPn, "statistics/priority.GET": IPn, "statistics/status-timeline.GET": OPn, "statistics/status.GET": CPn, "statistics/task-overdue.GET": RPn, "worker/rest/api/assets/any-tags/stencil-tags.GET": MPn, "worker/rest/api/assets/any-tags/wrench-tags.GET": DPn, "worker/rest/api/assets/deployments/$deploymentId.GET": jPn, "worker/rest/api/assets/deployments/$deploymentId.PUT": PPn, "worker/rest/api/assets/deployments.POST": FPn, "worker/rest/api/assets/dialob.GET": HPn, "worker/rest/api/assets/dialob/proxy/forms/$formId.DELETE": GPn, "worker/rest/api/assets/dialob/proxy/forms/$formId.GET": zPn, "worker/rest/api/assets/dialob/proxy/forms.POST": WPn, "worker/rest/api/assets/dialob/tags.GET": ZPn, "worker/rest/api/assets/publications.GET": BPn, "worker/rest/api/assets/publications.POST": XPn, "worker/rest/api/assets/stencil/$assetType.DELETE": YPn, "worker/rest/api/assets/stencil/$assetType.POST": UPn, "worker/rest/api/assets/stencil/$assetType.PUT": JPn, "worker/rest/api/assets/stencil.GET": KPn, "worker/rest/api/assets/stencil/releases/$releaseId.GET": VPn, "worker/rest/api/assets/stencil/version.GET": qPn, "worker/rest/api/assets/workflows/$workflowId.PUT": QPn, "worker/rest/api/assets/workflows.GET": _Pn, "worker/rest/api/assets/wrench/commands.POST": $Pn, "worker/rest/api/assets/wrench/copyas.POST": e7n, "worker/rest/api/assets/wrench/dataModels.GET": t7n, "worker/rest/api/assets/wrench/debugs.POST": n7n, "worker/rest/api/assets/wrench/diff.GET": r7n, "worker/rest/api/assets/wrench/flow-names.GET": i7n, "worker/rest/api/assets/wrench/importTag.POST": s7n, "worker/rest/api/assets/wrench/resources/$id.DELETE": o7n, "worker/rest/api/assets/wrench/resources.POST": a7n, "worker/rest/api/assets/wrench/resources.PUT": c7n, "worker/rest/api/assets/wrench/summary/$tagId.GET": l7n, "worker/rest/api/assets/wrench/version.GET": u7n, "worker/rest/api/feedback/$feedbackId.DELETE": d7n, "worker/rest/api/feedback/$feedbackId/enabled.GET": f7n, "worker/rest/api/feedback/$feedbackId.GET": h7n, "worker/rest/api/feedback/$feedbackId.POST": p7n, "worker/rest/api/feedback/$feedbackId.PUT": m7n, "worker/rest/api/feedback/$feedbackId/templates.GET": g7n, "worker/rest/api/feedback.GET": b7n, "worker/rest/api/iam/liveness.GET": w7n, "worker/rest/api/pdf.GET": y7n, "worker/rest/api/processes.GET": v7n, "worker/rest/api/queues/configs.GET": k7n, "worker/rest/api/queues/deliveries.GET": x7n, "worker/rest/api/queues/messages.GET": E7n, "worker/rest/api/tasks/$taskId/comments.GET": T7n, "worker/rest/api/tasks/$taskId/comments.POST": A7n, "worker/rest/api/tasks/$taskId.DELETE": L7n, "worker/rest/api/tasks/$taskId/files/$filename.GET": S7n, "worker/rest/api/tasks/$taskId/files.GET": N7n, "worker/rest/api/tasks/$taskId/files.POST": I7n, "worker/rest/api/tasks/$taskId.GET": O7n, "worker/rest/api/tasks/$taskId.PUT": C7n, "worker/rest/api/tasks/$taskId/reviews.GET": R7n, "worker/rest/api/tasks.GET": M7n, "worker/rest/api/tasks.POST": D7n, "worker/rest/api/tasks/unread.GET": j7n });
|
|
76520
76520
|
function xc() {
|
|
76521
76521
|
return xc = Object.assign ? Object.assign.bind() : function(n) {
|
|
76522
76522
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -122754,7 +122754,7 @@ const Wqn = () => {
|
|
|
122754
122754
|
}
|
|
122755
122755
|
);
|
|
122756
122756
|
}, Bqn = () => {
|
|
122757
|
-
const n = rc(), { taskDeleteGroups: i } = Che(), { user: o } = W9(), [c, u] = co([]), { groups: m } = $i("$org/
|
|
122757
|
+
const n = rc(), { taskDeleteGroups: i } = Che(), { user: o } = W9(), [c, u] = co([]), { groups: m } = $i("$org/groupsList.GET", {}), { loadTasks: p } = $i("worker/rest/api/tasks.GET", {}), { loadNewTasks: y } = $i("worker/rest/api/tasks/unread.GET", {}), k = (N) => {
|
|
122758
122758
|
n(N ? {
|
|
122759
122759
|
from: "/secured/$locale/worker/tasks",
|
|
122760
122760
|
params: { taskId: N },
|
|
@@ -142668,7 +142668,7 @@ function zsr(n) {
|
|
|
142668
142668
|
return $("div", FD({ className: Uy(ew, "".concat(ew, "--").concat(Pe ? "open" : "closed"), "".concat(ew, "--").concat(Y ? "disabled" : "enabled"), c), "data-testid": D, id: Q }, mn, { onFocus: Pt, ref: Ye, children: [wi(), Si()] }));
|
|
142669
142669
|
}
|
|
142670
142670
|
var Wsr = Object.defineProperty, Zsr = (n, i, o) => i in n ? Wsr(n, i, { enumerable: !0, configurable: !0, writable: !0, value: o }) : n[i] = o, Go = (n, i, o) => Zsr(n, typeof i != "symbol" ? i + "" : i, o);
|
|
142671
|
-
const Bsr = "1.0.
|
|
142671
|
+
const Bsr = "1.0.64", Xsr = "19/03/2025 13:41:52", aXt = ye.createContext({}), Ysr = (n) => {
|
|
142672
142672
|
const [i, o] = ye.useState(n.drawerOpen ?? !0), [c, u] = ye.useState(!1), m = ye.useMemo(() => {
|
|
142673
142673
|
function p() {
|
|
142674
142674
|
o((k) => !k);
|
|
@@ -151616,7 +151616,7 @@ class Epr {
|
|
|
151616
151616
|
}
|
|
151617
151617
|
const hYt = (n) => {
|
|
151618
151618
|
let i = n.taskId;
|
|
151619
|
-
const { groups: o } = $i("$org/
|
|
151619
|
+
const { groups: o } = $i("$org/groupsList.GET", {}), { getUsers: c } = $i("$org/groupMembership.GET", {}), { pdfTaskLinkCallback: u } = $i("worker/rest/api/pdf.GET", {}), m = (I) => {
|
|
151620
151620
|
E(I), I.linkKey === UWt && y(!0);
|
|
151621
151621
|
}, [p, y] = co(!1), [k, E] = co(null), N = new Epr(m, u);
|
|
151622
151622
|
return /* @__PURE__ */ b(AQn, { children: /* @__PURE__ */ b(Yp, { maxWidth: "lg", children: /* @__PURE__ */ b(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxs-ts/eveli-ide",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.133",
|
|
4
4
|
"homepage": "https://github.com/digiexpress-io/digiexpress-parent",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/src/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"yup": "^1.4.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@dialob/dashboard-material": "
|
|
26
|
+
"@dialob/dashboard-material": "1.2.6",
|
|
27
27
|
"@emotion/react": "^11.13.3",
|
|
28
28
|
"@emotion/styled": "^11.13.0",
|
|
29
29
|
"@material-table/core": "^6.4.4",
|