awing-library 2.1.2-dev.93 → 2.1.2-dev.95
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/esm/index.js +8 -9
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -177860,8 +177860,7 @@ function TableRowEditable(props) {
|
|
|
177860
177860
|
width: '15%'
|
|
177861
177861
|
}), jsxRuntimeExports.jsx(TableCell, {
|
|
177862
177862
|
style: {
|
|
177863
|
-
|
|
177864
|
-
paddingTop: 0
|
|
177863
|
+
padding: 0
|
|
177865
177864
|
},
|
|
177866
177865
|
colSpan: columnDefinitions.length - 1,
|
|
177867
177866
|
children: jsxRuntimeExports.jsx(Collapse$1, {
|
|
@@ -177869,12 +177868,9 @@ function TableRowEditable(props) {
|
|
|
177869
177868
|
timeout: "auto",
|
|
177870
177869
|
unmountOnExit: true,
|
|
177871
177870
|
children: jsxRuntimeExports.jsx(Box$1, {
|
|
177872
|
-
sx: {
|
|
177873
|
-
margin: 1
|
|
177874
|
-
},
|
|
177875
177871
|
display: "flex",
|
|
177876
177872
|
flexWrap: "wrap",
|
|
177877
|
-
gap:
|
|
177873
|
+
gap: 0,
|
|
177878
177874
|
children: fieldDefinitions === null || fieldDefinitions === void 0 ? void 0 : fieldDefinitions.map((colDef, idx) => {
|
|
177879
177875
|
var _a, _b, _c, _d;
|
|
177880
177876
|
if (colDef.contentGetter) {
|
|
@@ -177885,7 +177881,7 @@ function TableRowEditable(props) {
|
|
|
177885
177881
|
return isDisplay && jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, {
|
|
177886
177882
|
children: jsxRuntimeExports.jsx(Box$1, {
|
|
177887
177883
|
sx: {
|
|
177888
|
-
flex: '0 1
|
|
177884
|
+
flex: '0 1 33.3%',
|
|
177889
177885
|
boxSizing: 'border-box',
|
|
177890
177886
|
p: 2
|
|
177891
177887
|
},
|
|
@@ -177928,11 +177924,14 @@ function TableRowEditable(props) {
|
|
|
177928
177924
|
const error = ((_c = dataValidation === null || dataValidation === void 0 ? void 0 : dataValidation[rowIdx]) === null || _c === void 0 ? void 0 : _c[fieldName]) !== undefined && !((_d = dataValidation === null || dataValidation === void 0 ? void 0 : dataValidation[rowIdx]) === null || _d === void 0 ? void 0 : _d[fieldName]);
|
|
177929
177925
|
return isDisplay && jsxRuntimeExports.jsx(Box$1, {
|
|
177930
177926
|
sx: {
|
|
177931
|
-
flex: '0 1
|
|
177927
|
+
flex: '0 1 33.3%',
|
|
177932
177928
|
boxSizing: 'border-box',
|
|
177933
177929
|
p: 2,
|
|
177934
177930
|
'& .MuiFormControl-root': {
|
|
177935
|
-
borderBottom: '1px solid rgba(0, 0, 0, .42)'
|
|
177931
|
+
borderBottom: '1px solid rgba(0, 0, 0, .42)',
|
|
177932
|
+
'& .MuiInputBase-inputMultiline': {
|
|
177933
|
+
padding: '4px 0 5px'
|
|
177934
|
+
}
|
|
177936
177935
|
}
|
|
177937
177936
|
},
|
|
177938
177937
|
children: jsxRuntimeExports.jsx(TableCellEditable, {
|