barsa-sap-ui 2.3.156 → 2.3.157

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
@@ -2657,6 +2657,7 @@ declare class UiPicturesInfoComponent extends DeviceInfoFieldBaseComponent imple
2657
2657
  get selectedMedia(): Media | undefined;
2658
2658
  ngOnInit(): void;
2659
2659
  ngOnDestroy(): void;
2660
+ onDownloadAsPdf(): void;
2660
2661
  onMoveUp(selectedId: string): void;
2661
2662
  onMoveDown(selectedId: string): void;
2662
2663
  onChangeOrder(e: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.3.156",
3
+ "version": "2.3.157",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"