@annalib/anna-core 17.1.1 → 17.1.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.
@@ -139,8 +139,8 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
139
139
  bindTheValueToSellerGroupTooltip(sellerGroupHierarchy: RatingSellerGroupHierarchy[], tooltip: any): void;
140
140
  iconClicked(rowData: any, iconClass: string): void;
141
141
  svgIconClicked(data: GtColumnIconEmittedData): void;
142
- textActionClicked(rowData: any, id: any): void;
143
- iconClickedOnStringIconActionType(rowData: any, id: any): void;
142
+ textActionClicked(rowData: any, id: any, columnHeader: IHeaderInfo): void;
143
+ iconClickedOnStringIconActionType(rowData: any, id: any, columnHeader: IHeaderInfo): void;
144
144
  innerHTMLCellClicked(event: any, rowData: any): void;
145
145
  viewDetailsClicked(rowData: any): void;
146
146
  setActiveStateObject(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "17.1.1",
3
+ "version": "17.1.4",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.4",
6
6
  "@angular/common": "^15.2.9",