@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.
- package/dist/app.db.query.js +31 -21
- package/package.json +1 -1
package/dist/app.db.query.js
CHANGED
|
@@ -113964,29 +113964,39 @@ const tAe = ({
|
|
|
113964
113964
|
) }), nAe = ({ gridProps: e }) => [
|
|
113965
113965
|
{
|
|
113966
113966
|
value: "0",
|
|
113967
|
-
content: /* @__PURE__ */ Pe.jsx(
|
|
113968
|
-
|
|
113967
|
+
content: /* @__PURE__ */ Pe.jsx(
|
|
113968
|
+
Rt,
|
|
113969
113969
|
{
|
|
113970
|
-
|
|
113971
|
-
|
|
113972
|
-
|
|
113973
|
-
|
|
113974
|
-
|
|
113975
|
-
|
|
113976
|
-
|
|
113977
|
-
|
|
113978
|
-
|
|
113979
|
-
|
|
113980
|
-
|
|
113981
|
-
|
|
113982
|
-
|
|
113983
|
-
|
|
113984
|
-
|
|
113985
|
-
|
|
113986
|
-
|
|
113987
|
-
|
|
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
|
{
|