@annalib/anna-core 12.8.0 → 12.8.1

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.
@@ -32,6 +32,11 @@ export interface ITotalRowInfo {
32
32
  tooltipMessage?: string;
33
33
  isActionColumn?: boolean;
34
34
  actionData?: ClickableItem[];
35
+ isIconColumn?: boolean;
36
+ iconData?: {
37
+ class: string;
38
+ disabled?: boolean;
39
+ };
35
40
  }
36
41
  export interface IGtHeaderConfig {
37
42
  iconColumn: boolean;
@@ -9,9 +9,9 @@ export declare class AnnaDateTimeFormatService {
9
9
  constructor();
10
10
  convertToNgbDateStandardFormat(date: any): NgbDateType | NgbDate;
11
11
  convertToNgbDate(date: any, parseFormat: any): NgbDateType | NgbDate;
12
- formatToTwelveHrs(time: any, callRemoveZero: boolean): any;
12
+ static formatToTwelveHrs(time: any, callRemoveZero: boolean): any;
13
13
  convertTotwentyFourHrsFormat(time: any, callAddZero: any): any;
14
- removeZero(time: any): any;
14
+ static removeZero(time: any): any;
15
15
  addZero(time: any): any;
16
16
  sortByTimeAscending(a: any, b: any): number;
17
17
  sortByTimeDescending(a: any, b: any): number;
@@ -69,6 +69,10 @@ export declare class AnnaFilterService {
69
69
  }, key: string): boolean;
70
70
  updateStateOfTheCurrentFilterTab(sortMap: Map<string, SortType>): void;
71
71
  updateStateOfAllTheKeys(sortMap: Map<string, SortType>): void;
72
+ incrementHour(value: any): any;
73
+ decrementHour(value: any): any;
74
+ incrementMinute(value: any): any;
75
+ decrementMinute(value: any): any;
72
76
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaFilterService, never>;
73
77
  static ɵprov: i0.ɵɵInjectableDeclaration<AnnaFilterService>;
74
78
  }
@@ -68,6 +68,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
68
68
  gtViewDetailClicked: EventEmitter<any>;
69
69
  downloadSpotDetails: EventEmitter<any>;
70
70
  clickableDataClicked: EventEmitter<any>;
71
+ totalRowIconClicked: EventEmitter<any>;
71
72
  notificationIconHover: EventEmitter<any>;
72
73
  notificationIconHoverLeave: EventEmitter<any>;
73
74
  numberOfSkeletonRows: number[][];
@@ -300,7 +301,8 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
300
301
  mouseEnterOnTextActionType(rowData: any, tooltipKey: string): void;
301
302
  onClickableDataClicked(Rowdata: any, id: number): void;
302
303
  removeTooltipOnScroll(): void;
304
+ iconClickedInTotalRow(colName: string): void;
303
305
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNonEditableGenericTableComponent, never>;
304
- 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"; "tableBorderBottomClassRequired": "tableBorderBottomClassRequired"; "hideSomeTds": "hideSomeTds"; "tdsHaveRowSpan": "tdsHaveRowSpan"; }, { "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, never>;
306
+ 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"; "tableBorderBottomClassRequired": "tableBorderBottomClassRequired"; "hideSomeTds": "hideSomeTds"; "tdsHaveRowSpan": "tdsHaveRowSpan"; }, { "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"; "totalRowIconClicked": "totalRowIconClicked"; "notificationIconHover": "notificationIconHover"; "notificationIconHoverLeave": "notificationIconHoverLeave"; }, never, never, false, never>;
305
307
  }
306
308
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "12.8.0",
3
+ "version": "12.8.1",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.4",
6
6
  "@angular/common": "^15.2.9",