@annalib/anna-core 8.0.34 → 8.0.36
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/esm2020/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.mjs +4 -1
- package/esm2020/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +2 -2
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +16 -32
- package/fesm2015/annalib-anna-core.mjs +19 -32
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +19 -32
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +2 -2
- package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +4 -15
- package/package.json +1 -1
|
@@ -81,7 +81,7 @@ export declare class ClickableItem {
|
|
|
81
81
|
key: string;
|
|
82
82
|
value: string;
|
|
83
83
|
};
|
|
84
|
-
|
|
84
|
+
disableTooltip: boolean;
|
|
85
85
|
constructor(typeOfActionLinkForGt: any, name: string, className: string, showTooltip: boolean, tooltipData: {
|
|
86
86
|
key: string;
|
|
87
87
|
value: string;
|
|
@@ -103,6 +103,6 @@ export interface IActionItemTypeSTRING__ICON_OR_TEXT_ACTION {
|
|
|
103
103
|
}[];
|
|
104
104
|
typeOfData: 'STRING' | 'ICON_TEXT_ACTION';
|
|
105
105
|
additionalTextBeforeLink: string;
|
|
106
|
-
|
|
106
|
+
disableTooltip: boolean;
|
|
107
107
|
}
|
|
108
108
|
export {};
|
|
@@ -12,16 +12,6 @@ import { AnnaFilterService } from '../../../anna-core-shared-lib/services/anna-f
|
|
|
12
12
|
import { BehaviorSubject } from 'rxjs';
|
|
13
13
|
import { UserActivationStatus } from '../../../anna-core-shared-lib/models/anna-manage-users.model';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
|
-
interface keyValueTooltipType {
|
|
16
|
-
key: string;
|
|
17
|
-
value: string;
|
|
18
|
-
}
|
|
19
|
-
interface tableTooltipType {
|
|
20
|
-
tooltipTableHeader: string[];
|
|
21
|
-
tooltipTableBody: string[][];
|
|
22
|
-
tableHeaderMsg: string[];
|
|
23
|
-
tableFooterMsg: string[];
|
|
24
|
-
}
|
|
25
15
|
export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnChanges, AfterViewChecked {
|
|
26
16
|
private cdRef;
|
|
27
17
|
private annaSortService;
|
|
@@ -160,8 +150,10 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
160
150
|
isNoDataToDisplaySubject$: BehaviorSubject<boolean>;
|
|
161
151
|
selectedStarredOrderId: string;
|
|
162
152
|
UserActivationStatus: typeof UserActivationStatus;
|
|
163
|
-
textActionTooltip:
|
|
164
|
-
|
|
153
|
+
textActionTooltip: {
|
|
154
|
+
key: string;
|
|
155
|
+
value: string;
|
|
156
|
+
}[];
|
|
165
157
|
constructor(cdRef: ChangeDetectorRef, annaSortService: AnnaSortService, annaDateTimeFormatService: AnnaDateTimeFormatService, annaFilterService: AnnaFilterService);
|
|
166
158
|
ngAfterViewChecked(): void;
|
|
167
159
|
ngOnInit(): void;
|
|
@@ -284,11 +276,8 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
284
276
|
spotDetailsDownloadClicked(parentChildOrTotalRow: "DATAROW" | "TOTALROW", rowdata?: any): void;
|
|
285
277
|
tableContainerScrolled(event: any): void;
|
|
286
278
|
mouseEnterOnStringTextActionType(rowData: any, tooltipKey: string): void;
|
|
287
|
-
mouseEnterOnStringTextActionTypeContainingTable(rowData: any, tooltipKey: string): void;
|
|
288
279
|
mouseEnterOnTextActionType(rowData: any, tooltipKey: string): void;
|
|
289
280
|
onClickableDataClicked(Rowdata: any, id: number): void;
|
|
290
|
-
removeTooltipOnScroll(): void;
|
|
291
281
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNonEditableGenericTableComponent, never>;
|
|
292
282
|
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNonEditableGenericTableComponent, "anna-core-non-editable-generic-table-lib", never, { "showSkeletonLoading": "showSkeletonLoading"; "tableHeaders": "tableHeaders"; "tableData": "tableData"; "clonedTableData": "clonedTableData"; "gtGeneralConfig": "gtGeneralConfig"; "totalRowInfo": "totalRowInfo"; "gtDimension": "gtDimension"; "tableClass": "tableClass"; "maximumRowsWhichCanBeRenderedWithoutScroll": "maximumRowsWhichCanBeRenderedWithoutScroll"; "limit": "limit"; "includeBorderInTableHeight": "includeBorderInTableHeight"; "downloadInProgress": "downloadInProgress"; "percentDone": "percentDone"; "starredInProgress": "starredInProgress"; "clickableRow": "clickableRow"; }, { "toggleCheckbox": "toggleCheckbox"; "toggleRowCheckbox": "toggleRowCheckbox"; "toggleHeaderCheckbox": "toggleHeaderCheckbox"; "undoIconClicked": "undoIconClicked"; "filterAppliedToTable": "filterAppliedToTable"; "sortingAppliedToTable": "sortingAppliedToTable"; "rowClicked": "rowClicked"; "radioButtonSelected": "radioButtonSelected"; "columnFilterOpened": "columnFilterOpened"; "columnFilterClosed": "columnFilterClosed"; "gtIconClicked": "gtIconClicked"; "gtSVGIconClicked": "gtSVGIconClicked"; "gtTextActionClicked": "gtTextActionClicked"; "gtViewDetailClicked": "gtViewDetailClicked"; "downloadSpotDetails": "downloadSpotDetails"; "clickableDataClicked": "clickableDataClicked"; }, never, never>;
|
|
293
283
|
}
|
|
294
|
-
export {};
|