@cdmx/wappler_ag_grid 2.0.11 → 2.0.12

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 +1 -1
  2. package/package.json +1 -1
package/dmx-ag-grid.js CHANGED
@@ -1296,7 +1296,7 @@ dmx.Component('ag-grid', {
1296
1296
  },
1297
1297
  {
1298
1298
  displayKey: 'doesNotContain',
1299
- displayName: 'Does not Contain',
1299
+ displayName: 'Does not contain',
1300
1300
  predicate: (filterValue, cellValue) => {
1301
1301
  return !cellValue.toString().includes(filterValue.toString());
1302
1302
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid v34 - Advanced data grid with enhanced editing, filtering, and tree data capabilities.",
6
6
  "license": "MIT",