barsa-sap-ui 1.0.438 → 1.0.439
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/esm2020/lib/ui-calendar/ui-calendar.component.mjs +6 -1
- package/esm2020/lib/ui-date-time/ui-date-time.component.mjs +5 -1
- package/esm2020/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.mjs +8 -6
- package/esm2020/lib/ui-pdf-viewer/ui-pdf-viewer.component.mjs +3 -3
- package/fesm2015/barsa-sap-ui.mjs +17 -7
- package/fesm2015/barsa-sap-ui.mjs.map +1 -1
- package/fesm2020/barsa-sap-ui.mjs +17 -7
- package/fesm2020/barsa-sap-ui.mjs.map +1 -1
- package/lib/ui-date-time/ui-date-time.component.d.ts +1 -0
- package/lib/ui-mo-info-ulv-combo/ui-mo-info-ulv-combo.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -20,6 +20,7 @@ export declare class UiDateTimeComponent extends FieldBaseComponent implements O
|
|
|
20
20
|
startDay: Date;
|
|
21
21
|
endDay: Date;
|
|
22
22
|
}): void;
|
|
23
|
+
protected _configChaned(options: any): void;
|
|
23
24
|
protected _setValue(value: Date): void;
|
|
24
25
|
private _valueDateChange;
|
|
25
26
|
private _setCaption;
|
|
@@ -70,6 +70,7 @@ export declare class UiMoInfoUlvComboComponent extends FieldBaseComponent implem
|
|
|
70
70
|
show: (type: any) => void;
|
|
71
71
|
Unmask: (type: any) => void;
|
|
72
72
|
getRawValue: () => string;
|
|
73
|
+
protected _handleItemSelect(moDataList: MetaobjectDataModel[], mo: MetaobjectDataModel): void;
|
|
73
74
|
protected _setValue(value: any): void;
|
|
74
75
|
protected _checkHasValue(value: any): void;
|
|
75
76
|
protected _setValueText(value: any): void;
|