@annalib/anna-core 20.2.73 → 20.2.75

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.
Files changed (78) hide show
  1. package/esm2022/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.mjs +5 -7
  2. package/esm2022/lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component.mjs +4 -6
  3. package/esm2022/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +16 -13
  4. package/esm2022/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.mjs +5 -7
  5. package/esm2022/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.mjs +1 -1
  6. package/esm2022/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.mjs +4 -6
  7. package/esm2022/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.mjs +5 -7
  8. package/esm2022/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.mjs +5 -7
  9. package/esm2022/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.mjs +27 -34
  10. package/esm2022/lib/anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive.mjs +5 -5
  11. package/esm2022/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.mjs +17 -15
  12. package/esm2022/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.mjs +1 -1
  13. package/esm2022/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +1 -1
  14. package/esm2022/lib/anna-core-shared-lib/models/anna-tooltip.model.mjs +2 -2
  15. package/esm2022/lib/anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe.mjs +3 -3
  16. package/esm2022/lib/anna-core-shared-lib/pipes/annaDateFormatter.pipe.mjs +3 -4
  17. package/esm2022/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.mjs +17 -19
  18. package/esm2022/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.mjs +2 -1
  19. package/esm2022/lib/anna-core-shared-lib/services/anna-date-time-format.service.mjs +102 -81
  20. package/esm2022/lib/anna-core-shared-lib/services/anna-filter.service.mjs +381 -376
  21. package/esm2022/lib/anna-core-shared-lib/services/anna-generic-table.service.mjs +29 -31
  22. package/esm2022/lib/anna-core-shared-lib/services/anna-global-config.service.mjs +1 -1
  23. package/esm2022/lib/anna-core-shared-lib/services/anna-number-format.service.mjs +21 -15
  24. package/esm2022/lib/anna-core-shared-lib/services/anna-persisting-filter.service.mjs +6 -7
  25. package/esm2022/lib/anna-core-shared-lib/services/anna-sort.service.mjs +41 -43
  26. package/esm2022/lib/anna-core.module.mjs +28 -47
  27. package/esm2022/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.mjs +19 -19
  28. package/esm2022/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.mjs +76 -88
  29. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.mjs +40 -36
  30. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.mjs +14 -13
  31. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.mjs +23 -23
  32. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.mjs +31 -34
  33. package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +108 -101
  34. package/esm2022/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.mjs +13 -9
  35. package/esm2022/public-api.mjs +27 -30
  36. package/fesm2022/annalib-anna-core.mjs +2842 -3565
  37. package/fesm2022/annalib-anna-core.mjs.map +1 -1
  38. package/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.d.ts +2 -5
  39. package/lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component.d.ts +2 -5
  40. package/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.d.ts +4 -6
  41. package/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.d.ts +2 -5
  42. package/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.d.ts +2 -5
  43. package/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.d.ts +2 -5
  44. package/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.d.ts +2 -5
  45. package/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.d.ts +1 -1
  46. package/lib/anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive.d.ts +3 -3
  47. package/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.d.ts +3 -3
  48. package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +1 -1
  49. package/lib/anna-core-shared-lib/models/anna-tooltip.model.d.ts +1 -1
  50. package/lib/anna-core-shared-lib/pipes/annaDateFormatter.pipe.d.ts +0 -1
  51. package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +3 -1
  52. package/lib/anna-core-shared-lib/services/anna-filter.service.d.ts +4 -4
  53. package/lib/anna-core-shared-lib/services/anna-global-config.service.d.ts +2 -2
  54. package/lib/anna-core-shared-lib/services/anna-persisting-filter.service.d.ts +0 -1
  55. package/lib/anna-core.module.d.ts +12 -15
  56. package/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.d.ts +1 -1
  57. package/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.d.ts +2 -2
  58. package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.d.ts +4 -4
  59. package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.d.ts +3 -3
  60. package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.d.ts +4 -4
  61. package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.d.ts +4 -4
  62. package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +9 -9
  63. package/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.d.ts +2 -2
  64. package/package.json +1 -1
  65. package/public-api.d.ts +14 -17
  66. package/src/lib/anna-common-scss/_filters.scss +12 -0
  67. package/src/lib/anna-common-scss/_show-hide-total-row.scss +1 -1
  68. package/esm2022/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.mjs +0 -352
  69. package/esm2022/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/anna-fixed-row-size-table-virtual-scroll-strategy.directive.mjs +0 -204
  70. package/esm2022/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.mjs +0 -2
  71. package/esm2022/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.mjs +0 -180
  72. package/esm2022/lib/anna-generic-table-lib/directives/anna-virtual-table/index.mjs +0 -2
  73. package/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.d.ts +0 -141
  74. package/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/anna-fixed-row-size-table-virtual-scroll-strategy.directive.d.ts +0 -89
  75. package/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.d.ts +0 -1
  76. package/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.d.ts +0 -45
  77. package/lib/anna-generic-table-lib/directives/anna-virtual-table/index.d.ts +0 -1
  78. package/src/lib/anna-common-scss/_drag-and-drop.scss +0 -22
@@ -1,8 +1,5 @@
1
- import { OnInit } from "@angular/core";
2
1
  import * as i0 from "@angular/core";
3
- export declare class AnnaBuyerApprovalIconTemplateComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
2
+ export declare class AnnaBuyerApprovalIconTemplateComponent {
6
3
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaBuyerApprovalIconTemplateComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaBuyerApprovalIconTemplateComponent, "anna-buyer-approval-icon-template", never, {}, {}, never, never, true, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaBuyerApprovalIconTemplateComponent, "anna-core-buyer-approval-icon-template", never, {}, {}, never, never, true, never>;
8
5
  }
@@ -1,8 +1,5 @@
1
- import { OnInit } from "@angular/core";
2
1
  import * as i0 from "@angular/core";
3
- export declare class AnnaDeletedOrderIconTemplateComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
2
+ export declare class AnnaDeletedOrderIconTemplateComponent {
6
3
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaDeletedOrderIconTemplateComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaDeletedOrderIconTemplateComponent, "anna-deleted-order-icon-template", never, {}, {}, never, never, true, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaDeletedOrderIconTemplateComponent, "anna-core-deleted-order-icon-template", never, {}, {}, never, never, true, never>;
8
5
  }
@@ -1,17 +1,15 @@
1
- import { EventEmitter, OnInit } from "@angular/core";
1
+ import { EventEmitter } from "@angular/core";
2
2
  import { GtColumnIconEmittedData } from "../../models/anna-generic-data-type.model";
3
3
  import { IconToShow } from "../../models/anna-non-editable-gt-models";
4
4
  import * as i0 from "@angular/core";
5
- export declare class AnnaIconColumnComponent implements OnInit {
5
+ export declare class AnnaIconColumnComponent {
6
6
  componentName: string;
7
7
  iconToShow: IconToShow;
8
8
  dataObject: any;
9
9
  PfpIconActiveColor: string;
10
10
  PfpIconDisableColor: string;
11
- onColumnIconClicked: EventEmitter<GtColumnIconEmittedData>;
12
- constructor();
13
- ngOnInit(): void;
11
+ columnIconClicked: EventEmitter<GtColumnIconEmittedData>;
14
12
  svgIconClicked(rowData: any, key: string): void;
15
13
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaIconColumnComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaIconColumnComponent, "anna-core-anna-icon-column", never, { "componentName": { "alias": "componentName"; "required": false; }; "iconToShow": { "alias": "iconToShow"; "required": false; }; "dataObject": { "alias": "dataObject"; "required": false; }; }, { "onColumnIconClicked": "onColumnIconClicked"; }, never, never, true, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaIconColumnComponent, "anna-core-icon-column", never, { "componentName": { "alias": "componentName"; "required": false; }; "iconToShow": { "alias": "iconToShow"; "required": false; }; "dataObject": { "alias": "dataObject"; "required": false; }; }, { "columnIconClicked": "columnIconClicked"; }, never, never, true, never>;
17
15
  }
@@ -1,8 +1,5 @@
1
- import { OnInit } from "@angular/core";
2
1
  import * as i0 from "@angular/core";
3
- export declare class AnnaLiveIconTemplateComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
2
+ export declare class AnnaLiveIconTemplateComponent {
6
3
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaLiveIconTemplateComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaLiveIconTemplateComponent, "anna-live-icon-template", never, {}, {}, never, never, true, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaLiveIconTemplateComponent, "anna-core-live-icon-template", never, {}, {}, never, never, true, never>;
8
5
  }
@@ -1,8 +1,5 @@
1
- import { OnInit } from "@angular/core";
2
1
  import * as i0 from "@angular/core";
3
- export declare class AnnaNotifyIconTemplateComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
2
+ export declare class AnnaNotifyIconTemplateComponent {
6
3
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNotifyIconTemplateComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNotifyIconTemplateComponent, "anna-notify-icon-template", never, {}, {}, never, never, true, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNotifyIconTemplateComponent, "anna-core-notify-icon-template", never, {}, {}, never, never, true, never>;
8
5
  }
@@ -1,12 +1,9 @@
1
- import { OnInit } from "@angular/core";
2
1
  import * as i0 from "@angular/core";
3
- export declare class AnnaPayForPerformanceIconTemplateComponent implements OnInit {
2
+ export declare class AnnaPayForPerformanceIconTemplateComponent {
4
3
  isTitle: boolean;
5
4
  color: string;
6
5
  width: string;
7
6
  height: string;
8
- constructor();
9
- ngOnInit(): void;
10
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaPayForPerformanceIconTemplateComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaPayForPerformanceIconTemplateComponent, "anna-pay-for-performance-icon-template", never, { "isTitle": { "alias": "isTitle"; "required": false; }; "color": { "alias": "color"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, {}, never, never, true, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaPayForPerformanceIconTemplateComponent, "anna-core-pay-for-performance-icon-template", never, { "isTitle": { "alias": "isTitle"; "required": false; }; "color": { "alias": "color"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, {}, never, never, true, never>;
12
9
  }
@@ -1,8 +1,5 @@
1
- import { OnInit } from "@angular/core";
2
1
  import * as i0 from "@angular/core";
3
- export declare class AnnaRejectedIconTemplateComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
2
+ export declare class AnnaRejectedIconTemplateComponent {
6
3
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaRejectedIconTemplateComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaRejectedIconTemplateComponent, "anna-rejected-icon-template", never, {}, {}, never, never, true, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaRejectedIconTemplateComponent, "anna-core-rejected-icon-template", never, {}, {}, never, never, true, never>;
8
5
  }
@@ -30,5 +30,5 @@ export declare class DigitOnlyDirective implements OnChanges {
30
30
  private getSelection;
31
31
  private forecastValue;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<DigitOnlyDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<DigitOnlyDirective, "[digitOnly]", never, { "decimal": { "alias": "decimal"; "required": false; }; "decimalSeparator": { "alias": "decimalSeparator"; "required": false; }; "allowNegatives": { "alias": "allowNegatives"; "required": false; }; "allowPaste": { "alias": "allowPaste"; "required": false; }; "negativeSign": { "alias": "negativeSign"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; }, {}, never, never, true, never>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DigitOnlyDirective, "[annaCoreDigitOnly]", never, { "decimal": { "alias": "decimal"; "required": false; }; "decimalSeparator": { "alias": "decimalSeparator"; "required": false; }; "allowNegatives": { "alias": "allowNegatives"; "required": false; }; "allowPaste": { "alias": "allowPaste"; "required": false; }; "negativeSign": { "alias": "negativeSign"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; }, {}, never, never, true, never>;
34
34
  }
@@ -1,6 +1,6 @@
1
- import { ElementRef, Renderer2 } from "@angular/core";
1
+ import { ElementRef, OnInit, Renderer2 } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
- export declare class FixedRowsPopupTableDirective {
3
+ export declare class FixedRowsPopupTableDirective implements OnInit {
4
4
  private el;
5
5
  private renderer;
6
6
  popupRowHeight: number;
@@ -12,5 +12,5 @@ export declare class FixedRowsPopupTableDirective {
12
12
  ngOnInit(): void;
13
13
  setPopUpTableHeight(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<FixedRowsPopupTableDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<FixedRowsPopupTableDirective, "[fixedRowsInPopupTable]", never, { "popupRowHeight": { "alias": "popupRowHeight"; "required": false; }; "popupHeaderHeight": { "alias": "popupHeaderHeight"; "required": false; }; "tableDataLength": { "alias": "tableDataLength"; "required": false; }; }, {}, never, never, true, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FixedRowsPopupTableDirective, "[annaCoreFixedRowsInPopupTable]", never, { "popupRowHeight": { "alias": "popupRowHeight"; "required": false; }; "popupHeaderHeight": { "alias": "popupHeaderHeight"; "required": false; }; "tableDataLength": { "alias": "tableDataLength"; "required": false; }; }, {}, never, never, true, never>;
16
16
  }
@@ -1,10 +1,10 @@
1
1
  import { ElementRef } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
- export declare class showEllipsisTextOnHoverDirective {
3
+ export declare class ShowEllipsisTextOnHoverDirective {
4
4
  private elementRef;
5
5
  constructor(elementRef: ElementRef);
6
6
  onMouseEnter(): void;
7
7
  checkPositionsInDecimals(domElement: Element): boolean;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<showEllipsisTextOnHoverDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<showEllipsisTextOnHoverDirective, "[showEllipsisTextOnHover]", never, {}, {}, never, never, true, never>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ShowEllipsisTextOnHoverDirective, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ShowEllipsisTextOnHoverDirective, "[annaCoreShowEllipsisTextOnHover]", never, {}, {}, never, never, true, never>;
10
10
  }
@@ -105,7 +105,7 @@ export declare class IconCellActionKey {
105
105
  tooltipData?: string;
106
106
  constructor(id: any, showIcon: boolean, iconClass: string, showObjectKey: boolean, showTooltip: boolean, tooltipData?: string);
107
107
  }
108
- export interface IActionItemTypeSTRING__ICON_OR_TEXT_ACTION {
108
+ export interface IActionItemTypeWithStringIconOrTextAction {
109
109
  id: any;
110
110
  data: string;
111
111
  typeOfData: "STRING" | "ICON_TEXT_ACTION";
@@ -5,7 +5,7 @@ export declare class TooltipModel {
5
5
  value: string;
6
6
  constructor(obj: string, id: number);
7
7
  }
8
- export declare class tooltipModelForColumnLevelFiltering {
8
+ export declare class TooltipModelForColumnLevelFiltering {
9
9
  isHidden: boolean;
10
10
  isSelected: boolean;
11
11
  data: string;
@@ -1,7 +1,6 @@
1
1
  import { PipeTransform } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class AnnaDateFormatterPipe implements PipeTransform {
4
- constructor();
5
4
  transform(value: any, format: string): any;
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaDateFormatterPipe, never>;
7
6
  static ɵpipe: i0.ɵɵPipeDeclaration<AnnaDateFormatterPipe, "AnnaDateFormatter", true>;
@@ -1,4 +1,5 @@
1
1
  import { NgbDate } from "@ng-bootstrap/ng-bootstrap";
2
+ import dayjs, { UnitType } from "dayjs";
2
3
  import * as i0 from "@angular/core";
3
4
  export type NgbDateType = {
4
5
  year: number;
@@ -15,13 +16,14 @@ export declare class AnnaDateTimeFormatService {
15
16
  addZero(time: any): any;
16
17
  sortByTimeAscending(a: any, b: any): number;
17
18
  sortByTimeDescending(a: any, b: any): number;
19
+ compareTime(a: dayjs.Dayjs, b: dayjs.Dayjs, unit: UnitType, isAsc: boolean): 0 | 1 | -1;
18
20
  convertNgbDateToMoment(ngbDate: NgbDate | NgbDateType): string;
19
21
  compareDate(a: string, b: string, isAsc: boolean): number;
20
22
  static formatTwentyFourHourTimeToHHMMAFormat(value: any, date?: string): string;
21
23
  static formatTwelveHourTimeToHHMMAFormat(timeValue: any, date?: string): string;
22
24
  formatDateAndHHMMATimeToStandardFormat(dateAndTime: any): string;
23
25
  compare(a: number | string, b: number | string, isAsc: boolean): number;
24
- sortDataByBroadcastTimeAsc(firstParamTime: string, secondParamTime: string, broadcastTime: string): number;
26
+ sortDataByBroadcastTimeAsc(firstParamTime: string, secondParamTime: string, broadcastTime: string): 0 | 1 | -1;
25
27
  convertNgbDateToMomentInSpecificFormat(ngbDate: NgbDateType, format: string): string;
26
28
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaDateTimeFormatService, never>;
27
29
  static ɵprov: i0.ɵɵInjectableDeclaration<AnnaDateTimeFormatService>;
@@ -1,9 +1,9 @@
1
1
  import { Options } from "@angular-slider/ngx-slider";
2
2
  import dayjs from "dayjs";
3
3
  import { SortType } from "../models/anna-sort.model";
4
+ import { TooltipModel } from "../models/anna-tooltip.model";
4
5
  import { AnnaDateTimeFormatService, NgbDateType } from "./anna-date-time-format.service";
5
6
  import { AnnaSortService } from "./anna-sort.service";
6
- import { TooltipModel } from "../models/anna-tooltip.model";
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class AnnaFilterService {
9
9
  private dateTimeFormatService;
@@ -68,8 +68,8 @@ export declare class AnnaFilterService {
68
68
  isObjectInTheRange(obj: any, value: any, key: string): any;
69
69
  updateStateOfTheCurrentFilterTab(sortMap: Map<string, SortType>): void;
70
70
  updateStateOfAllTheKeys(sortMap: Map<string, SortType>): void;
71
- incrementHour(value: any): any;
72
- decrementHour(value: any): any;
71
+ incrementHour(value: any): number;
72
+ decrementHour(value: any): number;
73
73
  incrementMinute(value: any): any;
74
74
  decrementMinute(value: any): any;
75
75
  disableActiveFilterClearButton(): boolean;
@@ -147,7 +147,7 @@ export declare class AnnaFilterService {
147
147
  incrementOrDecrementHour(increment: boolean, time: string[]): void;
148
148
  incrementOrDecrementMin(increment: boolean, time: string[]): void;
149
149
  isHourValueInvalid(hr: string): boolean;
150
- isMinuteValueInvalid(min: string): boolean;
150
+ isMinuteValueInvalid(minute: string): boolean;
151
151
  updateSortMap(tempSortOrder: SortType, tableData: any[], isLurAndCsrComponent: boolean): any[];
152
152
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaFilterService, never>;
153
153
  static ɵprov: i0.ɵɵInjectableDeclaration<AnnaFilterService>;
@@ -1,5 +1,5 @@
1
- import { IAngular2MultiSelectSettings, INgxAsideSettings, INgbDatePickerSettings, INgSelectSettings, INgxInfiniteScrollSettings, INgxSkeletonLoaderSettings, IRadioButtonComponentConfig, IConfirmationPopupConfig, IWeekCalendar, ICustomSingleSelect, ICustomMultiSelect } from "../models/anna-global-dropdown-config.model";
2
- import { IGtHeaderConfig, IGtGeneralConfig } from "../models/anna-non-editable-gt-models";
1
+ import { IAngular2MultiSelectSettings, IConfirmationPopupConfig, ICustomMultiSelect, ICustomSingleSelect, INgbDatePickerSettings, INgSelectSettings, INgxAsideSettings, INgxInfiniteScrollSettings, INgxSkeletonLoaderSettings, IRadioButtonComponentConfig, IWeekCalendar } from "../models/anna-global-dropdown-config.model";
2
+ import { IGtGeneralConfig, IGtHeaderConfig } from "../models/anna-non-editable-gt-models";
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AnnaGlobalConfigService {
5
5
  readonly defaultAngular2MultiSelectSettings: IAngular2MultiSelectSettings;
@@ -1,6 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class AnnaPersistingFilterService {
3
- constructor();
4
3
  storeKeyValueInLocalStorage(val: any, isFilterKey?: boolean): string;
5
4
  getActualQueryParams(key: string): string;
6
5
  convertObjToQueryString(paramsObject: any): string;
@@ -24,22 +24,19 @@ import * as i22 from "./anna-core-shared-lib/components/anna-icon-column/anna-ic
24
24
  import * as i23 from "./anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component";
25
25
  import * as i24 from "./anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component";
26
26
  import * as i25 from "./anna-generic-table-lib/components/anna-sort/anna-sort.component";
27
- import * as i26 from "./anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive";
28
- import * as i27 from "./anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component";
29
- import * as i28 from "./anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component";
30
- import * as i29 from "./anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/anna-fixed-row-size-table-virtual-scroll-strategy.directive";
31
- import * as i30 from "./anna-core-shared-lib/directives/digits-only/digits-only.directive";
32
- import * as i31 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component";
33
- import * as i32 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component";
34
- import * as i33 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component";
35
- import * as i34 from "./anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component";
36
- import * as i35 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component";
37
- import * as i36 from "./anna-core-shared-lib/pipes/annaDateFormatter.pipe";
38
- import * as i37 from "./anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe";
39
- import * as i38 from "./anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive";
40
- import * as i39 from "./anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component";
27
+ import * as i26 from "./anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component";
28
+ import * as i27 from "./anna-core-shared-lib/directives/digits-only/digits-only.directive";
29
+ import * as i28 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component";
30
+ import * as i29 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component";
31
+ import * as i30 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component";
32
+ import * as i31 from "./anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component";
33
+ import * as i32 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component";
34
+ import * as i33 from "./anna-core-shared-lib/pipes/annaDateFormatter.pipe";
35
+ import * as i34 from "./anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe";
36
+ import * as i35 from "./anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive";
37
+ import * as i36 from "./anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component";
41
38
  export declare class AnnaCoreModule {
42
39
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaCoreModule, never>;
43
- static ɵmod: i0.ɵɵNgModuleDeclaration<AnnaCoreModule, never, [typeof i1.CommonModule, typeof i2.NgbModule, typeof i3.FormsModule, typeof i4.MatRadioModule, typeof i5.MatButtonToggleModule, typeof i6.MatTableModule, typeof i7.NgxSliderModule, typeof i8.NgxSkeletonLoaderModule, typeof i9.ScrollingModule, typeof i10.NgCircleProgressModule, typeof i11.AnnaNoDataComponent, typeof i12.AnnaFilterSearchedTextPipe, typeof i13.AnnaConvertZeroOrNullOrUndefinedPipe, typeof i14.AnnaTypeofDataPipe, typeof i12.AnnaFilterSearchedTextPipe, typeof i15.AnnaReplaceCharPipe, typeof i16.AnnaBuyerApprovalIconTemplateComponent, typeof i17.AnnaLiveIconTemplateComponent, typeof i18.AnnaNotifyIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i20.AnnaRejectedIconTemplateComponent, typeof i21.showEllipsisTextOnHoverDirective, typeof i22.AnnaIconColumnComponent, typeof i23.AnnaWeekCalendarComponent, typeof i24.AnnaCalendarFilterComponent, typeof i25.AnnaSortComponent, typeof i26.AnnaVirtualTableDirective, typeof i27.AnnaNonEditableGenericTableComponent, typeof i28.AnnaTableVirtualScrollViewportComponent, typeof i29.AnnaFixedRowSizeTableVirtualScrollStrategyDirective, typeof i30.DigitOnlyDirective, typeof i31.AnnaColumnDateRangeFilterComponent, typeof i32.AnnaColumnTimeFilterComponent, typeof i33.AnnaColumnCheckboxFilterComponent, typeof i34.AnnaDeletedOrderIconTemplateComponent, typeof i35.AnnaColumnSliderFilterComponent, typeof i36.AnnaDateFormatterPipe, typeof i37.AnnaConvertArrayToCommaSeperatedValue, typeof i38.FixedRowsPopupTableDirective, typeof i39.AnnaEstIconTemplateComponent], [typeof i11.AnnaNoDataComponent, typeof i12.AnnaFilterSearchedTextPipe, typeof i13.AnnaConvertZeroOrNullOrUndefinedPipe, typeof i14.AnnaTypeofDataPipe, typeof i15.AnnaReplaceCharPipe, typeof i12.AnnaFilterSearchedTextPipe, typeof i16.AnnaBuyerApprovalIconTemplateComponent, typeof i17.AnnaLiveIconTemplateComponent, typeof i18.AnnaNotifyIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i20.AnnaRejectedIconTemplateComponent, typeof i21.showEllipsisTextOnHoverDirective, typeof i22.AnnaIconColumnComponent, typeof i23.AnnaWeekCalendarComponent, typeof i24.AnnaCalendarFilterComponent, typeof i25.AnnaSortComponent, typeof i26.AnnaVirtualTableDirective, typeof i27.AnnaNonEditableGenericTableComponent, typeof i28.AnnaTableVirtualScrollViewportComponent, typeof i31.AnnaColumnDateRangeFilterComponent, typeof i32.AnnaColumnTimeFilterComponent, typeof i33.AnnaColumnCheckboxFilterComponent, typeof i29.AnnaFixedRowSizeTableVirtualScrollStrategyDirective, typeof i30.DigitOnlyDirective, typeof i34.AnnaDeletedOrderIconTemplateComponent, typeof i35.AnnaColumnSliderFilterComponent, typeof i36.AnnaDateFormatterPipe, typeof i37.AnnaConvertArrayToCommaSeperatedValue, typeof i38.FixedRowsPopupTableDirective]>;
40
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AnnaCoreModule, never, [typeof i1.CommonModule, typeof i2.NgbModule, typeof i3.FormsModule, typeof i4.MatRadioModule, typeof i5.MatButtonToggleModule, typeof i6.MatTableModule, typeof i7.NgxSliderModule, typeof i8.NgxSkeletonLoaderModule, typeof i9.ScrollingModule, typeof i10.NgCircleProgressModule, typeof i11.AnnaNoDataComponent, typeof i12.AnnaFilterSearchedTextPipe, typeof i13.AnnaConvertZeroOrNullOrUndefinedPipe, typeof i14.AnnaTypeofDataPipe, typeof i12.AnnaFilterSearchedTextPipe, typeof i15.AnnaReplaceCharPipe, typeof i16.AnnaBuyerApprovalIconTemplateComponent, typeof i17.AnnaLiveIconTemplateComponent, typeof i18.AnnaNotifyIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i20.AnnaRejectedIconTemplateComponent, typeof i21.ShowEllipsisTextOnHoverDirective, typeof i22.AnnaIconColumnComponent, typeof i23.AnnaWeekCalendarComponent, typeof i24.AnnaCalendarFilterComponent, typeof i25.AnnaSortComponent, typeof i26.AnnaNonEditableGenericTableComponent, typeof i27.DigitOnlyDirective, typeof i28.AnnaColumnDateRangeFilterComponent, typeof i29.AnnaColumnTimeFilterComponent, typeof i30.AnnaColumnCheckboxFilterComponent, typeof i31.AnnaDeletedOrderIconTemplateComponent, typeof i32.AnnaColumnSliderFilterComponent, typeof i33.AnnaDateFormatterPipe, typeof i34.AnnaConvertArrayToCommaSeperatedValue, typeof i35.FixedRowsPopupTableDirective, typeof i36.AnnaEstIconTemplateComponent], [typeof i11.AnnaNoDataComponent, typeof i12.AnnaFilterSearchedTextPipe, typeof i13.AnnaConvertZeroOrNullOrUndefinedPipe, typeof i14.AnnaTypeofDataPipe, typeof i15.AnnaReplaceCharPipe, typeof i12.AnnaFilterSearchedTextPipe, typeof i16.AnnaBuyerApprovalIconTemplateComponent, typeof i17.AnnaLiveIconTemplateComponent, typeof i18.AnnaNotifyIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i20.AnnaRejectedIconTemplateComponent, typeof i21.ShowEllipsisTextOnHoverDirective, typeof i22.AnnaIconColumnComponent, typeof i23.AnnaWeekCalendarComponent, typeof i24.AnnaCalendarFilterComponent, typeof i25.AnnaSortComponent, typeof i26.AnnaNonEditableGenericTableComponent, typeof i28.AnnaColumnDateRangeFilterComponent, typeof i29.AnnaColumnTimeFilterComponent, typeof i30.AnnaColumnCheckboxFilterComponent, typeof i27.DigitOnlyDirective, typeof i31.AnnaDeletedOrderIconTemplateComponent, typeof i32.AnnaColumnSliderFilterComponent, typeof i33.AnnaDateFormatterPipe, typeof i34.AnnaConvertArrayToCommaSeperatedValue, typeof i35.FixedRowsPopupTableDirective]>;
44
41
  static ɵinj: i0.ɵɵInjectorDeclaration<AnnaCoreModule>;
45
42
  }
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core";
2
2
  import { NgbDate } from "@ng-bootstrap/ng-bootstrap";
3
- import { AnnaDateTimeFormatService } from "../../../anna-core-shared-lib/services/anna-date-time-format.service";
4
3
  import { Placement } from "@ng-bootstrap/ng-bootstrap/util/positioning";
4
+ import { AnnaDateTimeFormatService } from "../../../anna-core-shared-lib/services/anna-date-time-format.service";
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class AnnaCalendarFilterComponent implements OnInit, OnChanges {
7
7
  private annaTimeService;
@@ -35,7 +35,7 @@ export declare class AnnaWeekCalendarComponent implements OnInit, OnChanges, Aft
35
35
  minDate: any;
36
36
  disabledFunc: any;
37
37
  state: any;
38
- private _defaultValues;
38
+ private defaultValues;
39
39
  config: IWeekCalendar;
40
40
  applyWeekCalendarChanges: EventEmitter<any>;
41
41
  calendarToggled: EventEmitter<any>;
@@ -66,5 +66,5 @@ export declare class AnnaWeekCalendarComponent implements OnInit, OnChanges, Aft
66
66
  checkIfDateIsDisabled(date: any): boolean;
67
67
  closeDatepicker(datepickerRef: any): void;
68
68
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaWeekCalendarComponent, never>;
69
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaWeekCalendarComponent, "anna-core-week-calendar-filter-lib", never, { "selectedFromDate": { "alias": "from-date"; "required": false; }; "selectedEndDate": { "alias": "to-date"; "required": false; }; "disabledDates": { "alias": "disabled-dates"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "config": { "alias": "week-calendar-config"; "required": false; }; }, { "applyWeekCalendarChanges": "apply"; "calendarToggled": "toggle-calendar"; }, never, never, true, never>;
69
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaWeekCalendarComponent, "anna-core-week-calendar-filter-lib", never, { "selectedFromDate": { "alias": "selectedFromDate"; "required": false; }; "selectedEndDate": { "alias": "selectedEndDate"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, { "applyWeekCalendarChanges": "applyWeekCalendarChanges"; "calendarToggled": "calendarToggled"; }, never, never, true, never>;
70
70
  }
@@ -1,10 +1,10 @@
1
- import { EventEmitter } from "@angular/core";
1
+ import { EventEmitter, OnInit } from "@angular/core";
2
2
  import { SortType } from "../../../../anna-core-shared-lib/models/anna-sort.model";
3
- import { TooltipModel, RadioButtonModel } from "../../../../anna-core-shared-lib/models/anna-tooltip.model";
4
- import { AnnaSortService } from "../../../../anna-core-shared-lib/services/anna-sort.service";
3
+ import { RadioButtonModel, TooltipModel } from "../../../../anna-core-shared-lib/models/anna-tooltip.model";
5
4
  import { AnnaFilterService } from "../../../../anna-core-shared-lib/services/anna-filter.service";
5
+ import { AnnaSortService } from "../../../../anna-core-shared-lib/services/anna-sort.service";
6
6
  import * as i0 from "@angular/core";
7
- export declare class AnnaColumnCheckboxFilterComponent {
7
+ export declare class AnnaColumnCheckboxFilterComponent implements OnInit {
8
8
  private annaSortService;
9
9
  annaFilterService: AnnaFilterService;
10
10
  showFilterHeaderTabs: boolean;
@@ -1,9 +1,9 @@
1
1
  import { EventEmitter, OnInit } from "@angular/core";
2
- import { AnnaSortService } from "../../../../anna-core-shared-lib/services/anna-sort.service";
3
- import { AnnaFilterService } from "../../../../anna-core-shared-lib/services/anna-filter.service";
4
- import { AnnaDateTimeFormatService, NgbDateType } from "../../../../anna-core-shared-lib/services/anna-date-time-format.service";
5
2
  import { SortType } from "../../../../anna-core-shared-lib/models/anna-sort.model";
6
3
  import { RadioButtonModel } from "../../../../anna-core-shared-lib/models/anna-tooltip.model";
4
+ import { AnnaDateTimeFormatService, NgbDateType } from "../../../../anna-core-shared-lib/services/anna-date-time-format.service";
5
+ import { AnnaFilterService } from "../../../../anna-core-shared-lib/services/anna-filter.service";
6
+ import { AnnaSortService } from "../../../../anna-core-shared-lib/services/anna-sort.service";
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class AnnaColumnDateRangeFilterComponent implements OnInit {
9
9
  annaDateTimeFormatService: AnnaDateTimeFormatService;
@@ -1,11 +1,11 @@
1
- import { EventEmitter } from "@angular/core";
2
- import { RadioButtonModel } from "../../../../anna-core-shared-lib/models/anna-tooltip.model";
1
+ import { EventEmitter, OnInit } from "@angular/core";
2
+ import { Options } from "@angular-slider/ngx-slider";
3
3
  import { SortType } from "../../../../anna-core-shared-lib/models/anna-sort.model";
4
+ import { RadioButtonModel } from "../../../../anna-core-shared-lib/models/anna-tooltip.model";
4
5
  import { AnnaFilterService } from "../../../../anna-core-shared-lib/services/anna-filter.service";
5
6
  import { AnnaSortService } from "../../../../anna-core-shared-lib/services/anna-sort.service";
6
- import { Options } from "@angular-slider/ngx-slider";
7
7
  import * as i0 from "@angular/core";
8
- export declare class AnnaColumnSliderFilterComponent {
8
+ export declare class AnnaColumnSliderFilterComponent implements OnInit {
9
9
  annaFilterService: AnnaFilterService;
10
10
  annaSortService: AnnaSortService;
11
11
  filterTabObjects: any[];
@@ -1,10 +1,10 @@
1
1
  import { EventEmitter, OnInit } from "@angular/core";
2
- import { SortType } from "../../../../anna-core-shared-lib/models/anna-sort.model";
3
- import { AnnaSortService } from "../../../../anna-core-shared-lib/services/anna-sort.service";
4
- import { AnnaFilterService } from "../../../../anna-core-shared-lib/services/anna-filter.service";
5
- import { AnnaDateTimeFormatService } from "../../../../anna-core-shared-lib/services/anna-date-time-format.service";
6
2
  import { IGtGeneralConfig } from "../../../../anna-core-shared-lib/models/anna-non-editable-gt-models";
3
+ import { SortType } from "../../../../anna-core-shared-lib/models/anna-sort.model";
7
4
  import { RadioButtonModel } from "../../../../anna-core-shared-lib/models/anna-tooltip.model";
5
+ import { AnnaDateTimeFormatService } from "../../../../anna-core-shared-lib/services/anna-date-time-format.service";
6
+ import { AnnaFilterService } from "../../../../anna-core-shared-lib/services/anna-filter.service";
7
+ import { AnnaSortService } from "../../../../anna-core-shared-lib/services/anna-sort.service";
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class AnnaColumnTimeFilterComponent implements OnInit {
10
10
  private annaSortService;
@@ -1,17 +1,17 @@
1
- import { OnInit, QueryList, EventEmitter, SimpleChanges, OnChanges, ChangeDetectorRef, ElementRef, AfterViewChecked } from "@angular/core";
1
+ import { AfterViewChecked, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, QueryList, SimpleChanges } from "@angular/core";
2
+ import { BehaviorSubject } from "rxjs";
3
+ import { GtColumnIconEmittedData, RatingSellerGroupHierarchy } from "../../../anna-core-shared-lib/models/anna-generic-data-type.model";
4
+ import { IWeekCalendar } from "../../../anna-core-shared-lib/models/anna-global-dropdown-config.model";
2
5
  import { IGtGeneralConfig, IGtTableHeader, IHeaderInfo, ITotalRowInfo } from "../../../anna-core-shared-lib/models/anna-non-editable-gt-models";
3
6
  import { AnnaDateTimeFormatService } from "../../../anna-core-shared-lib/services/anna-date-time-format.service";
4
- import { IWeekCalendar } from "../../../anna-core-shared-lib/models/anna-global-dropdown-config.model";
5
- import { GtColumnIconEmittedData, RatingSellerGroupHierarchy } from "../../../anna-core-shared-lib/models/anna-generic-data-type.model";
6
- import { AnnaSortService } from "../../../anna-core-shared-lib/services/anna-sort.service";
7
7
  import { AnnaFilterService } from "../../../anna-core-shared-lib/services/anna-filter.service";
8
- import { BehaviorSubject } from "rxjs";
8
+ import { AnnaSortService } from "../../../anna-core-shared-lib/services/anna-sort.service";
9
9
  import * as i0 from "@angular/core";
10
- interface keyValueTooltipType {
10
+ interface KeyValueTooltipType {
11
11
  key: string;
12
12
  value: string;
13
13
  }
14
- interface tableTooltipType {
14
+ interface TableTooltipType {
15
15
  tooltipTableHeader: string[];
16
16
  tooltipTableBody: string[][];
17
17
  tableHeaderMsg: string[];
@@ -112,8 +112,8 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
112
112
  heightOfCheckboxTooltipFilter: number;
113
113
  isNoDataToDisplaySubject$: BehaviorSubject<boolean>;
114
114
  selectedStarredOrderId: string;
115
- textActionTooltip: keyValueTooltipType[];
116
- tooltipContainingTable: tableTooltipType;
115
+ textActionTooltip: KeyValueTooltipType[];
116
+ tooltipContainingTable: TableTooltipType;
117
117
  tableBottomBorderClass: string;
118
118
  showCheckboxesForTimeFilter: boolean;
119
119
  constructor(cdRef: ChangeDetectorRef, annaSortService: AnnaSortService, annaDateTimeFormatService: AnnaDateTimeFormatService, annaFilterService: AnnaFilterService);
@@ -1,8 +1,8 @@
1
- import { EventEmitter, OnChanges, SimpleChanges } from "@angular/core";
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core";
2
2
  import { SortOption, SortType } from "../../../anna-core-shared-lib/models/anna-sort.model";
3
3
  import { AnnaSortService } from "../../../anna-core-shared-lib/services/anna-sort.service";
4
4
  import * as i0 from "@angular/core";
5
- export declare class AnnaSortComponent implements OnChanges {
5
+ export declare class AnnaSortComponent implements OnChanges, OnInit {
6
6
  private annaSortService;
7
7
  sortObjectKey: string;
8
8
  sortOptionClicked: EventEmitter<SortType>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "20.2.73",
3
+ "version": "20.2.75",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^16.0.1",
6
6
  "@angular/common": "^16.2.12",
package/public-api.d.ts CHANGED
@@ -1,42 +1,39 @@
1
1
  export * from "./lib/anna-core.module";
2
- export * from "./lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component";
3
2
  export * from "./lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component";
3
+ export * from "./lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component";
4
+ export * from "./lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component";
4
5
  export * from "./lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component";
6
+ export * from "./lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component";
5
7
  export * from "./lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component";
6
8
  export * from "./lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component";
7
9
  export * from "./lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component";
8
- export * from "./lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component";
9
- export * from "./lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component";
10
10
  export * from "./lib/anna-core-shared-lib/services/anna-date-time-format.service";
11
- export * from "./lib/anna-core-shared-lib/services/anna-global-config.service";
12
11
  export * from "./lib/anna-core-shared-lib/services/anna-filter.service";
13
- export * from "./lib/anna-core-shared-lib/services/anna-sort.service";
14
12
  export * from "./lib/anna-core-shared-lib/services/anna-generic-table.service";
13
+ export * from "./lib/anna-core-shared-lib/services/anna-global-config.service";
15
14
  export * from "./lib/anna-core-shared-lib/services/anna-number-format.service";
16
15
  export * from "./lib/anna-core-shared-lib/services/anna-persisting-filter.service";
16
+ export * from "./lib/anna-core-shared-lib/services/anna-sort.service";
17
17
  export * from "./lib/anna-core-shared-lib/models/anna-generic-data-type.model";
18
18
  export * from "./lib/anna-core-shared-lib/models/anna-global-dropdown-config.model";
19
19
  export * from "./lib/anna-core-shared-lib/models/anna-non-editable-gt-models";
20
- export * from "./lib/anna-core-shared-lib/models/anna-tooltip.model";
21
20
  export * from "./lib/anna-core-shared-lib/models/anna-sort.model";
21
+ export * from "./lib/anna-core-shared-lib/models/anna-tooltip.model";
22
22
  export * from "./lib/anna-core-shared-lib/constants/shared.constant";
23
- export * from "./lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe";
23
+ export * from "./lib/anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe";
24
24
  export * from "./lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe";
25
- export * from "./lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe";
26
- export * from "./lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe";
27
25
  export * from "./lib/anna-core-shared-lib/pipes/annaDateFormatter.pipe";
28
- export * from "./lib/anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe";
29
- export * from "./lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive";
26
+ export * from "./lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe";
27
+ export * from "./lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe";
28
+ export * from "./lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe";
30
29
  export * from "./lib/anna-core-shared-lib/directives/digits-only/digits-only.directive";
31
30
  export * from "./lib/anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive";
31
+ export * from "./lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive";
32
32
  export * from "./lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component";
33
33
  export * from "./lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component";
34
- export * from "./lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component";
35
- export * from "./lib/anna-generic-table-lib/components/anna-sort/anna-sort.component";
36
- export * from "./lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component";
37
34
  export * from "./lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component";
38
35
  export * from "./lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component";
39
- export * from "./lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component";
40
36
  export * from "./lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component";
41
- export * from "./lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy";
42
- export * from "./lib/anna-generic-table-lib/directives/anna-virtual-table";
37
+ export * from "./lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component";
38
+ export * from "./lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component";
39
+ export * from "./lib/anna-generic-table-lib/components/anna-sort/anna-sort.component";
@@ -264,6 +264,9 @@ div.radio-container {
264
264
  @include fonts(Roboto, $fs-14, normal, normal, normal, normal, normal);
265
265
  color: $lightGray-6;
266
266
  width: calc(100% - 38px);
267
+ margin-left: 2px;
268
+ border: none;
269
+ padding: 0px;
267
270
  }
268
271
 
269
272
  .check-box {
@@ -710,3 +713,12 @@ input.error-border {
710
713
  .custom-column-checkbox-unchecked {
711
714
  color: $charcoal;
712
715
  }
716
+
717
+ .virtual-scroll-div {
718
+ position: absolute;
719
+ top: 0;
720
+ left: 0;
721
+ width: 100%;
722
+ height: 100%;
723
+ pointer-events: none;
724
+ }
@@ -14,7 +14,7 @@
14
14
  border-radius: 50%;
15
15
  position: absolute;
16
16
  transform: translate(calc(var(--app-left-space-show-hide-total-row-icon) - 12px), 73px);
17
- z-index: 999;
17
+ z-index: 1000;
18
18
  background-color: #d9d9d9;
19
19
  & i.mdi.mdi-menu-swap {
20
20
  font-size: 16px;