@annalib/anna-core 4.2.2 → 4.2.4

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.
@@ -1177,7 +1177,21 @@ class AnnaFilterService {
1177
1177
  this.tooltipMap = new Map();
1178
1178
  this.tooltipSelectedMap = new Map();
1179
1179
  this.appliedFiltersArray = [];
1180
- this.sliderCurrencySet = new Set(["booked", "cpp", "cpm", "rcvPreempt", "osPreempt", "postedAdu", "scheduledAdu", "audienceDeficit", "Rate"]);
1180
+ this.sliderCurrencySet = new Set([
1181
+ 'booked',
1182
+ 'cpp',
1183
+ 'cpm',
1184
+ 'rcvPreempt',
1185
+ 'osPreempt',
1186
+ 'postedAdu',
1187
+ 'scheduledAdu',
1188
+ 'audienceDeficit',
1189
+ 'Rate',
1190
+ 'userADUs',
1191
+ 'buyerChanges',
1192
+ 'userChanges',
1193
+ 'userMG',
1194
+ ]);
1181
1195
  this.isFilterSortActive = null;
1182
1196
  this.percentTranslateFunction = (data) => {
1183
1197
  const val = data.toFixed(1) + "%";