@cdmx/wappler_ag_grid 1.4.9 → 1.5.0

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.
Files changed (2) hide show
  1. package/dmx-ag-grid.js +0 -3
  2. package/package.json +1 -1
package/dmx-ag-grid.js CHANGED
@@ -1418,9 +1418,6 @@ dmx.Component('ag-grid', {
1418
1418
  }
1419
1419
  });
1420
1420
 
1421
- if (options.columns_to_count_nonunique) {
1422
- result[0][col] = uniqueValues.size;
1423
- }
1424
1421
  result[0][col + '_unique_count'] = uniqueValues.size;
1425
1422
  });
1426
1423
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "1.4.9",
3
+ "version": "1.5.0",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation.",
6
6
  "license": "MIT",