@leapdevuk/component-toolbox 0.1.1 → 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 +10 -0
- package/dist/components/datagrid/DataGrid.d.ts +1 -0
- package/dist/index.cjs.js +24 -24
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -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
|
|
@@ -5139,6 +5139,7 @@ const Sc = Cr(/* @__PURE__ */ l.jsx("path", {
|
|
|
5139
5139
|
initialState: e.initialState || void 0,
|
|
5140
5140
|
isRowSelectable: e.isRowSelectable,
|
|
5141
5141
|
keepNonExistentRowsSelected: e.keepNonExistentRowsSelected,
|
|
5142
|
+
loading: e.loading,
|
|
5142
5143
|
localeText: {
|
|
5143
5144
|
noRowsLabel: e.noDataText ? e.noDataText : "There are no results to display. Please update your search criteria"
|
|
5144
5145
|
},
|