barsa-sap-ui 2.3.43 → 2.3.45
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 +100 -95
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/index.d.ts +3 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -4594,8 +4594,6 @@ declare class BarsaChatComponent extends FormBaseComponent implements OnInit, On
|
|
|
4594
4594
|
ngOnInit(): void;
|
|
4595
4595
|
ngOnDestroy(): void;
|
|
4596
4596
|
onTextChange($event: any): void;
|
|
4597
|
-
onEditUser(_mo: MetaobjectDataModel): void;
|
|
4598
|
-
onAddContact(reportId: string, parentMo: MetaobjectDataModel): void;
|
|
4599
4597
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatComponent, never>;
|
|
4600
4598
|
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaChatComponent, "bsu-barsa-chat", never, { "simple": { "alias": "simple"; "required": false; }; }, {}, never, never, false, never>;
|
|
4601
4599
|
}
|
|
@@ -4643,6 +4641,7 @@ declare class BarsaChatMessageComponent {
|
|
|
4643
4641
|
declare class BarsaChatUserListComponent extends ReportViewBaseComponent<BarsaChatUserListSettings> {
|
|
4644
4642
|
users: WritableSignal<Array<User>>;
|
|
4645
4643
|
protected _picFieldSrc: PictureFieldSourcePipe;
|
|
4644
|
+
protected _rval: MoReportValuePipe;
|
|
4646
4645
|
ngOnInit(): void;
|
|
4647
4646
|
ngOnChanges(changes: SimpleChanges): void;
|
|
4648
4647
|
protected _prepareUsers(moDataList: MetaobjectDataModel[]): void;
|
|
@@ -4698,9 +4697,11 @@ declare class BarsaChatListComponent extends ReportViewBaseComponent<BarsaChatLi
|
|
|
4698
4697
|
_firstTime: boolean;
|
|
4699
4698
|
currentUserId: string;
|
|
4700
4699
|
private _pageChanged;
|
|
4700
|
+
private _modatalistChanged;
|
|
4701
4701
|
ngOnInit(): void;
|
|
4702
4702
|
ngOnChanges(changes: SimpleChanges): void;
|
|
4703
4703
|
onVisibilityChange(e: any): void;
|
|
4704
|
+
_trackByMessage(_index: number, row: Message): string;
|
|
4704
4705
|
private scrollToBottom;
|
|
4705
4706
|
private _prepareMessages;
|
|
4706
4707
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaChatListComponent, never>;
|