@dxs-ts/eveli-ide 0.0.43 → 0.0.44

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.
Files changed (2) hide show
  1. package/build/index.js +95 -95
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -48001,7 +48001,7 @@ const IX = ({ site: e }) => {
48001
48001
  ] })
48002
48002
  }
48003
48003
  );
48004
- }, lc = { tag: "eveli-ide-0.0.43", built: "06/11/2024" }, RX = (e, t, n) => {
48004
+ }, lc = { tag: "eveli-ide-0.0.44", built: "06/11/2024" }, RX = (e, t, n) => {
48005
48005
  var i, r, s, o, l, a, u, d;
48006
48006
  return [
48007
48007
  {
@@ -81283,41 +81283,7 @@ const fL = {
81283
81283
  /* @__PURE__ */ w(Pe, { variant: "h2", component: "h1", children: /* @__PURE__ */ w(me, { id: "error.unauthorized.title" }) }),
81284
81284
  /* @__PURE__ */ w(oo, { sx: { mb: 3 } }),
81285
81285
  /* @__PURE__ */ w(P3, { severity: "error", children: /* @__PURE__ */ w(me, { id: "error.unauthorized.text" }) })
81286
- ] }) }) }), Kc = (e) => ({
81287
- body: {
81288
- emptyDataSourceMessage: e("table.body.emptyDataSourceMessage"),
81289
- deleteTooltip: e("table.body.deleteTooltip"),
81290
- filterRow: {
81291
- filterTooltip: e("table.body.filterRow.filterTooltip")
81292
- },
81293
- editRow: {
81294
- deleteText: e("table.body.editRow.deleteMessage"),
81295
- cancelTooltip: e("button.cancel"),
81296
- saveTooltip: e("button.accept")
81297
- }
81298
- },
81299
- header: {
81300
- actions: e("table.header.actions")
81301
- },
81302
- pagination: {
81303
- labelDisplayedRows: e("table.pagination.labelDisplayedRows"),
81304
- labelRowsPerPage: e("table.pagination.labelRowsPerPage"),
81305
- firstAriaLabel: e("table.pagination.firstPage"),
81306
- firstTooltip: e("table.pagination.firstPage"),
81307
- previousAriaLabel: e("table.pagination.previousPage"),
81308
- previousTooltip: e("table.pagination.previousPage"),
81309
- nextAriaLabel: e("table.pagination.nextPage"),
81310
- nextTooltip: e("table.pagination.nextPage"),
81311
- lastAriaLabel: e("table.pagination.lastPage"),
81312
- lastTooltip: e("table.pagination.lastPage")
81313
- },
81314
- toolbar: {
81315
- searchTooltip: e("table.toolbar.search"),
81316
- searchPlaceholder: e("table.toolbar.search"),
81317
- showColumnsTitle: e("table.toolbar.showColumnsTitle"),
81318
- addRemoveColumns: e("table.toolbar.addRemoveColumns")
81319
- }
81320
- }), Bv = "ROLE_Authorized", Wm = (e) => (e == null ? void 0 : e.replace("ROLE_Asiointi-", "").replace("ROLE_Asiointi_", "").replace("ROLE_", "")) || "", tne = (e) => e ? e == null ? void 0 : e.map((t) => Wm(t)) : [], nne = (e, t) => new Promise((n, i) => i()), ine = (e) => new Promise((t, n) => t({})), rne = (e) => new Promise((t, n) => t({})), one = (e) => Promise.resolve(), sne = (e) => new Promise((t, n) => t([])), ane = (e, t, n, i) => new Promise((r, s) => s()), lne = {
81286
+ ] }) }) }), Bv = "ROLE_Authorized", Wm = (e) => (e == null ? void 0 : e.replace("ROLE_Asiointi-", "").replace("ROLE_Asiointi_", "").replace("ROLE_", "")) || "", tne = (e) => e ? e == null ? void 0 : e.map((t) => Wm(t)) : [], nne = (e, t) => new Promise((n, i) => i()), ine = (e) => new Promise((t, n) => t({})), rne = (e) => new Promise((t, n) => t({})), one = (e) => Promise.resolve(), sne = (e) => new Promise((t, n) => t([])), ane = (e, t, n, i) => new Promise((r, s) => s()), lne = {
81321
81287
  getTasks: nne,
81322
81288
  getTask: ine,
81323
81289
  saveTask: rne,
@@ -81402,6 +81368,60 @@ const yx = qm({
81402
81368
  };
81403
81369
  return /* @__PURE__ */ w(une, { value: T, children: /* @__PURE__ */ w(yx.Provider, { value: g, children: e }) });
81404
81370
  };
81371
+ ae.createContext({
81372
+ apiBaseUrl: ""
81373
+ });
81374
+ const dne = () => Promise.resolve([]), hne = () => Promise.resolve([]), pne = (e) => Promise.resolve(void 0), fne = {
81375
+ getUsers: dne,
81376
+ getUserById: pne,
81377
+ getGroups: hne,
81378
+ backendAvailable: !1
81379
+ }, vx = ae.createContext(fne);
81380
+ vx.Provider;
81381
+ vx.Consumer;
81382
+ const yL = (e, t, n) => {
81383
+ let i = `page=${e.page || 0}&size=${e.pageSize || 20}`;
81384
+ return e.orderByCollection && e.orderByCollection.length > 0 && e.orderByCollection.forEach((r) => {
81385
+ r.sortOrder > 0 && (i = `${i}&sort=${String(t[r.orderBy].field)},${r.orderDirection}`);
81386
+ }), e.filters.length && e.filters.forEach((r) => {
81387
+ let s = r.value;
81388
+ r.value === "checked" ? s = "true" : r.value === "unchecked" && (s = "false"), s && (!Array.isArray(s) || s.length > 0) && (i = i + `&${String(r.column.field)}=${s}`);
81389
+ }), i;
81390
+ }, Kc = (e) => ({
81391
+ body: {
81392
+ emptyDataSourceMessage: e("table.body.emptyDataSourceMessage"),
81393
+ deleteTooltip: e("table.body.deleteTooltip"),
81394
+ filterRow: {
81395
+ filterTooltip: e("table.body.filterRow.filterTooltip")
81396
+ },
81397
+ editRow: {
81398
+ deleteText: e("table.body.editRow.deleteMessage"),
81399
+ cancelTooltip: e("button.cancel"),
81400
+ saveTooltip: e("button.accept")
81401
+ }
81402
+ },
81403
+ header: {
81404
+ actions: e("table.header.actions")
81405
+ },
81406
+ pagination: {
81407
+ labelDisplayedRows: e("table.pagination.labelDisplayedRows"),
81408
+ labelRowsPerPage: e("table.pagination.labelRowsPerPage"),
81409
+ firstAriaLabel: e("table.pagination.firstPage"),
81410
+ firstTooltip: e("table.pagination.firstPage"),
81411
+ previousAriaLabel: e("table.pagination.previousPage"),
81412
+ previousTooltip: e("table.pagination.previousPage"),
81413
+ nextAriaLabel: e("table.pagination.nextPage"),
81414
+ nextTooltip: e("table.pagination.nextPage"),
81415
+ lastAriaLabel: e("table.pagination.lastPage"),
81416
+ lastTooltip: e("table.pagination.lastPage")
81417
+ },
81418
+ toolbar: {
81419
+ searchTooltip: e("table.toolbar.search"),
81420
+ searchPlaceholder: e("table.toolbar.search"),
81421
+ showColumnsTitle: e("table.toolbar.showColumnsTitle"),
81422
+ addRemoveColumns: e("table.toolbar.addRemoveColumns")
81423
+ }
81424
+ });
81405
81425
  var om = /* @__PURE__ */ ((e) => (e.LOW = "LOW", e.NORMAL = "NORMAL", e.HIGH = "HIGH", e))(om || {}), vl = /* @__PURE__ */ ((e) => (e.NEW = "NEW", e.OPEN = "OPEN", e.COMPLETED = "COMPLETED", e.REJECTED = "REJECTED", e))(vl || {}), ii = /* @__PURE__ */ ((e) => (e[e.RED = 1] = "RED", e[e.BLUE = 2] = "BLUE", e[e.GREEN = 3] = "GREEN", e[e.YELLOW = 4] = "YELLOW", e[e.GREY = 5] = "GREY", e))(ii || {});
81406
81426
  const Uf = (e) => {
81407
81427
  switch (e) {
@@ -81418,7 +81438,7 @@ const Uf = (e) => {
81418
81438
  default:
81419
81439
  return "";
81420
81440
  }
81421
- }, yL = ({ label: e, readonly: t, messages: n, colorMap: i, handleCallback: r, ...s }) => {
81441
+ }, vL = ({ label: e, readonly: t, messages: n, colorMap: i, handleCallback: r, ...s }) => {
81422
81442
  const [o, , l] = H3(s), [a, u] = ae.useState(null), [d, p] = ae.useState(), f = (T) => {
81423
81443
  u(T.currentTarget);
81424
81444
  }, m = () => {
@@ -81488,7 +81508,7 @@ const Uf = (e) => {
81488
81508
  }
81489
81509
  )
81490
81510
  ] });
81491
- }, vL = ({ inactive: e, withLabel: t, children: n, color: i, ...r }) => {
81511
+ }, EL = ({ inactive: e, withLabel: t, children: n, color: i, ...r }) => {
81492
81512
  const s = r;
81493
81513
  let o = null, l = null, a = !1;
81494
81514
  if (s.onClick ? (a = !0, t && (o = n)) : t && (l = n), i) {
@@ -81513,7 +81533,7 @@ const Uf = (e) => {
81513
81533
  s.style = { backgroundColor: u };
81514
81534
  }
81515
81535
  return a ? /* @__PURE__ */ w(xo, { disabled: e, ...s, label: l, children: o }) : /* @__PURE__ */ w($u, { disabled: e, ...s, label: /* @__PURE__ */ w(Pe, { variant: "caption", children: l }) });
81516
- }, EL = kc({
81536
+ }, wL = kc({
81517
81537
  LOW: {
81518
81538
  id: "task.priority.low",
81519
81539
  defaultMessage: "Low"
@@ -81526,25 +81546,25 @@ const Uf = (e) => {
81526
81546
  id: "task.priority.high",
81527
81547
  defaultMessage: "High"
81528
81548
  }
81529
- }), wL = {
81549
+ }), _L = {
81530
81550
  LOW: ii.GREEN,
81531
81551
  NORMAL: ii.BLUE,
81532
81552
  HIGH: ii.RED
81533
- }, dne = ({ label: e, readonly: t, ...n }) => /* @__PURE__ */ w(
81534
- yL,
81553
+ }, mne = ({ label: e, readonly: t, ...n }) => /* @__PURE__ */ w(
81554
+ vL,
81535
81555
  {
81536
81556
  label: e,
81537
81557
  readonly: t,
81538
- messages: EL,
81539
- colorMap: wL,
81558
+ messages: wL,
81559
+ colorMap: _L,
81540
81560
  ...n
81541
81561
  }
81542
- ), hne = ({ value: e, ...t }) => {
81562
+ ), gne = ({ value: e, ...t }) => {
81543
81563
  if (!e)
81544
81564
  return null;
81545
81565
  const n = e;
81546
- return /* @__PURE__ */ w(vL, { color: wL[e], ...t, children: /* @__PURE__ */ w(me, { ...EL[n] }) });
81547
- }, _L = kc({
81566
+ return /* @__PURE__ */ w(EL, { color: _L[e], ...t, children: /* @__PURE__ */ w(me, { ...wL[n] }) });
81567
+ }, TL = kc({
81548
81568
  NEW: {
81549
81569
  id: "task.status.new",
81550
81570
  defaultMessage: "New"
@@ -81561,26 +81581,26 @@ const Uf = (e) => {
81561
81581
  id: "task.status.rejected",
81562
81582
  defaultMessage: "Rejected"
81563
81583
  }
81564
- }), TL = {
81584
+ }), SL = {
81565
81585
  NEW: ii.YELLOW,
81566
81586
  OPEN: ii.BLUE,
81567
81587
  COMPLETED: ii.GREEN,
81568
81588
  REJECTED: ii.GREY
81569
- }, pne = ({ label: e, readonly: t, handleCallback: n, ...i }) => /* @__PURE__ */ w(
81570
- yL,
81589
+ }, bne = ({ label: e, readonly: t, handleCallback: n, ...i }) => /* @__PURE__ */ w(
81590
+ vL,
81571
81591
  {
81572
81592
  label: e,
81573
81593
  readonly: t,
81574
- messages: _L,
81575
- colorMap: TL,
81594
+ messages: TL,
81595
+ colorMap: SL,
81576
81596
  handleCallback: n,
81577
81597
  ...i
81578
81598
  }
81579
- ), fne = ({ value: e, ...t }) => {
81599
+ ), yne = ({ value: e, ...t }) => {
81580
81600
  if (!e)
81581
81601
  return null;
81582
- const n = TL[e];
81583
- return /* @__PURE__ */ w(vL, { color: n || void 0, ...t, children: /* @__PURE__ */ w(me, { ..._L[e] }) });
81602
+ const n = SL[e];
81603
+ return /* @__PURE__ */ w(EL, { color: n || void 0, ...t, children: /* @__PURE__ */ w(me, { ...TL[e] }) });
81584
81604
  }, us = ({ id: e, children: t }) => {
81585
81605
  const n = Bt();
81586
81606
  return /* @__PURE__ */ ee(Pe, { variant: "h1", children: [
@@ -81614,12 +81634,12 @@ function OI(e) {
81614
81634
  return 0;
81615
81635
  }
81616
81636
  }
81617
- const mne = () => {
81637
+ const vne = () => {
81618
81638
  const [e, t] = Jt(!0), n = ui(t);
81619
81639
  return { isFirstRenderAfterRefresh: e, setRefreshed: n.current };
81620
- }, gne = ({ loadTasks: e, groups: t, taskOpenHandler: n, taskDeletableHandler: i, newTasks: r }) => {
81640
+ }, Ene = ({ loadTasks: e, groups: t, taskOpenHandler: n, taskDeletableHandler: i, newTasks: r }) => {
81621
81641
  var x, h, E, C, _, N, O, R, L, F, U, P, z, V, K, Z, $, J, fe, Y, le;
81622
- const s = wn(hp), o = Bt(), l = Kc((te) => o.formatMessage({ id: te })), a = ui(), u = wn(yx), { isFirstRenderAfterRefresh: d, setRefreshed: p } = mne();
81642
+ const s = wn(hp), o = Bt(), l = Kc((te) => o.formatMessage({ id: te })), a = ui(), u = wn(yx), { isFirstRenderAfterRefresh: d, setRefreshed: p } = vne();
81623
81643
  xn(() => {
81624
81644
  try {
81625
81645
  localStorage.getItem("filters") && u.setFilters(JSON.parse(localStorage.getItem("filters")));
@@ -81677,7 +81697,7 @@ const mne = () => {
81677
81697
  },
81678
81698
  headerStyle: { fontWeight: "bold" },
81679
81699
  defaultFilter: ((h = (x = u.filters) == null ? void 0 : x.find((te) => te.column.field === "priority")) == null ? void 0 : h.value) || [],
81680
- render: (te) => /* @__PURE__ */ w(hne, { withLabel: !0, value: te.priority, meta: {} }),
81700
+ render: (te) => /* @__PURE__ */ w(gne, { withLabel: !0, value: te.priority, meta: {} }),
81681
81701
  customSort: (te, he) => te.priority && he.priority ? OI(te.priority) - OI(he.priority) : 0,
81682
81702
  hidden: (E = a.current) == null ? void 0 : E.state.columns.find((te) => te.field === "priority").hidden
81683
81703
  },
@@ -81707,7 +81727,7 @@ const mne = () => {
81707
81727
  },
81708
81728
  defaultFilter: ((U = (F = u.filters) == null ? void 0 : F.find((te) => te.column.field === "status")) == null ? void 0 : U.value) || ["NEW", "OPEN"],
81709
81729
  headerStyle: { fontWeight: "bold" },
81710
- render: (te) => /* @__PURE__ */ w(fne, { withLabel: !0, value: te.status, meta: {} }),
81730
+ render: (te) => /* @__PURE__ */ w(yne, { withLabel: !0, value: te.status, meta: {} }),
81711
81731
  customSort: (te, he) => te.status && he.status ? NI(te.status) - NI(he.status) : 0,
81712
81732
  hidden: (P = a.current) == null ? void 0 : P.state.columns.find((te) => te.field === "status").hidden
81713
81733
  },
@@ -81796,27 +81816,7 @@ const mne = () => {
81796
81816
  }
81797
81817
  }
81798
81818
  );
81799
- }, SL = (e, t, n) => {
81800
- let i = `page=${e.page || 0}&size=${e.pageSize || 20}`;
81801
- return e.orderByCollection && e.orderByCollection.length > 0 && e.orderByCollection.forEach((r) => {
81802
- r.sortOrder > 0 && (i = `${i}&sort=${String(t[r.orderBy].field)},${r.orderDirection}`);
81803
- }), e.filters.length && e.filters.forEach((r) => {
81804
- let s = r.value;
81805
- r.value === "checked" ? s = "true" : r.value === "unchecked" && (s = "false"), s && (!Array.isArray(s) || s.length > 0) && (i = i + `&${String(r.column.field)}=${s}`);
81806
- }), i;
81807
- };
81808
- ae.createContext({
81809
- apiBaseUrl: ""
81810
- });
81811
- const bne = () => Promise.resolve([]), yne = () => Promise.resolve([]), vne = (e) => Promise.resolve(void 0), Ene = {
81812
- getUsers: bne,
81813
- getUserById: vne,
81814
- getGroups: yne,
81815
- backendAvailable: !1
81816
- }, vx = ae.createContext(Ene);
81817
- vx.Provider;
81818
- vx.Consumer;
81819
- const wne = () => {
81819
+ }, wne = () => {
81820
81820
  const e = Jm(), t = wn(vx), [n, i] = Jt([]), r = wn(Mo), { serviceUrl: s, taskDeleteGroups: o } = wi(), l = Zl(), [a, u] = Jt([]), d = wn(yx), p = (v) => {
81821
81821
  e(`/ui/tasks/task/${v || ""}`);
81822
81822
  }, f = (v) => o && o.length > 0 ? !!l.hasRole(...o) : !0, m = (v, k) => {
@@ -81829,7 +81829,7 @@ const wne = () => {
81829
81829
  return C.field;
81830
81830
  x.push(C.field);
81831
81831
  });
81832
- let E = SL(
81832
+ let E = yL(
81833
81833
  {
81834
81834
  ...v,
81835
81835
  filters: v.filters.filter((C) => !h.includes(C.column.field)),
@@ -81852,7 +81852,7 @@ const wne = () => {
81852
81852
  return xn(() => {
81853
81853
  t.getGroups().then((v) => i(v)), y().then((v) => u(v));
81854
81854
  }, [t]), /* @__PURE__ */ w(Aa, { maxWidth: "xl", children: /* @__PURE__ */ w(
81855
- gne,
81855
+ Ene,
81856
81856
  {
81857
81857
  loadTasks: m,
81858
81858
  groups: n,
@@ -82633,7 +82633,7 @@ const LL = (e) => {
82633
82633
  const [n, i] = Jt(null), r = wn(hp);
82634
82634
  return /* @__PURE__ */ ee(Ue, { children: [
82635
82635
  /* @__PURE__ */ w(dt, { size: { xs: 12 }, children: /* @__PURE__ */ w(ZM, { fullWidth: !0, inputRef: (l) => t = l, multiline: !0, autoFocus: !0, onChange: (l) => i(l.target.value), margin: "dense" }) }),
82636
- /* @__PURE__ */ w(dt, { size: { xs: 12 }, sx: { margin: "auto", width: "90%" }, children: /* @__PURE__ */ ee(Fl, { direction: "row", spacing: 2, children: [
82636
+ /* @__PURE__ */ w(dt, { size: { xs: 12 }, sx: { margin: "auto" }, children: /* @__PURE__ */ ee(Fl, { direction: "row", spacing: 2, children: [
82637
82637
  /* @__PURE__ */ w(dn, { onClick: () => {
82638
82638
  const { parentComment: l, task: a, onAdded: u, isExternalThread: d } = e;
82639
82639
  if (!t || !t.value) return;
@@ -82643,11 +82643,11 @@ const LL = (e) => {
82643
82643
  /* @__PURE__ */ w(Nt, { onClick: e.onCancel, label: "taskButton.cancel" })
82644
82644
  ] }) })
82645
82645
  ] });
82646
- }, Vne = ({ comment: e, task: t, loadData: n, children: i, isExternalThread: r, isThreaded: s, setReply: o }) => {
82646
+ }, Vne = ({ comment: e, children: t, task: n, loadData: i, isExternalThread: r, isThreaded: s, setReply: o }) => {
82647
82647
  const [l, a] = Jt(!1), u = /* @__PURE__ */ new Date(), { formatMessage: d } = Bt(), p = () => {
82648
82648
  a(!l);
82649
82649
  }, f = () => {
82650
- o(!0), n(), a(!1);
82650
+ o(!0), i(), a(!1);
82651
82651
  };
82652
82652
  function m() {
82653
82653
  return r && e.source && e.source === bx.FRONTDESK ? "right" : "left";
@@ -82681,11 +82681,11 @@ const LL = (e) => {
82681
82681
  parentComment: e,
82682
82682
  onAdded: f,
82683
82683
  onCancel: p,
82684
- task: t,
82684
+ task: n,
82685
82685
  isExternalThread: r
82686
82686
  }
82687
82687
  ) }),
82688
- i
82688
+ t
82689
82689
  ] });
82690
82690
  }, ML = ({ comments: e, task: t, loadData: n, isExternalThread: i, isThreaded: r, setReply: s }) => /* @__PURE__ */ w(Jr, { component: "div", dense: !0, children: e.map((o) => /* @__PURE__ */ w(
82691
82691
  Vne,
@@ -84234,7 +84234,7 @@ const Wie = ({ editTask: e, readonly: t }) => {
84234
84234
  n ? i.loadAttachments(n).then((o) => {
84235
84235
  s(o);
84236
84236
  }) : s([]);
84237
- }, [n]), /* @__PURE__ */ ee(Oy, { disableGutters: !0, children: [
84237
+ }, [n]), /* @__PURE__ */ ee(Oy, { children: [
84238
84238
  /* @__PURE__ */ ee(
84239
84239
  Dy,
84240
84240
  {
@@ -84546,7 +84546,7 @@ class $ie extends ae.Component {
84546
84546
  ] })
84547
84547
  ] }),
84548
84548
  /* @__PURE__ */ w(zn, { elevation: 2, sx: { p: 2, mb: 2 }, children: /* @__PURE__ */ ee(dt, { container: !0, spacing: 2, children: [
84549
- /* @__PURE__ */ w(dt, { size: { xs: 12 }, children: n.id && s ? /* @__PURE__ */ ee(Oy, { disableGutters: !0, children: [
84549
+ /* @__PURE__ */ w(dt, { size: { xs: 12 }, children: n.id && s ? /* @__PURE__ */ ee(Oy, { children: [
84550
84550
  /* @__PURE__ */ ee(
84551
84551
  Dy,
84552
84552
  {
@@ -84572,7 +84572,7 @@ class $ie extends ae.Component {
84572
84572
  ) })
84573
84573
  ] }) : /* @__PURE__ */ w(ky, { id: "task.comments.external.createTask" }) }),
84574
84574
  /* @__PURE__ */ w(dt, { size: { xs: 12 }, children: n.id ? /* @__PURE__ */ w(Wie, { readonly: u, editTask: n }) : /* @__PURE__ */ w(ky, { id: "task.attachments.createTask" }) }),
84575
- /* @__PURE__ */ w(dt, { size: { xs: 12 }, children: n.id ? /* @__PURE__ */ ee(Oy, { disableGutters: !0, children: [
84575
+ /* @__PURE__ */ w(dt, { size: { xs: 12 }, children: n.id ? /* @__PURE__ */ ee(Oy, { children: [
84576
84576
  /* @__PURE__ */ ee(
84577
84577
  Dy,
84578
84578
  {
@@ -84657,7 +84657,7 @@ class $ie extends ae.Component {
84657
84657
  xr,
84658
84658
  {
84659
84659
  name: "status",
84660
- as: pne,
84660
+ as: bne,
84661
84661
  label: a({ id: "taskDialog.status" }),
84662
84662
  readonly: u,
84663
84663
  handleCallback: this.handleStatusCallback
@@ -84667,7 +84667,7 @@ class $ie extends ae.Component {
84667
84667
  xr,
84668
84668
  {
84669
84669
  name: "priority",
84670
- as: dne,
84670
+ as: mne,
84671
84671
  label: a({ id: "taskDialog.priority" }),
84672
84672
  readonly: u
84673
84673
  }
@@ -84728,7 +84728,7 @@ const Gie = s3(Cne($ie)), Vie = (e) => {
84728
84728
  /* @__PURE__ */ w(
84729
84729
  Gie,
84730
84730
  {
84731
- id: "taskForm",
84731
+ id: "taskCreate",
84732
84732
  editTask: r ?? {},
84733
84733
  cancel: p,
84734
84734
  handleSubmit: m,
@@ -85035,7 +85035,7 @@ const YI = (e) => {
85035
85035
  return /* @__PURE__ */ w(YL, { workflows: t, refreshWorkflows: n });
85036
85036
  }, Qie = () => {
85037
85037
  const e = Bt(), t = wn(Mo), n = wi(), i = Kc((o) => e.formatMessage({ id: o })), r = (o) => {
85038
- let l = SL(o, s.columns);
85038
+ let l = yL(o, s.columns);
85039
85039
  return t.cFetch(`${n.serviceUrl}rest/api/worker/processes?${l}`, {
85040
85040
  headers: {
85041
85041
  Accept: "application/json"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxs-ts/eveli-ide",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "homepage": "https://github.com/digiexpress-io/digiexpress-parent",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",