@apexcura/ui-components 0.0.14-Beta170 → 0.0.14-Beta171

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/index.js CHANGED
@@ -720,7 +720,7 @@ var ModelElement = (props) => {
720
720
  }
721
721
  },
722
722
  columns.map((eachColumn) => {
723
- if (!["#"].includes(eachColumn.key) && eachColumn?.["is_detail"] !== false) {
723
+ if (!["index", "View"].includes(eachColumn.key) && eachColumn?.["is_detail"] !== false) {
724
724
  return /* @__PURE__ */ import_react19.default.createElement("p", { style: { fontWeight: "500", padding: "10px" } }, /* @__PURE__ */ import_react19.default.createElement(
725
725
  "span",
726
726
  {
package/dist/index.mjs CHANGED
@@ -654,7 +654,7 @@ var ModelElement = (props) => {
654
654
  }
655
655
  },
656
656
  columns.map((eachColumn) => {
657
- if (!["#"].includes(eachColumn.key) && eachColumn?.["is_detail"] !== false) {
657
+ if (!["index", "View"].includes(eachColumn.key) && eachColumn?.["is_detail"] !== false) {
658
658
  return /* @__PURE__ */ React19.createElement("p", { style: { fontWeight: "500", padding: "10px" } }, /* @__PURE__ */ React19.createElement(
659
659
  "span",
660
660
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta170",
3
+ "version": "0.0.14-Beta171",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",