@mcurros2/microm 1.1.216-0 → 1.1.218-0
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/index.js +11 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7909,6 +7909,11 @@ function $3ea298384e41b05b$export$c8dd51eb24f71762(props) {
|
|
|
7909
7909
|
height: props.gridHeight
|
|
7910
7910
|
}
|
|
7911
7911
|
}) : /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsxs)("section", {
|
|
7912
|
+
style: {
|
|
7913
|
+
height: props.gridHeight,
|
|
7914
|
+
display: 'flex',
|
|
7915
|
+
flexDirection: 'column'
|
|
7916
|
+
},
|
|
7912
7917
|
children: [
|
|
7913
7918
|
showToolbar && /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsx)((0, $3vFhj.DataGridToolbar), {
|
|
7914
7919
|
...labels,
|
|
@@ -7969,6 +7974,9 @@ function $3ea298384e41b05b$export$c8dd51eb24f71762(props) {
|
|
|
7969
7974
|
pos: "relative",
|
|
7970
7975
|
mt: "sm",
|
|
7971
7976
|
mb: "sm",
|
|
7977
|
+
style: {
|
|
7978
|
+
height: "100%"
|
|
7979
|
+
},
|
|
7972
7980
|
children: [
|
|
7973
7981
|
isLoading && /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsx)((0, $lFsp3.FakeProgressBar), {
|
|
7974
7982
|
pos: "absolute",
|
|
@@ -7994,7 +8002,7 @@ function $3ea298384e41b05b$export$c8dd51eb24f71762(props) {
|
|
|
7994
8002
|
columns: columns,
|
|
7995
8003
|
rows: rows,
|
|
7996
8004
|
onDoubleClick: dataGridAPI.handleDoubleClick,
|
|
7997
|
-
gridHeight: gridHeight === 'auto' ? '
|
|
8005
|
+
gridHeight: gridHeight === 'auto' ? '100%' : gridHeight,
|
|
7998
8006
|
preserveSelection: preserveSelection,
|
|
7999
8007
|
onSelectionChanged: dataGridAPI.handleSelectionChanged,
|
|
8000
8008
|
showSelectCheckbox: dataGridAPI.showSelectCheckbox,
|
|
@@ -8135,7 +8143,8 @@ const $7df4688f2cefba32$export$ef2184bd89960b14 = /*#__PURE__*/ (0, $b4te3$react
|
|
|
8135
8143
|
]);
|
|
8136
8144
|
return /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsxs)((0, $b4te3$mantinecore.Paper), {
|
|
8137
8145
|
style: {
|
|
8138
|
-
borderRadius: "unset"
|
|
8146
|
+
borderRadius: "unset",
|
|
8147
|
+
height: "100%"
|
|
8139
8148
|
},
|
|
8140
8149
|
children: [
|
|
8141
8150
|
/*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsx)("div", {
|