@annalib/anna-core 4.1.4 → 4.1.5

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,6 +6,10 @@ export interface SellerGroupHierarchy {
6
6
  inventoryCode: string;
7
7
  program: string;
8
8
  }
9
+ export interface RatingSellerGroupHierarchy {
10
+ InventoryCode: string;
11
+ Program: string;
12
+ }
9
13
  export interface GtColumnIconEmittedData {
10
14
  data: any;
11
15
  key: string;
@@ -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, SellerGroupHierarchy } from '../../../anna-core-shared-lib/models/anna-generic-data-type.model';
7
+ import { GtColumnIconEmittedData, RatingSellerGroupHierarchy } 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';
@@ -106,7 +106,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
106
106
  open: () => void;
107
107
  close: () => void;
108
108
  };
109
- sellerGroupHierarchy: SellerGroupHierarchy[];
109
+ sellerGroupHierarchy: RatingSellerGroupHierarchy[];
110
110
  showFilterTooltipTabs: boolean;
111
111
  isScrolledLeft: boolean;
112
112
  rowBorderWidth: number;
@@ -223,7 +223,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
223
223
  setMarginLeftForFilterIcon(): void;
224
224
  dataRowClicked(rowData: any): void;
225
225
  radioButtonClicked(data: any, action: string, isDisabled: boolean): void;
226
- bindTheValueToSellerGroupTooltip(sellerGroupHierarchy: SellerGroupHierarchy[], tooltip: any): void;
226
+ bindTheValueToSellerGroupTooltip(sellerGroupHierarchy: RatingSellerGroupHierarchy[], tooltip: any): void;
227
227
  iconClicked(rowData: any, iconClass: string): void;
228
228
  svgIconClicked(data: GtColumnIconEmittedData): void;
229
229
  textActionClicked(rowData: any, id: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "4.1.4",
3
+ "version": "4.1.5",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "2.0.3",
6
6
  "@angular/common": "^13.2.0",