@cdmx/wappler_ag_grid 0.1.7 → 0.1.8

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.
@@ -133,7 +133,7 @@
133
133
  "attribute": "dmx-bind:suppressRowDeselection",
134
134
  "title": "Supress Row Deselection",
135
135
  "type": "boolean",
136
- "defaultValue": true,
136
+ "defaultValue": false,
137
137
  "help": "Specifies if rows can be deselected"
138
138
  },
139
139
  {
package/dmx-ag-grid.js CHANGED
@@ -493,6 +493,8 @@ dmx.Component('ag-grid', {
493
493
  suppressClipboardPaste: this.props.suppressClipboardPaste,
494
494
  suppressScrollOnNewData: this.props.suppressScrollOnNewData,
495
495
  suppressPropertyNamesCheck: this.props.suppressPropertyNamesCheck,
496
+ suppressRowDeselection: this.props.suppressRowDeselection,
497
+ columnHoverHighlight: this.props.columnHoverHighlight,
496
498
  localeText: this.props.localeText,
497
499
  components: {
498
500
  clickCellRenderer: clickCellRenderer,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation",
6
6
  "license": "MIT",