From b4c2007b4d1c20e62a202aff201e60e65e0ed051 Mon Sep 17 00:00:00 2001 From: stream-ci-bot <> Date: Fri, 29 Sep 2023 08:12:58 +0000 Subject: [PATCH] Update from https://github.com/GetStream/stream-chat-angular/commit/e7a178cfd261250285dc80a64e52f6c3ae2b481f --- .../components/AttachmentListComponent.mdx | 8 +- .../AttachmentPreviewListComponent.mdx | 6 +- .../AutocompleteTextareaComponent.mdx | 32 +++-- .../Angular/components/AvatarComponent.mdx | 18 +-- .../components/AvatarPlaceholderComponent.mdx | 18 +-- .../components/ChannelPreviewComponent.mdx | 2 +- .../docs/Angular/components/IconComponent.mdx | 4 +- .../components/IconPlaceholderComponent.mdx | 4 +- .../components/LoadingIndicatorComponent.mdx | 4 +- .../LoadingIndicatorPlaceholderComponent.mdx | 4 +- .../components/MessageActionsBoxComponent.mdx | 14 +-- .../Angular/components/MessageComponent.mdx | 12 +- .../components/MessageInputComponent.mdx | 30 +++-- .../components/MessageListComponent.mdx | 18 +-- .../components/MessageReactionsComponent.mdx | 12 +- .../Angular/components/ModalComponent.mdx | 6 +- .../components/NotificationComponent.mdx | 4 +- .../Angular/components/TextareaComponent.mdx | 26 ++++- .../AttachmentConfigurationService.mdx | 18 +-- .../Angular/services/AttachmentService.mdx | 18 +-- .../services/ChannelListToggleService.mdx | 12 +- .../docs/Angular/services/ChannelService.mdx | 110 +++++++++--------- .../Angular/services/ChatClientService.mdx | 22 ++-- .../services/CustomTemplatesService.mdx | 68 +++++------ .../Angular/services/DateParserService.mdx | 8 +- .../Angular/services/EmojiInputService.mdx | 2 +- .../Angular/services/ImageLoadService.mdx | 2 +- .../services/MessageInputConfigService.mdx | 10 +- .../services/MessageReactionsService.mdx | 6 +- .../Angular/services/NotificationService.mdx | 6 +- .../Angular/services/StreamI18nService.mdx | 2 +- .../docs/Angular/services/ThemeService.mdx | 12 +- 32 files changed, 281 insertions(+), 237 deletions(-) diff --git a/docusaurus/docs/Angular/components/AttachmentListComponent.mdx b/docusaurus/docs/Angular/components/AttachmentListComponent.mdx index 333cd5704..70b7bc5eb 100644 --- a/docusaurus/docs/Angular/components/AttachmentListComponent.mdx +++ b/docusaurus/docs/Angular/components/AttachmentListComponent.mdx @@ -115,7 +115,7 @@ The id of the message the attachments belong to #### Defined in -[lib/attachment-list/attachment-list.component.ts:40](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment-list/attachment-list.component.ts#L40) +[lib/attachment-list/attachment-list.component.ts:40](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment-list/attachment-list.component.ts#L40) ___ @@ -127,7 +127,7 @@ The parent id of the message the attachments belong to #### Defined in -[lib/attachment-list/attachment-list.component.ts:44](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment-list/attachment-list.component.ts#L44) +[lib/attachment-list/attachment-list.component.ts:44](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment-list/attachment-list.component.ts#L44) ___ @@ -139,7 +139,7 @@ The attachments to display #### Defined in -[lib/attachment-list/attachment-list.component.ts:48](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment-list/attachment-list.component.ts#L48) +[lib/attachment-list/attachment-list.component.ts:48](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment-list/attachment-list.component.ts#L48) ___ @@ -151,6 +151,6 @@ Emits the state of the image carousel window #### Defined in -[lib/attachment-list/attachment-list.component.ts:52](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment-list/attachment-list.component.ts#L52) +[lib/attachment-list/attachment-list.component.ts:52](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment-list/attachment-list.component.ts#L52) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/AttachmentPreviewListComponent.mdx b/docusaurus/docs/Angular/components/AttachmentPreviewListComponent.mdx index 856d2821d..5b56219b7 100644 --- a/docusaurus/docs/Angular/components/AttachmentPreviewListComponent.mdx +++ b/docusaurus/docs/Angular/components/AttachmentPreviewListComponent.mdx @@ -47,7 +47,7 @@ A stream that emits the current file uploads and their states #### Defined in -[lib/attachment-preview-list/attachment-preview-list.component.ts:18](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment-preview-list/attachment-preview-list.component.ts#L18) +[lib/attachment-preview-list/attachment-preview-list.component.ts:18](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment-preview-list/attachment-preview-list.component.ts#L18) ___ @@ -59,7 +59,7 @@ An output to notify the parent component if the user tries to retry a failed upl #### Defined in -[lib/attachment-preview-list/attachment-preview-list.component.ts:22](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment-preview-list/attachment-preview-list.component.ts#L22) +[lib/attachment-preview-list/attachment-preview-list.component.ts:22](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment-preview-list/attachment-preview-list.component.ts#L22) ___ @@ -71,6 +71,6 @@ An output to notify the parent component if the user wants to delete a file #### Defined in -[lib/attachment-preview-list/attachment-preview-list.component.ts:26](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment-preview-list/attachment-preview-list.component.ts#L26) +[lib/attachment-preview-list/attachment-preview-list.component.ts:26](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment-preview-list/attachment-preview-list.component.ts#L26) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/AutocompleteTextareaComponent.mdx b/docusaurus/docs/Angular/components/AutocompleteTextareaComponent.mdx index af8807a96..f97857473 100644 --- a/docusaurus/docs/Angular/components/AutocompleteTextareaComponent.mdx +++ b/docusaurus/docs/Angular/components/AutocompleteTextareaComponent.mdx @@ -49,7 +49,7 @@ TextareaInterface.value #### Defined in -[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:48](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L48) +[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:48](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L48) ___ @@ -65,7 +65,7 @@ TextareaInterface.placeholder #### Defined in -[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:52](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L52) +[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:52](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L52) ___ @@ -81,7 +81,7 @@ TextareaInterface.areMentionsEnabled #### Defined in -[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:56](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L56) +[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:56](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L56) ___ @@ -97,7 +97,7 @@ TextareaInterface.inputMode #### Defined in -[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:60](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L60) +[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:60](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L60) ___ @@ -113,7 +113,23 @@ TextareaInterface.mentionScope #### Defined in -[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:64](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L64) +[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:64](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L64) + +___ + +### autoFocus + +• **autoFocus**: `boolean` = `true` + +Enables or disables auto focus on the textarea element + +#### Implementation of + +TextareaInterface.autoFocus + +#### Defined in + +[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:68](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L68) ___ @@ -129,7 +145,7 @@ TextareaInterface.valueChange #### Defined in -[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:68](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L68) +[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:72](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L72) ___ @@ -145,7 +161,7 @@ TextareaInterface.send #### Defined in -[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:72](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L72) +[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:76](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L76) ___ @@ -161,6 +177,6 @@ TextareaInterface.userMentions #### Defined in -[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:76](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L76) +[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:80](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L80) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/AvatarComponent.mdx b/docusaurus/docs/Angular/components/AvatarComponent.mdx index 724e59557..884ac50ca 100644 --- a/docusaurus/docs/Angular/components/AvatarComponent.mdx +++ b/docusaurus/docs/Angular/components/AvatarComponent.mdx @@ -37,7 +37,7 @@ An optional name of the image, used for fallback image or image title (if `image #### Defined in -[lib/avatar/avatar.component.ts:30](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L30) +[lib/avatar/avatar.component.ts:30](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L30) ___ @@ -49,7 +49,7 @@ The URL of the image to be displayed. If the image can't be displayed the first #### Defined in -[lib/avatar/avatar.component.ts:34](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L34) +[lib/avatar/avatar.component.ts:34](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L34) ___ @@ -61,7 +61,7 @@ The size in pixels of the avatar image. #### Defined in -[lib/avatar/avatar.component.ts:38](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L38) +[lib/avatar/avatar.component.ts:38](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L38) ___ @@ -73,7 +73,7 @@ The location the avatar will be displayed in #### Defined in -[lib/avatar/avatar.component.ts:42](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L42) +[lib/avatar/avatar.component.ts:42](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L42) ___ @@ -85,7 +85,7 @@ The channel the avatar belongs to (if avatar of a channel is displayed) #### Defined in -[lib/avatar/avatar.component.ts:46](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L46) +[lib/avatar/avatar.component.ts:46](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L46) ___ @@ -97,7 +97,7 @@ The user the avatar belongs to (if avatar of a user is displayed) #### Defined in -[lib/avatar/avatar.component.ts:50](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L50) +[lib/avatar/avatar.component.ts:50](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L50) ___ @@ -109,7 +109,7 @@ The type of the avatar: channel if channel avatar is displayed, user if user ava #### Defined in -[lib/avatar/avatar.component.ts:54](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L54) +[lib/avatar/avatar.component.ts:54](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L54) ___ @@ -121,7 +121,7 @@ If a channel avatar is displayed, and if the channel has exactly two members a g #### Defined in -[lib/avatar/avatar.component.ts:58](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L58) +[lib/avatar/avatar.component.ts:58](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L58) ___ @@ -133,6 +133,6 @@ If channel/user image isn't provided the initials of the name of the channel/use #### Defined in -[lib/avatar/avatar.component.ts:62](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L62) +[lib/avatar/avatar.component.ts:62](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar/avatar.component.ts#L62) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/AvatarPlaceholderComponent.mdx b/docusaurus/docs/Angular/components/AvatarPlaceholderComponent.mdx index a88535d0d..d49028018 100644 --- a/docusaurus/docs/Angular/components/AvatarPlaceholderComponent.mdx +++ b/docusaurus/docs/Angular/components/AvatarPlaceholderComponent.mdx @@ -12,7 +12,7 @@ An optional name of the image, used for fallback image or image title (if `image #### Defined in -[lib/avatar-placeholder/avatar-placeholder.component.ts:23](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L23) +[lib/avatar-placeholder/avatar-placeholder.component.ts:23](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L23) ___ @@ -24,7 +24,7 @@ The URL of the image to be displayed. If the image can't be displayed the first #### Defined in -[lib/avatar-placeholder/avatar-placeholder.component.ts:27](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L27) +[lib/avatar-placeholder/avatar-placeholder.component.ts:27](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L27) ___ @@ -36,7 +36,7 @@ The size in pixels of the avatar image. #### Defined in -[lib/avatar-placeholder/avatar-placeholder.component.ts:31](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L31) +[lib/avatar-placeholder/avatar-placeholder.component.ts:31](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L31) ___ @@ -48,7 +48,7 @@ The location the avatar will be displayed in #### Defined in -[lib/avatar-placeholder/avatar-placeholder.component.ts:35](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L35) +[lib/avatar-placeholder/avatar-placeholder.component.ts:35](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L35) ___ @@ -60,7 +60,7 @@ The channel the avatar belongs to (if avatar of a channel is displayed) #### Defined in -[lib/avatar-placeholder/avatar-placeholder.component.ts:39](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L39) +[lib/avatar-placeholder/avatar-placeholder.component.ts:39](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L39) ___ @@ -72,7 +72,7 @@ The user the avatar belongs to (if avatar of a user is displayed) #### Defined in -[lib/avatar-placeholder/avatar-placeholder.component.ts:43](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L43) +[lib/avatar-placeholder/avatar-placeholder.component.ts:43](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L43) ___ @@ -84,7 +84,7 @@ The type of the avatar: channel if channel avatar is displayed, user if user ava #### Defined in -[lib/avatar-placeholder/avatar-placeholder.component.ts:47](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L47) +[lib/avatar-placeholder/avatar-placeholder.component.ts:47](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L47) ___ @@ -96,7 +96,7 @@ If channel/user image isn't provided the initials of the name of the channel/use #### Defined in -[lib/avatar-placeholder/avatar-placeholder.component.ts:51](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L51) +[lib/avatar-placeholder/avatar-placeholder.component.ts:51](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L51) ___ @@ -108,6 +108,6 @@ If a channel avatar is displayed, and if the channel has exactly two members a g #### Defined in -[lib/avatar-placeholder/avatar-placeholder.component.ts:57](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L57) +[lib/avatar-placeholder/avatar-placeholder.component.ts:57](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L57) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/ChannelPreviewComponent.mdx b/docusaurus/docs/Angular/components/ChannelPreviewComponent.mdx index 2cb0271b3..23c119bea 100644 --- a/docusaurus/docs/Angular/components/ChannelPreviewComponent.mdx +++ b/docusaurus/docs/Angular/components/ChannelPreviewComponent.mdx @@ -26,6 +26,6 @@ The channel to be displayed #### Defined in -[lib/channel-preview/channel-preview.component.ts:27](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel-preview/channel-preview.component.ts#L27) +[lib/channel-preview/channel-preview.component.ts:27](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel-preview/channel-preview.component.ts#L27) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/IconComponent.mdx b/docusaurus/docs/Angular/components/IconComponent.mdx index 43eee50d8..303268e63 100644 --- a/docusaurus/docs/Angular/components/IconComponent.mdx +++ b/docusaurus/docs/Angular/components/IconComponent.mdx @@ -33,7 +33,7 @@ The icon to display, the list of [supported icons](https://github.com/GetStream/ #### Defined in -[lib/icon/icon.component.ts:39](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/icon/icon.component.ts#L39) +[lib/icon/icon.component.ts:39](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/icon/icon.component.ts#L39) ___ @@ -45,6 +45,6 @@ The size of the icon (in pixels) #### Defined in -[lib/icon/icon.component.ts:43](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/icon/icon.component.ts#L43) +[lib/icon/icon.component.ts:43](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/icon/icon.component.ts#L43) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/IconPlaceholderComponent.mdx b/docusaurus/docs/Angular/components/IconPlaceholderComponent.mdx index ff622aab4..dc5f04503 100644 --- a/docusaurus/docs/Angular/components/IconPlaceholderComponent.mdx +++ b/docusaurus/docs/Angular/components/IconPlaceholderComponent.mdx @@ -12,7 +12,7 @@ The icon to display, the list of [supported icons](https://github.com/GetStream/ #### Defined in -[lib/icon-placeholder/icon-placeholder.component.ts:18](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/icon-placeholder/icon-placeholder.component.ts#L18) +[lib/icon-placeholder/icon-placeholder.component.ts:18](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/icon-placeholder/icon-placeholder.component.ts#L18) ___ @@ -24,6 +24,6 @@ The size of the icon (in pixels) #### Defined in -[lib/icon-placeholder/icon-placeholder.component.ts:22](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/icon-placeholder/icon-placeholder.component.ts#L22) +[lib/icon-placeholder/icon-placeholder.component.ts:22](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/icon-placeholder/icon-placeholder.component.ts#L22) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/LoadingIndicatorComponent.mdx b/docusaurus/docs/Angular/components/LoadingIndicatorComponent.mdx index 64d06d9b6..b75da31fd 100644 --- a/docusaurus/docs/Angular/components/LoadingIndicatorComponent.mdx +++ b/docusaurus/docs/Angular/components/LoadingIndicatorComponent.mdx @@ -36,7 +36,7 @@ The size of the indicator (in pixels) #### Defined in -[lib/loading-indicator/loading-indicator.component.ts:16](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/loading-indicator/loading-indicator.component.ts#L16) +[lib/loading-indicator/loading-indicator.component.ts:16](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/loading-indicator/loading-indicator.component.ts#L16) ___ @@ -48,6 +48,6 @@ The color of the indicator #### Defined in -[lib/loading-indicator/loading-indicator.component.ts:21](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/loading-indicator/loading-indicator.component.ts#L21) +[lib/loading-indicator/loading-indicator.component.ts:21](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/loading-indicator/loading-indicator.component.ts#L21) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/LoadingIndicatorPlaceholderComponent.mdx b/docusaurus/docs/Angular/components/LoadingIndicatorPlaceholderComponent.mdx index 08b24d073..448900440 100644 --- a/docusaurus/docs/Angular/components/LoadingIndicatorPlaceholderComponent.mdx +++ b/docusaurus/docs/Angular/components/LoadingIndicatorPlaceholderComponent.mdx @@ -12,7 +12,7 @@ The size of the indicator (in pixels) #### Defined in -[lib/loading-indicator-placeholder/loading-indicator-placeholder.component.ts:17](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/loading-indicator-placeholder/loading-indicator-placeholder.component.ts#L17) +[lib/loading-indicator-placeholder/loading-indicator-placeholder.component.ts:17](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/loading-indicator-placeholder/loading-indicator-placeholder.component.ts#L17) ___ @@ -24,6 +24,6 @@ The color of the indicator #### Defined in -[lib/loading-indicator-placeholder/loading-indicator-placeholder.component.ts:22](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/loading-indicator-placeholder/loading-indicator-placeholder.component.ts#L22) +[lib/loading-indicator-placeholder/loading-indicator-placeholder.component.ts:22](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/loading-indicator-placeholder/loading-indicator-placeholder.component.ts#L22) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/MessageActionsBoxComponent.mdx b/docusaurus/docs/Angular/components/MessageActionsBoxComponent.mdx index e349e8c3c..cd3edb9e3 100644 --- a/docusaurus/docs/Angular/components/MessageActionsBoxComponent.mdx +++ b/docusaurus/docs/Angular/components/MessageActionsBoxComponent.mdx @@ -46,7 +46,7 @@ Indicates if the list should be opened or closed. Adding a UI element to open an #### Defined in -[lib/message-actions-box/message-actions-box.component.ts:37](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-actions-box/message-actions-box.component.ts#L37) +[lib/message-actions-box/message-actions-box.component.ts:37](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-actions-box/message-actions-box.component.ts#L37) ___ @@ -58,7 +58,7 @@ Indicates if the message actions are belonging to a message that was sent by the #### Defined in -[lib/message-actions-box/message-actions-box.component.ts:41](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-actions-box/message-actions-box.component.ts#L41) +[lib/message-actions-box/message-actions-box.component.ts:41](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-actions-box/message-actions-box.component.ts#L41) ___ @@ -70,7 +70,7 @@ The message the actions will be executed on #### Defined in -[lib/message-actions-box/message-actions-box.component.ts:45](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-actions-box/message-actions-box.component.ts#L45) +[lib/message-actions-box/message-actions-box.component.ts:45](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-actions-box/message-actions-box.component.ts#L45) ___ @@ -82,7 +82,7 @@ The list of [channel capabilities](https://getstream.io/chat/docs/javascript/cha #### Defined in -[lib/message-actions-box/message-actions-box.component.ts:49](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-actions-box/message-actions-box.component.ts#L49) +[lib/message-actions-box/message-actions-box.component.ts:49](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-actions-box/message-actions-box.component.ts#L49) ___ @@ -94,7 +94,7 @@ A list of custom message actions to be displayed in the action box #### Defined in -[lib/message-actions-box/message-actions-box.component.ts:53](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-actions-box/message-actions-box.component.ts#L53) +[lib/message-actions-box/message-actions-box.component.ts:53](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-actions-box/message-actions-box.component.ts#L53) ___ @@ -106,7 +106,7 @@ The number of authorized actions (it can be less or equal than the number of ena #### Defined in -[lib/message-actions-box/message-actions-box.component.ts:57](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-actions-box/message-actions-box.component.ts#L57) +[lib/message-actions-box/message-actions-box.component.ts:57](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-actions-box/message-actions-box.component.ts#L57) ___ @@ -118,6 +118,6 @@ An event which emits `true` if the edit message modal is open, and `false` when #### Defined in -[lib/message-actions-box/message-actions-box.component.ts:61](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-actions-box/message-actions-box.component.ts#L61) +[lib/message-actions-box/message-actions-box.component.ts:61](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-actions-box/message-actions-box.component.ts#L61) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/MessageComponent.mdx b/docusaurus/docs/Angular/components/MessageComponent.mdx index 27d699f6c..323bb70a0 100644 --- a/docusaurus/docs/Angular/components/MessageComponent.mdx +++ b/docusaurus/docs/Angular/components/MessageComponent.mdx @@ -71,7 +71,7 @@ The message to be displayed #### Defined in -[lib/message/message.component.ts:56](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message/message.component.ts#L56) +[lib/message/message.component.ts:56](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message/message.component.ts#L56) ___ @@ -83,7 +83,7 @@ The list of [channel capabilities](https://getstream.io/chat/docs/javascript/cha #### Defined in -[lib/message/message.component.ts:60](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message/message.component.ts#L60) +[lib/message/message.component.ts:60](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message/message.component.ts#L60) ___ @@ -95,7 +95,7 @@ If `true`, the message status (sending, sent, who read the message) is displayed #### Defined in -[lib/message/message.component.ts:64](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message/message.component.ts#L64) +[lib/message/message.component.ts:64](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message/message.component.ts#L64) ___ @@ -107,7 +107,7 @@ Determines if the message is being dispalyed in a channel or in a [thread](https #### Defined in -[lib/message/message.component.ts:68](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message/message.component.ts#L68) +[lib/message/message.component.ts:68](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message/message.component.ts#L68) ___ @@ -119,7 +119,7 @@ Highlighting is used to add visual emphasize to a message when jumping to the me #### Defined in -[lib/message/message.component.ts:72](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message/message.component.ts#L72) +[lib/message/message.component.ts:72](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message/message.component.ts#L72) ___ @@ -131,6 +131,6 @@ A list of custom message actions to be displayed in the action box #### Defined in -[lib/message/message.component.ts:76](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message/message.component.ts#L76) +[lib/message/message.component.ts:76](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message/message.component.ts#L76) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/MessageInputComponent.mdx b/docusaurus/docs/Angular/components/MessageInputComponent.mdx index e962f5f91..a6d0243ba 100644 --- a/docusaurus/docs/Angular/components/MessageInputComponent.mdx +++ b/docusaurus/docs/Angular/components/MessageInputComponent.mdx @@ -58,7 +58,7 @@ If file upload is enabled, the user can open a file selector from the input. Ple #### Defined in -[lib/message-input/message-input.component.ts:61](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L61) +[lib/message-input/message-input.component.ts:61](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L61) ___ @@ -70,7 +70,7 @@ If true, users can mention other users in messages. You also [need to use the `A #### Defined in -[lib/message-input/message-input.component.ts:65](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L65) +[lib/message-input/message-input.component.ts:65](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L65) ___ @@ -82,7 +82,7 @@ The scope for user mentions, either members of the current channel of members of #### Defined in -[lib/message-input/message-input.component.ts:69](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L69) +[lib/message-input/message-input.component.ts:69](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L69) ___ @@ -94,7 +94,7 @@ Determines if the message is being dispalyed in a channel or in a [thread](https #### Defined in -[lib/message-input/message-input.component.ts:73](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L73) +[lib/message-input/message-input.component.ts:73](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L73) ___ @@ -106,7 +106,7 @@ If true, users can select multiple files to upload. If no value is provided, it #### Defined in -[lib/message-input/message-input.component.ts:77](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L77) +[lib/message-input/message-input.component.ts:77](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L77) ___ @@ -118,7 +118,7 @@ The message to edit #### Defined in -[lib/message-input/message-input.component.ts:81](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L81) +[lib/message-input/message-input.component.ts:81](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L81) ___ @@ -130,7 +130,7 @@ An observable that can be used to trigger message sending from the outside #### Defined in -[lib/message-input/message-input.component.ts:85](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L85) +[lib/message-input/message-input.component.ts:85](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L85) ___ @@ -142,7 +142,19 @@ In `desktop` mode the `Enter` key will trigger message sending, in `mobile` mode #### Defined in -[lib/message-input/message-input.component.ts:89](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L89) +[lib/message-input/message-input.component.ts:89](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L89) + +___ + +### autoFocus + +• **autoFocus**: `boolean` = `true` + +Enables or disables auto focus on the textarea element + +#### Defined in + +[lib/message-input/message-input.component.ts:93](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L93) ___ @@ -154,6 +166,6 @@ Emits when a message was successfuly sent or updated #### Defined in -[lib/message-input/message-input.component.ts:93](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L93) +[lib/message-input/message-input.component.ts:97](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L97) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/MessageListComponent.mdx b/docusaurus/docs/Angular/components/MessageListComponent.mdx index 1af2cb00b..ced8a2abf 100644 --- a/docusaurus/docs/Angular/components/MessageListComponent.mdx +++ b/docusaurus/docs/Angular/components/MessageListComponent.mdx @@ -56,7 +56,7 @@ Determines if the message list should display channel messages or [thread messag #### Defined in -[lib/message-list/message-list.component.ts:47](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L47) +[lib/message-list/message-list.component.ts:47](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L47) ___ @@ -68,7 +68,7 @@ The direction of the messages in the list, `bottom-to-top` means newest message #### Defined in -[lib/message-list/message-list.component.ts:51](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L51) +[lib/message-list/message-list.component.ts:51](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L51) ___ @@ -80,7 +80,7 @@ Determines what triggers the appearance of the message options: by default you c #### Defined in -[lib/message-list/message-list.component.ts:55](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L55) +[lib/message-list/message-list.component.ts:55](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L55) ___ @@ -92,7 +92,7 @@ You can hide the "jump to latest" button while scrolling. A potential use-case f #### Defined in -[lib/message-list/message-list.component.ts:60](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L60) +[lib/message-list/message-list.component.ts:60](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L60) ___ @@ -104,7 +104,7 @@ A list of custom message actions to be displayed in the message action box #### Defined in -[lib/message-list/message-list.component.ts:64](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L64) +[lib/message-list/message-list.component.ts:64](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L64) ___ @@ -116,7 +116,7 @@ If `true` date separators will be displayed #### Defined in -[lib/message-list/message-list.component.ts:68](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L68) +[lib/message-list/message-list.component.ts:68](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L68) ___ @@ -129,7 +129,7 @@ If `openMessageListAt` is `last-read-message` it will also set the text position #### Defined in -[lib/message-list/message-list.component.ts:73](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L73) +[lib/message-list/message-list.component.ts:73](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L73) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[lib/message-list/message-list.component.ts:77](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L77) +[lib/message-list/message-list.component.ts:77](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L77) ___ @@ -153,6 +153,6 @@ You can turn on and off the loading indicator that signals to users that more me #### Defined in -[lib/message-list/message-list.component.ts:82](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L82) +[lib/message-list/message-list.component.ts:82](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L82) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/MessageReactionsComponent.mdx b/docusaurus/docs/Angular/components/MessageReactionsComponent.mdx index 66b50f885..905d8124b 100644 --- a/docusaurus/docs/Angular/components/MessageReactionsComponent.mdx +++ b/docusaurus/docs/Angular/components/MessageReactionsComponent.mdx @@ -53,7 +53,7 @@ The id of the message the reactions belong to #### Defined in -[lib/message-reactions/message-reactions.component.ts:31](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-reactions/message-reactions.component.ts#L31) +[lib/message-reactions/message-reactions.component.ts:31](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-reactions/message-reactions.component.ts#L31) ___ @@ -65,7 +65,7 @@ The number of reactions grouped by [reaction types](https://github.com/GetStream #### Defined in -[lib/message-reactions/message-reactions.component.ts:35](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-reactions/message-reactions.component.ts#L35) +[lib/message-reactions/message-reactions.component.ts:35](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-reactions/message-reactions.component.ts#L35) ___ @@ -77,7 +77,7 @@ Indicates if the selector should be opened or closed. Adding a UI element to ope #### Defined in -[lib/message-reactions/message-reactions.component.ts:40](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-reactions/message-reactions.component.ts#L40) +[lib/message-reactions/message-reactions.component.ts:40](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-reactions/message-reactions.component.ts#L40) ___ @@ -89,7 +89,7 @@ List of reactions of a [message](../types/stream-message.mdx), used to display t #### Defined in -[lib/message-reactions/message-reactions.component.ts:44](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-reactions/message-reactions.component.ts#L44) +[lib/message-reactions/message-reactions.component.ts:44](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-reactions/message-reactions.component.ts#L44) ___ @@ -101,7 +101,7 @@ List of the user's own reactions of a [message](../types/stream-message.mdx), us #### Defined in -[lib/message-reactions/message-reactions.component.ts:48](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-reactions/message-reactions.component.ts#L48) +[lib/message-reactions/message-reactions.component.ts:48](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-reactions/message-reactions.component.ts#L48) ___ @@ -113,6 +113,6 @@ Indicates if the selector should be opened or closed. Adding a UI element to ope #### Defined in -[lib/message-reactions/message-reactions.component.ts:52](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-reactions/message-reactions.component.ts#L52) +[lib/message-reactions/message-reactions.component.ts:52](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-reactions/message-reactions.component.ts#L52) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/ModalComponent.mdx b/docusaurus/docs/Angular/components/ModalComponent.mdx index 3ee9e4bcc..ae343e1b8 100644 --- a/docusaurus/docs/Angular/components/ModalComponent.mdx +++ b/docusaurus/docs/Angular/components/ModalComponent.mdx @@ -28,7 +28,7 @@ If `true` the modal will be displayed, if `false` the modal will be hidden #### Defined in -[lib/modal/modal.component.ts:25](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/modal/modal.component.ts#L25) +[lib/modal/modal.component.ts:25](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/modal/modal.component.ts#L25) ___ @@ -40,7 +40,7 @@ The content of the modal (can also be provided using `ng-content`) #### Defined in -[lib/modal/modal.component.ts:29](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/modal/modal.component.ts#L29) +[lib/modal/modal.component.ts:29](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/modal/modal.component.ts#L29) ___ @@ -52,6 +52,6 @@ Emits `true` if the modal becomes visible, and `false` if the modal is closed. #### Defined in -[lib/modal/modal.component.ts:33](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/modal/modal.component.ts#L33) +[lib/modal/modal.component.ts:33](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/modal/modal.component.ts#L33) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/NotificationComponent.mdx b/docusaurus/docs/Angular/components/NotificationComponent.mdx index 1cfdeb036..6417e92c7 100644 --- a/docusaurus/docs/Angular/components/NotificationComponent.mdx +++ b/docusaurus/docs/Angular/components/NotificationComponent.mdx @@ -24,7 +24,7 @@ The type of the notification #### Defined in -[lib/notification/notification.component.ts:16](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/notification/notification.component.ts#L16) +[lib/notification/notification.component.ts:16](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/notification/notification.component.ts#L16) ___ @@ -36,6 +36,6 @@ The content of the notification (can also be provided using `ng-content`) #### Defined in -[lib/notification/notification.component.ts:20](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/notification/notification.component.ts#L20) +[lib/notification/notification.component.ts:20](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/notification/notification.component.ts#L20) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/TextareaComponent.mdx b/docusaurus/docs/Angular/components/TextareaComponent.mdx index 9a7ab98cf..fff9f2ac2 100644 --- a/docusaurus/docs/Angular/components/TextareaComponent.mdx +++ b/docusaurus/docs/Angular/components/TextareaComponent.mdx @@ -44,7 +44,7 @@ TextareaInterface.value #### Defined in -[lib/message-input/textarea/textarea.component.ts:35](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L35) +[lib/message-input/textarea/textarea.component.ts:35](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L35) ___ @@ -60,7 +60,7 @@ TextareaInterface.placeholder #### Defined in -[lib/message-input/textarea/textarea.component.ts:39](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L39) +[lib/message-input/textarea/textarea.component.ts:39](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L39) ___ @@ -76,7 +76,23 @@ TextareaInterface.inputMode #### Defined in -[lib/message-input/textarea/textarea.component.ts:43](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L43) +[lib/message-input/textarea/textarea.component.ts:43](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L43) + +___ + +### autoFocus + +• **autoFocus**: `boolean` = `true` + +Enables or disables auto focus on the textarea element + +#### Implementation of + +TextareaInterface.autoFocus + +#### Defined in + +[lib/message-input/textarea/textarea.component.ts:47](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L47) ___ @@ -92,7 +108,7 @@ TextareaInterface.valueChange #### Defined in -[lib/message-input/textarea/textarea.component.ts:47](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L47) +[lib/message-input/textarea/textarea.component.ts:51](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L51) ___ @@ -108,6 +124,6 @@ TextareaInterface.send #### Defined in -[lib/message-input/textarea/textarea.component.ts:51](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L51) +[lib/message-input/textarea/textarea.component.ts:55](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L55) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/services/AttachmentConfigurationService.mdx b/docusaurus/docs/Angular/services/AttachmentConfigurationService.mdx index e6f6dab5a..13f7dee70 100644 --- a/docusaurus/docs/Angular/services/AttachmentConfigurationService.mdx +++ b/docusaurus/docs/Angular/services/AttachmentConfigurationService.mdx @@ -32,7 +32,7 @@ A custom handler can be provided to override the default giphy attachment (GIFs #### Defined in -[lib/attachment-configuration.service.ts:37](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L37) +[lib/attachment-configuration.service.ts:37](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L37) ___ @@ -60,7 +60,7 @@ A custom handler can be provided to override the default image attachment (image #### Defined in -[lib/attachment-configuration.service.ts:22](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L22) +[lib/attachment-configuration.service.ts:22](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L22) ___ @@ -86,7 +86,7 @@ A custom handler can be provided to override the default scraped image attachmen #### Defined in -[lib/attachment-configuration.service.ts:43](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L43) +[lib/attachment-configuration.service.ts:43](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L43) ___ @@ -113,7 +113,7 @@ A custom handler can be provided to override the default video attachment (video #### Defined in -[lib/attachment-configuration.service.ts:30](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L30) +[lib/attachment-configuration.service.ts:30](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L30) ___ @@ -125,7 +125,7 @@ You can turn on/off thumbnail generation for video attachments #### Defined in -[lib/attachment-configuration.service.ts:49](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L49) +[lib/attachment-configuration.service.ts:49](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L49) ## Methods @@ -147,7 +147,7 @@ Handles the configuration for giphy attachments, it's possible to provide your o #### Defined in -[lib/attachment-configuration.service.ts:164](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L164) +[lib/attachment-configuration.service.ts:164](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L164) ___ @@ -171,7 +171,7 @@ Handles the configuration for image attachments, it's possible to provide your o #### Defined in -[lib/attachment-configuration.service.ts:57](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L57) +[lib/attachment-configuration.service.ts:57](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L57) ___ @@ -193,7 +193,7 @@ Handles the configuration for scraped image attachments, it's possible to provid #### Defined in -[lib/attachment-configuration.service.ts:184](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L184) +[lib/attachment-configuration.service.ts:184](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L184) ___ @@ -216,4 +216,4 @@ Handles the configuration for video attachments, it's possible to provide your o #### Defined in -[lib/attachment-configuration.service.ts:112](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L112) +[lib/attachment-configuration.service.ts:112](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment-configuration.service.ts#L112) diff --git a/docusaurus/docs/Angular/services/AttachmentService.mdx b/docusaurus/docs/Angular/services/AttachmentService.mdx index b5b080d3f..ffd628faf 100644 --- a/docusaurus/docs/Angular/services/AttachmentService.mdx +++ b/docusaurus/docs/Angular/services/AttachmentService.mdx @@ -18,7 +18,7 @@ Emits the number of uploads in progress. #### Defined in -[lib/attachment.service.ts:22](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment.service.ts#L22) +[lib/attachment.service.ts:22](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment.service.ts#L22) ___ @@ -30,7 +30,7 @@ Emits the state of the uploads ([`AttachmentUpload[]`](https://github.com/GetStr #### Defined in -[lib/attachment.service.ts:26](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment.service.ts#L26) +[lib/attachment.service.ts:26](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment.service.ts#L26) ## Methods @@ -54,7 +54,7 @@ Note: If you just want to use your own CDN for file uploads, you don't necessary #### Defined in -[lib/attachment.service.ts:103](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment.service.ts#L103) +[lib/attachment.service.ts:103](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment.service.ts#L103) ___ @@ -76,7 +76,7 @@ Maps attachments received from the Stream API to uploads. This is useful when ed #### Defined in -[lib/attachment.service.ts:189](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment.service.ts#L189) +[lib/attachment.service.ts:189](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment.service.ts#L189) ___ @@ -98,7 +98,7 @@ Deletes an attachment, the attachment can have any state (`error`, `uploading` o #### Defined in -[lib/attachment.service.ts:128](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment.service.ts#L128) +[lib/attachment.service.ts:128](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment.service.ts#L128) ___ @@ -122,7 +122,7 @@ A promise with the result #### Defined in -[lib/attachment.service.ts:54](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment.service.ts#L54) +[lib/attachment.service.ts:54](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment.service.ts#L54) ___ @@ -140,7 +140,7 @@ the attachments #### Defined in -[lib/attachment.service.ts:158](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment.service.ts#L158) +[lib/attachment.service.ts:158](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment.service.ts#L158) ___ @@ -156,7 +156,7 @@ Resets the attachments uploads (for example after the message with the attachmen #### Defined in -[lib/attachment.service.ts:45](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment.service.ts#L45) +[lib/attachment.service.ts:45](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment.service.ts#L45) ___ @@ -180,4 +180,4 @@ A promise with the result #### Defined in -[lib/attachment.service.ts:113](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/attachment.service.ts#L113) +[lib/attachment.service.ts:113](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/attachment.service.ts#L113) diff --git a/docusaurus/docs/Angular/services/ChannelListToggleService.mdx b/docusaurus/docs/Angular/services/ChannelListToggleService.mdx index 768ad3c40..b08686ac4 100644 --- a/docusaurus/docs/Angular/services/ChannelListToggleService.mdx +++ b/docusaurus/docs/Angular/services/ChannelListToggleService.mdx @@ -14,7 +14,7 @@ Emits `true` if the channel list is in open state, otherwise it emits `false` #### Defined in -[lib/channel-list/channel-list-toggle.service.ts:15](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel-list/channel-list-toggle.service.ts#L15) +[lib/channel-list/channel-list-toggle.service.ts:15](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel-list/channel-list-toggle.service.ts#L15) ## Methods @@ -30,7 +30,7 @@ This method should be called if a channel was selected, if on mobile, the channe #### Defined in -[lib/channel-list/channel-list-toggle.service.ts:60](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel-list/channel-list-toggle.service.ts#L60) +[lib/channel-list/channel-list-toggle.service.ts:60](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel-list/channel-list-toggle.service.ts#L60) ___ @@ -46,7 +46,7 @@ Closes the channel list. #### Defined in -[lib/channel-list/channel-list-toggle.service.ts:38](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel-list/channel-list-toggle.service.ts#L38) +[lib/channel-list/channel-list-toggle.service.ts:38](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel-list/channel-list-toggle.service.ts#L38) ___ @@ -62,7 +62,7 @@ Opens the channel list. #### Defined in -[lib/channel-list/channel-list-toggle.service.ts:31](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel-list/channel-list-toggle.service.ts#L31) +[lib/channel-list/channel-list-toggle.service.ts:31](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel-list/channel-list-toggle.service.ts#L31) ___ @@ -84,7 +84,7 @@ Sets the channel list element, on mobile screen size if the user opens the chann #### Defined in -[lib/channel-list/channel-list-toggle.service.ts:53](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel-list/channel-list-toggle.service.ts#L53) +[lib/channel-list/channel-list-toggle.service.ts:53](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel-list/channel-list-toggle.service.ts#L53) ___ @@ -100,4 +100,4 @@ Opens the channel list if it was closed, and closes if it was opened. #### Defined in -[lib/channel-list/channel-list-toggle.service.ts:45](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel-list/channel-list-toggle.service.ts#L45) +[lib/channel-list/channel-list-toggle.service.ts:45](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel-list/channel-list-toggle.service.ts#L45) diff --git a/docusaurus/docs/Angular/services/ChannelService.mdx b/docusaurus/docs/Angular/services/ChannelService.mdx index 88d716aa4..b7de01f8f 100644 --- a/docusaurus/docs/Angular/services/ChannelService.mdx +++ b/docusaurus/docs/Angular/services/ChannelService.mdx @@ -24,7 +24,7 @@ The active channel will always be marked as read when a new message is received #### Defined in -[lib/channel.service.ts:90](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L90) +[lib/channel.service.ts:90](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L90) ___ @@ -36,7 +36,7 @@ The last read message id of the active channel, it's only set once, when a new a #### Defined in -[lib/channel.service.ts:134](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L134) +[lib/channel.service.ts:134](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L134) ___ @@ -48,7 +48,7 @@ Emits the list of currently loaded messages of the active channel. #### Defined in -[lib/channel.service.ts:94](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L94) +[lib/channel.service.ts:94](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L94) ___ @@ -60,7 +60,7 @@ Emits the list of pinned messages of the active channel. #### Defined in -[lib/channel.service.ts:98](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L98) +[lib/channel.service.ts:98](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L98) ___ @@ -72,7 +72,7 @@ Emits the currently selected parent message. If no message is selected, it emits #### Defined in -[lib/channel.service.ts:110](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L110) +[lib/channel.service.ts:110](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L110) ___ @@ -84,7 +84,7 @@ Emits the id of the currently selected parent message. If no message is selected #### Defined in -[lib/channel.service.ts:102](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L102) +[lib/channel.service.ts:102](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L102) ___ @@ -96,7 +96,7 @@ Emits the list of currently loaded thread replies belonging to the selected pare #### Defined in -[lib/channel.service.ts:106](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L106) +[lib/channel.service.ts:106](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L106) ___ @@ -108,7 +108,7 @@ The result of the latest channel query request. #### Defined in -[lib/channel.service.ts:80](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L80) +[lib/channel.service.ts:80](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L80) ___ @@ -142,7 +142,7 @@ If you want to subscribe to channel events, you need to manually reenter Angular #### Defined in -[lib/channel.service.ts:76](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L76) +[lib/channel.service.ts:76](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L76) ___ @@ -169,7 +169,7 @@ Custom event handler to call when the user is added to a channel, provide an eve #### Defined in -[lib/channel.service.ts:148](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L148) +[lib/channel.service.ts:148](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L148) ___ @@ -200,7 +200,7 @@ Custom event handler to call when a channel is deleted, provide an event handler #### Defined in -[lib/channel.service.ts:168](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L168) +[lib/channel.service.ts:168](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L168) ___ @@ -231,7 +231,7 @@ Custom event handler to call when a channel becomes hidden, provide an event han #### Defined in -[lib/channel.service.ts:210](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L210) +[lib/channel.service.ts:210](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L210) ___ @@ -262,7 +262,7 @@ Custom event handler to call when a channel is truncated, provide an event handl #### Defined in -[lib/channel.service.ts:196](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L196) +[lib/channel.service.ts:196](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L196) ___ @@ -293,7 +293,7 @@ Custom event handler to call when a channel is updated, provide an event handler #### Defined in -[lib/channel.service.ts:182](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L182) +[lib/channel.service.ts:182](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L182) ___ @@ -324,7 +324,7 @@ Custom event handler to call when a channel becomes visible, provide an event ha #### Defined in -[lib/channel.service.ts:224](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L224) +[lib/channel.service.ts:224](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L224) ___ @@ -351,7 +351,7 @@ You can override the default file delete request - override this if you use your #### Defined in -[lib/channel.service.ts:266](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L266) +[lib/channel.service.ts:266](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L266) ___ @@ -378,7 +378,7 @@ You can override the default file upload request - you can use this to upload fi #### Defined in -[lib/channel.service.ts:252](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L252) +[lib/channel.service.ts:252](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L252) ___ @@ -405,7 +405,7 @@ You can override the default image delete request - override this if you use you #### Defined in -[lib/channel.service.ts:270](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L270) +[lib/channel.service.ts:270](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L270) ___ @@ -432,7 +432,7 @@ You can override the default image upload request - you can use this to upload i #### Defined in -[lib/channel.service.ts:259](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L259) +[lib/channel.service.ts:259](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L259) ___ @@ -463,7 +463,7 @@ Custom event handler to call if a new message received from a channel that is be #### Defined in -[lib/channel.service.ts:238](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L238) +[lib/channel.service.ts:238](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L238) ___ @@ -490,7 +490,7 @@ Custom event handler to call if a new message received from a channel that is no #### Defined in -[lib/channel.service.ts:138](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L138) +[lib/channel.service.ts:138](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L138) ___ @@ -517,7 +517,7 @@ Custom event handler to call when the user is removed from a channel, provide an #### Defined in -[lib/channel.service.ts:158](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L158) +[lib/channel.service.ts:158](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L158) ___ @@ -529,7 +529,7 @@ Emits `false` if there are no more pages of channels that can be loaded. #### Defined in -[lib/channel.service.ts:50](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L50) +[lib/channel.service.ts:50](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L50) ___ @@ -541,7 +541,7 @@ Emits the ID of the message the message list should jump to (can be a channel me #### Defined in -[lib/channel.service.ts:118](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L118) +[lib/channel.service.ts:118](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L118) ___ @@ -553,7 +553,7 @@ Emits a map that contains the date of the latest message sent by the current use #### Defined in -[lib/channel.service.ts:130](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L130) +[lib/channel.service.ts:130](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L130) ___ @@ -565,7 +565,7 @@ Emits the currently selected message to quote #### Defined in -[lib/channel.service.ts:114](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L114) +[lib/channel.service.ts:114](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L114) ___ @@ -577,7 +577,7 @@ Emits the list of users that are currently typing in the channel (current user i #### Defined in -[lib/channel.service.ts:122](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L122) +[lib/channel.service.ts:122](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L122) ___ @@ -589,7 +589,7 @@ Emits the list of users that are currently typing in the active thread (current #### Defined in -[lib/channel.service.ts:126](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L126) +[lib/channel.service.ts:126](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L126) ## Accessors @@ -605,7 +605,7 @@ If set to false, read events won't be sent as new messages are received. If set #### Defined in -[lib/channel.service.ts:422](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L422) +[lib/channel.service.ts:422](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L422) • `set` **shouldMarkActiveChannelAsRead**(`shouldMarkActiveChannelAsRead`): `void` @@ -623,7 +623,7 @@ If set to false, read events won't be sent as new messages are received. If set #### Defined in -[lib/channel.service.ts:429](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L429) +[lib/channel.service.ts:429](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L429) ## Methods @@ -646,7 +646,7 @@ The channel will be added to the beginning of the channel list #### Defined in -[lib/channel.service.ts:889](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L889) +[lib/channel.service.ts:889](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L889) ___ @@ -670,7 +670,7 @@ Adds a reaction to a message. #### Defined in -[lib/channel.service.ts:657](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L657) +[lib/channel.service.ts:657](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L657) ___ @@ -694,7 +694,7 @@ The list of members matching the search filter #### Defined in -[lib/channel.service.ts:816](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L816) +[lib/channel.service.ts:816](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L816) ___ @@ -716,7 +716,7 @@ Deletes an uploaded file by URL. If you want to know more about [file uploads](h #### Defined in -[lib/channel.service.ts:800](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L800) +[lib/channel.service.ts:800](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L800) ___ @@ -738,7 +738,7 @@ Deletes the message from the active channel #### Defined in -[lib/channel.service.ts:751](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L751) +[lib/channel.service.ts:751](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L751) ___ @@ -754,7 +754,7 @@ Deselects the currently active (if any) channel #### Defined in -[lib/channel.service.ts:470](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L470) +[lib/channel.service.ts:470](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L470) ___ @@ -781,7 +781,7 @@ the list of channels found by the query #### Defined in -[lib/channel.service.ts:593](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L593) +[lib/channel.service.ts:593](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L593) ___ @@ -804,7 +804,7 @@ Jumps to the selected message inside the message list, if the message is not yet #### Defined in -[lib/channel.service.ts:968](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L968) +[lib/channel.service.ts:968](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L968) ___ @@ -820,7 +820,7 @@ Loads the next page of channels. The page size can be set in the [query option]( #### Defined in -[lib/channel.service.ts:646](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L646) +[lib/channel.service.ts:646](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L646) ___ @@ -842,7 +842,7 @@ Loads the next page of messages of the active channel. The page size can be set #### Defined in -[lib/channel.service.ts:529](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L529) +[lib/channel.service.ts:529](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L529) ___ @@ -864,7 +864,7 @@ Loads the next page of messages of the active thread. The page size can be set i #### Defined in -[lib/channel.service.ts:563](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L563) +[lib/channel.service.ts:563](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L563) ___ @@ -886,7 +886,7 @@ Pins the given message in the channel #### Defined in -[lib/channel.service.ts:995](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L995) +[lib/channel.service.ts:995](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L995) ___ @@ -909,7 +909,7 @@ Removes a reaction from a message. #### Defined in -[lib/channel.service.ts:673](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L673) +[lib/channel.service.ts:673](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L673) ___ @@ -931,7 +931,7 @@ Resends the given message to the active channel #### Defined in -[lib/channel.service.ts:716](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L716) +[lib/channel.service.ts:716](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L716) ___ @@ -947,7 +947,7 @@ Resets the `activeChannel$`, `channels$` and `activeChannelMessages$` Observable #### Defined in -[lib/channel.service.ts:630](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L630) +[lib/channel.service.ts:630](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L630) ___ @@ -969,7 +969,7 @@ Selects or deselects the current message to quote reply to #### Defined in -[lib/channel.service.ts:880](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L880) +[lib/channel.service.ts:880](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L880) ___ @@ -993,7 +993,7 @@ ___ #### Defined in -[lib/channel.service.ts:843](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L843) +[lib/channel.service.ts:843](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L843) ___ @@ -1020,7 +1020,7 @@ Sends a message to the active channel. The message is immediately added to the m #### Defined in -[lib/channel.service.ts:688](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L688) +[lib/channel.service.ts:688](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L688) ___ @@ -1043,7 +1043,7 @@ If the channel wasn't previously part of the channel, it will be added to the be #### Defined in -[lib/channel.service.ts:445](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L445) +[lib/channel.service.ts:445](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L445) ___ @@ -1066,7 +1066,7 @@ Sets the given `message` as an active parent message. If `undefined` is provided #### Defined in -[lib/channel.service.ts:494](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L494) +[lib/channel.service.ts:494](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L494) ___ @@ -1088,7 +1088,7 @@ Call this method if user started typing in the active channel #### Defined in -[lib/channel.service.ts:1257](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L1257) +[lib/channel.service.ts:1257](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L1257) ___ @@ -1110,7 +1110,7 @@ Call this method if user stopped typing in the active channel #### Defined in -[lib/channel.service.ts:1266](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L1266) +[lib/channel.service.ts:1266](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L1266) ___ @@ -1132,7 +1132,7 @@ Removes the given message from pinned messages #### Defined in -[lib/channel.service.ts:1014](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L1014) +[lib/channel.service.ts:1014](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L1014) ___ @@ -1154,7 +1154,7 @@ Updates the message in the active channel #### Defined in -[lib/channel.service.ts:733](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L733) +[lib/channel.service.ts:733](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L733) ___ @@ -1178,4 +1178,4 @@ the result of file upload requests #### Defined in -[lib/channel.service.ts:760](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/channel.service.ts#L760) +[lib/channel.service.ts:760](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/channel.service.ts#L760) diff --git a/docusaurus/docs/Angular/services/ChatClientService.mdx b/docusaurus/docs/Angular/services/ChatClientService.mdx index 8b5977177..3ae151e46 100644 --- a/docusaurus/docs/Angular/services/ChatClientService.mdx +++ b/docusaurus/docs/Angular/services/ChatClientService.mdx @@ -18,7 +18,7 @@ Emits the current [application settings](https://getstream.io/chat/docs/javascri #### Defined in -[lib/chat-client.service.ts:48](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/chat-client.service.ts#L48) +[lib/chat-client.service.ts:48](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/chat-client.service.ts#L48) ___ @@ -30,7 +30,7 @@ The [StreamChat client](https://github.com/GetStream/stream-chat-js/blob/master/ #### Defined in -[lib/chat-client.service.ts:37](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/chat-client.service.ts#L37) +[lib/chat-client.service.ts:37](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/chat-client.service.ts#L37) ___ @@ -42,7 +42,7 @@ Emits the current connection state of the user (`online` or `offline`) #### Defined in -[lib/chat-client.service.ts:52](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/chat-client.service.ts#L52) +[lib/chat-client.service.ts:52](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/chat-client.service.ts#L52) ___ @@ -57,7 +57,7 @@ For performance reasons this Observable operates outside of the Angular change d #### Defined in -[lib/chat-client.service.ts:44](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/chat-client.service.ts#L44) +[lib/chat-client.service.ts:44](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/chat-client.service.ts#L44) ___ @@ -69,7 +69,7 @@ Emits the list of pending invites of the user. It emits every pending invitation #### Defined in -[lib/chat-client.service.ts:56](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/chat-client.service.ts#L56) +[lib/chat-client.service.ts:56](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/chat-client.service.ts#L56) ___ @@ -81,7 +81,7 @@ Emits the current chat user #### Defined in -[lib/chat-client.service.ts:60](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/chat-client.service.ts#L60) +[lib/chat-client.service.ts:60](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/chat-client.service.ts#L60) ## Methods @@ -105,7 +105,7 @@ The users matching the search #### Defined in -[lib/chat-client.service.ts:203](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/chat-client.service.ts#L203) +[lib/chat-client.service.ts:203](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/chat-client.service.ts#L203) ___ @@ -121,7 +121,7 @@ Disconnects the current user, and closes the WebSocket connection. Useful when d #### Defined in -[lib/chat-client.service.ts:172](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/chat-client.service.ts#L172) +[lib/chat-client.service.ts:172](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/chat-client.service.ts#L172) ___ @@ -143,7 +143,7 @@ Flag the message with the given ID. If you want to know [more about flags](https #### Defined in -[lib/chat-client.service.ts:194](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/chat-client.service.ts#L194) +[lib/chat-client.service.ts:194](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/chat-client.service.ts#L194) ___ @@ -159,7 +159,7 @@ Loads the current [application settings](https://getstream.io/chat/docs/javascri #### Defined in -[lib/chat-client.service.ts:182](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/chat-client.service.ts#L182) +[lib/chat-client.service.ts:182](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/chat-client.service.ts#L182) ___ @@ -184,4 +184,4 @@ Creates a [`StreamChat`](https://github.com/GetStream/stream-chat-js/blob/668b3e #### Defined in -[lib/chat-client.service.ts:94](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/chat-client.service.ts#L94) +[lib/chat-client.service.ts:94](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/chat-client.service.ts#L94) diff --git a/docusaurus/docs/Angular/services/CustomTemplatesService.mdx b/docusaurus/docs/Angular/services/CustomTemplatesService.mdx index 8cc98c5a6..8b4a16071 100644 --- a/docusaurus/docs/Angular/services/CustomTemplatesService.mdx +++ b/docusaurus/docs/Angular/services/CustomTemplatesService.mdx @@ -14,7 +14,7 @@ The template that can be used to override how attachment actions are displayed i #### Defined in -[lib/custom-templates.service.ts:274](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L274) +[lib/custom-templates.service.ts:274](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L274) ___ @@ -28,7 +28,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:118](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L118) +[lib/custom-templates.service.ts:118](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L118) ___ @@ -42,7 +42,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:126](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L126) +[lib/custom-templates.service.ts:126](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L126) ___ @@ -56,7 +56,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:134](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L134) +[lib/custom-templates.service.ts:134](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L134) ___ @@ -68,7 +68,7 @@ The template that can be used to override how a card attachment is displayed ins #### Defined in -[lib/custom-templates.service.ts:268](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L268) +[lib/custom-templates.service.ts:268](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L268) ___ @@ -82,7 +82,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:110](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L110) +[lib/custom-templates.service.ts:110](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L110) ___ @@ -96,7 +96,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:230](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L230) +[lib/custom-templates.service.ts:230](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L230) ___ @@ -110,7 +110,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:62](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L62) +[lib/custom-templates.service.ts:62](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L62) ___ @@ -124,7 +124,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:54](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L54) +[lib/custom-templates.service.ts:54](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L54) ___ @@ -138,7 +138,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:238](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L238) +[lib/custom-templates.service.ts:238](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L238) ___ @@ -150,7 +150,7 @@ The template used to display the date separator inside the [message list](../com #### Defined in -[lib/custom-templates.service.ts:286](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L286) +[lib/custom-templates.service.ts:286](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L286) ___ @@ -164,7 +164,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:206](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L206) +[lib/custom-templates.service.ts:206](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L206) ___ @@ -178,7 +178,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:86](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L86) +[lib/custom-templates.service.ts:86](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L86) ___ @@ -190,7 +190,7 @@ The template that can be used to override how a file attachment is displayed ins #### Defined in -[lib/custom-templates.service.ts:262](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L262) +[lib/custom-templates.service.ts:262](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L262) ___ @@ -202,7 +202,7 @@ The template that can be used to override how image gallery is displayed inside #### Defined in -[lib/custom-templates.service.ts:256](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L256) +[lib/custom-templates.service.ts:256](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L256) ___ @@ -216,7 +216,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:142](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L142) +[lib/custom-templates.service.ts:142](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L142) ___ @@ -228,7 +228,7 @@ The template that can be used to override how a single image attachment is displ #### Defined in -[lib/custom-templates.service.ts:244](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L244) +[lib/custom-templates.service.ts:244](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L244) ___ @@ -242,7 +242,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:150](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L150) +[lib/custom-templates.service.ts:150](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L150) ___ @@ -254,7 +254,7 @@ The autocomplete list item template for mentioning users (used in the [`Autocomp #### Defined in -[lib/custom-templates.service.ts:46](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L46) +[lib/custom-templates.service.ts:46](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L46) ___ @@ -268,7 +268,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:78](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L78) +[lib/custom-templates.service.ts:78](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L78) ___ @@ -282,7 +282,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:166](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L166) +[lib/custom-templates.service.ts:166](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L166) ___ @@ -296,7 +296,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:158](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L158) +[lib/custom-templates.service.ts:158](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L158) ___ @@ -310,7 +310,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:70](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L70) +[lib/custom-templates.service.ts:70](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L70) ___ @@ -324,7 +324,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:174](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L174) +[lib/custom-templates.service.ts:174](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L174) ___ @@ -338,7 +338,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:102](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L102) +[lib/custom-templates.service.ts:102](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L102) ___ @@ -352,7 +352,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:182](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L182) +[lib/custom-templates.service.ts:182](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L182) ___ @@ -364,7 +364,7 @@ The template used to display the new messages indicator inside the [message list #### Defined in -[lib/custom-templates.service.ts:292](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L292) +[lib/custom-templates.service.ts:292](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L292) ___ @@ -378,7 +378,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:190](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L190) +[lib/custom-templates.service.ts:190](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L190) ___ @@ -392,7 +392,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:222](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L222) +[lib/custom-templates.service.ts:222](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L222) ___ @@ -406,7 +406,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:214](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L214) +[lib/custom-templates.service.ts:214](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L214) ___ @@ -418,7 +418,7 @@ The template used to display [system messages](https://getstream.io/chat/docs/ja #### Defined in -[lib/custom-templates.service.ts:280](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L280) +[lib/custom-templates.service.ts:280](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L280) ___ @@ -432,7 +432,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:198](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L198) +[lib/custom-templates.service.ts:198](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L198) ___ @@ -446,7 +446,7 @@ For code examples to the different customizations see our [customizations exampl #### Defined in -[lib/custom-templates.service.ts:94](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L94) +[lib/custom-templates.service.ts:94](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L94) ___ @@ -458,4 +458,4 @@ The template that can be used to override how a video attachment is displayed in #### Defined in -[lib/custom-templates.service.ts:250](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L250) +[lib/custom-templates.service.ts:250](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/custom-templates.service.ts#L250) diff --git a/docusaurus/docs/Angular/services/DateParserService.mdx b/docusaurus/docs/Angular/services/DateParserService.mdx index 35df2f830..465ec3009 100644 --- a/docusaurus/docs/Angular/services/DateParserService.mdx +++ b/docusaurus/docs/Angular/services/DateParserService.mdx @@ -26,7 +26,7 @@ Custom parser to override `parseDate` #### Defined in -[lib/date-parser.service.ts:14](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/date-parser.service.ts#L14) +[lib/date-parser.service.ts:14](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/date-parser.service.ts#L14) ___ @@ -52,7 +52,7 @@ Custom parser to override `parseDateTime` #### Defined in -[lib/date-parser.service.ts:18](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/date-parser.service.ts#L18) +[lib/date-parser.service.ts:18](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/date-parser.service.ts#L18) ## Methods @@ -76,7 +76,7 @@ The parsed date #### Defined in -[lib/date-parser.service.ts:27](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/date-parser.service.ts#L27) +[lib/date-parser.service.ts:27](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/date-parser.service.ts#L27) ___ @@ -100,4 +100,4 @@ The parsed date #### Defined in -[lib/date-parser.service.ts:39](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/date-parser.service.ts#L39) +[lib/date-parser.service.ts:39](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/date-parser.service.ts#L39) diff --git a/docusaurus/docs/Angular/services/EmojiInputService.mdx b/docusaurus/docs/Angular/services/EmojiInputService.mdx index 700b1f03d..f9ae7520d 100644 --- a/docusaurus/docs/Angular/services/EmojiInputService.mdx +++ b/docusaurus/docs/Angular/services/EmojiInputService.mdx @@ -12,4 +12,4 @@ If you have an emoji picker in your application, you can propagate the selected #### Defined in -[lib/message-input/emoji-input.service.ts:14](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/emoji-input.service.ts#L14) +[lib/message-input/emoji-input.service.ts:14](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/emoji-input.service.ts#L14) diff --git a/docusaurus/docs/Angular/services/ImageLoadService.mdx b/docusaurus/docs/Angular/services/ImageLoadService.mdx index 86a5a1f80..812bac9a1 100644 --- a/docusaurus/docs/Angular/services/ImageLoadService.mdx +++ b/docusaurus/docs/Angular/services/ImageLoadService.mdx @@ -14,4 +14,4 @@ A subject that can be used to notify the message list if an image attachment fin #### Defined in -[lib/message-list/image-load.service.ts:15](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-list/image-load.service.ts#L15) +[lib/message-list/image-load.service.ts:15](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-list/image-load.service.ts#L15) diff --git a/docusaurus/docs/Angular/services/MessageInputConfigService.mdx b/docusaurus/docs/Angular/services/MessageInputConfigService.mdx index 05c1b91d8..dc5b1f764 100644 --- a/docusaurus/docs/Angular/services/MessageInputConfigService.mdx +++ b/docusaurus/docs/Angular/services/MessageInputConfigService.mdx @@ -12,7 +12,7 @@ If true, users can mention other users in messages. You also [need to use the `A #### Defined in -[lib/message-input/message-input-config.service.ts:17](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/message-input-config.service.ts#L17) +[lib/message-input/message-input-config.service.ts:17](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/message-input-config.service.ts#L17) ___ @@ -24,7 +24,7 @@ In `desktop` mode the `Enter` key will trigger message sending, in `mobile` mode #### Defined in -[lib/message-input/message-input-config.service.ts:30](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/message-input-config.service.ts#L30) +[lib/message-input/message-input-config.service.ts:30](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/message-input-config.service.ts#L30) ___ @@ -36,7 +36,7 @@ If file upload is enabled, the user can open a file selector from the input. Ple #### Defined in -[lib/message-input/message-input-config.service.ts:13](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/message-input-config.service.ts#L13) +[lib/message-input/message-input-config.service.ts:13](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/message-input-config.service.ts#L13) ___ @@ -48,7 +48,7 @@ If `false`, users can only upload one attachment per message #### Defined in -[lib/message-input/message-input-config.service.ts:21](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/message-input-config.service.ts#L21) +[lib/message-input/message-input-config.service.ts:21](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/message-input-config.service.ts#L21) ___ @@ -60,4 +60,4 @@ The scope for user mentions, either members of the current channel of members of #### Defined in -[lib/message-input/message-input-config.service.ts:25](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-input/message-input-config.service.ts#L25) +[lib/message-input/message-input-config.service.ts:25](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-input/message-input-config.service.ts#L25) diff --git a/docusaurus/docs/Angular/services/MessageReactionsService.mdx b/docusaurus/docs/Angular/services/MessageReactionsService.mdx index 784378ab0..b99bd492c 100644 --- a/docusaurus/docs/Angular/services/MessageReactionsService.mdx +++ b/docusaurus/docs/Angular/services/MessageReactionsService.mdx @@ -14,7 +14,7 @@ You can provide any string as a reaction. The emoji can be provided as a string, #### Defined in -[lib/message-reactions.service.ts:18](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-reactions.service.ts#L18) +[lib/message-reactions.service.ts:18](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-reactions.service.ts#L18) ## Accessors @@ -30,7 +30,7 @@ Get the currently enabled reactions #### Defined in -[lib/message-reactions.service.ts:39](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-reactions.service.ts#L39) +[lib/message-reactions.service.ts:39](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-reactions.service.ts#L39) • `set` **reactions**(`reactions`): `void` @@ -48,4 +48,4 @@ Sets the enabled reactions #### Defined in -[lib/message-reactions.service.ts:32](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/message-reactions.service.ts#L32) +[lib/message-reactions.service.ts:32](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/message-reactions.service.ts#L32) diff --git a/docusaurus/docs/Angular/services/NotificationService.mdx b/docusaurus/docs/Angular/services/NotificationService.mdx index 902748214..1bec1f4ed 100644 --- a/docusaurus/docs/Angular/services/NotificationService.mdx +++ b/docusaurus/docs/Angular/services/NotificationService.mdx @@ -12,7 +12,7 @@ Emits the currently active [notifications](https://github.com/GetStream/stream-c #### Defined in -[lib/notification.service.ts:15](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/notification.service.ts#L15) +[lib/notification.service.ts:15](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/notification.service.ts#L15) ## Methods @@ -51,7 +51,7 @@ A method to clear the notification. #### Defined in -[lib/notification.service.ts:68](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/notification.service.ts#L68) +[lib/notification.service.ts:68](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/notification.service.ts#L68) ___ @@ -91,4 +91,4 @@ A method to clear the notification (before the timeout). #### Defined in -[lib/notification.service.ts:31](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/notification.service.ts#L31) +[lib/notification.service.ts:31](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/notification.service.ts#L31) diff --git a/docusaurus/docs/Angular/services/StreamI18nService.mdx b/docusaurus/docs/Angular/services/StreamI18nService.mdx index c57c764e3..87678bedf 100644 --- a/docusaurus/docs/Angular/services/StreamI18nService.mdx +++ b/docusaurus/docs/Angular/services/StreamI18nService.mdx @@ -23,4 +23,4 @@ Registers the translation to the [ngx-translate](https://github.com/ngx-translat #### Defined in -[lib/stream-i18n.service.ts:19](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/stream-i18n.service.ts#L19) +[lib/stream-i18n.service.ts:19](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/stream-i18n.service.ts#L19) diff --git a/docusaurus/docs/Angular/services/ThemeService.mdx b/docusaurus/docs/Angular/services/ThemeService.mdx index 1d904c0ec..bf5b13212 100644 --- a/docusaurus/docs/Angular/services/ThemeService.mdx +++ b/docusaurus/docs/Angular/services/ThemeService.mdx @@ -12,7 +12,7 @@ A Subject that can be used to get or set the currently active theme. #### Defined in -[lib/theme.service.ts:16](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/theme.service.ts#L16) +[lib/theme.service.ts:16](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/theme.service.ts#L16) ___ @@ -24,7 +24,7 @@ Stream chat theme version - this is used internally by some UI components of the #### Defined in -[lib/theme.service.ts:20](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/theme.service.ts#L20) +[lib/theme.service.ts:20](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/theme.service.ts#L20) ## Accessors @@ -44,7 +44,7 @@ An object where the keys are theme variables, and the values are the currently s #### Defined in -[lib/theme.service.ts:103](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/theme.service.ts#L103) +[lib/theme.service.ts:103](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/theme.service.ts#L103) • `set` **customDarkThemeVariables**(`variables`): `void` @@ -66,7 +66,7 @@ An object where the keys are theme variables, and the values are the currently s #### Defined in -[lib/theme.service.ts:112](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/theme.service.ts#L112) +[lib/theme.service.ts:112](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/theme.service.ts#L112) ___ @@ -86,7 +86,7 @@ An object where the keys are theme variables, and the values are the currently s #### Defined in -[lib/theme.service.ts:76](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/theme.service.ts#L76) +[lib/theme.service.ts:76](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/theme.service.ts#L76) • `set` **customLightThemeVariables**(`variables`): `void` @@ -108,4 +108,4 @@ An object where the keys are theme variables, and the values are the currently s #### Defined in -[lib/theme.service.ts:85](https://github.com/GetStream/stream-chat-angular/blob/916ae37/projects/stream-chat-angular/src/lib/theme.service.ts#L85) +[lib/theme.service.ts:85](https://github.com/GetStream/stream-chat-angular/blob/e7a178c/projects/stream-chat-angular/src/lib/theme.service.ts#L85)