@annalib/anna-feature-spots-approval 0.0.2
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/README.md +63 -0
- package/anna-feature-shared-lib/index.d.ts +5 -0
- package/anna-feature-shared-lib/public-api.d.ts +16 -0
- package/anna-feature-shared-lib/src/biz-rules/constants/generic-business-rule-page.constants.d.ts +5 -0
- package/anna-feature-shared-lib/src/biz-rules/models/generic-business-rule-history-popup.model.d.ts +10 -0
- package/anna-feature-shared-lib/src/biz-rules/services/generic-business-rule-common-SI-BI-logic.service.d.ts +20 -0
- package/anna-feature-shared-lib/src/constants/generic-feature-related-constants.d.ts +3 -0
- package/anna-feature-shared-lib/src/daily-revision-listing/components/action-comments-popup/action-comments-popup.component.d.ts +35 -0
- package/anna-feature-shared-lib/src/daily-revision-listing/components/offer-rejection-popup/offer-rejection-popup.component.d.ts +44 -0
- package/anna-feature-shared-lib/src/daily-revision-listing/models/generic-daily-revision-listing.model.d.ts +64 -0
- package/anna-feature-shared-lib/src/daily-revision-listing/models/generic-offers-awaiting-approval.model.d.ts +36 -0
- package/anna-feature-shared-lib/src/daily-revision-listing/models/generic-todays-anna-offers-listing.model.d.ts +34 -0
- package/anna-feature-shared-lib/src/daily-revision-listing/models/generic-todays-user-offers-listing.model.d.ts +39 -0
- package/anna-feature-shared-lib/src/daily-revision-listing/models/spot-approval-generic.model.d.ts +12 -0
- package/anna-feature-shared-lib/src/daily-revision-listing/services/generic-daily-revision-listing.service.d.ts +12 -0
- package/anna-feature-shared-lib/src/generic-primary-order-panel/models/generic-primary-order-panel.model.d.ts +5 -0
- package/anna-feature-shared-lib/src/generic-primary-order-panel/services/generic-primary-order-panel.service.d.ts +13 -0
- package/anna-feature-shared-lib/src/order-listing/constants/generic-order-listing.constant.d.ts +18 -0
- package/anna-feature-shared-lib/src/spot-approval/models/spot-approval-generic-in-feature-shared-lib.model.d.ts +7 -0
- package/anna-feature-shared-lib/src/spot-approval/services/spot-approval-generic-in-feature-shared-lib.service.d.ts +14 -0
- package/drr-listing/index.d.ts +5 -0
- package/drr-listing/public-api.d.ts +8 -0
- package/drr-listing/src/daily-revision-filter-modal/config/daily-revision-listing-backend-service.token.d.ts +10 -0
- package/drr-listing/src/daily-revision-filter-modal/daily-revision-filter-modal.component.d.ts +89 -0
- package/drr-listing/src/daily-revision-filter-modal/models/daily-revision-filter-modal.model.d.ts +41 -0
- package/drr-listing/src/daily-revision-listing/config/daily-revision-listing-backend-service.token.d.ts +18 -0
- package/drr-listing/src/daily-revision-listing/constants/daily-revision-listing.constant.d.ts +80 -0
- package/drr-listing/src/daily-revision-listing/constants/orders.constant.d.ts +69 -0
- package/drr-listing/src/daily-revision-listing/daily-revision-listing.component.d.ts +154 -0
- package/drr-listing/src/daily-revision-listing/models/daily-revision-listing.model.d.ts +33 -0
- package/drr-listing/src/daily-revision-listing/services/daily-revision-listing.service.d.ts +25 -0
- package/fesm2022/annalib-anna-feature-spots-approval-anna-feature-shared-lib.mjs +670 -0
- package/fesm2022/annalib-anna-feature-spots-approval-anna-feature-shared-lib.mjs.map +1 -0
- package/fesm2022/annalib-anna-feature-spots-approval-drr-listing.mjs +2844 -0
- package/fesm2022/annalib-anna-feature-spots-approval-drr-listing.mjs.map +1 -0
- package/fesm2022/annalib-anna-feature-spots-approval-spot-approval-shared-lib.mjs +112 -0
- package/fesm2022/annalib-anna-feature-spots-approval-spot-approval-shared-lib.mjs.map +1 -0
- package/fesm2022/annalib-anna-feature-spots-approval-spots-approval.mjs +12115 -0
- package/fesm2022/annalib-anna-feature-spots-approval-spots-approval.mjs.map +1 -0
- package/fesm2022/annalib-anna-feature-spots-approval-src-lib-all-offers-listing.mjs +1369 -0
- package/fesm2022/annalib-anna-feature-spots-approval-src-lib-all-offers-listing.mjs.map +1 -0
- package/fesm2022/annalib-anna-feature-spots-approval-src-lib-spot-approval-seller-or-buyer-revision.mjs +1223 -0
- package/fesm2022/annalib-anna-feature-spots-approval-src-lib-spot-approval-seller-or-buyer-revision.mjs.map +1 -0
- package/fesm2022/annalib-anna-feature-spots-approval.mjs +88 -0
- package/fesm2022/annalib-anna-feature-spots-approval.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/anna-feature-spots-approval.module.d.ts +20 -0
- package/package.json +57 -0
- package/public-api.d.ts +1 -0
- package/spot-approval-shared-lib/index.d.ts +5 -0
- package/spot-approval-shared-lib/public-api.d.ts +2 -0
- package/spot-approval-shared-lib/src/revision-offer-status-progress-view/revision-offer-status-progress-view.component.d.ts +19 -0
- package/spot-approval-shared-lib/src/revision-summary-panel/revision-summary-panel.component.d.ts +21 -0
- package/spots-approval/index.d.ts +5 -0
- package/spots-approval/public-api.d.ts +21 -0
- package/spots-approval/src/add-os-spots-popup/add-os-spots-popup.component.d.ts +59 -0
- package/spots-approval/src/anna-revision/anna-revision.component.d.ts +551 -0
- package/spots-approval/src/badly-behaved-spot-details-popup/badly-behaved-spot-details-popup.component.d.ts +38 -0
- package/spots-approval/src/badly-behaved-spot-details-popup/models/badly-behaved-spot-details-popup.model.d.ts +15 -0
- package/spots-approval/src/badly-behaved-spot-details-popup/services/badly-behaved-spot-details-popup.service.d.ts +7 -0
- package/spots-approval/src/cancel-offers-popup/cancel-offers-popup.component.d.ts +36 -0
- package/spots-approval/src/config/spots-approval-backend-service.token.d.ts +30 -0
- package/spots-approval/src/constants/create-or-edit-offers.constant.d.ts +44 -0
- package/spots-approval/src/constants/spots-approval.constant.d.ts +129 -0
- package/spots-approval/src/create-or-edit-adu-or-bonus/create-or-edit-adu-or-bonus.component.d.ts +214 -0
- package/spots-approval/src/create-or-edit-offers-popup/create-or-edit-offers-popup.component.d.ts +333 -0
- package/spots-approval/src/credit-confirmation-table-popup/credit-confirmation-table-popup.component.d.ts +72 -0
- package/spots-approval/src/models/anna-revisions-backend.model.d.ts +325 -0
- package/spots-approval/src/models/anna-revisions-enums.model.d.ts +53 -0
- package/spots-approval/src/models/anna-revisions-response.model.d.ts +355 -0
- package/spots-approval/src/models/anna-revisions-total-rows.model.d.ts +124 -0
- package/spots-approval/src/models/create-or-edit-offer-total-rows.model.d.ts +73 -0
- package/spots-approval/src/models/create-or-edit-offers-popup.model.d.ts +384 -0
- package/spots-approval/src/models/order-revision-detail.model.d.ts +156 -0
- package/spots-approval/src/offered-mg-edit-table/offered-mg-edit-table.component.d.ts +74 -0
- package/spots-approval/src/other-spots-edit-table/other-spots-edit-table.component.d.ts +44 -0
- package/spots-approval/src/political-rate-warning-popup/political-rate-warning-popup.component.d.ts +26 -0
- package/spots-approval/src/revision-header/revision-header.component.d.ts +21 -0
- package/spots-approval/src/revision-summary/revision-summary.component.d.ts +22 -0
- package/spots-approval/src/select-spot-length-popup/select-spot-length-popup.component.d.ts +37 -0
- package/spots-approval/src/services/create-or-edit-offers-popup.service.d.ts +25 -0
- package/spots-approval/src/services/generic-spots-approval.service.d.ts +99 -0
- package/spots-approval/src/services/spots-approval.service.d.ts +81 -0
- package/spots-approval/src/spot-details-popup/spot-details-popup.component.d.ts +57 -0
- package/src/lib/all-offers-listing/index.d.ts +5 -0
- package/src/lib/all-offers-listing/public-api.d.ts +6 -0
- package/src/lib/all-offers-listing/src/all-offers-listing.component.d.ts +162 -0
- package/src/lib/all-offers-listing/src/configs/all-offers-listing-backend.token.d.ts +11 -0
- package/src/lib/all-offers-listing/src/models/all-offers-filter.model.d.ts +12 -0
- package/src/lib/all-offers-listing/src/models/all-offers-listing-backend.model.d.ts +88 -0
- package/src/lib/all-offers-listing/src/models/all-offers-listing.constant.d.ts +84 -0
- package/src/lib/all-offers-listing/src/models/all-offers-listing.model.d.ts +95 -0
- package/src/lib/all-offers-listing/src/services/all-offers-listing.service.d.ts +25 -0
- package/src/lib/spot-approval-seller-or-buyer-revision/index.d.ts +5 -0
- package/src/lib/spot-approval-seller-or-buyer-revision/public-api.d.ts +6 -0
- package/src/lib/spot-approval-seller-or-buyer-revision/src/seller-or-buyer-revision/models/seller-or-buyer-revision-additional-data.model.d.ts +73 -0
- package/src/lib/spot-approval-seller-or-buyer-revision/src/seller-or-buyer-revision/models/seller-or-buyer-revision-backend.model.d.ts +57 -0
- package/src/lib/spot-approval-seller-or-buyer-revision/src/seller-or-buyer-revision/models/seller-or-buyer-revision-response.model.d.ts +117 -0
- package/src/lib/spot-approval-seller-or-buyer-revision/src/seller-or-buyer-revision/models/seller-or-buyer-revision-total-row.model.d.ts +29 -0
- package/src/lib/spot-approval-seller-or-buyer-revision/src/seller-or-buyer-revision/models/seller-or-buyer-revision.constant.d.ts +13 -0
- package/src/lib/spot-approval-seller-or-buyer-revision/src/seller-or-buyer-revision/models/seller-or-buyer-revision.token.d.ts +14 -0
- package/src/lib/spot-approval-seller-or-buyer-revision/src/seller-or-buyer-revision/seller-or-buyer-revision.component.d.ts +128 -0
|
@@ -0,0 +1,1223 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { InjectionToken, EventEmitter, ViewChild, Output, Input, Inject, ChangeDetectionStrategy, Component } from '@angular/core';
|
|
3
|
+
import * as i3 from '@annalib/anna-core';
|
|
4
|
+
import { GTTableRelatedCommonFunctionsService, TableClassNameConstant, SvgOrIconNames, Constants, ErrorCodes, AnnaNonEditableGenericTableComponent } from '@annalib/anna-core';
|
|
5
|
+
import dayjs from 'dayjs';
|
|
6
|
+
import * as i4 from '@angular/common';
|
|
7
|
+
import { CommonModule } from '@angular/common';
|
|
8
|
+
import * as i1 from '@angular/router';
|
|
9
|
+
import { SingleSelectComponent, SkeletonLoaderComponent } from '@annalib/anna-design-components-lib';
|
|
10
|
+
import { RevisionSummaryPanelComponent, RevisionOfferStatusProgressViewComponent } from '@annalib/anna-feature-lib/spot-approval-shared-lib';
|
|
11
|
+
import { cloneDeep, isEqual, uniqBy, findLastIndex } from 'lodash-es';
|
|
12
|
+
import * as i2 from 'ngx-toastr';
|
|
13
|
+
import { Subject } from 'rxjs';
|
|
14
|
+
|
|
15
|
+
class SpotApprovalTableForSellerOrBuyerHeaderConstants {
|
|
16
|
+
static { this.SELLER_LINE_HEADER = "SELLER LINE"; }
|
|
17
|
+
static { this.BUYER_LINE_HEADER = "BUY LINE"; }
|
|
18
|
+
static { this.RATE_HEADER = "RATE"; }
|
|
19
|
+
static { this.AU_RATE_HEADER = "AVG RATE"; }
|
|
20
|
+
static { this.RTG_HEADER = "RTG"; }
|
|
21
|
+
static { this.IMPRESSIONS_HEADER = "IMP('000)"; }
|
|
22
|
+
static { this.BUYER_PROGRAM_NAME = "BUYER PROGRAM"; }
|
|
23
|
+
static { this.WEEK = "WEEK"; }
|
|
24
|
+
static { this.WEEK_OBJ_KEY = "ActualWeekStartDate"; }
|
|
25
|
+
static { this.SELLER_SPOT_NO = "SELLER SPOT#"; }
|
|
26
|
+
static { this.DP_HEADER = "DP"; }
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/** Token to inject the acl service */
|
|
30
|
+
const SELLER_OR_BUYER_REVISION_SERVICE_TOKEN = new InjectionToken("ISellerOrBuyerRevisionService token");
|
|
31
|
+
|
|
32
|
+
var SpotApprovalParentPage;
|
|
33
|
+
(function (SpotApprovalParentPage) {
|
|
34
|
+
SpotApprovalParentPage["USER_OFFERS"] = "USER_OFFERS";
|
|
35
|
+
// ANNA_OFFERS = "ANNA OFFERS",
|
|
36
|
+
SpotApprovalParentPage["ORDER_DETAILS"] = "ORDER_DETAILS";
|
|
37
|
+
})(SpotApprovalParentPage || (SpotApprovalParentPage = {}));
|
|
38
|
+
var RevisionType;
|
|
39
|
+
(function (RevisionType) {
|
|
40
|
+
RevisionType["ANNA"] = "ANNA";
|
|
41
|
+
RevisionType["USER"] = "USER";
|
|
42
|
+
RevisionType["BUYER"] = "BUYER";
|
|
43
|
+
})(RevisionType || (RevisionType = {}));
|
|
44
|
+
var SpotApprovalUserType;
|
|
45
|
+
(function (SpotApprovalUserType) {
|
|
46
|
+
SpotApprovalUserType["SELLER"] = "SELLER";
|
|
47
|
+
SpotApprovalUserType["BUYER"] = "BUYER";
|
|
48
|
+
})(SpotApprovalUserType || (SpotApprovalUserType = {}));
|
|
49
|
+
var MetricType;
|
|
50
|
+
(function (MetricType) {
|
|
51
|
+
MetricType["GRP"] = "GRP";
|
|
52
|
+
MetricType["IMPS"] = "IMP('000)";
|
|
53
|
+
})(MetricType || (MetricType = {}));
|
|
54
|
+
class SpotApprovalUserDetails {
|
|
55
|
+
}
|
|
56
|
+
class SpotApprovalOrderMetaData {
|
|
57
|
+
constructor(rowData) {
|
|
58
|
+
this.orderId = rowData.orderId;
|
|
59
|
+
this.campaignId = rowData.campaignId;
|
|
60
|
+
this.stationName = rowData.stationName;
|
|
61
|
+
this.revisionNo = rowData.revisionNo;
|
|
62
|
+
this.ogId = rowData.ogId;
|
|
63
|
+
this.isStationInSandboxMode = rowData.isStationInSandboxMode;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
var NavigateToPageType;
|
|
67
|
+
(function (NavigateToPageType) {
|
|
68
|
+
NavigateToPageType["TODAYS_USER_OFFERS_LISTING"] = "TODAYS_USER_OFFERS_LISTING";
|
|
69
|
+
NavigateToPageType["ORDER_DETAILS_OFFERS"] = "ORDER_DETAILS_OFFERS";
|
|
70
|
+
})(NavigateToPageType || (NavigateToPageType = {}));
|
|
71
|
+
|
|
72
|
+
class UserRevisionSpotsApprovalResponse {
|
|
73
|
+
constructor(BEData) {
|
|
74
|
+
this.userMGsAndADUs = [];
|
|
75
|
+
this.userCredited = [];
|
|
76
|
+
this.userUnresolved = [];
|
|
77
|
+
this.OrderRelatedInfo = BEData.OrderInfo;
|
|
78
|
+
this.RevisionSummary = BEData.RevisionSummary;
|
|
79
|
+
BEData?.UserMGsAndADUs.forEach((row) => {
|
|
80
|
+
this.userMGsAndADUs.push(new SpotRowData(row, BEData.OrderInfo.EstimatePriority));
|
|
81
|
+
});
|
|
82
|
+
BEData?.UserCredited.forEach((row) => {
|
|
83
|
+
this.userCredited.push(new SpotRowData(row, BEData.OrderInfo.EstimatePriority));
|
|
84
|
+
});
|
|
85
|
+
BEData?.UserUnresolved.forEach((row) => {
|
|
86
|
+
this.userUnresolved.push(new SpotRowData(row, BEData.OrderInfo.EstimatePriority));
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
class BuyerRevisionSpotsApprovalResponse {
|
|
91
|
+
constructor(BEData) {
|
|
92
|
+
this.allBuyerChanges = [];
|
|
93
|
+
this.OrderRelatedInfo = BEData.OrderInfo;
|
|
94
|
+
this.RevisionSummary = BEData.RevisionSummary;
|
|
95
|
+
BEData?.AllBuyerChanges.forEach((row) => {
|
|
96
|
+
this.allBuyerChanges.push(new SpotRowData(row, BEData.OrderInfo.EstimatePriority));
|
|
97
|
+
});
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
class SpotRowData {
|
|
101
|
+
constructor(BEData, EstimatePriority) {
|
|
102
|
+
this.hidedisplaySpotTypeTd = false;
|
|
103
|
+
this.displaySpotTypeRowspan = 1;
|
|
104
|
+
this.bookedRateWithTooltipKey = [];
|
|
105
|
+
this.daypartWithSPTooltip = [];
|
|
106
|
+
this.impressionWithSolveTypeAndBadlyBehaveSpotsTooltip = [];
|
|
107
|
+
this.ratingWithSolveTypeAndBadlyBehaveSpotsTooltip = [];
|
|
108
|
+
this.displayRateTdClass = "";
|
|
109
|
+
this.displayRatingTdClass = "";
|
|
110
|
+
this.displayImpressionTdClass = "";
|
|
111
|
+
this.groupId = BEData.NewGroupId;
|
|
112
|
+
const showBadlyBehavedSpotsTooltipCellLevel = true;
|
|
113
|
+
const userType = "SELLER"; // CURRENTLY USER REVISION PAGE IS ONLY FOR SELLER
|
|
114
|
+
const IMPS = "IMPS";
|
|
115
|
+
const RTG = "RTG";
|
|
116
|
+
this.displaySpotType = BEData.DisplaySpotType;
|
|
117
|
+
this.sellerLineNumber = BEData.LineNumber ? BEData.LineNumber : "-";
|
|
118
|
+
this.buyerLineNumber = BEData.BuyerLine ? BEData.BuyerLine : "-";
|
|
119
|
+
this.spotNumbersArray = BEData.SpotNumbers?.length ? BEData.SpotNumbers : [];
|
|
120
|
+
this.spotNumbers = GTTableRelatedCommonFunctionsService.formatArrayAsRangesWithHyphenValue(BEData.SpotNumbers);
|
|
121
|
+
this.totalSpotsCount = BEData.SpotNumbers?.length || 0;
|
|
122
|
+
this.weekDay = BEData.Time ? `${BEData.WeekDay} & ${BEData.Time}` : `${BEData.WeekDay}`;
|
|
123
|
+
this.weekStartDate = BEData.WeekStartDate;
|
|
124
|
+
this.ActualWeekStartDate = dayjs(BEData?.WeekStartDate).format("MM/DD/YY");
|
|
125
|
+
this.length = BEData.Length;
|
|
126
|
+
this.sellerProgramName = BEData.SellerProgramName;
|
|
127
|
+
this.buyerProgramName = BEData.BuyerProgramName;
|
|
128
|
+
this.inventoryCode = BEData.InventoryCode;
|
|
129
|
+
this.totalAmount = BEData.Amount;
|
|
130
|
+
this.totalGrp = BEData.Grp;
|
|
131
|
+
this.totalImps = BEData.Gi;
|
|
132
|
+
this.displayTotalAmount = BEData.DisplayAmount;
|
|
133
|
+
this.displayTotalGrp = BEData.DisplayGrp;
|
|
134
|
+
this.displayTotalImps = BEData.DisplayGi;
|
|
135
|
+
// BOOKED RATE COLUMN
|
|
136
|
+
this.displayRate = BEData.DisplayRate;
|
|
137
|
+
this.actualRate = BEData.ActualRate;
|
|
138
|
+
this.highlightRate = BEData.HighlightRate;
|
|
139
|
+
this.displayAvgRate = BEData.DisplayWeeklyAUR;
|
|
140
|
+
this.actualAvgRate = BEData.WeeklyAUR;
|
|
141
|
+
// RATING AND IMPS COLUMN
|
|
142
|
+
this.displayRating = BEData.Ratings;
|
|
143
|
+
this.actualRating = BEData.ActualRatings;
|
|
144
|
+
this.projectedRating = BEData.ProjectedRatings;
|
|
145
|
+
this.actualImpression = BEData.ActualImpressions;
|
|
146
|
+
this.displayImpression = BEData.Impressions;
|
|
147
|
+
this.projectedImpressions = BEData.ProjectedImpression;
|
|
148
|
+
this.previousActualRate = BEData.PreviousActualRate;
|
|
149
|
+
// BOOKED RATE COLUMN TOOLTIP
|
|
150
|
+
const svgOrIconTooltipMsgs = [];
|
|
151
|
+
if (BEData.HighlightingPercentageLimitForColumns && !showBadlyBehavedSpotsTooltipCellLevel) {
|
|
152
|
+
svgOrIconTooltipMsgs.push(`Highlighted cells indicate that the Booked Rate is less than ${BEData.HighlightingPercentageLimitForColumns.LowerLimitForBookedRate}% of the Booked Average Rate`);
|
|
153
|
+
}
|
|
154
|
+
if (isRateChanges(BEData)) {
|
|
155
|
+
svgOrIconTooltipMsgs.push(`The Booked Rate has been modified from $${BEData.PreviousActualRate} to $${BEData.ActualRate}`);
|
|
156
|
+
}
|
|
157
|
+
if (userType === "SELLER" && this.highlightRate) {
|
|
158
|
+
svgOrIconTooltipMsgs.push(`Booked Rate is less than 80% of the Booked Average Rate`);
|
|
159
|
+
this.displayRateTdClass = this.displayRateTdClass?.concat(TableClassNameConstant.redColorCellBorder);
|
|
160
|
+
}
|
|
161
|
+
this.bookedRateWithTooltipKey = [
|
|
162
|
+
{
|
|
163
|
+
showObjectKey: true,
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
showObjectKey: false,
|
|
167
|
+
svgOrIconName: svgOrIconTooltipMsgs?.length ? SvgOrIconNames.INFORMATION_OUTLINE_ICON : null,
|
|
168
|
+
svgOrIconTooltipMsg: GTTableRelatedCommonFunctionsService.returnTooltipsAsHtmlLiTagList(svgOrIconTooltipMsgs),
|
|
169
|
+
},
|
|
170
|
+
];
|
|
171
|
+
// RATING AND IMPS COLUMN TOOLTIP
|
|
172
|
+
const badSpotTooltipCondition = userType === "SELLER" && BEData.HighlightRatingsOrImpressions;
|
|
173
|
+
// IMPS
|
|
174
|
+
const badSpotTooltipMsgForImps = [];
|
|
175
|
+
const svgOrIconTooltipMsgsForImps = [];
|
|
176
|
+
if (badSpotTooltipCondition) {
|
|
177
|
+
badSpotTooltipMsgForImps.push(`The Booked ${IMPS} is greater than 120% of the Projected ${IMPS} value of ${this.projectedImpressions}`);
|
|
178
|
+
}
|
|
179
|
+
if (BEData.IsRatingImpressionBumped) {
|
|
180
|
+
badSpotTooltipMsgForImps.push(`The ${IMPS} of the offer has been bumped for this Program Change`);
|
|
181
|
+
}
|
|
182
|
+
if (isImpressionChanges(BEData)) {
|
|
183
|
+
svgOrIconTooltipMsgsForImps.push(`The Booked IMP('000) has been modified from ${BEData.PreviousActualImpressions} to ${BEData.Impressions}`);
|
|
184
|
+
}
|
|
185
|
+
const solvedTypeIconMsgObj = returnTooltipAndIconForSolvedType(BEData.SolvedType, IMPS, BEData?.ImpressionsUsedToSolve);
|
|
186
|
+
this.impressionWithSolveTypeAndBadlyBehaveSpotsTooltip = [
|
|
187
|
+
{
|
|
188
|
+
showObjectKey: false,
|
|
189
|
+
additionalText: this.displayImpression.toString(),
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
showObjectKey: false,
|
|
193
|
+
svgOrIconName: svgOrIconTooltipMsgsForImps?.length ? SvgOrIconNames.INFORMATION_OUTLINE_ICON : null,
|
|
194
|
+
svgOrIconTooltipMsg: GTTableRelatedCommonFunctionsService.returnTooltipsAsHtmlLiTagList(svgOrIconTooltipMsgsForImps),
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
showObjectKey: false,
|
|
198
|
+
svgOrIconName: BEData.ShowSolvedTypeIcon ? solvedTypeIconMsgObj.icon : null,
|
|
199
|
+
svgOrIconTooltipMsg: solvedTypeIconMsgObj?.tooltipMsg,
|
|
200
|
+
},
|
|
201
|
+
];
|
|
202
|
+
// RTG
|
|
203
|
+
const svgOrIconTooltipMsgsForRtg = [];
|
|
204
|
+
if (badSpotTooltipCondition) {
|
|
205
|
+
svgOrIconTooltipMsgsForRtg.push(`The Booked ${RTG} is greater than 120% of the Projected ${RTG} value of ${BEData.ProjectedRatings}`);
|
|
206
|
+
}
|
|
207
|
+
if (BEData.IsRatingImpressionBumped) {
|
|
208
|
+
svgOrIconTooltipMsgsForRtg.push(`The ${RTG} of the offer has been bumped for this Program Change`);
|
|
209
|
+
}
|
|
210
|
+
if (isRatingChanges(BEData)) {
|
|
211
|
+
svgOrIconTooltipMsgsForRtg.push(`The Booked ${RTG} has been modified from ${BEData.PreviousActualRatings} to ${BEData.Ratings}`);
|
|
212
|
+
}
|
|
213
|
+
if (isRateChanges(BEData)) {
|
|
214
|
+
this.displayRateTdClass = " rate-td-yellow-highlight ";
|
|
215
|
+
}
|
|
216
|
+
if (isImpressionChanges(BEData)) {
|
|
217
|
+
this.displayImpressionTdClass = " imps-td-yellow-highlight ";
|
|
218
|
+
}
|
|
219
|
+
if (isRatingChanges(BEData)) {
|
|
220
|
+
this.displayRatingTdClass = " rtg-td-yellow-highlight ";
|
|
221
|
+
}
|
|
222
|
+
if (BEData.HighlightRatingsOrImpressions && userType === "SELLER") {
|
|
223
|
+
this.displayRatingTdClass = this.displayRatingTdClass?.concat(TableClassNameConstant.orangeColorCellBorder);
|
|
224
|
+
this.displayImpressionTdClass = this.displayImpressionTdClass?.concat(TableClassNameConstant.orangeColorCellBorder);
|
|
225
|
+
}
|
|
226
|
+
const solvedTypeIconMsgObjForRtg = returnTooltipAndIconForSolvedType(BEData.SolvedType, RTG, BEData.RatingsUsedToSolve);
|
|
227
|
+
this.ratingWithSolveTypeAndBadlyBehaveSpotsTooltip = [
|
|
228
|
+
{
|
|
229
|
+
showObjectKey: false,
|
|
230
|
+
additionalText: this.displayRating.toString(),
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
showObjectKey: false,
|
|
234
|
+
svgOrIconName: svgOrIconTooltipMsgsForRtg?.length ? SvgOrIconNames.INFORMATION_OUTLINE_ICON : null,
|
|
235
|
+
svgOrIconTooltipMsg: GTTableRelatedCommonFunctionsService.returnTooltipsAsHtmlLiTagList(svgOrIconTooltipMsgsForRtg),
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
showObjectKey: false,
|
|
239
|
+
svgOrIconName: BEData.ShowSolvedTypeIcon ? solvedTypeIconMsgObjForRtg.icon : null,
|
|
240
|
+
svgOrIconTooltipMsg: solvedTypeIconMsgObjForRtg?.tooltipMsg,
|
|
241
|
+
},
|
|
242
|
+
];
|
|
243
|
+
// estimate priorties Column
|
|
244
|
+
const estimatePrioritiesData = returnEstimatePriorities(BEData, EstimatePriority);
|
|
245
|
+
this.firstTwoEstimatePrioritiesForRTGMetric = estimatePrioritiesData[0];
|
|
246
|
+
this.lastTwoEstimatePrioritiesForRTGMetric = estimatePrioritiesData[1];
|
|
247
|
+
this.firstTwoEstimatePrioritiesForIMPSMetric = estimatePrioritiesData[2];
|
|
248
|
+
this.lastTwoEstimatePrioritiesForIMPSMetric = estimatePrioritiesData[3];
|
|
249
|
+
// AUR Column
|
|
250
|
+
// Daypart and Rev class
|
|
251
|
+
this.daypart = BEData.Daypart;
|
|
252
|
+
this.revenueClass = BEData.RevenueClass;
|
|
253
|
+
if (this.highlightRate && userType === "SELLER") {
|
|
254
|
+
this.gtClass = this.gtClass?.concat(TableClassNameConstant.redColorCellBorder);
|
|
255
|
+
}
|
|
256
|
+
if (BEData.HighlightRatingsOrImpressions && userType === "SELLER") {
|
|
257
|
+
this.gtClass = this.gtClass?.concat(TableClassNameConstant.orangeColorCellBorder);
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
function isRatingChanges(BEData) {
|
|
262
|
+
return ((BEData?.DisplaySpotType === "Rating/IMPS Change" || BEData?.DisplaySpotType === "Rate & Rating/IMPS Change") &&
|
|
263
|
+
BEData?.PreviousActualRatings !== BEData?.Ratings);
|
|
264
|
+
}
|
|
265
|
+
function isImpressionChanges(BEData) {
|
|
266
|
+
return ((BEData?.DisplaySpotType === "Rating/IMPS Change" || BEData?.DisplaySpotType === "Rate & Rating/IMPS Change") &&
|
|
267
|
+
BEData?.PreviousActualImpressions !== BEData?.Impressions);
|
|
268
|
+
}
|
|
269
|
+
// functions used by model file
|
|
270
|
+
function isRateChanges(BEData) {
|
|
271
|
+
return ((BEData?.DisplaySpotType === "Rate Change" || BEData?.DisplaySpotType === "Rate & Rating/IMPS Change") &&
|
|
272
|
+
BEData?.PreviousActualRate !== BEData?.ActualRate);
|
|
273
|
+
}
|
|
274
|
+
function returnTooltipAndIconForSolvedType(solvedType, metric, valueToUse) {
|
|
275
|
+
switch (solvedType) {
|
|
276
|
+
case "LINE":
|
|
277
|
+
return {
|
|
278
|
+
icon: SvgOrIconNames.ALPHA_B_CIRCLE,
|
|
279
|
+
tooltipMsg: `The booked ${metric} for this spot is calculated based on the booked ${metric} (${valueToUse}) of the inventory code of the spot.`,
|
|
280
|
+
};
|
|
281
|
+
case "ROLLING_ESTIMATES":
|
|
282
|
+
return {
|
|
283
|
+
icon: SvgOrIconNames.ALPHA_R_CIRCLE,
|
|
284
|
+
tooltipMsg: `The booked ${metric} for this spot is calculated based on the ANNA Estimate value (${valueToUse}) of the program.`,
|
|
285
|
+
};
|
|
286
|
+
case "ESTIMATES":
|
|
287
|
+
return {
|
|
288
|
+
icon: SvgOrIconNames.ALPHA_E_CIRCLE,
|
|
289
|
+
tooltipMsg: `The booked ${metric} for this spot is calculated based on the station’s estimated ${metric} (${valueToUse}) of the program.`,
|
|
290
|
+
};
|
|
291
|
+
case "AVERAGE":
|
|
292
|
+
return {
|
|
293
|
+
icon: SvgOrIconNames.ALPHA_A_CIRCLE,
|
|
294
|
+
tooltipMsg: `The booked ${metric} for this spot is calculated based on the average booked ${metric} (${valueToUse}).`,
|
|
295
|
+
};
|
|
296
|
+
default:
|
|
297
|
+
return null;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
function returnEstimatePriorities(data, estimatePriority) {
|
|
301
|
+
const firstAndSecondEstimatePrioritiesForRTGMetric = `${getEstimateBasedOnForRTG(data, estimatePriority[0])} | ${getEstimateBasedOnForRTG(data, estimatePriority[1])}`;
|
|
302
|
+
const thirdAndFourthEstimatePrioritiesForRTGMetric = `${getEstimateBasedOnForRTG(data, estimatePriority[2])} | ${getEstimateBasedOnForRTG(data, estimatePriority[3])}`;
|
|
303
|
+
const firstAndSecondEstimatePrioritiesForIMPSMetric = `${getEstimateBasedOnForIMPS(data, estimatePriority[0])} | ${getEstimateBasedOnForIMPS(data, estimatePriority[1])}`;
|
|
304
|
+
const thirdAndFourthEstimatePrioritiesForIMPSGMetric = `${getEstimateBasedOnForIMPS(data, estimatePriority[2])} | ${getEstimateBasedOnForIMPS(data, estimatePriority[3])}`;
|
|
305
|
+
return [
|
|
306
|
+
firstAndSecondEstimatePrioritiesForRTGMetric,
|
|
307
|
+
thirdAndFourthEstimatePrioritiesForRTGMetric,
|
|
308
|
+
firstAndSecondEstimatePrioritiesForIMPSMetric,
|
|
309
|
+
thirdAndFourthEstimatePrioritiesForIMPSGMetric,
|
|
310
|
+
];
|
|
311
|
+
}
|
|
312
|
+
function getValue(key) {
|
|
313
|
+
return key !== 0 && key !== undefined && key !== null ? key : "-";
|
|
314
|
+
}
|
|
315
|
+
// TODO ADD THE KEYS IN BE
|
|
316
|
+
function getEstimateBasedOnForRTG(BEData, key) {
|
|
317
|
+
switch (key) {
|
|
318
|
+
case "AverageRTG":
|
|
319
|
+
return getValue(BEData.WeeklyAURatings);
|
|
320
|
+
// return getValue(BEData.BookedAvgRating);
|
|
321
|
+
case "BookedRTG":
|
|
322
|
+
return getValue(BEData.BookedRating);
|
|
323
|
+
case "RollingEstimate":
|
|
324
|
+
return getValue(BEData.RollingEstimateRating);
|
|
325
|
+
case "StationEstimate":
|
|
326
|
+
return getValue(BEData.StationEstimateRating);
|
|
327
|
+
// no default
|
|
328
|
+
}
|
|
329
|
+
return "-";
|
|
330
|
+
}
|
|
331
|
+
function getEstimateBasedOnForIMPS(data, key) {
|
|
332
|
+
switch (key) {
|
|
333
|
+
case "AverageRTG":
|
|
334
|
+
return getValue(data?.WeeklyAUImpressions);
|
|
335
|
+
// return getValue(data?.BookedAvgImpression);
|
|
336
|
+
case "BookedRTG":
|
|
337
|
+
return getValue(data?.BookedImpression);
|
|
338
|
+
case "RollingEstimate":
|
|
339
|
+
return getValue(data.RollingEstimateImpression);
|
|
340
|
+
case "StationEstimate":
|
|
341
|
+
return getValue(data.StationEstimateImpression);
|
|
342
|
+
// no default
|
|
343
|
+
}
|
|
344
|
+
return "-";
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
class TotalRowForBuyerRevType {
|
|
348
|
+
constructor(data, columnsFiltered) {
|
|
349
|
+
this.totalSpotsCount = 0;
|
|
350
|
+
let totalRowCount = 0;
|
|
351
|
+
let totalAmount = 0;
|
|
352
|
+
let totalGrp = 0;
|
|
353
|
+
let totalImps = 0;
|
|
354
|
+
data.forEach((row) => {
|
|
355
|
+
totalRowCount += 1;
|
|
356
|
+
this.totalSpotsCount += row.totalSpotsCount;
|
|
357
|
+
totalAmount += row.totalAmount;
|
|
358
|
+
totalImps += row.totalImps;
|
|
359
|
+
totalGrp += row.totalGrp;
|
|
360
|
+
});
|
|
361
|
+
this.message = `Total for ${totalRowCount}${columnsFiltered ? " spot types filtered" : " buyer changes"}`;
|
|
362
|
+
this.totalAmountForDisplay = GTTableRelatedCommonFunctionsService.GetDollarRoundedValue(totalAmount);
|
|
363
|
+
this.totalAmountGrpForDisplay = GTTableRelatedCommonFunctionsService.GetGrpOrImpsRoundedValue(totalGrp, 2);
|
|
364
|
+
this.totalAmountImpsForDisplay = GTTableRelatedCommonFunctionsService.GetGrpOrImpsRoundedValue(totalImps, 1);
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
class TotalRowForSellerRevType {
|
|
368
|
+
constructor(data, filteredAtColumnLevel) {
|
|
369
|
+
this.totalRTG = 0;
|
|
370
|
+
this.totalIMPS = 0;
|
|
371
|
+
this.totalAmountForDisplay = null;
|
|
372
|
+
this.totalAmountGrpForDisplay = null;
|
|
373
|
+
this.totalAmountImpsForDisplay = null;
|
|
374
|
+
let userMGsCount = 0;
|
|
375
|
+
let userADUsCount = 0;
|
|
376
|
+
let userUnresolvedCount = 0;
|
|
377
|
+
let UserCreditedRowsCount = 0;
|
|
378
|
+
let totalRate = 0;
|
|
379
|
+
let totalspotsCount = 0;
|
|
380
|
+
data.forEach((row) => {
|
|
381
|
+
totalspotsCount += 1;
|
|
382
|
+
switch (row.displaySpotType) {
|
|
383
|
+
case "MadeGood Preemption":
|
|
384
|
+
totalRate -= row.actualRate;
|
|
385
|
+
this.totalRTG -= row.actualRating;
|
|
386
|
+
this.totalIMPS -= row.actualImpression;
|
|
387
|
+
break;
|
|
388
|
+
case "User MG":
|
|
389
|
+
totalRate += row.actualRate;
|
|
390
|
+
this.totalRTG += row.actualRating;
|
|
391
|
+
this.totalIMPS += row.actualImpression;
|
|
392
|
+
userMGsCount += 1;
|
|
393
|
+
break;
|
|
394
|
+
case "User ADU":
|
|
395
|
+
totalRate += row.actualRate;
|
|
396
|
+
this.totalRTG += row.actualRating;
|
|
397
|
+
this.totalIMPS += row.actualImpression;
|
|
398
|
+
userADUsCount += 1;
|
|
399
|
+
break;
|
|
400
|
+
case "User Unresolved":
|
|
401
|
+
totalRate -= row.actualRate;
|
|
402
|
+
this.totalRTG -= row.actualRating;
|
|
403
|
+
this.totalIMPS -= row.actualImpression;
|
|
404
|
+
userUnresolvedCount += 1;
|
|
405
|
+
break;
|
|
406
|
+
case "User Credited":
|
|
407
|
+
totalRate -= row.actualRate;
|
|
408
|
+
this.totalRTG -= row.actualRating;
|
|
409
|
+
this.totalIMPS -= row.actualImpression;
|
|
410
|
+
UserCreditedRowsCount += 1;
|
|
411
|
+
break;
|
|
412
|
+
// no default
|
|
413
|
+
}
|
|
414
|
+
});
|
|
415
|
+
if (filteredAtColumnLevel) {
|
|
416
|
+
this.message = `Total for ${totalspotsCount} spot types filtered`;
|
|
417
|
+
}
|
|
418
|
+
else {
|
|
419
|
+
this.message = `Total for ${userMGsCount} user MGs, ${userADUsCount} user ADUs, ${UserCreditedRowsCount} user credits AND ${userUnresolvedCount} user unresolved (Makegoods-Preemptions+ADUs-credits-unresolved)`;
|
|
420
|
+
}
|
|
421
|
+
this.totalRateForDisplay = GTTableRelatedCommonFunctionsService.GetDollarRoundedValue(Math.abs(totalRate));
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
class SpotApprovalSellerOrBuyerRevisionComponent {
|
|
426
|
+
constructor(router, route, cdRef, toastrService, annaSortService, annaGtService, annaFilterService, persistingFilterService, annaGlobalConfigService, consumingProjectSpotsApprovalSellerOrBuyerService) {
|
|
427
|
+
this.router = router;
|
|
428
|
+
this.route = route;
|
|
429
|
+
this.cdRef = cdRef;
|
|
430
|
+
this.toastrService = toastrService;
|
|
431
|
+
this.annaSortService = annaSortService;
|
|
432
|
+
this.annaGtService = annaGtService;
|
|
433
|
+
this.annaFilterService = annaFilterService;
|
|
434
|
+
this.persistingFilterService = persistingFilterService;
|
|
435
|
+
this.annaGlobalConfigService = annaGlobalConfigService;
|
|
436
|
+
this.consumingProjectSpotsApprovalSellerOrBuyerService = consumingProjectSpotsApprovalSellerOrBuyerService;
|
|
437
|
+
this.orderMetaData = null;
|
|
438
|
+
this.userDetails = null;
|
|
439
|
+
this.parentPage = null;
|
|
440
|
+
this.dataOnTopHeight = null;
|
|
441
|
+
this.userHasEditPrivilege = false;
|
|
442
|
+
this.revisionOrderList = [];
|
|
443
|
+
this.navigateToPage = new EventEmitter();
|
|
444
|
+
this.fetchPreviousOrNext = new EventEmitter();
|
|
445
|
+
this.filtersFromRoute = null;
|
|
446
|
+
this.showSkeletonLoading = true;
|
|
447
|
+
this.formattedResponse = null;
|
|
448
|
+
this.tableData = [];
|
|
449
|
+
this.clonedTableData = [];
|
|
450
|
+
this.estimatePriorities = [];
|
|
451
|
+
this.totalRowInfo = null;
|
|
452
|
+
this.tableHeaders = [];
|
|
453
|
+
this.gtDimension = {
|
|
454
|
+
rowHeight: 40,
|
|
455
|
+
headerHeight: 46,
|
|
456
|
+
dataOnTopHeight: 341,
|
|
457
|
+
marginFromBottom: 0,
|
|
458
|
+
};
|
|
459
|
+
this.numberOfEasyFilterLoader = 0;
|
|
460
|
+
this.disableResetAllFilter = true;
|
|
461
|
+
this.metricTypeList = [];
|
|
462
|
+
this.selectedOrderIndex = 1;
|
|
463
|
+
this.revisionTypeConstants = RevisionType;
|
|
464
|
+
this.SpotApprovalParentPage = SpotApprovalParentPage;
|
|
465
|
+
this.Math = Math;
|
|
466
|
+
this.ngUnsubscribe = new Subject();
|
|
467
|
+
}
|
|
468
|
+
ngOnInit() {
|
|
469
|
+
this.resetFilterVariables();
|
|
470
|
+
this.detectUrlChanges();
|
|
471
|
+
this.setTableConfig();
|
|
472
|
+
this.setMetricDropDownData();
|
|
473
|
+
this.setEasyFilters();
|
|
474
|
+
}
|
|
475
|
+
ngOnChanges(changes) {
|
|
476
|
+
if (changes?.orderMetaData?.currentValue) {
|
|
477
|
+
this.setRevisionHeaderCountInfoForPrevAndNextLink();
|
|
478
|
+
this.fetchUserRevisionData();
|
|
479
|
+
}
|
|
480
|
+
if (changes?.revisionOrderList?.currentValue) {
|
|
481
|
+
this.setRevisionHeaderCountInfoForPrevAndNextLink();
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
setRevisionHeaderCountInfoForPrevAndNextLink() {
|
|
485
|
+
if (this.revisionOrderList) {
|
|
486
|
+
this.selectedOrderIndex = this.revisionOrderList.findIndex((n) => n.orderId === this.orderMetaData.orderId &&
|
|
487
|
+
Math.floor(n.revisionNo) === Math.floor(this.orderMetaData.revisionNo));
|
|
488
|
+
this.orderIndexForPrevAndNavigation = {
|
|
489
|
+
currentOrderIndex: this.selectedOrderIndex,
|
|
490
|
+
totalOrders: this.revisionOrderList.length,
|
|
491
|
+
};
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
detectUrlChanges() {
|
|
495
|
+
this.route.queryParams.subscribe((params) => {
|
|
496
|
+
this.updateLatestFilters(params);
|
|
497
|
+
this.setPersistingVariableForColumnAndEasyFilter(params.filters);
|
|
498
|
+
});
|
|
499
|
+
}
|
|
500
|
+
getLatestFilters() {
|
|
501
|
+
return this.filtersFromRoute;
|
|
502
|
+
}
|
|
503
|
+
createPayloadForOrderRevisionDetail() {
|
|
504
|
+
if (!this.orderMetaData || !this.orderMetaData?.stationId || !this.orderMetaData?.orderId) {
|
|
505
|
+
this.navigateToPage.emit(NavigateToPageType.TODAYS_USER_OFFERS_LISTING);
|
|
506
|
+
}
|
|
507
|
+
return {
|
|
508
|
+
OrderId: this.orderMetaData.orderId,
|
|
509
|
+
StationId: this.orderMetaData.stationId,
|
|
510
|
+
RevisionNumber: this.orderMetaData.revisionNo,
|
|
511
|
+
Page: "REVISIONSTAB",
|
|
512
|
+
Equivalisation: false,
|
|
513
|
+
// IsReadMode: !this.acquireLockResponse?.lockAcquired,
|
|
514
|
+
UserId: +this.userDetails.userId,
|
|
515
|
+
UserName: this.userDetails?.userName,
|
|
516
|
+
};
|
|
517
|
+
}
|
|
518
|
+
fetchUserRevisionData() {
|
|
519
|
+
this.showSkeletonLoading = true;
|
|
520
|
+
const payload = this.createPayloadForOrderRevisionDetail();
|
|
521
|
+
this.consumingProjectSpotsApprovalSellerOrBuyerService.getAllRevisionData(payload).subscribe({
|
|
522
|
+
next: (response) => {
|
|
523
|
+
if (!response || response.status === ErrorCodes.NO_CONTENT) {
|
|
524
|
+
this.showSkeletonLoading = false;
|
|
525
|
+
this.setTableHeader(false);
|
|
526
|
+
this.tableData = [];
|
|
527
|
+
this.clonedTableData = [];
|
|
528
|
+
this.cdRef.detectChanges();
|
|
529
|
+
}
|
|
530
|
+
else {
|
|
531
|
+
const originalResponse = response;
|
|
532
|
+
switch (originalResponse?.OrderInfo?.RevisionType) {
|
|
533
|
+
case "USER":
|
|
534
|
+
this.formattedResponse = new UserRevisionSpotsApprovalResponse(response);
|
|
535
|
+
break;
|
|
536
|
+
case "BUYER":
|
|
537
|
+
this.formattedResponse = new BuyerRevisionSpotsApprovalResponse(response);
|
|
538
|
+
break;
|
|
539
|
+
// no default
|
|
540
|
+
}
|
|
541
|
+
this.setTableDataFromResponse();
|
|
542
|
+
this.onSuccessfulOrderRevisionData();
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
error: (error) => {
|
|
546
|
+
this.showSkeletonLoading = false;
|
|
547
|
+
this.toastrService.error(Constants.SERVER_ERROR_MSG);
|
|
548
|
+
this.selectedMetricType = null;
|
|
549
|
+
this.setTableHeader(false);
|
|
550
|
+
this.tableData = [];
|
|
551
|
+
this.clonedTableData = [];
|
|
552
|
+
this.cdRef.detectChanges();
|
|
553
|
+
},
|
|
554
|
+
});
|
|
555
|
+
}
|
|
556
|
+
onSuccessfulOrderRevisionData() {
|
|
557
|
+
this.intialiseEasyFilters();
|
|
558
|
+
this.createSummaryComponentData();
|
|
559
|
+
const selectedMetricType = this.formattedResponse?.OrderRelatedInfo?.Metric === "Impressions"
|
|
560
|
+
? this.metricTypeList[1]
|
|
561
|
+
: this.metricTypeList[0];
|
|
562
|
+
this.orderDefaultMetricType = this.metricTypeList.find((x) => x.text === selectedMetricType?.text);
|
|
563
|
+
this.selectedMetricType = cloneDeep(this.orderDefaultMetricType);
|
|
564
|
+
this.estimatePriorities = this.formattedResponse?.OrderRelatedInfo?.EstimatePriority;
|
|
565
|
+
this.initFiltersFromRoute();
|
|
566
|
+
if (this.filtersFromRoute) {
|
|
567
|
+
this.tableData = this.annaFilterService.filterData(this.formatResponseForGenericTable(this.clonedTableData), "");
|
|
568
|
+
}
|
|
569
|
+
else {
|
|
570
|
+
this.tableData = cloneDeep(this.formatResponseForGenericTable(this.clonedTableData));
|
|
571
|
+
}
|
|
572
|
+
this.metricChanged(this.selectedMetricType, false);
|
|
573
|
+
this.activatateTableFilterIcon();
|
|
574
|
+
this.annaSortService.noSortingAppliedData = cloneDeep(this.clonedTableData);
|
|
575
|
+
this.showSkeletonLoading = false;
|
|
576
|
+
this.cdRef.markForCheck();
|
|
577
|
+
}
|
|
578
|
+
filterAppliedToTable(data) {
|
|
579
|
+
this.tableData = cloneDeep(data);
|
|
580
|
+
this.createTotalRow();
|
|
581
|
+
this.setTableRowClass();
|
|
582
|
+
this.enabledisableResetAllLinkFilter();
|
|
583
|
+
this.updateNavigationHistory();
|
|
584
|
+
}
|
|
585
|
+
sortingAppliedToTable(data) {
|
|
586
|
+
this.tableData = cloneDeep(data);
|
|
587
|
+
this.setTableRowClass();
|
|
588
|
+
this.enabledisableResetAllLinkFilter();
|
|
589
|
+
this.updateNavigationHistory();
|
|
590
|
+
}
|
|
591
|
+
setTableDataFromResponse() {
|
|
592
|
+
let tableData = [];
|
|
593
|
+
if (this.formattedResponse.OrderRelatedInfo.RevisionType === this.revisionTypeConstants.USER) {
|
|
594
|
+
const formattedResponse = cloneDeep(this.formattedResponse);
|
|
595
|
+
tableData = [
|
|
596
|
+
...formattedResponse.userMGsAndADUs,
|
|
597
|
+
...formattedResponse.userCredited,
|
|
598
|
+
...formattedResponse.userUnresolved,
|
|
599
|
+
];
|
|
600
|
+
}
|
|
601
|
+
else if (this.formattedResponse.OrderRelatedInfo.RevisionType === this.revisionTypeConstants.BUYER) {
|
|
602
|
+
const formattedResponse = cloneDeep(this.formattedResponse);
|
|
603
|
+
tableData = [...formattedResponse.allBuyerChanges];
|
|
604
|
+
}
|
|
605
|
+
this.clonedTableData = cloneDeep(tableData);
|
|
606
|
+
}
|
|
607
|
+
isIndependentSpotGroupId(groupId) {
|
|
608
|
+
return groupId === "00000000-0000-0000-0000-000000000000";
|
|
609
|
+
}
|
|
610
|
+
setTableRowClass() {
|
|
611
|
+
if (this.formattedResponse.OrderRelatedInfo.RevisionType === RevisionType.BUYER) {
|
|
612
|
+
this.setTableRowClassForBuyerRev();
|
|
613
|
+
}
|
|
614
|
+
else {
|
|
615
|
+
this.setTableRowClassForSellerRev();
|
|
616
|
+
}
|
|
617
|
+
}
|
|
618
|
+
setTableRowClassForBuyerRev() {
|
|
619
|
+
const GRAY_BG = "gray-background-row";
|
|
620
|
+
const WHITE_BG = "white-background-row";
|
|
621
|
+
this.tableData?.forEach((row, index) => {
|
|
622
|
+
row.gtClass = row.gtClass?.replace(GRAY_BG, " ");
|
|
623
|
+
row.gtClass = row.gtClass?.replace(WHITE_BG, " ");
|
|
624
|
+
row.gtClass = index % 2 === 0 ? `${row.gtClass} ${GRAY_BG} ` : `${row.gtClass} ${WHITE_BG} `;
|
|
625
|
+
});
|
|
626
|
+
}
|
|
627
|
+
setTableRowClassForSellerRev() {
|
|
628
|
+
let setWhiteBackground = true;
|
|
629
|
+
let previousRowGroupId = null;
|
|
630
|
+
let currentRowGroupId = null;
|
|
631
|
+
const GRAY_BG = "gray-background-row";
|
|
632
|
+
const WHITE_BG = "white-background-row";
|
|
633
|
+
this.tableData.forEach((row, index) => {
|
|
634
|
+
currentRowGroupId = row?.groupId;
|
|
635
|
+
const isPreviousGroupIdSameAsCurrent = previousRowGroupId === currentRowGroupId;
|
|
636
|
+
row.gtClass = row.gtClass?.replace(GRAY_BG, " ");
|
|
637
|
+
row.gtClass = row.gtClass?.replace(WHITE_BG, " ");
|
|
638
|
+
if (!this.isIndependentSpotGroupId(currentRowGroupId) &&
|
|
639
|
+
(this.isIndependentSpotGroupId(previousRowGroupId) || isPreviousGroupIdSameAsCurrent)) {
|
|
640
|
+
row.gtClass = setWhiteBackground ? `${row.gtClass} ${WHITE_BG} ` : `${row.gtClass} ${GRAY_BG} `;
|
|
641
|
+
previousRowGroupId = currentRowGroupId;
|
|
642
|
+
}
|
|
643
|
+
else if (!this.isIndependentSpotGroupId(currentRowGroupId) && !isPreviousGroupIdSameAsCurrent) {
|
|
644
|
+
setWhiteBackground = !setWhiteBackground;
|
|
645
|
+
row.gtClass = setWhiteBackground ? `${row.gtClass} ${WHITE_BG} ` : `${row.gtClass} ${GRAY_BG} `;
|
|
646
|
+
previousRowGroupId = currentRowGroupId;
|
|
647
|
+
}
|
|
648
|
+
else if (this.isIndependentSpotGroupId(currentRowGroupId)) {
|
|
649
|
+
if (index !== 0) {
|
|
650
|
+
setWhiteBackground = !setWhiteBackground;
|
|
651
|
+
}
|
|
652
|
+
row.gtClass = setWhiteBackground ? `${row.gtClass} ${WHITE_BG} ` : `${row.gtClass} ${GRAY_BG} `;
|
|
653
|
+
}
|
|
654
|
+
});
|
|
655
|
+
}
|
|
656
|
+
initFiltersFromRoute() {
|
|
657
|
+
this.annaFilterService.appliedFiltersArray = this.filtersFromRoute?.appliedFilters
|
|
658
|
+
? this.filtersFromRoute.appliedFilters
|
|
659
|
+
: [];
|
|
660
|
+
this.annaFilterService.tooltipSelectedMap = this.filtersFromRoute?.selectedFilterData
|
|
661
|
+
? new Map(JSON.parse(this.filtersFromRoute.selectedFilterData))
|
|
662
|
+
: new Map();
|
|
663
|
+
if (this.annaFilterService.tooltipSelectedMap.has(SpotApprovalTableForSellerOrBuyerHeaderConstants.WEEK_OBJ_KEY)) {
|
|
664
|
+
const startDate = this.annaFilterService.tooltipSelectedMap.get(SpotApprovalTableForSellerOrBuyerHeaderConstants.WEEK_OBJ_KEY);
|
|
665
|
+
const selectedDateObj = {
|
|
666
|
+
fromDate: dayjs(startDate.fromDate),
|
|
667
|
+
toDate: dayjs(startDate.toDate),
|
|
668
|
+
};
|
|
669
|
+
this.annaFilterService.tooltipSelectedMap.set(SpotApprovalTableForSellerOrBuyerHeaderConstants.WEEK_OBJ_KEY, selectedDateObj);
|
|
670
|
+
}
|
|
671
|
+
this.annaSortService.columnSortState = this.filtersFromRoute?.sortState
|
|
672
|
+
? new Map(JSON.parse(this.filtersFromRoute.sortState))
|
|
673
|
+
: new Map();
|
|
674
|
+
if (this.filtersFromRoute?.metricId) {
|
|
675
|
+
this.selectedMetricType = this.getMetricType(this.filtersFromRoute?.metricId);
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
activatateTableFilterIcon() {
|
|
679
|
+
setTimeout(() => {
|
|
680
|
+
this.annaSortService.columnSortState = this.filtersFromRoute?.sortState
|
|
681
|
+
? new Map(JSON.parse(this.filtersFromRoute.sortState))
|
|
682
|
+
: new Map();
|
|
683
|
+
this.callSort();
|
|
684
|
+
this.annaFilterService.updateStateOfAllTheKeys(this.annaSortService.columnSortState);
|
|
685
|
+
this.nonEditableGTComponent.detectChanges();
|
|
686
|
+
}, 0);
|
|
687
|
+
}
|
|
688
|
+
callSort() {
|
|
689
|
+
if (this.annaSortService?.columnSortState?.size === 0)
|
|
690
|
+
return;
|
|
691
|
+
this.annaSortService.columnSortState.forEach((value, key) => {
|
|
692
|
+
if (value === "ASC") {
|
|
693
|
+
this.tableData = this.annaSortService.sortDataForComponentOtherThanLurAndCsrPage(true, this.tableData, key);
|
|
694
|
+
}
|
|
695
|
+
else if (value === "DESC") {
|
|
696
|
+
this.tableData = this.annaSortService.sortDataForComponentOtherThanLurAndCsrPage(false, this.tableData, key);
|
|
697
|
+
}
|
|
698
|
+
});
|
|
699
|
+
}
|
|
700
|
+
enabledisableResetAllLinkFilter() {
|
|
701
|
+
let isSortApplied = false;
|
|
702
|
+
this.annaSortService.columnSortState.forEach((val, key) => {
|
|
703
|
+
if (val === "ASC" || val === "DESC") {
|
|
704
|
+
isSortApplied = true;
|
|
705
|
+
}
|
|
706
|
+
});
|
|
707
|
+
this.disableResetAllFilter = this.annaFilterService.appliedFiltersArray.length === 0 && !isSortApplied;
|
|
708
|
+
}
|
|
709
|
+
getMetricType(metricTypeId, setDefaultMetric = false) {
|
|
710
|
+
let metricSelected = null;
|
|
711
|
+
if (setDefaultMetric) {
|
|
712
|
+
metricSelected = this.metricTypeList.find((x) => x.id === this.orderDefaultMetricType?.id);
|
|
713
|
+
}
|
|
714
|
+
else {
|
|
715
|
+
metricSelected = this.metricTypeList.find((x) => x.id === metricTypeId);
|
|
716
|
+
}
|
|
717
|
+
return metricSelected;
|
|
718
|
+
}
|
|
719
|
+
metricChanged(metricSelected, updateNavigationHistory = true) {
|
|
720
|
+
this.selectedMetricType = metricSelected;
|
|
721
|
+
this.setTableHeader(false);
|
|
722
|
+
this.createTotalRow();
|
|
723
|
+
this.setTableRowClass();
|
|
724
|
+
this.enabledisableResetAllLinkFilter();
|
|
725
|
+
if (updateNavigationHistory) {
|
|
726
|
+
this.updateNavigationHistory();
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
createTotalRow() {
|
|
730
|
+
let totalRowData;
|
|
731
|
+
if (!this.tableData || !this.tableData?.length) {
|
|
732
|
+
return;
|
|
733
|
+
}
|
|
734
|
+
const filteredAtColumnLevel = this.annaFilterService.appliedFiltersArray?.length > 0;
|
|
735
|
+
switch (this.formattedResponse.OrderRelatedInfo.RevisionType) {
|
|
736
|
+
case this.revisionTypeConstants.BUYER:
|
|
737
|
+
totalRowData = new TotalRowForBuyerRevType(this.tableData, filteredAtColumnLevel);
|
|
738
|
+
this.totalRowCommonfieldsforBuyer(totalRowData);
|
|
739
|
+
break;
|
|
740
|
+
case this.revisionTypeConstants.USER:
|
|
741
|
+
totalRowData = new TotalRowForSellerRevType(this.tableData, filteredAtColumnLevel);
|
|
742
|
+
this.totalRowCommonfieldsforSeller(totalRowData);
|
|
743
|
+
break;
|
|
744
|
+
// no default
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
totalRowCommonfieldsforSeller(totalRowData) {
|
|
748
|
+
if (!totalRowData)
|
|
749
|
+
return;
|
|
750
|
+
this.totalRowInfo = [];
|
|
751
|
+
const colSpanForTotalMessage = this.tableHeaders.findIndex((n) => n.headerInfo[0].name === SpotApprovalTableForSellerOrBuyerHeaderConstants.WEEK) + 1;
|
|
752
|
+
const emptyColSpanFromMessageToNextValue = this.tableHeaders.findIndex((n) => n.headerInfo[0].name === SpotApprovalTableForSellerOrBuyerHeaderConstants.RATE_HEADER) - colSpanForTotalMessage;
|
|
753
|
+
this.totalRowInfo.push({
|
|
754
|
+
colspan: colSpanForTotalMessage,
|
|
755
|
+
data: totalRowData.message,
|
|
756
|
+
colName: "total-row-message",
|
|
757
|
+
class: "total-row-message",
|
|
758
|
+
});
|
|
759
|
+
this.totalRowInfo.push({
|
|
760
|
+
colspan: emptyColSpanFromMessageToNextValue,
|
|
761
|
+
data: null,
|
|
762
|
+
colName: "total-row-empty-message",
|
|
763
|
+
class: "total-row-empty-message",
|
|
764
|
+
});
|
|
765
|
+
this.totalRowInfo.push({
|
|
766
|
+
colspan: 1,
|
|
767
|
+
data: totalRowData.totalRateForDisplay,
|
|
768
|
+
colName: "total-rate",
|
|
769
|
+
});
|
|
770
|
+
if (this.selectedMetricType.text === MetricType.IMPS) {
|
|
771
|
+
const impsValue = parseFloat(totalRowData.totalIMPS.toString()).toFixed(1);
|
|
772
|
+
this.totalRowInfo.push({
|
|
773
|
+
colspan: 1,
|
|
774
|
+
data: impsValue,
|
|
775
|
+
colName: "total-impressions",
|
|
776
|
+
});
|
|
777
|
+
}
|
|
778
|
+
else {
|
|
779
|
+
const rtgValue = parseFloat(totalRowData.totalRTG.toString()).toFixed(2);
|
|
780
|
+
this.totalRowInfo.push({
|
|
781
|
+
colspan: 1,
|
|
782
|
+
data: rtgValue,
|
|
783
|
+
colName: "total-rating",
|
|
784
|
+
});
|
|
785
|
+
}
|
|
786
|
+
const lastStickColumnPresent = this.formattedResponse?.OrderRelatedInfo?.RevisionType === this.revisionTypeConstants.BUYER;
|
|
787
|
+
const lastStickColumnColSpan = lastStickColumnPresent ? 1 : 0;
|
|
788
|
+
const totalRowCellWithDataColSpanCount = this.totalRowInfo.reduce((count, currentValue) => count + currentValue.colspan, 0);
|
|
789
|
+
const count = this.tableHeaders.length - totalRowCellWithDataColSpanCount - lastStickColumnColSpan - 1;
|
|
790
|
+
for (let i = 0; i < count; i++) {
|
|
791
|
+
this.totalRowInfo.push({
|
|
792
|
+
colspan: 1,
|
|
793
|
+
data: "",
|
|
794
|
+
colName: `extra${i}`,
|
|
795
|
+
});
|
|
796
|
+
}
|
|
797
|
+
if (lastStickColumnPresent) {
|
|
798
|
+
this.totalRowInfo.push({
|
|
799
|
+
colspan: 1,
|
|
800
|
+
data: totalRowData.totalAmountForDisplay,
|
|
801
|
+
lowerData: this.selectedMetricType.text === MetricType.IMPS
|
|
802
|
+
? totalRowData.totalAmountImpsForDisplay
|
|
803
|
+
: totalRowData.totalAmountGrpForDisplay,
|
|
804
|
+
colName: "total-amount-grp-or-imps",
|
|
805
|
+
class: "total-amount-grp-or-imps",
|
|
806
|
+
});
|
|
807
|
+
}
|
|
808
|
+
}
|
|
809
|
+
totalRowCommonfieldsforBuyer(totalRowData) {
|
|
810
|
+
if (!totalRowData)
|
|
811
|
+
return;
|
|
812
|
+
this.totalRowInfo = [];
|
|
813
|
+
// const colSpanForTotalMessage =
|
|
814
|
+
// this.tableHeaders.findIndex(
|
|
815
|
+
// (n) => n.headerInfo[0].name === SpotApprovalTableForSellerOrBuyerHeaderConstants.SELLER_SPOT_NO,
|
|
816
|
+
// ) + 1;
|
|
817
|
+
// const emptyColSpanFromMessageToNextValue =
|
|
818
|
+
// this.tableHeaders.findIndex(
|
|
819
|
+
// (n) => n.headerInfo[0].name === SpotApprovalTableForSellerOrBuyerHeaderConstants.DP_HEADER,
|
|
820
|
+
// ) - colSpanForTotalMessage;
|
|
821
|
+
this.totalRowInfo.push({
|
|
822
|
+
colspan: 3,
|
|
823
|
+
data: totalRowData.message,
|
|
824
|
+
colName: "total-row-message",
|
|
825
|
+
class: "total-row-message",
|
|
826
|
+
});
|
|
827
|
+
this.totalRowInfo.push({
|
|
828
|
+
colspan: 1,
|
|
829
|
+
data: totalRowData?.totalSpotsCount?.toString(),
|
|
830
|
+
colName: "total-spot-count-message",
|
|
831
|
+
class: "total-spot-count-message",
|
|
832
|
+
});
|
|
833
|
+
this.totalRowInfo.push({
|
|
834
|
+
colspan: 1,
|
|
835
|
+
data: null,
|
|
836
|
+
colName: "total-row-empty-message",
|
|
837
|
+
class: "total-spot-count-message",
|
|
838
|
+
});
|
|
839
|
+
this.totalRowInfo.push({
|
|
840
|
+
colspan: 7,
|
|
841
|
+
data: null,
|
|
842
|
+
colName: "total-row-empty-message-1",
|
|
843
|
+
class: "total-row-empty-message-1",
|
|
844
|
+
});
|
|
845
|
+
this.totalRowInfo.push({
|
|
846
|
+
colspan: 1,
|
|
847
|
+
data: totalRowData.totalAmountForDisplay,
|
|
848
|
+
lowerData: this.selectedMetricType.text === MetricType.IMPS
|
|
849
|
+
? totalRowData.totalAmountImpsForDisplay
|
|
850
|
+
: totalRowData.totalAmountGrpForDisplay,
|
|
851
|
+
colName: "total-amount-grp-or-imps",
|
|
852
|
+
class: "total-amount-grp-or-imps",
|
|
853
|
+
});
|
|
854
|
+
}
|
|
855
|
+
intialiseEasyFilters() { }
|
|
856
|
+
createSummaryComponentData() {
|
|
857
|
+
const summaryData = this.formattedResponse?.RevisionSummary;
|
|
858
|
+
this.summaryPanelData = [];
|
|
859
|
+
let commonSummaryData = [];
|
|
860
|
+
const isImpressionOrder = this.formattedResponse.OrderRelatedInfo.Metric === "Impressions";
|
|
861
|
+
const cppOrCpm = isImpressionOrder ? "CPM" : "CPP";
|
|
862
|
+
const impsGrpHeading = isImpressionOrder ? "IMPS" : "RTG";
|
|
863
|
+
const ratingOrImpsKey = isImpressionOrder ? "Impressions" : "Ratings";
|
|
864
|
+
commonSummaryData = [
|
|
865
|
+
{
|
|
866
|
+
heading: `Alt/Rep Order #`,
|
|
867
|
+
value: `${this.formattedResponse?.OrderRelatedInfo?.AlternateOrderId && this.formattedResponse?.OrderRelatedInfo?.AlternateOrderId !== "" ?
|
|
868
|
+
this.formattedResponse?.OrderRelatedInfo?.AlternateOrderId : "-"} `,
|
|
869
|
+
showRightBorder: true,
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
heading: "Demo | Metric",
|
|
873
|
+
value: `${summaryData?.TgName} | ${this.formattedResponse?.OrderRelatedInfo?.Metric}`,
|
|
874
|
+
showRightBorder: true,
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
heading: `Booked: $ | ${impsGrpHeading} | ${cppOrCpm}`,
|
|
878
|
+
value: `${summaryData.Booked.Cost} | ${summaryData.Booked[ratingOrImpsKey]} | $${summaryData.Booked[cppOrCpm]}`,
|
|
879
|
+
class: "",
|
|
880
|
+
},
|
|
881
|
+
];
|
|
882
|
+
switch (this.formattedResponse?.OrderRelatedInfo.RevisionType) {
|
|
883
|
+
case this.revisionTypeConstants.USER:
|
|
884
|
+
this.summaryPanelData = [...commonSummaryData, ...this.returnUserSellerSpecificSummaryData()];
|
|
885
|
+
break;
|
|
886
|
+
case this.revisionTypeConstants.BUYER:
|
|
887
|
+
this.summaryPanelData = [...commonSummaryData, ...this.returnBuyerSpecificSummaryData()];
|
|
888
|
+
break;
|
|
889
|
+
// no default
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
returnUserSellerSpecificSummaryData() {
|
|
893
|
+
const isImpressionOrder = this.formattedResponse.OrderRelatedInfo.Metric === "Impressions";
|
|
894
|
+
const impsGrpHeading = isImpressionOrder ? "IMPS" : "RTG";
|
|
895
|
+
const ratingOrImpsKey = isImpressionOrder ? "Impressions" : "Ratings";
|
|
896
|
+
const summaryData = this.formattedResponse?.RevisionSummary;
|
|
897
|
+
return [
|
|
898
|
+
{
|
|
899
|
+
heading: `User MGs: $ | ${impsGrpHeading}`,
|
|
900
|
+
value: `${summaryData.UserMakegoods.Cost} | ${summaryData.UserMakegoods[ratingOrImpsKey]}`,
|
|
901
|
+
showRightBorder: true,
|
|
902
|
+
showValueRTG: true,
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
heading: `User ADUs: $ | ${impsGrpHeading}`,
|
|
906
|
+
value: `${summaryData.UserADUs.Cost} | ${summaryData.UserADUs[ratingOrImpsKey]}`,
|
|
907
|
+
showRightBorder: true,
|
|
908
|
+
showValueRTG: true,
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
heading: `User Credited: $ | ${impsGrpHeading}`,
|
|
912
|
+
value: `${summaryData.UserCredited.Cost} | ${summaryData.UserCredited[ratingOrImpsKey]}`,
|
|
913
|
+
showRightBorder: true,
|
|
914
|
+
showValueRTG: true,
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
heading: `User Unresolved: $ | ${impsGrpHeading}`,
|
|
918
|
+
value: `${summaryData.UserUnresolved.Cost} | ${summaryData.UserUnresolved[ratingOrImpsKey]}`,
|
|
919
|
+
showRightBorder: false,
|
|
920
|
+
showValueRTG: true,
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
heading: "Advertiser | Agency",
|
|
924
|
+
value: `${summaryData?.Advertiser} | ${summaryData?.Agency} `,
|
|
925
|
+
showRightBorder: true,
|
|
926
|
+
expandedRow: true,
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
heading: "Revision Type",
|
|
930
|
+
value: "Seller User",
|
|
931
|
+
expandedRow: true,
|
|
932
|
+
},
|
|
933
|
+
];
|
|
934
|
+
}
|
|
935
|
+
returnBuyerSpecificSummaryData() {
|
|
936
|
+
const impsGrpHeading = this.formattedResponse?.OrderRelatedInfo?.Metric === "Impressions" ? "IMPS" : "RTG";
|
|
937
|
+
const ratingOrImpsKey = this.formattedResponse?.OrderRelatedInfo?.Metric === "Impressions" ? "Impressions" : "Ratings";
|
|
938
|
+
const buyerChangeTooltip = "Calculates the net impact of buyer changes to rates and ratings. This is determined by summing the differences between the values in the current and previous revisions for each affected spot.";
|
|
939
|
+
const summaryData = this.formattedResponse?.RevisionSummary;
|
|
940
|
+
return [
|
|
941
|
+
{
|
|
942
|
+
heading: `Buyer Changes: Spots | $ | ${impsGrpHeading}`,
|
|
943
|
+
value: `${summaryData?.BuyerRateAndRtgImpChanges?.SpotCount} | ${summaryData?.BuyerRateAndRtgImpChanges?.Cost} | ${summaryData?.BuyerRateAndRtgImpChanges[ratingOrImpsKey]}`,
|
|
944
|
+
tooltip: buyerChangeTooltip,
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
heading: `Buyer Added: $ | ${impsGrpHeading}`,
|
|
948
|
+
value: `${summaryData.BuyerAdded.Cost} | ${summaryData.BuyerAdded[ratingOrImpsKey]}`,
|
|
949
|
+
showRightBorder: true,
|
|
950
|
+
showValueRTG: true,
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
heading: `Buyer Deleted: $ | ${impsGrpHeading}`,
|
|
954
|
+
value: `${summaryData.BuyerDeleted.Cost} | ${summaryData.BuyerDeleted[ratingOrImpsKey]}`,
|
|
955
|
+
showRightBorder: false,
|
|
956
|
+
showValueRTG: true,
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
heading: "Advertiser | Agency",
|
|
960
|
+
value: `${summaryData?.Advertiser} | ${summaryData?.Agency} `,
|
|
961
|
+
showRightBorder: true,
|
|
962
|
+
expandedRow: true,
|
|
963
|
+
},
|
|
964
|
+
];
|
|
965
|
+
}
|
|
966
|
+
resetFilterVariables() {
|
|
967
|
+
this.showSkeletonLoading = true;
|
|
968
|
+
this.selectedEasyFilter = null;
|
|
969
|
+
this.annaFilterService.tooltipSelectedMap = new Map();
|
|
970
|
+
this.annaFilterService.selectedRadio = null;
|
|
971
|
+
this.annaFilterService.appliedFiltersArray = [];
|
|
972
|
+
this.annaSortService.columnSortState = new Map();
|
|
973
|
+
this.toastrService.clear();
|
|
974
|
+
}
|
|
975
|
+
resetAllFilter() {
|
|
976
|
+
this.nonEditableGTComponent?.setScrollToInitialPosition();
|
|
977
|
+
this.filtersFromRoute = null;
|
|
978
|
+
this.resetFilterVariables();
|
|
979
|
+
this.enabledisableResetAllLinkFilter();
|
|
980
|
+
this.tableData = cloneDeep(this.clonedTableData);
|
|
981
|
+
this.createTotalRow();
|
|
982
|
+
this.setTableRowClass();
|
|
983
|
+
this.setTableHeader(false);
|
|
984
|
+
this.updateNavigationHistory();
|
|
985
|
+
this.activatateTableFilterIcon();
|
|
986
|
+
this.annaSortService.noSortingAppliedData = cloneDeep(this.clonedTableData);
|
|
987
|
+
this.annaFilterService.updateStateOfAllTheKeys(this.annaSortService.columnSortState);
|
|
988
|
+
this.showSkeletonLoading = false;
|
|
989
|
+
this.cdRef.markForCheck();
|
|
990
|
+
}
|
|
991
|
+
updateLatestFilters(queryParams) {
|
|
992
|
+
const latestFilters = this.getLatestFilters();
|
|
993
|
+
const updatedQueryParams = Object.keys(queryParams).length === 0 ? null : queryParams;
|
|
994
|
+
if (!isEqual(updatedQueryParams, latestFilters)) {
|
|
995
|
+
this.setLatestFilters(cloneDeep(updatedQueryParams));
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
setLatestFilters(queryParams) {
|
|
999
|
+
this.filtersFromRoute = queryParams;
|
|
1000
|
+
}
|
|
1001
|
+
setPersistingVariableForColumnAndEasyFilter(columnAndEasyFilter) {
|
|
1002
|
+
// this.sellerOrBuyerRevisionLibService.latestOffersTabFilter = columnAndEasyFilter;
|
|
1003
|
+
this.filtersFromRoute =
|
|
1004
|
+
columnAndEasyFilter && this.persistingFilterService.getActualQueryParams(columnAndEasyFilter)
|
|
1005
|
+
? JSON.parse(this.persistingFilterService.getActualQueryParams(columnAndEasyFilter))
|
|
1006
|
+
: null;
|
|
1007
|
+
}
|
|
1008
|
+
setTableHeader(loading = true) {
|
|
1009
|
+
if (this.formattedResponse?.OrderRelatedInfo?.RevisionType === this.revisionTypeConstants.BUYER) {
|
|
1010
|
+
this.tableHeaders = this.consumingProjectSpotsApprovalSellerOrBuyerService.getTableHeadersForBuyerRevision(loading ? this.showSkeletonLoading : false, this.selectedMetricType?.text, this.estimatePriorities, this.spotApprovalFeatureConfig.showAUR);
|
|
1011
|
+
}
|
|
1012
|
+
else {
|
|
1013
|
+
this.tableHeaders = this.consumingProjectSpotsApprovalSellerOrBuyerService.getTableHeadersForSellerRevision(loading ? this.showSkeletonLoading : false, this.selectedMetricType?.text, this.estimatePriorities, this.spotApprovalFeatureConfig.showAUR);
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
setMetricDropDownData() {
|
|
1017
|
+
this.metricTypeList = [
|
|
1018
|
+
{ id: 1, text: MetricType.GRP },
|
|
1019
|
+
{ id: 2, text: MetricType.IMPS },
|
|
1020
|
+
];
|
|
1021
|
+
this.metricDropdownConfig = { ...this.annaGlobalConfigService.defaultSingleSelectConfig };
|
|
1022
|
+
this.metricDropdownConfig.showSearchBar = false;
|
|
1023
|
+
this.metricDropdownConfig.maxHeightOfList = 180;
|
|
1024
|
+
this.metricDropdownConfig.minHeightOfList = 30;
|
|
1025
|
+
this.metricDropdownConfig.placeholder = "Select metric";
|
|
1026
|
+
}
|
|
1027
|
+
setTableConfig() {
|
|
1028
|
+
this.gtGeneralConfig = { ...this.annaGlobalConfigService.defaultGtGeneralConfig };
|
|
1029
|
+
this.gtGeneralConfig.component = "DRR";
|
|
1030
|
+
this.gtGeneralConfig.bufferSize = 100;
|
|
1031
|
+
this.gtGeneralConfig.totalRow = true;
|
|
1032
|
+
this.gtGeneralConfig.tableContainerName = "spot-approval-seller-or-buyer-revision";
|
|
1033
|
+
this.setTableHeight();
|
|
1034
|
+
this.setTableHeader();
|
|
1035
|
+
}
|
|
1036
|
+
setTableHeight() {
|
|
1037
|
+
const dataOnTopHeight = this.calculateDataOnTopHeight();
|
|
1038
|
+
const element = document.getElementById("generic-table-conatiner");
|
|
1039
|
+
const hasHorizontalScrollbar = element && element?.scrollWidth > element?.clientWidth;
|
|
1040
|
+
this.gtDimension = {
|
|
1041
|
+
...this.gtDimension,
|
|
1042
|
+
dataOnTopHeight: dataOnTopHeight || 220,
|
|
1043
|
+
marginFromBottom: hasHorizontalScrollbar ? 20 : 16,
|
|
1044
|
+
};
|
|
1045
|
+
this.dataOnTopHeight = cloneDeep(this.gtDimension.dataOnTopHeight);
|
|
1046
|
+
}
|
|
1047
|
+
calculateDataOnTopHeight() {
|
|
1048
|
+
return document.getElementById("spots-approval-rov-tc")?.offsetTop;
|
|
1049
|
+
}
|
|
1050
|
+
isIndependentSpot(arr) {
|
|
1051
|
+
return arr.groupId === "00000000-0000-0000-0000-000000000000";
|
|
1052
|
+
}
|
|
1053
|
+
formatResponseForGenericTable(arr) {
|
|
1054
|
+
for (let i = 0; i < arr?.length; i++) {
|
|
1055
|
+
if (this.isIndependentSpot(arr[i])) {
|
|
1056
|
+
arr[i].hidedisplaySpotTypeTd = false;
|
|
1057
|
+
arr[i].displaySpotTypeRowspan = 1;
|
|
1058
|
+
}
|
|
1059
|
+
else {
|
|
1060
|
+
const diffSpotTypeInPEMGGroup = cloneDeep(uniqBy(arr.filter((n) => n.groupId === arr[i].groupId), "displaySpotType")).map((n) => n.displaySpotType);
|
|
1061
|
+
const lastIndexOfFirstStatusBelongingToGroup = findLastIndex(arr, (n) => n.displaySpotType === arr[i].displaySpotType && n.groupId === arr[i].groupId);
|
|
1062
|
+
const lastSpotIndexOfGroup = findLastIndex(arr, (n) => n.groupId === arr[i].groupId);
|
|
1063
|
+
const preemptionRowsCount = lastIndexOfFirstStatusBelongingToGroup - i + 1;
|
|
1064
|
+
let j = cloneDeep(i + 1);
|
|
1065
|
+
arr[i].hidedisplaySpotTypeTd = false;
|
|
1066
|
+
arr[i].displaySpotTypeRowspan = preemptionRowsCount;
|
|
1067
|
+
while (j <= lastSpotIndexOfGroup) {
|
|
1068
|
+
arr[j].hidedisplaySpotTypeTd = true;
|
|
1069
|
+
j += 1;
|
|
1070
|
+
}
|
|
1071
|
+
const spotsInPEMGGroup = cloneDeep(arr.filter((n) => n.groupId === arr[i].groupId));
|
|
1072
|
+
for (let k = 1; k < diffSpotTypeInPEMGGroup.length; k++) {
|
|
1073
|
+
const PESpotsIndex = spotsInPEMGGroup?.findIndex((n) => n.displaySpotType === diffSpotTypeInPEMGGroup[k]);
|
|
1074
|
+
const countOfPESpots = spotsInPEMGGroup.filter((n) => n.displaySpotType === diffSpotTypeInPEMGGroup[k]).length;
|
|
1075
|
+
const MGSpotsIndex = i + PESpotsIndex;
|
|
1076
|
+
arr[MGSpotsIndex].hidedisplaySpotTypeTd = false;
|
|
1077
|
+
arr[MGSpotsIndex].displaySpotTypeRowspan = countOfPESpots;
|
|
1078
|
+
arr[i].hidedisplaySpotTypeTd = false;
|
|
1079
|
+
}
|
|
1080
|
+
i = j - 1;
|
|
1081
|
+
}
|
|
1082
|
+
}
|
|
1083
|
+
return arr;
|
|
1084
|
+
}
|
|
1085
|
+
setEasyFilters() { }
|
|
1086
|
+
fetchPreviousOrderDetails() {
|
|
1087
|
+
if (this.selectedOrderIndex > 0) {
|
|
1088
|
+
this.resetFilterVariables();
|
|
1089
|
+
this.selectedOrderIndex -= 1;
|
|
1090
|
+
const orderData = cloneDeep(this.revisionOrderList[this.selectedOrderIndex]);
|
|
1091
|
+
this.fetchPreviousOrNext.emit(orderData);
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
fetchNextOrderDetails() {
|
|
1095
|
+
if (this.selectedOrderIndex < this.revisionOrderList.length - 1) {
|
|
1096
|
+
this.resetFilterVariables();
|
|
1097
|
+
this.showSkeletonLoading = true;
|
|
1098
|
+
this.selectedOrderIndex += 1;
|
|
1099
|
+
const orderData = cloneDeep(this.revisionOrderList[this.selectedOrderIndex]);
|
|
1100
|
+
this.fetchPreviousOrNext.emit(orderData);
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
goToOffersRevisionsPage() {
|
|
1104
|
+
this.navigateToPage.emit(NavigateToPageType.ORDER_DETAILS_OFFERS);
|
|
1105
|
+
}
|
|
1106
|
+
updateNavigationHistory() {
|
|
1107
|
+
const queryParams = this.prepareQueryParamOnFilterApplication();
|
|
1108
|
+
if (Object.keys(queryParams).length > 0) {
|
|
1109
|
+
this.router.navigate([], {
|
|
1110
|
+
queryParams,
|
|
1111
|
+
queryParamsHandling: "merge",
|
|
1112
|
+
});
|
|
1113
|
+
}
|
|
1114
|
+
else {
|
|
1115
|
+
const query = {
|
|
1116
|
+
filters: null,
|
|
1117
|
+
appliedFilters: null,
|
|
1118
|
+
selectedFilterData: null,
|
|
1119
|
+
sortState: null,
|
|
1120
|
+
};
|
|
1121
|
+
this.router.navigate([], {
|
|
1122
|
+
queryParams: query,
|
|
1123
|
+
queryParamsHandling: "merge",
|
|
1124
|
+
});
|
|
1125
|
+
}
|
|
1126
|
+
}
|
|
1127
|
+
prepareQueryParamOnFilterApplication() {
|
|
1128
|
+
const newFilters = {};
|
|
1129
|
+
// Column level filter
|
|
1130
|
+
if (this.annaFilterService.appliedFiltersArray.length > 0) {
|
|
1131
|
+
newFilters.appliedFilters = this.annaFilterService.appliedFiltersArray;
|
|
1132
|
+
newFilters.selectedFilterData = JSON.stringify(Array.from(this.annaFilterService.tooltipSelectedMap));
|
|
1133
|
+
// newFilters.easyFilter = this.selectedEasyFilter ? this.selectedEasyFilter.text : null;
|
|
1134
|
+
}
|
|
1135
|
+
// Column level sorting
|
|
1136
|
+
if (this.annaGtService.isSortingAppliedToTable()) {
|
|
1137
|
+
newFilters.sortState = JSON.stringify(Array.from(this.annaSortService.columnSortState));
|
|
1138
|
+
}
|
|
1139
|
+
if (this.selectedMetricType?.text !== this.orderDefaultMetricType?.text) {
|
|
1140
|
+
newFilters.metricId = this.selectedMetricType?.id;
|
|
1141
|
+
}
|
|
1142
|
+
let latestFilters = this.getLatestFilters();
|
|
1143
|
+
latestFilters = latestFilters || {};
|
|
1144
|
+
if (Object.keys(newFilters).length > 0) {
|
|
1145
|
+
const hashedQueryParams = this.persistingFilterService.storeKeyValueInLocalStorage(newFilters);
|
|
1146
|
+
latestFilters.filters = hashedQueryParams;
|
|
1147
|
+
}
|
|
1148
|
+
else {
|
|
1149
|
+
delete latestFilters.filters;
|
|
1150
|
+
}
|
|
1151
|
+
this.setLatestFilters(latestFilters);
|
|
1152
|
+
return latestFilters;
|
|
1153
|
+
}
|
|
1154
|
+
ngOnDestroy() {
|
|
1155
|
+
this.ngUnsubscribe.next();
|
|
1156
|
+
this.ngUnsubscribe.complete();
|
|
1157
|
+
}
|
|
1158
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: SpotApprovalSellerOrBuyerRevisionComponent, deps: [{ token: i1.Router }, { token: i1.ActivatedRoute }, { token: i0.ChangeDetectorRef }, { token: i2.ToastrService }, { token: i3.AnnaSortService }, { token: i3.AnnaGtHelperService }, { token: i3.AnnaFilterService }, { token: i3.AnnaPersistingFilterService }, { token: i3.AnnaGlobalConfigService }, { token: SELLER_OR_BUYER_REVISION_SERVICE_TOKEN }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1159
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: SpotApprovalSellerOrBuyerRevisionComponent, isStandalone: true, selector: "anna-feature-seller-or-buyer-revision", inputs: { orderMetaData: "orderMetaData", userDetails: "userDetails", parentPage: "parentPage", spotApprovalFeatureConfig: "spotApprovalFeatureConfig", dataOnTopHeight: "dataOnTopHeight", userHasEditPrivilege: "userHasEditPrivilege", revisionOrderList: "revisionOrderList" }, outputs: { navigateToPage: "navigateToPage", fetchPreviousOrNext: "fetchPreviousOrNext" }, viewQueries: [{ propertyName: "nonEditableGTComponent", first: true, predicate: AnnaNonEditableGenericTableComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: "<article class=\"meta-info\">\n <section\n class=\"station-name\"\n *ngIf=\"parentPage !== SpotApprovalParentPage.ORDER_DETAILS\"\n >\n Station: <b>{{ orderMetaData?.stationName }} {{ orderMetaData?.isStationInSandboxMode ? \"(Sandbox)\" : \"\" }}</b>\n </section>\n <section\n *ngIf=\"!showSkeletonLoading && formattedResponse\"\n class=\"revision-info\"\n >\n This revision (Rev# {{ Math.ceil(formattedResponse?.OrderRelatedInfo?.RevisionNumber) }}) was generated on:\n <b>\n {{ formattedResponse?.OrderRelatedInfo?.RevisedOn }}\n </b>\n </section>\n <a\n *ngIf=\"parentPage !== SpotApprovalParentPage.ORDER_DETAILS\"\n class=\"link\"\n (click)=\"goToOffersRevisionsPage()\"\n >View Offers History</a\n >\n</article>\n\n<anna-feature-revision-offer-status-progress-view\n *ngIf=\"parentPage !== SpotApprovalParentPage.ORDER_DETAILS\"\n [revisionStatues]=\"null\"\n [skeletonLoading]=\"showSkeletonLoading\"\n [headerInfo]=\"orderIndexForPrevAndNavigation\"\n [showPath]=\"false\"\n (nextOrderClicked)=\"fetchNextOrderDetails()\"\n (previousOrderClicked)=\"fetchPreviousOrderDetails()\"\n>\n</anna-feature-revision-offer-status-progress-view>\n\n<anna-feature-revision-summary-panel\n [summaryInfo]=\"summaryPanelData\"\n [skeletonLoading]=\"showSkeletonLoading\"\n [showImpressions]=\"selectedMetricType?.text !== 'GRP'\"\n [isWriteEnabled]=\"formattedResponse?.OrderRelatedInfo?.IsAutomationActivatedOrder\"\n [isPoD]=\"formattedResponse?.OrderRelatedInfo?.IsPayForPerformanceOrder\"\n [showAAIcon]=\"true\"\n [isSummaryExpandable]=\"parentPage !== SpotApprovalParentPage.ORDER_DETAILS\"\n></anna-feature-revision-summary-panel>\n\n<div class=\"row-space-btw\">\n <anna-design-skt-loader\n *ngIf=\"showSkeletonLoading\"\n [theme]=\"{\n height: '24px',\n width: '120px',\n margin: '0 0 0 0'\n }\"\n >\n </anna-design-skt-loader>\n <anna-design-single-select\n *ngIf=\"!showSkeletonLoading\"\n [items]=\"metricTypeList\"\n class=\"metrics\"\n [selectedItem]=\"selectedMetricType\"\n [config]=\"metricDropdownConfig\"\n [disabled]=\"showSkeletonLoading || tableData?.length === 0\"\n (valueChanged)=\"metricChanged($event)\"\n >\n </anna-design-single-select>\n\n <button\n *ngIf=\"!showSkeletonLoading || !selectedMetricType\"\n class=\"reset-all-btn\"\n (click)=\"resetAllFilter()\"\n [disabled]=\"disableResetAllFilter\"\n >\n Reset all filters\n </button>\n</div>\n\n<anna-core-non-editable-generic-table-lib\n class=\"generic-user-revision-spot-approval-table {{ formattedResponse?.OrderRelatedInfo?.RevisionType }} {{\n parentPage\n }}\"\n [ngClass]=\"{\n 'no-data-table': !showSkeletonLoading && (!tableData || tableData?.length === 0),\n 'table-loading': showSkeletonLoading\n }\"\n [showSkeletonLoading]=\"showSkeletonLoading\"\n [tableHeaders]=\"tableHeaders\"\n [tableData]=\"tableData\"\n [clonedTableData]=\"clonedTableData\"\n [gtGeneralConfig]=\"gtGeneralConfig\"\n [gtDimension]=\"gtDimension\"\n [totalRowInfo]=\"totalRowInfo\"\n [tableBorderBottomClassRequired]=\"false\"\n [tdsHaveRowSpan]=\"true\"\n [hideSomeTds]=\"true\"\n (filterAppliedToTable)=\"filterAppliedToTable($event)\"\n (sortingAppliedToTable)=\"sortingAppliedToTable($event)\"\n>\n</anna-core-non-editable-generic-table-lib>\n", styles: [".meta-info{display:flex;gap:8px;padding:3px 0 8px}.meta-info .station-name{font-family:Roboto;font-size:.75rem;font-weight:400;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:normal}.meta-info .revision-info{color:#767676;font-family:Roboto;font-size:.75rem;font-weight:400;font-stretch:normal;font-style:italic;line-height:1;letter-spacing:0}.meta-info .revision-info b{color:#000}.meta-info a.link,.meta-info a.link:hover,.meta-info a.link:active{margin-left:auto;text-decoration:underline;color:#268bff!important;cursor:pointer!important;font-family:Roboto;font-size:.75rem;font-weight:400;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:normal}.row-space-btw{display:flex;padding:12px 0 8px;justify-content:space-between}.row-space-btw anna-design-single-select.metrics{width:120px}.row-space-btw button.reset-all-btn{display:flex!important;align-items:flex-end;padding:0;border:none;display:block;text-align:right;margin-left:auto;width:fit-content;background-color:transparent;text-decoration:underline;color:#268bff;line-height:1!important;font-size:var(--reset-all-filter-fs)!important;letter-spacing:normal!important;font-weight:400!important}.row-space-btw button.reset-all-btn:hover:enabled{color:#268bff}.row-space-btw button.reset-all-btn:disabled{color:#4a4a4a;opacity:.5;cursor:not-allowed}.row-space-btw button.reset-all-btn:disabled{background-color:#fff}:host ::ng-deep anna-core-non-editable-generic-table-lib.table-loading .table-container .horizontal-scroll-for-table-container table thead tr th div ngx-skeleton-loader div{height:8px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.table-loading .table-container::-webkit-scrollbar-track{margin-top:40px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .table-container::-webkit-scrollbar-track{margin-top:84px;margin-left:440px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .scroll-left-shadow-effect .header-row th:nth-of-type(4){border:none!important;filter:drop-shadow(2px 0 0px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row{background:#ededed}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th{box-shadow:none!important;cursor:default;background:#ededed;padding:2px 8px;line-height:normal;position:sticky;position:-webkit-sticky;top:0}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th .upper-label{font-family:Roboto;font-size:var(--table-header-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#4a4a4a;margin-bottom:0}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th .lower-label{font-family:Roboto;font-size:var(--table-header-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#a7a7a7;margin-bottom:0}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th div.row{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:max-content}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th div.dummy-header{justify-content:center;margin-left:50%!important;margin-right:50%!important;width:-webkit-fill-available}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th div.sort-filter-container{display:flex;flex-wrap:nowrap;align-items:center;margin-left:.25rem;margin-right:auto}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th span.mdi-filter-variant{font-size:13px!important;top:-1px!important;position:relative}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(9){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(10){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(11){box-shadow:inset -1px 0 #d4d4d4,inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(1){position:sticky!important;left:0;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(2){position:sticky!important;left:140px;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(3){position:sticky!important;left:232px;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(4){position:sticky!important;left:324px;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .scroll-left-shadow-effect:not(.no-data-table) .total-row td:nth-of-type(1){filter:drop-shadow(2px 0 2px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td{top:40px!important;padding:2px 8px;background:#fff;position:sticky;position:-webkit-sticky}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td .upper-label{font-family:Roboto;font-size:var(--table-body-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#4a4a4a}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td .lower-label{font-family:Roboto;font-size:var(--table-body-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#a7a7a7;margin-top:-3px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td br{display:block;content:\"\";margin-top:-6px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td:nth-of-type(1){box-shadow:inset 1px 0 #000000bf,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td:nth-of-type(6){box-shadow:inset -1px 0 #000000bf,inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td:nth-of-type(1){position:sticky!important;left:0;z-index:501!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .scroll-left-shadow-effect:not(.no-data-table) td:nth-of-type(4){filter:drop-shadow(2px 0 1px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .table-container.no-data-table>div{height:128px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .table-container.no-data-table>div tr td{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(2){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(3){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(4){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(5){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(6){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(7){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(8){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(9){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(10){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(11){box-shadow:inset -1px 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(2){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(3){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(4){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(5){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(6){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(7){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(8){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(9){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(10){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(11){box-shadow:inset -1px -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(9){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(10){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(11){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(1){position:sticky!important;left:0;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(2){position:sticky!important;left:140px;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(3){position:sticky!important;left:232px;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(4){position:sticky!important;left:324px;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:last-child{box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td.mat-column-weekStartDate{position:sticky!important;left:324px!important;z-index:103!important;filter:drop-shadow(2px 0 1px #d4d4d4)!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .table-container::-webkit-scrollbar-track{margin-right:100px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .table-container::-webkit-scrollbar-track{margin-top:80px;margin-left:505px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .scroll-left-shadow-effect .header-row th:nth-of-type(5){border:none!important;filter:drop-shadow(2px 0 0px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row{background:#ededed}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th{box-shadow:none!important;cursor:default;background:#ededed;padding:2px 8px;line-height:normal;position:sticky;position:-webkit-sticky;top:0}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th .upper-label{font-family:Roboto;font-size:var(--table-header-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#4a4a4a;margin-bottom:0}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th .lower-label{font-family:Roboto;font-size:var(--table-header-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#a7a7a7;margin-bottom:0}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th div.row{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:max-content}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th div.dummy-header{justify-content:center;margin-left:50%!important;margin-right:50%!important;width:-webkit-fill-available}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th div.sort-filter-container{display:flex;flex-wrap:nowrap;align-items:center;margin-left:.25rem;margin-right:auto}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th span.mdi-filter-variant{font-size:13px!important;top:-1px!important;position:relative}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(9){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(10){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(11){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(12){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(13){box-shadow:inset -1px 0 #d4d4d4,inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(1){position:sticky!important;left:0;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(2){position:sticky!important;left:140px;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(3){position:sticky!important;left:232px;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(4){position:sticky!important;left:324px;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(5){position:sticky!important;left:390px;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .scroll-left-shadow-effect:not(.no-data-table) .total-row td:nth-of-type(3){filter:drop-shadow(2px 0 2px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td{top:40px!important;padding:2px 8px;background:#fff;position:sticky;position:-webkit-sticky}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td .upper-label{font-family:Roboto;font-size:var(--table-body-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#4a4a4a}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td .lower-label{font-family:Roboto;font-size:var(--table-body-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#a7a7a7;margin-top:-3px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td br{display:block;content:\"\";margin-top:-6px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td:nth-of-type(1){box-shadow:inset 1px 0 #000000bf,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td:nth-of-type(5){box-shadow:inset -1px 0 #000000bf,inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td:nth-of-type(1){position:sticky!important;left:0;z-index:501!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td:nth-of-type(2){position:sticky!important;left:324px;z-index:201!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td:nth-of-type(3){position:sticky!important;left:390px;z-index:201!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .scroll-left-shadow-effect:not(.no-data-table) td:nth-of-type(5){filter:drop-shadow(2px 0 1px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .table-container.no-data-table>div{height:128px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .table-container.no-data-table>div tr td{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(2){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(3){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(4){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(5){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(6){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(7){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(8){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(9){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(10){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(11){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(12){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(13){box-shadow:inset -1px 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(2){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(3){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(4){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(5){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(6){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(7){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(8){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(9){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(10){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(11){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(12){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(13){box-shadow:inset -1px -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .scroll-left-shadow-effect:not(.no-data-table) .total-row td:nth-of-type(5){filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .scroll-left-shadow-effect:not(.no-data-table) .total-row td:nth-of-type(3){filter:drop-shadow(2px 0 2px #d4d4d4)!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .scroll-left-shadow-effect:not(.no-data-table) td.mat-column-weekStartDate{filter:drop-shadow(2px 0 1px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(9){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(10){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(11){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(12){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(13){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(1){position:sticky!important;left:0;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(2){position:sticky!important;left:140px;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(3){position:sticky!important;left:232px;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr td.mat-column-weekStartDate{position:sticky!important;left:390px!important;z-index:103!important;filter:drop-shadow(2px 0 1px #d4d4d4)!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr th.mat-column-displayTotalAmount,:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr td.mat-column-displayTotalAmount,:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr td.total-amount-grp-or-imps{position:sticky!important;right:0!important;filter:drop-shadow(0px 0 2px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr th.mat-column-displayTotalAmount{z-index:101!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr td.total-amount-grp-or-imps{z-index:201!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr td.mat-column-displayTotalAmount{z-index:98!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr td.mat-column-displayRate.rate-td-yellow-highlight,:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr td.mat-column-displayImpression.imps-td-yellow-highlight,:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr td.mat-column-displayRating.rtg-td-yellow-highlight{background-color:#fffbd5!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container{max-height:fit-content}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container table tbody tr td.mat-column-offerId{position:sticky!important;filter:drop-shadow(2px 0 2px #d4d4d4)!important;left:0!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container table tbody tr td.mat-column-offerId{z-index:205!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container table thead tr th.mat-column-totalSpotsCount div p.lower-label{color:#4a4a4a!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner tbody tr td anna-core-icon-column{float:right!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner tbody tr.white-background-row td{background:#fff}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner tbody tr.gray-background-row td{background:#ededed}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner tbody tr td.mat-column-sellerLineNumber{position:sticky!important;left:140px!important;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner tbody tr td.mat-column-spotNumbers{position:sticky!important;left:232px!important;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner tbody tr td.mat-column-totalSpotsCount{position:sticky!important;left:324px!important;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner tbody tr td.mat-column-length{position:static!important;filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table thead tr.header-row{height:40px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table thead .header-row th.mat-column-offerId:nth-of-type(1){box-shadow:inset 0 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table thead th.mat-column-selectedAction{z-index:501!important;position:sticky!important;right:0!important;filter:drop-shadow(0px 0 3px #d4d4d4)!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td.mat-column-offerId:nth-of-type(1){box-shadow:inset 0 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td.mat-column-displayRate.redcolor-cell-border{outline:1px solid #f44336!important;outline-offset:-1px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td.mat-column-displayRating.orangecolor-cell-border,:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td.displayImpression.orangecolor-cell-border{outline:1px solid #f97b07!important;outline-offset:-1px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td.mat-column-displayRating.orangecolor-cell-border i.mdi.mdi-information-outline,:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td.displayImpression.orangecolor-cell-border i.mdi.mdi-information-outline{margin-left:4px;float:right!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td.mat-column-selectedAction{position:sticky!important;right:0!important;z-index:199!important;filter:drop-shadow(0px 0 3px #d4d4d4)!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td.mat-column-offerId div:last-of-type{font-style:italic;color:#a7a7a7}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td mat-radio-group mat-radio-button .mdc-form-field>label{left:0!important;margin-right:4px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr .mdi.mdi-comment-quote-outline{cursor:pointer!important;margin-right:4px;color:var(--primary-blue-color)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr .mi.mdi-info-outline{color:var(--primary-blue-color)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td{cursor:default!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table .table-container#generic-table-conatiner{margin-left:0!important;height:-webkit-fill-available;max-height:124px!important;overflow-y:hidden}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container{height:124px!important;max-height:fit-content!important;border-left:none!important;height:fit-content!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt{border-top:none;min-height:50px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt thead .header-row th:nth-of-type(1){box-shadow:inset 1px 1px #d4d4d4,inset 1px -1px #d4d4d4,inset 0 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt thead .header-row th:last-of-type{box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4,inset 0 0 #d4d4d4,inset -1px 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr td.mat-column-offerId{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr td.mat-column-action{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr td.mat-column-displayTotalAmount{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr.no-border-tr:nth-of-type(1) td:nth-of-type(1){filter:none!important;box-shadow:inset 0 0 #d4d4d4,inset 1px 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr.no-border-tr:nth-of-type(1) td{box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr.no-border-tr:nth-of-type(2) td:nth-of-type(1){box-shadow:inset 0 0 #d4d4d4,inset 1px -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr.no-border-tr:nth-of-type(2) td{box-shadow:inset 0 0 #d4d4d4,inset 0 -1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr td.mat-column-weekStartDate{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr td:nth-last-child(1).mat-column-selectedAction{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr:first-of-type td:last-of-type{box-shadow:inset -1px 0 #d4d4d4,inset 0 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr:last-of-type td:last-of-type{box-shadow:inset 0 -1px #d4d4d4,inset -1px 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table anna-core-no-data-lib{position:sticky;left:50%}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table anna-core-no-data-lib .no-data{margin-right:50%!important;width:max-content;position:absolute!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: AnnaNonEditableGenericTableComponent, selector: "anna-core-non-editable-generic-table-lib", inputs: ["showSkeletonLoading", "tableHeaders", "tableData", "clonedTableData", "gtGeneralConfig", "totalRowInfo", "gtDimension", "extraHeaderRowForAdjustingColumnWidths", "tableClass", "maximumRowsWhichCanBeRenderedWithoutScroll", "fixNumberOfRowsForPopup", "fixRowsToRender", "includeBorderInTableHeight", "downloadInProgress", "percentDone", "starredInProgress", "clickableRow", "setTableHeightWhenRowSizeIsFixed", "tableBorderBottomClassRequired", "hideSomeTds", "tdsHaveRowSpan", "multipleTablesPresent", "showOrHideToggleForTotalRow", "enableCustomizableColumns", "customizableColumnsList"], outputs: ["toggleCheckbox", "toggleRowCheckbox", "toggleHeaderCheckbox", "undoIconClicked", "filterAppliedToTable", "sortingAppliedToTable", "rowClicked", "radioButtonSelected", "columnFilterOpened", "columnFilterClosed", "gtIconClicked", "gtSVGIconClicked", "gtTextActionClicked", "gtViewDetailClicked", "gtInnerHTMLClicked", "downloadSpotDetails", "clickableDataClicked", "totalRowIconClicked", "notificationIconHover", "notificationIconHoverLeave", "editableInputEdited", "radioButtonMessageIconClicked", "statusNotePopupOpened", "textPopupOpened", "digitOnlyInputChanged", "singleSelectDropdownValueEmit", "timeSelected", "totalRowRadioButtonClicked", "totalRowRadioButtonIconClicked", "columnsCustomized", "acfiRateInputChanged", "acfiRateCopyRequested"] }, { kind: "component", type: SingleSelectComponent, selector: "anna-design-single-select", inputs: ["config", "loading", "showAdditionalDataInSelectedText", "disabled", "items", "selectedItem", "keyToUseForDisplay", "keyToUseForCheckingSelectedItem", "hideDropdownArrow", "borderbottomObject", "defaultDropdownHeight", "itemsToHideInDropdownIds", "showClearSelection"], outputs: ["valueChanged", "dropdownClosedEvent", "dropdownOpenedEvent", "clearSelectionClickedEvent"] }, { kind: "component", type: RevisionSummaryPanelComponent, selector: "anna-feature-revision-summary-panel", inputs: ["summaryInfo", "skeletonLoading", "showImpressions", "isSummaryExpandable", "isWriteEnabled", "isPoD", "showAAIcon"], outputs: ["summaryIsExpanded"] }, { kind: "component", type: RevisionOfferStatusProgressViewComponent, selector: "anna-feature-revision-offer-status-progress-view", inputs: ["revisionStatues", "skeletonLoading", "headerInfo", "showPath"], outputs: ["previousOrderClicked", "nextOrderClicked"] }, { kind: "component", type: SkeletonLoaderComponent, selector: "anna-design-skt-loader", inputs: ["theme", "count"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1160
|
+
}
|
|
1161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: SpotApprovalSellerOrBuyerRevisionComponent, decorators: [{
|
|
1162
|
+
type: Component,
|
|
1163
|
+
args: [{ selector: "anna-feature-seller-or-buyer-revision", standalone: true, imports: [
|
|
1164
|
+
CommonModule,
|
|
1165
|
+
AnnaNonEditableGenericTableComponent,
|
|
1166
|
+
SingleSelectComponent,
|
|
1167
|
+
RevisionSummaryPanelComponent,
|
|
1168
|
+
RevisionOfferStatusProgressViewComponent,
|
|
1169
|
+
SkeletonLoaderComponent,
|
|
1170
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<article class=\"meta-info\">\n <section\n class=\"station-name\"\n *ngIf=\"parentPage !== SpotApprovalParentPage.ORDER_DETAILS\"\n >\n Station: <b>{{ orderMetaData?.stationName }} {{ orderMetaData?.isStationInSandboxMode ? \"(Sandbox)\" : \"\" }}</b>\n </section>\n <section\n *ngIf=\"!showSkeletonLoading && formattedResponse\"\n class=\"revision-info\"\n >\n This revision (Rev# {{ Math.ceil(formattedResponse?.OrderRelatedInfo?.RevisionNumber) }}) was generated on:\n <b>\n {{ formattedResponse?.OrderRelatedInfo?.RevisedOn }}\n </b>\n </section>\n <a\n *ngIf=\"parentPage !== SpotApprovalParentPage.ORDER_DETAILS\"\n class=\"link\"\n (click)=\"goToOffersRevisionsPage()\"\n >View Offers History</a\n >\n</article>\n\n<anna-feature-revision-offer-status-progress-view\n *ngIf=\"parentPage !== SpotApprovalParentPage.ORDER_DETAILS\"\n [revisionStatues]=\"null\"\n [skeletonLoading]=\"showSkeletonLoading\"\n [headerInfo]=\"orderIndexForPrevAndNavigation\"\n [showPath]=\"false\"\n (nextOrderClicked)=\"fetchNextOrderDetails()\"\n (previousOrderClicked)=\"fetchPreviousOrderDetails()\"\n>\n</anna-feature-revision-offer-status-progress-view>\n\n<anna-feature-revision-summary-panel\n [summaryInfo]=\"summaryPanelData\"\n [skeletonLoading]=\"showSkeletonLoading\"\n [showImpressions]=\"selectedMetricType?.text !== 'GRP'\"\n [isWriteEnabled]=\"formattedResponse?.OrderRelatedInfo?.IsAutomationActivatedOrder\"\n [isPoD]=\"formattedResponse?.OrderRelatedInfo?.IsPayForPerformanceOrder\"\n [showAAIcon]=\"true\"\n [isSummaryExpandable]=\"parentPage !== SpotApprovalParentPage.ORDER_DETAILS\"\n></anna-feature-revision-summary-panel>\n\n<div class=\"row-space-btw\">\n <anna-design-skt-loader\n *ngIf=\"showSkeletonLoading\"\n [theme]=\"{\n height: '24px',\n width: '120px',\n margin: '0 0 0 0'\n }\"\n >\n </anna-design-skt-loader>\n <anna-design-single-select\n *ngIf=\"!showSkeletonLoading\"\n [items]=\"metricTypeList\"\n class=\"metrics\"\n [selectedItem]=\"selectedMetricType\"\n [config]=\"metricDropdownConfig\"\n [disabled]=\"showSkeletonLoading || tableData?.length === 0\"\n (valueChanged)=\"metricChanged($event)\"\n >\n </anna-design-single-select>\n\n <button\n *ngIf=\"!showSkeletonLoading || !selectedMetricType\"\n class=\"reset-all-btn\"\n (click)=\"resetAllFilter()\"\n [disabled]=\"disableResetAllFilter\"\n >\n Reset all filters\n </button>\n</div>\n\n<anna-core-non-editable-generic-table-lib\n class=\"generic-user-revision-spot-approval-table {{ formattedResponse?.OrderRelatedInfo?.RevisionType }} {{\n parentPage\n }}\"\n [ngClass]=\"{\n 'no-data-table': !showSkeletonLoading && (!tableData || tableData?.length === 0),\n 'table-loading': showSkeletonLoading\n }\"\n [showSkeletonLoading]=\"showSkeletonLoading\"\n [tableHeaders]=\"tableHeaders\"\n [tableData]=\"tableData\"\n [clonedTableData]=\"clonedTableData\"\n [gtGeneralConfig]=\"gtGeneralConfig\"\n [gtDimension]=\"gtDimension\"\n [totalRowInfo]=\"totalRowInfo\"\n [tableBorderBottomClassRequired]=\"false\"\n [tdsHaveRowSpan]=\"true\"\n [hideSomeTds]=\"true\"\n (filterAppliedToTable)=\"filterAppliedToTable($event)\"\n (sortingAppliedToTable)=\"sortingAppliedToTable($event)\"\n>\n</anna-core-non-editable-generic-table-lib>\n", styles: [".meta-info{display:flex;gap:8px;padding:3px 0 8px}.meta-info .station-name{font-family:Roboto;font-size:.75rem;font-weight:400;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:normal}.meta-info .revision-info{color:#767676;font-family:Roboto;font-size:.75rem;font-weight:400;font-stretch:normal;font-style:italic;line-height:1;letter-spacing:0}.meta-info .revision-info b{color:#000}.meta-info a.link,.meta-info a.link:hover,.meta-info a.link:active{margin-left:auto;text-decoration:underline;color:#268bff!important;cursor:pointer!important;font-family:Roboto;font-size:.75rem;font-weight:400;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:normal}.row-space-btw{display:flex;padding:12px 0 8px;justify-content:space-between}.row-space-btw anna-design-single-select.metrics{width:120px}.row-space-btw button.reset-all-btn{display:flex!important;align-items:flex-end;padding:0;border:none;display:block;text-align:right;margin-left:auto;width:fit-content;background-color:transparent;text-decoration:underline;color:#268bff;line-height:1!important;font-size:var(--reset-all-filter-fs)!important;letter-spacing:normal!important;font-weight:400!important}.row-space-btw button.reset-all-btn:hover:enabled{color:#268bff}.row-space-btw button.reset-all-btn:disabled{color:#4a4a4a;opacity:.5;cursor:not-allowed}.row-space-btw button.reset-all-btn:disabled{background-color:#fff}:host ::ng-deep anna-core-non-editable-generic-table-lib.table-loading .table-container .horizontal-scroll-for-table-container table thead tr th div ngx-skeleton-loader div{height:8px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.table-loading .table-container::-webkit-scrollbar-track{margin-top:40px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .table-container::-webkit-scrollbar-track{margin-top:84px;margin-left:440px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .scroll-left-shadow-effect .header-row th:nth-of-type(4){border:none!important;filter:drop-shadow(2px 0 0px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row{background:#ededed}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th{box-shadow:none!important;cursor:default;background:#ededed;padding:2px 8px;line-height:normal;position:sticky;position:-webkit-sticky;top:0}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th .upper-label{font-family:Roboto;font-size:var(--table-header-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#4a4a4a;margin-bottom:0}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th .lower-label{font-family:Roboto;font-size:var(--table-header-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#a7a7a7;margin-bottom:0}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th div.row{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:max-content}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th div.dummy-header{justify-content:center;margin-left:50%!important;margin-right:50%!important;width:-webkit-fill-available}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th div.sort-filter-container{display:flex;flex-wrap:nowrap;align-items:center;margin-left:.25rem;margin-right:auto}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th span.mdi-filter-variant{font-size:13px!important;top:-1px!important;position:relative}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(9){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(10){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(11){box-shadow:inset -1px 0 #d4d4d4,inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(1){position:sticky!important;left:0;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(2){position:sticky!important;left:140px;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(3){position:sticky!important;left:232px;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .header-row th:nth-of-type(4){position:sticky!important;left:324px;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .scroll-left-shadow-effect:not(.no-data-table) .total-row td:nth-of-type(1){filter:drop-shadow(2px 0 2px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td{top:40px!important;padding:2px 8px;background:#fff;position:sticky;position:-webkit-sticky}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td .upper-label{font-family:Roboto;font-size:var(--table-body-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#4a4a4a}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td .lower-label{font-family:Roboto;font-size:var(--table-body-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#a7a7a7;margin-top:-3px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td br{display:block;content:\"\";margin-top:-6px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td:nth-of-type(1){box-shadow:inset 1px 0 #000000bf,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td:nth-of-type(6){box-shadow:inset -1px 0 #000000bf,inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .total-row td:nth-of-type(1){position:sticky!important;left:0;z-index:501!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .scroll-left-shadow-effect:not(.no-data-table) td:nth-of-type(4){filter:drop-shadow(2px 0 1px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .table-container.no-data-table>div{height:128px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER .table-container.no-data-table>div tr td{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(2){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(3){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(4){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(5){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(6){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(7){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(8){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(9){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(10){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:first-of-type td:nth-of-type(11){box-shadow:inset -1px 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(2){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(3){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(4){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(5){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(6){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(7){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(8){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(9){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(10){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr.no-border-tr:last-of-type td:nth-of-type(11){box-shadow:inset -1px -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(9){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(10){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(11){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(1){position:sticky!important;left:0;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(2){position:sticky!important;left:140px;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(3){position:sticky!important;left:232px;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:nth-of-type(4){position:sticky!important;left:324px;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td:last-child{box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.USER tbody tr td.mat-column-weekStartDate{position:sticky!important;left:324px!important;z-index:103!important;filter:drop-shadow(2px 0 1px #d4d4d4)!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .table-container::-webkit-scrollbar-track{margin-right:100px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .table-container::-webkit-scrollbar-track{margin-top:80px;margin-left:505px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .scroll-left-shadow-effect .header-row th:nth-of-type(5){border:none!important;filter:drop-shadow(2px 0 0px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row{background:#ededed}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th{box-shadow:none!important;cursor:default;background:#ededed;padding:2px 8px;line-height:normal;position:sticky;position:-webkit-sticky;top:0}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th .upper-label{font-family:Roboto;font-size:var(--table-header-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#4a4a4a;margin-bottom:0}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th .lower-label{font-family:Roboto;font-size:var(--table-header-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#a7a7a7;margin-bottom:0}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th div.row{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:max-content}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th div.dummy-header{justify-content:center;margin-left:50%!important;margin-right:50%!important;width:-webkit-fill-available}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th div.sort-filter-container{display:flex;flex-wrap:nowrap;align-items:center;margin-left:.25rem;margin-right:auto}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th span.mdi-filter-variant{font-size:13px!important;top:-1px!important;position:relative}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(9){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(10){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(11){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(12){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(13){box-shadow:inset -1px 0 #d4d4d4,inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(1){position:sticky!important;left:0;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(2){position:sticky!important;left:140px;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(3){position:sticky!important;left:232px;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(4){position:sticky!important;left:324px;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .header-row th:nth-of-type(5){position:sticky!important;left:390px;z-index:105!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .scroll-left-shadow-effect:not(.no-data-table) .total-row td:nth-of-type(3){filter:drop-shadow(2px 0 2px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td{top:40px!important;padding:2px 8px;background:#fff;position:sticky;position:-webkit-sticky}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td .upper-label{font-family:Roboto;font-size:var(--table-body-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#4a4a4a}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td .lower-label{font-family:Roboto;font-size:var(--table-body-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.3px;color:#a7a7a7;margin-top:-3px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td br{display:block;content:\"\";margin-top:-6px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td:nth-of-type(1){box-shadow:inset 1px 0 #000000bf,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td:nth-of-type(5){box-shadow:inset -1px 0 #000000bf,inset 1px 0 #d4d4d4,inset 0 1px #000000bf,inset 0 -1px #000000bf!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td:nth-of-type(1){position:sticky!important;left:0;z-index:501!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td:nth-of-type(2){position:sticky!important;left:324px;z-index:201!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .total-row td:nth-of-type(3){position:sticky!important;left:390px;z-index:201!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .scroll-left-shadow-effect:not(.no-data-table) td:nth-of-type(5){filter:drop-shadow(2px 0 1px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .table-container.no-data-table>div{height:128px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .table-container.no-data-table>div tr td{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(2){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(3){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(4){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(5){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(6){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(7){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(8){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(9){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(10){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(11){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(12){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:first-of-type td:nth-of-type(13){box-shadow:inset -1px 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(2){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(3){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(4){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(5){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(6){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(7){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(8){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(9){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(10){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(11){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(12){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr.no-border-tr:last-of-type td:nth-of-type(13){box-shadow:inset -1px -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .scroll-left-shadow-effect:not(.no-data-table) .total-row td:nth-of-type(5){filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .scroll-left-shadow-effect:not(.no-data-table) .total-row td:nth-of-type(3){filter:drop-shadow(2px 0 2px #d4d4d4)!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER .scroll-left-shadow-effect:not(.no-data-table) td.mat-column-weekStartDate{filter:drop-shadow(2px 0 1px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td div:nth-child(1){color:#000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td div:nth-child(2){color:#a7a7a7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto;font-size:var(--table-body-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(9){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(10){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(11){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(12){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(13){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(1){position:sticky!important;left:0;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(2){position:sticky!important;left:140px;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tbody tr td:nth-of-type(3){position:sticky!important;left:232px;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr td.mat-column-weekStartDate{position:sticky!important;left:390px!important;z-index:103!important;filter:drop-shadow(2px 0 1px #d4d4d4)!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr th.mat-column-displayTotalAmount,:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr td.mat-column-displayTotalAmount,:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr td.total-amount-grp-or-imps{position:sticky!important;right:0!important;filter:drop-shadow(0px 0 2px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr th.mat-column-displayTotalAmount{z-index:101!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr td.total-amount-grp-or-imps{z-index:201!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr td.mat-column-displayTotalAmount{z-index:98!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr td.mat-column-displayRate.rate-td-yellow-highlight,:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr td.mat-column-displayImpression.imps-td-yellow-highlight,:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.BUYER tr td.mat-column-displayRating.rtg-td-yellow-highlight{background-color:#fffbd5!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container{max-height:fit-content}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container table tbody tr td.mat-column-offerId{position:sticky!important;filter:drop-shadow(2px 0 2px #d4d4d4)!important;left:0!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container table tbody tr td.mat-column-offerId{z-index:205!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container table thead tr th.mat-column-totalSpotsCount div p.lower-label{color:#4a4a4a!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner tbody tr td anna-core-icon-column{float:right!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner tbody tr.white-background-row td{background:#fff}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner tbody tr.gray-background-row td{background:#ededed}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner tbody tr td.mat-column-sellerLineNumber{position:sticky!important;left:140px!important;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner tbody tr td.mat-column-spotNumbers{position:sticky!important;left:232px!important;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner tbody tr td.mat-column-totalSpotsCount{position:sticky!important;left:324px!important;z-index:103!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table .table-container#generic-table-conatiner tbody tr td.mat-column-length{position:static!important;filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table thead tr.header-row{height:40px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table thead .header-row th.mat-column-offerId:nth-of-type(1){box-shadow:inset 0 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table thead th.mat-column-selectedAction{z-index:501!important;position:sticky!important;right:0!important;filter:drop-shadow(0px 0 3px #d4d4d4)!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td.mat-column-offerId:nth-of-type(1){box-shadow:inset 0 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td.mat-column-displayRate.redcolor-cell-border{outline:1px solid #f44336!important;outline-offset:-1px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td.mat-column-displayRating.orangecolor-cell-border,:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td.displayImpression.orangecolor-cell-border{outline:1px solid #f97b07!important;outline-offset:-1px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td.mat-column-displayRating.orangecolor-cell-border i.mdi.mdi-information-outline,:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td.displayImpression.orangecolor-cell-border i.mdi.mdi-information-outline{margin-left:4px;float:right!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td.mat-column-selectedAction{position:sticky!important;right:0!important;z-index:199!important;filter:drop-shadow(0px 0 3px #d4d4d4)!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td.mat-column-offerId div:last-of-type{font-style:italic;color:#a7a7a7}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td mat-radio-group mat-radio-button .mdc-form-field>label{left:0!important;margin-right:4px}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr .mdi.mdi-comment-quote-outline{cursor:pointer!important;margin-right:4px;color:var(--primary-blue-color)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr .mi.mdi-info-outline{color:var(--primary-blue-color)}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table tbody tr td{cursor:default!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table .table-container#generic-table-conatiner{margin-left:0!important;height:-webkit-fill-available;max-height:124px!important;overflow-y:hidden}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container{height:124px!important;max-height:fit-content!important;border-left:none!important;height:fit-content!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt{border-top:none;min-height:50px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt thead .header-row th:nth-of-type(1){box-shadow:inset 1px 1px #d4d4d4,inset 1px -1px #d4d4d4,inset 0 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt thead .header-row th:last-of-type{box-shadow:inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4,inset 0 0 #d4d4d4,inset -1px 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr td.mat-column-offerId{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr td.mat-column-action{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr td.mat-column-displayTotalAmount{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr.no-border-tr:nth-of-type(1) td:nth-of-type(1){filter:none!important;box-shadow:inset 0 0 #d4d4d4,inset 1px 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr.no-border-tr:nth-of-type(1) td{box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr.no-border-tr:nth-of-type(2) td:nth-of-type(1){box-shadow:inset 0 0 #d4d4d4,inset 1px -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr.no-border-tr:nth-of-type(2) td{box-shadow:inset 0 0 #d4d4d4,inset 0 -1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr td.mat-column-weekStartDate{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr td:nth-last-child(1).mat-column-selectedAction{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr:first-of-type td:last-of-type{box-shadow:inset -1px 0 #d4d4d4,inset 0 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table div.horizontal-scroll-for-table-container table.gt tbody tr:last-of-type td:last-of-type{box-shadow:inset 0 -1px #d4d4d4,inset -1px 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table anna-core-no-data-lib{position:sticky;left:50%}:host ::ng-deep anna-core-non-editable-generic-table-lib.generic-user-revision-spot-approval-table.no-data-table anna-core-no-data-lib .no-data{margin-right:50%!important;width:max-content;position:absolute!important}\n"] }]
|
|
1171
|
+
}], ctorParameters: () => [{ type: i1.Router }, { type: i1.ActivatedRoute }, { type: i0.ChangeDetectorRef }, { type: i2.ToastrService }, { type: i3.AnnaSortService }, { type: i3.AnnaGtHelperService }, { type: i3.AnnaFilterService }, { type: i3.AnnaPersistingFilterService }, { type: i3.AnnaGlobalConfigService }, { type: undefined, decorators: [{
|
|
1172
|
+
type: Inject,
|
|
1173
|
+
args: [SELLER_OR_BUYER_REVISION_SERVICE_TOKEN]
|
|
1174
|
+
}] }], propDecorators: { orderMetaData: [{
|
|
1175
|
+
type: Input,
|
|
1176
|
+
args: [{ required: true }]
|
|
1177
|
+
}], userDetails: [{
|
|
1178
|
+
type: Input,
|
|
1179
|
+
args: [{ required: true }]
|
|
1180
|
+
}], parentPage: [{
|
|
1181
|
+
type: Input,
|
|
1182
|
+
args: [{ required: true }]
|
|
1183
|
+
}], spotApprovalFeatureConfig: [{
|
|
1184
|
+
type: Input,
|
|
1185
|
+
args: [{ required: true }]
|
|
1186
|
+
}], dataOnTopHeight: [{
|
|
1187
|
+
type: Input,
|
|
1188
|
+
args: [{ required: true }]
|
|
1189
|
+
}], userHasEditPrivilege: [{
|
|
1190
|
+
type: Input,
|
|
1191
|
+
args: [{ required: true }]
|
|
1192
|
+
}], revisionOrderList: [{
|
|
1193
|
+
type: Input,
|
|
1194
|
+
args: [{ required: true }]
|
|
1195
|
+
}], navigateToPage: [{
|
|
1196
|
+
type: Output
|
|
1197
|
+
}], fetchPreviousOrNext: [{
|
|
1198
|
+
type: Output
|
|
1199
|
+
}], nonEditableGTComponent: [{
|
|
1200
|
+
type: ViewChild,
|
|
1201
|
+
args: [AnnaNonEditableGenericTableComponent]
|
|
1202
|
+
}] } });
|
|
1203
|
+
|
|
1204
|
+
// export * from "./src/config/spots-approval-backend-service.token";
|
|
1205
|
+
// export * from "./src/constants/create-or-edit-offers.constant";
|
|
1206
|
+
// export * from "./src/constants/spots-approval.constant";
|
|
1207
|
+
// export * from "./src/models/create-or-edit-offers-popup.model";
|
|
1208
|
+
// export * from "./src/models/generic-spots-approval.model";
|
|
1209
|
+
// export * from "./src/models/order-revision-detail.model";
|
|
1210
|
+
// export * from "./src/models/spots-approval.model";
|
|
1211
|
+
// export * from "./src/revision-header/revision-header.component";
|
|
1212
|
+
// export * from "./src/revision-order-view/revision-order-view.component";
|
|
1213
|
+
// export * from "./src/revision-summary/revision-summary.component";
|
|
1214
|
+
// export * from "./src/services/create-or-edit-offers-popup.service";
|
|
1215
|
+
// export * from "./src/services/generic-spots-approval.service";
|
|
1216
|
+
// export * from "./src/services/spots-approval.service";
|
|
1217
|
+
|
|
1218
|
+
/**
|
|
1219
|
+
* Generated bundle index. Do not edit.
|
|
1220
|
+
*/
|
|
1221
|
+
|
|
1222
|
+
export { BuyerRevisionSpotsApprovalResponse, MetricType, NavigateToPageType, RevisionType, SELLER_OR_BUYER_REVISION_SERVICE_TOKEN, SpotApprovalOrderMetaData, SpotApprovalParentPage, SpotApprovalSellerOrBuyerRevisionComponent, SpotApprovalTableForSellerOrBuyerHeaderConstants, SpotApprovalUserDetails, SpotApprovalUserType, SpotRowData, TotalRowForBuyerRevType, TotalRowForSellerRevType, UserRevisionSpotsApprovalResponse, isRateChanges };
|
|
1223
|
+
//# sourceMappingURL=annalib-anna-feature-spots-approval-src-lib-spot-approval-seller-or-buyer-revision.mjs.map
|