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.
- package/fesm2022/barsa-sap-ui.mjs +134 -114
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/lib/barsa-bar-download-file/barsa-bar-download-file.component.d.ts +10 -0
- package/lib/barsa-sap-ui.module.d.ts +237 -236
- package/lib/file-viewer-popover/file-viewer-popover.component.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -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
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';
|