barsa-sap-ui 2.3.53 → 2.3.55
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/fesm2022/barsa-sap-ui.mjs +24 -13
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
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;
|