aio-table 5.0.3 → 5.0.4
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/index.js +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2959,6 +2959,7 @@ var RTableFilter = /*#__PURE__*/function (_Component6) {
|
|
|
2959
2959
|
}, /*#__PURE__*/_react.default.createElement(_aioButton.default, {
|
|
2960
2960
|
type: "button",
|
|
2961
2961
|
rtl: rtl,
|
|
2962
|
+
caret: false,
|
|
2962
2963
|
openRelatedTo: ".aio-table",
|
|
2963
2964
|
text: icon,
|
|
2964
2965
|
popOver: function popOver() {
|