wt-enjoy-link-antd-repack 4.1.74 → 4.1.76
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.
@@ -56,7 +56,9 @@ export var TableActionBarRender = /*#__PURE__*/React.memo(function (props) {
|
|
56
56
|
restProps = _objectWithoutProperties(_ref, _excluded);
|
57
57
|
if (!hasAuth(auth)) return null;
|
58
58
|
if (render) {
|
59
|
-
return
|
59
|
+
return /*#__PURE__*/_jsx(Space, {
|
60
|
+
children: render()
|
61
|
+
}, "".concat(title || ''));
|
60
62
|
}
|
61
63
|
if (dropName) {
|
62
64
|
var dropLable = /*#__PURE__*/_jsx(BiuAButton
|
@@ -91,7 +93,7 @@ export var TableActionBarRender = /*#__PURE__*/React.memo(function (props) {
|
|
91
93
|
items: items
|
92
94
|
},
|
93
95
|
placement: "bottomLeft",
|
94
|
-
children: /*#__PURE__*/_jsx(
|
96
|
+
children: /*#__PURE__*/_jsx(BiuAButton, {
|
95
97
|
type: "primary",
|
96
98
|
children: /*#__PURE__*/_jsxs(Space, {
|
97
99
|
children: [dropName, /*#__PURE__*/_jsx(RightOutlined, {
|
@@ -101,7 +103,7 @@ export var TableActionBarRender = /*#__PURE__*/React.memo(function (props) {
|
|
101
103
|
top: -1
|
102
104
|
}
|
103
105
|
})]
|
104
|
-
})
|
106
|
+
}, dropName)
|
105
107
|
})
|
106
108
|
}, dropName);
|
107
109
|
} else {
|
@@ -128,7 +130,7 @@ export var TableActionBarRender = /*#__PURE__*/React.memo(function (props) {
|
|
128
130
|
top: -1
|
129
131
|
}
|
130
132
|
})]
|
131
|
-
})
|
133
|
+
}, title)
|
132
134
|
})
|
133
135
|
}, title);
|
134
136
|
}
|