@annalib/anna-core 25.0.6 → 25.1.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.
@@ -166,7 +166,8 @@ export declare class EllipsisWithTableTooltip {
166
166
  cellValue: string;
167
167
  tooltipHoverText: string;
168
168
  showTooltip: boolean;
169
- constructor(heading: string, tableHeaders: HeaderWithObjectKey[], tableData: any[], cellValue: string, tooltipText: string, showTooltip: boolean);
169
+ tooltipClass: string;
170
+ constructor(heading: string, tableHeaders: HeaderWithObjectKey[], tableData: any[], cellValue: string, tooltipText: string, showTooltip: boolean, tooltipClass: string);
170
171
  }
171
172
  export interface HeaderWithObjectKey {
172
173
  headerName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "25.0.6",
3
+ "version": "25.1.0",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^16.0.1",
6
6
  "@angular/common": "^16.2.12",