@annalib/anna-feature-spots-approval 0.0.5 → 43.0.0-final-ng-19
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/drr-listing/src/daily-revision-filter-modal/daily-revision-filter-modal.component.d.ts +2 -3
- package/fesm2022/annalib-anna-feature-spots-approval-all-offers-listing.mjs +6 -6
- package/fesm2022/annalib-anna-feature-spots-approval-all-offers-listing.mjs.map +1 -1
- package/fesm2022/annalib-anna-feature-spots-approval-anna-feature-shared-lib.mjs +18 -18
- package/fesm2022/annalib-anna-feature-spots-approval-drr-listing.mjs +16 -20
- package/fesm2022/annalib-anna-feature-spots-approval-drr-listing.mjs.map +1 -1
- package/fesm2022/annalib-anna-feature-spots-approval-spot-approval-seller-or-buyer-revision.mjs +3 -3
- package/fesm2022/annalib-anna-feature-spots-approval-spot-approval-seller-or-buyer-revision.mjs.map +1 -1
- package/fesm2022/annalib-anna-feature-spots-approval-spot-approval-shared-lib.mjs +6 -6
- package/fesm2022/annalib-anna-feature-spots-approval-spots-approval.mjs +317 -238
- package/fesm2022/annalib-anna-feature-spots-approval-spots-approval.mjs.map +1 -1
- package/fesm2022/annalib-anna-feature-spots-approval.mjs +4 -4
- package/package.json +4 -4
- package/spots-approval/src/models/anna-revisions-response.model.d.ts +1 -0
- package/spots-approval/src/services/spots-approval.service.d.ts +1 -5
package/drr-listing/src/daily-revision-filter-modal/daily-revision-filter-modal.component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core";
|
|
2
2
|
import { ActivatedRoute, Router } from "@angular/router";
|
|
3
3
|
import { AnnaGlobalConfigService, AnnaPersistingFilterService, ICustomMultiSelect, ICustomSingleSelect, INgSelectSettings, UpdateStationIdService } from "@annalib/anna-core";
|
|
4
|
-
import {
|
|
4
|
+
import { IdText, MultiSelectDropdownService, MultiSelectIdText } from "@annalib/anna-design-components-lib";
|
|
5
5
|
import { NgbModal, NgbModalOptions, NgbModalRef } from "@ng-bootstrap/ng-bootstrap";
|
|
6
6
|
import { IDRRFiltersBackendService } from "./config/daily-revision-listing-backend-service.token";
|
|
7
7
|
import { DailyRevisionFilterSelection, DailyRevisionPersistedFilter, DailyRevisionPersistedFilterFromUrl, SecondaryFiltersData } from "./models/daily-revision-filter-modal.model";
|
|
@@ -14,7 +14,6 @@ export declare class DailyRevisionFilterModalComponent implements OnInit, OnChan
|
|
|
14
14
|
private currentRoute;
|
|
15
15
|
private persistingFilterService;
|
|
16
16
|
consumingProjectDRRFilterBackendService: IDRRFiltersBackendService;
|
|
17
|
-
consumingProjectDashboardFilterService: IDashboardFilterModalService;
|
|
18
17
|
private updateStationIdService;
|
|
19
18
|
filterData: IdText[];
|
|
20
19
|
stationOrOgDropdownTitleText?: string;
|
|
@@ -51,7 +50,7 @@ export declare class DailyRevisionFilterModalComponent implements OnInit, OnChan
|
|
|
51
50
|
initialFiltersForDailyRevisionModal: DailyRevisionPersistedFilter;
|
|
52
51
|
singleSelectConfig: ICustomSingleSelect;
|
|
53
52
|
showLoaderInUsersDropdown: boolean;
|
|
54
|
-
constructor(multiselectDropdownService: MultiSelectDropdownService, modalService: NgbModal, annaGlobalService: AnnaGlobalConfigService, router: Router, currentRoute: ActivatedRoute, persistingFilterService: AnnaPersistingFilterService, consumingProjectDRRFilterBackendService: IDRRFiltersBackendService,
|
|
53
|
+
constructor(multiselectDropdownService: MultiSelectDropdownService, modalService: NgbModal, annaGlobalService: AnnaGlobalConfigService, router: Router, currentRoute: ActivatedRoute, persistingFilterService: AnnaPersistingFilterService, consumingProjectDRRFilterBackendService: IDRRFiltersBackendService, updateStationIdService: UpdateStationIdService);
|
|
55
54
|
ngOnChanges(changes: SimpleChanges): void;
|
|
56
55
|
ngOnInit(): void;
|
|
57
56
|
configModalOptions(): void;
|
|
@@ -381,10 +381,10 @@ class AllOffersListingService {
|
|
|
381
381
|
return false;
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
385
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
384
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AllOffersListingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
385
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AllOffersListingService, providedIn: "root" }); }
|
|
386
386
|
}
|
|
387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AllOffersListingService, decorators: [{
|
|
388
388
|
type: Injectable,
|
|
389
389
|
args: [{
|
|
390
390
|
providedIn: "root",
|
|
@@ -1305,10 +1305,10 @@ class AllOffersListingComponent {
|
|
|
1305
1305
|
this.ngUnsubscribe.next();
|
|
1306
1306
|
this.ngUnsubscribe.complete();
|
|
1307
1307
|
}
|
|
1308
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1309
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: AllOffersListingComponent, isStandalone: true, selector: "anna-feature-all-offers-listing", inputs: { stationId: "stationId", orderId: "orderId", userType: "userType", persistingFilterPeriodData: "persistingFilterPeriodData", primaryOrderData: "primaryOrderData", queryParams: "queryParams", orderDefaultMetricType: "orderDefaultMetricType" }, viewQueries: [{ propertyName: "nonEditableGTComponent", first: true, predicate: AnnaNonEditableGenericTableComponent, descendants: true }, { propertyName: "actionCommentsModal", first: true, predicate: ["actionCommentsModal"], descendants: true }, { propertyName: "offerRejectionModal", first: true, predicate: ["offerRejectionReasonAndCommentModal"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"period-and-metric-filter\">\n <anna-design-order-container-filter-modal\n *ngIf=\"flightPeriodData\"\n [title]=\"'Edit Period'\"\n [selectedData]=\"persistingFilterPeriodData\"\n [flightPeriod]=\"flightPeriodData\"\n [message]=\"'Select period for which you want to view the offers for.'\"\n [PeriodOptions]=\"PeriodOptions\"\n [startDateConsideringFactor]=\"startDateConsideringFactor\"\n [parentQueryParams]=\"queryParams\"\n [defaultPeriodSelection]=\"'Week'\"\n [disablePeriodSelection]=\"periodFilterLoader || noPeriodFilterFound\"\n [EntireRangeSelectionMessage]=\"EntireRangeSelectionMessage\"\n (apply)=\"applyPeriodSelection($event)\"\n [removeQuarterSelectionsIfOnlyOneQuarter]=\"true\"\n >\n </anna-design-order-container-filter-modal>\n\n <anna-design-skt-loader\n *ngIf=\"!flightPeriodData\"\n [count]=\"1\"\n [theme]=\"{\n height: '24px',\n width: '280px',\n margin: '11px 0 0 0',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n\n <anna-design-single-select\n *ngIf=\"!showSkeletonLoading && selectedMetricType\"\n [items]=\"metricTypeList\"\n class=\"order-metrics-dropdown\"\n [selectedItem]=\"selectedMetricType\"\n [config]=\"metricDropdownConfig\"\n [disabled]=\"showSkeletonLoading || allOffersTableData?.length === 0\"\n (valueChanged)=\"metricChanged($event)\"\n >\n </anna-design-single-select>\n</div>\n\n<div class=\"d-flex easy-reset-container\">\n <anna-design-easy-filters\n [showLoader]=\"showSkeletonLoading\"\n [numberOfItemsForLoader]=\"numberOfEasyFilterLoader\"\n [easyFilters]=\"easyFilters\"\n [tableData]=\"allOffersTableData\"\n [clonedTableData]=\"clonedAllOffersTableData\"\n (easyFilterClickEvent)=\"easyFilterClicked($event)\"\n >\n </anna-design-easy-filters>\n\n <button\n *ngIf=\"!showSkeletonLoading || !selectedMetricType\"\n class=\"clear-all-btn\"\n (click)=\"clearAllFilter()\"\n [disabled]=\"disableResetAllFilter\"\n >\n Reset all filters\n </button>\n</div>\n\n<anna-core-non-editable-generic-table-lib\n class=\"order-listing-generic-table all-offers-listing-table {{ userType }}\"\n [ngClass]=\"{\n 'no-data-table': !showSkeletonLoading && allOffersTableData && allOffersTableData?.length === 0,\n 'loading-state': showSkeletonLoading\n }\"\n [showSkeletonLoading]=\"showSkeletonLoading\"\n [tableHeaders]=\"tableHeaders\"\n [tableData]=\"allOffersTableData\"\n [clonedTableData]=\"clonedAllOffersTableData\"\n [gtGeneralConfig]=\"gtGeneralConfig\"\n [includeBorderInTableHeight]=\"false\"\n [gtDimension]=\"gtDimension\"\n [clickableRow]=\"false\"\n [showOrHideToggleForTotalRow]=\"false\"\n [tdsHaveRowSpan]=\"true\"\n [hideSomeTds]=\"true\"\n (filterAppliedToTable)=\"filterAppliedToTable($event)\"\n (sortingAppliedToTable)=\"sortingAppliedToTable($event)\"\n (radioButtonMessageIconClicked)=\"radioButtonMessageIconClicked($event)\"\n [tableBorderBottomClassRequired]=\"false\"\n>\n</anna-core-non-editable-generic-table-lib>\n\n<!-- MODALS -->\n<anna-feature-action-comments-popup\n #actionCommentsModal\n [title]=\"actionCommentPopupTitle\"\n [allowEdit]=\"false\"\n>\n</anna-feature-action-comments-popup>\n\n<anna-feature-offer-rejection-popup\n #offerRejectionReasonAndCommentModal\n [rejectionPopupData]=\"rejectionPopupData\"\n [spotType]=\"spotTypeForRejectionPoup\"\n [isSubmitCommentButtonEnabled]=\"false\"\n [offerRjectionPossibleReasons]=\"offerRejectionPossibleReasons\"\n>\n</anna-feature-offer-rejection-popup>\n", styles: [":host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.SELLER .scroll-left-shadow-effect:not(.no-data-table) td:nth-of-type(14){filter:drop-shadow(2px 0 1px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.SELLER .scroll-left-shadow-effect:not(.no-data-table) .total-row td:nth-of-type(0){filter:drop-shadow(2px 0 2px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.SELLER .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.all-offers-listing-table.SELLER .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.all-offers-listing-table.SELLER .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.all-offers-listing-table.SELLER .total-row td br{display:block;content:\"\";margin-top:-6px}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.SELLER .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.all-offers-listing-table.SELLER .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.all-offers-listing-table.SELLER .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.all-offers-listing-table.SELLER .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.all-offers-listing-table.SELLER .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.all-offers-listing-table.SELLER .total-row td:nth-of-type(6){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.all-offers-listing-table.SELLER .total-row td:nth-of-type(7){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.all-offers-listing-table.SELLER .total-row td:nth-of-type(8){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.all-offers-listing-table.SELLER .total-row td:nth-of-type(9){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.all-offers-listing-table.SELLER .total-row td:nth-of-type(10){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.all-offers-listing-table.SELLER .total-row td:nth-of-type(11){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.all-offers-listing-table.SELLER .total-row td:nth-of-type(12){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.all-offers-listing-table.SELLER .total-row td:nth-of-type(13){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.all-offers-listing-table.SELLER .total-row td:nth-of-type(14){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.all-offers-listing-table.SELLER tbody tr td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER tbody tr td:nth-of-type(13){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.SELLER tbody tr td:nth-of-type(14){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.all-offers-listing-table.BUYER .scroll-left-shadow-effect:not(.no-data-table) td:nth-of-type(12){filter:drop-shadow(2px 0 1px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.BUYER .scroll-left-shadow-effect:not(.no-data-table) .total-row td:nth-of-type(0){filter:drop-shadow(2px 0 2px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-table.BUYER .total-row td br{display:block;content:\"\";margin-top:-6px}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-table.BUYER .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.all-offers-listing-table.BUYER .total-row td:nth-of-type(6){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.all-offers-listing-table.BUYER .total-row td:nth-of-type(7){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.all-offers-listing-table.BUYER .total-row td:nth-of-type(8){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.all-offers-listing-table.BUYER .total-row td:nth-of-type(9){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.all-offers-listing-table.BUYER .total-row td:nth-of-type(10){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.all-offers-listing-table.BUYER .total-row td:nth-of-type(11){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.all-offers-listing-table.BUYER .total-row td:nth-of-type(12){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.all-offers-listing-table.BUYER tbody tr td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-table.BUYER tbody tr td:nth-of-type(12){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.all-offers-listing-table.BUYER thead th.mat-column-selectedAction{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.all-offers-listing-table.BUYER tbody tr td.mat-column-selectedAction{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.all-offers-listing-table .table-container::-webkit-scrollbar-track{margin-top:calc(105px - var(--hide-total-row-scrollbar-offset));margin-left:0}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table .scroll-left-shadow-effect .header-row th:nth-of-type(0){border:none!important;filter:drop-shadow(2px 0 0px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table .header-row{background:#ededed}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .header-row th:nth-of-type(13){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.all-offers-listing-table .header-row th:nth-of-type(14){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.all-offers-listing-table .table-container.no-data-table>div{height:128px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table .table-container.no-data-table>div tr td{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table tbody tr.no-border-tr:first-of-type td:nth-of-type(13){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr.no-border-tr:first-of-type td:nth-of-type(14){box-shadow:inset -1px 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table tbody tr.no-border-tr:last-of-type td:nth-of-type(13){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr.no-border-tr:last-of-type td:nth-of-type(14){box-shadow:inset -1px -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table .table-container#generic-table-conatiner::-webkit-scrollbar-track{margin-top:40px!important;margin-right:150px!important;margin-left:262px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container{max-height:fit-content!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container table thead tr th ngx-skeleton-loader div{margin-bottom:4px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container table thead tr th:nth-child(1),:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-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.all-offers-listing-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.all-offers-listing-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container table thead tr th:nth-child(1){z-index:505!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-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.all-offers-listing-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container{max-height:calc(100vh - 297px)!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.no-data-table .table-container#generic-table-conatiner{border-left:none!important;height:fit-content!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.no-data-table .table-container#generic-table-conatiner tbody tr td.mat-column-offerId{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.no-data-table .table-container#generic-table-conatiner tbody tr.no-border-tr td:nth-of-type(1){filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.no-data-table .table-container#generic-table-conatiner tbody tr td:nth-last-child(1).mat-column-selectedAction{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.no-data-table .table-container#generic-table-conatiner 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.all-offers-listing-table.no-data-table .table-container#generic-table-conatiner 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.all-offers-listing-table thead .header-row th.mat-column-offerId:nth-of-type(1){box-shadow:inset 1px 1px #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important;filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-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.all-offers-listing-table tbody tr td.mat-column-offerId: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.all-offers-listing-table tbody tr.redcolor-cell-border td.mat-column-rate{outline:1px solid #f44336!important;outline-offset:-1px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr.orangecolor-cell-border td.mat-column-ratingOrImps{outline:1px solid #f97b07!important;outline-offset:-1px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr.orangecolor-cell-border td.mat-column-ratingOrImps i.mdi.mdi-information-outline{margin-left:4px;float:right!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-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.all-offers-listing-table tbody tr .status-tag{color:#fff;display:inline-block;padding:2px 6px;font-weight:700;line-height:14.06px;border-radius:2px;background-color:gray}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.seller-pending,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.rep-entry-in-progress,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.seller-reconfirm,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.wot-entry-in-progress,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.confirm-in-progress,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.recall-in-progress{background-color:#f3bd18}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.seller-approved,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.buyer-approved,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.sm-approved,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.confirmed,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.user-confirmed,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.user-edited-and-confirmed,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.user-edited{background-color:#00c853}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.seller-rejected,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.rep-entry-failed,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.buyer-rejected,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.wot-entry-failed,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.sm-rejected,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.cancelled,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.seller-cancelled,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.auto-cancelled-log-closure,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.cancel-in-progress-log-closure,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.cancel-failed-log-closure,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.auto-rejected-log-closure,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.user-cancelled,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.user-edited-and-cancelled,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.user-stn-cancelled{background-color:#f31818}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.seller-reconfirm-timedout,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.buyer-timedout,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.sm-pending,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.cancel-in-progress{background-color:#f36618}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.buyer-pending{background-color:#208be1}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.seller-reconfirmed,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.recalled{background-color:#bd18f3}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.os-spots{background-color:#a2a8ad}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-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.all-offers-listing-table tbody tr td mat-radio-group mat-radio-button .mdc-form-field>label{left:0!important;margin-right:4px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .mdi.mdi-comment-quote-outline{cursor:pointer!important;margin-right:4px;position:relative;color:var(--primary-blue-color)}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr input+label{position:relative;top:-3px;margin:0 4px}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .mi.mdi-info-outline{color:var(--primary-blue-color);top:1px;position:relative}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr td{cursor:default!important}.easy-reset-container{margin:8px 0}.easy-reset-container button.clear-all-btn{padding:0;border:none;display:block;text-align:right;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;margin:8px 0 0 auto;cursor:pointer!important}.easy-reset-container button.clear-all-btn:hover:enabled{color:#268bff}.easy-reset-container button.clear-all-btn:disabled{color:#4a4a4a;opacity:.5;cursor:not-allowed}.period-and-metric-filter{display:flex;justify-content:space-between;align-items:flex-end}.period-and-metric-filter .order-metrics-dropdown{width:114px}:host ::ng-deep ngx-skeleton-loader .skeleton-loader{margin-top:2px!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: AnnaCoreModule }, { kind: "component", type: i4.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: "ngmodule", type: AnnaFeatureLibModule }, { kind: "component", type: ActionCommentsPopupComponent, selector: "anna-feature-action-comments-popup", inputs: ["title", "allowEdit", "applyCloseButtonText"], outputs: ["commented", "userActed", "cancel"] }, { kind: "component", type: OfferRejectionPopupComponent, selector: "anna-feature-offer-rejection-popup", inputs: ["spotType", "rejectionHeader", "rejectionPopupData", "isSubmitCommentButtonEnabled", "offerRjectionPossibleReasons", "hideExcludePECheckbox"], outputs: ["apply", "cancel", "userActed"] }, { kind: "component", type: SkeletonLoaderComponent, selector: "anna-design-skt-loader", inputs: ["theme", "count"] }, { kind: "component", type: EasyFiltersComponent, selector: "anna-design-easy-filters", inputs: ["showLoader", "tableData", "clonedTableData", "autoSelectionOfOnlyEnabledFilter", "showUnsavedChangesPopup", "isUnSavedChangesPresent", "defaultFilterNameToBeSelected", "filterToBeUpdatedManually", "easyFilters", "numberOfItemsForLoader"], outputs: ["easyFilterClickEvent", "easyFilterIsSelected", "getUpdatedDataAfterUserAction"] }, { kind: "component", type: OrderContainerFilterModalComponent, selector: "anna-design-order-container-filter-modal", inputs: ["title", "flightPeriod", "message", "showEntireFilghtPeriodSelection", "showCalendarTypeSelection", "selectedData", "disablePeriodSelection", "startDateConsideringFactor", "parentQueryParams", "PeriodOptions", "disableBroadcast", "EntireRangeSelectionMessage", "disableFiscal", "removeQuarterSelectionsIfOnlyOneQuarter", "defaultPeriodSelection", "showAllInMonthsDropdown", "showAllInQuartersDropdown", "error"], outputs: ["initialQuarterStartEndDateEmitter", "apply"] }, { 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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1308
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AllOffersListingComponent, deps: [{ token: i1.Router }, { token: i1.ActivatedRoute }, { token: i0.ChangeDetectorRef }, { token: i2.ToastrService }, { token: i3.NgbModal }, { token: i4.AnnaSortService }, { token: i4.AnnaGtHelperService }, { token: i4.AnnaFilterService }, { token: i4.AnnaGlobalConfigService }, { token: i4.AnnaPersistingFilterService }, { token: AllOffersListingService }, { token: i6.CalendarQuarterYearFilterService }, { token: ALL_OFFERS_LISTING_SERVICE_TOKEN }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1309
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: AllOffersListingComponent, isStandalone: true, selector: "anna-feature-all-offers-listing", inputs: { stationId: "stationId", orderId: "orderId", userType: "userType", persistingFilterPeriodData: "persistingFilterPeriodData", primaryOrderData: "primaryOrderData", queryParams: "queryParams", orderDefaultMetricType: "orderDefaultMetricType" }, viewQueries: [{ propertyName: "nonEditableGTComponent", first: true, predicate: AnnaNonEditableGenericTableComponent, descendants: true }, { propertyName: "actionCommentsModal", first: true, predicate: ["actionCommentsModal"], descendants: true }, { propertyName: "offerRejectionModal", first: true, predicate: ["offerRejectionReasonAndCommentModal"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"period-and-metric-filter\">\n <anna-design-order-container-filter-modal\n *ngIf=\"flightPeriodData\"\n [title]=\"'Edit Period'\"\n [selectedData]=\"persistingFilterPeriodData\"\n [flightPeriod]=\"flightPeriodData\"\n [message]=\"'Select period for which you want to view the offers for.'\"\n [PeriodOptions]=\"PeriodOptions\"\n [startDateConsideringFactor]=\"startDateConsideringFactor\"\n [parentQueryParams]=\"queryParams\"\n [defaultPeriodSelection]=\"'Week'\"\n [disablePeriodSelection]=\"periodFilterLoader || noPeriodFilterFound\"\n [EntireRangeSelectionMessage]=\"EntireRangeSelectionMessage\"\n (apply)=\"applyPeriodSelection($event)\"\n [removeQuarterSelectionsIfOnlyOneQuarter]=\"true\"\n >\n </anna-design-order-container-filter-modal>\n\n <anna-design-skt-loader\n *ngIf=\"!flightPeriodData\"\n [count]=\"1\"\n [theme]=\"{\n height: '24px',\n width: '280px',\n margin: '11px 0 0 0',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n\n <anna-design-single-select\n *ngIf=\"!showSkeletonLoading && selectedMetricType\"\n [items]=\"metricTypeList\"\n class=\"order-metrics-dropdown\"\n [selectedItem]=\"selectedMetricType\"\n [config]=\"metricDropdownConfig\"\n [disabled]=\"showSkeletonLoading || allOffersTableData?.length === 0\"\n (valueChanged)=\"metricChanged($event)\"\n >\n </anna-design-single-select>\n</div>\n\n<div class=\"d-flex easy-reset-container\">\n <anna-design-easy-filters\n [showLoader]=\"showSkeletonLoading\"\n [numberOfItemsForLoader]=\"numberOfEasyFilterLoader\"\n [easyFilters]=\"easyFilters\"\n [tableData]=\"allOffersTableData\"\n [clonedTableData]=\"clonedAllOffersTableData\"\n (easyFilterClickEvent)=\"easyFilterClicked($event)\"\n >\n </anna-design-easy-filters>\n\n <button\n *ngIf=\"!showSkeletonLoading || !selectedMetricType\"\n class=\"clear-all-btn\"\n (click)=\"clearAllFilter()\"\n [disabled]=\"disableResetAllFilter\"\n >\n Reset all filters\n </button>\n</div>\n\n<anna-core-non-editable-generic-table-lib\n class=\"order-listing-generic-table all-offers-listing-table {{ userType }}\"\n [ngClass]=\"{\n 'no-data-table': !showSkeletonLoading && allOffersTableData && allOffersTableData?.length === 0,\n 'loading-state': showSkeletonLoading\n }\"\n [showSkeletonLoading]=\"showSkeletonLoading\"\n [tableHeaders]=\"tableHeaders\"\n [tableData]=\"allOffersTableData\"\n [clonedTableData]=\"clonedAllOffersTableData\"\n [gtGeneralConfig]=\"gtGeneralConfig\"\n [includeBorderInTableHeight]=\"false\"\n [gtDimension]=\"gtDimension\"\n [clickableRow]=\"false\"\n [showOrHideToggleForTotalRow]=\"false\"\n [tdsHaveRowSpan]=\"true\"\n [hideSomeTds]=\"true\"\n (filterAppliedToTable)=\"filterAppliedToTable($event)\"\n (sortingAppliedToTable)=\"sortingAppliedToTable($event)\"\n (radioButtonMessageIconClicked)=\"radioButtonMessageIconClicked($event)\"\n [tableBorderBottomClassRequired]=\"false\"\n>\n</anna-core-non-editable-generic-table-lib>\n\n<!-- MODALS -->\n<anna-feature-action-comments-popup\n #actionCommentsModal\n [title]=\"actionCommentPopupTitle\"\n [allowEdit]=\"false\"\n>\n</anna-feature-action-comments-popup>\n\n<anna-feature-offer-rejection-popup\n #offerRejectionReasonAndCommentModal\n [rejectionPopupData]=\"rejectionPopupData\"\n [spotType]=\"spotTypeForRejectionPoup\"\n [isSubmitCommentButtonEnabled]=\"false\"\n [offerRjectionPossibleReasons]=\"offerRejectionPossibleReasons\"\n>\n</anna-feature-offer-rejection-popup>\n", styles: [":host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.SELLER .scroll-left-shadow-effect:not(.no-data-table) td:nth-of-type(14){filter:drop-shadow(2px 0 1px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.SELLER .scroll-left-shadow-effect:not(.no-data-table) .total-row td:nth-of-type(0){filter:drop-shadow(2px 0 2px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.SELLER .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.all-offers-listing-table.SELLER .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.all-offers-listing-table.SELLER .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.all-offers-listing-table.SELLER .total-row td br{display:block;content:\"\";margin-top:-6px}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.SELLER .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.all-offers-listing-table.SELLER .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.all-offers-listing-table.SELLER .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.all-offers-listing-table.SELLER .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.all-offers-listing-table.SELLER .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.all-offers-listing-table.SELLER .total-row td:nth-of-type(6){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.all-offers-listing-table.SELLER .total-row td:nth-of-type(7){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.all-offers-listing-table.SELLER .total-row td:nth-of-type(8){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.all-offers-listing-table.SELLER .total-row td:nth-of-type(9){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.all-offers-listing-table.SELLER .total-row td:nth-of-type(10){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.all-offers-listing-table.SELLER .total-row td:nth-of-type(11){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.all-offers-listing-table.SELLER .total-row td:nth-of-type(12){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.all-offers-listing-table.SELLER .total-row td:nth-of-type(13){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.all-offers-listing-table.SELLER .total-row td:nth-of-type(14){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.all-offers-listing-table.SELLER tbody tr td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER 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.all-offers-listing-table.SELLER tbody tr td:nth-of-type(13){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.SELLER tbody tr td:nth-of-type(14){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.all-offers-listing-table.BUYER .scroll-left-shadow-effect:not(.no-data-table) td:nth-of-type(12){filter:drop-shadow(2px 0 1px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.BUYER .scroll-left-shadow-effect:not(.no-data-table) .total-row td:nth-of-type(0){filter:drop-shadow(2px 0 2px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-table.BUYER .total-row td br{display:block;content:\"\";margin-top:-6px}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-table.BUYER .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.all-offers-listing-table.BUYER .total-row td:nth-of-type(6){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.all-offers-listing-table.BUYER .total-row td:nth-of-type(7){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.all-offers-listing-table.BUYER .total-row td:nth-of-type(8){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.all-offers-listing-table.BUYER .total-row td:nth-of-type(9){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.all-offers-listing-table.BUYER .total-row td:nth-of-type(10){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.all-offers-listing-table.BUYER .total-row td:nth-of-type(11){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.all-offers-listing-table.BUYER .total-row td:nth-of-type(12){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.all-offers-listing-table.BUYER tbody tr td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-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.all-offers-listing-table.BUYER tbody tr td:nth-of-type(12){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.all-offers-listing-table.BUYER thead th.mat-column-selectedAction{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.all-offers-listing-table.BUYER tbody tr td.mat-column-selectedAction{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.all-offers-listing-table .table-container::-webkit-scrollbar-track{margin-top:calc(105px - var(--hide-total-row-scrollbar-offset));margin-left:0}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table .scroll-left-shadow-effect .header-row th:nth-of-type(0){border:none!important;filter:drop-shadow(2px 0 0px #d4d4d4)}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table .header-row{background:#ededed}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .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.all-offers-listing-table .header-row th:nth-of-type(13){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.all-offers-listing-table .header-row th:nth-of-type(14){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.all-offers-listing-table .table-container.no-data-table>div{height:128px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table .table-container.no-data-table>div tr td{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table tbody tr.no-border-tr:first-of-type td:nth-of-type(13){box-shadow:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr.no-border-tr:first-of-type td:nth-of-type(14){box-shadow:inset -1px 0 #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table 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.all-offers-listing-table tbody tr.no-border-tr:last-of-type td:nth-of-type(13){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr.no-border-tr:last-of-type td:nth-of-type(14){box-shadow:inset -1px -1px #d4d4d4!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table .table-container#generic-table-conatiner::-webkit-scrollbar-track{margin-top:40px!important;margin-right:150px!important;margin-left:262px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container{max-height:fit-content!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container table thead tr th ngx-skeleton-loader div{margin-bottom:4px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container table thead tr th:nth-child(1),:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-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.all-offers-listing-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.all-offers-listing-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container table thead tr th:nth-child(1){z-index:505!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-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.all-offers-listing-table .table-container#generic-table-conatiner .horizontal-scroll-for-table-container{max-height:calc(100vh - 297px)!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.no-data-table .table-container#generic-table-conatiner{border-left:none!important;height:fit-content!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.no-data-table .table-container#generic-table-conatiner tbody tr td.mat-column-offerId{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.no-data-table .table-container#generic-table-conatiner tbody tr.no-border-tr td:nth-of-type(1){filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.no-data-table .table-container#generic-table-conatiner tbody tr td:nth-last-child(1).mat-column-selectedAction{filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table.no-data-table .table-container#generic-table-conatiner 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.all-offers-listing-table.no-data-table .table-container#generic-table-conatiner 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.all-offers-listing-table thead .header-row th.mat-column-offerId:nth-of-type(1){box-shadow:inset 1px 1px #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important;filter:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-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.all-offers-listing-table tbody tr td.mat-column-offerId: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.all-offers-listing-table tbody tr.redcolor-cell-border td.mat-column-rate{outline:1px solid #f44336!important;outline-offset:-1px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr.orangecolor-cell-border td.mat-column-ratingOrImps{outline:1px solid #f97b07!important;outline-offset:-1px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr.orangecolor-cell-border td.mat-column-ratingOrImps i.mdi.mdi-information-outline{margin-left:4px;float:right!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-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.all-offers-listing-table tbody tr .status-tag{color:#fff;display:inline-block;padding:2px 6px;font-weight:700;line-height:14.06px;border-radius:2px;background-color:gray}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.seller-pending,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.rep-entry-in-progress,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.seller-reconfirm,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.wot-entry-in-progress,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.confirm-in-progress,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.recall-in-progress{background-color:#f3bd18}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.seller-approved,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.buyer-approved,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.sm-approved,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.confirmed,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.user-confirmed,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.user-edited-and-confirmed,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.user-edited{background-color:#00c853}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.seller-rejected,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.rep-entry-failed,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.buyer-rejected,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.wot-entry-failed,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.sm-rejected,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.cancelled,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.seller-cancelled,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.auto-cancelled-log-closure,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.cancel-in-progress-log-closure,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.cancel-failed-log-closure,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.auto-rejected-log-closure,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.user-cancelled,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.user-edited-and-cancelled,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.user-stn-cancelled{background-color:#f31818}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.seller-reconfirm-timedout,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.buyer-timedout,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.sm-pending,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.cancel-in-progress{background-color:#f36618}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.buyer-pending{background-color:#208be1}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.seller-reconfirmed,:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.recalled{background-color:#bd18f3}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .status-tag.os-spots{background-color:#a2a8ad}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-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.all-offers-listing-table tbody tr td mat-radio-group mat-radio-button .mdc-form-field>label{left:0!important;margin-right:4px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .mdi.mdi-comment-quote-outline{cursor:pointer!important;margin-right:4px;position:relative;color:var(--primary-blue-color)}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr input+label{position:relative;top:-3px;margin:0 4px}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr .mi.mdi-info-outline{color:var(--primary-blue-color);top:1px;position:relative}:host ::ng-deep anna-core-non-editable-generic-table-lib.all-offers-listing-table tbody tr td{cursor:default!important}.easy-reset-container{margin:8px 0}.easy-reset-container button.clear-all-btn{padding:0;border:none;display:block;text-align:right;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;margin:8px 0 0 auto;cursor:pointer!important}.easy-reset-container button.clear-all-btn:hover:enabled{color:#268bff}.easy-reset-container button.clear-all-btn:disabled{color:#4a4a4a;opacity:.5;cursor:not-allowed}.period-and-metric-filter{display:flex;justify-content:space-between;align-items:flex-end}.period-and-metric-filter .order-metrics-dropdown{width:114px}:host ::ng-deep ngx-skeleton-loader .skeleton-loader{margin-top:2px!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: AnnaCoreModule }, { kind: "component", type: i4.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"], 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: "ngmodule", type: AnnaFeatureLibModule }, { kind: "component", type: ActionCommentsPopupComponent, selector: "anna-feature-action-comments-popup", inputs: ["title", "allowEdit", "applyCloseButtonText"], outputs: ["commented", "userActed", "cancel"] }, { kind: "component", type: OfferRejectionPopupComponent, selector: "anna-feature-offer-rejection-popup", inputs: ["spotType", "rejectionHeader", "rejectionPopupData", "isSubmitCommentButtonEnabled", "offerRjectionPossibleReasons", "hideExcludePECheckbox"], outputs: ["apply", "cancel", "userActed"] }, { kind: "component", type: SkeletonLoaderComponent, selector: "anna-design-skt-loader", inputs: ["theme", "count"] }, { kind: "component", type: EasyFiltersComponent, selector: "anna-design-easy-filters", inputs: ["showLoader", "tableData", "clonedTableData", "autoSelectionOfOnlyEnabledFilter", "showUnsavedChangesPopup", "isUnSavedChangesPresent", "defaultFilterNameToBeSelected", "filterToBeUpdatedManually", "easyFilters", "numberOfItemsForLoader"], outputs: ["easyFilterClickEvent", "easyFilterIsSelected", "getUpdatedDataAfterUserAction"] }, { kind: "component", type: OrderContainerFilterModalComponent, selector: "anna-design-order-container-filter-modal", inputs: ["title", "flightPeriod", "message", "showEntireFilghtPeriodSelection", "showCalendarTypeSelection", "selectedData", "disablePeriodSelection", "startDateConsideringFactor", "parentQueryParams", "PeriodOptions", "disableBroadcast", "EntireRangeSelectionMessage", "disableFiscal", "removeQuarterSelectionsIfOnlyOneQuarter", "defaultPeriodSelection", "showAllInMonthsDropdown", "showAllInQuartersDropdown", "error"], outputs: ["initialQuarterStartEndDateEmitter", "apply"] }, { 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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1310
1310
|
}
|
|
1311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AllOffersListingComponent, decorators: [{
|
|
1312
1312
|
type: Component,
|
|
1313
1313
|
args: [{ selector: "anna-feature-all-offers-listing", imports: [
|
|
1314
1314
|
CommonModule,
|