@solcre-org/core-ui 2.15.45 → 2.16.0

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
@@ -2860,6 +2860,7 @@ declare class GenericTableComponent<T extends DataBaseModelInterface & {
2860
2860
  toggleRow(row: T): void;
2861
2861
  isRowSelected(row: T): boolean;
2862
2862
  getFormattedValue(row: T, column: ColumnConfig<T>): string;
2863
+ private isEmptyValue;
2863
2864
  hasAction(action: TableAction): boolean;
2864
2865
  triggerAction(action: TableAction, row?: T): void;
2865
2866
  triggerCustomAction(action: CustomAction<T>, row: T): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.15.45",
3
+ "version": "2.16.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"