@annalib/anna-core 26.0.3 → 26.0.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.
- 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/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive.mjs +2 -2
- package/esm2022/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +2 -2
- package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +3 -3
- package/fesm2022/annalib-anna-core.mjs +6 -6
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +2 -2
- package/package.json +1 -1
|
@@ -38,7 +38,7 @@ export declare class SvgOrIconTypeInGTTable {
|
|
|
38
38
|
}
|
|
39
39
|
export declare enum SvgOrIconNames {
|
|
40
40
|
PAY_FOR_PERFORMANCE_ACTIVE = "PAY_FOR_PERFORMANCE_ACTIVE",
|
|
41
|
-
|
|
41
|
+
AUTOMATION_ACTIVATED = "AUTOMATION_ACTIVATED",
|
|
42
42
|
DELETED_ORDER = "DELETED_ORDER",
|
|
43
43
|
WARNING_ICON = "WARNING_ICON"
|
|
44
44
|
}
|
|
@@ -144,7 +144,7 @@ export interface IActionItemTypeWithStringIconOrTextAction {
|
|
|
144
144
|
tooltipPlacement?: string;
|
|
145
145
|
enableTooltipForAdditionalText?: boolean;
|
|
146
146
|
}
|
|
147
|
-
export type IconToShow = "LIVE" | "PAY_FOR_PERFORMANCE_ACTIVE" | "PAY_FOR_PERFORMANCE" | "REJECTED" | "NOTIFY" | "AWAITING_APPROVAL" | "DELETED_ORDER" | "NEED_SELLER_CONFIRMATION" | "NEED_BUYER_CONFIRMATION" | "
|
|
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" | "INFORMATION_OUTLINE_ICON" | "CANCEL_ICON" | "ALPHA_B_CIRCLE" | "ALPHA_R_CIRCLE" | "ALPHA_E_CIRCLE" | "ALPHA_A_CIRCLE";
|
|
148
148
|
export declare class TableClassNameConstant {
|
|
149
149
|
static readonly defaultClass = "table-body-row ";
|
|
150
150
|
static readonly selectedRow = "selected-row ";
|