novo-elements 6.0.3 → 6.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "novo-elements",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "sideEffects": true,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": ">=10",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "schematics",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "description": "A novo-element schematics",
5
5
  "scripts": {
6
6
  "build": "tsc -p tsconfig.json",
@@ -16,5 +16,6 @@ export declare class NovoDataTableCheckboxHeaderCell<T> extends CdkHeaderCell im
16
16
  constructor(columnDef: CdkColumnDef, elementRef: ElementRef, renderer: Renderer2, dataTable: NovoDataTable<T>, ref: ChangeDetectorRef, toaster: NovoToastService);
17
17
  ngOnDestroy(): void;
18
18
  onClick(): void;
19
+ private resetAllMatchingSelected;
19
20
  selectAllChanged(): void;
20
21
  }