ui-kit-ck-consultant 0.5.246 → 0.5.247
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 +7 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +7 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -773,7 +773,13 @@ var Table = /*#__PURE__*/function (_React$Component) {
|
|
773
773
|
text: "T\xE9l\xE9charger CSV",
|
774
774
|
className: "w-auto ml-auto mb-10",
|
775
775
|
onClick: function onClick() {
|
776
|
-
|
776
|
+
if (_this2.props.getAllData) {
|
777
|
+
_this2.props.getAllData(function () {
|
778
|
+
return _this2.getCSV();
|
779
|
+
});
|
780
|
+
} else {
|
781
|
+
_this2.getCSV();
|
782
|
+
}
|
777
783
|
}
|
778
784
|
})) : null, /*#__PURE__*/React.createElement("table", {
|
779
785
|
className: tableClass,
|