@brickclay-org/ui 0.0.85 → 0.0.87

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.
package/index.d.ts CHANGED
@@ -725,6 +725,7 @@ declare class BkGrid<T = any> {
725
725
  customClass: string;
726
726
  change: EventEmitter<{
727
727
  row: T;
728
+ column: TableColumn<T>;
728
729
  }>;
729
730
  actionClick: EventEmitter<{
730
731
  action: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickclay-org/ui",
3
- "version": "0.0.85",
3
+ "version": "0.0.87",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-add": {
6
6
  "save": "dependencies"