@annalib/anna-core 18.0.30 → 18.0.32
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.
- package/esm2020/lib/anna-core-shared-lib/services/anna-filter.service.mjs +2 -6
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +3 -5
- package/fesm2015/annalib-anna-core.mjs +3 -9
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +3 -9
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1263,8 +1263,6 @@ class AnnaFilterService {
|
|
|
1263
1263
|
'buyerChanges',
|
|
1264
1264
|
'userChanges',
|
|
1265
1265
|
'userMG',
|
|
1266
|
-
"udValue",
|
|
1267
|
-
"odValue"
|
|
1268
1266
|
]);
|
|
1269
1267
|
this.isFilterSortActive = {};
|
|
1270
1268
|
this.resetFilterSortActiveStatus = true;
|
|
@@ -1379,9 +1377,7 @@ class AnnaFilterService {
|
|
|
1379
1377
|
"AUIMPS",
|
|
1380
1378
|
"bookedAmountValue",
|
|
1381
1379
|
"equivalizedBookedAmountValue",
|
|
1382
|
-
"IMPS"
|
|
1383
|
-
"udValue",
|
|
1384
|
-
"odValue"
|
|
1380
|
+
"IMPS"
|
|
1385
1381
|
];
|
|
1386
1382
|
const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date",
|
|
1387
1383
|
"startDate", "endDate", "revisionStartDate", "GeneratedOn", "Week", "timeoutDate"];
|
|
@@ -3586,9 +3582,9 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3586
3582
|
this.tooltipRadioTextMap.set("UDImps", "UD IMPS");
|
|
3587
3583
|
this.tooltipRadioTextMap.set("ODGrp", "OD GRP");
|
|
3588
3584
|
this.tooltipRadioTextMap.set("UDGrp", "UD GRP");
|
|
3589
|
-
this.tooltipRadioTextMap.set("udImpsPercent", "UD %");
|
|
3585
|
+
this.tooltipRadioTextMap.set("udImpsPercent", "UD IMPS %");
|
|
3590
3586
|
this.tooltipRadioTextMap.set("udGrpPercent", "UD GRP %");
|
|
3591
|
-
this.tooltipRadioTextMap.set("odImpsPercent", "OD %");
|
|
3587
|
+
this.tooltipRadioTextMap.set("odImpsPercent", "OD IMPS %");
|
|
3592
3588
|
this.tooltipRadioTextMap.set("odGrpPercent", "OD GRP %");
|
|
3593
3589
|
this.tooltipRadioTextMap.set("RevisionNumber", "Revision #");
|
|
3594
3590
|
this.tooltipRadioTextMap.set("RevisionType", "Revision Type");
|
|
@@ -3644,8 +3640,6 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3644
3640
|
this.tooltipRadioTextMap.set("DisplaytSpotStatusBI", "Spot Status");
|
|
3645
3641
|
this.tooltipRadioTextMap.set("LineSpot", "Line.Spot");
|
|
3646
3642
|
this.tooltipRadioTextMap.set("LurWindowName", "Political Window");
|
|
3647
|
-
this.tooltipRadioTextMap.set("udValue", "$ UD");
|
|
3648
|
-
this.tooltipRadioTextMap.set("odValue", "$ OD");
|
|
3649
3643
|
}
|
|
3650
3644
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|
|
3651
3645
|
rowData[columnKeys] = !rowData[columnKeys];
|