@danske/sapphire-angular 1.15.0 → 1.16.0

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.
@@ -2,15 +2,17 @@ import { QueryList } from '@angular/core';
2
2
  import { TableComponent } from './table.component';
3
3
  import { TableCellDirective } from './table-cell.directive';
4
4
  import { TableHeadCellComponent } from './table-head-cell.component';
5
+ import { BooleanInput } from '@angular/cdk/coercion';
5
6
  import * as i0 from "@angular/core";
6
7
  import * as i1 from "../../common/sapphire-view-encapsulation";
7
8
  export declare class TableRowDirective<D = unknown> {
8
9
  table: TableComponent;
9
10
  cells: QueryList<TableCellDirective>;
10
11
  rowData: D | null;
12
+ disabled: BooleanInput;
11
13
  private onRowClick;
12
14
  getColumnHeadCell(cell: TableCellDirective): TableHeadCellComponent | undefined;
13
15
  constructor(table: TableComponent);
14
16
  static ɵfac: i0.ɵɵFactoryDeclaration<TableRowDirective<any>, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableRowDirective<any>, "tr[sp-table-tr]", never, { "rowData": "rowData"; }, {}, ["cells"], never, false, [{ directive: typeof i1.UseComponentStyles; inputs: {}; outputs: {}; }]>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableRowDirective<any>, "tr[sp-table-tr]", never, { "rowData": "rowData"; "disabled": "disabled"; }, {}, ["cells"], never, false, [{ directive: typeof i1.UseComponentStyles; inputs: {}; outputs: {}; }]>;
16
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danske/sapphire-angular",
3
- "version": "1.15.0",
3
+ "version": "1.16.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "The Angular implementation of the Sapphire Design System from Danske Bank A/S",
6
6
  "module": "fesm2015/danske-sapphire-angular.mjs",
@@ -19,7 +19,7 @@
19
19
  "@danske/sapphire-css": "^26.3.1",
20
20
  "tslib": "^2.3.0"
21
21
  },
22
- "gitHead": "f848d0d7795b8540aef47a7017870d3732ef73ed",
22
+ "gitHead": "a8ba1dc5611019d6abe945c9299bc59e1fd0b828",
23
23
  "es2020": "fesm2020/danske-sapphire-angular.mjs",
24
24
  "esm2020": "esm2020/danske-sapphire-angular.mjs",
25
25
  "fesm2020": "fesm2020/danske-sapphire-angular.mjs",