@adiba-banking-cloud/backoffice 0.0.77 → 0.0.78
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/build/index.cjs.js/index.js +1 -1
- package/build/index.esm.js/index.js +1 -1
- package/package.json +1 -1
- package/build/typings/components/tables/paginated/Paginated.d.ts +0 -0
- package/build/typings/components/tables/paginated/Paginated.stories.d.ts +0 -0
- package/build/typings/components/tables/paginated/Paginated.types.d.ts +0 -0
|
@@ -12947,7 +12947,7 @@ const SimpleBody = _ref => {
|
|
|
12947
12947
|
const columnIndex = column.id;
|
|
12948
12948
|
return /*#__PURE__*/React.createElement(core.Table.Td, {
|
|
12949
12949
|
key: index
|
|
12950
|
-
}, typeof row[columnIndex] === 'function' ? row[columnIndex](
|
|
12950
|
+
}, typeof row[columnIndex] === 'function' ? row[columnIndex]("".concat(index)) : row[columnIndex] || "");
|
|
12951
12951
|
}));
|
|
12952
12952
|
};
|
|
12953
12953
|
|
|
@@ -12926,7 +12926,7 @@ const SimpleBody = _ref => {
|
|
|
12926
12926
|
const columnIndex = column.id;
|
|
12927
12927
|
return /*#__PURE__*/React.createElement(Table.Td, {
|
|
12928
12928
|
key: index
|
|
12929
|
-
}, typeof row[columnIndex] === 'function' ? row[columnIndex](
|
|
12929
|
+
}, typeof row[columnIndex] === 'function' ? row[columnIndex]("".concat(index)) : row[columnIndex] || "");
|
|
12930
12930
|
}));
|
|
12931
12931
|
};
|
|
12932
12932
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adiba-banking-cloud/backoffice",
|
|
3
3
|
"author": "TUROG Technologies",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.78",
|
|
5
5
|
"description": "An ADIBA component library for backoffice and dashboard applications",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "build/index.cjs.js",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|