barsa-sap-ui 2.3.114 → 2.3.116

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
@@ -1738,6 +1738,8 @@ declare class UiPdfViewerComponent extends DeviceInfoFieldBaseComponent implemen
1738
1738
  parentHeight: number;
1739
1739
  blobUrl: string;
1740
1740
  parameteres: UiPdfViewerSetting;
1741
+ hideRemove: boolean;
1742
+ hideUpload: boolean;
1741
1743
  protected _dialogService: DialogService;
1742
1744
  protected _uploadService: UploadService;
1743
1745
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.3.114",
3
+ "version": "2.3.116",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"