@energycap/components 0.43.10-ECAP-30624-List-Selection-Toolbar-Changes.20250801-0914 → 0.43.10-ECAP-30624-List-Selection-Toolbar-Changes.20250805-1627
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.
@@ -61,6 +61,7 @@ export declare class TableComponent implements AfterViewInit, OnDestroy, OnChang
|
|
61
61
|
* the headerTitleTemplate will swap positions with the selection toolbar and not cover up the table column headers.
|
62
62
|
*/
|
63
63
|
headerTitleTemplate?: TemplateRef<any>;
|
64
|
+
get hasHeaderTitleTemplate(): boolean;
|
64
65
|
/** Set to true if selectionContext is defined */
|
65
66
|
selectable: boolean;
|
66
67
|
/** Hides/shows the selection toolbar template when 1 or more rows is selected */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@energycap/components",
|
3
|
-
"version": "0.43.10-ECAP-30624-List-Selection-Toolbar-Changes.
|
3
|
+
"version": "0.43.10-ECAP-30624-List-Selection-Toolbar-Changes.20250805-1627",
|
4
4
|
"schematics": "./schematics/collection.json",
|
5
5
|
"dependencies": {
|
6
6
|
"tslib": "^2.0.0"
|