cps-ui-kit 0.134.0 → 0.135.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.
@@ -115,6 +115,7 @@ export declare class CpsTreeTableComponent implements OnInit, AfterViewInit, OnD
115
115
  headerBox: any;
116
116
  scrollableBody: any;
117
117
  scrollbarWidth: number;
118
+ scrollbarVisible: boolean;
118
119
  constructor(cdRef: ChangeDetectorRef);
119
120
  ngOnInit(): void;
120
121
  ngAfterViewInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cps-ui-kit",
3
- "version": "0.134.0",
3
+ "version": "0.135.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "15 - 16",
6
6
  "@angular/core": "15 - 16",