@annalib/anna-core 20.2.60 → 20.3.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.
Files changed (124) hide show
  1. package/README.md +28 -28
  2. package/esm2022/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.mjs +6 -8
  3. package/esm2022/lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component.mjs +5 -7
  4. package/esm2022/lib/anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component.mjs +4 -4
  5. package/esm2022/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +22 -19
  6. package/esm2022/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.mjs +6 -8
  7. package/esm2022/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.mjs +7 -7
  8. package/esm2022/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.mjs +5 -7
  9. package/esm2022/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.mjs +6 -8
  10. package/esm2022/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.mjs +6 -8
  11. package/esm2022/lib/anna-core-shared-lib/constants/shared.constant.mjs +21 -21
  12. package/esm2022/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.mjs +70 -77
  13. package/esm2022/lib/anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive.mjs +8 -8
  14. package/esm2022/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.mjs +20 -18
  15. package/esm2022/lib/anna-core-shared-lib/models/anna-generic-data-type.model.mjs +1 -1
  16. package/esm2022/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.mjs +1 -1
  17. package/esm2022/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +1 -1
  18. package/esm2022/lib/anna-core-shared-lib/models/anna-sort.model.mjs +1 -1
  19. package/esm2022/lib/anna-core-shared-lib/models/anna-tooltip.model.mjs +4 -4
  20. package/esm2022/lib/anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe.mjs +9 -9
  21. package/esm2022/lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe.mjs +5 -5
  22. package/esm2022/lib/anna-core-shared-lib/pipes/annaDateFormatter.pipe.mjs +7 -8
  23. package/esm2022/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.mjs +18 -20
  24. package/esm2022/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.mjs +6 -5
  25. package/esm2022/lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe.mjs +3 -3
  26. package/esm2022/lib/anna-core-shared-lib/services/anna-date-time-format.service.mjs +120 -99
  27. package/esm2022/lib/anna-core-shared-lib/services/anna-filter.service.mjs +364 -381
  28. package/esm2022/lib/anna-core-shared-lib/services/anna-generic-table.service.mjs +38 -40
  29. package/esm2022/lib/anna-core-shared-lib/services/anna-global-config.service.mjs +32 -32
  30. package/esm2022/lib/anna-core-shared-lib/services/anna-number-format.service.mjs +28 -22
  31. package/esm2022/lib/anna-core-shared-lib/services/anna-persisting-filter.service.mjs +15 -16
  32. package/esm2022/lib/anna-core-shared-lib/services/anna-sort.service.mjs +56 -58
  33. package/esm2022/lib/anna-core.module.mjs +47 -66
  34. package/esm2022/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.mjs +27 -27
  35. package/esm2022/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.mjs +92 -104
  36. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.mjs +48 -44
  37. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.mjs +22 -21
  38. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.mjs +32 -32
  39. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.mjs +39 -42
  40. package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +108 -127
  41. package/esm2022/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.mjs +21 -17
  42. package/esm2022/public-api.mjs +52 -55
  43. package/fesm2022/annalib-anna-core.mjs +4205 -4975
  44. package/fesm2022/annalib-anna-core.mjs.map +1 -1
  45. package/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.d.ts +2 -5
  46. package/lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component.d.ts +2 -5
  47. package/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.d.ts +6 -8
  48. package/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.d.ts +2 -5
  49. package/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.d.ts +1 -1
  50. package/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.d.ts +2 -5
  51. package/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.d.ts +2 -5
  52. package/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.d.ts +2 -5
  53. package/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.d.ts +2 -2
  54. package/lib/anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive.d.ts +3 -3
  55. package/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.d.ts +4 -4
  56. package/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.d.ts +3 -3
  57. package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +8 -9
  58. package/lib/anna-core-shared-lib/models/anna-sort.model.d.ts +1 -1
  59. package/lib/anna-core-shared-lib/models/anna-tooltip.model.d.ts +2 -2
  60. package/lib/anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe.d.ts +1 -1
  61. package/lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe.d.ts +1 -1
  62. package/lib/anna-core-shared-lib/pipes/annaDateFormatter.pipe.d.ts +1 -2
  63. package/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.d.ts +1 -1
  64. package/lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe.d.ts +1 -1
  65. package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +4 -2
  66. package/lib/anna-core-shared-lib/services/anna-filter.service.d.ts +4 -4
  67. package/lib/anna-core-shared-lib/services/anna-generic-table.service.d.ts +5 -5
  68. package/lib/anna-core-shared-lib/services/anna-global-config.service.d.ts +2 -2
  69. package/lib/anna-core-shared-lib/services/anna-persisting-filter.service.d.ts +0 -1
  70. package/lib/anna-core-shared-lib/services/anna-sort.service.d.ts +3 -3
  71. package/lib/anna-core.module.d.ts +12 -15
  72. package/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.d.ts +5 -5
  73. package/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.d.ts +9 -9
  74. package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.d.ts +8 -8
  75. package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.d.ts +8 -8
  76. package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.d.ts +9 -9
  77. package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.d.ts +9 -9
  78. package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +10 -12
  79. package/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.d.ts +4 -4
  80. package/package.json +1 -1
  81. package/public-api.d.ts +39 -42
  82. package/src/lib/anna-common-scss/_animate.scss +27 -27
  83. package/src/lib/anna-common-scss/_application-spacing.scss +7 -7
  84. package/src/lib/anna-common-scss/_bootstrap-tooltip.scss +27 -27
  85. package/src/lib/anna-common-scss/_button.scss +18 -18
  86. package/src/lib/anna-common-scss/_colors.scss +107 -107
  87. package/src/lib/anna-common-scss/_common-order-listing-table.scss +176 -176
  88. package/src/lib/anna-common-scss/_custom-anna-datepicker.scss +14 -14
  89. package/src/lib/anna-common-scss/_customDropdown.scss +123 -123
  90. package/src/lib/anna-common-scss/_dashboard-partials.scss +106 -106
  91. package/src/lib/anna-common-scss/_date-picker-form.scss +87 -87
  92. package/src/lib/anna-common-scss/_easy-filter.scss +138 -138
  93. package/src/lib/anna-common-scss/_edit-filter-popup.scss +70 -70
  94. package/src/lib/anna-common-scss/_filters.scss +724 -712
  95. package/src/lib/anna-common-scss/_font.scss +9 -9
  96. package/src/lib/anna-common-scss/_fonts.scss +86 -86
  97. package/src/lib/anna-common-scss/_generic-modal.scss +63 -63
  98. package/src/lib/anna-common-scss/_generic-table-common.scss +198 -198
  99. package/src/lib/anna-common-scss/_gt-table.scss +425 -425
  100. package/src/lib/anna-common-scss/_icons.scss +3 -3
  101. package/src/lib/anna-common-scss/_legend.scss +11 -11
  102. package/src/lib/anna-common-scss/_mat-button-toggle.scss +38 -38
  103. package/src/lib/anna-common-scss/_mat-menu.scss +17 -17
  104. package/src/lib/anna-common-scss/_mixins.scss +187 -187
  105. package/src/lib/anna-common-scss/_modal.scss +37 -37
  106. package/src/lib/anna-common-scss/_popup-filter-toggle-button.scss +36 -36
  107. package/src/lib/anna-common-scss/_scrollbar.scss +14 -14
  108. package/src/lib/anna-common-scss/_sort.scss +30 -30
  109. package/src/lib/anna-common-scss/_toggle.scss +86 -86
  110. package/src/lib/anna-common-scss/style.scss +1 -1
  111. package/src/lib/anna-common-scss/third-party-lib/_angular-material-mat-radio.scss +25 -25
  112. package/src/lib/anna-common-scss/third-party-lib/_anna-mat-button-toggle-group-size-lg.scss +34 -34
  113. package/src/lib/anna-common-scss/third-party-lib/_mat-autocomplete.scss +31 -31
  114. package/esm2022/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.mjs +0 -352
  115. 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
  116. package/esm2022/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.mjs +0 -2
  117. package/esm2022/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.mjs +0 -180
  118. package/esm2022/lib/anna-generic-table-lib/directives/anna-virtual-table/index.mjs +0 -2
  119. package/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.d.ts +0 -141
  120. 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
  121. package/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.d.ts +0 -1
  122. package/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.d.ts +0 -45
  123. package/lib/anna-generic-table-lib/directives/anna-virtual-table/index.d.ts +0 -1
  124. package/src/lib/anna-common-scss/_show-hide-total-row.scss +0 -27
@@ -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';
2
- import { GtColumnIconEmittedData } from '../../models/anna-generic-data-type.model';
3
- import { IconToShow } from '../../models/anna-non-editable-gt-models';
1
+ import { EventEmitter } from "@angular/core";
2
+ import { GtColumnIconEmittedData } from "../../models/anna-generic-data-type.model";
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,4 +1,4 @@
1
- import { OnInit } from '@angular/core';
1
+ import { OnInit } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class AnnaNoDataComponent implements OnInit {
4
4
  width: string;
@@ -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
  }
@@ -1,4 +1,4 @@
1
- import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
1
+ import { ElementRef, OnChanges, SimpleChanges } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DigitOnlyDirective implements OnChanges {
4
4
  el: ElementRef;
@@ -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
- import { ElementRef } from '@angular/core';
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
  }
@@ -63,8 +63,8 @@ export interface IConfirmationPopupConfig {
63
63
  confirmButtonLabel: string;
64
64
  showCloseIcon: boolean;
65
65
  windowClass: string;
66
- backdrop: 'static' | boolean;
67
- size: 'sm' | 'lg';
66
+ backdrop: "static" | boolean;
67
+ size: "sm" | "lg";
68
68
  keyboard: boolean;
69
69
  centered?: boolean;
70
70
  }
@@ -93,5 +93,5 @@ export interface ICustomSingleSelect {
93
93
  export interface ICustomMultiSelect extends ICustomSingleSelect {
94
94
  showErrorWhenNoOptionSelected: boolean;
95
95
  }
96
- type Position = 'TOP' | 'BOTTOM';
96
+ type Position = "TOP" | "BOTTOM";
97
97
  export {};
@@ -1,4 +1,4 @@
1
- import { IWeekCalendar } from './anna-global-dropdown-config.model';
1
+ import { IWeekCalendar } from "./anna-global-dropdown-config.model";
2
2
  export interface IGtTableHeader {
3
3
  headerInfo: IHeaderInfo[];
4
4
  visible: boolean;
@@ -21,8 +21,8 @@ export interface IHeaderInfo {
21
21
  tooltip?: ITooltip;
22
22
  joinedFilterSortObjectKeys?: string;
23
23
  }
24
- type DATATYPE = 'CHECKBOX' | 'ICON' | 'STRING' | 'RADIO' | '' | 'SVG_ICON' | 'TEXT_ACTIONS' | 'CLICKABLE_DATA' | 'STRING__TEXT_ACTION' | 'STRING__ICON_ACTION' | 'STRING___ICON_OR_TEXT_ACTION' | 'HTML' | 'HTML_STRING' | 'ICON_CELL' | 'STRING_OR_INPUT' | 'SINGLE_RADIO' | 'STRING_WITH_TOOLTIP';
25
- type FILTERTYPE = 'CHECKBOX' | 'SLIDER' | 'DATE' | 'TIME' | 'WEEK';
24
+ type DATATYPE = "CHECKBOX" | "ICON" | "STRING" | "RADIO" | "" | "SVG_ICON" | "TEXT_ACTIONS" | "CLICKABLE_DATA" | "STRING__TEXT_ACTION" | "STRING__ICON_ACTION" | "STRING___ICON_OR_TEXT_ACTION" | "HTML" | "HTML_STRING" | "ICON_CELL" | "STRING_OR_INPUT" | "SINGLE_RADIO" | "STRING_WITH_TOOLTIP";
25
+ type FILTERTYPE = "CHECKBOX" | "SLIDER" | "DATE" | "TIME" | "WEEK";
26
26
  export interface ITotalRowInfo {
27
27
  colspan: number;
28
28
  data: string;
@@ -30,7 +30,6 @@ export interface ITotalRowInfo {
30
30
  colName: string;
31
31
  class?: string;
32
32
  tooltipMessage?: string;
33
- additionalRedTextAfterData?: string;
34
33
  isActionColumn?: boolean;
35
34
  actionData?: ClickableItem[];
36
35
  isIconColumn?: boolean;
@@ -58,12 +57,12 @@ export interface IGtGeneralConfig extends ISpotTableConfig {
58
57
  bufferSize: number;
59
58
  page: string;
60
59
  }
61
- type COMPONENTNAME = 'SPOTDETAILS' | 'EXCLUDEINVENTORYPOPUP' | 'EXCLUDEINVENTORY' | 'DRRLISTING' | 'DRR' | '' | 'RATING' | 'ORDER_LISTING_INFLIGHT' | 'ORDER_LISTING_COMPLETED' | 'ORDER_LISTING_BLANK' | 'LUR_VIOLATIONS' | 'ACTIVITYLOG' | 'NOTIFICATIONS' | 'DP_RESTRICTIONS';
60
+ type COMPONENTNAME = "SPOTDETAILS" | "EXCLUDEINVENTORYPOPUP" | "EXCLUDEINVENTORY" | "DRRLISTING" | "DRR" | "" | "RATING" | "ORDER_LISTING_INFLIGHT" | "ORDER_LISTING_COMPLETED" | "ORDER_LISTING_BLANK" | "LUR_VIOLATIONS" | "ACTIVITYLOG" | "NOTIFICATIONS" | "DP_RESTRICTIONS";
62
61
  interface ISpotTableConfig {
63
62
  isGrouped: boolean;
64
63
  }
65
64
  export interface ITooltip {
66
- iconPosition: 'left' | 'right' | 'above' | 'below' | 'before' | 'after';
65
+ iconPosition: "left" | "right" | "above" | "below" | "before" | "after";
67
66
  name: string;
68
67
  tooltipPosition: string;
69
68
  iconClass: string;
@@ -105,10 +104,10 @@ export declare class IconCellActionKey {
105
104
  tooltipData?: string;
106
105
  constructor(id: any, showIcon: boolean, iconClass: string, showObjectKey: boolean, showTooltip: boolean, tooltipData?: string);
107
106
  }
108
- export interface IActionItemTypeSTRING__ICON_OR_TEXT_ACTION {
107
+ export interface IActionItemTypeWithStringIconOrTextAction {
109
108
  id: any;
110
109
  data: string;
111
- typeOfData: 'STRING' | 'ICON_TEXT_ACTION';
110
+ typeOfData: "STRING" | "ICON_TEXT_ACTION";
112
111
  additionalTextBeforeLink: string;
113
112
  iconClass?: string;
114
113
  showIcon: boolean;
@@ -125,5 +124,5 @@ export interface IActionItemTypeSTRING__ICON_OR_TEXT_ACTION {
125
124
  tooltipPlacement?: string;
126
125
  enableTooltipForAdditionalText?: boolean;
127
126
  }
128
- export type IconToShow = 'LIVE' | 'PAY_FOR_PERFORMANCE_ACTIVE' | 'PAY_FOR_PERFORMANCE' | 'REJECTED' | 'NOTIFY' | 'AWAITING_APPROVAL' | 'DELETED_ORDER' | 'NEED_SELLER_CONFIRMATION' | 'NEED_BUYER_CONFIRMATION';
127
+ export type IconToShow = "LIVE" | "PAY_FOR_PERFORMANCE_ACTIVE" | "PAY_FOR_PERFORMANCE" | "REJECTED" | "NOTIFY" | "AWAITING_APPROVAL" | "DELETED_ORDER" | "NEED_SELLER_CONFIRMATION" | "NEED_BUYER_CONFIRMATION";
129
128
  export {};
@@ -1,4 +1,4 @@
1
- export type SortType = 'DEFAULT' | 'ASC' | 'DESC';
1
+ export type SortType = "DEFAULT" | "ASC" | "DESC";
2
2
  export interface SortOption {
3
3
  sortType: SortType;
4
4
  isOptionActive: boolean;
@@ -5,13 +5,13 @@ 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;
12
12
  constructor(data: string);
13
13
  }
14
- export declare class radioButtonModel {
14
+ export declare class RadioButtonModel {
15
15
  key: string;
16
16
  label: string;
17
17
  isSortRequired: boolean;
@@ -1,4 +1,4 @@
1
- import { PipeTransform } from '@angular/core';
1
+ import { PipeTransform } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class AnnaConvertArrayToCommaSeperatedValue implements PipeTransform {
4
4
  converter: ((value: any[], textKeyName?: any, selectedKeyName?: any) => string) & import("lodash").MemoizedFunction;
@@ -1,4 +1,4 @@
1
- import { PipeTransform } from '@angular/core';
1
+ import { PipeTransform } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class AnnaConvertZeroOrNullOrUndefinedPipe implements PipeTransform {
4
4
  transformer: ((value: any, convertTo: any) => number | string) & import("lodash").MemoizedFunction;
@@ -1,7 +1,6 @@
1
- import { PipeTransform } from '@angular/core';
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,4 @@
1
- import { PipeTransform } from '@angular/core';
1
+ import { PipeTransform } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class AnnaReplaceCharPipe implements PipeTransform {
4
4
  converter: ((value: string, from: string, to: string) => string) & import("lodash").MemoizedFunction;
@@ -1,4 +1,4 @@
1
- import { PipeTransform } from '@angular/core';
1
+ import { PipeTransform } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class AnnaTypeofDataPipe implements PipeTransform {
4
4
  transform(value: any): any;
@@ -1,4 +1,5 @@
1
- import { NgbDate } from '@ng-bootstrap/ng-bootstrap';
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): 1 | -1 | 0;
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): 1 | -1 | 0;
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,7 +1,7 @@
1
- import { ActivatedRoute, Router } from '@angular/router';
2
- import { Subject } from 'rxjs';
3
- import { AnnaFilterService } from './anna-filter.service';
4
- import { AnnaSortService } from './anna-sort.service';
1
+ import { ActivatedRoute, Router } from "@angular/router";
2
+ import { Subject } from "rxjs";
3
+ import { AnnaFilterService } from "./anna-filter.service";
4
+ import { AnnaSortService } from "./anna-sort.service";
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class AnnaGtHelperService {
7
7
  private annaFilterService;
@@ -21,7 +21,7 @@ export declare class AnnaGtHelperService {
21
21
  setDataAsPerPersistingFilter(isPersistingFilter: boolean, clonedTable: any, filters: any): any;
22
22
  callSort(usersTable: any): any;
23
23
  isSortingAppliedToTable(): boolean;
24
- updateQueryParamsFilter(key: string, value: any, operation: 'ADD' | 'DELETE', queryParamObj: any): any;
24
+ updateQueryParamsFilter(key: string, value: any, operation: "ADD" | "DELETE", queryParamObj: any): any;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaGtHelperService, never>;
26
26
  static ɵprov: i0.ɵɵInjectableDeclaration<AnnaGtHelperService>;
27
27
  }
@@ -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;
@@ -1,6 +1,6 @@
1
- import { Subject } from 'rxjs';
2
- import { SortType } from '../models/anna-sort.model';
3
- import { AnnaDateTimeFormatService } from './anna-date-time-format.service';
1
+ import { Subject } from "rxjs";
2
+ import { SortType } from "../models/anna-sort.model";
3
+ import { AnnaDateTimeFormatService } from "./anna-date-time-format.service";
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class AnnaSortService {
6
6
  private annaDateTimeFormatService;
@@ -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,12 +1,12 @@
1
- import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
- import { NgbDate } from '@ng-bootstrap/ng-bootstrap';
3
- import { AnnaDateTimeFormatService } from '../../../anna-core-shared-lib/services/anna-date-time-format.service';
4
- import { Placement } from '@ng-bootstrap/ng-bootstrap/util/positioning';
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core";
2
+ import { NgbDate } from "@ng-bootstrap/ng-bootstrap";
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;
8
8
  maxDate: any;
9
- autoClose: 'inside' | 'outside' | boolean;
9
+ autoClose: "inside" | "outside" | boolean;
10
10
  label: string;
11
11
  minDate: any;
12
12
  showLabel: boolean;
@@ -1,10 +1,10 @@
1
- import { DatePipe } from '@angular/common';
2
- import { AfterViewInit, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
3
- import { NgbCalendar, NgbDate, NgbDatepickerConfig, NgbDateStruct, NgbInputDatepicker } from '@ng-bootstrap/ng-bootstrap';
4
- import { WeekObject } from '../../../anna-core-shared-lib/models/anna-generic-data-type.model';
5
- import { IWeekCalendar } from '../../../anna-core-shared-lib/models/anna-global-dropdown-config.model';
6
- import { AnnaDateTimeFormatService } from '../../../anna-core-shared-lib/services/anna-date-time-format.service';
7
- import { AnnaGlobalConfigService } from '../../../anna-core-shared-lib/services/anna-global-config.service';
1
+ import { DatePipe } from "@angular/common";
2
+ import { AfterViewInit, EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core";
3
+ import { NgbCalendar, NgbDate, NgbDatepickerConfig, NgbDateStruct, NgbInputDatepicker } from "@ng-bootstrap/ng-bootstrap";
4
+ import { WeekObject } from "../../../anna-core-shared-lib/models/anna-generic-data-type.model";
5
+ import { IWeekCalendar } from "../../../anna-core-shared-lib/models/anna-global-dropdown-config.model";
6
+ import { AnnaDateTimeFormatService } from "../../../anna-core-shared-lib/services/anna-date-time-format.service";
7
+ import { AnnaGlobalConfigService } from "../../../anna-core-shared-lib/services/anna-global-config.service";
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class AnnaWeekCalendarComponent implements OnInit, OnChanges, AfterViewInit {
10
10
  private calendar;
@@ -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';
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';
5
- import { AnnaFilterService } from '../../../../anna-core-shared-lib/services/anna-filter.service';
1
+ import { EventEmitter, OnInit } from "@angular/core";
2
+ import { SortType } from "../../../../anna-core-shared-lib/models/anna-sort.model";
3
+ import { RadioButtonModel, TooltipModel } from "../../../../anna-core-shared-lib/models/anna-tooltip.model";
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;
@@ -34,8 +34,8 @@ export declare class AnnaColumnCheckboxFilterComponent {
34
34
  margin: number;
35
35
  constructor(annaSortService: AnnaSortService, annaFilterService: AnnaFilterService);
36
36
  ngOnInit(): void;
37
- populateTooltipDataBasedOnSelectedRadio(activeTab: radioButtonModel, reload: boolean): void;
38
- createFilterTooltipData(activeTab: radioButtonModel, key: string): void;
37
+ populateTooltipDataBasedOnSelectedRadio(activeTab: RadioButtonModel, reload: boolean): void;
38
+ createFilterTooltipData(activeTab: RadioButtonModel, key: string): void;
39
39
  getCheckboxData(header: string): void;
40
40
  createListForCheckboxFilter(header: string): TooltipModel[];
41
41
  selectUnselectListCheckbox(tooltipOptions: TooltipModel[], header: string): void;
@@ -1,9 +1,9 @@
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
- import { SortType } from '../../../../anna-core-shared-lib/models/anna-sort.model';
6
- import { radioButtonModel } from '../../../../anna-core-shared-lib/models/anna-tooltip.model';
1
+ import { EventEmitter, OnInit } from "@angular/core";
2
+ import { SortType } from "../../../../anna-core-shared-lib/models/anna-sort.model";
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;
@@ -33,8 +33,8 @@ export declare class AnnaColumnDateRangeFilterComponent implements OnInit {
33
33
  calendarSelection: any;
34
34
  constructor(annaDateTimeFormatService: AnnaDateTimeFormatService, annaSortService: AnnaSortService, annaFilterService: AnnaFilterService);
35
35
  ngOnInit(): void;
36
- populateTooltipDataBasedOnSelectedRadio(activeTab: radioButtonModel, reload: boolean): void;
37
- createFilterTooltipData(activeTab: radioButtonModel, key: string): void;
36
+ populateTooltipDataBasedOnSelectedRadio(activeTab: RadioButtonModel, reload: boolean): void;
37
+ createFilterTooltipData(activeTab: RadioButtonModel, key: string): void;
38
38
  getCalendarData(): void;
39
39
  selectRangeForTheDateFilter(minMaxDate: any[], parsingFormat: string): void;
40
40
  applyDateFilter(): void;