diff --git a/docusaurus/docs/Angular/components/AttachmentListComponent.mdx b/docusaurus/docs/Angular/components/AttachmentListComponent.mdx index 10c4e3878..2511e9eb2 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 acc6fa407..c882976d5 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 1370b7742..61bc22fde 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L60) ___ @@ -113,7 +113,7 @@ TextareaInterface.mentionScope #### Defined in -[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:64](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/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/52be19d/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L64) ___ @@ -129,7 +129,7 @@ TextareaInterface.valueChange #### Defined in -[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:68](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L68) +[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:68](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L68) ___ @@ -145,7 +145,7 @@ TextareaInterface.send #### Defined in -[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:72](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L72) +[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:72](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L72) ___ @@ -161,6 +161,6 @@ TextareaInterface.userMentions #### Defined in -[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:76](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L76) +[lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts:76](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts#L76) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/AvatarComponent.mdx b/docusaurus/docs/Angular/components/AvatarComponent.mdx index 46f3cdd77..9cd7d9d30 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 9fda7e661..ec4ef2e32 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:34](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L34) +[lib/avatar-placeholder/avatar-placeholder.component.ts:34](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L34) ___ @@ -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:38](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L38) +[lib/avatar-placeholder/avatar-placeholder.component.ts:38](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L38) ___ @@ -36,7 +36,7 @@ The size in pixels of the avatar image. #### Defined in -[lib/avatar-placeholder/avatar-placeholder.component.ts:42](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L42) +[lib/avatar-placeholder/avatar-placeholder.component.ts:42](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L42) ___ @@ -48,7 +48,7 @@ The location the avatar will be displayed in #### Defined in -[lib/avatar-placeholder/avatar-placeholder.component.ts:46](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L46) +[lib/avatar-placeholder/avatar-placeholder.component.ts:46](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L46) ___ @@ -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:50](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L50) +[lib/avatar-placeholder/avatar-placeholder.component.ts:50](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L50) ___ @@ -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:54](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L54) +[lib/avatar-placeholder/avatar-placeholder.component.ts:54](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L54) ___ @@ -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:58](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L58) +[lib/avatar-placeholder/avatar-placeholder.component.ts:58](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L58) ___ @@ -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:62](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L62) +[lib/avatar-placeholder/avatar-placeholder.component.ts:62](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L62) ___ @@ -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:68](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L68) +[lib/avatar-placeholder/avatar-placeholder.component.ts:68](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/avatar-placeholder/avatar-placeholder.component.ts#L68) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/ChannelPreviewComponent.mdx b/docusaurus/docs/Angular/components/ChannelPreviewComponent.mdx index fb0426e95..90845ebc8 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/8d18c9c/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/52be19d/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 d3e1969ae..9e1b9ccd8 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 e7cce0314..3a702a43a 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 976f768da..c469251a1 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 2520c4cef..a506063e4 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 b05ed8df9..2d4bf9d6d 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 5be67c932..d9d0492f4 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:57](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/message/message.component.ts#L57) +[lib/message/message.component.ts:57](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/message/message.component.ts#L57) ___ @@ -83,7 +83,7 @@ The list of [channel capabilities](https://getstream.io/chat/docs/javascript/cha #### Defined in -[lib/message/message.component.ts:61](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/message/message.component.ts#L61) +[lib/message/message.component.ts:61](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/message/message.component.ts#L61) ___ @@ -95,7 +95,7 @@ If `true`, the message status (sending, sent, who read the message) is displayed #### Defined in -[lib/message/message.component.ts:65](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/message/message.component.ts#L65) +[lib/message/message.component.ts:65](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/message/message.component.ts#L65) ___ @@ -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:69](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/message/message.component.ts#L69) +[lib/message/message.component.ts:69](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/message/message.component.ts#L69) ___ @@ -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:73](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/message/message.component.ts#L73) +[lib/message/message.component.ts:73](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/message/message.component.ts#L73) ___ @@ -131,6 +131,6 @@ A list of custom message actions to be displayed in the action box #### Defined in -[lib/message/message.component.ts:77](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/message/message.component.ts#L77) +[lib/message/message.component.ts:77](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/message/message.component.ts#L77) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/MessageInputComponent.mdx b/docusaurus/docs/Angular/components/MessageInputComponent.mdx index 11a643e78..5d14e49bf 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L85) ___ @@ -142,7 +142,7 @@ 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/8d18c9c/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/52be19d/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L89) ___ @@ -154,6 +154,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/8d18c9c/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L93) +[lib/message-input/message-input.component.ts:93](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/message-input/message-input.component.ts#L93) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/components/MessageListComponent.mdx b/docusaurus/docs/Angular/components/MessageListComponent.mdx index da9b392c5..a0066dcff 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 4cd853775..8da25b10d 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 ce71c68b6..29977afa2 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 f09356676..3d8deeed7 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 7055260bc..3c27374f0 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L39) ___ @@ -76,7 +76,7 @@ TextareaInterface.inputMode #### Defined in -[lib/message-input/textarea/textarea.component.ts:43](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/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/52be19d/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L43) ___ @@ -92,7 +92,7 @@ TextareaInterface.valueChange #### Defined in -[lib/message-input/textarea/textarea.component.ts:47](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L47) +[lib/message-input/textarea/textarea.component.ts:47](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L47) ___ @@ -108,6 +108,6 @@ TextareaInterface.send #### Defined in -[lib/message-input/textarea/textarea.component.ts:51](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L51) +[lib/message-input/textarea/textarea.component.ts:51](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/message-input/textarea/textarea.component.ts#L51) [//]: # "End of generated content" diff --git a/docusaurus/docs/Angular/services/AttachmentConfigurationService.mdx b/docusaurus/docs/Angular/services/AttachmentConfigurationService.mdx index 65cbbb814..ef106b3c8 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 0e0a8d3fc..2116d887f 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/8d18c9c/projects/stream-chat-angular/src/lib/attachment.service.ts#L22) +[lib/attachment.service.ts:22](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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/8d18c9c/projects/stream-chat-angular/src/lib/attachment.service.ts#L26) +[lib/attachment.service.ts:26](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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/8d18c9c/projects/stream-chat-angular/src/lib/attachment.service.ts#L103) +[lib/attachment.service.ts:103](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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/8d18c9c/projects/stream-chat-angular/src/lib/attachment.service.ts#L189) +[lib/attachment.service.ts:189](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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/8d18c9c/projects/stream-chat-angular/src/lib/attachment.service.ts#L128) +[lib/attachment.service.ts:128](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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/8d18c9c/projects/stream-chat-angular/src/lib/attachment.service.ts#L54) +[lib/attachment.service.ts:54](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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/8d18c9c/projects/stream-chat-angular/src/lib/attachment.service.ts#L158) +[lib/attachment.service.ts:158](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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/8d18c9c/projects/stream-chat-angular/src/lib/attachment.service.ts#L45) +[lib/attachment.service.ts:45](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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/8d18c9c/projects/stream-chat-angular/src/lib/attachment.service.ts#L113) +[lib/attachment.service.ts:113](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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 08b5ae768..a5ef08741 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 680c70a5e..c5938ce67 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/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L90) +[lib/channel.service.ts:90](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L90) ___ @@ -36,7 +36,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/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L94) +[lib/channel.service.ts:94](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L94) ___ @@ -48,7 +48,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/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L98) +[lib/channel.service.ts:98](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L98) ___ @@ -60,7 +60,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/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L110) +[lib/channel.service.ts:110](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L110) ___ @@ -72,7 +72,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/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L102) +[lib/channel.service.ts:102](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L102) ___ @@ -84,7 +84,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/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L106) +[lib/channel.service.ts:106](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L106) ___ @@ -96,7 +96,7 @@ The result of the latest channel query request. #### Defined in -[lib/channel.service.ts:80](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L80) +[lib/channel.service.ts:80](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L80) ___ @@ -130,7 +130,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/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L76) +[lib/channel.service.ts:76](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L76) ___ @@ -157,7 +157,7 @@ Custom event handler to call when the user is added to a channel, provide an eve #### Defined in -[lib/channel.service.ts:141](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L141) +[lib/channel.service.ts:141](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L141) ___ @@ -188,7 +188,7 @@ Custom event handler to call when a channel is deleted, provide an event handler #### Defined in -[lib/channel.service.ts:155](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L155) +[lib/channel.service.ts:155](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L155) ___ @@ -219,7 +219,7 @@ Custom event handler to call when a channel becomes hidden, provide an event han #### Defined in -[lib/channel.service.ts:188](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L188) +[lib/channel.service.ts:188](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L188) ___ @@ -250,7 +250,7 @@ Custom event handler to call when a channel is truncated, provide an event handl #### Defined in -[lib/channel.service.ts:177](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L177) +[lib/channel.service.ts:177](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L177) ___ @@ -281,7 +281,7 @@ Custom event handler to call when a channel is updated, provide an event handler #### Defined in -[lib/channel.service.ts:166](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L166) +[lib/channel.service.ts:166](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L166) ___ @@ -312,7 +312,7 @@ Custom event handler to call when a channel becomes visible, provide an event ha #### Defined in -[lib/channel.service.ts:199](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L199) +[lib/channel.service.ts:199](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L199) ___ @@ -339,7 +339,7 @@ You can override the default file delete request - override this if you use your #### Defined in -[lib/channel.service.ts:235](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L235) +[lib/channel.service.ts:235](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L235) ___ @@ -366,7 +366,7 @@ You can override the default file upload request - you can use this to upload fi #### Defined in -[lib/channel.service.ts:221](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L221) +[lib/channel.service.ts:221](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L221) ___ @@ -393,7 +393,7 @@ You can override the default image delete request - override this if you use you #### Defined in -[lib/channel.service.ts:239](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L239) +[lib/channel.service.ts:239](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L239) ___ @@ -420,7 +420,7 @@ You can override the default image upload request - you can use this to upload i #### Defined in -[lib/channel.service.ts:228](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L228) +[lib/channel.service.ts:228](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L228) ___ @@ -451,7 +451,7 @@ Custom event handler to call if a new message received from a channel that is be #### Defined in -[lib/channel.service.ts:210](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L210) +[lib/channel.service.ts:210](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L210) ___ @@ -478,7 +478,7 @@ Custom event handler to call if a new message received from a channel that is no #### Defined in -[lib/channel.service.ts:134](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L134) +[lib/channel.service.ts:134](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L134) ___ @@ -505,7 +505,7 @@ Custom event handler to call when the user is removed from a channel, provide an #### Defined in -[lib/channel.service.ts:148](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L148) +[lib/channel.service.ts:148](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L148) ___ @@ -517,7 +517,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/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L50) +[lib/channel.service.ts:50](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L50) ___ @@ -529,7 +529,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/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L118) +[lib/channel.service.ts:118](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L118) ___ @@ -541,7 +541,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/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L130) +[lib/channel.service.ts:130](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L130) ___ @@ -553,7 +553,7 @@ Emits the currently selected message to quote #### Defined in -[lib/channel.service.ts:114](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L114) +[lib/channel.service.ts:114](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L114) ___ @@ -565,7 +565,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/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L122) +[lib/channel.service.ts:122](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L122) ___ @@ -577,7 +577,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/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L126) +[lib/channel.service.ts:126](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L126) ## Accessors @@ -593,7 +593,7 @@ If set to false, read events won't be sent as new messages are received. If set #### Defined in -[lib/channel.service.ts:386](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L386) +[lib/channel.service.ts:386](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L386) • `set` **shouldMarkActiveChannelAsRead**(`shouldMarkActiveChannelAsRead`): `void` @@ -611,7 +611,7 @@ If set to false, read events won't be sent as new messages are received. If set #### Defined in -[lib/channel.service.ts:393](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L393) +[lib/channel.service.ts:393](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L393) ## Methods @@ -634,7 +634,7 @@ The channel will be added to the beginning of the channel list #### Defined in -[lib/channel.service.ts:835](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L835) +[lib/channel.service.ts:835](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L835) ___ @@ -658,7 +658,7 @@ Adds a reaction to a message. #### Defined in -[lib/channel.service.ts:603](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L603) +[lib/channel.service.ts:603](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L603) ___ @@ -682,7 +682,7 @@ The list of members matching the search filter #### Defined in -[lib/channel.service.ts:762](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L762) +[lib/channel.service.ts:762](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L762) ___ @@ -704,7 +704,7 @@ Deletes an uploaded file by URL. If you want to know more about [file uploads](h #### Defined in -[lib/channel.service.ts:746](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L746) +[lib/channel.service.ts:746](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L746) ___ @@ -726,7 +726,7 @@ Deletes the message from the active channel #### Defined in -[lib/channel.service.ts:697](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L697) +[lib/channel.service.ts:697](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L697) ___ @@ -742,7 +742,7 @@ Deselects the currently active (if any) channel #### Defined in -[lib/channel.service.ts:421](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L421) +[lib/channel.service.ts:421](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L421) ___ @@ -769,7 +769,7 @@ the list of channels found by the query #### Defined in -[lib/channel.service.ts:543](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L543) +[lib/channel.service.ts:543](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L543) ___ @@ -792,7 +792,7 @@ Jumps to the selected message inside the message list, if the message is not yet #### Defined in -[lib/channel.service.ts:914](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L914) +[lib/channel.service.ts:914](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L914) ___ @@ -808,7 +808,7 @@ Loads the next page of channels. The page size can be set in the [query option]( #### Defined in -[lib/channel.service.ts:592](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L592) +[lib/channel.service.ts:592](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L592) ___ @@ -830,7 +830,7 @@ Loads the next page of messages of the active channel. The page size can be set #### Defined in -[lib/channel.service.ts:479](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L479) +[lib/channel.service.ts:479](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L479) ___ @@ -852,7 +852,7 @@ Loads the next page of messages of the active thread. The page size can be set i #### Defined in -[lib/channel.service.ts:513](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L513) +[lib/channel.service.ts:513](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L513) ___ @@ -874,7 +874,7 @@ Pins the given message in the channel #### Defined in -[lib/channel.service.ts:941](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L941) +[lib/channel.service.ts:941](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L941) ___ @@ -897,7 +897,7 @@ Removes a reaction from a message. #### Defined in -[lib/channel.service.ts:619](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L619) +[lib/channel.service.ts:619](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L619) ___ @@ -919,7 +919,7 @@ Resends the given message to the active channel #### Defined in -[lib/channel.service.ts:662](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L662) +[lib/channel.service.ts:662](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L662) ___ @@ -935,7 +935,7 @@ Resets the `activeChannel$`, `channels$` and `activeChannelMessages$` Observable #### Defined in -[lib/channel.service.ts:580](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L580) +[lib/channel.service.ts:580](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L580) ___ @@ -957,7 +957,7 @@ Selects or deselects the current message to quote reply to #### Defined in -[lib/channel.service.ts:826](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L826) +[lib/channel.service.ts:826](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L826) ___ @@ -981,7 +981,7 @@ ___ #### Defined in -[lib/channel.service.ts:789](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L789) +[lib/channel.service.ts:789](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L789) ___ @@ -1008,7 +1008,7 @@ Sends a message to the active channel. The message is immediately added to the m #### Defined in -[lib/channel.service.ts:634](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L634) +[lib/channel.service.ts:634](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L634) ___ @@ -1031,7 +1031,7 @@ If the channel wasn't previously part of the channel, it will be added to the be #### Defined in -[lib/channel.service.ts:406](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L406) +[lib/channel.service.ts:406](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L406) ___ @@ -1054,7 +1054,7 @@ Sets the given `message` as an active parent message. If `undefined` is provided #### Defined in -[lib/channel.service.ts:444](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L444) +[lib/channel.service.ts:444](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L444) ___ @@ -1076,7 +1076,7 @@ Call this method if user started typing in the active channel #### Defined in -[lib/channel.service.ts:1194](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L1194) +[lib/channel.service.ts:1197](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L1197) ___ @@ -1098,7 +1098,7 @@ Call this method if user stopped typing in the active channel #### Defined in -[lib/channel.service.ts:1203](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L1203) +[lib/channel.service.ts:1206](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L1206) ___ @@ -1120,7 +1120,7 @@ Removes the given message from pinned messages #### Defined in -[lib/channel.service.ts:960](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L960) +[lib/channel.service.ts:960](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L960) ___ @@ -1142,7 +1142,7 @@ Updates the message in the active channel #### Defined in -[lib/channel.service.ts:679](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L679) +[lib/channel.service.ts:679](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L679) ___ @@ -1166,4 +1166,4 @@ the result of file upload requests #### Defined in -[lib/channel.service.ts:706](https://github.com/GetStream/stream-chat-angular/blob/8d18c9c/projects/stream-chat-angular/src/lib/channel.service.ts#L706) +[lib/channel.service.ts:706](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/channel.service.ts#L706) diff --git a/docusaurus/docs/Angular/services/ChatClientService.mdx b/docusaurus/docs/Angular/services/ChatClientService.mdx index 1b5e06db2..8fdebcb9c 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 086ec1d86..56c96f1f7 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 02e6469fb..1b4bc27ab 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 6e69c6044..dec495764 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/8d18c9c/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/52be19d/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 6bc053e16..8c34e0ff3 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/8d18c9c/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/52be19d/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 d38e0ed4c..dd6149819 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 b587f0875..5037ae80c 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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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/8d18c9c/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/52be19d/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 352819726..622dfb269 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/8d18c9c/projects/stream-chat-angular/src/lib/notification.service.ts#L15) +[lib/notification.service.ts:15](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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/8d18c9c/projects/stream-chat-angular/src/lib/notification.service.ts#L68) +[lib/notification.service.ts:68](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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/8d18c9c/projects/stream-chat-angular/src/lib/notification.service.ts#L31) +[lib/notification.service.ts:31](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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 2167a949f..3e13ae643 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/8d18c9c/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/52be19d/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 6469756ab..ec1381408 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/8d18c9c/projects/stream-chat-angular/src/lib/theme.service.ts#L16) +[lib/theme.service.ts:16](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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/8d18c9c/projects/stream-chat-angular/src/lib/theme.service.ts#L20) +[lib/theme.service.ts:20](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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/8d18c9c/projects/stream-chat-angular/src/lib/theme.service.ts#L103) +[lib/theme.service.ts:103](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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/8d18c9c/projects/stream-chat-angular/src/lib/theme.service.ts#L112) +[lib/theme.service.ts:112](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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/8d18c9c/projects/stream-chat-angular/src/lib/theme.service.ts#L76) +[lib/theme.service.ts:76](https://github.com/GetStream/stream-chat-angular/blob/52be19d/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/8d18c9c/projects/stream-chat-angular/src/lib/theme.service.ts#L85) +[lib/theme.service.ts:85](https://github.com/GetStream/stream-chat-angular/blob/52be19d/projects/stream-chat-angular/src/lib/theme.service.ts#L85)