@brickclay-org/ui 0.0.99 → 0.0.100

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
@@ -665,7 +665,7 @@ interface TableColumn<T = any> {
665
665
  headerClass?: string;
666
666
  cellClass?: string;
667
667
  formatter?: (row: T) => string;
668
- badges?: TableBadge[];
668
+ badges?: TableBadge[] | ((row: T) => TableBadge[]);
669
669
  icons?: TableIcon[] | ((row: T) => TableIcon[]);
670
670
  /** show / hide both th + td */
671
671
  visible?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickclay-org/ui",
3
- "version": "0.0.99",
3
+ "version": "0.0.100",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-add": {
6
6
  "save": "dependencies"