barsa-sap-ui 2.3.45 → 2.3.47

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
@@ -4624,7 +4624,7 @@ type User$1 = {
4624
4624
  name: string;
4625
4625
  };
4626
4626
 
4627
- declare class BarsaChatMessageComponent {
4627
+ declare class BarsaChatMessageComponent extends BaseComponent {
4628
4628
  message: Message;
4629
4629
  showSender: boolean;
4630
4630
  nextIsSame: boolean;
@@ -4633,6 +4633,9 @@ declare class BarsaChatMessageComponent {
4633
4633
  nextHasBadge: boolean;
4634
4634
  badgeLabel: string;
4635
4635
  reply: EventEmitter<any>;
4636
+ animationState: WritableSignal<'hidden' | 'visible'>;
4637
+ ngOnInit(): void;
4638
+ hideMessage(): void;
4636
4639
  imageRatio(image: any): any;
4637
4640
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatMessageComponent, never>;
4638
4641
  static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatMessageComponent, "bsu-barsa-chat-message", never, { "message": { "alias": "message"; "required": false; }; "showSender": { "alias": "showSender"; "required": false; }; "nextIsSame": { "alias": "nextIsSame"; "required": false; }; "pervIsSame": { "alias": "pervIsSame"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; "nextHasBadge": { "alias": "nextHasBadge"; "required": false; }; "badgeLabel": { "alias": "badgeLabel"; "required": false; }; }, { "reply": "reply"; }, never, never, false, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.3.45",
3
+ "version": "2.3.47",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"