@smart-factor/gem-ui-components 0.0.27 → 0.0.29
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.js +3 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -31321,6 +31321,7 @@ const bI = (e) => /* @__PURE__ */ de(ft, { direction: "row", display: "inline-fl
|
|
|
31321
31321
|
yt,
|
|
31322
31322
|
{
|
|
31323
31323
|
onClick: e.onEdit,
|
|
31324
|
+
title: "Edytuj",
|
|
31324
31325
|
size: "small",
|
|
31325
31326
|
"data-testid": "edit-button",
|
|
31326
31327
|
children: /* @__PURE__ */ g(Hd, { fontSize: "inherit" })
|
|
@@ -31330,6 +31331,7 @@ const bI = (e) => /* @__PURE__ */ de(ft, { direction: "row", display: "inline-fl
|
|
|
31330
31331
|
yt,
|
|
31331
31332
|
{
|
|
31332
31333
|
onClick: e.onDelete,
|
|
31334
|
+
title: "Usuń",
|
|
31333
31335
|
size: "small",
|
|
31334
31336
|
"data-testid": "delete-button",
|
|
31335
31337
|
children: /* @__PURE__ */ g(Bd, { fontSize: "inherit" })
|
|
@@ -38953,7 +38955,7 @@ function CI(e) {
|
|
|
38953
38955
|
return {
|
|
38954
38956
|
type: "number",
|
|
38955
38957
|
filterOperators: ER(),
|
|
38956
|
-
renderCell: ({ value: t }) => eS(t)
|
|
38958
|
+
renderCell: ({ value: t }) => eS(t) ? t : "-",
|
|
38957
38959
|
...e
|
|
38958
38960
|
};
|
|
38959
38961
|
}
|