@annalib/anna-core 8.0.46 → 8.0.48

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.
@@ -31,8 +31,6 @@ export interface ITotalRowInfo {
31
31
  colName: string;
32
32
  class?: string;
33
33
  tooltipMessage?: string;
34
- isActionColumn?: boolean;
35
- actionData?: ClickableItem[];
36
34
  }
37
35
  export interface IGtHeaderConfig {
38
36
  iconColumn: boolean;
@@ -103,7 +101,6 @@ export interface IActionItemTypeSTRING__ICON_OR_TEXT_ACTION {
103
101
  key: string;
104
102
  value: string;
105
103
  }[];
106
- tooltipClass?: string;
107
104
  typeOfData: 'STRING' | 'ICON_TEXT_ACTION';
108
105
  additionalTextBeforeLink: string;
109
106
  enableTooltipForAdditionalText: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "8.0.46",
3
+ "version": "8.0.48",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "2.0.3",
6
6
  "@angular/common": "^13.2.0",