@annalib/anna-core 24.2.2 → 24.2.4

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.
@@ -26,6 +26,7 @@ type FILTERTYPE = "CHECKBOX" | "SLIDER" | "DATE" | "TIME" | "WEEK";
26
26
  export interface ISvgOrIconTypeInGTTable {
27
27
  showObjectKey: boolean;
28
28
  svgOrIconName?: string;
29
+ svgOrIconTooltipMsg?: string;
29
30
  }
30
31
  export declare class SvgOrIconTypeInGTTable {
31
32
  showObjectKey: boolean;
@@ -37,7 +38,9 @@ export declare class SvgOrIconTypeInGTTable {
37
38
  }
38
39
  export declare enum SvgOrIconNames {
39
40
  PAY_FOR_PERFORMANCE_ACTIVE = "PAY_FOR_PERFORMANCE_ACTIVE",
40
- AUTOMATION_ACTIVATED = "AUTOMATION_ACTIVATED"
41
+ AUTOMATION_ACTIVATED = "AUTOMATION_ACTIVATED",
42
+ DELETED_ORDER = "DELETED_ORDER",
43
+ WARNING_ICON = "WARNING_ICON"
41
44
  }
42
45
  export interface ITotalRowInfo {
43
46
  colspan: number;
@@ -141,5 +144,5 @@ export interface IActionItemTypeWithStringIconOrTextAction {
141
144
  tooltipPlacement?: string;
142
145
  enableTooltipForAdditionalText?: boolean;
143
146
  }
144
- export type IconToShow = "LIVE" | "PAY_FOR_PERFORMANCE_ACTIVE" | "PAY_FOR_PERFORMANCE" | "REJECTED" | "NOTIFY" | "AWAITING_APPROVAL" | "DELETED_ORDER" | "NEED_SELLER_CONFIRMATION" | "NEED_BUYER_CONFIRMATION" | "AUTOMATION_ACTIVATED";
147
+ export type IconToShow = "LIVE" | "PAY_FOR_PERFORMANCE_ACTIVE" | "PAY_FOR_PERFORMANCE" | "REJECTED" | "NOTIFY" | "AWAITING_APPROVAL" | "DELETED_ORDER" | "NEED_SELLER_CONFIRMATION" | "NEED_BUYER_CONFIRMATION" | "AUTOMATION_ACTIVATED" | "WARNING_ICON";
145
148
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "24.2.2",
3
+ "version": "24.2.4",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^16.0.1",
6
6
  "@angular/common": "^16.2.12",