@annalib/anna-core 22.3.2 → 22.3.5

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 (107) hide show
  1. package/{esm2020 → esm2022}/annalib-anna-core.mjs +4 -4
  2. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.mjs +15 -15
  3. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component.mjs +14 -14
  4. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component.mjs +11 -11
  5. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +36 -36
  6. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.mjs +15 -15
  7. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.mjs +22 -22
  8. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.mjs +14 -14
  9. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.mjs +23 -23
  10. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.mjs +15 -15
  11. package/esm2022/lib/anna-core-shared-lib/constants/shared.constant.mjs +44 -0
  12. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.mjs +284 -284
  13. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive.mjs +43 -43
  14. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.mjs +38 -38
  15. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/models/anna-generic-data-type.model.mjs +1 -1
  16. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.mjs +1 -1
  17. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +11 -11
  18. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/models/anna-sort.model.mjs +6 -6
  19. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/models/anna-tooltip.model.mjs +29 -29
  20. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe.mjs +38 -38
  21. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe.mjs +26 -26
  22. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/pipes/annaDateFormatter.pipe.mjs +22 -22
  23. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.mjs +53 -53
  24. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.mjs +25 -25
  25. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe.mjs +16 -16
  26. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/services/anna-date-time-format.service.mjs +208 -208
  27. package/esm2022/lib/anna-core-shared-lib/services/anna-filter.service.mjs +1170 -0
  28. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/services/anna-generic-table.service.mjs +151 -151
  29. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/services/anna-global-config.service.mjs +132 -132
  30. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/services/anna-number-format.service.mjs +53 -53
  31. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/services/anna-persisting-filter.service.mjs +66 -66
  32. package/{esm2020 → esm2022}/lib/anna-core-shared-lib/services/anna-sort.service.mjs +176 -176
  33. package/esm2022/lib/anna-core.module.mjs +221 -0
  34. package/{esm2020 → esm2022}/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.mjs +151 -151
  35. package/esm2022/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.mjs +364 -0
  36. package/{esm2020 → esm2022}/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.mjs +237 -237
  37. package/{esm2020 → esm2022}/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.mjs +180 -180
  38. package/{esm2020 → esm2022}/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.mjs +306 -306
  39. package/{esm2020 → esm2022}/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.mjs +291 -291
  40. package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +806 -0
  41. package/{esm2020 → esm2022}/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.mjs +64 -64
  42. package/esm2022/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.mjs +357 -0
  43. package/{esm2020 → 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 +189 -189
  44. package/{esm2020 → esm2022}/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.mjs +1 -1
  45. package/esm2022/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.mjs +178 -0
  46. package/{esm2020 → esm2022}/lib/anna-generic-table-lib/directives/anna-virtual-table/index.mjs +1 -1
  47. package/{esm2020 → esm2022}/public-api.mjs +57 -57
  48. package/{fesm2020 → fesm2022}/annalib-anna-core.mjs +5752 -5721
  49. package/fesm2022/annalib-anna-core.mjs.map +1 -0
  50. package/index.d.ts +5 -5
  51. package/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.d.ts +8 -8
  52. package/lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component.d.ts +8 -8
  53. package/lib/anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component.d.ts +5 -5
  54. package/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.d.ts +17 -17
  55. package/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.d.ts +8 -8
  56. package/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.d.ts +11 -11
  57. package/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.d.ts +8 -8
  58. package/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.d.ts +12 -12
  59. package/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.d.ts +8 -8
  60. package/lib/anna-core-shared-lib/constants/shared.constant.d.ts +42 -42
  61. package/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.d.ts +34 -34
  62. package/lib/anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive.d.ts +16 -16
  63. package/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.d.ts +10 -10
  64. package/lib/anna-core-shared-lib/models/anna-generic-data-type.model.d.ts +16 -16
  65. package/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.d.ts +97 -97
  66. package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +119 -118
  67. package/lib/anna-core-shared-lib/models/anna-sort.model.d.ts +11 -11
  68. package/lib/anna-core-shared-lib/models/anna-tooltip.model.d.ts +25 -25
  69. package/lib/anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe.d.ts +9 -9
  70. package/lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe.d.ts +9 -9
  71. package/lib/anna-core-shared-lib/pipes/annaDateFormatter.pipe.d.ts +8 -8
  72. package/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.d.ts +9 -9
  73. package/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.d.ts +9 -9
  74. package/lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe.d.ts +7 -7
  75. package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +28 -28
  76. package/lib/anna-core-shared-lib/services/anna-filter.service.d.ts +154 -154
  77. package/lib/anna-core-shared-lib/services/anna-generic-table.service.d.ts +27 -27
  78. package/lib/anna-core-shared-lib/services/anna-global-config.service.d.ts +21 -21
  79. package/lib/anna-core-shared-lib/services/anna-number-format.service.d.ts +8 -8
  80. package/lib/anna-core-shared-lib/services/anna-persisting-filter.service.d.ts +9 -9
  81. package/lib/anna-core-shared-lib/services/anna-sort.service.d.ts +18 -18
  82. package/lib/anna-core.module.d.ts +45 -45
  83. package/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.d.ts +45 -45
  84. package/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.d.ts +70 -70
  85. package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.d.ts +60 -60
  86. package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.d.ts +53 -53
  87. package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.d.ts +65 -65
  88. package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.d.ts +83 -83
  89. package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +175 -174
  90. package/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.d.ts +17 -17
  91. package/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.d.ts +141 -141
  92. 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 +89 -89
  93. package/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.d.ts +1 -1
  94. package/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.d.ts +45 -45
  95. package/lib/anna-generic-table-lib/directives/anna-virtual-table/index.d.ts +1 -1
  96. package/package.json +5 -11
  97. package/public-api.d.ts +42 -42
  98. package/esm2020/lib/anna-core-shared-lib/constants/shared.constant.mjs +0 -44
  99. package/esm2020/lib/anna-core-shared-lib/services/anna-filter.service.mjs +0 -1157
  100. package/esm2020/lib/anna-core.module.mjs +0 -221
  101. package/esm2020/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.mjs +0 -364
  102. package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +0 -788
  103. package/esm2020/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.mjs +0 -357
  104. package/esm2020/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.mjs +0 -178
  105. package/fesm2015/annalib-anna-core.mjs +0 -5857
  106. package/fesm2015/annalib-anna-core.mjs.map +0 -1
  107. package/fesm2020/annalib-anna-core.mjs.map +0 -1
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@annalib/anna-core" />
5
- export * from './public-api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@annalib/anna-core" />
5
+ export * from './public-api';
@@ -1,8 +1,8 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class AnnaBuyerApprovalIconTemplateComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AnnaBuyerApprovalIconTemplateComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaBuyerApprovalIconTemplateComponent, "anna-buyer-approval-icon-template", never, {}, {}, never, never, false, never>;
8
- }
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AnnaBuyerApprovalIconTemplateComponent implements OnInit {
4
+ constructor();
5
+ ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AnnaBuyerApprovalIconTemplateComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaBuyerApprovalIconTemplateComponent, "anna-buyer-approval-icon-template", never, {}, {}, never, never, false, never>;
8
+ }
@@ -1,8 +1,8 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class AnnaDeletedOrderIconTemplateComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AnnaDeletedOrderIconTemplateComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaDeletedOrderIconTemplateComponent, "anna-deleted-order-icon-template", never, {}, {}, never, never, false, never>;
8
- }
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AnnaDeletedOrderIconTemplateComponent implements OnInit {
4
+ constructor();
5
+ ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AnnaDeletedOrderIconTemplateComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaDeletedOrderIconTemplateComponent, "anna-deleted-order-icon-template", never, {}, {}, never, never, false, never>;
8
+ }
@@ -1,5 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- export declare class AnnaEstIconTemplateComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<AnnaEstIconTemplateComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaEstIconTemplateComponent, "anna-core-anna-est-icon-template", never, {}, {}, never, never, false, never>;
5
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class AnnaEstIconTemplateComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<AnnaEstIconTemplateComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaEstIconTemplateComponent, "anna-core-anna-est-icon-template", never, {}, {}, never, never, false, never>;
5
+ }
@@ -1,17 +1,17 @@
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';
4
- import * as i0 from "@angular/core";
5
- export declare class AnnaIconColumnComponent implements OnInit {
6
- componentName: string;
7
- iconToShow: IconToShow;
8
- dataObject: any;
9
- PfpIconActiveColor: string;
10
- PfpIconDisableColor: string;
11
- onColumnIconClicked: EventEmitter<GtColumnIconEmittedData>;
12
- constructor();
13
- ngOnInit(): void;
14
- svgIconClicked(rowData: any, key: string): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<AnnaIconColumnComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaIconColumnComponent, "anna-core-anna-icon-column", never, { "componentName": "componentName"; "iconToShow": "iconToShow"; "dataObject": "dataObject"; }, { "onColumnIconClicked": "onColumnIconClicked"; }, never, never, false, never>;
17
- }
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';
4
+ import * as i0 from "@angular/core";
5
+ export declare class AnnaIconColumnComponent implements OnInit {
6
+ componentName: string;
7
+ iconToShow: IconToShow;
8
+ dataObject: any;
9
+ PfpIconActiveColor: string;
10
+ PfpIconDisableColor: string;
11
+ onColumnIconClicked: EventEmitter<GtColumnIconEmittedData>;
12
+ constructor();
13
+ ngOnInit(): void;
14
+ svgIconClicked(rowData: any, key: string): void;
15
+ 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, false, never>;
17
+ }
@@ -1,8 +1,8 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class AnnaLiveIconTemplateComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AnnaLiveIconTemplateComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaLiveIconTemplateComponent, "anna-live-icon-template", never, {}, {}, never, never, false, never>;
8
- }
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AnnaLiveIconTemplateComponent implements OnInit {
4
+ constructor();
5
+ ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AnnaLiveIconTemplateComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaLiveIconTemplateComponent, "anna-live-icon-template", never, {}, {}, never, never, false, never>;
8
+ }
@@ -1,11 +1,11 @@
1
- import { OnInit } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare class AnnaNoDataComponent implements OnInit {
4
- width: string;
5
- marginTop: string;
6
- message: string;
7
- constructor();
8
- ngOnInit(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNoDataComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNoDataComponent, "anna-core-no-data-lib", never, { "width": "width"; "marginTop": "marginTop"; }, {}, never, never, false, never>;
11
- }
1
+ import { OnInit } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ export declare class AnnaNoDataComponent implements OnInit {
4
+ width: string;
5
+ marginTop: string;
6
+ message: string;
7
+ constructor();
8
+ ngOnInit(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNoDataComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNoDataComponent, "anna-core-no-data-lib", never, { "width": { "alias": "width"; "required": false; }; "marginTop": { "alias": "marginTop"; "required": false; }; }, {}, never, never, false, never>;
11
+ }
@@ -1,8 +1,8 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class AnnaNotifyIconTemplateComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNotifyIconTemplateComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNotifyIconTemplateComponent, "anna-notify-icon-template", never, {}, {}, never, never, false, never>;
8
- }
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AnnaNotifyIconTemplateComponent implements OnInit {
4
+ constructor();
5
+ ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNotifyIconTemplateComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNotifyIconTemplateComponent, "anna-notify-icon-template", never, {}, {}, never, never, false, never>;
8
+ }
@@ -1,12 +1,12 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class AnnaPayForPerformanceIconTemplateComponent implements OnInit {
4
- isTitle: boolean;
5
- color: string;
6
- width: string;
7
- height: string;
8
- constructor();
9
- ngOnInit(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<AnnaPayForPerformanceIconTemplateComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaPayForPerformanceIconTemplateComponent, "anna-pay-for-performance-icon-template", never, { "isTitle": "isTitle"; "color": "color"; "width": "width"; "height": "height"; }, {}, never, never, false, never>;
12
- }
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AnnaPayForPerformanceIconTemplateComponent implements OnInit {
4
+ isTitle: boolean;
5
+ color: string;
6
+ width: string;
7
+ height: string;
8
+ constructor();
9
+ ngOnInit(): void;
10
+ 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, false, never>;
12
+ }
@@ -1,8 +1,8 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class AnnaRejectedIconTemplateComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AnnaRejectedIconTemplateComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaRejectedIconTemplateComponent, "anna-rejected-icon-template", never, {}, {}, never, never, false, never>;
8
- }
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AnnaRejectedIconTemplateComponent implements OnInit {
4
+ constructor();
5
+ ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AnnaRejectedIconTemplateComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaRejectedIconTemplateComponent, "anna-rejected-icon-template", never, {}, {}, never, never, false, never>;
8
+ }
@@ -1,42 +1,42 @@
1
- export declare class Constants {
2
- static readonly SUCCESS_STRING = "success";
3
- static readonly BACKEND_SERVER_URL = "/server/public/index.php/api";
4
- static readonly ERROR_MSG = "Error occurred please try again.";
5
- static readonly NO_DATA_MSG = "No Data to display";
6
- static readonly SERVER_ERROR = "Server error. Please try Again";
7
- static readonly USER_ORIGIN = "ANNA";
8
- static readonly ACTIVE_USER_STATUS = "active";
9
- static readonly DELETED_USER_STATUS = "deleted";
10
- static readonly INACTIVE_USER_STATUS = "inactive";
11
- static readonly OGAdminRole = "Ownership Group Admin";
12
- static readonly ASARole = "Anna Station Admin";
13
- static readonly dollars = "$";
14
- }
15
- export declare class ErrorCodes {
16
- static readonly BAD_REQUEST = 400;
17
- static readonly SERVER_ERROR = 500;
18
- static readonly SUCCESS_CODE = 200;
19
- static readonly SUCCESS_CODE_GET = 200;
20
- static readonly SUCCESS_CODE_POST = 201;
21
- static readonly SUCCESS_CODE_PATCH = 204;
22
- static readonly NO_CONTENT = 204;
23
- static readonly under_review = 409;
24
- }
25
- export declare enum Days {
26
- M = 1,
27
- Tu = 2,
28
- We = 3,
29
- Th = 4,
30
- F = 5,
31
- Sa = 6,
32
- Su = 7
33
- }
34
- export declare class OrderSources {
35
- static readonly Medialine = "Medialine";
36
- static readonly Non_electronic = "Non electronic";
37
- static readonly Others = "Others";
38
- static readonly WOC_unlinked = "WOC Unlinked";
39
- static readonly WOC_linked = "WOC Linked";
40
- static readonly WOZ = "WOZ";
41
- static readonly Darwin = "Darwin";
42
- }
1
+ export declare class Constants {
2
+ static readonly SUCCESS_STRING = "success";
3
+ static readonly BACKEND_SERVER_URL = "/server/public/index.php/api";
4
+ static readonly ERROR_MSG = "Error occurred please try again.";
5
+ static readonly NO_DATA_MSG = "No Data to display";
6
+ static readonly SERVER_ERROR = "Server error. Please try Again";
7
+ static readonly USER_ORIGIN = "ANNA";
8
+ static readonly ACTIVE_USER_STATUS = "active";
9
+ static readonly DELETED_USER_STATUS = "deleted";
10
+ static readonly INACTIVE_USER_STATUS = "inactive";
11
+ static readonly OGAdminRole = "Ownership Group Admin";
12
+ static readonly ASARole = "Anna Station Admin";
13
+ static readonly dollars = "$";
14
+ }
15
+ export declare class ErrorCodes {
16
+ static readonly BAD_REQUEST = 400;
17
+ static readonly SERVER_ERROR = 500;
18
+ static readonly SUCCESS_CODE = 200;
19
+ static readonly SUCCESS_CODE_GET = 200;
20
+ static readonly SUCCESS_CODE_POST = 201;
21
+ static readonly SUCCESS_CODE_PATCH = 204;
22
+ static readonly NO_CONTENT = 204;
23
+ static readonly under_review = 409;
24
+ }
25
+ export declare enum Days {
26
+ M = 1,
27
+ Tu = 2,
28
+ We = 3,
29
+ Th = 4,
30
+ F = 5,
31
+ Sa = 6,
32
+ Su = 7
33
+ }
34
+ export declare class OrderSources {
35
+ static readonly Medialine = "Medialine";
36
+ static readonly Non_electronic = "Non electronic";
37
+ static readonly Others = "Others";
38
+ static readonly WOC_unlinked = "WOC Unlinked";
39
+ static readonly WOC_linked = "WOC Linked";
40
+ static readonly WOZ = "WOZ";
41
+ static readonly Darwin = "Darwin";
42
+ }
@@ -1,34 +1,34 @@
1
- import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class DigitOnlyDirective implements OnChanges {
4
- el: ElementRef;
5
- private hasDecimalPoint;
6
- private hasNegativeSign;
7
- private navigationKeys;
8
- decimal: boolean;
9
- decimalSeparator: string;
10
- allowNegatives: boolean;
11
- allowPaste: boolean;
12
- negativeSign: string;
13
- min: number;
14
- max: number;
15
- pattern?: string | RegExp;
16
- private regex;
17
- inputElement: HTMLInputElement;
18
- constructor(el: ElementRef);
19
- ngOnChanges(changes: SimpleChanges): void;
20
- onBeforeInput(e: InputEvent): any;
21
- onKeyDown(e: KeyboardEvent): any;
22
- onPaste(event: any): void;
23
- onDrop(event: DragEvent): void;
24
- private pasteData;
25
- private insertAtCursor;
26
- private triggerEvent;
27
- private sanitizeInput;
28
- private getNegativeSignRegExp;
29
- private isValidDecimal;
30
- private getSelection;
31
- private forecastValue;
32
- static ɵfac: i0.ɵɵFactoryDeclaration<DigitOnlyDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<DigitOnlyDirective, "[digitOnly]", never, { "decimal": "decimal"; "decimalSeparator": "decimalSeparator"; "allowNegatives": "allowNegatives"; "allowPaste": "allowPaste"; "negativeSign": "negativeSign"; "min": "min"; "max": "max"; "pattern": "pattern"; }, {}, never, never, false, never>;
34
- }
1
+ import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class DigitOnlyDirective implements OnChanges {
4
+ el: ElementRef;
5
+ private hasDecimalPoint;
6
+ private hasNegativeSign;
7
+ private navigationKeys;
8
+ decimal: boolean;
9
+ decimalSeparator: string;
10
+ allowNegatives: boolean;
11
+ allowPaste: boolean;
12
+ negativeSign: string;
13
+ min: number;
14
+ max: number;
15
+ pattern?: string | RegExp;
16
+ private regex;
17
+ inputElement: HTMLInputElement;
18
+ constructor(el: ElementRef);
19
+ ngOnChanges(changes: SimpleChanges): void;
20
+ onBeforeInput(e: InputEvent): any;
21
+ onKeyDown(e: KeyboardEvent): any;
22
+ onPaste(event: any): void;
23
+ onDrop(event: DragEvent): void;
24
+ private pasteData;
25
+ private insertAtCursor;
26
+ private triggerEvent;
27
+ private sanitizeInput;
28
+ private getNegativeSignRegExp;
29
+ private isValidDecimal;
30
+ private getSelection;
31
+ private forecastValue;
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, false, never>;
34
+ }
@@ -1,16 +1,16 @@
1
- import { ElementRef, Renderer2 } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class FixedRowsPopupTableDirective {
4
- private el;
5
- private renderer;
6
- popupRowHeight: number;
7
- popupHeaderHeight: number;
8
- tableDataLength: number;
9
- maxRowsRenderedWithoutScrollForPopup: number;
10
- constructor(el: ElementRef, renderer: Renderer2);
11
- onWindowResize(): void;
12
- ngOnInit(): void;
13
- setPopUpTableHeight(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<FixedRowsPopupTableDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<FixedRowsPopupTableDirective, "[fixedRowsInPopupTable]", never, { "popupRowHeight": "popupRowHeight"; "popupHeaderHeight": "popupHeaderHeight"; "tableDataLength": "tableDataLength"; }, {}, never, never, false, never>;
16
- }
1
+ import { ElementRef, Renderer2 } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FixedRowsPopupTableDirective {
4
+ private el;
5
+ private renderer;
6
+ popupRowHeight: number;
7
+ popupHeaderHeight: number;
8
+ tableDataLength: number;
9
+ maxRowsRenderedWithoutScrollForPopup: number;
10
+ constructor(el: ElementRef, renderer: Renderer2);
11
+ onWindowResize(): void;
12
+ ngOnInit(): void;
13
+ setPopUpTableHeight(): void;
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, false, never>;
16
+ }
@@ -1,10 +1,10 @@
1
- import { ElementRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class showEllipsisTextOnHoverDirective {
4
- private elementRef;
5
- constructor(elementRef: ElementRef);
6
- onMouseEnter(): void;
7
- checkPositionsInDecimals(domElement: Element): boolean;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<showEllipsisTextOnHoverDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<showEllipsisTextOnHoverDirective, "[showEllipsisTextOnHover]", never, {}, {}, never, never, false, never>;
10
- }
1
+ import { ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class showEllipsisTextOnHoverDirective {
4
+ private elementRef;
5
+ constructor(elementRef: ElementRef);
6
+ onMouseEnter(): void;
7
+ checkPositionsInDecimals(domElement: Element): boolean;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<showEllipsisTextOnHoverDirective, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<showEllipsisTextOnHoverDirective, "[showEllipsisTextOnHover]", never, {}, {}, never, never, false, never>;
10
+ }
@@ -1,16 +1,16 @@
1
- export interface WeekObject {
2
- startDate: string;
3
- endDate: string;
4
- }
5
- export interface SellerGroupHierarchy {
6
- inventoryCode: string;
7
- program: string;
8
- }
9
- export interface RatingSellerGroupHierarchy {
10
- InventoryCode: string;
11
- Program: string;
12
- }
13
- export interface GtColumnIconEmittedData {
14
- data: any;
15
- key: string;
16
- }
1
+ export interface WeekObject {
2
+ startDate: string;
3
+ endDate: string;
4
+ }
5
+ export interface SellerGroupHierarchy {
6
+ inventoryCode: string;
7
+ program: string;
8
+ }
9
+ export interface RatingSellerGroupHierarchy {
10
+ InventoryCode: string;
11
+ Program: string;
12
+ }
13
+ export interface GtColumnIconEmittedData {
14
+ data: any;
15
+ key: string;
16
+ }
@@ -1,97 +1,97 @@
1
- export interface IRadioButton {
2
- value: any;
3
- isDisabled: boolean;
4
- label: string;
5
- class: string;
6
- }
7
- export interface IAngular2MultiSelectSettings {
8
- text: string;
9
- selectAllText: string;
10
- unSelectAllText: string;
11
- badgeShowLimit: number;
12
- singleSelection: boolean;
13
- classes: string;
14
- enableSearchFilter: boolean;
15
- enableCheckAll: boolean;
16
- autoPosition: boolean;
17
- position: string;
18
- lazyLoading: boolean;
19
- disabled: boolean;
20
- showCheckbox: boolean;
21
- enableFilterSelectAll: boolean;
22
- maxHeight: number;
23
- }
24
- export interface INgxAsideSettings {
25
- title: string;
26
- cancelButtonTitle: string;
27
- submitButtonTitle: string;
28
- closeOnEscape: boolean;
29
- showOverlay: boolean;
30
- showDefaultFooter: boolean;
31
- showDefaultHeader: boolean;
32
- }
33
- export interface INgbDatePickerSettings {
34
- autoClose: boolean;
35
- placeholder: string;
36
- displayMonths: number;
37
- firstDayOfWeek: number;
38
- showWeekNumbers: boolean;
39
- readonly: boolean;
40
- }
41
- export interface INgSelectSettings {
42
- allowClear: boolean;
43
- placeholder: string;
44
- }
45
- export interface INgxInfiniteScrollSettings {
46
- infiniteScrollDistance: number;
47
- infiniteScrollUpDistance: number;
48
- infiniteScrollThrottle: number;
49
- scrollWindow: boolean;
50
- }
51
- export interface INgxSkeletonLoaderSettings {
52
- numberOfSkeletonRows: number[];
53
- }
54
- export interface IRadioButtonComponentConfig {
55
- heading?: string;
56
- radioButtons: IRadioButton[];
57
- }
58
- export interface IConfirmationPopupConfig {
59
- showCancelButton: boolean;
60
- title: string;
61
- showConfirmButton: boolean;
62
- cancelButtonLabel: string;
63
- confirmButtonLabel: string;
64
- showCloseIcon: boolean;
65
- windowClass: string;
66
- backdrop: "static" | boolean;
67
- size: "sm" | "lg";
68
- keyboard: boolean;
69
- centered?: boolean;
70
- }
71
- export interface IWeekCalendar {
72
- firstDayOfWeek?: number;
73
- numberOfMonthsToEnableInPast: number;
74
- selectMultipleWeeks: boolean;
75
- showWeekNumbers?: boolean;
76
- dateFormatToDisplay?: string;
77
- maxWeeksToShowWithRemainingCount?: number;
78
- customClass?: string;
79
- emitMultipleWeekObjects?: boolean;
80
- dateFormatForRequest?: string;
81
- maxWeeksToSelect?: number;
82
- showAsDropdown: boolean;
83
- selectCurrentWeek: boolean;
84
- }
85
- export interface ICustomSingleSelect {
86
- showSearchBar: boolean;
87
- placeholder: string;
88
- classes: string;
89
- position: Position;
90
- maxHeightOfList: number;
91
- minHeightOfList?: number;
92
- }
93
- export interface ICustomMultiSelect extends ICustomSingleSelect {
94
- showErrorWhenNoOptionSelected: boolean;
95
- }
96
- declare type Position = "TOP" | "BOTTOM";
97
- export {};
1
+ export interface IRadioButton {
2
+ value: any;
3
+ isDisabled: boolean;
4
+ label: string;
5
+ class: string;
6
+ }
7
+ export interface IAngular2MultiSelectSettings {
8
+ text: string;
9
+ selectAllText: string;
10
+ unSelectAllText: string;
11
+ badgeShowLimit: number;
12
+ singleSelection: boolean;
13
+ classes: string;
14
+ enableSearchFilter: boolean;
15
+ enableCheckAll: boolean;
16
+ autoPosition: boolean;
17
+ position: string;
18
+ lazyLoading: boolean;
19
+ disabled: boolean;
20
+ showCheckbox: boolean;
21
+ enableFilterSelectAll: boolean;
22
+ maxHeight: number;
23
+ }
24
+ export interface INgxAsideSettings {
25
+ title: string;
26
+ cancelButtonTitle: string;
27
+ submitButtonTitle: string;
28
+ closeOnEscape: boolean;
29
+ showOverlay: boolean;
30
+ showDefaultFooter: boolean;
31
+ showDefaultHeader: boolean;
32
+ }
33
+ export interface INgbDatePickerSettings {
34
+ autoClose: boolean;
35
+ placeholder: string;
36
+ displayMonths: number;
37
+ firstDayOfWeek: number;
38
+ showWeekNumbers: boolean;
39
+ readonly: boolean;
40
+ }
41
+ export interface INgSelectSettings {
42
+ allowClear: boolean;
43
+ placeholder: string;
44
+ }
45
+ export interface INgxInfiniteScrollSettings {
46
+ infiniteScrollDistance: number;
47
+ infiniteScrollUpDistance: number;
48
+ infiniteScrollThrottle: number;
49
+ scrollWindow: boolean;
50
+ }
51
+ export interface INgxSkeletonLoaderSettings {
52
+ numberOfSkeletonRows: number[];
53
+ }
54
+ export interface IRadioButtonComponentConfig {
55
+ heading?: string;
56
+ radioButtons: IRadioButton[];
57
+ }
58
+ export interface IConfirmationPopupConfig {
59
+ showCancelButton: boolean;
60
+ title: string;
61
+ showConfirmButton: boolean;
62
+ cancelButtonLabel: string;
63
+ confirmButtonLabel: string;
64
+ showCloseIcon: boolean;
65
+ windowClass: string;
66
+ backdrop: "static" | boolean;
67
+ size: "sm" | "lg";
68
+ keyboard: boolean;
69
+ centered?: boolean;
70
+ }
71
+ export interface IWeekCalendar {
72
+ firstDayOfWeek?: number;
73
+ numberOfMonthsToEnableInPast: number;
74
+ selectMultipleWeeks: boolean;
75
+ showWeekNumbers?: boolean;
76
+ dateFormatToDisplay?: string;
77
+ maxWeeksToShowWithRemainingCount?: number;
78
+ customClass?: string;
79
+ emitMultipleWeekObjects?: boolean;
80
+ dateFormatForRequest?: string;
81
+ maxWeeksToSelect?: number;
82
+ showAsDropdown: boolean;
83
+ selectCurrentWeek: boolean;
84
+ }
85
+ export interface ICustomSingleSelect {
86
+ showSearchBar: boolean;
87
+ placeholder: string;
88
+ classes: string;
89
+ position: Position;
90
+ maxHeightOfList: number;
91
+ minHeightOfList?: number;
92
+ }
93
+ export interface ICustomMultiSelect extends ICustomSingleSelect {
94
+ showErrorWhenNoOptionSelected: boolean;
95
+ }
96
+ type Position = "TOP" | "BOTTOM";
97
+ export {};