@annalib/anna-core 28.3.0 → 28.4.1

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.
@@ -3,6 +3,7 @@ export interface IRadioButton {
3
3
  isDisabled: boolean;
4
4
  label: string;
5
5
  class: string;
6
+ tooltip?: string;
6
7
  }
7
8
  export interface IAngular2MultiSelectSettings {
8
9
  text: string;
@@ -44,6 +44,7 @@ export declare enum SvgOrIconNames {
44
44
  DELETED_ORDER = "DELETED_ORDER",
45
45
  WARNING_ICON = "WARNING_ICON",
46
46
  INFORMATION_OUTLINE_ICON = "INFORMATION_OUTLINE_ICON",
47
+ ALERT_OCTAGON_ICON = "ALERT_OCTAGON_ICON",
47
48
  CANCEL_ICON = "CANCEL_ICON",
48
49
  ALPHA_B_CIRCLE = "ALPHA_B_CIRCLE",
49
50
  ALPHA_R_CIRCLE = "ALPHA_R_CIRCLE",
@@ -152,7 +153,7 @@ export interface IActionItemTypeWithStringIconOrTextAction {
152
153
  tooltipPlacement?: string;
153
154
  enableTooltipForAdditionalText?: boolean;
154
155
  }
155
- export type IconToShow = "LIVE" | "PAY_FOR_PERFORMANCE_ACTIVE" | "PAY_FOR_PERFORMANCE" | "REJECTED" | "NOTIFY" | "AWAITING_APPROVAL" | "DELETED_ORDER" | "NEED_SELLER_CONFIRMATION" | "NEED_BUYER_CONFIRMATION" | "AUTOMATED" | "WARNING_ICON" | "INFORMATION_OUTLINE_ICON" | "CANCEL_ICON" | "ALPHA_B_CIRCLE" | "ALPHA_R_CIRCLE" | "ALPHA_E_CIRCLE" | "ALPHA_A_CIRCLE";
156
+ export type IconToShow = "LIVE" | "PAY_FOR_PERFORMANCE_ACTIVE" | "PAY_FOR_PERFORMANCE" | "REJECTED" | "NOTIFY" | "AWAITING_APPROVAL" | "DELETED_ORDER" | "NEED_SELLER_CONFIRMATION" | "NEED_BUYER_CONFIRMATION" | "AUTOMATED" | "WARNING_ICON" | "INFORMATION_OUTLINE_ICON" | "ALERT_OCTAGON_ICON" | "CANCEL_ICON" | "ALPHA_B_CIRCLE" | "ALPHA_R_CIRCLE" | "ALPHA_E_CIRCLE" | "ALPHA_A_CIRCLE";
156
157
  export declare class TableClassNameConstant {
157
158
  static readonly defaultClass = "table-body-row ";
158
159
  static readonly selectedRow = "selected-row ";
@@ -1,7 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class AnnaNumberFormatService {
3
3
  static GetRoundedValueWithUnits(inputValue: number, digitsToRoundDecimalPoint?: number): string;
4
- static GetRoundedValueWithUnitsAndDollarSymbol(inputValue: number, digitsToRoundDecimalPoint?: number): string;
5
4
  static GetRoundedImpressionsWithUnits(inputValue: number, digitsToRoundDecimalPoint?: number): string;
6
5
  static GetValueInUnits(inputValue: number): (string | number)[];
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNumberFormatService, never>;
@@ -22,6 +22,7 @@ export declare class AnnaColumnTimeFilterComponent implements OnInit {
22
22
  endToText: string;
23
23
  isSortAndFilterAbsent: boolean;
24
24
  timeChanges: EventEmitter<any>;
25
+ timeChangedEmitter: EventEmitter<any>;
25
26
  filterAppliedToTable: EventEmitter<any>;
26
27
  sortingAppliedToTable: EventEmitter<any>;
27
28
  getSortType: EventEmitter<any>;
@@ -79,5 +80,5 @@ export declare class AnnaColumnTimeFilterComponent implements OnInit {
79
80
  clearColumnFilter(): void;
80
81
  storeSortTypeInTempVariable(event: SortType): void;
81
82
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaColumnTimeFilterComponent, never>;
82
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaColumnTimeFilterComponent, "anna-core-anna-column-time-filter", never, { "tableData": { "alias": "tableData"; "required": false; }; "clonedTableData": { "alias": "clonedTableData"; "required": false; }; "filterTabObjects": { "alias": "filterTabObjects"; "required": false; }; "showFilterHeaderTabs": { "alias": "showFilterHeaderTabs"; "required": false; }; "showAllTimeRangeCheckboxes": { "alias": "showAllTimeRangeCheckboxes"; "required": false; }; "isLurAndCsrComponent": { "alias": "isLurAndCsrComponent"; "required": false; }; "gtGeneralConfig": { "alias": "gtGeneralConfig"; "required": false; }; "showClearAllFilter": { "alias": "showClearAllFilter"; "required": false; }; "startFromText": { "alias": "startFromText"; "required": false; }; "endToText": { "alias": "endToText"; "required": false; }; "isSortAndFilterAbsent": { "alias": "isSortAndFilterAbsent"; "required": false; }; }, { "timeChanges": "timeChanges"; "filterAppliedToTable": "filterAppliedToTable"; "sortingAppliedToTable": "sortingAppliedToTable"; "getSortType": "getSortType"; "closeTooltip": "closeTooltip"; }, never, never, true, never>;
83
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaColumnTimeFilterComponent, "anna-core-anna-column-time-filter", never, { "tableData": { "alias": "tableData"; "required": false; }; "clonedTableData": { "alias": "clonedTableData"; "required": false; }; "filterTabObjects": { "alias": "filterTabObjects"; "required": false; }; "showFilterHeaderTabs": { "alias": "showFilterHeaderTabs"; "required": false; }; "showAllTimeRangeCheckboxes": { "alias": "showAllTimeRangeCheckboxes"; "required": false; }; "isLurAndCsrComponent": { "alias": "isLurAndCsrComponent"; "required": false; }; "gtGeneralConfig": { "alias": "gtGeneralConfig"; "required": false; }; "showClearAllFilter": { "alias": "showClearAllFilter"; "required": false; }; "startFromText": { "alias": "startFromText"; "required": false; }; "endToText": { "alias": "endToText"; "required": false; }; "isSortAndFilterAbsent": { "alias": "isSortAndFilterAbsent"; "required": false; }; }, { "timeChanges": "timeChanges"; "timeChangedEmitter": "timeChangedEmitter"; "filterAppliedToTable": "filterAppliedToTable"; "sortingAppliedToTable": "sortingAppliedToTable"; "getSortType": "getSortType"; "closeTooltip": "closeTooltip"; }, never, never, true, never>;
83
84
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "28.3.0",
3
+ "version": "28.4.1",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^16.0.1",
6
6
  "@angular/common": "^16.2.12",