ngx-deebodata 0.4.6 → 0.4.7

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/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -81,6 +81,12 @@ export class App {
81
81
  | `forceGrouping` | `string[]` | `[]` | array of column names to force grouping - gives dropdown filter & pie graphs for the column |
82
82
  -
83
83
 
84
+ **Component Output API**
85
+ | Output | Type | Description
86
+ |----------|----------|----------|
87
+ | `cellEdit` | `CellEdit` | An object that emits with all necessary cell edit details. See more details further down |
88
+ -
89
+
84
90
 
85
91
  It's best to pass hex or rgb colors to **color1, color2, pieGraphColors, & altRowColor,** but css colors work too
86
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-deebodata",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Angular v22 data grid and charts solution that solves big data analysis with virtual scroll, row grouping, column resizing, re-ordering, column hiding, cell editing, tab accessibility, sorting with priority, and advanced filtering.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^22.0.7",