@annalib/anna-core 20.2.24 → 20.2.26

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.
@@ -3228,6 +3228,7 @@ class AnnaColumnSliderFilterComponent {
3228
3228
  this.isMinTextBoxEmpty = true;
3229
3229
  this.showSliderMinValueError = false;
3230
3230
  }
3231
+ this.sliderEnteredMaxValue = this.sliderMaxValue;
3231
3232
  this.showErrorForMinAndMaxValue();
3232
3233
  }
3233
3234
  maxValueChanged(val) {
@@ -3282,6 +3283,7 @@ class AnnaColumnSliderFilterComponent {
3282
3283
  this.showSliderMaxValueError = false;
3283
3284
  }
3284
3285
  this.showErrorForMinAndMaxValue();
3286
+ this.sliderEnteredMinValue = this.sliderMinValue;
3285
3287
  }
3286
3288
  showErrorForMinAndMaxValue() {
3287
3289
  if (this.isMinTextBoxEmpty && this.isMaxTextBoxEmpty) {
@@ -3826,6 +3828,7 @@ class AnnaNonEditableGenericTableComponent {
3826
3828
  this.tooltipRadioTextMap.set('flightStartDate', 'Start Date');
3827
3829
  this.tooltipRadioTextMap.set('flightEndDate', 'End Date');
3828
3830
  this.tooltipRadioTextMap.set('orderIdAndRevNumber', 'STN Order#-Rev#');
3831
+ this.tooltipRadioTextMap.set('stationOrderNumber', 'STN Order#');
3829
3832
  this.tooltipRadioTextMap.set('alternateOrderId', 'Alt/Rep Order #');
3830
3833
  this.tooltipRadioTextMap.set('grp', 'GRP');
3831
3834
  this.tooltipRadioTextMap.set('cpp', 'CPP');
@@ -3948,19 +3951,20 @@ class AnnaNonEditableGenericTableComponent {
3948
3951
  this.tooltipRadioTextMap.set('WeeklyAUR', 'Booked Avg. Rate');
3949
3952
  this.tooltipRadioTextMap.set('BookedRate', 'Booked Rate');
3950
3953
  this.tooltipRadioTextMap.set('averageRate', 'Average Rate');
3951
- this.tooltipRadioTextMap.set('dollarIMPSImpact', '$ IMPS IMPACT');
3954
+ this.tooltipRadioTextMap.set('bookedAverageRate', 'Booked AVG. Rate');
3955
+ this.tooltipRadioTextMap.set('dollarIMPSImpact', '$ IMPS Impact');
3952
3956
  this.tooltipRadioTextMap.set('dollarRTGImpact', '$ RTG IMPACT');
3953
- this.tooltipRadioTextMap.set('IMPSImpact', 'IMPS IMPACT');
3957
+ this.tooltipRadioTextMap.set('IMPSImpact', "IMPS ('000) IMPACT");
3954
3958
  this.tooltipRadioTextMap.set('RTGImpact', 'RTG Impact');
3955
3959
  this.tooltipRadioTextMap.set('inventoryFillPercentageSameWeek', 'Inv Fill Same Week');
3956
3960
  this.tooltipRadioTextMap.set('inventoryFillPercentageFinal', 'Inv Fill Final');
3957
3961
  this.tooltipRadioTextMap.set('projectedRTG', 'Projected RTG');
3958
- this.tooltipRadioTextMap.set('projectedIMPS', "Projected IMP('000");
3962
+ this.tooltipRadioTextMap.set('projectedIMPS', "Projected IMPS('000)");
3959
3963
  this.tooltipRadioTextMap.set('desiredCPM', 'Desired CPM');
3960
3964
  this.tooltipRadioTextMap.set('desiredCPP', 'Desired CPP');
3961
3965
  this.tooltipRadioTextMap.set('origin', 'Origin');
3962
3966
  this.tooltipRadioTextMap.set('BookedRTG', 'Booked RTG');
3963
- this.tooltipRadioTextMap.set('BookedIMPS', "Booked IMP('000)");
3967
+ this.tooltipRadioTextMap.set('BookedIMPS', "Booked IMPS('000)");
3964
3968
  this.tooltipRadioTextMap.set('IMPS', "IMP('000)");
3965
3969
  this.tooltipRadioTextMap.set('AURTG', 'Avg RTG');
3966
3970
  this.tooltipRadioTextMap.set('AUIMPS', "Avg IMP('000)");