@progress-chef/platform-shared-components 0.0.68 → 0.0.70

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.
@@ -13,7 +13,7 @@ export declare class TypographyComponent implements AfterViewInit, OnChanges {
13
13
  labelChild: ElementRef | undefined;
14
14
  showDefaultText: boolean;
15
15
  font: string;
16
- input_id: null;
16
+ input_id: string;
17
17
  constructor(themesService: ThemesService, cdRef: ChangeDetectorRef);
18
18
  ngAfterViewInit(): void;
19
19
  ngOnChanges(): void;
@@ -116,7 +116,6 @@ export declare class GridPaginationComponent implements OnInit, AfterContentInit
116
116
  collapseRow(id: number): void;
117
117
  onDelete(rowDetails: any): void;
118
118
  getHeaderHeight(): "hide-header" | "view-header";
119
- getGridHeight(): void;
120
119
  resize(ev: any): void;
121
120
  rowClass: (args: RowClassArgs) => "" | {
122
121
  'k-disabled': boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress-chef/platform-shared-components",
3
- "version": "0.0.68",
3
+ "version": "0.0.70",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.12",
6
6
  "@angular/core": "^16.2.12",