@annalib/anna-core 8.2.4 → 8.3.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/esm2020/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +1 -1
- package/esm2020/lib/anna-core-shared-lib/services/anna-filter.service.mjs +2 -2
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +19 -8
- package/fesm2015/annalib-anna-core.mjs +19 -8
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +19 -8
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +1 -1
- package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +4 -2
- package/package.json +1 -1
|
@@ -22,7 +22,7 @@ export interface IHeaderInfo {
|
|
|
22
22
|
tooltip?: ITooltip;
|
|
23
23
|
joinedFilterSortObjectKeys?: string;
|
|
24
24
|
}
|
|
25
|
-
declare type DATATYPE = "CHECKBOX" | "ICON" | "STRING" | "RADIO" | "" | "SVG_ICON" | "TEXT_ACTIONS" | "CLICKABLE_DATA" | "STRING__TEXT_ACTION" | "STRING__ICON_ACTION" | "STRING___ICON_OR_TEXT_ACTION"
|
|
25
|
+
declare type DATATYPE = "CHECKBOX" | "HTML_STRING" | "ICON" | "STRING" | "RADIO" | "" | "SVG_ICON" | "TEXT_ACTIONS" | "CLICKABLE_DATA" | "STRING__TEXT_ACTION" | "STRING__ICON_ACTION" | "STRING___ICON_OR_TEXT_ACTION";
|
|
26
26
|
declare type FILTERTYPE = "CHECKBOX" | "SLIDER" | "DATE" | "TIME" | "WEEK";
|
|
27
27
|
export interface ITotalRowInfo {
|
|
28
28
|
colspan: number;
|
|
@@ -48,7 +48,6 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
48
48
|
percentDone: number;
|
|
49
49
|
starredInProgress: boolean;
|
|
50
50
|
clickableRow: boolean;
|
|
51
|
-
setTableHeightWhenRowSizeIsFixed: boolean;
|
|
52
51
|
toggleCheckbox: EventEmitter<any>;
|
|
53
52
|
toggleRowCheckbox: EventEmitter<any>;
|
|
54
53
|
toggleHeaderCheckbox: EventEmitter<any>;
|
|
@@ -65,6 +64,8 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
65
64
|
gtViewDetailClicked: EventEmitter<any>;
|
|
66
65
|
downloadSpotDetails: EventEmitter<any>;
|
|
67
66
|
clickableDataClicked: EventEmitter<any>;
|
|
67
|
+
notificationIconHover: EventEmitter<any>;
|
|
68
|
+
notificationIconHoverLeave: EventEmitter<any>;
|
|
68
69
|
numberOfSkeletonRows: number[][];
|
|
69
70
|
tableDataWrapper: any[];
|
|
70
71
|
rowChecked: boolean;
|
|
@@ -286,10 +287,11 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
286
287
|
tableContainerScrolled(event: any): void;
|
|
287
288
|
mouseEnterOnStringTextActionType(rowData: any, tooltipKey: string): void;
|
|
288
289
|
mouseEnterOnStringTextActionTypeContainingTable(rowData: any, tooltipKey: string): void;
|
|
290
|
+
mouseLeaveTextActionType(rowData: any): void;
|
|
289
291
|
mouseEnterOnTextActionType(rowData: any, tooltipKey: string): void;
|
|
290
292
|
onClickableDataClicked(Rowdata: any, id: number): void;
|
|
291
293
|
removeTooltipOnScroll(): void;
|
|
292
294
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNonEditableGenericTableComponent, never>;
|
|
293
|
-
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";
|
|
295
|
+
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"; "notificationIconHover": "notificationIconHover"; "notificationIconHoverLeave": "notificationIconHoverLeave"; }, never, never>;
|
|
294
296
|
}
|
|
295
297
|
export {};
|