barsa-sap-ui 2.3.30 → 2.3.32
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 +67 -20
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2192,7 +2192,7 @@ declare class UiTextFieldAutoCompleteComponent extends FieldBaseComponent implem
|
|
|
2192
2192
|
|
|
2193
2193
|
declare class UlLoadingMaskUiComponent extends BaseComponent {
|
|
2194
2194
|
waitRef: TemplateRef<any>;
|
|
2195
|
-
_dialogRefList:
|
|
2195
|
+
_dialogRefList: any[];
|
|
2196
2196
|
private _dialogService;
|
|
2197
2197
|
constructor();
|
|
2198
2198
|
mask(element: any, option: any): void;
|