MCPcopy Create free account

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

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

↓ 4 callersMethodtogglePopover
* Toggle a specific popover type. * If the popover is already open, close it (set to 'none'). * If a different popover is open, close it and ope
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/popover-mutual-exclusivity.property.spec.ts:68
↓ 4 callersMethodtoggleStickersKeyboard
* Toggle stickers keyboard * @see Requirements 3.2, 3.3
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/message-composer-extensions.integration.spec.ts:341
↓ 4 callersMethodtoggleUnderline
Toggle underline formatting. @see Requirement 2.3
projects/cometchat-uikit/src/lib/services/rich-text-editor.service.ts:66
↓ 4 callersFunctiontriggerKeydown
( el: HTMLElement, key: string, modifiers?: KeyboardEventModifiers )
projects/cometchat-uikit/src/lib/testing/test-helpers.ts:107
↓ 4 callersMethodtriggerSummaryGeneration
()
projects/cometchat-uikit/src/lib/components/cometchat-message-header/cometchat-message-header.component.ts:258
↓ 4 callersMethodupdateFocusableElements
()
projects/cometchat-uikit/src/lib/components/cometchat-create-poll/cometchat-create-poll.component.ts:109
↓ 4 callersMethodupdateFreshChatState
* Updates fresh-chat state when a message is sent or received. * When the first message arrives for a fresh conversation, * fetches the conversa
projects/sample-app/src/app/pages/home/cometchat-home.component.ts:1150
↓ 4 callersMethodupdateGroupOnConversation
(group: CometChat.Group)
projects/cometchat-uikit/src/lib/services/conversations.service.ts:380
↓ 4 callersMethodupdateUser
(user: CometChat.User)
projects/cometchat-uikit/src/lib/components/cometchat-users/cometchat-users.component.ts:183
↓ 4 callersFunctionuserIdGenerator
()
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/reply-mode-metadata.property.spec.ts:404
↓ 4 callersFunctionwhitespaceTextGenerator
()
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cometchat-message-composer.property.spec.ts:612
↓ 4 callersFunctionwrapSelection
(tagName: string, className: string | undefined, element: HTMLElement)
projects/cometchat-uikit/src/lib/services/format-manager.dom.ts:161
↓ 4 callersMethodwriteValue
(value: string)
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-radio-button/cometchat-radio-button.component.ts:229
↓ 3 callersMethodaddToast
* Creates a toast, appends it to the signal array, * and schedules auto-removal after the timeout.
projects/sample-app/src/app/services/toast.service.ts:54
↓ 3 callersFunctionannounceAssertiveImpl
(ctx: any, message: string)
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cometchat-message-composer.announcements.ts:10
↓ 3 callersMethodannounceMessageSent
()
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cometchat-message-composer.send-utils.ts:36
↓ 3 callersMethodannounceRecordingStarted
()
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cometchat-message-composer.voice-utils.ts:30
↓ 3 callersMethodappendMembersWithoutDuplicates
(members: CometChat.GroupMember[])
projects/cometchat-uikit/src/lib/services/group-members.service.ts:261
↓ 3 callersMethodappendMentionSuggestions
(suggestions: MentionSuggestion[])
projects/cometchat-uikit/src/lib/services/message-composer.service.ts:294
↓ 3 callersFunctionapplyFn
()
projects/cometchat-uikit/src/lib/services/format-manager.class.spec.ts:1080
↓ 3 callersMethodapplyTheme
(theme: 'light' | 'dark')
projects/cometchat-uikit/src/lib/services/theme.service.ts:112
↓ 3 callersFunctionarbGroup
()
projects/cometchat-uikit/src/lib/services/reactive-state.property.spec.ts:54
↓ 3 callersFunctionassertGettersExist
Assert that obj has every method in the list (function exists, value may be undefined)
projects/cometchat-uikit/src/lib/testing/__tests__/mock-sdk.spec.ts:44
↓ 3 callersFunctionassertWrappedError
* Asserts that the forwarded exception is a properly wrapped CometChatException.
projects/cometchat-uikit/src/lib/services/ongoing-call.service.pbt.spec.ts:174
↓ 3 callersFunctionauditFile
* Audits a single CSS file for naming convention violations. * * Checks: * 1. Each component-level variable starts with --cometchat-{component-name
projects/cometchat-uikit/src/lib/styles/property2-naming.spec.ts:170
↓ 3 callersFunctionauditFile
* Audits a single CSS file for height/width pixel default violations.
projects/cometchat-uikit/src/lib/styles/property3-group3.spec.ts:193
↓ 3 callersFunctionauditFileForBemViolations
(filePath: string)
projects/cometchat-uikit/src/lib/styles/property9-bem-naming.spec.ts:134
↓ 3 callersMethodbanMember
Ban a member from the group. Calls SDK, removes from list, emits ccGroupMemberBanned event.
projects/cometchat-uikit/src/lib/services/group-members.service.ts:171
↓ 3 callersFunctioncalculateAndSetPositionImpl
(ctx: ToolbarHandlerContext, rect: DOMRect, editorRect: DOMRect, composerRect: DOMRect, bubbleMenuWidth: numbe
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cometchat-message-composer.toolbar-handler.ts:211
↓ 3 callersFunctioncalculateContextMenuPosition
( rect: DOMRect, menuDimensions: { width: number; height: number }, parentRect: DOMRect | null, availa
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-context-menu/cometchat-context-menu.utils.ts:74
↓ 3 callersFunctioncallIsSentByMe
(call: any, loggedInUser: { getUid(): string })
projects/sample-app/src/app/components/cometchat-call-log-details/cometchat-call-log-details.component.ts:20
↓ 3 callersFunctioncallVerifyUser
(call: any, loggedInUser: { getUid(): string })
projects/sample-app/src/app/components/cometchat-call-log-details/cometchat-call-log-details.component.ts:36
↓ 3 callersMethodcancelEdit
()
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cometchat-message-composer.component.ts:300
↓ 3 callersMethodclear
()
projects/cometchat-uikit/src/lib/testing/properties/aria-live-announcement-properties.spec.ts:26
↓ 3 callersMethodclearDurationAnnouncementInterval
()
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-media-recorder/cometchat-media-recorder.component.ts:369
↓ 3 callersMethodclearHoverTimeout
()
projects/cometchat-uikit/src/lib/components/cometchat-message-bubble/cometchat-message-bubble.component.ts:360
↓ 3 callersFunctionclearListenerRegistry
()
projects/cometchat-uikit/src/lib/testing/mock-providers-calls.ts:50
↓ 3 callersMethodclearMentionSuggestions
()
projects/cometchat-uikit/src/lib/services/message-composer.service.ts:305
↓ 3 callersMethodclearSearchOrCloseMenu
* Simulates the clearSearchOrCloseMenu method (Escape key)
projects/cometchat-uikit/src/lib/components/cometchat-users/cometchat-users.component.property.spec.ts:2040
↓ 3 callersFunctionclearTypingIndicatorImpl
(ctx: any, userUid: string)
projects/cometchat-uikit/src/lib/services/message-list.typing-utils.ts:43
↓ 3 callersMethodcloseGalleryViewer
()
projects/cometchat-uikit/src/lib/components/cometchat-image-bubble/cometchat-image-bubble.component.ts:124
↓ 3 callersMethodclosePlayerViewer
()
projects/cometchat-uikit/src/lib/components/cometchat-video-bubble/cometchat-video-bubble.component.ts:173
↓ 3 callersMethodclosePollModal
()
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cometchat-message-composer.component.ts:282
↓ 3 callersFunctioncollectFiles
Recursively collect files matching an extension filter.
projects/cometchat-uikit/src/lib/resources/CometChatLocalize/no-hardcoded-strings.property.spec.ts:30
↓ 3 callersFunctioncollectTypes
Collect all node types recursively from an AST
projects/cometchat-uikit/src/lib/components/cometchat-markdown-renderer/cometchat-markdown-parser.property.spec.ts:17
↓ 3 callersFunctionconvertMarkdownToHtmlImpl
(text: string)
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cometchat-message-composer.edit-mode.ts:199
↓ 3 callersFunctioncreateAudioMessage
Creates a real CometChat.MediaMessage for audio type.
projects/cometchat-uikit/src/lib/components/cometchat-message-bubble/cometchat-message-bubble.component.spec.ts:109
↓ 3 callersFunctioncreateCalendarObject
* Creates a CalendarObject with sensible defaults and optional overrides.
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-date/cometchat-date.stories.ts:27
↓ 3 callersFunctioncreateCallButtonsStructure
* Create a mock message header call buttons structure
projects/cometchat-uikit/src/lib/components/cometchat-message-header/cometchat-message-header-call-button-hover.property.spec.ts:167
↓ 3 callersFunctioncreateEnhancedError
(error: unknown, context: string)
projects/cometchat-uikit/src/lib/services/conversations.utils.ts:44
↓ 3 callersFunctioncreateFileMessage
Creates a real CometChat.MediaMessage for file type.
projects/cometchat-uikit/src/lib/components/cometchat-message-bubble/cometchat-message-bubble.component.spec.ts:119
↓ 3 callersFunctioncreateGroupTextMessage
(text: string, senderUid = 'superhero1')
projects/cometchat-uikit/src/lib/components/cometchat-message-information/cometchat-message-information.component.spec.ts:54
↓ 3 callersFunctioncreateKeyboardEvent
(key: string)
projects/cometchat-uikit/src/lib/utils/keyboard-navigation-bounds.property.spec.ts:40
↓ 3 callersFunctioncreateMinimalComponent
* Creates a minimal CometChatMessageHeaderComponent instance with just enough * wiring to test `handleSummaryClick()` → `triggerSummaryGeneration()`.
projects/cometchat-uikit/src/lib/components/cometchat-message-header/__tests__/cometchat-message-header-summary.property.spec.ts:60
↓ 3 callersFunctioncreateMockCall
(sessionId = 'session-123')
projects/cometchat-uikit/src/lib/services/ongoing-call.service.spec.ts:57
↓ 3 callersFunctioncreateMockElement
( tagName: string, attributes?: Record<string, string> )
projects/cometchat-uikit/src/lib/testing/accessibility-test-utils.ts:316
↓ 3 callersFunctioncreateMockEmojiCategories
* Creates a minimal set of mock emoji categories for stories * that need explicit emojiData rather than the built-in defaults.
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-emoji-keyboard/cometchat-emoji-keyboard.stories.ts:26
↓ 3 callersFunctioncreateMockMediaMsg
(url: string, type: 'image' | 'audio' | 'video')
projects/cometchat-uikit/src/lib/testing/properties/bubble-content-extraction-properties.spec.ts:82
↓ 3 callersFunctioncreateMockMessage
()
projects/cometchat-uikit/src/lib/cometchat-uikit.property.spec.ts:1522
↓ 3 callersFunctioncreateMockModal
(overrides: Partial<IModal> = {})
projects/cometchat-uikit/src/lib/events/CometChatUIEvents.spec.ts:66
↓ 3 callersFunctioncreateMockPollMessage
( overrides?: Partial<{ id: number; question: string; options: Record<string, string>; resul
projects/cometchat-uikit/src/lib/testing/mock-messages-text.ts:45
↓ 3 callersFunctioncreateMockScopeChanged
( overrides: Partial<IGroupMemberScopeChanged> = {} )
projects/cometchat-uikit/src/lib/events/CometChatGroupEvents.spec.ts:102
↓ 3 callersFunctioncreateMockUser
(uid = 'user-1', name = 'Test User')
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-conversation-starter/cometchat-conversation-starter.component.spec.ts:167
↓ 3 callersFunctioncreateVideoMessage
Creates a real CometChat.MediaMessage for video type.
projects/cometchat-uikit/src/lib/components/cometchat-message-bubble/cometchat-message-bubble.component.spec.ts:99
↓ 3 callersMethoddeclineCall
* Declines an incoming call. * * Calls CometChat.rejectCall() with the session ID and "rejected" status, * emits ccCallRejected via CometChat
projects/cometchat-uikit/src/lib/services/incoming-call.service.ts:204
↓ 3 callersFunctiondelay
(ms: number)
projects/cometchat-uikit/src/lib/services/message-header.utils.ts:50
↓ 3 callersMethoddetachListeners
* Detaches CometChat SDK message listeners. * Called automatically on logout in CometChatUIKit.
projects/cometchat-uikit/src/lib/utils/ChatSdkEventInitializer.ts:28
↓ 3 callersFunctiondidCursorJumpToEnd
* Check if cursor jumped to end (the bug we're testing against) * * @param state - Editor state after click * @param clickOffset - Original click o
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cursor-positioning.property.spec.ts:315
↓ 3 callersFunctiondispatchCharKey
(char: string)
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-dropdown/cometchat-dropdown.component.spec.ts:448
↓ 3 callersFunctiondispatchDocumentEscape
()
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-link-dialog/cometchat-link-dialog.component.spec.ts:93
↓ 3 callersFunctiondispatchDocumentEscape
()
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-confirm-dialog/cometchat-confirm-dialog.component.spec.ts:81
↓ 3 callersFunctiondispatchDocumentEscape
()
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-flag-message-dialog/cometchat-flag-message-dialog.component.spec.ts:99
↓ 3 callersFunctiondispatchEnterOnInput
(input: HTMLInputElement)
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-link-dialog/cometchat-link-dialog.component.spec.ts:100
↓ 3 callersFunctiondispatchKeydownOnElement
(target: HTMLElement, key: string)
projects/cometchat-uikit/src/lib/components/base-elements/cometchat-fullscreen-viewer/cometchat-fullscreen-viewer.component.spec.ts:106
↓ 3 callersMethodeditMessageCancelled
Simulate cancelled edit: inprogress -> cancelled
projects/cometchat-uikit/src/lib/events/event-system-alignment.property.spec.ts:687
↓ 3 callersMethodeditMessageError
Simulate failed edit: inprogress -> error
projects/cometchat-uikit/src/lib/events/event-system-alignment.property.spec.ts:681
↓ 3 callersMethodeditMessageSuccess
Simulate successful edit: inprogress -> success
projects/cometchat-uikit/src/lib/events/event-system-alignment.property.spec.ts:675
↓ 3 callersFunctioneditorStateWithParagraphsGenerator
()
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/text-selection.property.spec.ts:426
↓ 3 callersMethodemitError
(error: unknown)
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cometchat-message-composer.drag-utils.ts:27
↓ 3 callersMethodemitSelectionChange
(lastSelectedId: string | null)
projects/cometchat-uikit/src/lib/components/cometchat-groups/cometchat-groups.component.ts:252
↓ 3 callersMethodendSession
()
projects/cometchat-uikit/src/lib/components/cometchat-ongoing-call/cometchat-ongoing-call.stories.ts:40
↓ 3 callersMethodendTyping
* Records an endTyping call
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cometchat-message-composer.property.spec.ts:3468
↓ 3 callersMethodendTyping
(receiver: CometChat.User | CometChat.Group)
projects/cometchat-uikit/src/lib/services/message-composer.service.ts:222
↓ 3 callersFunctionescapeRegex
(str: string)
scripts/storybook-audit.ts:247
↓ 3 callersMethodextractChannelLabels
(text: string)
projects/cometchat-uikit/src/lib/formatters/cometchat-mentions-formatter.ts:158
↓ 3 callersMethodfetchBannedMembers
Fetch the next page of banned members
projects/sample-app/src/app/components/cometchat-banned-members/cometchat-banned-members.component.ts:195
↓ 3 callersMethodfetchReactionInfo
* Fetches reaction details from the SDK and formats the names.
projects/cometchat-uikit/src/lib/components/cometchat-reaction-info/cometchat-reaction-info.component.ts:120
↓ 3 callersFunctionfetchTestConversation
()
projects/cometchat-uikit/src/lib/test-setup.ts:170
↓ 3 callersMethodfindMentionAncestor
(node: Node)
projects/cometchat-uikit/src/lib/services/rich-text-editor.class.ts:154
↓ 3 callersFunctionfindNodeAtOffset
* Find the node at a given offset * * @param state - Editor state * @param offset - Character offset * @returns The node at the offset, or null if
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/cursor-positioning.property.spec.ts:187
↓ 3 callersMethodfocusElement
(index: number)
projects/cometchat-uikit/src/lib/testing/properties/dialog-focus-trap-properties.spec.ts:62
↓ 3 callersMethodfocusFirstItem
()
projects/cometchat-uikit/src/lib/components/cometchat-paginated-list/cometchat-paginated-list.component.ts:326
↓ 3 callersMethodfocusItemAtIndex
(index: number)
projects/cometchat-uikit/src/lib/utils/list-keyboard-handler.ts:55
↓ 3 callersFunctionfocusMainContent
* Replicates AppComponent.focusMainContent(): * focuses the <main> element, or document.body as fallback.
projects/sample-app/src/app/app.component.spec.ts:70
↓ 3 callersFunctionfocusStateGenerator
()
projects/cometchat-uikit/src/lib/components/cometchat-message-composer/keyboard-navigation.property.spec.ts:352
↓ 3 callersMethodformat
(text: string)
projects/cometchat-uikit/src/lib/formatters/formatter-pipeline-ordering.property.spec.ts:43
↓ 3 callersMethodformatDate
(timestampSeconds: number)
projects/cometchat-uikit/src/lib/components/cometchat-ai-assistant-chat-history/cometchat-ai-assistant-chat-history.component.ts:225
↓ 3 callersFunctiongenComponentContent
* Generates synthetic @Input() decorator lines for a component file. * Returns [inputNames[], componentContent].
scripts/__tests__/storybook-audit.spec.ts:39
↓ 3 callersFunctiongetAriaLabelledByElement
(element: HTMLElement)
projects/cometchat-uikit/src/lib/testing/accessibility-test-utils.ts:273
↓ 3 callersMethodgetAvailableLanguages
* Gets all available language codes. * * @returns Array of available language codes
projects/cometchat-uikit/src/lib/resources/CometChatLocalize/cometchat-localize.ts:354
← previousnext →1,601–1,700 of 6,248, ranked by callers