awing-library 2.1.2-dev.76 → 2.1.2-dev.78

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 CHANGED
@@ -177642,10 +177642,12 @@ function TableCellEditable(props) {
177642
177642
  const inputProps = Object.assign(Object.assign(Object.assign({}, ![FIELD_TYPE.ASYNC_AUTOCOMPLETE, FIELD_TYPE.AUTOCOMPLETE].includes(cellDefinition === null || cellDefinition === void 0 ? void 0 : cellDefinition.type) ? {
177643
177643
  InputProps: {
177644
177644
  disableUnderline: true,
177645
- style: {
177645
+ style: Object.assign({
177646
177646
  textAlign: ((_a = cellDefinition === null || cellDefinition === void 0 ? void 0 : cellDefinition.TableCellProps) === null || _a === void 0 ? void 0 : _a.align) == 'right' ? 'end' : undefined,
177647
177647
  padding: '0px 8px'
177648
- }
177648
+ }, isContainer ? {
177649
+ textAlign: 'left'
177650
+ } : {})
177649
177651
  }
177650
177652
  } : {}), cellDefinition), {
177651
177653
  disableHelperText: true
@@ -177865,7 +177867,7 @@ function TableRowEditable(props) {
177865
177867
  },
177866
177868
  display: "flex",
177867
177869
  flexWrap: "wrap",
177868
- gap: 2,
177870
+ gap: 1,
177869
177871
  children: fieldDefinitions === null || fieldDefinitions === void 0 ? void 0 : fieldDefinitions.map((colDef, idx) => {
177870
177872
  var _a, _b, _c, _d;
177871
177873
  if (colDef.contentGetter) {
@@ -177886,6 +177888,9 @@ function TableRowEditable(props) {
177886
177888
  },
177887
177889
  children: colDef.label
177888
177890
  }), jsxRuntimeExports.jsx(Stack, {
177891
+ sx: {
177892
+ textAlign: 'left'
177893
+ },
177889
177894
  children: colDef.isTooltip ? jsxRuntimeExports.jsx(StyleTooltip, {
177890
177895
  title: colDef.getTitleTooltip && colDef.getTitleTooltip(content),
177891
177896
  placement: "top-start",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.2-dev.76",
3
+ "version": "2.1.2-dev.78",
4
4
  "main": "dist/esm/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",