@scania/tegel-angular-17 1.16.0 → 1.17.0-betatest.2-1.17.0-betatest.2
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.
|
@@ -813,7 +813,7 @@ export declare class TdsTableBodyRow {
|
|
|
813
813
|
protected el: HTMLElement;
|
|
814
814
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
815
815
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdsTableBodyRow, never>;
|
|
816
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdsTableBodyRow, "tds-table-body-row", never, { "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
816
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdsTableBodyRow, "tds-table-body-row", never, { "clickable": { "alias": "clickable"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
817
817
|
}
|
|
818
818
|
export declare interface TdsTableBodyRow extends Components.TdsTableBodyRow {
|
|
819
819
|
/**
|
|
@@ -824,13 +824,21 @@ export declare interface TdsTableBodyRow extends Components.TdsTableBodyRow {
|
|
|
824
824
|
checked: boolean;
|
|
825
825
|
selectedRows: any[];
|
|
826
826
|
}>>;
|
|
827
|
+
/**
|
|
828
|
+
* Event emitted when a row is clicked.
|
|
829
|
+
*/
|
|
830
|
+
tdsClick: EventEmitter<CustomEvent<{
|
|
831
|
+
event: MouseEvent;
|
|
832
|
+
tableId: string;
|
|
833
|
+
rowIndex: number;
|
|
834
|
+
}>>;
|
|
827
835
|
}
|
|
828
836
|
export declare class TdsTableBodyRowExpandable {
|
|
829
837
|
protected z: NgZone;
|
|
830
838
|
protected el: HTMLElement;
|
|
831
839
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
832
840
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdsTableBodyRowExpandable, never>;
|
|
833
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdsTableBodyRowExpandable, "tds-table-body-row-expandable", never, { "colSpan": { "alias": "colSpan"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "rowId": { "alias": "rowId"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
841
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdsTableBodyRowExpandable, "tds-table-body-row-expandable", never, { "autoCollapse": { "alias": "autoCollapse"; "required": false; }; "colSpan": { "alias": "colSpan"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "rowId": { "alias": "rowId"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
834
842
|
}
|
|
835
843
|
export declare interface TdsTableBodyRowExpandable extends Components.TdsTableBodyRowExpandable {
|
|
836
844
|
/**
|
|
@@ -839,6 +847,7 @@ export declare interface TdsTableBodyRowExpandable extends Components.TdsTableBo
|
|
|
839
847
|
tdsChange: EventEmitter<CustomEvent<{
|
|
840
848
|
rowId: string;
|
|
841
849
|
isExpanded: boolean;
|
|
850
|
+
tableId: string;
|
|
842
851
|
}>>;
|
|
843
852
|
}
|
|
844
853
|
export declare class TdsTableFooter {
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scania/tegel-angular-17",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.0-betatest.2-1.17.0-betatest.2",
|
|
4
4
|
"description": "Angular wrappers for Tegel package using Angular 17 and above",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": ">=17.0.0",
|
|
7
7
|
"@angular/core": ">=17.0.0",
|
|
8
|
-
"@scania/tegel": "
|
|
8
|
+
"@scania/tegel": "1.17.0-betatest.2"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"tslib": "^2.3.0"
|