@cdmx/wappler_ag_grid 2.1.2 → 2.1.3

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.
@@ -3703,9 +3703,9 @@
3703
3703
  name: '1', optionName: '1', title: 'Format', type: 'droplist',
3704
3704
  dataBindings: true, defaultValue: 'csv', required: false,
3705
3705
  "values": [
3706
- {title: 'CSV', value: 'csv'},
3707
- {title: 'PDF', value: 'pdf'},
3708
- {title: 'XLS', value: 'xls'}
3706
+ {title: 'CSV', value: "'csv'"},
3707
+ {title: 'PDF', value: "'pdf'"},
3708
+ {title: 'XLS', value: "'xls'"}
3709
3709
  ],
3710
3710
  help: 'Export Grid data as CSV, PDF, or XLS file.'
3711
3711
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid v35 - Advanced data grid with enhanced editing, filtering, and tree data capabilities.",
6
6
  "license": "MIT",