barsa-sap-ui 2.3.96 → 2.3.97

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
@@ -67,7 +67,6 @@ declare class LayoutControlComponent extends LayoutItemBaseComponent implements
67
67
  minHeight: string;
68
68
  height: any;
69
69
  isCheckbox: any;
70
- controlIsReadonly: boolean;
71
70
  isButton: any;
72
71
  isSinglePicture: any;
73
72
  attrMinWidth: any;
@@ -89,6 +88,7 @@ declare class LayoutControlComponent extends LayoutItemBaseComponent implements
89
88
  data?: any;
90
89
  }>;
91
90
  hide: boolean;
91
+ controlIsReadonly: boolean;
92
92
  layoutSubscription: Subscription;
93
93
  wrapContent: boolean;
94
94
  labelWidth: number;
@@ -107,6 +107,7 @@ declare class LayoutControlComponent extends LayoutItemBaseComponent implements
107
107
  formHeight$: Observable<number>;
108
108
  checkboxWidth: string;
109
109
  helpDescription: string;
110
+ isUiContainerWidthButton: boolean;
110
111
  protected domSanitizer: DomSanitizer;
111
112
  protected _ngZone: NgZone;
112
113
  protected _renderer2: Renderer2;
@@ -544,6 +545,7 @@ declare class UlvContextMenuComponent extends BaseComponent implements OnInit {
544
545
  _disableOverflow: boolean;
545
546
  isOpenOverflow: boolean;
546
547
  overflowMode: boolean;
548
+ isMobile: boolean;
547
549
  protected _cdr: ChangeDetectorRef;
548
550
  ngOnInit(): void;
549
551
  ngOnChanges(changes: SimpleChanges): void;
@@ -998,6 +1000,7 @@ declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSe
998
1000
  disableFixedTableLayout: any;
999
1001
  height: number | null;
1000
1002
  maxHeight: string | null;
1003
+ overflowY: string | null;
1001
1004
  _width: string;
1002
1005
  showDetailsInRow: boolean;
1003
1006
  hasRowOlgo: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.3.96",
3
+ "version": "2.3.97",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"