@cdmx/wappler_ag_grid 0.4.5 → 0.4.6

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.
@@ -729,7 +729,6 @@
729
729
  {
730
730
  "field": "area",
731
731
  "caption": "Area",
732
- "size": "5%",
733
732
  "editable": {
734
733
  "type": "list",
735
734
  "items": [
package/dmx-ag-grid.js CHANGED
@@ -402,7 +402,7 @@ dmx.Component('ag-grid', {
402
402
 
403
403
  // Check if there's a matching change in dataChanges
404
404
  const matchingChange = dataChanges.find(change => change.field === key && change.value === String(value));
405
- if (matchingChange && matchingChange.area === 'tooltip' ) {
405
+ if (matchingChange && matchingChange.area === 'cell' ) {
406
406
  return matchingChange.new_value;
407
407
  }
408
408
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation",
6
6
  "license": "MIT",