@prutech/compliance 1.0.221 → 1.0.223
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/noi-work-list/constants/column-defs.mjs +7 -1
- package/esm2020/lib/noi-work-list/models/noi-work-list-item.model.mjs +3 -1
- package/esm2020/lib/pre-conciliation-work-list/constants/column-defs.mjs +2 -2
- package/esm2020/lib/pre-noi-work-list/constants/column-defs.mjs +5 -2
- package/esm2020/lib/pre-noi-work-list/models/pre-noi-work-list-item.model.mjs +2 -1
- package/esm2020/lib/sanction-lift-work-list/constants/column-defs.mjs +3 -19
- package/esm2020/lib/sanction-lift-work-list/models/sanction-lift-work-list-item.model.mjs +2 -1
- package/fesm2015/prutech-compliance.mjs +17 -20
- package/fesm2015/prutech-compliance.mjs.map +1 -1
- package/fesm2020/prutech-compliance.mjs +17 -20
- package/fesm2020/prutech-compliance.mjs.map +1 -1
- package/lib/noi-work-list/models/noi-work-list-item.model.d.ts +2 -0
- package/lib/pre-noi-work-list/models/pre-noi-work-list-item.model.d.ts +1 -0
- package/lib/sanction-lift-work-list/models/sanction-lift-work-list-item.model.d.ts +1 -0
- package/package.json +1 -1
@@ -786,7 +786,7 @@ const columnDefs$a = [
|
|
786
786
|
},
|
787
787
|
},
|
788
788
|
{
|
789
|
-
headerName: 'Job Center', field: 'jobCenter
|
789
|
+
headerName: 'Job Center', field: 'jobCenter', resizable: true, sortable: true, filter: true,
|
790
790
|
},
|
791
791
|
{
|
792
792
|
headerName: 'Infraction Type', field: 'infractionType.value', resizable: true, sortable: true, filter: true,
|
@@ -13145,6 +13145,8 @@ class NoiWorkListModel {
|
|
13145
13145
|
this.r1AssignmentId = get(data, 'r1AssignmentId');
|
13146
13146
|
this.r1OutreachId = get(data, 'r1OutreachId');
|
13147
13147
|
this.isGoodCause = get(data, 'isGoodCause');
|
13148
|
+
this.infractionSite = get(data, 'infractionSite');
|
13149
|
+
this.jobCenter = get(data, 'jobCenter');
|
13148
13150
|
}
|
13149
13151
|
}
|
13150
13152
|
|
@@ -13797,6 +13799,12 @@ const columnDefs$4 = [
|
|
13797
13799
|
{
|
13798
13800
|
headerName: 'Reviewed', field: 'reviewed', sortable: true, resizable: true, filter: true, suppressSizeToFit: true, width: 150,
|
13799
13801
|
},
|
13802
|
+
{
|
13803
|
+
headerName: 'Infraction Site', field: 'infractionSite', sortable: true, resizable: true, filter: true, suppressSizeToFit: true, width: 150,
|
13804
|
+
},
|
13805
|
+
{
|
13806
|
+
headerName: 'Job Center', field: 'jobCenter', sortable: true, resizable: true, filter: true, suppressSizeToFit: true, width: 150,
|
13807
|
+
},
|
13800
13808
|
];
|
13801
13809
|
|
13802
13810
|
class NoiWorkSheetComponent {
|
@@ -14107,6 +14115,7 @@ class SanctionLiftWorkListItemModel {
|
|
14107
14115
|
this.appointmentId = get(data, 'appointmentId');
|
14108
14116
|
this.assignmentId = get(data, 'assignmentId');
|
14109
14117
|
this.cmsCaseId = get(data, 'cmsCaseId');
|
14118
|
+
this.jobCenter = get(data, 'jobCenter');
|
14110
14119
|
}
|
14111
14120
|
}
|
14112
14121
|
|
@@ -14307,10 +14316,7 @@ const columnDefs$3 = [
|
|
14307
14316
|
headerName: 'Last Name', field: 'lastName', resizable: true, sortable: true, filter: true,
|
14308
14317
|
},
|
14309
14318
|
{
|
14310
|
-
headerName: '
|
14311
|
-
},
|
14312
|
-
{
|
14313
|
-
headerName: 'Infraction Date', field: 'infractionDate', sortable: true, resizable: true,
|
14319
|
+
headerName: 'Received Date', field: 'receivedDate', sortable: true, resizable: true,
|
14314
14320
|
valueFormatter: dateOnlyFormatter, filter: 'agDateColumnFilter',
|
14315
14321
|
filterParams: {
|
14316
14322
|
comparator: dateComparatorFn,
|
@@ -14320,20 +14326,7 @@ const columnDefs$3 = [
|
|
14320
14326
|
},
|
14321
14327
|
},
|
14322
14328
|
{
|
14323
|
-
headerName: '
|
14324
|
-
},
|
14325
|
-
{
|
14326
|
-
headerName: 'Infracted At', field: 'infractedAt.displayValue', sortable: true, resizable: true, filter: true,
|
14327
|
-
},
|
14328
|
-
{
|
14329
|
-
headerName: 'Received Date', field: 'receivedDate', sortable: true, resizable: true,
|
14330
|
-
valueFormatter: dateOnlyFormatter, filter: 'agDateColumnFilter',
|
14331
|
-
filterParams: {
|
14332
|
-
comparator: dateComparatorFn,
|
14333
|
-
filterOptions: dateFilterOptions,
|
14334
|
-
buttons: ['clear', 'apply'],
|
14335
|
-
suppressAndOrCondition: true,
|
14336
|
-
},
|
14329
|
+
headerName: 'Job Center', field: 'jobCenter', resizable: true, sortable: true, filter: true,
|
14337
14330
|
},
|
14338
14331
|
{
|
14339
14332
|
headerName: 'Sanction Date', field: 'sanctionDate', sortable: true, resizable: true,
|
@@ -30240,6 +30233,7 @@ class PreNoiWorkListItemModel {
|
|
30240
30233
|
this.canUpdateStatus = get(data, 'canUpdateStatus');
|
30241
30234
|
this.eaepAssessmentId = get(data, 'eaepAssessmentId');
|
30242
30235
|
this.isGoodCauseflag = get(data, 'isGoodCauseflag');
|
30236
|
+
this.infractionSite = get(data, 'infractionSite');
|
30243
30237
|
}
|
30244
30238
|
}
|
30245
30239
|
|
@@ -31081,7 +31075,10 @@ const columnDefs$1 = [
|
|
31081
31075
|
},
|
31082
31076
|
},
|
31083
31077
|
{
|
31084
|
-
headerName: '
|
31078
|
+
headerName: 'Infraction Site', field: 'jobCenter', sortable: true, resizable: true, filter: true, suppressSizeToFit: true, width: 150,
|
31079
|
+
},
|
31080
|
+
{
|
31081
|
+
headerName: 'Job Center', field: 'infractionSite', sortable: true, resizable: true, filter: true, suppressSizeToFit: true, width: 150,
|
31085
31082
|
},
|
31086
31083
|
{
|
31087
31084
|
headerName: 'Status', field: 'status', sortable: true, resizable: true, filter: true, suppressSizeToFit: true, width: 150,
|