Skip to content

Commit be5c4e5

Browse files
committed
Updated UIKit version to 4.3.34
1 parent 1098cbe commit be5c4e5

71 files changed

Lines changed: 118 additions & 46 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Calls/CometChatCallLogHistory/cometchat-call-log-history/cometchat-call-log-history.component.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export declare class CometChatCallLogHistoryComponent implements OnInit {
7575
titleFont?: string | undefined;
7676
titleColor?: string | undefined;
7777
padding?: string | undefined;
78+
cursor?: string | undefined;
7879
height?: string | undefined;
7980
width?: string | undefined;
8081
border?: string | undefined;

Calls/CometChatCallLogParticipants/cometchat-call-log-participants/cometchat-call-log-participants.component.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export declare class CometChatCallLogParticipantsComponent implements OnInit {
4646
titleFont?: string | undefined;
4747
titleColor?: string | undefined;
4848
padding?: string | undefined;
49+
cursor?: string | undefined;
4950
height?: string | undefined;
5051
width?: string | undefined;
5152
border?: string | undefined;

Calls/CometChatCallLogRecordings/cometchat-call-log-recordings/cometchat-call-log-recordings.component.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export declare class CometChatCallLogRecordingsComponent implements OnInit {
5252
titleFont?: string | undefined;
5353
titleColor?: string | undefined;
5454
padding?: string | undefined;
55+
cursor?: string | undefined;
5556
height?: string | undefined;
5657
width?: string | undefined;
5758
border?: string | undefined;

Calls/CometChatCallLogs/cometchat-call-logs/cometchat-call-logs.component.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export declare class CometchatCallLogsComponent implements OnInit {
9797
titleFont?: string | undefined;
9898
titleColor?: string | undefined;
9999
padding?: string | undefined;
100+
cursor?: string | undefined;
100101
height?: string | undefined;
101102
width?: string | undefined;
102103
border?: string | undefined;

CometChatUsers/cometchat-users/cometchat-users.component.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ChangeDetectorRef, OnInit, SimpleChanges, TemplateRef } from "@angular/core";
1+
import { ChangeDetectorRef, ElementRef, OnInit, QueryList, SimpleChanges, TemplateRef } from "@angular/core";
22
import { CometChat } from "@cometchat/chat-sdk-javascript";
33
import { AvatarStyle, BaseStyle, CheckboxStyle, ListItemStyle } from "@cometchat/uikit-elements";
44
import { Subscription } from "rxjs";
@@ -45,6 +45,8 @@ export declare class CometChatUsersComponent implements OnInit {
4545
onEmpty?: () => void;
4646
userPresencePlacement: UserPresencePlacement;
4747
disableLoadingState: boolean;
48+
checkboxes: QueryList<ElementRef>;
49+
radios: QueryList<ElementRef>;
4850
fetchingUsers: boolean;
4951
fetchTimeOut: any;
5052
userChecked: string;
@@ -87,6 +89,7 @@ export declare class CometChatUsersComponent implements OnInit {
8789
* @param {CometChat.User} user
8890
*/
8991
onClick: (user: CometChat.User) => void;
92+
onRowClicked(uid: string): void;
9093
/**
9194
* @param {CometChat.User} user
9295
*/

assets/._Audio-Call2x.svg

-4 KB
Binary file not shown.

assets/._Copy.svg

-4 KB
Binary file not shown.

assets/._Grid-layout.svg

-4 KB
Binary file not shown.

assets/._Imagemoderation.svg

-4 KB
Binary file not shown.

assets/._Info.svg

-4 KB
Binary file not shown.

0 commit comments

Comments
 (0)