@annalib/anna-core 4.2.17 → 4.2.18

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.
@@ -6,10 +6,6 @@ export interface SellerGroupHierarchy {
6
6
  inventoryCode: string;
7
7
  program: string;
8
8
  }
9
- export interface RatingSellerGroupHierarchy {
10
- InventoryCode: string;
11
- Program: string;
12
- }
13
9
  export interface GtColumnIconEmittedData {
14
10
  data: any;
15
11
  key: string;
@@ -18,7 +18,6 @@ export declare class AnnaDateTimeFormatService {
18
18
  convertNgbDateToMoment(ngbDate: NgbDate | NgbDateType): string;
19
19
  compareDate(a: string, b: string, isAsc: boolean): number;
20
20
  static formatTwentyFourHourTimeToHHMMAFormat(value: any): string;
21
- static formatTwelveHourTimeToHHMMAFormat(value: any): string;
22
21
  formatDateAndHHMMATimeToStandardFormat(dateAndTime: any): string;
23
22
  compare(a: number | string, b: number | string, isAsc: boolean): number;
24
23
  sortDataByBroadcastTimeAsc(firstParamTime: string, secondParamTime: string, broadcastTime: string): number;
@@ -4,7 +4,7 @@ import { Options } from '@angular-slider/ngx-slider';
4
4
  import { IGtGeneralConfig, IGtTableHeader, IHeaderInfo, ITotalRowInfo } from '../../../anna-core-shared-lib/models/anna-non-editable-gt-models';
5
5
  import { AnnaDateTimeFormatService, NgbDateType } from '../../../anna-core-shared-lib/services/anna-date-time-format.service';
6
6
  import { IWeekCalendar } from '../../../anna-core-shared-lib/models/anna-global-dropdown-config.model';
7
- import { GtColumnIconEmittedData, RatingSellerGroupHierarchy } from '../../../anna-core-shared-lib/models/anna-generic-data-type.model';
7
+ import { GtColumnIconEmittedData, SellerGroupHierarchy } from '../../../anna-core-shared-lib/models/anna-generic-data-type.model';
8
8
  import { SortType } from '../../../anna-core-shared-lib/models/anna-sort.model';
9
9
  import { radioButtonModel, TooltipModel } from '../../../anna-core-shared-lib/models/anna-tooltip.model';
10
10
  import { AnnaSortService } from '../../../anna-core-shared-lib/services/anna-sort.service';
@@ -37,7 +37,6 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
37
37
  includeBorderInTableHeight: boolean;
38
38
  downloadInProgress: boolean;
39
39
  percentDone: number;
40
- starredInProgress: boolean;
41
40
  toggleCheckbox: EventEmitter<any>;
42
41
  toggleRowCheckbox: EventEmitter<any>;
43
42
  toggleHeaderCheckbox: EventEmitter<any>;
@@ -107,7 +106,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
107
106
  open: () => void;
108
107
  close: () => void;
109
108
  };
110
- sellerGroupHierarchy: RatingSellerGroupHierarchy[];
109
+ sellerGroupHierarchy: SellerGroupHierarchy[];
111
110
  showFilterTooltipTabs: boolean;
112
111
  isScrolledLeft: boolean;
113
112
  rowBorderWidth: number;
@@ -146,7 +145,6 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
146
145
  selectedRowTypeForDownload: string;
147
146
  heightOfCheckboxTooltipFilter: number;
148
147
  isNoDataToDisplaySubject$: BehaviorSubject<boolean>;
149
- selectedStarredOrderId: string;
150
148
  constructor(cdRef: ChangeDetectorRef, annaSortService: AnnaSortService, annaDateTimeFormatService: AnnaDateTimeFormatService, annaFilterService: AnnaFilterService, annaGenericTableService: AnnaGenericTableService);
151
149
  ngAfterViewChecked(): void;
152
150
  ngOnInit(): void;
@@ -225,7 +223,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
225
223
  setMarginLeftForFilterIcon(): void;
226
224
  dataRowClicked(rowData: any): void;
227
225
  radioButtonClicked(data: any, action: string, isDisabled: boolean): void;
228
- bindTheValueToSellerGroupTooltip(sellerGroupHierarchy: RatingSellerGroupHierarchy[], tooltip: any): void;
226
+ bindTheValueToSellerGroupTooltip(sellerGroupHierarchy: SellerGroupHierarchy[], tooltip: any): void;
229
227
  iconClicked(rowData: any, iconClass: string): void;
230
228
  svgIconClicked(data: GtColumnIconEmittedData): void;
231
229
  textActionClicked(rowData: any, id: number): void;
@@ -267,5 +265,5 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
267
265
  spotDetailsDownloadClicked(parentChildOrTotalRow: "DATAROW" | "TOTALROW", rowdata?: any): void;
268
266
  tableContainerScrolled(event: any): void;
269
267
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNonEditableGenericTableComponent, never>;
270
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNonEditableGenericTableComponent, "anna-core-non-editable-generic-table-lib", never, { "showSkeletonLoading": "showSkeletonLoading"; "tableHeaders": "tableHeaders"; "tableData": "tableData"; "clonedTableData": "clonedTableData"; "numberOfSkeletonRows": "numberOfSkeletonRows"; "numberOfSkeletonColumns": "numberOfSkeletonColumns"; "gtGeneralConfig": "gtGeneralConfig"; "totalRowInfo": "totalRowInfo"; "gtDimension": "gtDimension"; "tableClass": "tableClass"; "maximumRowsWhichCanBeRenderedWithoutScroll": "maximumRowsWhichCanBeRenderedWithoutScroll"; "limit": "limit"; "includeBorderInTableHeight": "includeBorderInTableHeight"; "downloadInProgress": "downloadInProgress"; "percentDone": "percentDone"; "starredInProgress": "starredInProgress"; }, { "toggleCheckbox": "toggleCheckbox"; "toggleRowCheckbox": "toggleRowCheckbox"; "toggleHeaderCheckbox": "toggleHeaderCheckbox"; "undoIconClicked": "undoIconClicked"; "filterAppliedToTable": "filterAppliedToTable"; "sortingAppliedToTable": "sortingAppliedToTable"; "rowClicked": "rowClicked"; "radioButtonSelected": "radioButtonSelected"; "columnFilterOpened": "columnFilterOpened"; "columnFilterClosed": "columnFilterClosed"; "gtIconClicked": "gtIconClicked"; "gtSVGIconClicked": "gtSVGIconClicked"; "gtTextActionClicked": "gtTextActionClicked"; "gtViewDetailClicked": "gtViewDetailClicked"; "downloadSpotDetails": "downloadSpotDetails"; }, never, never>;
268
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNonEditableGenericTableComponent, "anna-core-non-editable-generic-table-lib", never, { "showSkeletonLoading": "showSkeletonLoading"; "tableHeaders": "tableHeaders"; "tableData": "tableData"; "clonedTableData": "clonedTableData"; "numberOfSkeletonRows": "numberOfSkeletonRows"; "numberOfSkeletonColumns": "numberOfSkeletonColumns"; "gtGeneralConfig": "gtGeneralConfig"; "totalRowInfo": "totalRowInfo"; "gtDimension": "gtDimension"; "tableClass": "tableClass"; "maximumRowsWhichCanBeRenderedWithoutScroll": "maximumRowsWhichCanBeRenderedWithoutScroll"; "limit": "limit"; "includeBorderInTableHeight": "includeBorderInTableHeight"; "downloadInProgress": "downloadInProgress"; "percentDone": "percentDone"; }, { "toggleCheckbox": "toggleCheckbox"; "toggleRowCheckbox": "toggleRowCheckbox"; "toggleHeaderCheckbox": "toggleHeaderCheckbox"; "undoIconClicked": "undoIconClicked"; "filterAppliedToTable": "filterAppliedToTable"; "sortingAppliedToTable": "sortingAppliedToTable"; "rowClicked": "rowClicked"; "radioButtonSelected": "radioButtonSelected"; "columnFilterOpened": "columnFilterOpened"; "columnFilterClosed": "columnFilterClosed"; "gtIconClicked": "gtIconClicked"; "gtSVGIconClicked": "gtSVGIconClicked"; "gtTextActionClicked": "gtTextActionClicked"; "gtViewDetailClicked": "gtViewDetailClicked"; "downloadSpotDetails": "downloadSpotDetails"; }, never, never>;
271
269
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "4.2.17",
3
+ "version": "4.2.18",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "2.0.3",
6
6
  "@angular/common": "^13.2.0",
@@ -413,7 +413,7 @@ section.min-maxContainer {
413
413
  padding-left: 1px;
414
414
  margin-right: $fs-19;
415
415
  i {
416
- color: black;
416
+ color: #cbcbcb;
417
417
  cursor: pointer;
418
418
  font-size: $fs-9;
419
419
  }