primereact 9.6.2 → 9.6.3
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/datatable/datatable.cjs.js +5 -4
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +5 -4
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +5 -4
- package/datatable/datatable.min.js +1 -1
- package/package.json +1 -1
- package/primereact.all.cjs.js +5 -4
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +5 -4
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +5 -4
- package/primereact.all.min.js +1 -1
- package/resources/primereact.css +365 -365
- package/resources/primereact.min.css +1 -1
- package/web-types.json +1 -1
package/primereact.all.js
CHANGED
|
@@ -19992,11 +19992,12 @@ var primereact = (function (exports, React, reactTransitionGroup, ReactDOM) {
|
|
|
19992
19992
|
props: props.tableProps
|
|
19993
19993
|
}) : true;
|
|
19994
19994
|
var rowReorderIconClassName = 'p-datatable-reorderablerow-handle';
|
|
19995
|
-
var
|
|
19995
|
+
var rowReorderIcon = getColumnProp('rowReorderIcon') || /*#__PURE__*/React__namespace.createElement(BarsIcon, {
|
|
19996
19996
|
className: rowReorderIconClassName
|
|
19997
|
-
}
|
|
19998
|
-
|
|
19999
|
-
|
|
19997
|
+
});
|
|
19998
|
+
content = showReorder && IconUtils.getJSXIcon(rowReorderIcon, {
|
|
19999
|
+
className: rowReorderIconClassName
|
|
20000
|
+
}, {
|
|
20000
20001
|
props: props
|
|
20001
20002
|
});
|
|
20002
20003
|
} else if (expander) {
|