revdev-components 0.159.0 → 0.161.0
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.js +2 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -5418,7 +5418,8 @@ var HeaderActionPanel = function (_a) {
|
|
|
5418
5418
|
else if (button === null || button === void 0 ? void 0 : button.onClick) {
|
|
5419
5419
|
var icon = button.icon, label = button.label, tooltip = button.tooltip, confirmText = button.confirmText;
|
|
5420
5420
|
return confirmText ? (React.createElement(antd.Popconfirm, { key: i, title: confirmText, onConfirm: button.onClick, okText: "Yes", cancelText: "No" },
|
|
5421
|
-
React.createElement(
|
|
5421
|
+
React.createElement("div", null,
|
|
5422
|
+
React.createElement(IconDivision, { key: i, icon: icon, tooltip: tooltip, className: s$4.button }, label)))) : (React.createElement(IconDivision, { key: i, icon: icon, onClick: button === null || button === void 0 ? void 0 : button.onClick, tooltip: tooltip, className: s$4.button }, label));
|
|
5422
5423
|
}
|
|
5423
5424
|
else if (link === null || link === void 0 ? void 0 : link.href) {
|
|
5424
5425
|
var icon = link.icon, label = link.label, tooltip = link.tooltip;
|