@leapdevuk/component-toolbox 0.1.2 → 0.1.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/dist/CHANGELOG.md +4 -0
- package/dist/index.cjs.js +24 -24
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5123,7 +5123,7 @@ const Sc = Cr(/* @__PURE__ */ l.jsx("path", {
|
|
|
5123
5123
|
columnHeaderHeight: e.columnHeaderHeight || e.columnHeaderHeight === 0 ? e.columnHeaderHeight : kc,
|
|
5124
5124
|
columns: e.columns.map((s) => ({
|
|
5125
5125
|
...s,
|
|
5126
|
-
disableColumnMenu: s.disableColumnMenu
|
|
5126
|
+
disableColumnMenu: !!s.disableColumnMenu,
|
|
5127
5127
|
disableReorder: !0,
|
|
5128
5128
|
renderHeader: (a) => /* @__PURE__ */ l.jsx(Ec, { sortModel: r, params: a }),
|
|
5129
5129
|
hideSortIcons: !0
|