react-luminus-components 2.0.12 → 2.0.13

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/main.es.js CHANGED
@@ -11324,7 +11324,10 @@ const Kp = (n) => {
11324
11324
  let r;
11325
11325
  n[4] !== t.style ? (r = i.accessor("css", {
11326
11326
  type: "string",
11327
- header: t.style
11327
+ header: t.style,
11328
+ meta: {
11329
+ hidden: !0
11330
+ }
11328
11331
  }), n[4] = t.style, n[5] = r) : r = n[5];
11329
11332
  let c;
11330
11333
  n[6] !== t.templatesCount ? (c = i.accessor("templatesCount", {
@@ -11400,7 +11403,7 @@ const Kp = (n) => {
11400
11403
  }), d || Jo(_, ["name", "css"]);
11401
11404
  }, E = [_, d], e[19] = _, e[20] = d, e[21] = P, e[22] = E) : (P = e[21], E = e[22]), fe(P, E);
11402
11405
  let O;
11403
- e[23] !== l || e[24] !== N || e[25] !== r || e[26] !== i ? (O = /* @__PURE__ */ a("div", { className: "w-50 h-100 overflow-hidden", children: /* @__PURE__ */ a(l, { tableId: i, columnsDef: N, data: r, onRowClick: x, useScrollableContainer: !0 }) }), e[23] = l, e[24] = N, e[25] = r, e[26] = i, e[27] = O) : O = e[27];
11406
+ e[23] !== l || e[24] !== N || e[25] !== r || e[26] !== i ? (O = /* @__PURE__ */ a("div", { className: "w-50 h-100 overflow-hidden", children: /* @__PURE__ */ a(l, { tableId: i, columns: N, data: r, onRowClick: x }) }), e[23] = l, e[24] = N, e[25] = r, e[26] = i, e[27] = O) : O = e[27];
11404
11407
  let R;
11405
11408
  e[28] !== _ || e[29] !== L ? (R = _.handleSubmit(L), e[28] = _, e[29] = L, e[30] = R) : R = e[30];
11406
11409
  let B;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-luminus-components",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "description": "Library of React Components reusable in Luminus projects (Fleetman, CAFM)",
5
5
  "type": "module",
6
6
  "repository": {