barsa-sap-ui 2.0.125 → 2.0.126

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.
@@ -16,6 +16,16 @@ export declare class FileViewerContentComponent extends BaseComponent implements
16
16
  cantView: EventEmitter<any>;
17
17
  _height: string | null;
18
18
  hideContent: boolean;
19
+ sceneConfig: {
20
+ scene: {
21
+ url: string;
22
+ id: string;
23
+ };
24
+ dialog: {
25
+ url: string;
26
+ id: string;
27
+ };
28
+ };
19
29
  constructor(_picFieldSrc: PictureFieldSourcePipe);
20
30
  ngOnInit(): void;
21
31
  static ɵfac: i0.ɵɵFactoryDeclaration<FileViewerContentComponent, never>;
@@ -15,6 +15,7 @@ export declare class UiFormPanelComponent extends FormBaseComponent implements O
15
15
  protected _cdr: ChangeDetectorRef;
16
16
  protected _contentDensityService: ContentDensityService;
17
17
  _typeDefName: string;
18
+ _viewName: string;
18
19
  breadCrumbs$: Observable<BreadCrumbInfo[]>;
19
20
  contentDensity$: Observable<ContentDensity>;
20
21
  canSend$: Observable<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.0.125",
3
+ "version": "2.0.126",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^17.3.5",
6
6
  "@angular/common": "^17.3.5"