@cdmx/wappler_ag_grid 1.1.3 → 1.1.4

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.
@@ -1445,7 +1445,6 @@
1445
1445
  "attribute": "actions_column_min_width",
1446
1446
  "title": "Column Min Width",
1447
1447
  "type": "number",
1448
- "defaultValue": 80,
1449
1448
  "help": "Actions column min width in px"
1450
1449
  },
1451
1450
  {
package/dmx-ag-grid.js CHANGED
@@ -75,7 +75,7 @@ dmx.Component('ag-grid', {
75
75
  row_status_event: {type: Boolean, default: false },
76
76
  enable_actions: {type: Boolean, default: false },
77
77
  actions_column_position: {type: String, default: 'right' },
78
- actions_column_min_width: {type: Number, default: 80 },
78
+ actions_column_min_width: {type: Number, default: null },
79
79
  actions_column_max_width: {type: Number, default: null },
80
80
  pin_actions: { type: Boolean, default: true },
81
81
  edit_action_btn: { type: Boolean, default: false },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation.",
6
6
  "license": "MIT",