@smart-factor/gem-ui-components 0.0.27 → 0.0.28

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/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -38953,7 +38953,7 @@ function CI(e) {
38953
38953
  return {
38954
38954
  type: "number",
38955
38955
  filterOperators: ER(),
38956
- renderCell: ({ value: t }) => eS(t) || "-",
38956
+ renderCell: ({ value: t }) => eS(t) ? t : "-",
38957
38957
  ...e
38958
38958
  };
38959
38959
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-factor/gem-ui-components",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "private": false,
5
5
  "description": "Gem UI Components",
6
6
  "type": "module",