@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.
- package/esm2022/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +3 -3
- package/esm2022/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +2 -1
- package/esm2022/lib/anna-core-shared-lib/services/anna-number-format.service.mjs +1 -14
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.mjs +6 -2
- package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +2 -2
- package/fesm2022/annalib-anna-core.mjs +9 -17
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.d.ts +1 -0
- package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +2 -1
- package/lib/anna-core-shared-lib/services/anna-number-format.service.d.ts +0 -1
- package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -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
|
}
|