@ethlete/cdk 4.69.0 → 4.69.1

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/index.d.ts CHANGED
@@ -10105,7 +10105,7 @@ declare class HeaderRowDefDirective extends CdkHeaderRowDef {
10105
10105
  }
10106
10106
 
10107
10107
  declare class NoDataRowDirective extends CdkNoDataRow {
10108
- _contentClassName: string;
10108
+ _contentClassNames: string[];
10109
10109
  static ɵfac: i0.ɵɵFactoryDeclaration<NoDataRowDirective, never>;
10110
10110
  static ɵdir: i0.ɵɵDirectiveDeclaration<NoDataRowDirective, "ng-template[etNoDataRow]", never, {}, {}, never, never, true, never>;
10111
10111
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethlete/cdk",
3
- "version": "4.69.0",
3
+ "version": "4.69.1",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -14,13 +14,13 @@
14
14
  }
15
15
  },
16
16
  "peerDependencies": {
17
- "@angular/animations": "20.3.0",
18
- "@angular/cdk": "20.2.2",
19
- "@angular/common": "20.3.0",
20
- "@angular/core": "20.3.0",
21
- "@angular/forms": "20.3.0",
22
- "@angular/platform-browser": "20.3.0",
23
- "@angular/router": "20.3.0",
17
+ "@angular/animations": "20.3.3",
18
+ "@angular/cdk": "20.2.7",
19
+ "@angular/common": "20.3.3",
20
+ "@angular/core": "20.3.3",
21
+ "@angular/forms": "20.3.3",
22
+ "@angular/platform-browser": "20.3.3",
23
+ "@angular/router": "20.3.3",
24
24
  "@ethlete/core": "^4.0.3",
25
25
  "@ethlete/query": "^5.0.3",
26
26
  "@ethlete/types": "^1.6.2",