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.modern.js
CHANGED
@@ -915,8 +915,12 @@ var Table = /*#__PURE__*/function (_React$Component) {
|
|
915
915
|
return row.type.name === 'Tr';
|
916
916
|
});
|
917
917
|
|
918
|
+
console.log('headerRow 1', headerRow);
|
919
|
+
console.log('headerRow 2', _this.getArray(headerRow));
|
920
|
+
|
918
921
|
if (headerRow) {
|
919
922
|
_this.getArray(headerRow).forEach(function (row) {
|
923
|
+
console.log('row', row);
|
920
924
|
var header = row.props.children[0].map(function (th) {
|
921
925
|
return th.props && th.props.children ? _this.extractText(th.props.children) : '';
|
922
926
|
}).join(';');
|