@annalib/anna-core 8.4.6 → 8.4.8

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,8 @@ export interface IActionItemTypeSTRING__ICON_OR_TEXT_ACTION {
101
103
  key: string;
102
104
  value: string;
103
105
  }[];
106
+ tooltipClass?: string;
107
+ tooltipPlacement: string;
104
108
  typeOfData: 'STRING' | 'ICON_TEXT_ACTION';
105
109
  additionalTextBeforeLink: string;
106
110
  enableTooltipForAdditionalText: boolean;
@@ -65,6 +65,8 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
65
65
  gtViewDetailClicked: EventEmitter<any>;
66
66
  downloadSpotDetails: EventEmitter<any>;
67
67
  clickableDataClicked: EventEmitter<any>;
68
+ notificationIconHover: EventEmitter<any>;
69
+ notificationIconHoverLeave: EventEmitter<any>;
68
70
  numberOfSkeletonRows: number[][];
69
71
  tableDataWrapper: any[];
70
72
  rowChecked: boolean;
@@ -286,10 +288,11 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
286
288
  tableContainerScrolled(event: any): void;
287
289
  mouseEnterOnStringTextActionType(rowData: any, tooltipKey: string): void;
288
290
  mouseEnterOnStringTextActionTypeContainingTable(rowData: any, tooltipKey: string): void;
291
+ mouseLeaveTextActionType(rowData: any): void;
289
292
  mouseEnterOnTextActionType(rowData: any, tooltipKey: string): void;
290
293
  onClickableDataClicked(Rowdata: any, id: number): void;
291
294
  removeTooltipOnScroll(): void;
292
295
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNonEditableGenericTableComponent, never>;
293
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNonEditableGenericTableComponent, "anna-core-non-editable-generic-table-lib", never, { "showSkeletonLoading": "showSkeletonLoading"; "tableHeaders": "tableHeaders"; "tableData": "tableData"; "clonedTableData": "clonedTableData"; "gtGeneralConfig": "gtGeneralConfig"; "totalRowInfo": "totalRowInfo"; "gtDimension": "gtDimension"; "tableClass": "tableClass"; "maximumRowsWhichCanBeRenderedWithoutScroll": "maximumRowsWhichCanBeRenderedWithoutScroll"; "limit": "limit"; "includeBorderInTableHeight": "includeBorderInTableHeight"; "downloadInProgress": "downloadInProgress"; "percentDone": "percentDone"; "starredInProgress": "starredInProgress"; "clickableRow": "clickableRow"; "setTableHeightWhenRowSizeIsFixed": "setTableHeightWhenRowSizeIsFixed"; }, { "toggleCheckbox": "toggleCheckbox"; "toggleRowCheckbox": "toggleRowCheckbox"; "toggleHeaderCheckbox": "toggleHeaderCheckbox"; "undoIconClicked": "undoIconClicked"; "filterAppliedToTable": "filterAppliedToTable"; "sortingAppliedToTable": "sortingAppliedToTable"; "rowClicked": "rowClicked"; "radioButtonSelected": "radioButtonSelected"; "columnFilterOpened": "columnFilterOpened"; "columnFilterClosed": "columnFilterClosed"; "gtIconClicked": "gtIconClicked"; "gtSVGIconClicked": "gtSVGIconClicked"; "gtTextActionClicked": "gtTextActionClicked"; "gtViewDetailClicked": "gtViewDetailClicked"; "downloadSpotDetails": "downloadSpotDetails"; "clickableDataClicked": "clickableDataClicked"; }, never, never, false>;
296
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNonEditableGenericTableComponent, "anna-core-non-editable-generic-table-lib", never, { "showSkeletonLoading": "showSkeletonLoading"; "tableHeaders": "tableHeaders"; "tableData": "tableData"; "clonedTableData": "clonedTableData"; "gtGeneralConfig": "gtGeneralConfig"; "totalRowInfo": "totalRowInfo"; "gtDimension": "gtDimension"; "tableClass": "tableClass"; "maximumRowsWhichCanBeRenderedWithoutScroll": "maximumRowsWhichCanBeRenderedWithoutScroll"; "limit": "limit"; "includeBorderInTableHeight": "includeBorderInTableHeight"; "downloadInProgress": "downloadInProgress"; "percentDone": "percentDone"; "starredInProgress": "starredInProgress"; "clickableRow": "clickableRow"; "setTableHeightWhenRowSizeIsFixed": "setTableHeightWhenRowSizeIsFixed"; }, { "toggleCheckbox": "toggleCheckbox"; "toggleRowCheckbox": "toggleRowCheckbox"; "toggleHeaderCheckbox": "toggleHeaderCheckbox"; "undoIconClicked": "undoIconClicked"; "filterAppliedToTable": "filterAppliedToTable"; "sortingAppliedToTable": "sortingAppliedToTable"; "rowClicked": "rowClicked"; "radioButtonSelected": "radioButtonSelected"; "columnFilterOpened": "columnFilterOpened"; "columnFilterClosed": "columnFilterClosed"; "gtIconClicked": "gtIconClicked"; "gtSVGIconClicked": "gtSVGIconClicked"; "gtTextActionClicked": "gtTextActionClicked"; "gtViewDetailClicked": "gtViewDetailClicked"; "downloadSpotDetails": "downloadSpotDetails"; "clickableDataClicked": "clickableDataClicked"; "notificationIconHover": "notificationIconHover"; "notificationIconHoverLeave": "notificationIconHoverLeave"; }, never, never, false>;
294
297
  }
295
298
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "8.4.6",
3
+ "version": "8.4.8",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.3",
6
6
  "@angular/common": "^14.3.0",
@@ -68,7 +68,7 @@
68
68
  text-overflow: ellipsis !important;
69
69
  overflow: hidden !important;
70
70
  white-space:nowrap !important;
71
- width: 99%;
71
+ width: 99.5%;
72
72
  }
73
73
  }
74
74