barsa-sap-ui 2.3.55 → 2.3.56
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.
|
@@ -13245,7 +13245,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
13245
13245
|
class UiSimpleComboComponent extends FieldBaseComponent {
|
|
13246
13246
|
constructor() {
|
|
13247
13247
|
super(...arguments);
|
|
13248
|
-
this.displayFn = (obj) => (obj ? (obj.IsEmpty ? '' : obj.txt) : '');
|
|
13248
|
+
this.displayFn = (obj) => (obj ? this._bbbPipe.transform((obj.IsEmpty ? '' : obj.txt)) : '');
|
|
13249
13249
|
}
|
|
13250
13250
|
get MinSize() {
|
|
13251
13251
|
return { width: 0, height: 27 };
|