@conboai/app.db.query 0.4.72 → 0.4.73

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.
@@ -113964,29 +113964,39 @@ const tAe = ({
113964
113964
  ) }), nAe = ({ gridProps: e }) => [
113965
113965
  {
113966
113966
  value: "0",
113967
- content: /* @__PURE__ */ Pe.jsx(Rt, { display: "flex", flexDirection: "column", height: "300px", children: /* @__PURE__ */ Pe.jsx(
113968
- SM,
113967
+ content: /* @__PURE__ */ Pe.jsx(
113968
+ Rt,
113969
113969
  {
113970
- columns: e.columns,
113971
- rows: e.rows || [],
113972
- loading: e.loading === "pending",
113973
- withPagination: !1,
113974
- withDownload: !0,
113975
- pageSizeOptions: [10, 25, 50],
113976
- sx: { flexGrow: 1 },
113977
- variant: "light",
113978
- totalRows: e.totalRows,
113979
- onSortModelChange: e.onSortModelChange,
113980
- onPaginationModelChange: e.handlePaginationModelChange,
113981
- onCellClick: e.handleCellClick,
113982
- onRowsScrollEnd: e.handleOnRowsScrollEnd,
113983
- selectedRowId: e.selectedRowId,
113984
- onRowIdSelect: e.onSelectRowId,
113985
- hideFooter: !0,
113986
- useClientSorting: !0,
113987
- isShapeSelection: e.isShapeSelection
113970
+ display: "flex",
113971
+ flexDirection: "column",
113972
+ height: "calc(100vh - 200px)",
113973
+ minHeight: "300px",
113974
+ maxHeight: "70h",
113975
+ children: /* @__PURE__ */ Pe.jsx(
113976
+ SM,
113977
+ {
113978
+ columns: e.columns,
113979
+ rows: e.rows || [],
113980
+ loading: e.loading === "pending",
113981
+ withPagination: !1,
113982
+ withDownload: !0,
113983
+ pageSizeOptions: [10, 25, 50],
113984
+ sx: { flexGrow: 1 },
113985
+ variant: "light",
113986
+ totalRows: e.totalRows,
113987
+ onSortModelChange: e.onSortModelChange,
113988
+ onPaginationModelChange: e.handlePaginationModelChange,
113989
+ onCellClick: e.handleCellClick,
113990
+ onRowsScrollEnd: e.handleOnRowsScrollEnd,
113991
+ selectedRowId: e.selectedRowId,
113992
+ onRowIdSelect: e.onSelectRowId,
113993
+ hideFooter: !0,
113994
+ useClientSorting: !0,
113995
+ isShapeSelection: e.isShapeSelection
113996
+ }
113997
+ )
113988
113998
  }
113989
- ) })
113999
+ )
113990
114000
  }
113991
114001
  ], rAe = () => [
113992
114002
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.4.72",
3
+ "version": "0.4.73",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",