barsa-sap-ui 2.3.63 → 2.3.64

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
@@ -1028,7 +1028,7 @@ declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSe
1028
1028
  ngOnChanges(changes: SimpleChanges): void;
1029
1029
  get parentClientBound(): any;
1030
1030
  _calcContextMenuWidth(contextMenuItems: any): void;
1031
- onTableVisibilityChange(e: any, _dom: any): void;
1031
+ onVisibilityChange(e: any): void;
1032
1032
  onColumnResizing(_e: {
1033
1033
  column: ReportViewColumn;
1034
1034
  width: number;
@@ -5018,7 +5018,6 @@ declare class BarsaImgSkeletonComponent extends BaseComponent {
5018
5018
  declare class BarsaBottomMenuViewComponent extends ReportViewBaseComponent<BottomMenuViewSettings> {
5019
5019
  hide: i0.WritableSignal<boolean>;
5020
5020
  isMobile: boolean;
5021
- ngOnInit(): void;
5022
5021
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaBottomMenuViewComponent, never>;
5023
5022
  static ɵcmp: i0.ɵɵComponentDeclaration<BarsaBottomMenuViewComponent, "bsu-barsa-bottom-menu-view", never, {}, {}, never, never, false, never>;
5024
5023
  }
@@ -5117,6 +5116,7 @@ declare class UiMapReportComponent extends ReportViewBaseComponent<UiMapSettings
5117
5116
  private _lastOnContextEventLoc;
5118
5117
  ngOnInit(): void;
5119
5118
  ngOnChanges(changes: SimpleChanges): void;
5119
+ onVisibilityChange(e: any): void;
5120
5120
  onLongPress({ latlng, x, y }: {
5121
5121
  latlng: {
5122
5122
  lat: number;
@@ -5126,7 +5126,6 @@ declare class UiMapReportComponent extends ReportViewBaseComponent<UiMapSettings
5126
5126
  y: number;
5127
5127
  }): void;
5128
5128
  onElemCreated(e: any): void;
5129
- onVisibilityChange(e: any): void;
5130
5129
  protected _drawMap(mapContainer: HTMLElement): void;
5131
5130
  protected _drawMarkerOrPolygon(): void;
5132
5131
  protected _prepareMarkers(moDataList: MetaobjectDataModel[]): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.3.63",
3
+ "version": "2.3.64",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"