@annalib/anna-feature-spots-approval 0.0.5 → 43.0.0-final-ng-19

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.
@@ -17,8 +17,8 @@ import * as i1 from 'ngx-toastr';
17
17
  import { ToastrModule } from 'ngx-toastr';
18
18
 
19
19
  class AnnaFeatureSpotsApprovalModule {
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: AnnaFeatureSpotsApprovalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
21
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.15", ngImport: i0, type: AnnaFeatureSpotsApprovalModule, imports: [FormsModule,
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AnnaFeatureSpotsApprovalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
21
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: AnnaFeatureSpotsApprovalModule, imports: [FormsModule,
22
22
  NgbModule,
23
23
  CommonModule,
24
24
  DragDropModule,
@@ -33,7 +33,7 @@ class AnnaFeatureSpotsApprovalModule {
33
33
  MatTableModule,
34
34
  MatIconModule,
35
35
  MatInputModule, i1.ToastrModule] }); }
36
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: AnnaFeatureSpotsApprovalModule, providers: [AnnaDateFormatterPipe, AnnaConvertArrayToCommaSeperatedValue], imports: [FormsModule,
36
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AnnaFeatureSpotsApprovalModule, providers: [AnnaDateFormatterPipe, AnnaConvertArrayToCommaSeperatedValue], imports: [FormsModule,
37
37
  NgbModule,
38
38
  CommonModule,
39
39
  DragDropModule,
@@ -52,7 +52,7 @@ class AnnaFeatureSpotsApprovalModule {
52
52
  positionClass: "toast-bottom-right",
53
53
  })] }); }
54
54
  }
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: AnnaFeatureSpotsApprovalModule, decorators: [{
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AnnaFeatureSpotsApprovalModule, decorators: [{
56
56
  type: NgModule,
57
57
  args: [{
58
58
  imports: [
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@annalib/anna-feature-spots-approval",
3
- "version": "0.0.5",
3
+ "version": "43.0.0-final-ng-19",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.10",
6
6
  "@angular/core": "^19.2.10",
7
7
  "@angular/forms": "^19.2.10",
8
8
  "@angular/cdk": "^19.2.15",
9
- "@annalib/anna-core": ">=32.0.0",
10
- "@annalib/anna-design-components-lib": ">=33.0.0",
11
- "@annalib/anna-cognito-lib": ">=10.0.0",
9
+ "@annalib/anna-core": "43.0.0-final-ng-19",
10
+ "@annalib/anna-design-components-lib": "43.0.0-final-ng-19",
11
+ "@annalib/anna-cognito-lib": "43.0.0-final-ng-19",
12
12
  "@ng-bootstrap/ng-bootstrap": "^18.0.0",
13
13
  "@datadog/browser-rum": "^6.6.4",
14
14
  "ngx-ui-loader": "^13.0.0",
@@ -113,6 +113,7 @@ export declare class OrderInfoForANNARevision {
113
113
  buyerApprovalTime: string;
114
114
  buyerApprovalTimeout: string;
115
115
  buyerActionTakenBy: string;
116
+ smTimeout: string;
116
117
  reasonForNoRevision: null | string;
117
118
  orderDiscrepancyExists: boolean;
118
119
  intermediateOrderStatus: {
@@ -67,11 +67,7 @@ export declare class SpotsApprovalService {
67
67
  static checkIfAnySpotOtherThanRejectedMGExists(data: any[]): boolean;
68
68
  static getRateRatingAndMessageForRejectedSpots(data: any[]): [string, number, number, number];
69
69
  static calculateRateAndRating(data: any[], logic: any): number[];
70
- static createTotalRowActionColumnData(data: any[]): [
71
- TotalRowActionColumnPossibleValues,
72
- boolean,
73
- ITotalRowRadioButtonData[]
74
- ];
70
+ static createTotalRowActionColumnData(data: any[]): [TotalRowActionColumnPossibleValues, boolean, ITotalRowRadioButtonData[]];
75
71
  static checkIfTableContainsMultipleApproveComments(data: any[]): string | null;
76
72
  static checkIfTableContainsMultipleCreditComments(data: any[]): string | null;
77
73
  static checkIfTableContainsMultipleRejectionComments(data: any[]): string[] | null;