@annalib/anna-core 18.2.14 → 18.2.16
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-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +14 -6
- package/fesm2015/annalib-anna-core.mjs +13 -5
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +13 -5
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +2 -1
- package/package.json +1 -1
- package/src/lib/anna-common-scss/_scrollbar.scss +5 -22
|
@@ -38,6 +38,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
38
38
|
};
|
|
39
39
|
tableClass: string;
|
|
40
40
|
maximumRowsWhichCanBeRenderedWithoutScroll: number;
|
|
41
|
+
overridMaximumRowsWhichCanBeRenderedWithoutScroll: number;
|
|
41
42
|
limit: number;
|
|
42
43
|
includeBorderInTableHeight: boolean;
|
|
43
44
|
downloadInProgress: boolean;
|
|
@@ -167,6 +168,6 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
167
168
|
filterApplied(tableData: any[]): void;
|
|
168
169
|
sortingApplied(tableData: any[]): void;
|
|
169
170
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNonEditableGenericTableComponent, never>;
|
|
170
|
-
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"; "setTableHeightWhenRowSizeIsFixed": "setTableHeightWhenRowSizeIsFixed"; "tableBorderBottomClassRequired": "tableBorderBottomClassRequired"; "hideSomeTds": "hideSomeTds"; "tdsHaveRowSpan": "tdsHaveRowSpan"; "multipleTablesPresent": "multipleTablesPresent"; }, { "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"; "gtInnerHTMLClicked": "gtInnerHTMLClicked"; "downloadSpotDetails": "downloadSpotDetails"; "clickableDataClicked": "clickableDataClicked"; "totalRowIconClicked": "totalRowIconClicked"; "notificationIconHover": "notificationIconHover"; "notificationIconHoverLeave": "notificationIconHoverLeave"; "editableInputEdited": "editableInputEdited"; "radioButtonMessageIconClicked": "radioButtonMessageIconClicked"; }, never, never, false, never>;
|
|
171
|
+
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"; "overridMaximumRowsWhichCanBeRenderedWithoutScroll": "overridMaximumRowsWhichCanBeRenderedWithoutScroll"; "limit": "limit"; "includeBorderInTableHeight": "includeBorderInTableHeight"; "downloadInProgress": "downloadInProgress"; "percentDone": "percentDone"; "starredInProgress": "starredInProgress"; "clickableRow": "clickableRow"; "setTableHeightWhenRowSizeIsFixed": "setTableHeightWhenRowSizeIsFixed"; "tableBorderBottomClassRequired": "tableBorderBottomClassRequired"; "hideSomeTds": "hideSomeTds"; "tdsHaveRowSpan": "tdsHaveRowSpan"; "multipleTablesPresent": "multipleTablesPresent"; }, { "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"; "gtInnerHTMLClicked": "gtInnerHTMLClicked"; "downloadSpotDetails": "downloadSpotDetails"; "clickableDataClicked": "clickableDataClicked"; "totalRowIconClicked": "totalRowIconClicked"; "notificationIconHover": "notificationIconHover"; "notificationIconHoverLeave": "notificationIconHoverLeave"; "editableInputEdited": "editableInputEdited"; "radioButtonMessageIconClicked": "radioButtonMessageIconClicked"; }, never, never, false, never>;
|
|
171
172
|
}
|
|
172
173
|
export {};
|
package/package.json
CHANGED
|
@@ -3,29 +3,12 @@
|
|
|
3
3
|
height: 4px;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
*::-webkit-scrollbar-
|
|
7
|
-
border: none !important;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
*::-webkit-scrollbar:horizontal {
|
|
11
|
-
width: 4px !important;
|
|
12
|
-
height: 4px !important;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
*::-webkit-scrollbar-thumb:horizontal {
|
|
6
|
+
*::-webkit-scrollbar-thumb {
|
|
16
7
|
border-radius: 4px;
|
|
17
8
|
background-color: rgba(0, 0, 0, 0.4) !important;
|
|
18
|
-
|
|
9
|
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
19
10
|
}
|
|
20
11
|
|
|
21
|
-
*::-webkit-scrollbar
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
*::-webkit-scrollbar-thumb:vertical {
|
|
27
|
-
border: 3px solid transparent !important;
|
|
28
|
-
background-clip: padding-box !important;
|
|
29
|
-
border-radius: 9999px !important;
|
|
30
|
-
background-color: rgba(0, 0, 0, 0.4) !important;
|
|
31
|
-
}
|
|
12
|
+
*::-webkit-scrollbar-track {
|
|
13
|
+
border: 1px solid rgba(0, 0, 0, 0.1) !important;
|
|
14
|
+
}
|