@annalib/anna-core 22.3.7 → 22.4.0

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.
@@ -67,7 +67,6 @@ export interface ITooltip {
67
67
  tooltipPosition: string;
68
68
  iconClass: string;
69
69
  tooltipClass: string;
70
- tooltipMessage?: string;
71
70
  }
72
71
  export interface IconData {
73
72
  data: any;
@@ -98,22 +97,22 @@ export declare class ClickableItem {
98
97
  export interface IActionItemTypeSTRING__ICON_OR_TEXT_ACTION {
99
98
  id: any;
100
99
  data: string;
101
- iconClass: string;
100
+ typeOfData: 'STRING' | 'ICON_TEXT_ACTION';
101
+ additionalTextBeforeLink: string;
102
+ iconClass?: string;
102
103
  showIcon: boolean;
103
- disabledIcon: boolean;
104
- linkClass: string;
105
- showLink: boolean;
106
- disabledLink: boolean;
104
+ disabledIcon?: boolean;
105
+ linkClass?: string;
106
+ showLink?: boolean;
107
+ disabledLink?: boolean;
107
108
  showTooltip: boolean;
108
- tooltipData: {
109
+ tooltipData?: {
109
110
  key: string;
110
111
  value: string;
111
112
  }[];
112
113
  tooltipClass?: string;
113
114
  tooltipPlacement?: string;
114
- typeOfData: 'STRING' | 'ICON_TEXT_ACTION';
115
- additionalTextBeforeLink: string;
116
- enableTooltipForAdditionalText: boolean;
115
+ enableTooltipForAdditionalText?: boolean;
117
116
  }
118
117
  export declare type IconToShow = "LIVE" | "PAY_FOR_PERFORMANCE_ACTIVE" | "PAY_FOR_PERFORMANCE" | "REJECTED" | "NOTIFY" | "AWAITING_APPROVAL" | "DELETED_ORDER" | "NEED_SELLER_CONFIRMATION" | "NEED_BUYER_CONFIRMATION";
119
118
  export {};
@@ -98,7 +98,6 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
98
98
  isScrolledLeft: boolean;
99
99
  rowBorderWidth: number;
100
100
  sameTooltipClicked: boolean;
101
- isScrollEnded: boolean;
102
101
  marginTop: string;
103
102
  viewChildTableHeaders: QueryList<ElementRef>;
104
103
  isDifferenceLessThan25Percent: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "22.3.7",
3
+ "version": "22.4.0",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.4",
6
6
  "@angular/common": "^15.2.9",
@@ -122,6 +122,10 @@ $intelli-filter-icon-default-map: (
122
122
  color: #f44336;
123
123
  margin-right: 2px;
124
124
  }
125
+
126
+ &.mdi-cog-refresh{
127
+ color: #8bac2a;
128
+ }
125
129
  }
126
130
 
127
131
  button.intelli-filter.active {