barsa-sap-ui 2.3.73 → 2.3.74
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 +26 -4
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/index.d.ts +3 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2326,6 +2326,7 @@ declare class LyTabPageComponent extends LayoutPanelBaseComponent implements OnI
|
|
|
2326
2326
|
|
|
2327
2327
|
declare class LyTabContainerComponent extends LayoutItemBaseComponent implements OnInit {
|
|
2328
2328
|
tabpages: QueryList<TabPanelComponent>;
|
|
2329
|
+
isMobile: boolean;
|
|
2329
2330
|
flex: any;
|
|
2330
2331
|
settings: TabContainerSettings;
|
|
2331
2332
|
selected: number;
|
|
@@ -2412,6 +2413,7 @@ declare class UiPicturesInfoComponent extends DeviceInfoFieldBaseComponent imple
|
|
|
2412
2413
|
fillAll: boolean;
|
|
2413
2414
|
fillOriginal: boolean;
|
|
2414
2415
|
selectedZoom: 'zoom1' | 'zoom1-5' | 'zoom2';
|
|
2416
|
+
gridColsClass: string;
|
|
2415
2417
|
filesValidationHelper: FilesValidationHelper;
|
|
2416
2418
|
maxFileCount: number;
|
|
2417
2419
|
fileCount$: Observable<number>;
|
|
@@ -2420,6 +2422,7 @@ declare class UiPicturesInfoComponent extends DeviceInfoFieldBaseComponent imple
|
|
|
2420
2422
|
private _fileCountSource;
|
|
2421
2423
|
ngOnInit(): void;
|
|
2422
2424
|
ngOnDestroy(): void;
|
|
2425
|
+
onVisibilityChange(e: string): void;
|
|
2423
2426
|
onRotate(imgEl: HTMLImageElement, media2: Media, _index: number): void;
|
|
2424
2427
|
onDelete(index: any): void;
|
|
2425
2428
|
onScan(): void;
|