barsa-sap-ui 2.3.88 → 2.3.90
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 +58 -37
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/index.d.ts +4 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2413,16 +2413,17 @@ declare class UiPicturesInfoComponent extends DeviceInfoFieldBaseComponent imple
|
|
|
2413
2413
|
fillAll: boolean;
|
|
2414
2414
|
fillOriginal: boolean;
|
|
2415
2415
|
selectedZoom: 'zoom1' | 'zoom1-5' | 'zoom2';
|
|
2416
|
-
gridColsClass: string
|
|
2416
|
+
gridColsClass: i0.WritableSignal<string>;
|
|
2417
2417
|
filesValidationHelper: FilesValidationHelper;
|
|
2418
2418
|
maxFileCount: number;
|
|
2419
2419
|
fileCount$: Observable<number>;
|
|
2420
2420
|
protected _uploadService: UploadService;
|
|
2421
2421
|
protected _dialogService: DialogService;
|
|
2422
2422
|
private _fileCountSource;
|
|
2423
|
+
ResizeRefresh: () => void;
|
|
2423
2424
|
ngOnInit(): void;
|
|
2424
2425
|
ngOnDestroy(): void;
|
|
2425
|
-
|
|
2426
|
+
onResize(): void;
|
|
2426
2427
|
onRotate(imgEl: HTMLImageElement, media2: Media, _index: number): void;
|
|
2427
2428
|
onDelete(index: any): void;
|
|
2428
2429
|
onScan(): void;
|
|
@@ -5031,6 +5032,7 @@ declare class BarsaBottomMenuViewComponent extends ReportViewBaseComponent<Botto
|
|
|
5031
5032
|
hide: i0.WritableSignal<boolean>;
|
|
5032
5033
|
isMobile: boolean;
|
|
5033
5034
|
ngOnInit(): void;
|
|
5035
|
+
createRipple(event: MouseEvent): void;
|
|
5034
5036
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaBottomMenuViewComponent, never>;
|
|
5035
5037
|
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaBottomMenuViewComponent, "bsu-barsa-bottom-menu-view", never, {}, {}, never, never, false, never>;
|
|
5036
5038
|
}
|