@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
|
@@ -1273,8 +1273,6 @@ class AnnaFilterService {
|
|
|
1273
1273
|
'buyerChanges',
|
|
1274
1274
|
'userChanges',
|
|
1275
1275
|
'userMG',
|
|
1276
|
-
"udValue",
|
|
1277
|
-
"odValue"
|
|
1278
1276
|
]);
|
|
1279
1277
|
this.isFilterSortActive = {};
|
|
1280
1278
|
this.resetFilterSortActiveStatus = true;
|
|
@@ -1389,9 +1387,7 @@ class AnnaFilterService {
|
|
|
1389
1387
|
"AUIMPS",
|
|
1390
1388
|
"bookedAmountValue",
|
|
1391
1389
|
"equivalizedBookedAmountValue",
|
|
1392
|
-
"IMPS"
|
|
1393
|
-
"udValue",
|
|
1394
|
-
"odValue"
|
|
1390
|
+
"IMPS"
|
|
1395
1391
|
];
|
|
1396
1392
|
const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date",
|
|
1397
1393
|
"startDate", "endDate", "revisionStartDate", "GeneratedOn", "Week", "timeoutDate"];
|
|
@@ -3589,9 +3585,9 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3589
3585
|
this.tooltipRadioTextMap.set("UDImps", "UD IMPS");
|
|
3590
3586
|
this.tooltipRadioTextMap.set("ODGrp", "OD GRP");
|
|
3591
3587
|
this.tooltipRadioTextMap.set("UDGrp", "UD GRP");
|
|
3592
|
-
this.tooltipRadioTextMap.set("udImpsPercent", "UD %");
|
|
3588
|
+
this.tooltipRadioTextMap.set("udImpsPercent", "UD IMPS %");
|
|
3593
3589
|
this.tooltipRadioTextMap.set("udGrpPercent", "UD GRP %");
|
|
3594
|
-
this.tooltipRadioTextMap.set("odImpsPercent", "OD %");
|
|
3590
|
+
this.tooltipRadioTextMap.set("odImpsPercent", "OD IMPS %");
|
|
3595
3591
|
this.tooltipRadioTextMap.set("odGrpPercent", "OD GRP %");
|
|
3596
3592
|
this.tooltipRadioTextMap.set("RevisionNumber", "Revision #");
|
|
3597
3593
|
this.tooltipRadioTextMap.set("RevisionType", "Revision Type");
|
|
@@ -3647,8 +3643,6 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3647
3643
|
this.tooltipRadioTextMap.set("DisplaytSpotStatusBI", "Spot Status");
|
|
3648
3644
|
this.tooltipRadioTextMap.set("LineSpot", "Line.Spot");
|
|
3649
3645
|
this.tooltipRadioTextMap.set("LurWindowName", "Political Window");
|
|
3650
|
-
this.tooltipRadioTextMap.set("udValue", "$ UD");
|
|
3651
|
-
this.tooltipRadioTextMap.set("odValue", "$ OD");
|
|
3652
3646
|
}
|
|
3653
3647
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|
|
3654
3648
|
rowData[columnKeys] = !rowData[columnKeys];
|