barsa-sap-ui 2.3.52 → 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/fesm2022/barsa-sap-ui.mjs +32 -16
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/index.d.ts +3 -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;
|
|
@@ -3316,6 +3318,7 @@ declare class UiCheckBoxComponent extends DeviceInfoFieldBaseComponent {
|
|
|
3316
3318
|
width: number;
|
|
3317
3319
|
height: number;
|
|
3318
3320
|
};
|
|
3321
|
+
_justifyContent: string | null;
|
|
3319
3322
|
showText: boolean;
|
|
3320
3323
|
helpDescription: string;
|
|
3321
3324
|
caption: string;
|