@dxs-ts/eveli-ide 0.0.172 → 0.0.173

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 +4 -11
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -65793,7 +65793,7 @@ const F8n = ({ builder: n, onChange: i }) => /* @__PURE__ */ b(
65793
65793
  value: m,
65794
65794
  onChange: p,
65795
65795
  onEnter: () => {
65796
- w(m.toLocaleUpperCase()), p("");
65796
+ w(m.toLocaleLowerCase()), p("");
65797
65797
  }
65798
65798
  }
65799
65799
  ),
@@ -108180,7 +108180,7 @@ const mBn = ({ locale: n }) => /* @__PURE__ */ b("div", { style: { fontWeight: "
108180
108180
  /* @__PURE__ */ b(As, { children: /* @__PURE__ */ b(ve, { id: "decisions.cells.dialog.title", values: {
108181
108181
  name: n.dt.name,
108182
108182
  column: i.name,
108183
- value: ""
108183
+ value: n.locale
108184
108184
  } }) }),
108185
108185
  /* @__PURE__ */ _(Es, { children: [
108186
108186
  /* @__PURE__ */ b(
@@ -108218,14 +108218,7 @@ const mBn = ({ locale: n }) => /* @__PURE__ */ b("div", { style: { fontWeight: "
108218
108218
  };
108219
108219
  return /* @__PURE__ */ _(Ir, { sx: { cursor: "pointer", borderRight: `1px ${v} solid` }, children: [
108220
108220
  m.open && /* @__PURE__ */ b(bBn, { dt: c, cell: i, locale: m.locale, onClose: S, onChange: u }),
108221
- /* @__PURE__ */ b(kPt, { variant: "text", children: (n.valueSet ?? []).map((D) => /* @__PURE__ */ b(
108222
- Wm,
108223
- {
108224
- title: new kq({ value: i.value ?? "{}", header: n }).getLocaleValue(D),
108225
- children: /* @__PURE__ */ b(Ft, { onClick: () => I(D), children: /* @__PURE__ */ b(Ue, { textTransform: "uppercase", fontWeight: "bold", children: D }) })
108226
- },
108227
- n.id
108228
- )) })
108221
+ /* @__PURE__ */ b(kPt, { variant: "text", children: (n.valueSet ?? []).map((D) => /* @__PURE__ */ b(Wm, { title: new kq({ value: i.value ?? "{}", header: n }).getLocaleValue(D), children: /* @__PURE__ */ b(Ft, { onClick: () => I(D), children: /* @__PURE__ */ b(Ue, { textTransform: "uppercase", fontWeight: "bold", children: D }) }) }, n.id)) })
108229
108222
  ] }, i.header);
108230
108223
  }
108231
108224
  return /* @__PURE__ */ b(
@@ -118592,7 +118585,7 @@ function _Kn(n) {
118592
118585
  unreadTasks: u ?? []
118593
118586
  };
118594
118587
  }
118595
- const EDt = { tag: "eveli-ide-0.0.172", built: "27/03/2025" }, NWt = ls("worker/rest/api/version.GET")({
118588
+ const EDt = { tag: "eveli-ide-0.0.173", built: "27/03/2025" }, NWt = ls("worker/rest/api/version.GET")({
118596
118589
  hook: $Kn
118597
118590
  });
118598
118591
  function $Kn(n) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxs-ts/eveli-ide",
3
- "version": "0.0.172",
3
+ "version": "0.0.173",
4
4
  "homepage": "https://github.com/digiexpress-io/digiexpress-parent",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",