@annalib/anna-feature-biz-rules 48.0.0-final-ng-19 → 49.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.
@@ -355,10 +355,10 @@ class AdvertiserFilterModalComponent {
355
355
  this.includeExpiredAdvertisers = !this.includeExpiredAdvertisers;
356
356
  this.isFilterDropdownValueChanged();
357
357
  }
358
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AdvertiserFilterModalComponent, deps: [{ token: i1.NgbModal }, { token: i2.AnnaGlobalConfigService }, { token: i3.CalendarQuarterYearFilterService }, { token: i2.UpdateStationIdService }], target: i0.ɵɵFactoryTarget.Component }); }
359
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: AdvertiserFilterModalComponent, isStandalone: true, selector: "anna-feature-biz-rules-advertiser-filter-modal", inputs: { toDisable: "toDisable", filterData: "filterData", persistingFilter: "persistingFilter", stationIdsWithValidLicense: "stationIdsWithValidLicense", toShowAllPeriodModeSetting: "toShowAllPeriodModeSetting", PeriodOptions: "PeriodOptions" }, outputs: { applyFilter: "applyFilter", getInitialFilter: "getInitialFilter" }, viewQueries: [{ propertyName: "dbFilterModal", first: true, predicate: ["dbFilterModal"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<article class=\"selected-filters-container\">\n <section\n *ngIf=\"filterData\"\n class=\"filter-view\"\n >\n <div>\n <header class=\"header\">Station</header>\n <p class=\"selected-value\">\n {{ previousSelectedStation && previousSelectedStation.text ? previousSelectedStation.text : \"-\" }}\n </p>\n </div>\n\n <div>\n <ng-container\n *ngIf=\"!periodDataLoader\"\n [ngTemplateOutlet]=\"periodSelected\"\n ></ng-container>\n <ng-container\n *ngIf=\"periodDataLoader\"\n [ngTemplateOutlet]=\"periodSkeletonLoader\"\n ></ng-container>\n </div>\n </section>\n\n <section\n *ngIf=\"!filterData\"\n class=\"filter-view\"\n >\n <ng-container [ngTemplateOutlet]=\"skeletonLoader\"></ng-container>\n </section>\n\n <button\n *ngIf=\"!toDisable\"\n class=\"anna edit-button\"\n [disabled]=\"!filterData || noQuarterYearPresent || toDisable\"\n (click)=\"openFilterModal()\"\n >\n Edit\n </button>\n <ng-container\n *ngIf=\"toDisable\"\n [ngTemplateOutlet]=\"editButtonLoader\"\n ></ng-container>\n</article>\n\n<ng-template\n #dbFilterModal\n let-modal\n>\n <div class=\"modal-header confirm-modal-header\">\n <h3 class=\"modal-title\">Edit Filter</h3>\n </div>\n <div class=\"modal-body\">\n <div class=\"filter-dropdown\">\n <div class=\"popup-filter\">\n <header class=\"header\">Station</header>\n <anna-design-single-select\n *ngIf=\"stations.length\"\n [items]=\"stations\"\n [selectedItem]=\"selectedStation\"\n [config]=\"stationDropdownConfig\"\n (valueChanged)=\"stationSelected($event)\"\n >\n </anna-design-single-select>\n </div>\n\n <div>\n <div class=\"custom-radio-group\">\n <div\n class=\"d-flex bold-text\"\n (click)=\"\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle =\n advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers;\n showCalendarSelectionAndAllActiveAdvertisersToggled(\n advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers\n )\n \"\n >\n <span\n class=\"mdi radio-button-icon\"\n [ngClass]=\"{\n 'mdi-radiobox-marked':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle ===\n advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers,\n 'mdi-radiobox-blank':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle !==\n advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers\n }\"\n ></span>\n {{ advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers }}\n </div>\n\n <label\n class=\"checkbox-and-message pl-30\"\n [ngClass]=\"{\n 'disabled-label':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle ===\n advertiserListingFilterPopupradioButtons?.calendarSelection\n }\"\n (click)=\"showOrHideExpiredAdvertisers()\"\n >\n <i\n class=\"mi mdi-check-box\"\n *ngIf=\"includeExpiredAdvertisers\"\n ></i>\n <i\n class=\"mi mdi-check-box-outline-blank\"\n *ngIf=\"!includeExpiredAdvertisers\"\n ></i>\n <span>Also include expired advertisers</span>\n </label>\n\n <br />\n\n <div\n class=\"d-flex bold-text\"\n (click)=\"\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle =\n advertiserListingFilterPopupradioButtons?.calendarSelection;\n showCalendarSelectionAndAllActiveAdvertisersToggled(\n advertiserListingFilterPopupradioButtons?.calendarSelection\n )\n \"\n >\n <span\n class=\"mdi radio-button-icon\"\n [ngClass]=\"{\n 'mdi-radiobox-marked':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle ===\n advertiserListingFilterPopupradioButtons?.calendarSelection,\n 'mdi-radiobox-blank':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle !==\n advertiserListingFilterPopupradioButtons?.calendarSelection\n }\"\n ></span>\n {{ advertiserListingFilterPopupradioButtons?.calendarSelection }}\n </div>\n </div>\n </div>\n\n <div class=\"popup-filter pl-30\">\n <anna-design-generic-period-selection\n [selectedData]=\"persistingFilter?.periodData\"\n [disablePeriodSelection]=\"\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle !==\n advertiserListingFilterPopupradioButtons.calendarSelection\n \"\n [PeriodOptions]=\"PeriodOptions\"\n [minMaxDateRangeForCalendar]=\"minMaxDateRangeForCalendar\"\n [startDateConsideringFactor]=\"StartDateConsideringFactor.FLIGHT_START_DATE\"\n (isFilterChanged)=\"isPeriodFilterChanged($event)\"\n [toShowAllPeriodMode]=\"toShowAllPeriodModeSetting\"\n [showAllSelectionInDropdown]=\"false\"\n [toShowAllMonthsOfYear]=\"false\"\n >\n </anna-design-generic-period-selection>\n </div>\n </div>\n <div class=\"btn-group\">\n <button\n class=\"anna cancel-button\"\n (click)=\"onCancelClicked()\"\n >\n Cancel\n </button>\n\n <button\n class=\"anna apply-button\"\n [disabled]=\"!isFilterValueChanged || !selectedStartDate || !selectedEndDate\"\n (click)=\"onApplyFilterAndUpdateNavigation()\"\n >\n Apply\n </button>\n </div>\n </div>\n</ng-template>\n\n<ng-template #periodSelected>\n <header class=\"header\">Period</header>\n <ng-container *ngIf=\"clonedFilter.periodData && clonedFilter?.showCalendarSelection\">\n <ng-container [ngSwitch]=\"clonedFilter.periodData.periodMode\">\n <p\n class=\"selected-value\"\n *ngSwitchCase=\"constants.Quarter\"\n >\n {{ clonedFilter.periodData.year }}\n {{ clonedFilter.periodData.quarter }}\n </p>\n </ng-container>\n </ng-container>\n\n <ng-container *ngIf=\"!clonedFilter.periodData || !clonedFilter?.showCalendarSelection\">\n <p class=\"selected-value\">-</p>\n </ng-container>\n</ng-template>\n\n<ng-template #skeletonLoader>\n <anna-design-skt-loader\n [theme]=\"{\n height: '100%',\n width: '150px',\n 'margin-bottom': '0',\n 'margin-right': '20px',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n <anna-design-skt-loader\n [theme]=\"{\n height: '100%',\n width: '170px',\n 'margin-bottom': '0',\n 'margin-right': '20px',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n</ng-template>\n\n<ng-template #periodSkeletonLoader>\n <anna-design-skt-loader\n [theme]=\"{\n height: '100%',\n width: '167px',\n 'margin-bottom': '0',\n 'margin-right': '0px',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n</ng-template>\n\n<ng-template #editButtonLoader>\n <anna-design-skt-loader\n [theme]=\"{\n height: '100%',\n width: '52px',\n 'margin-bottom': '0',\n 'margin-right': '0px',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n</ng-template>\n", styles: [".selected-filters-container{border-radius:2px;border:1px solid #268bff;padding:.625rem .5rem .625rem 1.5rem;display:flex;flex-wrap:nowrap;justify-content:space-between;height:50px}.filter-view{display:flex;gap:1.5625rem}.edit-button{margin-top:3px}.header{margin-bottom:0;color:#333;font-family:Roboto;font-size:var(--primary-filter-label-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.popup-dropdown-label{margin-bottom:0;color:#333;font-family:Roboto;font-size:var(--dropdown-label-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.selected-value{margin-bottom:0;color:#767676;font-family:Roboto;font-size:var(--primary-filter-value-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}::ng-deep .dashboard-filter-modal .modal-dialog{top:80px!important}::ng-deep .dashboard-filter-modal .modal-content{min-width:28.125rem;width:28.125rem;max-width:28.125rem}::ng-deep .dashboard-filter-modal .modal-header{padding:.5rem .5rem .25rem 1.5rem}::ng-deep .dashboard-filter-modal .modal-header .modal-title{color:#fff;margin-top:auto;margin-bottom:0;font-family:Roboto;font-size:var(--modal-header-title-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}::ng-deep .dashboard-filter-modal .modal-header i{color:#fff;font-size:1.5rem}::ng-deep .dashboard-filter-modal .modal-header i:hover,::ng-deep .dashboard-filter-modal .modal-header i:focus{opacity:1!important;color:#fff}::ng-deep .dashboard-filter-modal .modal-body{padding:1.5rem}::ng-deep .dashboard-filter-modal .modal-body .popup-filter{margin-bottom:1rem}::ng-deep .dashboard-filter-modal .modal-body .btn-group{display:flex;justify-content:space-between;padding-top:.5rem}.border-top{border-top:solid 1px #d3d3d3!important;padding-block:.9375rem}p{margin-bottom:0;font-size:.875rem}.pl-30{padding-left:30px}.radio-button-icon{font-size:18px;line-height:19px;margin-right:7px;display:flex;font-weight:500;color:#268bff;cursor:pointer}.radio-button-icon.disabled{color:#d8d8d8!important;cursor:default}.checkbox-and-message{display:flex;vertical-align:middle;align-items:center;height:max-content;margin-bottom:0;cursor:pointer}.checkbox-and-message i{color:#268bff;font-size:14px;margin-right:4px}.checkbox-and-message span{font-size:var(--checkbox-label-fs)}.bold-text{font-weight:700;align-items:center;font-size:var(--radio-button-label-fs)}.disabled-label{pointer-events:none!important}.disabled-label i{color:#d4d4d4}:host::ng-deep .period-select-modal-radio p{margin-top:0!important}::ng-deep #dropdown-trigger{min-width:120px}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: MatRadioModule }, { kind: "component", type: SingleSelectComponent, selector: "anna-design-single-select", inputs: ["config", "loading", "showAdditionalDataInSelectedText", "disabled", "items", "selectedItem", "keyToUseForDisplay", "keyToUseForCheckingSelectedItem", "hideDropdownArrow", "borderbottomObject", "defaultDropdownHeight", "itemsToHideInDropdownIds", "showClearSelection"], outputs: ["valueChanged", "dropdownClosedEvent", "dropdownOpenedEvent", "clearSelectionClickedEvent"] }, { kind: "component", type: GenericPeriodSelectionComponent, selector: "anna-design-generic-period-selection", inputs: ["showEntireFlightPeriodSelection", "initialEntireFlightPeriodSelected", "minMaxDateRangeForCalendar", "selectedData", "disablePeriodSelection", "startDateConsideringFactor", "toShowAllPeriodMode", "toShowAllMonthsOfYear", "showAllSelectionInDropdown", "showCalendarTypeRadioBtn", "considerMinMaxDateRangeForCalendar", "considerFirstQuarterForMonthCreation", "PeriodOptions"], outputs: ["apply", "isFilterChanged"] }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: SkeletonLoaderComponent, selector: "anna-design-skt-loader", inputs: ["theme", "count"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
358
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AdvertiserFilterModalComponent, deps: [{ token: i1.NgbModal }, { token: i2.AnnaGlobalConfigService }, { token: i3.CalendarQuarterYearFilterService }, { token: i2.UpdateStationIdService }], target: i0.ɵɵFactoryTarget.Component }); }
359
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: AdvertiserFilterModalComponent, isStandalone: true, selector: "anna-feature-biz-rules-advertiser-filter-modal", inputs: { toDisable: "toDisable", filterData: "filterData", persistingFilter: "persistingFilter", stationIdsWithValidLicense: "stationIdsWithValidLicense", toShowAllPeriodModeSetting: "toShowAllPeriodModeSetting", PeriodOptions: "PeriodOptions" }, outputs: { applyFilter: "applyFilter", getInitialFilter: "getInitialFilter" }, viewQueries: [{ propertyName: "dbFilterModal", first: true, predicate: ["dbFilterModal"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<article class=\"selected-filters-container\">\n <section\n *ngIf=\"filterData\"\n class=\"filter-view\"\n >\n <div>\n <header class=\"header\">Station</header>\n <p class=\"selected-value\">\n {{ previousSelectedStation && previousSelectedStation.text ? previousSelectedStation.text : \"-\" }}\n </p>\n </div>\n\n <div>\n <ng-container\n *ngIf=\"!periodDataLoader\"\n [ngTemplateOutlet]=\"periodSelected\"\n ></ng-container>\n <ng-container\n *ngIf=\"periodDataLoader\"\n [ngTemplateOutlet]=\"periodSkeletonLoader\"\n ></ng-container>\n </div>\n </section>\n\n <section\n *ngIf=\"!filterData\"\n class=\"filter-view\"\n >\n <ng-container [ngTemplateOutlet]=\"skeletonLoader\"></ng-container>\n </section>\n\n <button\n *ngIf=\"!toDisable\"\n class=\"anna edit-button\"\n [disabled]=\"!filterData || noQuarterYearPresent || toDisable\"\n (click)=\"openFilterModal()\"\n >\n Edit\n </button>\n <ng-container\n *ngIf=\"toDisable\"\n [ngTemplateOutlet]=\"editButtonLoader\"\n ></ng-container>\n</article>\n\n<ng-template\n #dbFilterModal\n let-modal\n>\n <div class=\"modal-header confirm-modal-header\">\n <h3 class=\"modal-title\">Edit Filter</h3>\n </div>\n <div class=\"modal-body\">\n <div class=\"filter-dropdown\">\n <div class=\"popup-filter\">\n <header class=\"header\">Station</header>\n <anna-design-single-select\n *ngIf=\"stations.length\"\n [items]=\"stations\"\n [selectedItem]=\"selectedStation\"\n [config]=\"stationDropdownConfig\"\n (valueChanged)=\"stationSelected($event)\"\n >\n </anna-design-single-select>\n </div>\n\n <div>\n <div class=\"custom-radio-group\">\n <div\n class=\"d-flex bold-text\"\n (click)=\"\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle =\n advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers;\n showCalendarSelectionAndAllActiveAdvertisersToggled(\n advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers\n )\n \"\n >\n <span\n class=\"mdi radio-button-icon\"\n [ngClass]=\"{\n 'mdi-radiobox-marked':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle ===\n advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers,\n 'mdi-radiobox-blank':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle !==\n advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers\n }\"\n ></span>\n {{ advertiserListingFilterPopupradioButtons?.showAllActiveAdvertisers }}\n </div>\n\n <label\n class=\"checkbox-and-message pl-30\"\n [ngClass]=\"{\n 'disabled-label':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle ===\n advertiserListingFilterPopupradioButtons?.calendarSelection\n }\"\n (click)=\"showOrHideExpiredAdvertisers()\"\n >\n <i\n class=\"mi mdi-check-box\"\n *ngIf=\"includeExpiredAdvertisers\"\n ></i>\n <i\n class=\"mi mdi-check-box-outline-blank\"\n *ngIf=\"!includeExpiredAdvertisers\"\n ></i>\n <span>Also include expired advertisers</span>\n </label>\n\n <br />\n\n <div\n class=\"d-flex bold-text\"\n (click)=\"\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle =\n advertiserListingFilterPopupradioButtons?.calendarSelection;\n showCalendarSelectionAndAllActiveAdvertisersToggled(\n advertiserListingFilterPopupradioButtons?.calendarSelection\n )\n \"\n >\n <span\n class=\"mdi radio-button-icon\"\n [ngClass]=\"{\n 'mdi-radiobox-marked':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle ===\n advertiserListingFilterPopupradioButtons?.calendarSelection,\n 'mdi-radiobox-blank':\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle !==\n advertiserListingFilterPopupradioButtons?.calendarSelection\n }\"\n ></span>\n {{ advertiserListingFilterPopupradioButtons?.calendarSelection }}\n </div>\n </div>\n </div>\n\n <div class=\"popup-filter pl-30\">\n <anna-design-generic-period-selection\n [selectedData]=\"persistingFilter?.periodData\"\n [disablePeriodSelection]=\"\n selectedValueForCalendarSelectionAndAllActiveAdvertisersToggle !==\n advertiserListingFilterPopupradioButtons.calendarSelection\n \"\n [PeriodOptions]=\"PeriodOptions\"\n [minMaxDateRangeForCalendar]=\"minMaxDateRangeForCalendar\"\n [startDateConsideringFactor]=\"StartDateConsideringFactor.FLIGHT_START_DATE\"\n (isFilterChanged)=\"isPeriodFilterChanged($event)\"\n [toShowAllPeriodMode]=\"toShowAllPeriodModeSetting\"\n [showAllSelectionInDropdown]=\"false\"\n [toShowAllMonthsOfYear]=\"false\"\n >\n </anna-design-generic-period-selection>\n </div>\n </div>\n <div class=\"btn-group\">\n <button\n class=\"anna cancel-button\"\n (click)=\"onCancelClicked()\"\n >\n Cancel\n </button>\n\n <button\n class=\"anna apply-button\"\n [disabled]=\"!isFilterValueChanged || !selectedStartDate || !selectedEndDate\"\n (click)=\"onApplyFilterAndUpdateNavigation()\"\n >\n Apply\n </button>\n </div>\n </div>\n</ng-template>\n\n<ng-template #periodSelected>\n <header class=\"header\">Period</header>\n <ng-container *ngIf=\"clonedFilter.periodData && clonedFilter?.showCalendarSelection\">\n <ng-container [ngSwitch]=\"clonedFilter.periodData.periodMode\">\n <p\n class=\"selected-value\"\n *ngSwitchCase=\"constants.Quarter\"\n >\n {{ clonedFilter.periodData.year }}\n {{ clonedFilter.periodData.quarter }}\n </p>\n </ng-container>\n </ng-container>\n\n <ng-container *ngIf=\"!clonedFilter.periodData || !clonedFilter?.showCalendarSelection\">\n <p class=\"selected-value\">-</p>\n </ng-container>\n</ng-template>\n\n<ng-template #skeletonLoader>\n <anna-design-skt-loader\n [theme]=\"{\n height: '100%',\n width: '150px',\n 'margin-bottom': '0',\n 'margin-right': '20px',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n <anna-design-skt-loader\n [theme]=\"{\n height: '100%',\n width: '170px',\n 'margin-bottom': '0',\n 'margin-right': '20px',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n</ng-template>\n\n<ng-template #periodSkeletonLoader>\n <anna-design-skt-loader\n [theme]=\"{\n height: '100%',\n width: '167px',\n 'margin-bottom': '0',\n 'margin-right': '0px',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n</ng-template>\n\n<ng-template #editButtonLoader>\n <anna-design-skt-loader\n [theme]=\"{\n height: '100%',\n width: '52px',\n 'margin-bottom': '0',\n 'margin-right': '0px',\n display: 'inline-block'\n }\"\n >\n </anna-design-skt-loader>\n</ng-template>\n", styles: [".selected-filters-container{border-radius:2px;border:1px solid #268bff;padding:.625rem .5rem .625rem 1.5rem;display:flex;flex-wrap:nowrap;justify-content:space-between;height:50px}.filter-view{display:flex;gap:1.5625rem}.edit-button{margin-top:3px}.header{margin-bottom:0;color:#333;font-family:Roboto;font-size:var(--primary-filter-label-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.popup-dropdown-label{margin-bottom:0;color:#333;font-family:Roboto;font-size:var(--dropdown-label-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.selected-value{margin-bottom:0;color:#767676;font-family:Roboto;font-size:var(--primary-filter-value-fs);font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}::ng-deep .dashboard-filter-modal .modal-dialog{top:80px!important}::ng-deep .dashboard-filter-modal .modal-content{min-width:28.125rem;width:28.125rem;max-width:28.125rem}::ng-deep .dashboard-filter-modal .modal-header{padding:.5rem .5rem .25rem 1.5rem}::ng-deep .dashboard-filter-modal .modal-header .modal-title{color:#fff;margin-top:auto;margin-bottom:0;font-family:Roboto;font-size:var(--modal-header-title-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}::ng-deep .dashboard-filter-modal .modal-header i{color:#fff;font-size:1.5rem}::ng-deep .dashboard-filter-modal .modal-header i:hover,::ng-deep .dashboard-filter-modal .modal-header i:focus{opacity:1!important;color:#fff}::ng-deep .dashboard-filter-modal .modal-body{padding:1.5rem}::ng-deep .dashboard-filter-modal .modal-body .popup-filter{margin-bottom:1rem}::ng-deep .dashboard-filter-modal .modal-body .btn-group{display:flex;justify-content:space-between;padding-top:.5rem}.border-top{border-top:solid 1px #d3d3d3!important;padding-block:.9375rem}p{margin-bottom:0;font-size:.875rem}.pl-30{padding-left:30px}.radio-button-icon{font-size:18px;line-height:19px;margin-right:7px;display:flex;font-weight:500;color:#268bff;cursor:pointer}.radio-button-icon.disabled{color:#d8d8d8!important;cursor:default}.checkbox-and-message{display:flex;vertical-align:middle;align-items:center;height:max-content;margin-bottom:0;cursor:pointer}.checkbox-and-message i{color:#268bff;font-size:14px;margin-right:4px}.checkbox-and-message span{font-size:var(--checkbox-label-fs)}.bold-text{font-weight:700;align-items:center;font-size:var(--radio-button-label-fs)}.disabled-label{pointer-events:none!important}.disabled-label i{color:#d4d4d4}:host::ng-deep .period-select-modal-radio p{margin-top:0!important}::ng-deep #dropdown-trigger{min-width:120px}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: MatRadioModule }, { kind: "component", type: SingleSelectComponent, selector: "anna-design-single-select", inputs: ["config", "loading", "showAdditionalDataInSelectedText", "disabled", "items", "selectedItem", "keyToUseForDisplay", "keyToUseForCheckingSelectedItem", "hideDropdownArrow", "borderbottomObject", "defaultDropdownHeight", "itemsToHideInDropdownIds", "showClearSelection"], outputs: ["valueChanged", "dropdownClosedEvent", "dropdownOpenedEvent", "clearSelectionClickedEvent"] }, { kind: "component", type: GenericPeriodSelectionComponent, selector: "anna-design-generic-period-selection", inputs: ["showEntireFlightPeriodSelection", "initialEntireFlightPeriodSelected", "minMaxDateRangeForCalendar", "selectedData", "disablePeriodSelection", "startDateConsideringFactor", "toShowAllPeriodMode", "toShowAllMonthsOfYear", "showAllSelectionInDropdown", "showCalendarTypeRadioBtn", "considerMinMaxDateRangeForCalendar", "considerFirstQuarterForMonthCreation", "PeriodOptions"], outputs: ["apply", "isFilterChanged"] }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: SkeletonLoaderComponent, selector: "anna-design-skt-loader", inputs: ["theme", "count"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
360
360
  }
361
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AdvertiserFilterModalComponent, decorators: [{
361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AdvertiserFilterModalComponent, decorators: [{
362
362
  type: Component,
363
363
  args: [{ selector: "anna-feature-biz-rules-advertiser-filter-modal", changeDetection: ChangeDetectionStrategy.OnPush, imports: [
364
364
  NgIf,
@@ -408,10 +408,10 @@ class AdvertiserEzFilterConstants {
408
408
  }
409
409
 
410
410
  class AdvTableListingService {
411
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AdvTableListingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
412
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AdvTableListingService, providedIn: "root" }); }
411
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AdvTableListingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
412
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AdvTableListingService, providedIn: "root" }); }
413
413
  }
414
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AdvTableListingService, decorators: [{
414
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AdvTableListingService, decorators: [{
415
415
  type: Injectable,
416
416
  args: [{
417
417
  providedIn: "root",
@@ -707,10 +707,10 @@ class AdvertiserTableListingComponent {
707
707
  this.annaSortService.noSortingAppliedData = cloneDeep(this.advertiserTableData);
708
708
  this.annaFilterService.updateStateOfAllTheKeys(this.annaSortService.columnSortState);
709
709
  }
710
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AdvertiserTableListingComponent, deps: [{ token: i1$1.Router }, { token: i1$1.ActivatedRoute }, { token: i2.AnnaPersistingFilterService }, { token: i2.AnnaGtHelperService }, { token: i2.AnnaFilterService }, { token: i2.AnnaSortService }, { token: i3$1.GenericBusinessRuleCommonSIBILogicService }, { token: AdvTableListingService }], target: i0.ɵɵFactoryTarget.Component }); }
711
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: AdvertiserTableListingComponent, isStandalone: true, selector: "anna-feature-biz-rules-advertiser-table-listing", inputs: { advertiserTableData: "advertiserTableData", advertiserTableDataClonned: "advertiserTableDataClonned", loading: "loading", userType: "userType", gtGeneralConfig: "gtGeneralConfig", gtDimension: "gtDimension", tableHeaders: "tableHeaders", easyFilters: "easyFilters", showNoDataToDisplayInsideTable: "showNoDataToDisplayInsideTable", showExpiredAdvertisers: "showExpiredAdvertisers", numberOfEasyFilterLoader: "numberOfEasyFilterLoader", totalAdvertisersMessage: "totalAdvertisersMessage", popupFilters: "popupFilters" }, outputs: { advertiserNameClicked: "advertiserNameClicked", resetAllFilter: "resetAllFilter", columnfilterAppliedToTable: "columnfilterAppliedToTable", easyFilterClicked: "easyFilterClicked" }, viewQueries: [{ propertyName: "nonEditableGTComponent", first: true, predicate: AnnaNonEditableGenericTableComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: "<section class=\"advertiser-container {{ userType }}\">\n <ng-container *ngIf=\"!showNoDataToDisplayInsideTable && !loading && advertiserTableDataClonned.length === 0\">\n <anna-design-message-box\n class=\"no-data-info-msg\"\n [messageBoxData]=\"messageBoxData\"\n [hide]=\"false\"\n [headerAsBlockElement]=\"false\"\n [showHyphen]=\"false\"\n >\n </anna-design-message-box>\n </ng-container>\n <ng-container\n *ngIf=\"loading || (!loading && (showNoDataToDisplayInsideTable || advertiserTableDataClonned.length > 0))\"\n >\n <!-- <div class=\"d-flex p-8\" *ngIf=\"userType === 'SELLER'\">\n <anna-design-easy-filters\n [showLoader]=\"loading\"\n [numberOfItemsForLoader]=\"numberOfEasyFilterLoader\"\n [easyFilters]=\"easyFilters\"\n [tableData]=\"advertiserTableData\"\n [clonedTableData]=\"advertiserTableDataClonned\"\n (easyFilterClickEvent)=\"intelliFilterClicked($event)\"\n >\n </anna-design-easy-filters>\n </div> -->\n\n <div class=\"main-table\">\n <div class=\"count-text\">\n <anna-design-skt-loader\n *ngIf=\"loading\"\n [theme]=\"{ height: '12px', width: '120px', 'margin-bottom': '0', 'margin-top': '0' }\"\n >\n </anna-design-skt-loader>\n <span *ngIf=\"!loading && advertiserTableData?.length\"\n >{{ totalAdvertisersMessage }}: <b>{{ advertiserTableData.length }}</b></span\n >\n </div>\n\n <button\n *ngIf=\"!loading\"\n class=\"clear-all-btn\"\n [disabled]=\"disableClearAllBtn\"\n (click)=\"clearAllFiltersAndSorting()\"\n >\n Reset all filters\n </button>\n\n <anna-core-non-editable-generic-table-lib\n [showSkeletonLoading]=\"loading\"\n [ngClass]=\"{\n 'advertiser-table-no-data-table': !loading && advertiserTableData && !advertiserTableData.length\n }\"\n [tableHeaders]=\"tableHeaders\"\n [tableData]=\"advertiserTableData\"\n [clonedTableData]=\"advertiserTableDataClonned\"\n [gtGeneralConfig]=\"gtGeneralConfig\"\n [gtDimension]=\"gtDimension\"\n [clickableRow]=\"false\"\n (filterAppliedToTable)=\"filterAppliedToTable($event)\"\n (sortingAppliedToTable)=\"sortingAppliedToTable($event)\"\n (gtTextActionClicked)=\"tableActionClicked($event)\"\n (clickableDataClicked)=\"tableActionClicked($event)\"\n >\n </anna-core-non-editable-generic-table-lib>\n </div>\n </ng-container>\n</section>\n", styles: [".filter-label{font-family:Roboto;font-size:var(--easy-filter-label-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#4a4a4a;margin-bottom:0;height:12px}.filter-divider{width:.5px;margin-right:8px;height:20px;background:#111}button.intelli-filter{font-family:Roboto;font-size:var(--easy-filter-text-fs);font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.6px;border-radius:.75rem;height:1.25rem;margin-right:8px;display:inline-flex;align-items:center;padding:5px 8px;white-space:nowrap}button.intelli-filter:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;opacity:.5;cursor:not-allowed}:host::ng-deep button.AWAITING_APPROVAL{color:#268bff;border:1px solid #f3bd18;background:#f7f2d1}:host::ng-deep button.AWAITING_APPROVAL.active{color:#fff!important;background:#f3bd18!important;border:1px solid #f3bd18!important}:host::ng-deep button.APPROVED{color:#268bff;border:1px solid #00c853;background:#e1ffed}:host::ng-deep button.APPROVED.active{color:#fff!important;background:#00c853!important;border:1px solid #00c853!important}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;display:flex;align-items:flex-end;margin-left:auto;display:inline-block;float:right;line-height:normal!important}button.clear-all-btn:hover:enabled{color:#268bff}button.clear-all-btn:disabled{color:#4a4a4a;opacity:.5;cursor:not-allowed}.advertiser-container{padding:0px var(--app-right-space) 0 var(--app-left-space);margin:0 auto}::ng-deep a.advertiserName{color:#268bff!important;cursor:pointer!important}.p-8{padding:8px 0}:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-identicalToStationBizRule p.lower-label,:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-isAudiencePostingRequired p.lower-label{color:#4a4a4a!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .table-container::-webkit-scrollbar-track{margin-top:40px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .table-container::-webkit-scrollbar-track{margin-top:40px;margin-left:0}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .scroll-left-shadow-effect .header-row th:nth-of-type(0){border:none!important;filter:drop-shadow(2px 0 0px #d4d4d4)}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row{background:#ededed}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .header-row th div.row{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:max-content}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th div.dummy-header{justify-content:center;margin-left:50%!important;margin-right:50%!important;width:-webkit-fill-available}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th div.sort-filter-container{display:flex;flex-wrap:nowrap;align-items:center;margin-left:.25rem;margin-right:auto}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th span.mdi-filter-variant{font-size:13px!important;top:-1px!important;position:relative}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(8){box-shadow:inset -1px 0 #d4d4d4,inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .table-container.no-data-table>div{height:142px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .table-container.no-data-table>div tr td{filter:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr{height:50px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(2){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(3){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(4){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(5){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(6){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(7){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(8){box-shadow:inset -1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(2){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(3){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(4){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(5){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(6){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(7){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(8){box-shadow:inset -1px -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib ::ng-deep .italic{font-style:italic!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .loader{margin-bottom:0}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib 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 .SELLER anna-core-non-editable-generic-table-lib 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr ::ng-deep .status-btn{background-color:#fff!important;color:#000!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED ::ng-deep .status-btn{background-color:#1565c0!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED ::ng-deep .status-btn{background-color:#00c853!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL ::ng-deep .status-btn{background-color:#f3bd18!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED ::ng-deep .status-btn{background-color:#00c853!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody td{cursor:default!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib th,:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib td{padding:0 12px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .no-data{margin-top:-67px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border{border-bottom:1px solid #d4d4d4}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL .status-btn{background-color:#f3bd18!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .table-container::-webkit-scrollbar-track{margin-top:40px;margin-left:0}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .scroll-left-shadow-effect .header-row th:nth-of-type(0){border:none!important;filter:drop-shadow(2px 0 0px #d4d4d4)}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row{background:#ededed}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .header-row th div.row{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:max-content}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th div.dummy-header{justify-content:center;margin-left:50%!important;margin-right:50%!important;width:-webkit-fill-available}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th div.sort-filter-container{display:flex;flex-wrap:nowrap;align-items:center;margin-left:.25rem;margin-right:auto}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th span.mdi-filter-variant{font-size:13px!important;top:-1px!important;position:relative}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(8){box-shadow:inset -1px 0 #d4d4d4,inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .table-container.no-data-table>div{height:142px!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .table-container.no-data-table>div tr td{filter:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr{height:50px!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(2){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(3){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(4){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(5){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(6){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(7){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(8){box-shadow:inset -1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(2){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(3){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(4){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(5){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(6){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(7){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(8){box-shadow:inset -1px -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib ::ng-deep .italic{font-style:italic!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .loader{margin-bottom:0}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib 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 .BUYER anna-core-non-editable-generic-table-lib 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr ::ng-deep .status-btn{background-color:#fff!important;color:#000!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED ::ng-deep .status-btn{background-color:#1565c0!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED ::ng-deep .status-btn{background-color:#00c853!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL ::ng-deep .status-btn{background-color:#f3bd18!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED ::ng-deep .status-btn{background-color:#00c853!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody td{cursor:default!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib th,:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib td{padding:0 12px!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .no-data{margin-top:-67px!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border{border-bottom:1px solid #d4d4d4}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4!important}.count-text{font-size:var(--page-message-content-fs);font-family:Roboto;font-style:italic;display:inline-block;margin-top:0;color:var(--primary-text-color-medium)}.count-text b{color:var(--font-color)}:host ::ng-deep .mdi.mdi-alert{font-size:14px!important;color:#f97b07!important}:host ::ng-deep .orange-text{color:#f97b07!important}:host ::ng-deep .italic.orange-text{margin-left:1px;filter:drop-shadow(0px 0 0px #d4d4d4)!important}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: AnnaDesignComponentsLibModule }, { kind: "component", type: i3.SkeletonLoaderComponent, selector: "anna-design-skt-loader", inputs: ["theme", "count"] }, { kind: "component", type: i3.MessageBoxComponent, selector: "anna-design-message-box", inputs: ["messageBoxData", "showHyphen", "hide", "headerAsBlockElement"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: NgxSkeletonLoaderModule }, { kind: "ngmodule", type: AnnaCoreModule }, { kind: "component", type: i2.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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
710
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AdvertiserTableListingComponent, deps: [{ token: i1$1.Router }, { token: i1$1.ActivatedRoute }, { token: i2.AnnaPersistingFilterService }, { token: i2.AnnaGtHelperService }, { token: i2.AnnaFilterService }, { token: i2.AnnaSortService }, { token: i3$1.GenericBusinessRuleCommonSIBILogicService }, { token: AdvTableListingService }], target: i0.ɵɵFactoryTarget.Component }); }
711
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: AdvertiserTableListingComponent, isStandalone: true, selector: "anna-feature-biz-rules-advertiser-table-listing", inputs: { advertiserTableData: "advertiserTableData", advertiserTableDataClonned: "advertiserTableDataClonned", loading: "loading", userType: "userType", gtGeneralConfig: "gtGeneralConfig", gtDimension: "gtDimension", tableHeaders: "tableHeaders", easyFilters: "easyFilters", showNoDataToDisplayInsideTable: "showNoDataToDisplayInsideTable", showExpiredAdvertisers: "showExpiredAdvertisers", numberOfEasyFilterLoader: "numberOfEasyFilterLoader", totalAdvertisersMessage: "totalAdvertisersMessage", popupFilters: "popupFilters" }, outputs: { advertiserNameClicked: "advertiserNameClicked", resetAllFilter: "resetAllFilter", columnfilterAppliedToTable: "columnfilterAppliedToTable", easyFilterClicked: "easyFilterClicked" }, viewQueries: [{ propertyName: "nonEditableGTComponent", first: true, predicate: AnnaNonEditableGenericTableComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: "<section class=\"advertiser-container {{ userType }}\">\n <ng-container *ngIf=\"!showNoDataToDisplayInsideTable && !loading && advertiserTableDataClonned.length === 0\">\n <anna-design-message-box\n class=\"no-data-info-msg\"\n [messageBoxData]=\"messageBoxData\"\n [hide]=\"false\"\n [headerAsBlockElement]=\"false\"\n [showHyphen]=\"false\"\n >\n </anna-design-message-box>\n </ng-container>\n <ng-container\n *ngIf=\"loading || (!loading && (showNoDataToDisplayInsideTable || advertiserTableDataClonned.length > 0))\"\n >\n <!-- <div class=\"d-flex p-8\" *ngIf=\"userType === 'SELLER'\">\n <anna-design-easy-filters\n [showLoader]=\"loading\"\n [numberOfItemsForLoader]=\"numberOfEasyFilterLoader\"\n [easyFilters]=\"easyFilters\"\n [tableData]=\"advertiserTableData\"\n [clonedTableData]=\"advertiserTableDataClonned\"\n (easyFilterClickEvent)=\"intelliFilterClicked($event)\"\n >\n </anna-design-easy-filters>\n </div> -->\n\n <div class=\"main-table\">\n <div class=\"count-text\">\n <anna-design-skt-loader\n *ngIf=\"loading\"\n [theme]=\"{ height: '12px', width: '120px', 'margin-bottom': '0', 'margin-top': '0' }\"\n >\n </anna-design-skt-loader>\n <span *ngIf=\"!loading && advertiserTableData?.length\"\n >{{ totalAdvertisersMessage }}: <b>{{ advertiserTableData.length }}</b></span\n >\n </div>\n\n <button\n *ngIf=\"!loading\"\n class=\"clear-all-btn\"\n [disabled]=\"disableClearAllBtn\"\n (click)=\"clearAllFiltersAndSorting()\"\n >\n Reset all filters\n </button>\n\n <anna-core-non-editable-generic-table-lib\n [showSkeletonLoading]=\"loading\"\n [ngClass]=\"{\n 'advertiser-table-no-data-table': !loading && advertiserTableData && !advertiserTableData.length\n }\"\n [tableHeaders]=\"tableHeaders\"\n [tableData]=\"advertiserTableData\"\n [clonedTableData]=\"advertiserTableDataClonned\"\n [gtGeneralConfig]=\"gtGeneralConfig\"\n [gtDimension]=\"gtDimension\"\n [clickableRow]=\"false\"\n (filterAppliedToTable)=\"filterAppliedToTable($event)\"\n (sortingAppliedToTable)=\"sortingAppliedToTable($event)\"\n (gtTextActionClicked)=\"tableActionClicked($event)\"\n (clickableDataClicked)=\"tableActionClicked($event)\"\n >\n </anna-core-non-editable-generic-table-lib>\n </div>\n </ng-container>\n</section>\n", styles: [".filter-label{font-family:Roboto;font-size:var(--easy-filter-label-fs);font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#4a4a4a;margin-bottom:0;height:12px}.filter-divider{width:.5px;margin-right:8px;height:20px;background:#111}button.intelli-filter{font-family:Roboto;font-size:var(--easy-filter-text-fs);font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:.6px;border-radius:.75rem;height:1.25rem;margin-right:8px;display:inline-flex;align-items:center;padding:5px 8px;white-space:nowrap}button.intelli-filter:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;opacity:.5;cursor:not-allowed}:host::ng-deep button.AWAITING_APPROVAL{color:#268bff;border:1px solid #f3bd18;background:#f7f2d1}:host::ng-deep button.AWAITING_APPROVAL.active{color:#fff!important;background:#f3bd18!important;border:1px solid #f3bd18!important}:host::ng-deep button.APPROVED{color:#268bff;border:1px solid #00c853;background:#e1ffed}:host::ng-deep button.APPROVED.active{color:#fff!important;background:#00c853!important;border:1px solid #00c853!important}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;display:flex;align-items:flex-end;margin-left:auto;display:inline-block;float:right;line-height:normal!important}button.clear-all-btn:hover:enabled{color:#268bff}button.clear-all-btn:disabled{color:#4a4a4a;opacity:.5;cursor:not-allowed}.advertiser-container{padding:0px var(--app-right-space) 0 var(--app-left-space);margin:0 auto}::ng-deep a.advertiserName{color:#268bff!important;cursor:pointer!important}.p-8{padding:8px 0}:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-identicalToStationBizRule p.lower-label,:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-isAudiencePostingRequired p.lower-label{color:#4a4a4a!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .table-container::-webkit-scrollbar-track{margin-top:40px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .table-container::-webkit-scrollbar-track{margin-top:40px;margin-left:0}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .scroll-left-shadow-effect .header-row th:nth-of-type(0){border:none!important;filter:drop-shadow(2px 0 0px #d4d4d4)}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row{background:#ededed}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .header-row th div.row{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:max-content}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th div.dummy-header{justify-content:center;margin-left:50%!important;margin-right:50%!important;width:-webkit-fill-available}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th div.sort-filter-container{display:flex;flex-wrap:nowrap;align-items:center;margin-left:.25rem;margin-right:auto}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .header-row th span.mdi-filter-variant{font-size:13px!important;top:-1px!important;position:relative}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .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 .SELLER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(8){box-shadow:inset -1px 0 #d4d4d4,inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .table-container.no-data-table>div{height:142px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .table-container.no-data-table>div tr td{filter:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr{height:50px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(2){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(3){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(4){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(5){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(6){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(7){box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(8){box-shadow:inset -1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(2){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(3){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(4){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(5){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(6){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(7){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(8){box-shadow:inset -1px -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib ::ng-deep .italic{font-style:italic!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .loader{margin-bottom:0}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib 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 .SELLER anna-core-non-editable-generic-table-lib 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr ::ng-deep .status-btn{background-color:#fff!important;color:#000!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED ::ng-deep .status-btn{background-color:#1565c0!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED ::ng-deep .status-btn{background-color:#00c853!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL ::ng-deep .status-btn{background-color:#f3bd18!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED 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 .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.APPROVED ::ng-deep .status-btn{background-color:#00c853!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody td{cursor:default!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib th,:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib td{padding:0 12px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .no-data{margin-top:-67px!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border{border-bottom:1px solid #d4d4d4}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4!important}:host ::ng-deep .SELLER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL .status-btn{background-color:#f3bd18!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .table-container::-webkit-scrollbar-track{margin-top:40px;margin-left:0}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .scroll-left-shadow-effect .header-row th:nth-of-type(0){border:none!important;filter:drop-shadow(2px 0 0px #d4d4d4)}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row{background:#ededed}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .header-row th div.row{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:max-content}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th div.dummy-header{justify-content:center;margin-left:50%!important;margin-right:50%!important;width:-webkit-fill-available}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th div.sort-filter-container{display:flex;flex-wrap:nowrap;align-items:center;margin-left:.25rem;margin-right:auto}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .header-row th span.mdi-filter-variant{font-size:13px!important;top:-1px!important;position:relative}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .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 .BUYER anna-core-non-editable-generic-table-lib .header-row th:nth-of-type(8){box-shadow:inset -1px 0 #d4d4d4,inset 1px 0 #d4d4d4,inset 0 1px #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .table-container.no-data-table>div{height:142px!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .table-container.no-data-table>div tr td{filter:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr{height:50px!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(2){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(3){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(4){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(5){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(6){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(7){box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:first-of-type td:nth-of-type(8){box-shadow:inset -1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(2){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(3){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(4){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(5){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(6){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(7){box-shadow:inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.no-border-tr:last-of-type td:nth-of-type(8){box-shadow:inset -1px -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib ::ng-deep .italic{font-style:italic!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .loader{margin-bottom:0}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib 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 .BUYER anna-core-non-editable-generic-table-lib 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr ::ng-deep .status-btn{background-color:#fff!important;color:#000!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.BUYER_APPROVAL_REQUESTED ::ng-deep .status-btn{background-color:#1565c0!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.MODIFICATION_REQUESTED ::ng-deep .status-btn{background-color:#00c853!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.AWAITING_APPROVAL ::ng-deep .status-btn{background-color:#f3bd18!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td{cursor:pointer;background:#fff;box-shadow:none!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED 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 .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4,inset 0 -1px #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody tr.APPROVED ::ng-deep .status-btn{background-color:#00c853!important;color:#fff!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib tbody td{cursor:default!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib th,:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib td{padding:0 12px!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .no-data{margin-top:-67px!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border{border-bottom:1px solid #d4d4d4}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(1){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(2){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(3){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(4){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(5){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(6){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(7){box-shadow:inset 1px 0 #d4d4d4!important}:host ::ng-deep .BUYER anna-core-non-editable-generic-table-lib .bottom-border tbody tr:last-of-type td:nth-of-type(8){box-shadow:inset 1px 0 #d4d4d4,inset -1px 0 #d4d4d4!important}.count-text{font-size:var(--page-message-content-fs);font-family:Roboto;font-style:italic;display:inline-block;margin-top:0;color:var(--primary-text-color-medium)}.count-text b{color:var(--font-color)}:host ::ng-deep .mdi.mdi-alert{font-size:14px!important;color:#f97b07!important}:host ::ng-deep .orange-text{color:#f97b07!important}:host ::ng-deep .italic.orange-text{margin-left:1px;filter:drop-shadow(0px 0 0px #d4d4d4)!important}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: AnnaDesignComponentsLibModule }, { kind: "component", type: i3.SkeletonLoaderComponent, selector: "anna-design-skt-loader", inputs: ["theme", "count"] }, { kind: "component", type: i3.MessageBoxComponent, selector: "anna-design-message-box", inputs: ["messageBoxData", "showHyphen", "hide", "headerAsBlockElement"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: NgxSkeletonLoaderModule }, { kind: "ngmodule", type: AnnaCoreModule }, { kind: "component", type: i2.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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
712
712
  }
713
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: AdvertiserTableListingComponent, decorators: [{
713
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AdvertiserTableListingComponent, decorators: [{
714
714
  type: Component,
715
715
  args: [{ selector: "anna-feature-biz-rules-advertiser-table-listing", changeDetection: ChangeDetectionStrategy.OnPush, imports: [
716
716
  NgIf,
@@ -962,10 +962,10 @@ class BizRulesOrderListingComponent {
962
962
  this.bulkAutomationConfirmationModalConfig.title = `Please note that ${this.countOfSelectedOrdersForAutomation} order(s) will be automated from the next revision cycle. Are you sure you want to proceed?`;
963
963
  this.bulkAutomationConfirmation.openModal();
964
964
  }
965
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: BizRulesOrderListingComponent, deps: [{ token: i1.Router }, { token: i2.AnnaGtHelperService }, { token: i1.ActivatedRoute }, { token: i2.AnnaPersistingFilterService }, { token: i2.AnnaFilterService }, { token: i2.AnnaSortService }, { token: i3.ToastrService }, { token: i4.NgxUiLoaderService }, { token: i5.BreadcrumbsService }, { token: i6.GenericBusinessRuleCommonSIBILogicService }, { token: BIZ_RULE_ORDER_LISTING_SERVICE_TOKEN }, { token: AUTOMATION_ACTIVATED_AND_POD_SERVICE_TOKEN }, { token: i2.AnnaGlobalConfigService }], target: i0.ɵɵFactoryTarget.Component }); }
966
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: BizRulesOrderListingComponent, isStandalone: true, selector: "anna-feature-biz-rules-order-listing", inputs: { loading: "loading", gtGeneralConfig: "gtGeneralConfig", error: "error", aclPermission: "aclPermission", userType: "userType", filterData: "filterData", easyFilters: "easyFilters", tableHeaders: "tableHeaders", gtDimension: "gtDimension", showOwnershipGroupFilter: "showOwnershipGroupFilter", showStationFilter: "showStationFilter", showNoDataToDisplay: "showNoDataToDisplay", stationIdsWithValidLicense: "stationIdsWithValidLicense" }, outputs: { onorderRowClicked: "onorderRowClicked", stayOnPageAndCloseModal: "stayOnPageAndCloseModal" }, viewQueries: [{ propertyName: "activateOrderConfirmation", first: true, predicate: ["activateOrderModal"], descendants: true }, { propertyName: "disableOrderAutomationConfirmation", first: true, predicate: ["disableOrderAutomationModal"], descendants: true }, { propertyName: "selectOrdersForBulkAutomation", first: true, predicate: ["selectOrdersForBulkAutomationModal"], descendants: true }, { propertyName: "bulkAutomationConfirmation", first: true, predicate: ["bulkAutomationConfirmationModal"], descendants: true }, { propertyName: "nonEditableGTComponent", first: true, predicate: AnnaNonEditableGenericTableComponent, descendants: true }, { propertyName: "discardUnsavedChangesConfirmModal", first: true, predicate: ["discardUnsavedChangesConfirmModal"], descendants: true }], ngImport: i0, template: "<div\n class=\"station-period-row\"\n *ngIf=\"!showNoDataToDisplay\"\n>\n <anna-design-dashboard-filter-modal\n [filterData]=\"filterData\"\n [headerText]=\"'Edit Filter'\"\n [showOwnershipGroup]=\"showOwnershipGroupFilter\"\n [showStation]=\"showStationFilter\"\n [showEquivilization]=\"false\"\n [showNormalization]=\"false\"\n [disableEditButton]=\"editModeForBulkAutomationOfOrders\"\n [error]=\"error\"\n [handleNavigation]=\"false\"\n [message]=\"'Select data for which you want to view the orders for.'\"\n [toDisable]=\"showTableSkeletonLoader\"\n [persistingFilter]=\"persistingFilterForPopup\"\n [stationIdsWithValidLicense]=\"stationIdsWithValidLicense\"\n (getInitialFilter)=\"updateInitialStationOrOGFilter($event)\"\n (applyFilter)=\"applyOrderListingPopupFilter($event)\"\n >\n </anna-design-dashboard-filter-modal>\n <ng-container *ngIf=\"userType === 'SELLER' && aclPermission\">\n <div class=\"button-container\">\n <button\n *ngIf=\"!editModeForBulkAutomationOfOrders\"\n class=\"anna select-orders-to-automate-button apply-button\"\n [disabled]=\"orderListingTableData?.length === 0 || orderListingAutomationOrdersCloned?.length === 0\"\n (click)=\"openAllowBulkSelectionOfOrdersToAutomateModal()\"\n >\n Select Orders to Automate\n </button>\n <ng-container *ngIf=\"editModeForBulkAutomationOfOrders\">\n <button\n class=\"anna cancel-button\"\n (click)=\"resetOrderListing()\"\n >\n Cancel\n </button>\n <button\n class=\"anna automate-button apply-button\"\n [disabled]=\"countOfSelectedOrdersForAutomation === 0\"\n (click)=\"confirmBulkAutomationOfOrders()\"\n >\n Automate\n </button>\n </ng-container>\n </div>\n </ng-container>\n</div>\n<div\n class=\"easy-reset-filter-container\"\n *ngIf=\"!showNoDataToDisplay\"\n>\n <div class=\"filters\">\n <anna-design-easy-filters\n [showLoader]=\"showTableSkeletonLoader\"\n [numberOfItemsForLoader]=\"easyFilterSkeletonLoaderCount\"\n [easyFilters]=\"easyFilters\"\n [tableData]=\"editModeForBulkAutomationOfOrders ? [] : orderListingTableData\"\n [clonedTableData]=\"orderListingTableDataCloned\"\n (easyFilterClickEvent)=\"intelliFilterClicked($event)\"\n >\n </anna-design-easy-filters>\n </div>\n</div>\n<section\n class=\"count-reset-container\"\n *ngIf=\"!showNoDataToDisplay\"\n>\n <anna-design-skt-loader\n *ngIf=\"showTableSkeletonLoader\"\n [theme]=\"{\n height: '12px',\n width: '120px',\n 'margin-bottom': '0',\n 'margin-top': '0',\n 'margin-left': 'var(--app-left-space)'\n }\"\n >\n </anna-design-skt-loader>\n <button\n *ngIf=\"!showTableSkeletonLoader\"\n class=\"clear-all-btn\"\n (click)=\"clearAllFilter()\"\n [disabled]=\"disableClearAllBtn\"\n >\n Reset all filters\n </button>\n\n <div class=\"count-text\">\n <span\n *ngIf=\"editModeForBulkAutomationOfOrders\"\n class=\"total-orders-selected\"\n >\n <ng-container *ngIf=\"!isTableFiltersApplied\">\n <i\n [ngClass]=\"isAllOrderSelected ? 'mdi mdi-checkbox-marked' : 'mdi mdi-checkbox-blank-outline'\"\n (click)=\"toggleHeaderCheckbox()\"\n ></i>\n Select all orders for automation <span> ({{ orderListingAutomationOrdersCloned?.length }}) | </span>\n </ng-container>\n <ng-container *ngIf=\"isTableFiltersApplied\">\n <i\n [ngClass]=\"\n isAllFilteredOrdersSelected ? 'mdi mdi-checkbox-marked' : 'mdi mdi-checkbox-blank-outline'\n \"\n (click)=\"toggleSelectFilteredOrdersCheckbox()\"\n ></i>\n Select all filtered orders for automation <span> ({{ orderListingTableData?.length }}) | </span>\n </ng-container>\n </span>\n <span\n class=\"selectedAutomateOrdersCount\"\n *ngIf=\"editModeForBulkAutomationOfOrders\"\n >Selected Orders:\n <b>{{\n isTableFiltersApplied ? countOfSelectedFilteredOrdersForAutomation : countOfSelectedOrdersForAutomation\n }}</b>\n </span>\n <span *ngIf=\"!showTableSkeletonLoader && !editModeForBulkAutomationOfOrders\"\n >Total Orders: <b>{{ orderListingTableData.length }}</b></span\n >\n </div>\n</section>\n\n<section\n class=\"biz-order-table-container\"\n *ngIf=\"!showNoDataToDisplay\"\n>\n <anna-core-non-editable-generic-table-lib\n class=\"biz-order-listing-generic-table\"\n [ngClass]=\"{\n 'no-data-table': !showTableSkeletonLoader && orderListingTableData && orderListingTableData.length === 0,\n showCheckBoxColumn: editModeForBulkAutomationOfOrders\n }\"\n [showSkeletonLoading]=\"showTableSkeletonLoader\"\n [tableHeaders]=\"tableHeaders\"\n [tableData]=\"orderListingTableData\"\n [clonedTableData]=\"\n editModeForBulkAutomationOfOrders ? orderListingAutomationOrdersCloned : orderListingTableDataCloned\n \"\n [gtGeneralConfig]=\"gtGeneralConfig\"\n [gtDimension]=\"gtDimension\"\n [clickableRow]=\"false\"\n [tableBorderBottomClassRequired]=\"false\"\n [includeBorderInTableHeight]=\"false\"\n (toggleCheckbox)=\"toggleCheckbox($event)\"\n (filterAppliedToTable)=\"filterAppliedToTable($event)\"\n (sortingAppliedToTable)=\"sortingAppliedToTable($event)\"\n (gtTextActionClicked)=\"tableActionClicked($event)\"\n (clickableDataClicked)=\"tableActionClicked($event)\"\n >\n </anna-core-non-editable-generic-table-lib>\n</section>\n\n<ng-container *ngIf=\"showNoDataToDisplay\">\n <anna-core-no-data-lib width=\"50%\"> </anna-core-no-data-lib>\n</ng-container>\n\n<anna-design-confirmation-popup\n #activateOrderModal\n [config]=\"activateOrderConfirmationConfig\"\n (confirmClicked)=\"activateOrder()\"\n>\n</anna-design-confirmation-popup>\n\n<anna-design-confirmation-popup\n #disableOrderAutomationModal\n [config]=\"disableAutomationConfirmationConfig\"\n (confirmClicked)=\"onConfirmdisableOrderAutomation()\"\n>\n</anna-design-confirmation-popup>\n\n<anna-design-confirmation-popup\n #selectOrdersForBulkAutomationModal\n [config]=\"selectOrdersForBulkAutomationModalConfig\"\n (confirmClicked)=\"allowBulkSelectionOfOrdersForAutomation()\"\n>\n</anna-design-confirmation-popup>\n\n<anna-design-confirmation-popup\n #bulkAutomationConfirmationModal\n [config]=\"bulkAutomationConfirmationModalConfig\"\n (confirmClicked)=\"sendBulkOrdersForActivation()\"\n>\n</anna-design-confirmation-popup>\n<anna-design-confirmation-popup\n #discardUnsavedChangesConfirmModal\n [config]=\"discardUnsavedChangesConfirmConfig\"\n (cancelClicked)=\"stayOnBizRulePageAndCloseModal()\"\n>\n</anna-design-confirmation-popup>\n", styles: ["::ng-deep .select-orders-bulk-automation-confirm-popup .modal-content{width:320px!important;max-width:320px!important}.station-period-row{padding-left:var(--app-left-space);padding-right:var(--app-right-space);margin-bottom:12px;margin-top:12px}::ng-deep app-dashboard-filter-modal{width:100%}:host ::ng-deep anna-design-easy-filters section{flex-wrap:wrap}:host ::ng-deep anna-design-easy-filters button.AWAITING_APPROVAL.active{border:1px solid #f3bd18!important;background-color:#f3bd18!important;color:#268bff!important;color:#fff!important}:host ::ng-deep anna-design-easy-filters button.AWAITING_APPROVAL.active:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.AWAITING_APPROVAL{border:1px solid #f3bd18!important;background-color:#f7f2d1!important;color:#268bff!important}:host ::ng-deep anna-design-easy-filters button.AWAITING_APPROVAL:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.APPROVED{border:1px solid #00c853!important;background-color:#e3f3ea!important;color:#268bff!important}:host ::ng-deep anna-design-easy-filters button.APPROVED:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.APPROVED.active{border:1px solid #00c853!important;background-color:#00c853!important;color:#268bff!important;color:#fff!important}:host ::ng-deep anna-design-easy-filters button.APPROVED.active:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.SELLER_APPROVAL_REQUESTED{border:1px solid #9b1b93!important;background-color:#ffe8fe!important;color:#268bff!important}:host ::ng-deep anna-design-easy-filters button.SELLER_APPROVAL_REQUESTED:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.SELLER_APPROVAL_REQUESTED.active{border:1px solid #9b1b93!important;background-color:#9b1b93!important;color:#268bff!important;color:#fff!important}:host ::ng-deep anna-design-easy-filters button.SELLER_APPROVAL_REQUESTED.active:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.BUYER_APPROVAL_REQUESTED{border:1px solid #1565c0!important;background-color:#d5e3f4!important;color:#268bff!important}:host ::ng-deep anna-design-easy-filters button.BUYER_APPROVAL_REQUESTED:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.BUYER_APPROVAL_REQUESTED.active{border:1px solid #1565c0!important;background-color:#1565c0!important;color:#268bff!important;color:#fff!important}:host ::ng-deep anna-design-easy-filters button.BUYER_APPROVAL_REQUESTED.active:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.AUTOMATED{border:1px solid #8bac2a!important;background-color:#faffea!important;color:#268bff!important}:host ::ng-deep anna-design-easy-filters button.AUTOMATED:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.AUTOMATED.active{border:1px solid #fff!important;background-color:#8bac2a!important;color:#268bff!important;color:#fff!important}:host ::ng-deep anna-design-easy-filters button.AUTOMATED.active:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}.easy-reset-filter-container{padding-left:var(--app-left-space);padding-right:2.5rem;display:flex;align-items:flex-end;flex-wrap:wrap;justify-content:space-between}:host ::ng-deep .wrapper{width:max-content}.filters{display:flex;flex-wrap:wrap;position:relative;margin-bottom:4px}button.clear-all-btn{display:flex;float:right;min-width:max-content;margin-right:40px;padding:0;border:none;display:block;text-align:right;margin-left:auto;width:fit-content;background-color:transparent;text-decoration:underline;color:#268bff;line-height:1!important;font-size:var(--reset-all-filter-fs)!important;letter-spacing:normal!important;font-weight:400!important;line-height:normal!important}button.clear-all-btn:hover:enabled{color:#268bff}button.clear-all-btn:disabled{color:#4a4a4a;opacity:.5;cursor:not-allowed}button.clear-all-btn:disabled{background-color:#fff}.reset-container{display:contents}.count-text{font-size:var(--page-message-content-fs);font-family:Roboto;font-style:italic;display:inline-block;margin-left:var(--app-left-space);margin-top:0;color:var(--primary-text-color-medium)}.count-text b{color:var(--font-color)}.total-orders-selected{font-size:12px;color:#4a4a4a;font-style:normal}.select-orders-to-automate-button{width:180px!important}.button-container{display:flex;align-items:end;margin-left:10px}.cancel-button,.automate-button{width:86px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib td{cursor:default!important}:host ::ng-deep anna-core-non-editable-generic-table-lib .table-container{margin-left:var(--app-left-space);margin-right:2.5rem}:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-identicalToAdvBizRule p.lower-label{color:#4a4a4a!important}:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-automation_activated div.row:nth-of-type(2){display:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-isInhertingAdvBizRules div.row{white-space:normal!important;max-width:fit-content!important}:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-isInhertingAdvBizRules div.sort-filter-container{margin-left:-20px!important;margin-top:-13px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib .mdi-info-outline{color:#268bff;margin-left:.4rem;font-size:.6875rem}:host ::ng-deep anna-core-non-editable-generic-table-lib .status-btn.MODIFICATION_REQUESTED,:host ::ng-deep anna-core-non-editable-generic-table-lib .status-btn.APPROVED{background-color:#00c853!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;color:#fff!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:700!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep anna-core-non-editable-generic-table-lib .status-btn.AWAITING_APPROVAL{background-color:#f3bd18!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;color:#fff!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:700!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep anna-core-non-editable-generic-table-lib .status-btn.BUYER_APPROVAL_REQUESTED{background-color:#1565c0!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;color:#fff!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:700!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep anna-core-non-editable-generic-table-lib .status-btn.SELLER_APPROVAL_REQUESTED{background-color:#9b1b93!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;color:#fff!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:700!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep anna-core-non-editable-generic-table-lib a.stationOrderNumber,:host ::ng-deep anna-core-non-editable-generic-table-lib a#ACTIVATE_NOW_LINK_CLICKED{color:#268bff!important}:host ::ng-deep anna-core-non-editable-generic-table-lib td.mat-column-automation_activated div{display:flex!important;color:#000!important}:host ::ng-deep anna-core-non-editable-generic-table-lib td.mat-column-automation_activated div i{color:#f44336;font-size:.75rem;cursor:pointer;float:right;margin-left:auto}:host ::ng-deep anna-core-non-editable-generic-table-lib .table-container.no-data-table>div{height:120px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib .custom-column-checkbox-unchecked,:host ::ng-deep anna-core-non-editable-generic-table-lib .custom-column-checkbox-checked{color:#268bff!important;font-size:13px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib td.mat-column-isSelectedForBulkAutomation div{display:flex;justify-content:center;align-items:center}:host ::ng-deep .italic.orange-text{margin-left:1px;filter:drop-shadow(0px 0 0px #d4d4d4)!important}@media only screen and (max-width: 1281px){:host ::ng-deep anna-design-easy-filters section.d-flex{row-gap:4px}}.mdi-checkbox-blank-outline,.mdi-checkbox-marked{cursor:pointer;color:#268bff!important;font-size:13px!important}::ng-deep .grey-text-italics{color:#a7a7a7!important;font-style:italic!important}.selectedAutomateOrdersCount{font-style:normal!important}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: AnnaDesignComponentsLibModule }, { kind: "component", type: i5.SkeletonLoaderComponent, selector: "anna-design-skt-loader", inputs: ["theme", "count"] }, { kind: "component", type: i5.ConfirmationPopupComponent, selector: "anna-design-confirmation-popup", inputs: ["config"], outputs: ["confirmClicked", "cancelClicked"] }, { kind: "component", type: i5.DashboardFilterModalComponent, selector: "anna-design-dashboard-filter-modal", inputs: ["error", "toDisable", "disableEditButton", "filterData", "persistingFilter", "headerText", "handleNavigation", "showEquivilization", "showNormalization", "showOwnershipGroup", "showStation", "showMultiSelectionForStation", "stationIdsWithValidLicense", "message", "toShowAllPeriodModeSetting", "PeriodOptions"], outputs: ["applyFilter", "getInitialFilter"] }, { kind: "component", type: i5.EasyFiltersComponent, selector: "anna-design-easy-filters", inputs: ["showLoader", "tableData", "clonedTableData", "autoSelectionOfOnlyEnabledFilter", "showUnsavedChangesPopup", "isUnSavedChangesPresent", "defaultFilterNameToBeSelected", "filterToBeUpdatedManually", "easyFilters", "numberOfItemsForLoader"], outputs: ["easyFilterClickEvent", "easyFilterIsSelected", "getUpdatedDataAfterUserAction"] }, { kind: "ngmodule", type: AnnaCoreModule }, { kind: "component", type: i2.AnnaNoDataComponent, selector: "anna-core-no-data-lib", inputs: ["width", "marginTop"] }, { kind: "component", type: i2.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: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
965
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BizRulesOrderListingComponent, deps: [{ token: i1.Router }, { token: i2.AnnaGtHelperService }, { token: i1.ActivatedRoute }, { token: i2.AnnaPersistingFilterService }, { token: i2.AnnaFilterService }, { token: i2.AnnaSortService }, { token: i3.ToastrService }, { token: i4.NgxUiLoaderService }, { token: i5.BreadcrumbsService }, { token: i6.GenericBusinessRuleCommonSIBILogicService }, { token: BIZ_RULE_ORDER_LISTING_SERVICE_TOKEN }, { token: AUTOMATION_ACTIVATED_AND_POD_SERVICE_TOKEN }, { token: i2.AnnaGlobalConfigService }], target: i0.ɵɵFactoryTarget.Component }); }
966
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: BizRulesOrderListingComponent, isStandalone: true, selector: "anna-feature-biz-rules-order-listing", inputs: { loading: "loading", gtGeneralConfig: "gtGeneralConfig", error: "error", aclPermission: "aclPermission", userType: "userType", filterData: "filterData", easyFilters: "easyFilters", tableHeaders: "tableHeaders", gtDimension: "gtDimension", showOwnershipGroupFilter: "showOwnershipGroupFilter", showStationFilter: "showStationFilter", showNoDataToDisplay: "showNoDataToDisplay", stationIdsWithValidLicense: "stationIdsWithValidLicense" }, outputs: { onorderRowClicked: "onorderRowClicked", stayOnPageAndCloseModal: "stayOnPageAndCloseModal" }, viewQueries: [{ propertyName: "activateOrderConfirmation", first: true, predicate: ["activateOrderModal"], descendants: true }, { propertyName: "disableOrderAutomationConfirmation", first: true, predicate: ["disableOrderAutomationModal"], descendants: true }, { propertyName: "selectOrdersForBulkAutomation", first: true, predicate: ["selectOrdersForBulkAutomationModal"], descendants: true }, { propertyName: "bulkAutomationConfirmation", first: true, predicate: ["bulkAutomationConfirmationModal"], descendants: true }, { propertyName: "nonEditableGTComponent", first: true, predicate: AnnaNonEditableGenericTableComponent, descendants: true }, { propertyName: "discardUnsavedChangesConfirmModal", first: true, predicate: ["discardUnsavedChangesConfirmModal"], descendants: true }], ngImport: i0, template: "<div\n class=\"station-period-row\"\n *ngIf=\"!showNoDataToDisplay\"\n>\n <anna-design-dashboard-filter-modal\n [filterData]=\"filterData\"\n [headerText]=\"'Edit Filter'\"\n [showOwnershipGroup]=\"showOwnershipGroupFilter\"\n [showStation]=\"showStationFilter\"\n [showEquivilization]=\"false\"\n [showNormalization]=\"false\"\n [disableEditButton]=\"editModeForBulkAutomationOfOrders\"\n [error]=\"error\"\n [handleNavigation]=\"false\"\n [message]=\"'Select data for which you want to view the orders for.'\"\n [toDisable]=\"showTableSkeletonLoader\"\n [persistingFilter]=\"persistingFilterForPopup\"\n [stationIdsWithValidLicense]=\"stationIdsWithValidLicense\"\n (getInitialFilter)=\"updateInitialStationOrOGFilter($event)\"\n (applyFilter)=\"applyOrderListingPopupFilter($event)\"\n >\n </anna-design-dashboard-filter-modal>\n <ng-container *ngIf=\"userType === 'SELLER' && aclPermission\">\n <div class=\"button-container\">\n <button\n *ngIf=\"!editModeForBulkAutomationOfOrders\"\n class=\"anna select-orders-to-automate-button apply-button\"\n [disabled]=\"orderListingTableData?.length === 0 || orderListingAutomationOrdersCloned?.length === 0\"\n (click)=\"openAllowBulkSelectionOfOrdersToAutomateModal()\"\n >\n Select Orders to Automate\n </button>\n <ng-container *ngIf=\"editModeForBulkAutomationOfOrders\">\n <button\n class=\"anna cancel-button\"\n (click)=\"resetOrderListing()\"\n >\n Cancel\n </button>\n <button\n class=\"anna automate-button apply-button\"\n [disabled]=\"countOfSelectedOrdersForAutomation === 0\"\n (click)=\"confirmBulkAutomationOfOrders()\"\n >\n Automate\n </button>\n </ng-container>\n </div>\n </ng-container>\n</div>\n<div\n class=\"easy-reset-filter-container\"\n *ngIf=\"!showNoDataToDisplay\"\n>\n <div class=\"filters\">\n <anna-design-easy-filters\n [showLoader]=\"showTableSkeletonLoader\"\n [numberOfItemsForLoader]=\"easyFilterSkeletonLoaderCount\"\n [easyFilters]=\"easyFilters\"\n [tableData]=\"editModeForBulkAutomationOfOrders ? [] : orderListingTableData\"\n [clonedTableData]=\"orderListingTableDataCloned\"\n (easyFilterClickEvent)=\"intelliFilterClicked($event)\"\n >\n </anna-design-easy-filters>\n </div>\n</div>\n<section\n class=\"count-reset-container\"\n *ngIf=\"!showNoDataToDisplay\"\n>\n <anna-design-skt-loader\n *ngIf=\"showTableSkeletonLoader\"\n [theme]=\"{\n height: '12px',\n width: '120px',\n 'margin-bottom': '0',\n 'margin-top': '0',\n 'margin-left': 'var(--app-left-space)'\n }\"\n >\n </anna-design-skt-loader>\n <button\n *ngIf=\"!showTableSkeletonLoader\"\n class=\"clear-all-btn\"\n (click)=\"clearAllFilter()\"\n [disabled]=\"disableClearAllBtn\"\n >\n Reset all filters\n </button>\n\n <div class=\"count-text\">\n <span\n *ngIf=\"editModeForBulkAutomationOfOrders\"\n class=\"total-orders-selected\"\n >\n <ng-container *ngIf=\"!isTableFiltersApplied\">\n <i\n [ngClass]=\"isAllOrderSelected ? 'mdi mdi-checkbox-marked' : 'mdi mdi-checkbox-blank-outline'\"\n (click)=\"toggleHeaderCheckbox()\"\n ></i>\n Select all orders for automation <span> ({{ orderListingAutomationOrdersCloned?.length }}) | </span>\n </ng-container>\n <ng-container *ngIf=\"isTableFiltersApplied\">\n <i\n [ngClass]=\"\n isAllFilteredOrdersSelected ? 'mdi mdi-checkbox-marked' : 'mdi mdi-checkbox-blank-outline'\n \"\n (click)=\"toggleSelectFilteredOrdersCheckbox()\"\n ></i>\n Select all filtered orders for automation <span> ({{ orderListingTableData?.length }}) | </span>\n </ng-container>\n </span>\n <span\n class=\"selectedAutomateOrdersCount\"\n *ngIf=\"editModeForBulkAutomationOfOrders\"\n >Selected Orders:\n <b>{{\n isTableFiltersApplied ? countOfSelectedFilteredOrdersForAutomation : countOfSelectedOrdersForAutomation\n }}</b>\n </span>\n <span *ngIf=\"!showTableSkeletonLoader && !editModeForBulkAutomationOfOrders\"\n >Total Orders: <b>{{ orderListingTableData.length }}</b></span\n >\n </div>\n</section>\n\n<section\n class=\"biz-order-table-container\"\n *ngIf=\"!showNoDataToDisplay\"\n>\n <anna-core-non-editable-generic-table-lib\n class=\"biz-order-listing-generic-table\"\n [ngClass]=\"{\n 'no-data-table': !showTableSkeletonLoader && orderListingTableData && orderListingTableData.length === 0,\n showCheckBoxColumn: editModeForBulkAutomationOfOrders\n }\"\n [showSkeletonLoading]=\"showTableSkeletonLoader\"\n [tableHeaders]=\"tableHeaders\"\n [tableData]=\"orderListingTableData\"\n [clonedTableData]=\"\n editModeForBulkAutomationOfOrders ? orderListingAutomationOrdersCloned : orderListingTableDataCloned\n \"\n [gtGeneralConfig]=\"gtGeneralConfig\"\n [gtDimension]=\"gtDimension\"\n [clickableRow]=\"false\"\n [tableBorderBottomClassRequired]=\"false\"\n [includeBorderInTableHeight]=\"false\"\n (toggleCheckbox)=\"toggleCheckbox($event)\"\n (filterAppliedToTable)=\"filterAppliedToTable($event)\"\n (sortingAppliedToTable)=\"sortingAppliedToTable($event)\"\n (gtTextActionClicked)=\"tableActionClicked($event)\"\n (clickableDataClicked)=\"tableActionClicked($event)\"\n >\n </anna-core-non-editable-generic-table-lib>\n</section>\n\n<ng-container *ngIf=\"showNoDataToDisplay\">\n <anna-core-no-data-lib width=\"50%\"> </anna-core-no-data-lib>\n</ng-container>\n\n<anna-design-confirmation-popup\n #activateOrderModal\n [config]=\"activateOrderConfirmationConfig\"\n (confirmClicked)=\"activateOrder()\"\n>\n</anna-design-confirmation-popup>\n\n<anna-design-confirmation-popup\n #disableOrderAutomationModal\n [config]=\"disableAutomationConfirmationConfig\"\n (confirmClicked)=\"onConfirmdisableOrderAutomation()\"\n>\n</anna-design-confirmation-popup>\n\n<anna-design-confirmation-popup\n #selectOrdersForBulkAutomationModal\n [config]=\"selectOrdersForBulkAutomationModalConfig\"\n (confirmClicked)=\"allowBulkSelectionOfOrdersForAutomation()\"\n>\n</anna-design-confirmation-popup>\n\n<anna-design-confirmation-popup\n #bulkAutomationConfirmationModal\n [config]=\"bulkAutomationConfirmationModalConfig\"\n (confirmClicked)=\"sendBulkOrdersForActivation()\"\n>\n</anna-design-confirmation-popup>\n<anna-design-confirmation-popup\n #discardUnsavedChangesConfirmModal\n [config]=\"discardUnsavedChangesConfirmConfig\"\n (cancelClicked)=\"stayOnBizRulePageAndCloseModal()\"\n>\n</anna-design-confirmation-popup>\n", styles: ["::ng-deep .select-orders-bulk-automation-confirm-popup .modal-content{width:320px!important;max-width:320px!important}.station-period-row{padding-left:var(--app-left-space);padding-right:var(--app-right-space);margin-bottom:12px;margin-top:12px}::ng-deep app-dashboard-filter-modal{width:100%}:host ::ng-deep anna-design-easy-filters section{flex-wrap:wrap}:host ::ng-deep anna-design-easy-filters button.AWAITING_APPROVAL.active{border:1px solid #f3bd18!important;background-color:#f3bd18!important;color:#268bff!important;color:#fff!important}:host ::ng-deep anna-design-easy-filters button.AWAITING_APPROVAL.active:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.AWAITING_APPROVAL{border:1px solid #f3bd18!important;background-color:#f7f2d1!important;color:#268bff!important}:host ::ng-deep anna-design-easy-filters button.AWAITING_APPROVAL:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.APPROVED{border:1px solid #00c853!important;background-color:#e3f3ea!important;color:#268bff!important}:host ::ng-deep anna-design-easy-filters button.APPROVED:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.APPROVED.active{border:1px solid #00c853!important;background-color:#00c853!important;color:#268bff!important;color:#fff!important}:host ::ng-deep anna-design-easy-filters button.APPROVED.active:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.SELLER_APPROVAL_REQUESTED{border:1px solid #9b1b93!important;background-color:#ffe8fe!important;color:#268bff!important}:host ::ng-deep anna-design-easy-filters button.SELLER_APPROVAL_REQUESTED:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.SELLER_APPROVAL_REQUESTED.active{border:1px solid #9b1b93!important;background-color:#9b1b93!important;color:#268bff!important;color:#fff!important}:host ::ng-deep anna-design-easy-filters button.SELLER_APPROVAL_REQUESTED.active:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.BUYER_APPROVAL_REQUESTED{border:1px solid #1565c0!important;background-color:#d5e3f4!important;color:#268bff!important}:host ::ng-deep anna-design-easy-filters button.BUYER_APPROVAL_REQUESTED:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.BUYER_APPROVAL_REQUESTED.active{border:1px solid #1565c0!important;background-color:#1565c0!important;color:#268bff!important;color:#fff!important}:host ::ng-deep anna-design-easy-filters button.BUYER_APPROVAL_REQUESTED.active:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.AUTOMATED{border:1px solid #8bac2a!important;background-color:#faffea!important;color:#268bff!important}:host ::ng-deep anna-design-easy-filters button.AUTOMATED:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.AUTOMATED.active{border:1px solid #fff!important;background-color:#8bac2a!important;color:#268bff!important;color:#fff!important}:host ::ng-deep anna-design-easy-filters button.AUTOMATED.active:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}.easy-reset-filter-container{padding-left:var(--app-left-space);padding-right:2.5rem;display:flex;align-items:flex-end;flex-wrap:wrap;justify-content:space-between}:host ::ng-deep .wrapper{width:max-content}.filters{display:flex;flex-wrap:wrap;position:relative;margin-bottom:4px}button.clear-all-btn{display:flex;float:right;min-width:max-content;margin-right:40px;padding:0;border:none;display:block;text-align:right;margin-left:auto;width:fit-content;background-color:transparent;text-decoration:underline;color:#268bff;line-height:1!important;font-size:var(--reset-all-filter-fs)!important;letter-spacing:normal!important;font-weight:400!important;line-height:normal!important}button.clear-all-btn:hover:enabled{color:#268bff}button.clear-all-btn:disabled{color:#4a4a4a;opacity:.5;cursor:not-allowed}button.clear-all-btn:disabled{background-color:#fff}.reset-container{display:contents}.count-text{font-size:var(--page-message-content-fs);font-family:Roboto;font-style:italic;display:inline-block;margin-left:var(--app-left-space);margin-top:0;color:var(--primary-text-color-medium)}.count-text b{color:var(--font-color)}.total-orders-selected{font-size:12px;color:#4a4a4a;font-style:normal}.select-orders-to-automate-button{width:180px!important}.button-container{display:flex;align-items:end;margin-left:10px}.cancel-button,.automate-button{width:86px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib td{cursor:default!important}:host ::ng-deep anna-core-non-editable-generic-table-lib .table-container{margin-left:var(--app-left-space);margin-right:2.5rem}:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-identicalToAdvBizRule p.lower-label{color:#4a4a4a!important}:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-automation_activated div.row:nth-of-type(2){display:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-isInhertingAdvBizRules div.row{white-space:normal!important;max-width:fit-content!important}:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-isInhertingAdvBizRules div.sort-filter-container{margin-left:-20px!important;margin-top:-13px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib .mdi-info-outline{color:#268bff;margin-left:.4rem;font-size:.6875rem}:host ::ng-deep anna-core-non-editable-generic-table-lib .status-btn.MODIFICATION_REQUESTED,:host ::ng-deep anna-core-non-editable-generic-table-lib .status-btn.APPROVED{background-color:#00c853!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;color:#fff!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:700!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep anna-core-non-editable-generic-table-lib .status-btn.AWAITING_APPROVAL{background-color:#f3bd18!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;color:#fff!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:700!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep anna-core-non-editable-generic-table-lib .status-btn.BUYER_APPROVAL_REQUESTED{background-color:#1565c0!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;color:#fff!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:700!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep anna-core-non-editable-generic-table-lib .status-btn.SELLER_APPROVAL_REQUESTED{background-color:#9b1b93!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;color:#fff!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:700!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep anna-core-non-editable-generic-table-lib a.stationOrderNumber,:host ::ng-deep anna-core-non-editable-generic-table-lib a#ACTIVATE_NOW_LINK_CLICKED{color:#268bff!important}:host ::ng-deep anna-core-non-editable-generic-table-lib td.mat-column-automation_activated div{display:flex!important;color:#000!important}:host ::ng-deep anna-core-non-editable-generic-table-lib td.mat-column-automation_activated div i{color:#f44336;font-size:.75rem;cursor:pointer;float:right;margin-left:auto}:host ::ng-deep anna-core-non-editable-generic-table-lib .table-container.no-data-table>div{height:120px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib .custom-column-checkbox-unchecked,:host ::ng-deep anna-core-non-editable-generic-table-lib .custom-column-checkbox-checked{color:#268bff!important;font-size:13px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib td.mat-column-isSelectedForBulkAutomation div{display:flex;justify-content:center;align-items:center}:host ::ng-deep .italic.orange-text{margin-left:1px;filter:drop-shadow(0px 0 0px #d4d4d4)!important}@media only screen and (max-width: 1281px){:host ::ng-deep anna-design-easy-filters section.d-flex{row-gap:4px}}.mdi-checkbox-blank-outline,.mdi-checkbox-marked{cursor:pointer;color:#268bff!important;font-size:13px!important}::ng-deep .grey-text-italics{color:#a7a7a7!important;font-style:italic!important}.selectedAutomateOrdersCount{font-style:normal!important}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: AnnaDesignComponentsLibModule }, { kind: "component", type: i5.SkeletonLoaderComponent, selector: "anna-design-skt-loader", inputs: ["theme", "count"] }, { kind: "component", type: i5.ConfirmationPopupComponent, selector: "anna-design-confirmation-popup", inputs: ["config"], outputs: ["confirmClicked", "cancelClicked"] }, { kind: "component", type: i5.DashboardFilterModalComponent, selector: "anna-design-dashboard-filter-modal", inputs: ["error", "toDisable", "disableEditButton", "filterData", "persistingFilter", "headerText", "handleNavigation", "showEquivilization", "showNormalization", "showOwnershipGroup", "showStation", "showMultiSelectionForStation", "stationIdsWithValidLicense", "message", "toShowAllPeriodModeSetting", "PeriodOptions"], outputs: ["applyFilter", "getInitialFilter"] }, { kind: "component", type: i5.EasyFiltersComponent, selector: "anna-design-easy-filters", inputs: ["showLoader", "tableData", "clonedTableData", "autoSelectionOfOnlyEnabledFilter", "showUnsavedChangesPopup", "isUnSavedChangesPresent", "defaultFilterNameToBeSelected", "filterToBeUpdatedManually", "easyFilters", "numberOfItemsForLoader"], outputs: ["easyFilterClickEvent", "easyFilterIsSelected", "getUpdatedDataAfterUserAction"] }, { kind: "ngmodule", type: AnnaCoreModule }, { kind: "component", type: i2.AnnaNoDataComponent, selector: "anna-core-no-data-lib", inputs: ["width", "marginTop"] }, { kind: "component", type: i2.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: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
967
967
  }
968
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: BizRulesOrderListingComponent, decorators: [{
968
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BizRulesOrderListingComponent, decorators: [{
969
969
  type: Component,
970
970
  args: [{ selector: "anna-feature-biz-rules-order-listing", imports: [NgIf, AnnaDesignComponentsLibModule, AnnaCoreModule, NgClass], template: "<div\n class=\"station-period-row\"\n *ngIf=\"!showNoDataToDisplay\"\n>\n <anna-design-dashboard-filter-modal\n [filterData]=\"filterData\"\n [headerText]=\"'Edit Filter'\"\n [showOwnershipGroup]=\"showOwnershipGroupFilter\"\n [showStation]=\"showStationFilter\"\n [showEquivilization]=\"false\"\n [showNormalization]=\"false\"\n [disableEditButton]=\"editModeForBulkAutomationOfOrders\"\n [error]=\"error\"\n [handleNavigation]=\"false\"\n [message]=\"'Select data for which you want to view the orders for.'\"\n [toDisable]=\"showTableSkeletonLoader\"\n [persistingFilter]=\"persistingFilterForPopup\"\n [stationIdsWithValidLicense]=\"stationIdsWithValidLicense\"\n (getInitialFilter)=\"updateInitialStationOrOGFilter($event)\"\n (applyFilter)=\"applyOrderListingPopupFilter($event)\"\n >\n </anna-design-dashboard-filter-modal>\n <ng-container *ngIf=\"userType === 'SELLER' && aclPermission\">\n <div class=\"button-container\">\n <button\n *ngIf=\"!editModeForBulkAutomationOfOrders\"\n class=\"anna select-orders-to-automate-button apply-button\"\n [disabled]=\"orderListingTableData?.length === 0 || orderListingAutomationOrdersCloned?.length === 0\"\n (click)=\"openAllowBulkSelectionOfOrdersToAutomateModal()\"\n >\n Select Orders to Automate\n </button>\n <ng-container *ngIf=\"editModeForBulkAutomationOfOrders\">\n <button\n class=\"anna cancel-button\"\n (click)=\"resetOrderListing()\"\n >\n Cancel\n </button>\n <button\n class=\"anna automate-button apply-button\"\n [disabled]=\"countOfSelectedOrdersForAutomation === 0\"\n (click)=\"confirmBulkAutomationOfOrders()\"\n >\n Automate\n </button>\n </ng-container>\n </div>\n </ng-container>\n</div>\n<div\n class=\"easy-reset-filter-container\"\n *ngIf=\"!showNoDataToDisplay\"\n>\n <div class=\"filters\">\n <anna-design-easy-filters\n [showLoader]=\"showTableSkeletonLoader\"\n [numberOfItemsForLoader]=\"easyFilterSkeletonLoaderCount\"\n [easyFilters]=\"easyFilters\"\n [tableData]=\"editModeForBulkAutomationOfOrders ? [] : orderListingTableData\"\n [clonedTableData]=\"orderListingTableDataCloned\"\n (easyFilterClickEvent)=\"intelliFilterClicked($event)\"\n >\n </anna-design-easy-filters>\n </div>\n</div>\n<section\n class=\"count-reset-container\"\n *ngIf=\"!showNoDataToDisplay\"\n>\n <anna-design-skt-loader\n *ngIf=\"showTableSkeletonLoader\"\n [theme]=\"{\n height: '12px',\n width: '120px',\n 'margin-bottom': '0',\n 'margin-top': '0',\n 'margin-left': 'var(--app-left-space)'\n }\"\n >\n </anna-design-skt-loader>\n <button\n *ngIf=\"!showTableSkeletonLoader\"\n class=\"clear-all-btn\"\n (click)=\"clearAllFilter()\"\n [disabled]=\"disableClearAllBtn\"\n >\n Reset all filters\n </button>\n\n <div class=\"count-text\">\n <span\n *ngIf=\"editModeForBulkAutomationOfOrders\"\n class=\"total-orders-selected\"\n >\n <ng-container *ngIf=\"!isTableFiltersApplied\">\n <i\n [ngClass]=\"isAllOrderSelected ? 'mdi mdi-checkbox-marked' : 'mdi mdi-checkbox-blank-outline'\"\n (click)=\"toggleHeaderCheckbox()\"\n ></i>\n Select all orders for automation <span> ({{ orderListingAutomationOrdersCloned?.length }}) | </span>\n </ng-container>\n <ng-container *ngIf=\"isTableFiltersApplied\">\n <i\n [ngClass]=\"\n isAllFilteredOrdersSelected ? 'mdi mdi-checkbox-marked' : 'mdi mdi-checkbox-blank-outline'\n \"\n (click)=\"toggleSelectFilteredOrdersCheckbox()\"\n ></i>\n Select all filtered orders for automation <span> ({{ orderListingTableData?.length }}) | </span>\n </ng-container>\n </span>\n <span\n class=\"selectedAutomateOrdersCount\"\n *ngIf=\"editModeForBulkAutomationOfOrders\"\n >Selected Orders:\n <b>{{\n isTableFiltersApplied ? countOfSelectedFilteredOrdersForAutomation : countOfSelectedOrdersForAutomation\n }}</b>\n </span>\n <span *ngIf=\"!showTableSkeletonLoader && !editModeForBulkAutomationOfOrders\"\n >Total Orders: <b>{{ orderListingTableData.length }}</b></span\n >\n </div>\n</section>\n\n<section\n class=\"biz-order-table-container\"\n *ngIf=\"!showNoDataToDisplay\"\n>\n <anna-core-non-editable-generic-table-lib\n class=\"biz-order-listing-generic-table\"\n [ngClass]=\"{\n 'no-data-table': !showTableSkeletonLoader && orderListingTableData && orderListingTableData.length === 0,\n showCheckBoxColumn: editModeForBulkAutomationOfOrders\n }\"\n [showSkeletonLoading]=\"showTableSkeletonLoader\"\n [tableHeaders]=\"tableHeaders\"\n [tableData]=\"orderListingTableData\"\n [clonedTableData]=\"\n editModeForBulkAutomationOfOrders ? orderListingAutomationOrdersCloned : orderListingTableDataCloned\n \"\n [gtGeneralConfig]=\"gtGeneralConfig\"\n [gtDimension]=\"gtDimension\"\n [clickableRow]=\"false\"\n [tableBorderBottomClassRequired]=\"false\"\n [includeBorderInTableHeight]=\"false\"\n (toggleCheckbox)=\"toggleCheckbox($event)\"\n (filterAppliedToTable)=\"filterAppliedToTable($event)\"\n (sortingAppliedToTable)=\"sortingAppliedToTable($event)\"\n (gtTextActionClicked)=\"tableActionClicked($event)\"\n (clickableDataClicked)=\"tableActionClicked($event)\"\n >\n </anna-core-non-editable-generic-table-lib>\n</section>\n\n<ng-container *ngIf=\"showNoDataToDisplay\">\n <anna-core-no-data-lib width=\"50%\"> </anna-core-no-data-lib>\n</ng-container>\n\n<anna-design-confirmation-popup\n #activateOrderModal\n [config]=\"activateOrderConfirmationConfig\"\n (confirmClicked)=\"activateOrder()\"\n>\n</anna-design-confirmation-popup>\n\n<anna-design-confirmation-popup\n #disableOrderAutomationModal\n [config]=\"disableAutomationConfirmationConfig\"\n (confirmClicked)=\"onConfirmdisableOrderAutomation()\"\n>\n</anna-design-confirmation-popup>\n\n<anna-design-confirmation-popup\n #selectOrdersForBulkAutomationModal\n [config]=\"selectOrdersForBulkAutomationModalConfig\"\n (confirmClicked)=\"allowBulkSelectionOfOrdersForAutomation()\"\n>\n</anna-design-confirmation-popup>\n\n<anna-design-confirmation-popup\n #bulkAutomationConfirmationModal\n [config]=\"bulkAutomationConfirmationModalConfig\"\n (confirmClicked)=\"sendBulkOrdersForActivation()\"\n>\n</anna-design-confirmation-popup>\n<anna-design-confirmation-popup\n #discardUnsavedChangesConfirmModal\n [config]=\"discardUnsavedChangesConfirmConfig\"\n (cancelClicked)=\"stayOnBizRulePageAndCloseModal()\"\n>\n</anna-design-confirmation-popup>\n", styles: ["::ng-deep .select-orders-bulk-automation-confirm-popup .modal-content{width:320px!important;max-width:320px!important}.station-period-row{padding-left:var(--app-left-space);padding-right:var(--app-right-space);margin-bottom:12px;margin-top:12px}::ng-deep app-dashboard-filter-modal{width:100%}:host ::ng-deep anna-design-easy-filters section{flex-wrap:wrap}:host ::ng-deep anna-design-easy-filters button.AWAITING_APPROVAL.active{border:1px solid #f3bd18!important;background-color:#f3bd18!important;color:#268bff!important;color:#fff!important}:host ::ng-deep anna-design-easy-filters button.AWAITING_APPROVAL.active:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.AWAITING_APPROVAL{border:1px solid #f3bd18!important;background-color:#f7f2d1!important;color:#268bff!important}:host ::ng-deep anna-design-easy-filters button.AWAITING_APPROVAL:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.APPROVED{border:1px solid #00c853!important;background-color:#e3f3ea!important;color:#268bff!important}:host ::ng-deep anna-design-easy-filters button.APPROVED:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.APPROVED.active{border:1px solid #00c853!important;background-color:#00c853!important;color:#268bff!important;color:#fff!important}:host ::ng-deep anna-design-easy-filters button.APPROVED.active:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.SELLER_APPROVAL_REQUESTED{border:1px solid #9b1b93!important;background-color:#ffe8fe!important;color:#268bff!important}:host ::ng-deep anna-design-easy-filters button.SELLER_APPROVAL_REQUESTED:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.SELLER_APPROVAL_REQUESTED.active{border:1px solid #9b1b93!important;background-color:#9b1b93!important;color:#268bff!important;color:#fff!important}:host ::ng-deep anna-design-easy-filters button.SELLER_APPROVAL_REQUESTED.active:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.BUYER_APPROVAL_REQUESTED{border:1px solid #1565c0!important;background-color:#d5e3f4!important;color:#268bff!important}:host ::ng-deep anna-design-easy-filters button.BUYER_APPROVAL_REQUESTED:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.BUYER_APPROVAL_REQUESTED.active{border:1px solid #1565c0!important;background-color:#1565c0!important;color:#268bff!important;color:#fff!important}:host ::ng-deep anna-design-easy-filters button.BUYER_APPROVAL_REQUESTED.active:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.AUTOMATED{border:1px solid #8bac2a!important;background-color:#faffea!important;color:#268bff!important}:host ::ng-deep anna-design-easy-filters button.AUTOMATED:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}:host ::ng-deep anna-design-easy-filters button.AUTOMATED.active{border:1px solid #fff!important;background-color:#8bac2a!important;color:#268bff!important;color:#fff!important}:host ::ng-deep anna-design-easy-filters button.AUTOMATED.active:disabled{border:1px solid #bdbdbd!important;color:#4a4a4a!important;background:#bdbdbd!important;cursor:not-allowed!important}.easy-reset-filter-container{padding-left:var(--app-left-space);padding-right:2.5rem;display:flex;align-items:flex-end;flex-wrap:wrap;justify-content:space-between}:host ::ng-deep .wrapper{width:max-content}.filters{display:flex;flex-wrap:wrap;position:relative;margin-bottom:4px}button.clear-all-btn{display:flex;float:right;min-width:max-content;margin-right:40px;padding:0;border:none;display:block;text-align:right;margin-left:auto;width:fit-content;background-color:transparent;text-decoration:underline;color:#268bff;line-height:1!important;font-size:var(--reset-all-filter-fs)!important;letter-spacing:normal!important;font-weight:400!important;line-height:normal!important}button.clear-all-btn:hover:enabled{color:#268bff}button.clear-all-btn:disabled{color:#4a4a4a;opacity:.5;cursor:not-allowed}button.clear-all-btn:disabled{background-color:#fff}.reset-container{display:contents}.count-text{font-size:var(--page-message-content-fs);font-family:Roboto;font-style:italic;display:inline-block;margin-left:var(--app-left-space);margin-top:0;color:var(--primary-text-color-medium)}.count-text b{color:var(--font-color)}.total-orders-selected{font-size:12px;color:#4a4a4a;font-style:normal}.select-orders-to-automate-button{width:180px!important}.button-container{display:flex;align-items:end;margin-left:10px}.cancel-button,.automate-button{width:86px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib td{cursor:default!important}:host ::ng-deep anna-core-non-editable-generic-table-lib .table-container{margin-left:var(--app-left-space);margin-right:2.5rem}:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-identicalToAdvBizRule p.lower-label{color:#4a4a4a!important}:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-automation_activated div.row:nth-of-type(2){display:none!important}:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-isInhertingAdvBizRules div.row{white-space:normal!important;max-width:fit-content!important}:host ::ng-deep anna-core-non-editable-generic-table-lib th.mat-column-isInhertingAdvBizRules div.sort-filter-container{margin-left:-20px!important;margin-top:-13px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib .mdi-info-outline{color:#268bff;margin-left:.4rem;font-size:.6875rem}:host ::ng-deep anna-core-non-editable-generic-table-lib .status-btn.MODIFICATION_REQUESTED,:host ::ng-deep anna-core-non-editable-generic-table-lib .status-btn.APPROVED{background-color:#00c853!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;color:#fff!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:700!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep anna-core-non-editable-generic-table-lib .status-btn.AWAITING_APPROVAL{background-color:#f3bd18!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;color:#fff!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:700!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep anna-core-non-editable-generic-table-lib .status-btn.BUYER_APPROVAL_REQUESTED{background-color:#1565c0!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;color:#fff!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:700!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep anna-core-non-editable-generic-table-lib .status-btn.SELLER_APPROVAL_REQUESTED{background-color:#9b1b93!important;border-radius:2px!important;padding:2px 6px!important;cursor:default!important;color:#fff!important;text-decoration:none!important;display:inline-block!important;font-family:Roboto;font-size:12px;font-weight:700!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}:host ::ng-deep anna-core-non-editable-generic-table-lib a.stationOrderNumber,:host ::ng-deep anna-core-non-editable-generic-table-lib a#ACTIVATE_NOW_LINK_CLICKED{color:#268bff!important}:host ::ng-deep anna-core-non-editable-generic-table-lib td.mat-column-automation_activated div{display:flex!important;color:#000!important}:host ::ng-deep anna-core-non-editable-generic-table-lib td.mat-column-automation_activated div i{color:#f44336;font-size:.75rem;cursor:pointer;float:right;margin-left:auto}:host ::ng-deep anna-core-non-editable-generic-table-lib .table-container.no-data-table>div{height:120px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib .custom-column-checkbox-unchecked,:host ::ng-deep anna-core-non-editable-generic-table-lib .custom-column-checkbox-checked{color:#268bff!important;font-size:13px!important}:host ::ng-deep anna-core-non-editable-generic-table-lib td.mat-column-isSelectedForBulkAutomation div{display:flex;justify-content:center;align-items:center}:host ::ng-deep .italic.orange-text{margin-left:1px;filter:drop-shadow(0px 0 0px #d4d4d4)!important}@media only screen and (max-width: 1281px){:host ::ng-deep anna-design-easy-filters section.d-flex{row-gap:4px}}.mdi-checkbox-blank-outline,.mdi-checkbox-marked{cursor:pointer;color:#268bff!important;font-size:13px!important}::ng-deep .grey-text-italics{color:#a7a7a7!important;font-style:italic!important}.selectedAutomateOrdersCount{font-style:normal!important}\n"] }]
971
971
  }], ctorParameters: () => [{ type: i1.Router }, { type: i2.AnnaGtHelperService }, { type: i1.ActivatedRoute }, { type: i2.AnnaPersistingFilterService }, { type: i2.AnnaFilterService }, { type: i2.AnnaSortService }, { type: i3.ToastrService }, { type: i4.NgxUiLoaderService }, { type: i5.BreadcrumbsService }, { type: i6.GenericBusinessRuleCommonSIBILogicService }, { type: undefined, decorators: [{