@annalib/anna-core 22.1.21 → 22.1.23

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.
@@ -67,6 +67,7 @@ export interface ITooltip {
67
67
  tooltipPosition: string;
68
68
  iconClass: string;
69
69
  tooltipClass: string;
70
+ tooltipMessage?: string;
70
71
  }
71
72
  export interface IconData {
72
73
  data: any;
@@ -98,6 +98,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
98
98
  isScrolledLeft: boolean;
99
99
  rowBorderWidth: number;
100
100
  sameTooltipClicked: boolean;
101
+ isScrollEnded: boolean;
101
102
  marginTop: string;
102
103
  viewChildTableHeaders: QueryList<ElementRef>;
103
104
  isDifferenceLessThan25Percent: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "22.1.21",
3
+ "version": "22.1.23",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.4",
6
6
  "@angular/common": "^15.2.9",