barsa-sap-ui 2.3.47 → 2.3.48

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
@@ -4586,7 +4586,6 @@ declare class BarsaCustomInlineEditRowComponent extends BaseViewItemPropsCompone
4586
4586
  }
4587
4587
 
4588
4588
  declare class BarsaChatComponent extends FormBaseComponent implements OnInit, OnDestroy {
4589
- simple: boolean;
4590
4589
  selectedThread: WritableSignal<any | null>;
4591
4590
  messages: WritableSignal<any[] | null>;
4592
4591
  replyingMessage: WritableSignal<any | null>;
@@ -4595,7 +4594,7 @@ declare class BarsaChatComponent extends FormBaseComponent implements OnInit, On
4595
4594
  ngOnDestroy(): void;
4596
4595
  onTextChange($event: any): void;
4597
4596
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatComponent, never>;
4598
- static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatComponent, "bsu-barsa-chat", never, { "simple": { "alias": "simple"; "required": false; }; }, {}, never, never, false, never>;
4597
+ static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatComponent, "bsu-barsa-chat", never, {}, {}, never, never, false, never>;
4599
4598
  }
4600
4599
 
4601
4600
  declare class BarsaChatContentToolbarComponent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.3.47",
3
+ "version": "2.3.48",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"