MCPcopy Create free account

hub / github.com/cometchat/cometchat-uikit-angular / functions

Functions6,248 in github.com/cometchat/cometchat-uikit-angular

↓ 6 callersMethodisReceiverMessage
(message: CometChat.BaseMessage)
projects/cometchat-uikit/src/lib/components/cometchat-message-list/cometchat-message-list.component.ts:438
↓ 6 callersMethodload
(url: string, channelData?: WaveSurferOptions['peaks'], duration?: number)
projects/cometchat-uikit/src/lib/components/cometchat-audio-bubble/wavesurfer/wavesurfer.ts:214
↓ 6 callersFunctionmakeAIMessage
(text: string)
projects/cometchat-uikit/src/lib/components/cometchat-ai-assistant-message-bubble/cometchat-ai-assistant-message-bubble.stories.ts:19
↓ 6 callersFunctionmakeAudioMsg
(isOutgoing = true)
projects/cometchat-uikit/src/lib/components/cometchat-audio-bubble/cometchat-audio-bubble.stories.ts:34
↓ 6 callersFunctionmakeToolArgumentMessage
( toolCalls: CometChat.AIToolCall[] )
projects/cometchat-uikit/src/lib/components/cometchat-toolcall-argument-bubble/cometchat-toolcall-argument-bubble.stories.ts:31
↓ 6 callersFunctionmessageIdGenerator
()
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/sticker-sending.property.spec.ts:194
↓ 6 callersFunctionmodeChangeTypeGenerator
()
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cometchat-message-composer.property.spec.ts:5728
↓ 6 callersMethodngOnDestroy
()
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-media-recorder/cometchat-media-recorder.component.ts:99
↓ 6 callersMethodngOnInit
()
projects/cometchat-uikit/src/lib/testing/__tests__/integration.spec.ts:50
↓ 6 callersMethodonClearClick
()
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-search-bar/cometchat-search-bar.component.ts:116
↓ 6 callersMethodonConversationDeleted
( cb: (conversation: CometChat.Conversation) => void, destroyRef?: DestroyRef )
projects/cometchat-uikit/src/lib/events/CometChatConversationEvents.ts:41
↓ 6 callersMethodonGroupCreated
( cb: (group: CometChat.Group) => void, destroyRef?: DestroyRef )
projects/cometchat-uikit/src/lib/events/CometChatGroupEvents.ts:74
↓ 6 callersMethodonImageError
* Handles image load error by setting imageError flag. * This triggers fallback to initials display.
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-avatar/cometchat-avatar.component.ts:96
↓ 6 callersMethodonItemClick
(event: any)
projects/cometchat-uikit/src/lib/components/cometchat-reaction-list/cometchat-reaction-list.stories.ts:191
↓ 6 callersMethodonListItemBlur
* Handles list item blur event. * Hides menu view when list item loses focus.
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-list-item/cometchat-list-item.component.ts:207
↓ 6 callersMethodonMessageSent
(cb: (data: IMessages) => void, destroyRef?: DestroyRef)
projects/cometchat-uikit/src/lib/events/CometChatMessageEvents.ts:190
↓ 6 callersMethodonMouseLeave
* Handles mouse leave event. * Hides menu view and shows trailing view.
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-list-item/cometchat-list-item.component.ts:184
↓ 6 callersMethodonTabKeydown
* Handles keyboard navigation for category tabs
projects/cometchat-uikit/src/lib/components/cometchat-stickers-keyboard/cometchat-stickers-keyboard.component.ts:278
↓ 6 callersMethodonThreadViewClick
* Handles click events on the thread view (indicator mode). * @see Requirement 2.4, 2.6
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-thread-view/cometchat-thread-view.component.ts:240
↓ 6 callersMethodonUserBlocked
(cb: (user: CometChat.User) => void, destroyRef?: DestroyRef)
projects/cometchat-uikit/src/lib/events/CometChatUserEvents.ts:32
↓ 6 callersMethodonVideoCallButtonClick
* Handles video call button click. * If a custom handler is provided, invokes it. * Otherwise, delegates to the service's initiateVideoCall().
projects/cometchat-uikit/src/lib/components/cometchat-call-buttons/cometchat-call-buttons.component.ts:250
↓ 6 callersMethodopenPollModal
* Open the CreatePoll modal * @see Requirements 2.2, 2.5, 9.1
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/message-composer-extensions.integration.spec.ts:307
↓ 6 callersFunctionplaceCaretAtStart
* Helper: place a collapsed cursor at the start of the element.
projects/cometchat-uikit/src/lib/services/format-manager.class.spec.ts:33
↓ 6 callersMethodplayIncomingSound
* Plays the incoming call ringtone (looping). * Respects the disableSoundForCalls and customSoundForCalls configuration. * * @see Requirement
projects/cometchat-uikit/src/lib/services/incoming-call.service.ts:140
↓ 6 callersMethodpublishActiveChatChanged
(data: IActiveChatChanged)
projects/cometchat-uikit/src/lib/events/CometChatUIEvents.ts:52
↓ 6 callersMethodpublishCallAccepted
(call: CometChat.Call)
projects/cometchat-uikit/src/lib/events/CometChatCallEvents.ts:21
↓ 6 callersMethodpublishCallEnded
(call: CometChat.Call)
projects/cometchat-uikit/src/lib/events/CometChatCallEvents.ts:29
↓ 6 callersMethodpublishCallRejected
(call: CometChat.Call)
projects/cometchat-uikit/src/lib/events/CometChatCallEvents.ts:25
↓ 6 callersMethodpublishConversationDeleted
(conversation: CometChat.Conversation)
projects/cometchat-uikit/src/lib/events/CometChatConversationEvents.ts:35
↓ 6 callersMethodpublishGroupDeleted
(group: CometChat.Group)
projects/cometchat-uikit/src/lib/events/CometChatGroupEvents.ts:36
↓ 6 callersMethodpublishMessageSent
(data: IMessages)
projects/cometchat-uikit/src/lib/events/CometChatMessageEvents.ts:78
↓ 6 callersMethodpublishOutgoingCall
(call: CometChat.Call)
projects/cometchat-uikit/src/lib/events/CometChatCallEvents.ts:17
↓ 6 callersMethodpublishShowPanel
(panel: IPanel)
projects/cometchat-uikit/src/lib/events/CometChatUIEvents.ts:28
↓ 6 callersMethodpublishTextMessageReceived
(message: CometChat.TextMessage)
projects/cometchat-uikit/src/lib/events/CometChatMessageEvents.ts:104
↓ 6 callersMethodpublishUserBlocked
(user: CometChat.User)
projects/cometchat-uikit/src/lib/events/CometChatUserEvents.ts:22
↓ 6 callersMethodpublishUserUnblocked
(user: CometChat.User)
projects/cometchat-uikit/src/lib/events/CometChatUserEvents.ts:26
↓ 6 callersMethodpushToHistory
()
projects/cometchat-uikit/src/lib/services/rich-text-editor.keydown-handler.ts:17
↓ 6 callersMethodrejectCall
()
projects/cometchat-uikit/src/lib/testing/call-flow.integration.spec.ts:173
↓ 6 callersMethodremoveSelectedUser
* Removes a user from the selected users map
projects/cometchat-uikit/src/lib/components/cometchat-users/cometchat-users.component.property.spec.ts:170
↓ 6 callersFunctionrenderChildren
(node: MarkdownNode, codeBlockIndex: { value: number })
projects/cometchat-uikit/src/lib/components/cometchat-markdown-renderer/cometchat-markdown-renderer.component.ts:33
↓ 6 callersMethodserializeToHTML
* Serialize a DOM node to HTML string * Converts a node and its children to an HTML string * * @param node - Node to serialize * @returns
projects/cometchat-uikit/src/lib/services/content-editable-manager.class.ts:369
↓ 6 callersMethodsetAIAssistantTools
(tools: CometChatAIAssistantTools)
projects/cometchat-uikit/src/lib/services/cometchat-ai-streaming.service.ts:136
↓ 6 callersMethodsetActiveIndex
(index: number)
projects/cometchat-uikit/src/lib/testing/properties/list-roving-tabindex-properties.spec.ts:55
↓ 6 callersMethodsetActiveUser
(user: MockUser | null)
projects/cometchat-uikit/src/lib/testing/message-header-chat-state.integration.spec.ts:61
↓ 6 callersMethodsetGlobalViews
* Sets multiple global views at once. * * This method allows batch configuration of global views, which is more * convenient when setting up
projects/cometchat-uikit/src/lib/services/message-bubble-config.service.ts:151
↓ 6 callersMethodsetLastMessage
(message: MockTextMessage)
projects/cometchat-uikit/src/lib/components/cometchat-conversations/conversation-list-updates.property.spec.ts:206
↓ 6 callersMethodsetMessagesRequestBuilder
(builder: CometChat.MessagesRequestBuilder | null)
projects/cometchat-uikit/src/lib/services/message-list.service.ts:207
↓ 6 callersMethodsetMode
Sets the selection mode. Clears selection when switching to single/none.
projects/cometchat-uikit/src/lib/services/list-selection-manager.class.ts:137
↓ 6 callersMethodsetRecordingState
(isRecording: boolean)
projects/cometchat-uikit/src/lib/services/message-composer.service.ts:248
↓ 6 callersMethodsetSender
(s: any)
projects/cometchat-uikit/src/lib/components/cometchat-conversation-item/cometchat-conversation-item.component.spec.ts:173
↓ 6 callersMethodsetUID
()
projects/cometchat-uikit/src/lib/components/cometchat-ai-assistant-chat-history/cometchat-ai-assistant-chat-history.component.spec.ts:42
↓ 6 callersMethodsetupGroupMemberListener
(groupId: string)
projects/cometchat-uikit/src/lib/services/message-header.service.ts:201
↓ 6 callersFunctionsetupUnorderedList
* Helper: set up an unordered list with items and place cursor in a specific item.
projects/cometchat-uikit/src/lib/services/list-manager.class.spec.ts:89
↓ 6 callersMethodsetupUserStatusListener
(userId: string)
projects/cometchat-uikit/src/lib/services/message-header.service.ts:173
↓ 6 callersFunctionshortName
(filePath: string)
projects/cometchat-uikit/src/lib/styles/property1-all.spec.ts:298
↓ 6 callersFunctionshouldShowEmpty
(state: PaginatedListState<T>)
projects/cometchat-uikit/src/lib/components/cometchat-paginated-list/paginated-list.property.spec.ts:53
↓ 6 callersFunctionshouldShowEmpty
(state: PaginatedListState<T>)
projects/cometchat-uikit/src/lib/components/cometchat-paginated-list/cometchat-paginated-list.property.spec.ts:53
↓ 6 callersFunctionshouldShowItems
(state: PaginatedListState<T>)
projects/cometchat-uikit/src/lib/components/cometchat-paginated-list/paginated-list.property.spec.ts:57
↓ 6 callersFunctionshouldShowItems
(state: PaginatedListState<T>)
projects/cometchat-uikit/src/lib/components/cometchat-paginated-list/cometchat-paginated-list.property.spec.ts:57
↓ 6 callersFunctionshouldShowLoading
(state: PaginatedListState<T>)
projects/cometchat-uikit/src/lib/components/cometchat-paginated-list/paginated-list.property.spec.ts:45
↓ 6 callersFunctionshouldShowLoading
(state: PaginatedListState<T>)
projects/cometchat-uikit/src/lib/components/cometchat-paginated-list/cometchat-paginated-list.property.spec.ts:45
↓ 6 callersFunctionsimulateHover
* Simulate hover on an element
projects/cometchat-uikit/src/lib/components/cometchat-message-header/cometchat-message-header-call-button-hover.property.spec.ts:191
↓ 6 callersFunctionsimulateTyping
* Helper: simulate typing text into the editor by setting text node content * and dispatching an input event to trigger markdown detection.
projects/cometchat-uikit/src/lib/services/rich-text-editor.class.spec.ts:5680
↓ 6 callersMethodstopIncomingSound
* Stops the currently playing incoming call ringtone. * * @see Requirement 2.4 - Pause ringtone on accept, decline, cancel, or destroy
projects/cometchat-uikit/src/lib/services/incoming-call.service.ts:153
↓ 6 callersMethodsubscribeOnTextMessageReceived
(cb: (data: CometChat.TextMessage) => void, destroyRef?: DestroyRef)
projects/cometchat-uikit/src/lib/events/CometChatMessageEvents.ts:222
↓ 6 callersFunctionsyncLegacyPopoverSignalsImpl
(ctx: any)
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cometchat-message-composer.popover-utils.ts:7
↓ 6 callersFunctiontextContentGenerator
()
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cursor-positioning.property.spec.ts:351
↓ 6 callersMethodtoggleExpanded
()
projects/cometchat-uikit/src/lib/components/cometchat-audio-bubble/cometchat-audio-bubble.component.ts:312
↓ 6 callersMethodtoggleFocusedItemSelection
* Simulates the toggleFocusedItemSelection method (Space key)
projects/cometchat-uikit/src/lib/components/cometchat-users/cometchat-users.component.property.spec.ts:2030
↓ 6 callersMethodupdateActiveGroupIfMatch
* If the given group matches the currently active group, * update the ChatStateService so all consumers get the latest * member count, scope, ow
projects/sample-app/src/app/pages/home/cometchat-home.component.ts:1038
↓ 6 callersMethodupdateMemberScopeInList
(uid: string, newScope: CometChat.GroupMemberScope)
projects/cometchat-uikit/src/lib/services/group-members.service.ts:243
↓ 6 callersMethodupdateUserStatus
(status: string)
projects/cometchat-uikit/src/lib/services/message-header.service.ts:132
↓ 6 callersFunctionvalidIndexArbitrary
(arrayLength: number)
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-fullscreen-viewer/cometchat-fullscreen-viewer-lifecycle.property.spec.ts:97
↓ 5 callersFunction_setCallsSDKForTesting
(mock: any)
projects/cometchat-uikit/src/lib/CometChatCalls.ts:69
↓ 5 callersMethodacceptCall
* Accepts an incoming call. * * Calls CometChat.acceptCall() with the session ID, emits ccCallAccepted * via CometChatCallEvents, emits ccSho
projects/cometchat-uikit/src/lib/services/incoming-call.service.ts:173
↓ 5 callersMethodannounceCallCanceled
* Announces call canceled.
projects/cometchat-uikit/src/lib/services/call-announcer.service.ts:113
↓ 5 callersMethodannounceCallDeclined
* Announces call declined.
projects/cometchat-uikit/src/lib/services/call-announcer.service.ts:102
↓ 5 callersMethodannounceRecordingStopped
()
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cometchat-message-composer.voice-utils.ts:31
↓ 5 callersMethodannounceSelectionCount
()
projects/cometchat-uikit/src/lib/components/cometchat-conversations/cometchat-conversations.component.ts:325
↓ 5 callersMethodannounceSelectionCount
()
projects/cometchat-uikit/src/lib/utils/list-keyboard-handler.ts:59
↓ 5 callersMethodappendMember
(member: CometChat.GroupMember)
projects/cometchat-uikit/src/lib/services/group-members.service.ts:252
↓ 5 callersFunctionauditFile
* Audits a single CSS file for responsive variable suffix violations. * * For each @media block (excluding non-responsive ones), checks that * padd
projects/cometchat-uikit/src/lib/styles/property5-responsive.spec.ts:327
↓ 5 callersMethodbuild
()
projects/cometchat-uikit/src/lib/components/cometchat-reaction-list/cometchat-reaction-list.component.spec.ts:162
↓ 5 callersFunctionbuildAriaLabel
* Builds the ARIA label for a call log item. * Mirrors the template binding: * [ariaLabel]="(getCallUser(call)?.getName() || '') + ', ' + (call.ty
projects/cometchat-uikit/src/lib/components/cometchat-call-logs/cometchat-call-logs.component.property.spec.ts:150
↓ 5 callersMethodbuildNextMessagesRequest
(messageId?: number)
projects/cometchat-uikit/src/lib/services/message-list.fetch-utils.ts:33
↓ 5 callersFunctioncanAddMoreAttachments
* Determines if more attachments can be added. * Mirrors the component's canAddMoreAttachments computed property. * * **Property 7: Attachment Coun
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cometchat-message-composer.property.spec.ts:268
↓ 5 callersFunctioncanSend
* Determines if the send button should be enabled. * Mirrors the component's canSend computed property. * * **Property 4: Send Button State Consist
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cometchat-message-composer.property.spec.ts:253
↓ 5 callersMethodcheckEmptyState
()
projects/cometchat-uikit/src/lib/components/cometchat-group-members/cometchat-group-members.component.ts:375
↓ 5 callersMethodclearContent
Clear the editor content.
projects/cometchat-uikit/src/lib/services/rich-text-editor.service.ts:120
↓ 5 callersMethodclearStream
()
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-media-recorder/cometchat-media-recorder.component.ts:345
↓ 5 callersMethodclearTimer
()
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-media-recorder/cometchat-media-recorder.component.ts:357
↓ 5 callersMethodclearTypingTimeout
()
projects/cometchat-uikit/src/lib/services/message-header.service.ts:337
↓ 5 callersFunctionclickButton
Click the inner <button> inside a cometchat-button child component
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-confirm-dialog/cometchat-confirm-dialog.component.spec.ts:75
↓ 5 callersMethodclose
()
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-fullscreen-viewer/cometchat-fullscreen-viewer-video-playback.property.spec.ts:79
↓ 5 callersFunctioncloseContextMenu
()
projects/cometchat-uikit/src/lib/testing/list-accessibility-integration.spec.ts:382
↓ 5 callersFunctioncollectEvents
( service: CometChatAIStreamingService, fn: () => void )
projects/cometchat-uikit/src/lib/services/cometchat-ai-streaming.service.spec.ts:59
↓ 5 callersFunctioncomputeVisibleReactions
Pure logic mirrors from the component's computed signals
projects/cometchat-uikit/src/lib/components/cometchat-reactions/cometchat-reactions.component.spec.ts:827
↓ 5 callersFunctioncreateClipboardEventF
* Helper: create a clipboard-like Event with a mock DataTransfer. * jsdom does not support the ClipboardEvent constructor, so we create * a plai
projects/cometchat-uikit/src/lib/services/rich-text-editor.class.spec.ts:5663
↓ 5 callersFunctioncreateFormattedTextMessage
* Helper: create a mock text message with rich text metadata. * Simulates a message that was sent with rich text formatting enabled. * The metad
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cometchat-message-composer.component.spec.ts:1189
↓ 5 callersFunctioncreateMockAction
(overrides: Record<string, unknown> = {})
projects/cometchat-uikit/src/lib/events/CometChatGroupEvents.spec.ts:73
← previousnext →1,101–1,200 of 6,248, ranked by callers