barsa-sap-ui 2.1.2 → 2.1.3

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.
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  export declare class FileViewerPopoverComponent extends BaseComponent {
6
6
  files: FileAttachmentInfo[];
7
7
  file: FileAttachmentInfo;
8
- deviceSize: AbbrevationDeviceSize;
8
+ deviceSize: AbbrevationDeviceSize | null;
9
9
  canDownload: boolean;
10
10
  disableRemove: boolean;
11
11
  fdType: ButtonType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^18.0.3",
6
6
  "@angular/common": "^18.0.3"
package/public-api.d.ts CHANGED
@@ -225,5 +225,6 @@ export * from './lib/barsa-breadcrumbs/barsa-breadcrumbs.component';
225
225
  export * from './lib/table-th.directive';
226
226
  export * from './lib/barsa-row-inline-actionlist/barsa-row-inline-actionlist.component';
227
227
  export * from './lib/ui-bpmn-viewer/ui-bpmn-viewer.component';
228
+ export * from './lib/barsa-bar-download-file/barsa-bar-download-file.component';
228
229
  export * from './lib/constants';
229
230
  export * from './lib/barsa-sap-ui.module';