barsa-sap-ui 2.3.53 → 2.3.54

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
@@ -74,6 +74,7 @@ declare class LayoutControlComponent extends LayoutItemBaseComponent implements
74
74
  isMobile: boolean;
75
75
  attrControlId: any;
76
76
  attrCaption: any;
77
+ attrHideLabel: any;
77
78
  inlineEdit: boolean;
78
79
  cellEdit: boolean;
79
80
  caption: string;
@@ -116,6 +117,7 @@ declare class LayoutControlComponent extends LayoutItemBaseComponent implements
116
117
  ngOnInit(): void;
117
118
  prepareMinAndMaxSize(): void;
118
119
  private _refreshLabel;
120
+ private setLabelVisible;
119
121
  private _setLabelWidth;
120
122
  private _resizeUlvByDevice;
121
123
  RefreshLabel: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.3.53",
3
+ "version": "2.3.54",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"