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/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: DialogRef<any>[];
2195
+ _dialogRefList: any[];
2196
2196
  private _dialogService;
2197
2197
  constructor();
2198
2198
  mask(element: any, option: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.3.30",
3
+ "version": "2.3.32",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"