barsa-sap-ui 2.2.83 → 2.2.85

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.
@@ -1,9 +1,11 @@
1
1
  import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { DynamicPageComponent } from '@fundamental-ngx/core';
3
3
  import { UiCardViewComponent } from '../ui-card-view/ui-card-view.component';
4
+ import { IconTabBarComponent } from '@fundamental-ngx/platform';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class UiCardViewHorizontalGroupComponent extends UiCardViewComponent implements OnInit, OnChanges {
6
7
  dynamicPage: DynamicPageComponent;
8
+ tabListComponent: IconTabBarComponent;
7
9
  isFirefox: boolean;
8
10
  ngOnInit(): void;
9
11
  ngOnChanges(changes: SimpleChanges): void;
@@ -11,6 +11,7 @@ export declare class UiReportContainerComponent extends SapUiReportBaseComponent
11
11
  private _picFieldSource;
12
12
  ngOnInit(): void;
13
13
  onChangeView(viewSetting: UiReportViewBase): void;
14
+ private _initShortCuts;
14
15
  private _initBackground;
15
16
  private _initView;
16
17
  private _changeView;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.2.83",
3
+ "version": "2.2.85",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^19.2.10",
6
6
  "@angular/common": "^19.2.10"