@annalib/anna-core 8.3.2 → 8.3.4

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