awing-library 2.1.2-dev.76 → 2.1.2-dev.77
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 +6 -2
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -177865,7 +177865,7 @@ function TableRowEditable(props) {
|
|
|
177865
177865
|
},
|
|
177866
177866
|
display: "flex",
|
|
177867
177867
|
flexWrap: "wrap",
|
|
177868
|
-
gap:
|
|
177868
|
+
gap: 1,
|
|
177869
177869
|
children: fieldDefinitions === null || fieldDefinitions === void 0 ? void 0 : fieldDefinitions.map((colDef, idx) => {
|
|
177870
177870
|
var _a, _b, _c, _d;
|
|
177871
177871
|
if (colDef.contentGetter) {
|
|
@@ -177886,6 +177886,9 @@ function TableRowEditable(props) {
|
|
|
177886
177886
|
},
|
|
177887
177887
|
children: colDef.label
|
|
177888
177888
|
}), jsxRuntimeExports.jsx(Stack, {
|
|
177889
|
+
sx: {
|
|
177890
|
+
textAlign: "left"
|
|
177891
|
+
},
|
|
177889
177892
|
children: colDef.isTooltip ? jsxRuntimeExports.jsx(StyleTooltip, {
|
|
177890
177893
|
title: colDef.getTitleTooltip && colDef.getTitleTooltip(content),
|
|
177891
177894
|
placement: "top-start",
|
|
@@ -177910,7 +177913,8 @@ function TableRowEditable(props) {
|
|
|
177910
177913
|
sx: {
|
|
177911
177914
|
flex: '0 1 calc(33.333% - 16px)',
|
|
177912
177915
|
boxSizing: 'border-box',
|
|
177913
|
-
p: 2
|
|
177916
|
+
p: 2,
|
|
177917
|
+
textAlign: "left!important"
|
|
177914
177918
|
},
|
|
177915
177919
|
children: jsxRuntimeExports.jsx(TableCellEditable, {
|
|
177916
177920
|
isContainer: true,
|