@annalib/anna-core 22.3.8 → 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.
@@ -97,22 +97,22 @@ export declare class ClickableItem {
97
97
  export interface IActionItemTypeSTRING__ICON_OR_TEXT_ACTION {
98
98
  id: any;
99
99
  data: string;
100
- iconClass: string;
100
+ typeOfData: 'STRING' | 'ICON_TEXT_ACTION';
101
+ additionalTextBeforeLink: string;
102
+ iconClass?: string;
101
103
  showIcon: boolean;
102
- disabledIcon: boolean;
103
- linkClass: string;
104
- showLink: boolean;
105
- disabledLink: boolean;
104
+ disabledIcon?: boolean;
105
+ linkClass?: string;
106
+ showLink?: boolean;
107
+ disabledLink?: boolean;
106
108
  showTooltip: boolean;
107
- tooltipData: {
109
+ tooltipData?: {
108
110
  key: string;
109
111
  value: string;
110
112
  }[];
111
113
  tooltipClass?: string;
112
114
  tooltipPlacement?: string;
113
- typeOfData: 'STRING' | 'ICON_TEXT_ACTION';
114
- additionalTextBeforeLink: string;
115
- enableTooltipForAdditionalText: boolean;
115
+ enableTooltipForAdditionalText?: boolean;
116
116
  }
117
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";
118
118
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "22.3.8",
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 {