ui-kit-ck-consultant 0.6.39 → 0.6.40
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 +4 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -918,8 +918,12 @@ var Table = /*#__PURE__*/function (_React$Component) {
|
|
918
918
|
return row.type.name === 'Tr';
|
919
919
|
});
|
920
920
|
|
921
|
+
console.log('headerRow 1', headerRow);
|
922
|
+
console.log('headerRow 2', _this.getArray(headerRow));
|
923
|
+
|
921
924
|
if (headerRow) {
|
922
925
|
_this.getArray(headerRow).forEach(function (row) {
|
926
|
+
console.log('row', row);
|
923
927
|
var header = row.props.children[0].map(function (th) {
|
924
928
|
return th.props && th.props.children ? _this.extractText(th.props.children) : '';
|
925
929
|
}).join(';');
|