stream-chat-react 14.4.1 → 14.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{ReactPlayerWrapper.16cd6fed.js → ReactPlayerWrapper.963d6170.js} +2 -2
- package/dist/cjs/{ReactPlayerWrapper.16cd6fed.js.map → ReactPlayerWrapper.963d6170.js.map} +1 -1
- package/dist/cjs/emojis.js +1 -1
- package/dist/cjs/index.js +489 -119
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/{useNotificationApi.9ffe5761.js → useNotificationApi.e9312774.js} +38 -5
- package/dist/cjs/useNotificationApi.e9312774.js.map +1 -0
- package/dist/css/index.css +186 -0
- package/dist/css/index.css.map +1 -1
- package/dist/es/emojis.mjs +1 -1
- package/dist/es/index.mjs +476 -121
- package/dist/es/index.mjs.map +1 -1
- package/dist/es/{useNotificationApi.88c33caa.mjs → useNotificationApi.4be515a0.mjs} +24 -9
- package/dist/es/useNotificationApi.4be515a0.mjs.map +1 -0
- package/dist/types/components/Avatar/Avatar.d.ts +4 -2
- package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/types/components/Channel/hooks/useMentionsHandlers.d.ts +8 -3
- package/dist/types/components/Channel/hooks/useMentionsHandlers.d.ts.map +1 -1
- package/dist/types/components/Icons/icons.d.ts +12 -0
- package/dist/types/components/Icons/icons.d.ts.map +1 -1
- package/dist/types/components/ListItemLayout/ListItemLayout.d.ts +34 -0
- package/dist/types/components/ListItemLayout/ListItemLayout.d.ts.map +1 -0
- package/dist/types/components/ListItemLayout/index.d.ts +2 -0
- package/dist/types/components/ListItemLayout/index.d.ts.map +1 -0
- package/dist/types/components/MediaRecorder/classes/MediaRecorderController.d.ts.map +1 -1
- package/dist/types/components/Message/MessageText.d.ts.map +1 -1
- package/dist/types/components/Message/hooks/useMentionsHandler.d.ts +6 -1
- package/dist/types/components/Message/hooks/useMentionsHandler.d.ts.map +1 -1
- package/dist/types/components/Message/renderText/componentRenderers/Mention.d.ts +22 -4
- package/dist/types/components/Message/renderText/componentRenderers/Mention.d.ts.map +1 -1
- package/dist/types/components/Message/renderText/rehypePlugins/mentionsMarkdownPlugin.d.ts +44 -3
- package/dist/types/components/Message/renderText/rehypePlugins/mentionsMarkdownPlugin.d.ts.map +1 -1
- package/dist/types/components/Message/renderText/renderText.d.ts +25 -3
- package/dist/types/components/Message/renderText/renderText.d.ts.map +1 -1
- package/dist/types/components/Message/types.d.ts +2 -3
- package/dist/types/components/Message/types.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/QuotedMessagePreview.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/hooks/useMessageComposerController.d.ts.map +1 -1
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/BroadcastMentionItem.d.ts +5 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/BroadcastMentionItem.d.ts.map +1 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/MentionItem.d.ts +17 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/MentionItem.d.ts.map +1 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/MentionSuggestionTitle.d.ts +6 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/MentionSuggestionTitle.d.ts.map +1 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/RoleItem.d.ts +5 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/RoleItem.d.ts.map +1 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/SpecialMentionItem.d.ts +10 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/SpecialMentionItem.d.ts.map +1 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/UserGroupItem.d.ts +5 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/UserGroupItem.d.ts.map +1 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/UserItem.d.ts +17 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/UserItem.d.ts.map +1 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/index.d.ts +8 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/index.d.ts.map +1 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/types.d.ts +6 -0
- package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/types.d.ts.map +1 -0
- package/dist/types/components/TextareaComposer/SuggestionList/SuggestionList.d.ts.map +1 -1
- package/dist/types/components/TextareaComposer/SuggestionList/SuggestionListItem.d.ts +2 -2
- package/dist/types/components/TextareaComposer/SuggestionList/SuggestionListItem.d.ts.map +1 -1
- package/dist/types/components/TextareaComposer/SuggestionList/TokenizedSuggestionParts.d.ts +9 -0
- package/dist/types/components/TextareaComposer/SuggestionList/TokenizedSuggestionParts.d.ts.map +1 -0
- package/dist/types/components/TextareaComposer/SuggestionList/index.d.ts +2 -1
- package/dist/types/components/TextareaComposer/SuggestionList/index.d.ts.map +1 -1
- package/dist/types/components/TextareaComposer/TextareaComposer.d.ts.map +1 -1
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/context/MessageContext.d.ts +3 -3
- package/dist/types/context/MessageContext.d.ts.map +1 -1
- package/dist/types/i18n/Streami18n.d.ts +6 -1
- package/dist/types/i18n/Streami18n.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/cjs/useNotificationApi.9ffe5761.js.map +0 -1
- package/dist/es/useNotificationApi.88c33caa.mjs.map +0 -1
- package/dist/types/components/TextareaComposer/SuggestionList/UserItem.d.ts +0 -25
- package/dist/types/components/TextareaComposer/SuggestionList/UserItem.d.ts.map +0 -1
package/dist/es/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as isMessageEdited, $n as
|
|
1
|
+
import { $ as isMessageEdited, $n as getNotificationTargetPanel, $r as ChannelActionContext, $t as IconFlag, A as useMessageComposerController, An as IconShield, Ar as modalDialogId, At as IconBookmark, B as ACTIONS_NOT_WORKING_IN_THREAD, Bn as IconUserCheck, Br as DialogManager, Bt as IconCommand, C as insertIntro, Cn as IconQuote, Cr as modalDialogManagerId, Ct as IconArrowUp, D as makeDateMessageId, Dn as IconRetry, Dr as DialogPortalDestination, Dt as IconBell, E as isLocalMessage, En as IconReply, Er as useNearestDialogManagerContext, Et as IconAudio, F as AudioPlayer, Fn as IconUnpin, Fr as useModalDialog, Ft as IconChecks, G as countEmojis, Gn as IconVoice, Gr as ChatProvider, Gt as IconEmoji, H as OPTIONAL_MESSAGE_ACTIONS, Hn as IconUsers, Hr as ComponentProvider, Ht as IconDelete, I as defaultRegisterAudioPlayerError, In as IconUnsupportedAttachment, Ir as useModalDialogIsOpen, It as IconChevronDown, J as getNonImageAttachments, Jn as IconXmarkSmall, Jr as ChannelStateProvider, Jt as IconExclamationMark, K as getImages, Kn as IconXCircle, Kr as useChatContext, Kt as IconEmojiAdd, L as elementIsPlaying, Ln as IconUpload, Lr as useModalDialogIsTopmost, Lt as IconChevronLeft, M as WithAudioPlayback, Mn as IconThreadFill, Mr as useDialogIsOpen, Mt as IconCamera, N as useActiveAudioPlayer, Nn as IconTranslate, Nr as useDialogIsTopmost, Nt as IconCheckmark, O as makeIntroMessage, On as IconSearch, Or as DialogPortalEntry, Ot as IconBellOff, P as useAudioPlayer, Pn as IconTrophy, Pr as useDialogOnNearestManager, Pt as IconCheckmark1Small, Q as isMessageDeleted, Qn as addNotificationTargetTag, Qr as useChannelListContext, Qt as IconFile, R as LegacyThreadContext, Rn as IconUser, Rr as useOpenedDialogCount, Rt as IconChevronRight, S as hasMoreMessagesProbably, Sn as IconPoll, Sr as ModalDialogManagerProvider, St as IconArrowLeft, T as isIntroMessage, Tn as IconReorder, Tr as useModalDialogManager, Tt as IconAttachment, U as areMessagePropsEqual, Un as IconVideo, Ur as useComponentContext, Ut as IconDownload, V as MESSAGE_ACTIONS, Vn as IconUserRemove, Vr as ComponentContext, Vt as IconCopy, W as areMessageUIPropsEqual, Wn as IconVideoFill, Wr as ChatContext, Wt as IconEdit, X as isMessageBlocked, Xn as Button, Xr as ChannelListContext, Xt as IconExclamationTriangleFill, Y as getReadByTooltipText, Yn as createIcon, Yr as useChannelStateContext, Yt as IconExclamationMarkFill, Z as isMessageBounced, Zn as usePopoverPosition, Zr as ChannelListContextProvider, Zt as IconEyeFill, _ as Channel, _n as IconPauseFill, _r as predefinedFormatters, _t as EmptyStateIndicator, a as ChatView, an as IconLocation, ar as TypingProvider, at as messageHasGiphyAttachment, b as getIsFirstUnreadMessage, bn as IconPlus, br as useMessageComposerContext, bt as IconArrowDown, c as ChatViewSelectorButton, cn as IconMessageBubbleFill, cr as TranslationProvider, ct as messageHasSingleAttachment, d as useActiveThread, dn as IconMinus, dr as defaultTranslatorFunction, dt as EMOJI_REGEX, ei as ChannelActionProvider, en as IconGiphy, er as getNotificationTargetPanels, et as isMessageErrorRetryable, f as useChatViewContext, fn as IconMinusCircle, fr as getDateString, ft as CHANNEL_CONTAINER_ID, g as useThreadContext, gn as IconNotification, gr as isNumberOrString, gt as useEditMessageHandler, h as ThreadProvider, hn as IconNoSign, hr as isLanguageSupported, ht as useMentionsHandlers, i as useNotificationTarget, in as IconLoading, ir as TypingContext, it as messageHasAttachments, j as useIsCooldownActive, jn as IconThread, jr as useDialog, jt as IconBookmarkRemove, k as processMessages, kn as IconSend, kr as Portal, kt as IconBolt, l as ChatViewThreadsSelectorButton, ln as IconMessageBubbles, lr as useTranslationContext, lt as messageTextHasEmojisOnly, m as ThreadContext, mn as IconMute, mr as isDayOrMoment, mt as LoadingChannel, n as hasSystemNotificationTag, nn as IconLeave, nr as isNotificationForPanel, nt as isUserMuted, o as ChatViewChannelsSelectorButton, on as IconMegaphone, or as useTypingContext, ot as messageHasQuotedMessage, p as useThreadsViewContext, pn as IconMore, pr as isDate, pt as LoadingErrorIndicator, q as getMessageActions, qn as IconXmark, qr as ChannelStateContext, qt as IconExclamationCircleFill, r as useNotificationApi, rn as IconLink, rr as isNotificationTargetPanel, rt as mapToUserNameOrId, s as ChatViewContext, sn as IconMessageBubble, sr as TranslationContext, st as messageHasReactions, t as SYSTEM_NOTIFICATION_TAG, ti as useChannelActionContext, tn as IconImage, tr as getNotificationTargetTag, tt as isNetworkSendFailure, u as defaultChatViewSelectorItemSet, un as IconMicrophoneSolid, ur as defaultDateTimeParser, ut as validateAndGetMessage, v as getChannel, vn as IconPin, vr as MessageComposerContext, vt as useStableId, w as isDateSeparatorMessage, wn as IconRefresh, wr as useDialogManager, wt as IconArrowUpRight, x as getLastReceived, xn as IconPlusSmall, xr as DialogManagerProvider, xt as IconArrowDownCircle, y as getGroupStyles, yn as IconPlayFill, yr as MessageComposerContextProvider, yt as IconArchive, z as useLegacyThreadContext, zn as IconUserAdd, zr as useStateStore, zt as IconClock } from "./useNotificationApi.4be515a0.mjs";
|
|
2
2
|
import { a as getExtensionFromMimeType, i as dataTransferItemsToFiles, n as toAudioBuffer, o as getRecordedMediaTypeFromMimeType, r as createFileFromBlobs, s as useHandleFileChangeWrapper, t as renderAudio } from "./audioProcessing.766ca76c.mjs";
|
|
3
3
|
import React, { Component, Fragment, createContext, createElement, forwardRef, isValidElement, useCallback, useContext, useEffect, useLayoutEffect, useMemo, useRef, useState } from "react";
|
|
4
4
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -7,7 +7,7 @@ import { nanoid } from "nanoid";
|
|
|
7
7
|
import { useSyncExternalStore } from "use-sync-external-store/shim";
|
|
8
8
|
import Dayjs from "dayjs";
|
|
9
9
|
import calendar from "dayjs/plugin/calendar";
|
|
10
|
-
import
|
|
10
|
+
import localizedFormat from "dayjs/plugin/localizedFormat";
|
|
11
11
|
import clsx from "clsx";
|
|
12
12
|
import { FocusScope } from "@react-aria/focus";
|
|
13
13
|
import debounce from "lodash.debounce";
|
|
@@ -780,7 +780,7 @@ var getInitials = (name) => {
|
|
|
780
780
|
/**
|
|
781
781
|
* A round avatar image with fallback to username's first letter
|
|
782
782
|
*/
|
|
783
|
-
var Avatar = ({ className, imageUrl, isOnline, size, userName, ...rest }) => {
|
|
783
|
+
var Avatar = ({ className, FallbackIcon = IconUser, imageUrl, isOnline, size, userName, ...rest }) => {
|
|
784
784
|
const [error, setError] = useState(false);
|
|
785
785
|
useEffect(() => () => setError(false), [imageUrl]);
|
|
786
786
|
const nameString = userName?.toString() || "";
|
|
@@ -815,7 +815,7 @@ var Avatar = ({ className, imageUrl, isOnline, size, userName, ...rest }) => {
|
|
|
815
815
|
className: "str-chat__avatar-initials",
|
|
816
816
|
"data-testid": "avatar-fallback",
|
|
817
817
|
children: sizeAwareInitials
|
|
818
|
-
}), !sizeAwareInitials.length && /* @__PURE__ */ jsx(
|
|
818
|
+
}), !sizeAwareInitials.length && /* @__PURE__ */ jsx(FallbackIcon, {})] })]
|
|
819
819
|
});
|
|
820
820
|
};
|
|
821
821
|
//#endregion
|
|
@@ -1703,6 +1703,7 @@ var de_default = {
|
|
|
1703
1703
|
"aria/Load More Channels": "Mehr Kanäle laden",
|
|
1704
1704
|
"aria/Mark Message Unread": "Als ungelesen markieren",
|
|
1705
1705
|
"aria/Mark messages as read": "Nachrichten als gelesen markieren",
|
|
1706
|
+
"aria/Mention Suggestions": "Erwähnungsvorschläge",
|
|
1706
1707
|
"aria/Menu": "Menü",
|
|
1707
1708
|
"aria/Message Actions": "Nachrichtenaktionen",
|
|
1708
1709
|
"aria/Message from {{ user }},": "Nachricht von {{ user }},",
|
|
@@ -1749,14 +1750,13 @@ var de_default = {
|
|
|
1749
1750
|
"aria/Unblock User": "Benutzer entsperren",
|
|
1750
1751
|
"aria/Unmute User": "Stummschaltung aufheben",
|
|
1751
1752
|
"aria/Unpin Message": "Anheftung aufheben",
|
|
1752
|
-
"aria/User Suggestions": "Benutzervorschläge",
|
|
1753
1753
|
"Ask a question": "Eine Frage stellen",
|
|
1754
1754
|
Attach: "Anhängen",
|
|
1755
1755
|
"Attach files": "Dateien anhängen",
|
|
1756
1756
|
Attachment: "Anhang",
|
|
1757
1757
|
"Attachment upload blocked due to {{reason}}": "Anhang-Upload blockiert wegen {{reason}}",
|
|
1758
1758
|
"Attachment upload failed due to {{reason}}": "Anhang-Upload fehlgeschlagen wegen {{reason}}",
|
|
1759
|
-
Back: "
|
|
1759
|
+
Back: "Zurück",
|
|
1760
1760
|
"ban-command-args": "[@Benutzername] [Text]",
|
|
1761
1761
|
"ban-command-description": "Einen Benutzer verbannen",
|
|
1762
1762
|
"Block User": "Benutzer blockieren",
|
|
@@ -1860,7 +1860,7 @@ var de_default = {
|
|
|
1860
1860
|
Image: "Bild",
|
|
1861
1861
|
imageCount_one: "Bild",
|
|
1862
1862
|
imageCount_other: "{{ count }} bilder",
|
|
1863
|
-
"Instant commands": "
|
|
1863
|
+
"Instant commands": "Sofortbefehle",
|
|
1864
1864
|
"language/af": "Afrikaans",
|
|
1865
1865
|
"language/am": "Amharisch",
|
|
1866
1866
|
"language/ar": "Arabisch",
|
|
@@ -1924,7 +1924,7 @@ var de_default = {
|
|
|
1924
1924
|
"Limit votes per person": "Stimmen pro Person begrenzen",
|
|
1925
1925
|
Link: "Link",
|
|
1926
1926
|
linkCount_one: "Link",
|
|
1927
|
-
linkCount_other: "{{ count }}
|
|
1927
|
+
linkCount_other: "{{ count }} Links",
|
|
1928
1928
|
live: "live",
|
|
1929
1929
|
"Live for {{duration}}": "Live für {{duration}}",
|
|
1930
1930
|
"Live location": "Live-Standort",
|
|
@@ -1937,6 +1937,10 @@ var de_default = {
|
|
|
1937
1937
|
"Mark as unread": "Als ungelesen markieren",
|
|
1938
1938
|
"Maximum number of votes (from 2 to 10)": "Maximale Anzahl der Stimmen (von 2 bis 10)",
|
|
1939
1939
|
"Maximum votes per person": "Maximale Stimmen pro Person",
|
|
1940
|
+
"mention/Channel": "Kanal",
|
|
1941
|
+
"mention/Channel Description": "Alle in diesem Kanal benachrichtigen",
|
|
1942
|
+
"mention/Here": "Hier",
|
|
1943
|
+
"mention/Here Description": "Alle Online-Mitglieder in diesem Kanal benachrichtigen",
|
|
1940
1944
|
Menu: "Menü",
|
|
1941
1945
|
"Message deleted": "Nachricht gelöscht",
|
|
1942
1946
|
"Message failed to send": "Nachricht konnte nicht gesendet werden",
|
|
@@ -1962,6 +1966,7 @@ var de_default = {
|
|
|
1962
1966
|
"No results found": "Keine Ergebnisse gefunden",
|
|
1963
1967
|
"Nobody will be able to vote in this poll anymore.": "Niemand kann mehr in dieser Umfrage abstimmen.",
|
|
1964
1968
|
"Nothing yet...": "Noch nichts...",
|
|
1969
|
+
"Notify all {{ role }} members": "Alle Mitglieder mit Rolle {{ role }} benachrichtigen",
|
|
1965
1970
|
Offline: "Offline",
|
|
1966
1971
|
Ok: "OK",
|
|
1967
1972
|
Online: "Online",
|
|
@@ -2018,7 +2023,7 @@ var de_default = {
|
|
|
2018
2023
|
"Save for later": "Für später speichern",
|
|
2019
2024
|
"Saved for later": "Für später gespeichert",
|
|
2020
2025
|
Search: "Suche",
|
|
2021
|
-
"Search GIFs": "
|
|
2026
|
+
"Search GIFs": "GIFs suchen",
|
|
2022
2027
|
"search-results-header-filter-source-button-label--channels": "Kanäle",
|
|
2023
2028
|
"search-results-header-filter-source-button-label--messages": "Nachrichten",
|
|
2024
2029
|
"search-results-header-filter-source-button-label--users": "Benutzer",
|
|
@@ -2076,11 +2081,11 @@ var de_default = {
|
|
|
2076
2081
|
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: false; format: HH:mm) }}",
|
|
2077
2082
|
"timestamp/PollVote": "{{ timestamp | timestampFormatter(relativeCompact: true) }}",
|
|
2078
2083
|
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
2079
|
-
"timestamp/relativeDaysAgo": "{{ count }}
|
|
2084
|
+
"timestamp/relativeDaysAgo": "vor {{ count }} Tg.",
|
|
2080
2085
|
"timestamp/relativeToday": "Heute",
|
|
2081
|
-
"timestamp/relativeWeeksAgo": "{{ count }}
|
|
2086
|
+
"timestamp/relativeWeeksAgo": "vor {{ count }} Wo.",
|
|
2082
2087
|
"timestamp/relativeYesterday": "Gestern",
|
|
2083
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[
|
|
2088
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[Heute] [um] HH:mm\", \"nextDay\": \"[Morgen] [um] HH:mm\", \"lastDay\": \"[Gestern] [um] HH:mm\", \"nextWeek\": \"dddd [um] HH:mm\", \"lastWeek\": \"[letzten] dddd [um] HH:mm\", \"sameElse\": \"ddd, D MMM [um] HH:mm\" }) }}",
|
|
2084
2089
|
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
2085
2090
|
"To start recording, allow the camera access in your browser": "Um mit der Aufnahme zu beginnen, erlauben Sie den Zugriff auf die Kamera in Ihrem Browser",
|
|
2086
2091
|
"To start recording, allow the microphone access in your browser": "Um mit der Aufnahme zu beginnen, erlauben Sie den Zugriff auf das Mikrofon in Ihrem Browser",
|
|
@@ -2114,7 +2119,7 @@ var de_default = {
|
|
|
2114
2119
|
"User uploaded content": "Vom Benutzer hochgeladener Inhalt",
|
|
2115
2120
|
Video: "Video",
|
|
2116
2121
|
videoCount_one: "Video",
|
|
2117
|
-
videoCount_other: "{{ count }}
|
|
2122
|
+
videoCount_other: "{{ count }} Videos",
|
|
2118
2123
|
View: "Ansehen",
|
|
2119
2124
|
"View {{count}} comments_one": "{{count}} Kommentar anzeigen",
|
|
2120
2125
|
"View {{count}} comments_other": "{{count}} Kommentare anzeigen",
|
|
@@ -2231,6 +2236,7 @@ var en_default = {
|
|
|
2231
2236
|
"aria/Load More Channels": "Load More Channels",
|
|
2232
2237
|
"aria/Mark Message Unread": "Mark Message Unread",
|
|
2233
2238
|
"aria/Mark messages as read": "Mark messages as read",
|
|
2239
|
+
"aria/Mention Suggestions": "Mention Suggestions",
|
|
2234
2240
|
"aria/Menu": "Menu",
|
|
2235
2241
|
"aria/Message Actions": "Message Actions",
|
|
2236
2242
|
"aria/Message from {{ user }},": "Message from {{ user }},",
|
|
@@ -2277,7 +2283,6 @@ var en_default = {
|
|
|
2277
2283
|
"aria/Unblock User": "Unblock User",
|
|
2278
2284
|
"aria/Unmute User": "Unmute User",
|
|
2279
2285
|
"aria/Unpin Message": "Unpin Message",
|
|
2280
|
-
"aria/User Suggestions": "User Suggestions",
|
|
2281
2286
|
"Ask a question": "Ask a Question",
|
|
2282
2287
|
Attach: "Attach",
|
|
2283
2288
|
"Attach files": "Attach files",
|
|
@@ -2465,6 +2470,10 @@ var en_default = {
|
|
|
2465
2470
|
"Mark as unread": "Mark as unread",
|
|
2466
2471
|
"Maximum number of votes (from 2 to 10)": "Maximum number of votes (from 2 to 10)",
|
|
2467
2472
|
"Maximum votes per person": "Maximum votes per person",
|
|
2473
|
+
"mention/Channel": "Channel",
|
|
2474
|
+
"mention/Channel Description": "Notify everyone in this channel",
|
|
2475
|
+
"mention/Here": "Here",
|
|
2476
|
+
"mention/Here Description": "Notify every online member in this channel",
|
|
2468
2477
|
Menu: "Menu",
|
|
2469
2478
|
"Message deleted": "Message deleted",
|
|
2470
2479
|
"Message failed to send": "Message failed to send",
|
|
@@ -2490,6 +2499,7 @@ var en_default = {
|
|
|
2490
2499
|
"No results found": "No results found",
|
|
2491
2500
|
"Nobody will be able to vote in this poll anymore.": "Nobody will be able to vote in this poll anymore.",
|
|
2492
2501
|
"Nothing yet...": "Nothing yet...",
|
|
2502
|
+
"Notify all {{ role }} members": "Notify all {{ role }} members",
|
|
2493
2503
|
Offline: "Offline",
|
|
2494
2504
|
Ok: "Ok",
|
|
2495
2505
|
Online: "Online",
|
|
@@ -2767,6 +2777,7 @@ var es_default = {
|
|
|
2767
2777
|
"aria/Load More Channels": "Cargar más canales",
|
|
2768
2778
|
"aria/Mark Message Unread": "Marcar como no leído",
|
|
2769
2779
|
"aria/Mark messages as read": "Marcar mensajes como leídos",
|
|
2780
|
+
"aria/Mention Suggestions": "Sugerencias de menciones",
|
|
2770
2781
|
"aria/Menu": "Menú",
|
|
2771
2782
|
"aria/Message Actions": "Acciones del mensaje",
|
|
2772
2783
|
"aria/Message from {{ user }},": "Mensaje de {{ user }},",
|
|
@@ -2813,7 +2824,6 @@ var es_default = {
|
|
|
2813
2824
|
"aria/Unblock User": "Desbloquear usuario",
|
|
2814
2825
|
"aria/Unmute User": "Activar sonido",
|
|
2815
2826
|
"aria/Unpin Message": "Desfijar mensaje",
|
|
2816
|
-
"aria/User Suggestions": "Sugerencias de usuarios",
|
|
2817
2827
|
"Ask a question": "Hacer una pregunta",
|
|
2818
2828
|
Attach: "Adjuntar",
|
|
2819
2829
|
"Attach files": "Adjuntar archivos",
|
|
@@ -3004,6 +3014,10 @@ var es_default = {
|
|
|
3004
3014
|
"Mark as unread": "Marcar como no leído",
|
|
3005
3015
|
"Maximum number of votes (from 2 to 10)": "Número máximo de votos (de 2 a 10)",
|
|
3006
3016
|
"Maximum votes per person": "Máximo de votos por persona",
|
|
3017
|
+
"mention/Channel": "Canal",
|
|
3018
|
+
"mention/Channel Description": "Notificar a todos en este canal",
|
|
3019
|
+
"mention/Here": "Aqui",
|
|
3020
|
+
"mention/Here Description": "Notificar a todos los miembros en línea de este canal",
|
|
3007
3021
|
Menu: "Menú",
|
|
3008
3022
|
"Message deleted": "Mensaje eliminado",
|
|
3009
3023
|
"Message failed to send": "No se pudo enviar el mensaje",
|
|
@@ -3029,6 +3043,7 @@ var es_default = {
|
|
|
3029
3043
|
"No results found": "No se han encontrado resultados",
|
|
3030
3044
|
"Nobody will be able to vote in this poll anymore.": "Nadie podrá votar en esta encuesta.",
|
|
3031
3045
|
"Nothing yet...": "Nada aún...",
|
|
3046
|
+
"Notify all {{ role }} members": "Notificar a todos los miembros con rol {{ role }}",
|
|
3032
3047
|
Offline: "Desconectado",
|
|
3033
3048
|
Ok: "Aceptar",
|
|
3034
3049
|
Online: "En línea",
|
|
@@ -3147,11 +3162,11 @@ var es_default = {
|
|
|
3147
3162
|
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: false; format: HH:mm) }}",
|
|
3148
3163
|
"timestamp/PollVote": "{{ timestamp | timestampFormatter(relativeCompact: true) }}",
|
|
3149
3164
|
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
3150
|
-
"timestamp/relativeDaysAgo": "{{ count }}d
|
|
3165
|
+
"timestamp/relativeDaysAgo": "hace {{ count }} d",
|
|
3151
3166
|
"timestamp/relativeToday": "Hoy",
|
|
3152
|
-
"timestamp/relativeWeeksAgo": "{{ count }}
|
|
3167
|
+
"timestamp/relativeWeeksAgo": "hace {{ count }} sem",
|
|
3153
3168
|
"timestamp/relativeYesterday": "Ayer",
|
|
3154
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[
|
|
3169
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[Hoy] [a las] HH:mm\", \"nextDay\": \"[Mañana] [a las] HH:mm\", \"lastDay\": \"[Ayer] [a las] HH:mm\", \"nextWeek\": \"dddd [a las] HH:mm\", \"lastWeek\": \"[Último] dddd [a las] HH:mm\", \"sameElse\": \"ddd, D MMM [a las] HH:mm\" }) }}",
|
|
3155
3170
|
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
3156
3171
|
"To start recording, allow the camera access in your browser": "Para comenzar a grabar, permita el acceso a la cámara en su navegador",
|
|
3157
3172
|
"To start recording, allow the microphone access in your browser": "Para comenzar a grabar, permita el acceso al micrófono en su navegador",
|
|
@@ -3314,6 +3329,7 @@ var fr_default = {
|
|
|
3314
3329
|
"aria/Load More Channels": "Charger plus de canaux",
|
|
3315
3330
|
"aria/Mark Message Unread": "Marquer comme non lu",
|
|
3316
3331
|
"aria/Mark messages as read": "Marquer les messages comme lus",
|
|
3332
|
+
"aria/Mention Suggestions": "Suggestions de mentions",
|
|
3317
3333
|
"aria/Menu": "Menu",
|
|
3318
3334
|
"aria/Message Actions": "Actions du message",
|
|
3319
3335
|
"aria/Message from {{ user }},": "Message de {{ user }},",
|
|
@@ -3360,7 +3376,6 @@ var fr_default = {
|
|
|
3360
3376
|
"aria/Unblock User": "Débloquer l'utilisateur",
|
|
3361
3377
|
"aria/Unmute User": "Désactiver muet",
|
|
3362
3378
|
"aria/Unpin Message": "Détacher le message",
|
|
3363
|
-
"aria/User Suggestions": "Suggestions d'utilisateurs",
|
|
3364
3379
|
"Ask a question": "Poser une question",
|
|
3365
3380
|
Attach: "Joindre",
|
|
3366
3381
|
"Attach files": "Joindre des fichiers",
|
|
@@ -3551,6 +3566,10 @@ var fr_default = {
|
|
|
3551
3566
|
"Mark as unread": "Marquer comme non lu",
|
|
3552
3567
|
"Maximum number of votes (from 2 to 10)": "Nombre maximum de votes (de 2 à 10)",
|
|
3553
3568
|
"Maximum votes per person": "Nombre maximal de votes par personne",
|
|
3569
|
+
"mention/Channel": "Canal",
|
|
3570
|
+
"mention/Channel Description": "Notifier tout le monde dans ce canal",
|
|
3571
|
+
"mention/Here": "Ici",
|
|
3572
|
+
"mention/Here Description": "Notifier tous les membres en ligne dans ce canal",
|
|
3554
3573
|
Menu: "Menu",
|
|
3555
3574
|
"Message deleted": "Message supprimé",
|
|
3556
3575
|
"Message failed to send": "Échec de l'envoi du message",
|
|
@@ -3576,6 +3595,7 @@ var fr_default = {
|
|
|
3576
3595
|
"No results found": "Aucun résultat trouvé",
|
|
3577
3596
|
"Nobody will be able to vote in this poll anymore.": "Personne ne pourra plus voter dans ce sondage.",
|
|
3578
3597
|
"Nothing yet...": "Rien pour l'instant...",
|
|
3598
|
+
"Notify all {{ role }} members": "Notifier tous les membres ayant le rôle {{ role }}",
|
|
3579
3599
|
Offline: "Hors ligne",
|
|
3580
3600
|
Ok: "D'accord",
|
|
3581
3601
|
Online: "En ligne",
|
|
@@ -3694,11 +3714,11 @@ var fr_default = {
|
|
|
3694
3714
|
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: false; format: HH:mm) }}",
|
|
3695
3715
|
"timestamp/PollVote": "{{ timestamp | timestampFormatter(relativeCompact: true) }}",
|
|
3696
3716
|
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
3697
|
-
"timestamp/relativeDaysAgo": "{{ count }}
|
|
3717
|
+
"timestamp/relativeDaysAgo": "il y a {{ count }} j",
|
|
3698
3718
|
"timestamp/relativeToday": "Aujourd'hui",
|
|
3699
|
-
"timestamp/relativeWeeksAgo": "{{ count }}
|
|
3719
|
+
"timestamp/relativeWeeksAgo": "il y a {{ count }} sem",
|
|
3700
3720
|
"timestamp/relativeYesterday": "Hier",
|
|
3701
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[
|
|
3721
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[Aujourd'hui] [à] HH:mm\", \"nextDay\": \"[Demain] [à] HH:mm\", \"lastDay\": \"[Hier] [à] HH:mm\", \"nextWeek\": \"dddd [à] HH:mm\", \"lastWeek\": \"dddd [dernier à] HH:mm\", \"sameElse\": \"ddd, D MMM [à] HH:mm\" }) }}",
|
|
3702
3722
|
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
3703
3723
|
"To start recording, allow the camera access in your browser": "Pour commencer l'enregistrement, autorisez l'accès à la caméra dans votre navigateur",
|
|
3704
3724
|
"To start recording, allow the microphone access in your browser": "Pour commencer l'enregistrement, autorisez l'accès au microphone dans votre navigateur",
|
|
@@ -3853,6 +3873,7 @@ var hi_default = {
|
|
|
3853
3873
|
"aria/Load More Channels": "और चैनल लोड करें",
|
|
3854
3874
|
"aria/Mark Message Unread": "अपठित चिह्नित करें",
|
|
3855
3875
|
"aria/Mark messages as read": "संदेशों को पढ़ा हुआ चिह्नित करें",
|
|
3876
|
+
"aria/Mention Suggestions": "उल्लेख सुझाव",
|
|
3856
3877
|
"aria/Menu": "मेन्यू",
|
|
3857
3878
|
"aria/Message Actions": "संदेश कार्रवाइयाँ",
|
|
3858
3879
|
"aria/Message from {{ user }},": "{{ user }} का संदेश,",
|
|
@@ -3899,7 +3920,6 @@ var hi_default = {
|
|
|
3899
3920
|
"aria/Unblock User": "उपयोगकर्ता अनब्लॉक करें",
|
|
3900
3921
|
"aria/Unmute User": "उपयोगकर्ता अनम्यूट करें",
|
|
3901
3922
|
"aria/Unpin Message": "संदेश अनपिन करें",
|
|
3902
|
-
"aria/User Suggestions": "उपयोगकर्ता सुझाव",
|
|
3903
3923
|
"Ask a question": "एक प्रश्न पूछें",
|
|
3904
3924
|
Attach: "संलग्न करें",
|
|
3905
3925
|
"Attach files": "फाइल्स अटैच करे",
|
|
@@ -4088,6 +4108,10 @@ var hi_default = {
|
|
|
4088
4108
|
"Mark as unread": "अपठित चिह्नित करें",
|
|
4089
4109
|
"Maximum number of votes (from 2 to 10)": "अधिकतम वोटों की संख्या (2 से 10)",
|
|
4090
4110
|
"Maximum votes per person": "प्रति व्यक्ति अधिकतम वोट",
|
|
4111
|
+
"mention/Channel": "चैनल",
|
|
4112
|
+
"mention/Channel Description": "इस चैनल में सभी को सूचित करें",
|
|
4113
|
+
"mention/Here": "यहां",
|
|
4114
|
+
"mention/Here Description": "इस चैनल के सभी ऑनलाइन सदस्यों को सूचित करें",
|
|
4091
4115
|
Menu: "मेन्यू",
|
|
4092
4116
|
"Message deleted": "मैसेज हटा दिया गया",
|
|
4093
4117
|
"Message failed to send": "संदेश भेजने में विफल",
|
|
@@ -4113,6 +4137,7 @@ var hi_default = {
|
|
|
4113
4137
|
"No results found": "कोई परिणाम नहीं मिला",
|
|
4114
4138
|
"Nobody will be able to vote in this poll anymore.": "अब कोई भी इस मतदान में मतदान नहीं कर सकेगा।",
|
|
4115
4139
|
"Nothing yet...": "कोई मैसेज नहीं है",
|
|
4140
|
+
"Notify all {{ role }} members": "{{ role }} भूमिका वाले सभी सदस्यों को सूचित करें",
|
|
4116
4141
|
Offline: "ऑफलाइन",
|
|
4117
4142
|
Ok: "ठीक है",
|
|
4118
4143
|
Online: "ऑनलाइन",
|
|
@@ -4227,11 +4252,11 @@ var hi_default = {
|
|
|
4227
4252
|
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: false; format: HH:mm) }}",
|
|
4228
4253
|
"timestamp/PollVote": "{{ timestamp | timestampFormatter(relativeCompact: true) }}",
|
|
4229
4254
|
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
4230
|
-
"timestamp/relativeDaysAgo": "{{ count }}
|
|
4255
|
+
"timestamp/relativeDaysAgo": "{{ count }} दिन पहले",
|
|
4231
4256
|
"timestamp/relativeToday": "आज",
|
|
4232
|
-
"timestamp/relativeWeeksAgo": "{{ count }}
|
|
4257
|
+
"timestamp/relativeWeeksAgo": "{{ count }} सप्ताह पहले",
|
|
4233
4258
|
"timestamp/relativeYesterday": "बीता कल",
|
|
4234
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[
|
|
4259
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[आज] HH:mm\", \"nextDay\": \"[कल] HH:mm\", \"lastDay\": \"[बीता कल] HH:mm\", \"nextWeek\": \"dddd HH:mm\", \"lastWeek\": \"[पिछले] dddd, HH:mm\", \"sameElse\": \"ddd, D MMM HH:mm\" }) }}",
|
|
4235
4260
|
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
4236
4261
|
"To start recording, allow the camera access in your browser": "रिकॉर्डिंग शुरू करने के लिए, अपने ब्राउज़र में कैमरा तक पहुँच दें",
|
|
4237
4262
|
"To start recording, allow the microphone access in your browser": "रिकॉर्डिंग शुरू करने के लिए, अपने ब्राउज़र में माइक्रोफ़ोन तक पहुँच दें",
|
|
@@ -4390,6 +4415,7 @@ var it_default = {
|
|
|
4390
4415
|
"aria/Load More Channels": "Carica altri canali",
|
|
4391
4416
|
"aria/Mark Message Unread": "Contrassegna come non letto",
|
|
4392
4417
|
"aria/Mark messages as read": "Segna i messaggi come letti",
|
|
4418
|
+
"aria/Mention Suggestions": "Suggerimenti di menzione",
|
|
4393
4419
|
"aria/Menu": "Menu",
|
|
4394
4420
|
"aria/Message Actions": "Azioni del messaggio",
|
|
4395
4421
|
"aria/Message from {{ user }},": "Messaggio di {{ user }},",
|
|
@@ -4436,7 +4462,6 @@ var it_default = {
|
|
|
4436
4462
|
"aria/Unblock User": "Sblocca utente",
|
|
4437
4463
|
"aria/Unmute User": "Riattiva il notifiche",
|
|
4438
4464
|
"aria/Unpin Message": "Rimuovi messaggio appuntato",
|
|
4439
|
-
"aria/User Suggestions": "Suggerimenti utenti",
|
|
4440
4465
|
"Ask a question": "Fai una domanda",
|
|
4441
4466
|
Attach: "Allega",
|
|
4442
4467
|
"Attach files": "Allega file",
|
|
@@ -4627,6 +4652,10 @@ var it_default = {
|
|
|
4627
4652
|
"Mark as unread": "Contrassegna come non letto",
|
|
4628
4653
|
"Maximum number of votes (from 2 to 10)": "Numero massimo di voti (da 2 a 10)",
|
|
4629
4654
|
"Maximum votes per person": "Voti massimi per persona",
|
|
4655
|
+
"mention/Channel": "Canale",
|
|
4656
|
+
"mention/Channel Description": "Notifica tutti in questo canale",
|
|
4657
|
+
"mention/Here": "Qui",
|
|
4658
|
+
"mention/Here Description": "Notifica tutti i membri online in questo canale",
|
|
4630
4659
|
Menu: "Menù",
|
|
4631
4660
|
"Message deleted": "Messaggio cancellato",
|
|
4632
4661
|
"Message failed to send": "Invio del messaggio non riuscito",
|
|
@@ -4652,6 +4681,7 @@ var it_default = {
|
|
|
4652
4681
|
"No results found": "Nessun risultato trovato",
|
|
4653
4682
|
"Nobody will be able to vote in this poll anymore.": "Nessuno potrà più votare in questo sondaggio.",
|
|
4654
4683
|
"Nothing yet...": "Ancora niente...",
|
|
4684
|
+
"Notify all {{ role }} members": "Notifica tutti i membri con ruolo {{ role }}",
|
|
4655
4685
|
Offline: "Offline",
|
|
4656
4686
|
Ok: "OK",
|
|
4657
4687
|
Online: "Online",
|
|
@@ -4770,11 +4800,11 @@ var it_default = {
|
|
|
4770
4800
|
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: false; format: HH:mm) }}",
|
|
4771
4801
|
"timestamp/PollVote": "{{ timestamp | timestampFormatter(relativeCompact: true) }}",
|
|
4772
4802
|
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
4773
|
-
"timestamp/relativeDaysAgo": "{{ count }}
|
|
4803
|
+
"timestamp/relativeDaysAgo": "{{ count }} g fa",
|
|
4774
4804
|
"timestamp/relativeToday": "Oggi",
|
|
4775
|
-
"timestamp/relativeWeeksAgo": "{{ count }}
|
|
4805
|
+
"timestamp/relativeWeeksAgo": "{{ count }} sett fa",
|
|
4776
4806
|
"timestamp/relativeYesterday": "Ieri",
|
|
4777
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[
|
|
4807
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[Oggi] [alle] HH:mm\", \"nextDay\": \"[Domani] [alle] HH:mm\", \"lastDay\": \"[Ieri] [alle] HH:mm\", \"nextWeek\": \"dddd [alle] HH:mm\", \"lastWeek\": \"[lo scorso] dddd [alle] HH:mm\", \"sameElse\": \"ddd, D MMM [alle] HH:mm\" }) }}",
|
|
4778
4808
|
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
4779
4809
|
"To start recording, allow the camera access in your browser": "Per iniziare a registrare, consenti l'accesso alla fotocamera nel tuo browser",
|
|
4780
4810
|
"To start recording, allow the microphone access in your browser": "Per iniziare a registrare, consenti l'accesso al microfono nel tuo browser",
|
|
@@ -4928,6 +4958,7 @@ var ja_default = {
|
|
|
4928
4958
|
"aria/Load More Channels": "さらにチャンネルを読み込む",
|
|
4929
4959
|
"aria/Mark Message Unread": "未読としてマーク",
|
|
4930
4960
|
"aria/Mark messages as read": "メッセージを既読にする",
|
|
4961
|
+
"aria/Mention Suggestions": "メンション候補",
|
|
4931
4962
|
"aria/Menu": "メニュー",
|
|
4932
4963
|
"aria/Message Actions": "メッセージ操作",
|
|
4933
4964
|
"aria/Message from {{ user }},": "{{ user }}さんからのメッセージ,",
|
|
@@ -4974,7 +5005,6 @@ var ja_default = {
|
|
|
4974
5005
|
"aria/Unblock User": "ユーザーのブロックを解除",
|
|
4975
5006
|
"aria/Unmute User": "無音を解除する",
|
|
4976
5007
|
"aria/Unpin Message": "ピンを解除",
|
|
4977
|
-
"aria/User Suggestions": "ユーザー候補",
|
|
4978
5008
|
"Ask a question": "質問する",
|
|
4979
5009
|
Attach: "添付",
|
|
4980
5010
|
"Attach files": "ファイルを添付する",
|
|
@@ -5159,6 +5189,10 @@ var ja_default = {
|
|
|
5159
5189
|
"Mark as unread": "未読としてマーク",
|
|
5160
5190
|
"Maximum number of votes (from 2 to 10)": "最大投票数(2から10まで)",
|
|
5161
5191
|
"Maximum votes per person": "1人あたりの最大投票数",
|
|
5192
|
+
"mention/Channel": "チャンネル",
|
|
5193
|
+
"mention/Channel Description": "このチャンネルの全員に通知",
|
|
5194
|
+
"mention/Here": "ここ",
|
|
5195
|
+
"mention/Here Description": "このチャンネルのオンライン中の全メンバーに通知",
|
|
5162
5196
|
Menu: "メニュー",
|
|
5163
5197
|
"Message deleted": "メッセージが削除されました",
|
|
5164
5198
|
"Message failed to send": "メッセージの送信に失敗しました",
|
|
@@ -5184,6 +5218,7 @@ var ja_default = {
|
|
|
5184
5218
|
"No results found": "結果が見つかりません",
|
|
5185
5219
|
"Nobody will be able to vote in this poll anymore.": "この投票では、誰も投票できなくなります。",
|
|
5186
5220
|
"Nothing yet...": "まだ何もありません...",
|
|
5221
|
+
"Notify all {{ role }} members": "{{ role }} メンバー全員に通知",
|
|
5187
5222
|
Offline: "オフライン",
|
|
5188
5223
|
Ok: "OK",
|
|
5189
5224
|
Online: "オンライン",
|
|
@@ -5297,11 +5332,11 @@ var ja_default = {
|
|
|
5297
5332
|
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: false; format: HH:mm) }}",
|
|
5298
5333
|
"timestamp/PollVote": "{{ timestamp | timestampFormatter(relativeCompact: true) }}",
|
|
5299
5334
|
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
5300
|
-
"timestamp/relativeDaysAgo": "{{ count }}
|
|
5335
|
+
"timestamp/relativeDaysAgo": "{{ count }}日前",
|
|
5301
5336
|
"timestamp/relativeToday": "今日",
|
|
5302
|
-
"timestamp/relativeWeeksAgo": "{{ count }}
|
|
5337
|
+
"timestamp/relativeWeeksAgo": "{{ count }}週間前",
|
|
5303
5338
|
"timestamp/relativeYesterday": "昨日",
|
|
5304
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[
|
|
5339
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[今日] HH:mm\", \"nextDay\": \"[明日] HH:mm\", \"lastDay\": \"[昨日] HH:mm\", \"nextWeek\": \"dddd HH:mm\", \"lastWeek\": \"dddd HH:mm\", \"sameElse\": \"ddd, D MMM HH:mm\" }) }}",
|
|
5305
5340
|
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
5306
5341
|
"To start recording, allow the camera access in your browser": "録音を開始するには、ブラウザーでカメラへのアクセスを許可してください",
|
|
5307
5342
|
"To start recording, allow the microphone access in your browser": "録音を開始するには、ブラウザーでマイクロフォンへのアクセスを許可してください",
|
|
@@ -5448,6 +5483,7 @@ var ko_default = {
|
|
|
5448
5483
|
"aria/Load More Channels": "더 많은 채널 불러오기",
|
|
5449
5484
|
"aria/Mark Message Unread": "읽지 않음으로 표시",
|
|
5450
5485
|
"aria/Mark messages as read": "메시지를 읽음으로 표시",
|
|
5486
|
+
"aria/Mention Suggestions": "멘션 제안",
|
|
5451
5487
|
"aria/Menu": "메뉴",
|
|
5452
5488
|
"aria/Message Actions": "메시지 작업",
|
|
5453
5489
|
"aria/Message from {{ user }},": "{{ user }}의 메시지,",
|
|
@@ -5494,7 +5530,6 @@ var ko_default = {
|
|
|
5494
5530
|
"aria/Unblock User": "사용자 차단 해제",
|
|
5495
5531
|
"aria/Unmute User": "음소거 해제",
|
|
5496
5532
|
"aria/Unpin Message": "핀 해제",
|
|
5497
|
-
"aria/User Suggestions": "사용자 제안",
|
|
5498
5533
|
"Ask a question": "질문하기",
|
|
5499
5534
|
Attach: "첨부",
|
|
5500
5535
|
"Attach files": "파일 첨부",
|
|
@@ -5679,6 +5714,10 @@ var ko_default = {
|
|
|
5679
5714
|
"Mark as unread": "읽지 않음으로 표시",
|
|
5680
5715
|
"Maximum number of votes (from 2 to 10)": "최대 투표 수 (2에서 10까지)",
|
|
5681
5716
|
"Maximum votes per person": "1인당 최대 투표 수",
|
|
5717
|
+
"mention/Channel": "채널",
|
|
5718
|
+
"mention/Channel Description": "이 채널의 모두에게 알림",
|
|
5719
|
+
"mention/Here": "여기",
|
|
5720
|
+
"mention/Here Description": "이 채널의 모든 온라인 멤버에게 알림",
|
|
5682
5721
|
Menu: "메뉴",
|
|
5683
5722
|
"Message deleted": "메시지가 삭제되었습니다.",
|
|
5684
5723
|
"Message failed to send": "메시지 전송 실패",
|
|
@@ -5704,6 +5743,7 @@ var ko_default = {
|
|
|
5704
5743
|
"No results found": "검색 결과가 없습니다",
|
|
5705
5744
|
"Nobody will be able to vote in this poll anymore.": "이 투표에 더 이상 아무도 투표할 수 없습니다.",
|
|
5706
5745
|
"Nothing yet...": "아직 아무것도...",
|
|
5746
|
+
"Notify all {{ role }} members": "{{ role }} 역할의 모든 멤버에게 알림",
|
|
5707
5747
|
Offline: "오프라인",
|
|
5708
5748
|
Ok: "확인",
|
|
5709
5749
|
Online: "온라인",
|
|
@@ -5817,11 +5857,11 @@ var ko_default = {
|
|
|
5817
5857
|
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: false; format: HH:mm) }}",
|
|
5818
5858
|
"timestamp/PollVote": "{{ timestamp | timestampFormatter(relativeCompact: true) }}",
|
|
5819
5859
|
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
5820
|
-
"timestamp/relativeDaysAgo": "{{ count }}
|
|
5860
|
+
"timestamp/relativeDaysAgo": "{{ count }}일 전",
|
|
5821
5861
|
"timestamp/relativeToday": "오늘",
|
|
5822
|
-
"timestamp/relativeWeeksAgo": "{{ count }}
|
|
5862
|
+
"timestamp/relativeWeeksAgo": "{{ count }}주 전",
|
|
5823
5863
|
"timestamp/relativeYesterday": "어제",
|
|
5824
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[
|
|
5864
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[오늘] HH:mm\", \"nextDay\": \"[내일] HH:mm\", \"lastDay\": \"[어제] HH:mm\", \"nextWeek\": \"dddd HH:mm\", \"lastWeek\": \"[지난] dddd HH:mm\", \"sameElse\": \"ddd, D MMM HH:mm\" }) }}",
|
|
5825
5865
|
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
5826
5866
|
"To start recording, allow the camera access in your browser": "브라우저에서 카메라 액세스를 허용하여 녹음을 시작합니다",
|
|
5827
5867
|
"To start recording, allow the microphone access in your browser": "브라우저에서 마이크로폰 액세스를 허용하여 녹음을 시작합니다",
|
|
@@ -5969,6 +6009,7 @@ var nl_default = {
|
|
|
5969
6009
|
"aria/Load More Channels": "Meer kanalen laden",
|
|
5970
6010
|
"aria/Mark Message Unread": "Markeren als ongelezen",
|
|
5971
6011
|
"aria/Mark messages as read": "Markeer berichten als gelezen",
|
|
6012
|
+
"aria/Mention Suggestions": "Vermeldingssuggesties",
|
|
5972
6013
|
"aria/Menu": "Menu",
|
|
5973
6014
|
"aria/Message Actions": "Berichtacties",
|
|
5974
6015
|
"aria/Message from {{ user }},": "Bericht van {{ user }},",
|
|
@@ -6015,7 +6056,6 @@ var nl_default = {
|
|
|
6015
6056
|
"aria/Unblock User": "Gebruiker deblokkeren",
|
|
6016
6057
|
"aria/Unmute User": "Dempen opheffen",
|
|
6017
6058
|
"aria/Unpin Message": "Losmaken",
|
|
6018
|
-
"aria/User Suggestions": "Gebruikerssuggesties",
|
|
6019
6059
|
"Ask a question": "Stel een vraag",
|
|
6020
6060
|
Attach: "Bijvoegen",
|
|
6021
6061
|
"Attach files": "Bijlage toevoegen",
|
|
@@ -6203,6 +6243,10 @@ var nl_default = {
|
|
|
6203
6243
|
"Mark as unread": "Markeren als ongelezen",
|
|
6204
6244
|
"Maximum number of votes (from 2 to 10)": "Maximaal aantal stemmen (van 2 tot 10)",
|
|
6205
6245
|
"Maximum votes per person": "Maximum aantal stemmen per persoon",
|
|
6246
|
+
"mention/Channel": "Kanaal",
|
|
6247
|
+
"mention/Channel Description": "Iedereen in dit kanaal informeren",
|
|
6248
|
+
"mention/Here": "Hier",
|
|
6249
|
+
"mention/Here Description": "Alle online leden in dit kanaal informeren",
|
|
6206
6250
|
Menu: "Menu",
|
|
6207
6251
|
"Message deleted": "Bericht verwijderd",
|
|
6208
6252
|
"Message failed to send": "Bericht kon niet worden verzonden",
|
|
@@ -6228,6 +6272,7 @@ var nl_default = {
|
|
|
6228
6272
|
"No results found": "Geen resultaten gevonden",
|
|
6229
6273
|
"Nobody will be able to vote in this poll anymore.": "Niemand kan meer stemmen in deze peiling.",
|
|
6230
6274
|
"Nothing yet...": "Nog niets ...",
|
|
6275
|
+
"Notify all {{ role }} members": "Alle leden met rol {{ role }} informeren",
|
|
6231
6276
|
Offline: "Offline",
|
|
6232
6277
|
Ok: "Oké",
|
|
6233
6278
|
Online: "Online",
|
|
@@ -6344,11 +6389,11 @@ var nl_default = {
|
|
|
6344
6389
|
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: false; format: HH:mm) }}",
|
|
6345
6390
|
"timestamp/PollVote": "{{ timestamp | timestampFormatter(relativeCompact: true) }}",
|
|
6346
6391
|
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
6347
|
-
"timestamp/relativeDaysAgo": "{{ count }}d
|
|
6392
|
+
"timestamp/relativeDaysAgo": "{{ count }} d geleden",
|
|
6348
6393
|
"timestamp/relativeToday": "Vandaag",
|
|
6349
|
-
"timestamp/relativeWeeksAgo": "{{ count }}w
|
|
6394
|
+
"timestamp/relativeWeeksAgo": "{{ count }} w geleden",
|
|
6350
6395
|
"timestamp/relativeYesterday": "Gisteren",
|
|
6351
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[
|
|
6396
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[Vandaag] [om] HH:mm\", \"nextDay\": \"[Morgen] [om] HH:mm\", \"lastDay\": \"[Gisteren] [om] HH:mm\", \"nextWeek\": \"dddd [om] HH:mm\", \"lastWeek\": \"[afgelopen] dddd [om] HH:mm\", \"sameElse\": \"ddd, D MMM [om] HH:mm\" }) }}",
|
|
6352
6397
|
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
6353
6398
|
"To start recording, allow the camera access in your browser": "Om te beginnen met opnemen, sta toegang tot de camera toe in uw browser",
|
|
6354
6399
|
"To start recording, allow the microphone access in your browser": "Om te beginnen met opnemen, sta toegang tot de microfoon toe in uw browser",
|
|
@@ -6507,6 +6552,7 @@ var pt_default = {
|
|
|
6507
6552
|
"aria/Load More Channels": "Carregar mais canais",
|
|
6508
6553
|
"aria/Mark Message Unread": "Marcar como não lida",
|
|
6509
6554
|
"aria/Mark messages as read": "Marcar mensagens como lidas",
|
|
6555
|
+
"aria/Mention Suggestions": "Sugestões de menções",
|
|
6510
6556
|
"aria/Menu": "Menu",
|
|
6511
6557
|
"aria/Message Actions": "Ações da mensagem",
|
|
6512
6558
|
"aria/Message from {{ user }},": "Mensagem de {{ user }},",
|
|
@@ -6553,7 +6599,6 @@ var pt_default = {
|
|
|
6553
6599
|
"aria/Unblock User": "Desbloquear usuário",
|
|
6554
6600
|
"aria/Unmute User": "Ativar som",
|
|
6555
6601
|
"aria/Unpin Message": "Desfixar mensagem",
|
|
6556
|
-
"aria/User Suggestions": "Sugestões de usuários",
|
|
6557
6602
|
"Ask a question": "Faça uma pergunta",
|
|
6558
6603
|
Attach: "Anexar",
|
|
6559
6604
|
"Attach files": "Anexar arquivos",
|
|
@@ -6744,6 +6789,10 @@ var pt_default = {
|
|
|
6744
6789
|
"Mark as unread": "Marcar como não lida",
|
|
6745
6790
|
"Maximum number of votes (from 2 to 10)": "Número máximo de votos (de 2 a 10)",
|
|
6746
6791
|
"Maximum votes per person": "Máximo de votos por pessoa",
|
|
6792
|
+
"mention/Channel": "Canal",
|
|
6793
|
+
"mention/Channel Description": "Notificar todos neste canal",
|
|
6794
|
+
"mention/Here": "Aqui",
|
|
6795
|
+
"mention/Here Description": "Notificar todos os membros online neste canal",
|
|
6747
6796
|
Menu: "Menu",
|
|
6748
6797
|
"Message deleted": "Mensagem apagada",
|
|
6749
6798
|
"Message failed to send": "Falha ao enviar a mensagem",
|
|
@@ -6769,6 +6818,7 @@ var pt_default = {
|
|
|
6769
6818
|
"No results found": "Nenhum resultado encontrado",
|
|
6770
6819
|
"Nobody will be able to vote in this poll anymore.": "Ninguém mais poderá votar nesta pesquisa.",
|
|
6771
6820
|
"Nothing yet...": "Nada ainda...",
|
|
6821
|
+
"Notify all {{ role }} members": "Notificar todos os membros com a função {{ role }}",
|
|
6772
6822
|
Offline: "Offline",
|
|
6773
6823
|
Ok: "OK",
|
|
6774
6824
|
Online: "Online",
|
|
@@ -6887,11 +6937,11 @@ var pt_default = {
|
|
|
6887
6937
|
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: false; format: HH:mm) }}",
|
|
6888
6938
|
"timestamp/PollVote": "{{ timestamp | timestampFormatter(relativeCompact: true) }}",
|
|
6889
6939
|
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
6890
|
-
"timestamp/relativeDaysAgo": "{{ count }}d
|
|
6940
|
+
"timestamp/relativeDaysAgo": "há {{ count }} d",
|
|
6891
6941
|
"timestamp/relativeToday": "Hoje",
|
|
6892
|
-
"timestamp/relativeWeeksAgo": "{{ count }}
|
|
6942
|
+
"timestamp/relativeWeeksAgo": "há {{ count }} sem",
|
|
6893
6943
|
"timestamp/relativeYesterday": "Ontem",
|
|
6894
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[
|
|
6944
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[Hoje] [às] HH:mm\", \"nextDay\": \"[Amanhã] [às] HH:mm\", \"lastDay\": \"[Ontem] [às] HH:mm\", \"nextWeek\": \"dddd [às] HH:mm\", \"lastWeek\": \"dddd [passada às] HH:mm\", \"sameElse\": \"ddd, D MMM [às] HH:mm\" }) }}",
|
|
6895
6945
|
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
6896
6946
|
"To start recording, allow the camera access in your browser": "Para começar a gravar, permita o acesso à câmera no seu navegador",
|
|
6897
6947
|
"To start recording, allow the microphone access in your browser": "Para começar a gravar, permita o acesso ao microfone no seu navegador",
|
|
@@ -7063,6 +7113,7 @@ var ru_default = {
|
|
|
7063
7113
|
"aria/Load More Channels": "Загрузить больше каналов",
|
|
7064
7114
|
"aria/Mark Message Unread": "Отметить как непрочитанное",
|
|
7065
7115
|
"aria/Mark messages as read": "Отметить сообщения как прочитанные",
|
|
7116
|
+
"aria/Mention Suggestions": "Подсказки упоминаний",
|
|
7066
7117
|
"aria/Menu": "Меню",
|
|
7067
7118
|
"aria/Message Actions": "Действия с сообщением",
|
|
7068
7119
|
"aria/Message from {{ user }},": "Сообщение от {{ user }},",
|
|
@@ -7109,7 +7160,6 @@ var ru_default = {
|
|
|
7109
7160
|
"aria/Unblock User": "Разблокировать пользователя",
|
|
7110
7161
|
"aria/Unmute User": "Включить уведомления",
|
|
7111
7162
|
"aria/Unpin Message": "Открепить сообщение",
|
|
7112
|
-
"aria/User Suggestions": "Подсказки пользователей",
|
|
7113
7163
|
"Ask a question": "Задать вопрос",
|
|
7114
7164
|
Attach: "Прикрепить",
|
|
7115
7165
|
"Attach files": "Прикрепить файлы",
|
|
@@ -7306,6 +7356,10 @@ var ru_default = {
|
|
|
7306
7356
|
"Mark as unread": "Отметить как непрочитанное",
|
|
7307
7357
|
"Maximum number of votes (from 2 to 10)": "Максимальное количество голосов (от 2 до 10)",
|
|
7308
7358
|
"Maximum votes per person": "Максимум голосов на человека",
|
|
7359
|
+
"mention/Channel": "Канал",
|
|
7360
|
+
"mention/Channel Description": "Уведомить всех в этом канале",
|
|
7361
|
+
"mention/Here": "Здесь",
|
|
7362
|
+
"mention/Here Description": "Уведомить всех онлайн-участников в этом канале",
|
|
7309
7363
|
Menu: "Меню",
|
|
7310
7364
|
"Message deleted": "Сообщение удалено",
|
|
7311
7365
|
"Message failed to send": "Не удалось отправить сообщение",
|
|
@@ -7331,6 +7385,7 @@ var ru_default = {
|
|
|
7331
7385
|
"No results found": "Результаты не найдены",
|
|
7332
7386
|
"Nobody will be able to vote in this poll anymore.": "Никто больше не сможет голосовать в этом опросе.",
|
|
7333
7387
|
"Nothing yet...": "Пока ничего нет...",
|
|
7388
|
+
"Notify all {{ role }} members": "Уведомить всех участников с ролью {{ role }}",
|
|
7334
7389
|
Offline: "Не в сети",
|
|
7335
7390
|
Ok: "Ок",
|
|
7336
7391
|
Online: "В сети",
|
|
@@ -7453,11 +7508,11 @@ var ru_default = {
|
|
|
7453
7508
|
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: false; format: HH:mm) }}",
|
|
7454
7509
|
"timestamp/PollVote": "{{ timestamp | timestampFormatter(relativeCompact: true) }}",
|
|
7455
7510
|
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
7456
|
-
"timestamp/relativeDaysAgo": "{{ count }}
|
|
7511
|
+
"timestamp/relativeDaysAgo": "{{ count }} дн. назад",
|
|
7457
7512
|
"timestamp/relativeToday": "Сегодня",
|
|
7458
|
-
"timestamp/relativeWeeksAgo": "{{ count }}
|
|
7513
|
+
"timestamp/relativeWeeksAgo": "{{ count }} нед. назад",
|
|
7459
7514
|
"timestamp/relativeYesterday": "Вчера",
|
|
7460
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[
|
|
7515
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[Сегодня] [в] HH:mm\", \"nextDay\": \"[Завтра] [в] HH:mm\", \"lastDay\": \"[Вчера] [в] HH:mm\", \"nextWeek\": \"dddd [в] HH:mm\", \"lastWeek\": \"dddd [в] HH:mm\", \"sameElse\": \"ddd, D MMM [в] HH:mm\" }) }}",
|
|
7461
7516
|
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
7462
7517
|
"To start recording, allow the camera access in your browser": "Для начала записи разрешите доступ к камере в вашем браузере",
|
|
7463
7518
|
"To start recording, allow the microphone access in your browser": "Для начала записи разрешите доступ к микрофону в вашем браузере",
|
|
@@ -7616,6 +7671,7 @@ var tr_default = {
|
|
|
7616
7671
|
"aria/Load More Channels": "Daha Fazla Kanal Yükle",
|
|
7617
7672
|
"aria/Mark Message Unread": "Okunmamış olarak işaretle",
|
|
7618
7673
|
"aria/Mark messages as read": "Mesajları okundu olarak işaretle",
|
|
7674
|
+
"aria/Mention Suggestions": "Bahsetme önerileri",
|
|
7619
7675
|
"aria/Menu": "Menü",
|
|
7620
7676
|
"aria/Message Actions": "Mesaj eylemleri",
|
|
7621
7677
|
"aria/Message from {{ user }},": "{{ user }} adlı kullanıcıdan mesaj,",
|
|
@@ -7662,7 +7718,6 @@ var tr_default = {
|
|
|
7662
7718
|
"aria/Unblock User": "Kullanıcının engelini kaldır",
|
|
7663
7719
|
"aria/Unmute User": "Sesini aç",
|
|
7664
7720
|
"aria/Unpin Message": "Sabitlemeyi kaldır",
|
|
7665
|
-
"aria/User Suggestions": "Kullanıcı önerileri",
|
|
7666
7721
|
"Ask a question": "Bir soru sor",
|
|
7667
7722
|
Attach: "Ekle",
|
|
7668
7723
|
"Attach files": "Dosya ekle",
|
|
@@ -7794,7 +7849,7 @@ var tr_default = {
|
|
|
7794
7849
|
"language/fi": "Fince",
|
|
7795
7850
|
"language/fr": "Fransızca",
|
|
7796
7851
|
"language/fr-CA": "Fransızca (Kanada)",
|
|
7797
|
-
"language/ha": "
|
|
7852
|
+
"language/ha": "Hausaca",
|
|
7798
7853
|
"language/he": "İbranice",
|
|
7799
7854
|
"language/hi": "Hintçe",
|
|
7800
7855
|
"language/hr": "Hırvatça",
|
|
@@ -7850,6 +7905,10 @@ var tr_default = {
|
|
|
7850
7905
|
"Mark as unread": "Okunmamış olarak işaretle",
|
|
7851
7906
|
"Maximum number of votes (from 2 to 10)": "Maksimum oy sayısı (2 ile 10 arası)",
|
|
7852
7907
|
"Maximum votes per person": "Kişi başına maksimum oy",
|
|
7908
|
+
"mention/Channel": "Kanal",
|
|
7909
|
+
"mention/Channel Description": "Bu kanaldaki herkesi bildir",
|
|
7910
|
+
"mention/Here": "Burada",
|
|
7911
|
+
"mention/Here Description": "Bu kanaldaki tüm çevrimiçi üyeleri bildir",
|
|
7853
7912
|
Menu: "Menü",
|
|
7854
7913
|
"Message deleted": "Mesaj silindi",
|
|
7855
7914
|
"Message failed to send": "Mesaj gönderilemedi",
|
|
@@ -7875,6 +7934,7 @@ var tr_default = {
|
|
|
7875
7934
|
"No results found": "Sonuç bulunamadı",
|
|
7876
7935
|
"Nobody will be able to vote in this poll anymore.": "Artık bu ankette kimse oy kullanamayacak.",
|
|
7877
7936
|
"Nothing yet...": "Şimdilik hiçbir şey...",
|
|
7937
|
+
"Notify all {{ role }} members": "{{ role }} rolündeki tüm üyelere bildir",
|
|
7878
7938
|
Offline: "Çevrimdışı",
|
|
7879
7939
|
Ok: "Tamam",
|
|
7880
7940
|
Online: "Çevrimiçi",
|
|
@@ -7989,11 +8049,11 @@ var tr_default = {
|
|
|
7989
8049
|
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: false; format: HH:mm) }}",
|
|
7990
8050
|
"timestamp/PollVote": "{{ timestamp | timestampFormatter(relativeCompact: true) }}",
|
|
7991
8051
|
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
7992
|
-
"timestamp/relativeDaysAgo": "{{ count }}
|
|
8052
|
+
"timestamp/relativeDaysAgo": "{{ count }} g önce",
|
|
7993
8053
|
"timestamp/relativeToday": "Bugün",
|
|
7994
|
-
"timestamp/relativeWeeksAgo": "{{ count }}
|
|
8054
|
+
"timestamp/relativeWeeksAgo": "{{ count }} hf önce",
|
|
7995
8055
|
"timestamp/relativeYesterday": "Dün",
|
|
7996
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[
|
|
8056
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true; calendarFormats: { \"sameDay\": \"[Bugün] [saat] HH:mm\", \"nextDay\": \"[Yarın] [saat] HH:mm\", \"lastDay\": \"[Dün] [saat] HH:mm\", \"nextWeek\": \"dddd [saat] HH:mm\", \"lastWeek\": \"[Geçen] dddd [saat] HH:mm\", \"sameElse\": \"ddd, D MMM [saat] HH:mm\" }) }}",
|
|
7997
8057
|
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
7998
8058
|
"To start recording, allow the camera access in your browser": "Kayıt yapmaya başlamak için tarayıcınızda kameraya erişime izin verin",
|
|
7999
8059
|
"To start recording, allow the microphone access in your browser": "Kayıt yapmaya başlamak için tarayıcınızda mikrofona erişime izin verin",
|
|
@@ -8631,7 +8691,7 @@ var Streami18n = class {
|
|
|
8631
8691
|
};
|
|
8632
8692
|
try {
|
|
8633
8693
|
if (this.DateTimeParser && isDayJs(this.DateTimeParser)) {
|
|
8634
|
-
this.DateTimeParser.extend(
|
|
8694
|
+
this.DateTimeParser.extend(localizedFormat);
|
|
8635
8695
|
this.DateTimeParser.extend(calendar);
|
|
8636
8696
|
this.DateTimeParser.extend(localeData);
|
|
8637
8697
|
this.DateTimeParser.extend(relativeTime);
|
|
@@ -8954,8 +9014,9 @@ var useFlagHandler = (message) => {
|
|
|
8954
9014
|
//#region src/components/Message/hooks/useMentionsHandler.ts
|
|
8955
9015
|
function createEventHandler(fn, message) {
|
|
8956
9016
|
return (event) => {
|
|
8957
|
-
|
|
8958
|
-
|
|
9017
|
+
const hasMentions = Boolean(message?.mentioned_users?.length || message?.mentioned_channel || message?.mentioned_here || message?.mentioned_roles?.length || message?.mentioned_groups?.length);
|
|
9018
|
+
if (typeof fn !== "function" || !message || !hasMentions) return;
|
|
9019
|
+
fn(event, message?.mentioned_users ?? [], message);
|
|
8959
9020
|
};
|
|
8960
9021
|
}
|
|
8961
9022
|
var useMentionsHandler = (message, customMentionHandler) => {
|
|
@@ -9894,34 +9955,108 @@ var emojiMarkdownPlugin = () => {
|
|
|
9894
9955
|
};
|
|
9895
9956
|
//#endregion
|
|
9896
9957
|
//#region src/components/Message/renderText/rehypePlugins/mentionsMarkdownPlugin.ts
|
|
9897
|
-
var
|
|
9898
|
-
|
|
9899
|
-
|
|
9900
|
-
|
|
9901
|
-
|
|
9902
|
-
|
|
9903
|
-
|
|
9958
|
+
var MENTION_TRAILING_BOUNDARY = String.raw`(?=$|\s|[!,.?;:'")\]}])`;
|
|
9959
|
+
var isUserMentionEntity = (entity) => entity.mentionType === "user";
|
|
9960
|
+
var getMentionDisplayTexts = (entity) => {
|
|
9961
|
+
if (entity.mentionType === "user") return [entity.name || entity.id].filter(Boolean);
|
|
9962
|
+
if (entity.mentionType === "channel" || entity.mentionType === "here") return [entity.name || entity.id];
|
|
9963
|
+
return Array.from(new Set([entity.name, entity.id].filter(Boolean)));
|
|
9964
|
+
};
|
|
9965
|
+
var getRenderTextMentionEntities = (metadata) => {
|
|
9966
|
+
if (!metadata) return [];
|
|
9967
|
+
const mentions = (metadata.mentioned_users ?? []).map((user) => ({
|
|
9968
|
+
...user,
|
|
9969
|
+
mentionType: "user"
|
|
9970
|
+
}));
|
|
9971
|
+
if (metadata.mentioned_channel) mentions.push({
|
|
9972
|
+
id: "channel",
|
|
9973
|
+
mentionType: "channel",
|
|
9974
|
+
name: "channel"
|
|
9975
|
+
});
|
|
9976
|
+
if (metadata.mentioned_here) mentions.push({
|
|
9977
|
+
id: "here",
|
|
9978
|
+
mentionType: "here",
|
|
9979
|
+
name: "here"
|
|
9980
|
+
});
|
|
9981
|
+
if (metadata.mentioned_roles?.length) mentions.push(...metadata.mentioned_roles.map((role) => ({
|
|
9982
|
+
id: role,
|
|
9983
|
+
mentionType: "role",
|
|
9984
|
+
name: role
|
|
9985
|
+
})));
|
|
9986
|
+
if (metadata.mentioned_groups?.length) mentions.push(...metadata.mentioned_groups.map((group) => ({
|
|
9987
|
+
id: group.id,
|
|
9988
|
+
mentionType: "user_group",
|
|
9989
|
+
name: group.name
|
|
9990
|
+
})));
|
|
9991
|
+
return mentions;
|
|
9992
|
+
};
|
|
9993
|
+
var toRenderTextMentionEntities = (mentionEntities) => mentionEntities.map((entity) => "mentionType" in entity ? entity : {
|
|
9994
|
+
...entity,
|
|
9995
|
+
mentionType: "user"
|
|
9996
|
+
});
|
|
9997
|
+
var createMentionLookup = (mentionEntitiesOrUsers) => {
|
|
9998
|
+
const mentionReplacementMap = toRenderTextMentionEntities(mentionEntitiesOrUsers).reduce((replacementMap, entity) => {
|
|
9999
|
+
getMentionDisplayTexts(entity).forEach((mentionDisplayText) => {
|
|
10000
|
+
const prefixedMentionDisplayText = `@${mentionDisplayText}`;
|
|
10001
|
+
if (!replacementMap.has(prefixedMentionDisplayText)) replacementMap.set(prefixedMentionDisplayText, {
|
|
10002
|
+
entity,
|
|
10003
|
+
mentionDisplayText: prefixedMentionDisplayText
|
|
10004
|
+
});
|
|
10005
|
+
});
|
|
10006
|
+
return replacementMap;
|
|
10007
|
+
}, /* @__PURE__ */ new Map());
|
|
10008
|
+
const mentionReplacements = Array.from(mentionReplacementMap.values()).sort((a, b) => b.mentionDisplayText.length - a.mentionDisplayText.length);
|
|
10009
|
+
return {
|
|
10010
|
+
mentionDisplayTextSet: new Set(mentionReplacementMap.keys()),
|
|
10011
|
+
mentionReplacementMap,
|
|
10012
|
+
mentionReplacements,
|
|
10013
|
+
mentionsRegex: mentionReplacements.length ? new RegExp(`(?:${mentionReplacements.map(({ mentionDisplayText }) => escapeRegExp(mentionDisplayText)).join("|")})${MENTION_TRAILING_BOUNDARY}`, "g") : null
|
|
10014
|
+
};
|
|
10015
|
+
};
|
|
10016
|
+
var mentionsMarkdownPluginFromLookup = ({ mentionDisplayTextSet, mentionReplacementMap, mentionReplacements, mentionsRegex }) => () => {
|
|
10017
|
+
const replace = (mentionDisplayText) => {
|
|
10018
|
+
const replacement = mentionReplacementMap.get(mentionDisplayText);
|
|
10019
|
+
if (!replacement) return mentionDisplayText;
|
|
10020
|
+
return u("element", isUserMentionEntity(replacement.entity) ? {
|
|
10021
|
+
mentionedEntity: replacement.entity,
|
|
10022
|
+
mentionedUser: replacement.entity,
|
|
10023
|
+
properties: {},
|
|
10024
|
+
tagName: "mention"
|
|
10025
|
+
} : {
|
|
10026
|
+
mentionedEntity: replacement.entity,
|
|
9904
10027
|
properties: {},
|
|
9905
10028
|
tagName: "mention"
|
|
9906
|
-
}, [u("text",
|
|
10029
|
+
}, [u("text", mentionDisplayText)]);
|
|
9907
10030
|
};
|
|
9908
10031
|
const transform = (tree) => {
|
|
9909
|
-
if (!
|
|
9910
|
-
visit(tree, (node, index, parent) => {
|
|
10032
|
+
if (!mentionReplacements.length || !mentionsRegex) return;
|
|
10033
|
+
if (mentionDisplayTextSet.size) visit(tree, (node, index, parent) => {
|
|
9911
10034
|
if (typeof index === "undefined") return;
|
|
9912
10035
|
if (!parent) return;
|
|
9913
10036
|
const nextChildHref = parent.children.at(index + 1)?.properties?.href;
|
|
9914
|
-
|
|
9915
|
-
|
|
9916
|
-
const
|
|
10037
|
+
const textNode = node;
|
|
10038
|
+
if (textNode.type === "text" && /.?\s?@$|^@$/.test(textNode.value) && nextChildHref?.startsWith("mailto:")) {
|
|
10039
|
+
const newTextValue = textNode.value.replace(/@$/, "");
|
|
10040
|
+
const mentionDisplayText = `@${nextChildHref.replace("mailto:", "")}`;
|
|
10041
|
+
if (!mentionDisplayTextSet.has(mentionDisplayText)) return;
|
|
9917
10042
|
parent.children[index] = u("text", newTextValue);
|
|
9918
|
-
parent.children[index + 1] = u("text",
|
|
10043
|
+
parent.children[index + 1] = u("text", mentionDisplayText);
|
|
9919
10044
|
}
|
|
9920
10045
|
});
|
|
9921
|
-
findAndReplace(tree, [
|
|
10046
|
+
findAndReplace(tree, [mentionsRegex, replace]);
|
|
9922
10047
|
};
|
|
9923
10048
|
return transform;
|
|
9924
10049
|
};
|
|
10050
|
+
var createMentionPluginAndDisplayTextSet = (mentionEntitiesOrUsers) => {
|
|
10051
|
+
const mentionLookup = createMentionLookup(mentionEntitiesOrUsers);
|
|
10052
|
+
return {
|
|
10053
|
+
mentionDisplayTextSet: mentionLookup.mentionDisplayTextSet,
|
|
10054
|
+
plugin: mentionsMarkdownPluginFromLookup(mentionLookup)
|
|
10055
|
+
};
|
|
10056
|
+
};
|
|
10057
|
+
function mentionsMarkdownPlugin(mentionEntitiesOrUsers) {
|
|
10058
|
+
return createMentionPluginAndDisplayTextSet(mentionEntitiesOrUsers).plugin;
|
|
10059
|
+
}
|
|
9925
10060
|
//#endregion
|
|
9926
10061
|
//#region src/components/Message/renderText/remarkPlugins/htmlToTextPlugin.ts
|
|
9927
10062
|
var visitor = (node) => {
|
|
@@ -10104,9 +10239,11 @@ var Emoji = ({ children }) => /* @__PURE__ */ jsx("span", {
|
|
|
10104
10239
|
});
|
|
10105
10240
|
//#endregion
|
|
10106
10241
|
//#region src/components/Message/renderText/componentRenderers/Mention.tsx
|
|
10107
|
-
var Mention = ({ children, node: {
|
|
10242
|
+
var Mention = ({ children, node: { mentionedEntity } }) => /* @__PURE__ */ jsx("span", {
|
|
10108
10243
|
className: "str-chat__message-mention",
|
|
10109
|
-
"data-
|
|
10244
|
+
"data-mention-id": mentionedEntity.id,
|
|
10245
|
+
"data-mention-type": mentionedEntity.mentionType,
|
|
10246
|
+
"data-user-id": mentionedEntity.mentionType === "user" ? mentionedEntity.id : void 0,
|
|
10110
10247
|
children
|
|
10111
10248
|
});
|
|
10112
10249
|
//#endregion
|
|
@@ -10185,10 +10322,12 @@ var markDownRenderers = {
|
|
|
10185
10322
|
emoji: Emoji,
|
|
10186
10323
|
mention: Mention
|
|
10187
10324
|
};
|
|
10188
|
-
|
|
10325
|
+
function renderText(text, mentionedUsers, { allowedTagNames = defaultAllowedTagNames, customMarkDownRenderers, getRehypePlugins = getPluginsForward, getRemarkPlugins = getPluginsForward, messageMentionEntities } = {}) {
|
|
10189
10326
|
if (!text) return null;
|
|
10190
10327
|
if (text.trim().length === 1) return /* @__PURE__ */ jsx(Fragment$1, { children: text });
|
|
10191
10328
|
let newText = text;
|
|
10329
|
+
const renderTextMentionEntities = messageMentionEntities ?? getRenderTextMentionEntities({ mentioned_users: mentionedUsers });
|
|
10330
|
+
const { mentionDisplayTextSet, plugin: mentionsPlugin } = createMentionPluginAndDisplayTextSet(renderTextMentionEntities);
|
|
10192
10331
|
const markdownLinks = matchMarkdownLinks(newText);
|
|
10193
10332
|
const codeBlocks = messageCodeBlocks(newText);
|
|
10194
10333
|
const links = [...find(newText, "email"), ...find(newText, "url")];
|
|
@@ -10202,8 +10341,9 @@ var renderText = (text, mentionedUsers, { allowedTagNames = defaultAllowedTagNam
|
|
|
10202
10341
|
return strippedHref.includes(strippedText) || strippedText.includes(strippedHref);
|
|
10203
10342
|
})).length > 0 || linkIsInBlock) continue;
|
|
10204
10343
|
try {
|
|
10205
|
-
if (type === "email"
|
|
10206
|
-
|
|
10344
|
+
if (type === "email") {
|
|
10345
|
+
const mentionDisplayText = `@${value}`;
|
|
10346
|
+
if (mentionDisplayTextSet.has(mentionDisplayText)) {
|
|
10207
10347
|
const isMention = newText.charAt(start - 1) === "@";
|
|
10208
10348
|
newText = newText.slice(0, start) + (isMention ? value : `[${value}](${encodeDecode(href)})`) + newText.slice(end);
|
|
10209
10349
|
}
|
|
@@ -10221,7 +10361,7 @@ var renderText = (text, mentionedUsers, { allowedTagNames = defaultAllowedTagNam
|
|
|
10221
10361
|
imageToLink
|
|
10222
10362
|
];
|
|
10223
10363
|
const rehypePlugins = [emojiMarkdownPlugin];
|
|
10224
|
-
if (
|
|
10364
|
+
if (renderTextMentionEntities.length) rehypePlugins.push(mentionsPlugin);
|
|
10225
10365
|
return /* @__PURE__ */ jsx(ErrorBoundary, {
|
|
10226
10366
|
fallback: /* @__PURE__ */ jsx(Fragment$1, { children: text }),
|
|
10227
10367
|
children: /* @__PURE__ */ jsx(ReactMarkdown, {
|
|
@@ -10238,7 +10378,7 @@ var renderText = (text, mentionedUsers, { allowedTagNames = defaultAllowedTagNam
|
|
|
10238
10378
|
children: newText
|
|
10239
10379
|
})
|
|
10240
10380
|
});
|
|
10241
|
-
}
|
|
10381
|
+
}
|
|
10242
10382
|
//#endregion
|
|
10243
10383
|
//#region src/components/Message/MessageText.tsx
|
|
10244
10384
|
var UnMemoizedMessageTextComponent = (props) => {
|
|
@@ -10254,14 +10394,28 @@ var UnMemoizedMessageTextComponent = (props) => {
|
|
|
10254
10394
|
language: userLanguage,
|
|
10255
10395
|
message
|
|
10256
10396
|
}) || message.text;
|
|
10257
|
-
const
|
|
10397
|
+
const renderTextMentionEntities = useMemo(() => getRenderTextMentionEntities({
|
|
10398
|
+
mentioned_channel: message.mentioned_channel,
|
|
10399
|
+
mentioned_groups: message.mentioned_groups,
|
|
10400
|
+
mentioned_here: message.mentioned_here,
|
|
10401
|
+
mentioned_roles: message.mentioned_roles,
|
|
10402
|
+
mentioned_users: message.mentioned_users
|
|
10403
|
+
}), [
|
|
10404
|
+
message.mentioned_channel,
|
|
10405
|
+
message.mentioned_groups,
|
|
10406
|
+
message.mentioned_here,
|
|
10407
|
+
message.mentioned_roles,
|
|
10408
|
+
message.mentioned_users
|
|
10409
|
+
]);
|
|
10410
|
+
const messageText = useMemo(() => renderText$1(messageTextToRender, message.mentioned_users, { messageMentionEntities: renderTextMentionEntities }), [
|
|
10258
10411
|
message.mentioned_users,
|
|
10259
10412
|
messageTextToRender,
|
|
10260
|
-
renderText$1
|
|
10413
|
+
renderText$1,
|
|
10414
|
+
renderTextMentionEntities
|
|
10261
10415
|
]);
|
|
10262
10416
|
const wrapperClass = customWrapperClass || "str-chat__message-text";
|
|
10263
10417
|
const innerClass = customInnerClass;
|
|
10264
|
-
const isMentionsInteractionEnabled = Boolean(
|
|
10418
|
+
const isMentionsInteractionEnabled = Boolean(renderTextMentionEntities.length) && typeof onMentionsClickMessage === "function";
|
|
10265
10419
|
const senderName = message.user?.name;
|
|
10266
10420
|
const messageContext = senderName ? t("aria/Message from {{ user }},", { user: senderName }) : t("aria/Message,");
|
|
10267
10421
|
const messageLabelledBy = `${messageContextId} ${messageTextId}`;
|
|
@@ -13804,6 +13958,7 @@ var MediaRecorderController = class {
|
|
|
13804
13958
|
};
|
|
13805
13959
|
this.pause = () => {
|
|
13806
13960
|
if (this.recordingState.value !== "recording") return;
|
|
13961
|
+
if (this.mediaRecorder?.state !== "recording") return;
|
|
13807
13962
|
if (this.startTime) {
|
|
13808
13963
|
this.recordedChunkDurations.push((/* @__PURE__ */ new Date()).getTime() - this.startTime);
|
|
13809
13964
|
this.startTime = void 0;
|
|
@@ -13815,6 +13970,7 @@ var MediaRecorderController = class {
|
|
|
13815
13970
|
};
|
|
13816
13971
|
this.resume = () => {
|
|
13817
13972
|
if (this.recordingState.value !== "paused") return;
|
|
13973
|
+
if (this.mediaRecorder?.state !== "paused") return;
|
|
13818
13974
|
this.startTime = (/* @__PURE__ */ new Date()).getTime();
|
|
13819
13975
|
this.mediaRecorder?.resume();
|
|
13820
13976
|
this.amplitudeRecorder?.start();
|
|
@@ -14178,6 +14334,19 @@ var QuotedMessagePreviewUI = ({ authorLabel, className, getQuotedMessageAuthor,
|
|
|
14178
14334
|
quotedMessage?.text,
|
|
14179
14335
|
userLanguage
|
|
14180
14336
|
]);
|
|
14337
|
+
const quotedMessageMentionEntities = useMemo(() => getRenderTextMentionEntities({
|
|
14338
|
+
mentioned_channel: quotedMessage?.mentioned_channel,
|
|
14339
|
+
mentioned_groups: quotedMessage?.mentioned_groups,
|
|
14340
|
+
mentioned_here: quotedMessage?.mentioned_here,
|
|
14341
|
+
mentioned_roles: quotedMessage?.mentioned_roles,
|
|
14342
|
+
mentioned_users: quotedMessage?.mentioned_users
|
|
14343
|
+
}), [
|
|
14344
|
+
quotedMessage?.mentioned_channel,
|
|
14345
|
+
quotedMessage?.mentioned_groups,
|
|
14346
|
+
quotedMessage?.mentioned_here,
|
|
14347
|
+
quotedMessage?.mentioned_roles,
|
|
14348
|
+
quotedMessage?.mentioned_users
|
|
14349
|
+
]);
|
|
14181
14350
|
const { AttachmentIcon, PreviewImage, renderedText } = useMemo(() => {
|
|
14182
14351
|
if (!quotedMessage) return {
|
|
14183
14352
|
AttachmentIcon: NullAttachmentIcon,
|
|
@@ -14197,7 +14366,7 @@ var QuotedMessagePreviewUI = ({ authorLabel, className, getQuotedMessageAuthor,
|
|
|
14197
14366
|
else if (previewType === "video") renderedText = groupedAttachments.videos.length === 1 ? t("Video") : t("{{ count }} videos", { count: groupedAttachments.videos.length });
|
|
14198
14367
|
else if (previewType === "file") renderedText = groupedAttachments.documents[0].title;
|
|
14199
14368
|
else if (previewType === "image") renderedText = groupedAttachments.images.length === 1 ? t("Photo") : t("{{ count }} photos", { count: groupedAttachments.images.length });
|
|
14200
|
-
} else if (renderText) renderedText = renderText(quotedMessageText, quotedMessage?.mentioned_users);
|
|
14369
|
+
} else if (renderText) renderedText = renderText(quotedMessageText, quotedMessage?.mentioned_users, { messageMentionEntities: quotedMessageMentionEntities });
|
|
14201
14370
|
else renderedText = quotedMessageText;
|
|
14202
14371
|
return {
|
|
14203
14372
|
AttachmentIcon,
|
|
@@ -14207,6 +14376,7 @@ var QuotedMessagePreviewUI = ({ authorLabel, className, getQuotedMessageAuthor,
|
|
|
14207
14376
|
}, [
|
|
14208
14377
|
giphyVersionName,
|
|
14209
14378
|
quotedMessage,
|
|
14379
|
+
quotedMessageMentionEntities,
|
|
14210
14380
|
quotedMessageText,
|
|
14211
14381
|
renderText,
|
|
14212
14382
|
t
|
|
@@ -17693,6 +17863,215 @@ var EmoticonItem = (props) => {
|
|
|
17693
17863
|
});
|
|
17694
17864
|
};
|
|
17695
17865
|
//#endregion
|
|
17866
|
+
//#region src/components/ListItemLayout/ListItemLayout.tsx
|
|
17867
|
+
var ListItemLayout = ({ ContentSlot = ListItemLayoutContent, contentClassName, description, descriptionClassName, destructive, LeadingIcon, LeadingSlot, RootElement, rootProps, selected, subtitle, subtitleClassName, title, titleClassName, TrailingIcon, TrailingSlot }) => {
|
|
17868
|
+
const ContainerComponent = RootElement ?? "div";
|
|
17869
|
+
return /* @__PURE__ */ jsx("div", {
|
|
17870
|
+
className: "str-chat__list-item-layout",
|
|
17871
|
+
children: /* @__PURE__ */ jsxs(ContainerComponent, {
|
|
17872
|
+
...ContainerComponent === "button" ? { type: "button" } : void 0,
|
|
17873
|
+
...rootProps,
|
|
17874
|
+
className: clsx("str-chat__list-item-layout__container", rootProps?.className, destructive && "str-chat__list-item-layout__container--destructive", selected && "str-chat__list-item-layout__container--selected"),
|
|
17875
|
+
children: [
|
|
17876
|
+
LeadingIcon && /* @__PURE__ */ jsx("div", {
|
|
17877
|
+
className: "str-chat__list-item-layout__leading-icon",
|
|
17878
|
+
children: /* @__PURE__ */ jsx(LeadingIcon, {})
|
|
17879
|
+
}),
|
|
17880
|
+
LeadingSlot && /* @__PURE__ */ jsx(LeadingSlot, {}),
|
|
17881
|
+
/* @__PURE__ */ jsx(ContentSlot, {
|
|
17882
|
+
className: contentClassName,
|
|
17883
|
+
description,
|
|
17884
|
+
descriptionClassName,
|
|
17885
|
+
subtitle,
|
|
17886
|
+
subtitleClassName,
|
|
17887
|
+
title,
|
|
17888
|
+
titleClassName
|
|
17889
|
+
}),
|
|
17890
|
+
TrailingIcon && /* @__PURE__ */ jsx("div", {
|
|
17891
|
+
className: "str-chat__list-item-layout__trailing-icon",
|
|
17892
|
+
children: /* @__PURE__ */ jsx(TrailingIcon, {})
|
|
17893
|
+
}),
|
|
17894
|
+
TrailingSlot && /* @__PURE__ */ jsx(TrailingSlot, {})
|
|
17895
|
+
]
|
|
17896
|
+
})
|
|
17897
|
+
});
|
|
17898
|
+
};
|
|
17899
|
+
var ListItemLayoutContent = ({ className, description, descriptionClassName, subtitle, subtitleClassName, title, titleClassName, ...props }) => /* @__PURE__ */ jsxs("div", {
|
|
17900
|
+
...props,
|
|
17901
|
+
className: clsx("str-chat__list-item-layout__content", className, {
|
|
17902
|
+
"str-chat__list-item-layout__content--withDescription": description,
|
|
17903
|
+
"str-chat__list-item-layout__content--withSubtitle": subtitle,
|
|
17904
|
+
"str-chat__list-item-layout__content--withTitle": title
|
|
17905
|
+
}),
|
|
17906
|
+
children: [
|
|
17907
|
+
title && /* @__PURE__ */ jsx("div", {
|
|
17908
|
+
className: clsx("str-chat__list-item-layout__title", titleClassName),
|
|
17909
|
+
children: title
|
|
17910
|
+
}),
|
|
17911
|
+
subtitle && /* @__PURE__ */ jsx("div", {
|
|
17912
|
+
className: clsx("str-chat__list-item-layout__subtitle", subtitleClassName),
|
|
17913
|
+
children: subtitle
|
|
17914
|
+
}),
|
|
17915
|
+
description && /* @__PURE__ */ jsx("div", {
|
|
17916
|
+
className: clsx("str-chat__list-item-layout__description", descriptionClassName),
|
|
17917
|
+
children: description
|
|
17918
|
+
})
|
|
17919
|
+
]
|
|
17920
|
+
});
|
|
17921
|
+
//#endregion
|
|
17922
|
+
//#region src/components/TextareaComposer/SuggestionList/MentionItem/MentionSuggestionTitle.tsx
|
|
17923
|
+
var MentionSuggestionTitle = ({ children }) => /* @__PURE__ */ jsxs(Fragment$1, { children: ["@", children] });
|
|
17924
|
+
//#endregion
|
|
17925
|
+
//#region src/components/TextareaComposer/SuggestionList/MentionItem/BroadcastMentionItem.tsx
|
|
17926
|
+
var BroadcastMentionItem = ({ entity, focused, ...buttonProps }) => {
|
|
17927
|
+
const { t } = useTranslationContext();
|
|
17928
|
+
return /* @__PURE__ */ jsx(ListItemLayout, {
|
|
17929
|
+
contentClassName: "str-chat__suggestion-list__item-content",
|
|
17930
|
+
description: entity.mentionType === "channel" ? t("mention/Channel Description") : t("mention/Here Description"),
|
|
17931
|
+
descriptionClassName: "str-chat__suggestion-list__item-details",
|
|
17932
|
+
LeadingIcon: IconMegaphone,
|
|
17933
|
+
RootElement: "button",
|
|
17934
|
+
rootProps: {
|
|
17935
|
+
...buttonProps,
|
|
17936
|
+
className: clsx("str-chat__context-menu__button", buttonProps.className, "str-chat__suggestion-list__mention"),
|
|
17937
|
+
role: buttonProps.role ?? "menuitem",
|
|
17938
|
+
title: `@${entity.name}`
|
|
17939
|
+
},
|
|
17940
|
+
selected: focused,
|
|
17941
|
+
title: /* @__PURE__ */ jsx(MentionSuggestionTitle, { children: entity.name }),
|
|
17942
|
+
titleClassName: "str-chat__suggestion-list__item-title str-chat__suggestion-list__mention-item-title"
|
|
17943
|
+
});
|
|
17944
|
+
};
|
|
17945
|
+
//#endregion
|
|
17946
|
+
//#region src/components/TextareaComposer/SuggestionList/TokenizedSuggestionParts.tsx
|
|
17947
|
+
var HTML_SPACE = "\xA0";
|
|
17948
|
+
var isWhitespace = (char) => char.trim() === "";
|
|
17949
|
+
var replaceBoundaryWhitespaceWithHTMLSpace = (part) => {
|
|
17950
|
+
if (!part) return part;
|
|
17951
|
+
let startIndex = 0;
|
|
17952
|
+
while (startIndex < part.length && isWhitespace(part[startIndex])) startIndex += 1;
|
|
17953
|
+
if (startIndex === part.length) return HTML_SPACE;
|
|
17954
|
+
let endIndex = part.length - 1;
|
|
17955
|
+
while (endIndex >= startIndex && isWhitespace(part[endIndex])) endIndex -= 1;
|
|
17956
|
+
return `${startIndex > 0 ? HTML_SPACE : ""}${part.slice(startIndex, endIndex + 1)}${endIndex < part.length - 1 ? HTML_SPACE : ""}`;
|
|
17957
|
+
};
|
|
17958
|
+
var TokenizedSuggestionParts = ({ tokenizedDisplayName }) => tokenizedDisplayName.parts.map((part, i) => {
|
|
17959
|
+
const matches = part.toLowerCase() === tokenizedDisplayName.token;
|
|
17960
|
+
const partWithHTMLSpacesAround = replaceBoundaryWhitespaceWithHTMLSpace(part);
|
|
17961
|
+
return /* @__PURE__ */ jsx("span", {
|
|
17962
|
+
className: clsx({
|
|
17963
|
+
"str-chat__emoji-item-part": !matches,
|
|
17964
|
+
"str-chat__suggestion-item-part--match": matches
|
|
17965
|
+
}),
|
|
17966
|
+
children: partWithHTMLSpacesAround
|
|
17967
|
+
}, `part-${i}`);
|
|
17968
|
+
});
|
|
17969
|
+
//#endregion
|
|
17970
|
+
//#region src/components/TextareaComposer/SuggestionList/MentionItem/RoleItem.tsx
|
|
17971
|
+
var RoleItem = ({ entity, focused, ...buttonProps }) => {
|
|
17972
|
+
const { t } = useTranslationContext();
|
|
17973
|
+
const role = entity.name;
|
|
17974
|
+
return /* @__PURE__ */ jsx(ListItemLayout, {
|
|
17975
|
+
contentClassName: "str-chat__suggestion-list__item-content",
|
|
17976
|
+
LeadingIcon: IconShield,
|
|
17977
|
+
RootElement: "button",
|
|
17978
|
+
rootProps: {
|
|
17979
|
+
...buttonProps,
|
|
17980
|
+
className: clsx("str-chat__context-menu__button", buttonProps.className, "str-chat__suggestion-list__mention"),
|
|
17981
|
+
role: buttonProps.role ?? "menuitem",
|
|
17982
|
+
title: `@${role}`
|
|
17983
|
+
},
|
|
17984
|
+
selected: focused,
|
|
17985
|
+
subtitle: t("Notify all {{ role }} members", { role }),
|
|
17986
|
+
subtitleClassName: "str-chat__suggestion-list__item-details",
|
|
17987
|
+
title: /* @__PURE__ */ jsx(MentionSuggestionTitle, { children: /* @__PURE__ */ jsx(TokenizedSuggestionParts, { tokenizedDisplayName: entity.tokenizedDisplayName }) }),
|
|
17988
|
+
titleClassName: "str-chat__suggestion-list__item-title str-chat__suggestion-list__mention-item-title"
|
|
17989
|
+
});
|
|
17990
|
+
};
|
|
17991
|
+
//#endregion
|
|
17992
|
+
//#region src/components/TextareaComposer/SuggestionList/MentionItem/SpecialMentionItem.tsx
|
|
17993
|
+
var SpecialMentionItem = () => null;
|
|
17994
|
+
//#endregion
|
|
17995
|
+
//#region src/components/TextareaComposer/SuggestionList/MentionItem/UserGroupItem.tsx
|
|
17996
|
+
var UserGroupItem = ({ entity, focused, ...buttonProps }) => {
|
|
17997
|
+
return /* @__PURE__ */ jsx(ListItemLayout, {
|
|
17998
|
+
contentClassName: "str-chat__suggestion-list__item-content",
|
|
17999
|
+
LeadingIcon: IconUsers,
|
|
18000
|
+
RootElement: "button",
|
|
18001
|
+
rootProps: {
|
|
18002
|
+
...buttonProps,
|
|
18003
|
+
className: clsx("str-chat__context-menu__button", buttonProps.className, "str-chat__suggestion-list__mention"),
|
|
18004
|
+
role: buttonProps.role ?? "menuitem",
|
|
18005
|
+
title: `@${entity.name}`
|
|
18006
|
+
},
|
|
18007
|
+
selected: focused,
|
|
18008
|
+
subtitle: entity.description,
|
|
18009
|
+
subtitleClassName: "str-chat__suggestion-list__item-details",
|
|
18010
|
+
title: /* @__PURE__ */ jsx(MentionSuggestionTitle, { children: /* @__PURE__ */ jsx(TokenizedSuggestionParts, { tokenizedDisplayName: entity.tokenizedDisplayName }) }),
|
|
18011
|
+
titleClassName: "str-chat__suggestion-list__item-title str-chat__suggestion-list__mention-item-title"
|
|
18012
|
+
});
|
|
18013
|
+
};
|
|
18014
|
+
//#endregion
|
|
18015
|
+
//#region src/components/TextareaComposer/SuggestionList/MentionItem/UserItem.tsx
|
|
18016
|
+
/**
|
|
18017
|
+
* UI component for mentions rendered in suggestion list
|
|
18018
|
+
*/
|
|
18019
|
+
var UserItem = ({ entity, focused, ...buttonProps }) => {
|
|
18020
|
+
const hasEntity = !!Object.keys(entity).length;
|
|
18021
|
+
const titleAttribute = entity.name || entity.id || "";
|
|
18022
|
+
const LeadingSlot = useMemo(() => function UserItemAvatar() {
|
|
18023
|
+
return /* @__PURE__ */ jsx(Avatar, {
|
|
18024
|
+
imageUrl: entity.image,
|
|
18025
|
+
size: "md",
|
|
18026
|
+
userName: titleAttribute
|
|
18027
|
+
});
|
|
18028
|
+
}, [entity.image, titleAttribute]);
|
|
18029
|
+
if (!hasEntity) return null;
|
|
18030
|
+
return /* @__PURE__ */ jsx(ListItemLayout, {
|
|
18031
|
+
contentClassName: "str-chat__context-menu__button__label",
|
|
18032
|
+
LeadingSlot,
|
|
18033
|
+
RootElement: "button",
|
|
18034
|
+
rootProps: {
|
|
18035
|
+
...buttonProps,
|
|
18036
|
+
className: clsx("str-chat__context-menu__button", "str-chat__user-context-menu__button", buttonProps.className, "str-chat__suggestion-list__mention"),
|
|
18037
|
+
role: buttonProps.role ?? "menuitem",
|
|
18038
|
+
title: titleAttribute
|
|
18039
|
+
},
|
|
18040
|
+
selected: focused,
|
|
18041
|
+
title: /* @__PURE__ */ jsx(TokenizedSuggestionParts, { tokenizedDisplayName: entity.tokenizedDisplayName }),
|
|
18042
|
+
titleClassName: "str-chat__suggestion-list__mention-item-title"
|
|
18043
|
+
});
|
|
18044
|
+
};
|
|
18045
|
+
//#endregion
|
|
18046
|
+
//#region src/components/TextareaComposer/SuggestionList/MentionItem/MentionItem.tsx
|
|
18047
|
+
var MentionItem = ({ BroadcastMentionItem: BroadcastMentionItem$1 = BroadcastMentionItem, entity, focused, RoleItem: RoleItem$1 = RoleItem, SpecialMentionItem: SpecialMentionItem$1 = SpecialMentionItem, UserGroupItem: UserGroupItem$1 = UserGroupItem, UserItem: UserItem$1 = UserItem, ...buttonProps }) => {
|
|
18048
|
+
if (entity.mentionType === "user") return /* @__PURE__ */ jsx(UserItem$1, {
|
|
18049
|
+
...buttonProps,
|
|
18050
|
+
entity,
|
|
18051
|
+
focused
|
|
18052
|
+
});
|
|
18053
|
+
if (entity.mentionType === "role") return /* @__PURE__ */ jsx(RoleItem$1, {
|
|
18054
|
+
...buttonProps,
|
|
18055
|
+
entity,
|
|
18056
|
+
focused
|
|
18057
|
+
});
|
|
18058
|
+
if (entity.mentionType === "user_group") return /* @__PURE__ */ jsx(UserGroupItem$1, {
|
|
18059
|
+
...buttonProps,
|
|
18060
|
+
entity,
|
|
18061
|
+
focused
|
|
18062
|
+
});
|
|
18063
|
+
if (entity.mentionType === "channel" || entity.mentionType === "here") return /* @__PURE__ */ jsx(BroadcastMentionItem$1, {
|
|
18064
|
+
...buttonProps,
|
|
18065
|
+
entity,
|
|
18066
|
+
focused
|
|
18067
|
+
});
|
|
18068
|
+
return /* @__PURE__ */ jsx(SpecialMentionItem$1, {
|
|
18069
|
+
...buttonProps,
|
|
18070
|
+
entity,
|
|
18071
|
+
focused
|
|
18072
|
+
});
|
|
18073
|
+
};
|
|
18074
|
+
//#endregion
|
|
17696
18075
|
//#region src/components/TextareaComposer/SuggestionList/SuggestionListItem.tsx
|
|
17697
18076
|
var SuggestionListItem = ({ className, component: Component, focused, item, onClick, onKeyDown, onMouseEnter, ...restProps }) => {
|
|
17698
18077
|
const { textComposer } = useMessageComposerController();
|
|
@@ -17731,33 +18110,6 @@ var SuggestionListItem = ({ className, component: Component, focused, item, onCl
|
|
|
17731
18110
|
});
|
|
17732
18111
|
};
|
|
17733
18112
|
//#endregion
|
|
17734
|
-
//#region src/components/TextareaComposer/SuggestionList/UserItem.tsx
|
|
17735
|
-
/**
|
|
17736
|
-
* UI component for mentions rendered in suggestion list
|
|
17737
|
-
*/
|
|
17738
|
-
var UserItem = ({ entity, focused: _, ...buttonProps }) => {
|
|
17739
|
-
if (!!!Object.keys(entity).length) return null;
|
|
17740
|
-
const { parts, token } = entity.tokenizedDisplayName;
|
|
17741
|
-
const renderName = () => parts.map((part, i) => {
|
|
17742
|
-
const matches = part.toLowerCase() === token;
|
|
17743
|
-
const partWithHTMLSpacesAround = part.replace(/^\s+|\s+$/g, "\xA0");
|
|
17744
|
-
return /* @__PURE__ */ jsx("span", {
|
|
17745
|
-
className: clsx({
|
|
17746
|
-
"str-chat__emoji-item-part": !matches,
|
|
17747
|
-
"str-chat__suggestion-item-part--match": matches
|
|
17748
|
-
}),
|
|
17749
|
-
children: partWithHTMLSpacesAround
|
|
17750
|
-
}, `part-${i}`);
|
|
17751
|
-
});
|
|
17752
|
-
return /* @__PURE__ */ jsx(UserContextMenuButton, {
|
|
17753
|
-
...buttonProps,
|
|
17754
|
-
imageUrl: entity.image,
|
|
17755
|
-
title: entity.name || entity.id,
|
|
17756
|
-
userName: entity.name || entity.id,
|
|
17757
|
-
children: renderName()
|
|
17758
|
-
});
|
|
17759
|
-
};
|
|
17760
|
-
//#endregion
|
|
17761
18113
|
//#region src/utils/getTextareaCaretRect.ts
|
|
17762
18114
|
var CARET_MIRROR_CLASS = "str-chat__textarea-caret-mirror";
|
|
17763
18115
|
var CARET_MARKER_CLASS = "str-chat__textarea-caret-marker";
|
|
@@ -17815,7 +18167,7 @@ var defaultComponents = {
|
|
|
17815
18167
|
...props,
|
|
17816
18168
|
entity: props.entity
|
|
17817
18169
|
}),
|
|
17818
|
-
"@": (props) => /* @__PURE__ */ jsx(
|
|
18170
|
+
"@": (props) => /* @__PURE__ */ jsx(MentionItem, {
|
|
17819
18171
|
...props,
|
|
17820
18172
|
entity: props.entity
|
|
17821
18173
|
})
|
|
@@ -17911,7 +18263,7 @@ var SuggestionList = ({ className, closeOnClickOutside = true, containerClassNam
|
|
|
17911
18263
|
virtualCaretReference
|
|
17912
18264
|
]);
|
|
17913
18265
|
if (!suggestions || !items?.length || !component || !hasEnabledCommandSuggestions) return null;
|
|
17914
|
-
const suggestionMenuLabel = suggestions.searchSource.type === "commands" ? t("aria/Command Suggestions") : suggestions.searchSource.type === "emojis" ? t("aria/Emoji Suggestions") : suggestions.searchSource.type === "mentions" ? t("aria/
|
|
18266
|
+
const suggestionMenuLabel = suggestions.searchSource.type === "commands" ? t("aria/Command Suggestions") : suggestions.searchSource.type === "emojis" ? t("aria/Emoji Suggestions") : suggestions.searchSource.type === "mentions" ? t("aria/Mention Suggestions") : t("aria/Suggestions");
|
|
17915
18267
|
return /* @__PURE__ */ jsx("div", {
|
|
17916
18268
|
className: clsx("str-chat__suggestion-list-container", containerClassName),
|
|
17917
18269
|
ref: setContainer,
|
|
@@ -18034,14 +18386,14 @@ var TextareaComposer = ({ className, closeSuggestionsOnClickOutside, containerCl
|
|
|
18034
18386
|
const loadedItems = textComposer.suggestions.searchSource.items;
|
|
18035
18387
|
if (event.key === "Enter") {
|
|
18036
18388
|
event.preventDefault();
|
|
18037
|
-
|
|
18389
|
+
const selectedItem = loadedItems[focusedItemIndex];
|
|
18390
|
+
if (selectedItem) textComposer.handleSelect(selectedItem);
|
|
18038
18391
|
}
|
|
18039
18392
|
if (event.key === "ArrowUp") {
|
|
18040
18393
|
event.preventDefault();
|
|
18041
18394
|
setFocusedItemIndex((prev) => {
|
|
18042
18395
|
let nextIndex = prev - 1;
|
|
18043
|
-
if (
|
|
18044
|
-
else if (nextIndex < 0) nextIndex = loadedItems.length - 1;
|
|
18396
|
+
if (nextIndex < 0) nextIndex = loadedItems.length - 1;
|
|
18045
18397
|
return nextIndex;
|
|
18046
18398
|
});
|
|
18047
18399
|
}
|
|
@@ -18049,8 +18401,7 @@ var TextareaComposer = ({ className, closeSuggestionsOnClickOutside, containerCl
|
|
|
18049
18401
|
event.preventDefault();
|
|
18050
18402
|
setFocusedItemIndex((prev) => {
|
|
18051
18403
|
let nextIndex = prev + 1;
|
|
18052
|
-
if (
|
|
18053
|
-
else if (nextIndex >= loadedItems.length) nextIndex = 0;
|
|
18404
|
+
if (nextIndex >= loadedItems.length) nextIndex = 0;
|
|
18054
18405
|
return nextIndex;
|
|
18055
18406
|
});
|
|
18056
18407
|
}
|
|
@@ -18067,7 +18418,6 @@ var TextareaComposer = ({ className, closeSuggestionsOnClickOutside, containerCl
|
|
|
18067
18418
|
messageComposer,
|
|
18068
18419
|
onKeyDown,
|
|
18069
18420
|
shouldSubmit,
|
|
18070
|
-
suggestions,
|
|
18071
18421
|
textComposer,
|
|
18072
18422
|
textareaRef
|
|
18073
18423
|
]);
|
|
@@ -18085,6 +18435,11 @@ var TextareaComposer = ({ className, closeSuggestionsOnClickOutside, containerCl
|
|
|
18085
18435
|
useEffect(() => {
|
|
18086
18436
|
if (textComposer.suggestions) setFocusedItemIndex(0);
|
|
18087
18437
|
}, [textComposer.suggestions]);
|
|
18438
|
+
useEffect(() => {
|
|
18439
|
+
const suggestionItems = suggestions?.searchSource.items;
|
|
18440
|
+
if (!suggestionItems?.length) return;
|
|
18441
|
+
setFocusedItemIndex((prev) => prev >= suggestionItems.length ? suggestionItems.length - 1 : prev);
|
|
18442
|
+
}, [suggestions?.searchSource.items]);
|
|
18088
18443
|
useEffect(() => {
|
|
18089
18444
|
const textareaIsFocused = textareaRef.current?.matches(":focus");
|
|
18090
18445
|
if (!textareaRef.current || textareaIsFocused || !focus) return;
|
|
@@ -25930,7 +26285,7 @@ var useChat = ({ client, defaultLanguage = "en", i18nInstance }) => {
|
|
|
25930
26285
|
};
|
|
25931
26286
|
useEffect(() => {
|
|
25932
26287
|
if (!client) return;
|
|
25933
|
-
const version = "14.
|
|
26288
|
+
const version = "14.5.0";
|
|
25934
26289
|
const userAgent = client.getUserAgent();
|
|
25935
26290
|
if (!userAgent.includes("stream-chat-react")) client.setUserAgent(`stream-chat-react-${version}-${userAgent}`);
|
|
25936
26291
|
client.threads.registerSubscriptions();
|
|
@@ -26190,6 +26545,6 @@ var UnMemoizedWindow = (props) => {
|
|
|
26190
26545
|
*/
|
|
26191
26546
|
var Window = React.memo(UnMemoizedWindow);
|
|
26192
26547
|
//#endregion
|
|
26193
|
-
export { ACTIONS_NOT_WORKING_IN_THREAD, AIStateIndicator, AIStates, ATTACHMENT_GROUPS_ORDER, AddCommentPrompt, Alert, AmountBar, AriaLiveAnnouncerContext, AriaLiveRegion, Attachment, AttachmentActions, AttachmentActionsContainer, AttachmentPreviewList, AttachmentSelector, AttachmentSelectorButton, AttachmentSelectorContextProvider, AttachmentWithinContainer, Audio, AudioContainer, AudioPlayer, AudioRecorder, Avatar, AvatarStack, Badge, BaseContextMenuButton, BaseImage, BinIcon, Button, Callout, Card, CardContainer, Channel, ChannelActionContext, ChannelActionProvider, ChannelAvatar, ChannelHeader, ChannelList, ChannelListContext, ChannelListContextProvider, ChannelListItem, ChannelListItemActionButtons, ChannelListItemTimestamp, ChannelListItemUI, ChannelListUI, ChannelSearchResultItem, ChannelStateContext, ChannelStateProvider, Chat, ChatContext, ChatProvider, ChatView, ChatViewChannelsSelectorButton, ChatViewContext, ChatViewSelectorButton, ChatViewThreadsSelectorButton, CheckSignIcon, Checkmark, CircularProgressIndicator, CommandChip, CommandItem, ComponentContext, ComponentProvider, ContextMenu, ContextMenuBackButton, ContextMenuBody, ContextMenuButton, ContextMenuContent, ContextMenuHeader, ContextMenuRoot, CooldownTimer, DEFAULT_CONTEXT_MENU_KEYBOARD_NAVIGATION_ITEM_SELECTOR, DateSeparator, DefaultAttachmentSelectorComponents, DefaultSearchResultItems, DialogAnchor, DialogManager, DialogManagerProvider, DialogPortalDestination, DialogPortalEntry, DownloadButton, Dropdown, DurationDisplay, EmojiContextMenuButton, EmoticonItem, EmptyStateIndicator, EndPollAlert, ErrorBadge, EventComponent, FILE_ICON_GRAPHIC_CLASSNAME, FILE_ICON_NO_LABEL_CLASSNAME, FieldError, FileAttachment, FileContainer, FileDragAndDropContent, FileIcon, FileInput, FileSizeIndicator, Gallery, GalleryContainer, GalleryContext, GalleryUI, Geolocation, GeolocationContainer, GiphyContainer, GiphyPreviewMessage, GlobalModal, GroupAvatar, Header, IconArchive, IconArrowDown, IconArrowDownCircle, IconArrowLeft, IconArrowUp, IconArrowUpRight, IconAttachment, IconAudio, IconBell, IconBellOff, IconBolt, IconBookmark, IconBookmarkRemove, IconCamera, IconCheckmark, IconCheckmark1Small, IconChecks, IconChevronDown, IconChevronLeft, IconChevronRight, IconClock, IconCommand, IconCopy, IconDelete, IconDownload, IconEdit, IconEmoji, IconEmojiAdd, IconExclamationCircleFill, IconExclamationMark, IconExclamationMarkFill, IconExclamationTriangleFill, IconEyeFill, IconFile, IconFlag, IconGiphy, IconImage, IconLeave, IconLink, IconLoading, IconLocation, IconMessageBubble, IconMessageBubbleFill, IconMessageBubbles, IconMicrophoneSolid, IconMinus, IconMinusCircle, IconMore, IconMute, IconNoSign, IconNotification, IconPauseFill, IconPin, IconPlayFill, IconPlus, IconPlusSmall, IconPoll, IconQuote, IconRefresh, IconReorder, IconReply, IconRetry, IconSearch, IconSend, IconThread, IconThreadFill, IconTranslate, IconTrophy, IconUnpin, IconUnsupportedAttachment, IconUpload, IconUser, IconUserAdd, IconUserCheck, IconUserRemove, IconVideo, IconVideoFill, IconVoice, IconXCircle, IconXmark, IconXmarkSmall, ImageComponent, ImageContainer, ImagePlaceholder, InfiniteScroll, LinkPreviewCard, LinkPreviewList, LoadMoreButton, LoadMorePaginator, LoadingChannel, LoadingChannels, LoadingErrorIndicator, LoadingIndicator, MAX_MESSAGE_REACTIONS_TO_FETCH, MESSAGE_ACTIONS, MediaContainer, MediaRecordingState, Message, MessageActions, MessageAlsoSentInChannelIndicator, MessageBlocked, MessageBounceModal, MessageBouncePrompt, MessageBounceProvider, MessageComposer, MessageComposerContext, MessageComposerContextProvider, MessageComposerUI, MessageContext, MessageDeletedBubble, MessageDeliveryStatus, MessageEditedIndicator, MessageList, MessageListContext, MessageListContextProvider, MessageProvider, MessageReactions, MessageReactionsDetail, MessageReactionsDetailLoadingIndicator, MessageRepliesCountButton, MessageSearchResultItem, MessageStatus, MessageText, MessageTimestamp, MessageTranslationIndicator, MessageTranslationViewContext, MessageTranslationViewProvider, MessageUI, ModalContext, ModalContextProvider, ModalDialogManagerProvider, ModalGallery, NewMessageNotification, Notification, NotificationAnnouncer, NotificationConfigurationProvider, NotificationList, NotificationTranslationTopic, NumericInput, OPTIONAL_MESSAGE_ACTIONS, OtherFilesContainer, PauseIcon, PinIndicator, PlayButton, PlayIcon, PlaybackRateButton, Poll, PollActions, PollAnswerList, PollContent, PollContext, PollCreationDialog, PollHeader, PollOptionList, PollOptionSelector, PollOptionsFullList, PollProvider, PollResults, PollVote, PollVoteListing, PopperTooltip, ProgressBar, Prompt, QuickMessageActionsButton, QuotedMessage, QuotedMessagePreview, QuotedMessagePreviewUI, QuotedVoiceRecording, ReactionSelector, RecordingPermission, RecordingPermissionDeniedNotification, RecordingTimer, ReminderNotification, Root, SUPPORTED_VIDEO_FORMATS, SYSTEM_NOTIFICATION_TAG, SafeAnchor, ScrollToLatestMessageButton, Search, SearchBar, SearchContext, SearchContextProvider, SearchResults, SearchResultsHeader, SearchResultsPresearch, SearchSourceResultList, SearchSourceResultListFooter, SearchSourceResults, SearchSourceResultsContext, SearchSourceResultsContextProvider, SearchSourceResultsEmpty, SearchSourceResultsLoadingIndicator, SendButton, ShareLocationDialog, SimpleAttachmentSelector, SkipNavigation, SpriteImage, DefaultStartRecordingAudioButton as StartRecordingAudioButton, StreamedMessageText, Streami18n, SuggestPollOptionPrompt, SuggestionList, SuggestionListItem, SwitchField, SwitchFieldDescription, SwitchFieldLabel, SwitchFieldTitle, TextInput, TextInputFieldSet, TextareaComposer, Thread, ThreadContext, ThreadHeader, ThreadList, ThreadListItem, ThreadListItemUI, ThreadProvider, ThreadStart, Tooltip, TranslationBuilder, TranslationContext, TranslationProvider, TranslationTopic, TypingContext, TypingIndicator, TypingIndicatorHeader, TypingProvider, UNREAD_MESSAGE_SEPARATOR_CLASS, UnMemoizedLoadMorePaginator, UnreadMessagesNotification, UnreadMessagesSeparator, UnsupportedAttachment, UnsupportedAttachmentContainer, UploadIcon, UploadProgressIndicator, UploadedSizeIndicator, UserContextMenuButton, UserItem, UserSearchResultItem, VideoContainer, Viewer, VirtualizedMessageList, VisuallyHidden, VoiceRecording, VoiceRecordingContainer, VoiceRecordingPlayer, WaveProgressBar, Window, WithAudioPlayback, WithComponents, WithDragAndDropUpload, addNotificationTargetTag, areMessagePropsEqual, areMessageUIPropsEqual, countEmojis, createDefaultPickNext, createIcon, de_default as deTranslations, defaultAllowedTagNames, defaultAttachmentActionsDefaultFocus, defaultAttachmentSelectorActionSet, defaultChatViewSelectorItemSet, defaultComponents, defaultDateTimeParser, defaultMessageActionSet, defaultReactionOptions, defaultRegisterAudioPlayerError, defaultRenderMessages, defaultTranslatorFunction, displayDuration, divMod, downSample, elementIsPlaying, emojiMarkdownPlugin, emojiToUnicode, en_default as enTranslations, es_default as esTranslations, escapeRegExp, extractSortValue, findLastPinnedChannelIndex, fr_default as frTranslations, getChannel, getChannelDisplayImage, getCssDimensionsVariables, getEmojiCodeByReactionType, getGroupChannelDisplayInfo, getGroupStyles, getHasExtendedReactions, getImages, getIsFirstUnreadMessage, getLastReceived, getLatestMessagePreview, getMessageActions, getNonImageAttachments, getNotificationTargetPanel, getNotificationTargetPanels, getNotificationTargetTag, getReadByTooltipText, getTextareaCaretRect, getTranslatedMessageText, getWholeChar, handleActionWarning, hasMoreMessagesProbably, hasSystemNotificationTag, hi_default as hiTranslations, htmlToTextPlugin, imageToLink, insertIntro, isChannelArchived, isChannelPinned, isChrome, isDate, isDateSeparatorMessage, isDayOrMoment, isFirefox, isGalleryAttachmentType, isIntroMessage, isLanguageSupported, isLocalMessage, isMessageBlocked, isMessageBounced, isMessageDeleted, isMessageEdited, isMessageErrorRetryable, isNetworkSendFailure, isNotificationForPanel, isNotificationTargetPanel, isNumberOrString, isSafari, isSvgAttachment, isUserMuted, it_default as itTranslations, ja_default as jaTranslations, keepLineBreaksPlugin, ko_default as koTranslations, makeDateMessageId, makeIntroMessage, mapEmojiMartData, mapToUserNameOrId, markDownRenderers, matchMarkdownLinks, mentionsMarkdownPlugin, messageCodeBlocks, messageHasAttachments, messageHasGiphyAttachment, messageHasQuotedMessage, messageHasReactions, messageHasSingleAttachment, messageTextHasEmojisOnly, missingUseFlagHandlerParameterWarning, missingUseMuteHandlerParamsWarning, modalDialogId, modalDialogManagerId, moveChannelUpwards, nl_default as nlTranslations, pickNewest, pickOldest, plusPlusToEmphasis, processMessages, pt_default as ptTranslations, reactionHandlerWarning, remarkIgnoreMarkdown, renderPreviewText, renderText, resampleWaveformData, ru_default as ruTranslations, shouldBackspaceExitCommandMode, shouldConsiderArchivedChannels, shouldConsiderPinnedChannels, toBaseImageDescriptors, toGalleryItemDescriptors, tr_default as trTranslations, unicodeToEmoji, upSample, useAIState, useActionHandler, useActiveAudioPlayer, useActiveThread, useAriaLiveAnnouncer, useAttachmentManagerState, useAttachmentSelectorContext, useAttachmentsForPreview, useAudioPlayer, useBaseMessageActionSetFilter, useCanCreatePoll, useChannelActionContext, useChannelDisplayName, useEditMessageHandler as useChannelEditMessageHandler, useChannelListContext, useChannelListItemContext, useChannelMembersState, useChannelMembershipState, useMentionsHandlers as useChannelMentionsHandler, useChannelPreviewInfo, useChannelStateContext, useChat, useChatContext, useChatViewContext, useComponentContext, useConnectionRecoveredListener, useContextMenuContext, useCooldownRemaining, useCreateChatClient, useDeleteHandler, useDialog, useDialogAnchor, useDialogIsOpen, useDialogIsTopmost, useDialogManager, useDialogOnNearestManager, useDropdownContext, useEnrichedMessages, useFlagHandler, useGalleryContext, useIncomingMessageAnnouncements, useLastReadData, useLegacyThreadContext, useLiveLocationSharingManager, useMarkUnreadHandler, useMentionsHandler, useMessageBounceContext, useMessageComposerBindings, useMessageComposerCommands, useMessageComposerContext, useMessageComposerController, useMessageComposerHasSendableData, useMessageContentIsEmpty, useMessageContext, useMessageListContext, useMessageListElements, useMessageListScrollManager, useMessageReminder, useMessageTextStreaming, useMessageTranslationViewContext, useModalContext, useModalDialog, useModalDialogIsOpen, useModalDialogIsTopmost, useModalDialogManager, useMuteHandler, useNearestDialogManagerContext, useNewMessageNotification, useNotificationApi, useNotificationConfigurationContext, useNotificationTarget, useNotifications, useOpenThreadHandler, useOpenedDialogCount, usePaginatedChannels, usePinHandler, usePollAnswerPagination, usePollContext, usePollOptionVotesPagination, usePrependedMessagesCount, useReactionHandler, useReactionsFetcher, useReportLostConnectionSystemNotification, useRetryHandler, useScrollLocationLogic, useSearchContext, useSearchSourceResultsContext, useShouldForceScrollToBottom, useStateStore, useSystemNotifications, useThreadContext, useThreadList, useThreadListItemContext, useThreadsViewContext, useTranslationContext, useTypingContext, useUserHandler, useUserRole, validateAndGetMessage };
|
|
26548
|
+
export { ACTIONS_NOT_WORKING_IN_THREAD, AIStateIndicator, AIStates, ATTACHMENT_GROUPS_ORDER, AddCommentPrompt, Alert, AmountBar, AriaLiveAnnouncerContext, AriaLiveRegion, Attachment, AttachmentActions, AttachmentActionsContainer, AttachmentPreviewList, AttachmentSelector, AttachmentSelectorButton, AttachmentSelectorContextProvider, AttachmentWithinContainer, Audio, AudioContainer, AudioPlayer, AudioRecorder, Avatar, AvatarStack, Badge, BaseContextMenuButton, BaseImage, BinIcon, BroadcastMentionItem, Button, Callout, Card, CardContainer, Channel, ChannelActionContext, ChannelActionProvider, ChannelAvatar, ChannelHeader, ChannelList, ChannelListContext, ChannelListContextProvider, ChannelListItem, ChannelListItemActionButtons, ChannelListItemTimestamp, ChannelListItemUI, ChannelListUI, ChannelSearchResultItem, ChannelStateContext, ChannelStateProvider, Chat, ChatContext, ChatProvider, ChatView, ChatViewChannelsSelectorButton, ChatViewContext, ChatViewSelectorButton, ChatViewThreadsSelectorButton, CheckSignIcon, Checkmark, CircularProgressIndicator, CommandChip, CommandItem, ComponentContext, ComponentProvider, ContextMenu, ContextMenuBackButton, ContextMenuBody, ContextMenuButton, ContextMenuContent, ContextMenuHeader, ContextMenuRoot, CooldownTimer, DEFAULT_CONTEXT_MENU_KEYBOARD_NAVIGATION_ITEM_SELECTOR, DateSeparator, DefaultAttachmentSelectorComponents, DefaultSearchResultItems, DialogAnchor, DialogManager, DialogManagerProvider, DialogPortalDestination, DialogPortalEntry, DownloadButton, Dropdown, DurationDisplay, EmojiContextMenuButton, EmoticonItem, EmptyStateIndicator, EndPollAlert, ErrorBadge, EventComponent, FILE_ICON_GRAPHIC_CLASSNAME, FILE_ICON_NO_LABEL_CLASSNAME, FieldError, FileAttachment, FileContainer, FileDragAndDropContent, FileIcon, FileInput, FileSizeIndicator, Gallery, GalleryContainer, GalleryContext, GalleryUI, Geolocation, GeolocationContainer, GiphyContainer, GiphyPreviewMessage, GlobalModal, GroupAvatar, Header, IconArchive, IconArrowDown, IconArrowDownCircle, IconArrowLeft, IconArrowUp, IconArrowUpRight, IconAttachment, IconAudio, IconBell, IconBellOff, IconBolt, IconBookmark, IconBookmarkRemove, IconCamera, IconCheckmark, IconCheckmark1Small, IconChecks, IconChevronDown, IconChevronLeft, IconChevronRight, IconClock, IconCommand, IconCopy, IconDelete, IconDownload, IconEdit, IconEmoji, IconEmojiAdd, IconExclamationCircleFill, IconExclamationMark, IconExclamationMarkFill, IconExclamationTriangleFill, IconEyeFill, IconFile, IconFlag, IconGiphy, IconImage, IconLeave, IconLink, IconLoading, IconLocation, IconMegaphone, IconMessageBubble, IconMessageBubbleFill, IconMessageBubbles, IconMicrophoneSolid, IconMinus, IconMinusCircle, IconMore, IconMute, IconNoSign, IconNotification, IconPauseFill, IconPin, IconPlayFill, IconPlus, IconPlusSmall, IconPoll, IconQuote, IconRefresh, IconReorder, IconReply, IconRetry, IconSearch, IconSend, IconShield, IconThread, IconThreadFill, IconTranslate, IconTrophy, IconUnpin, IconUnsupportedAttachment, IconUpload, IconUser, IconUserAdd, IconUserCheck, IconUserRemove, IconUsers, IconVideo, IconVideoFill, IconVoice, IconXCircle, IconXmark, IconXmarkSmall, ImageComponent, ImageContainer, ImagePlaceholder, InfiniteScroll, LinkPreviewCard, LinkPreviewList, ListItemLayout, ListItemLayoutContent, LoadMoreButton, LoadMorePaginator, LoadingChannel, LoadingChannels, LoadingErrorIndicator, LoadingIndicator, MAX_MESSAGE_REACTIONS_TO_FETCH, MESSAGE_ACTIONS, MediaContainer, MediaRecordingState, MentionItem, Message, MessageActions, MessageAlsoSentInChannelIndicator, MessageBlocked, MessageBounceModal, MessageBouncePrompt, MessageBounceProvider, MessageComposer, MessageComposerContext, MessageComposerContextProvider, MessageComposerUI, MessageContext, MessageDeletedBubble, MessageDeliveryStatus, MessageEditedIndicator, MessageList, MessageListContext, MessageListContextProvider, MessageProvider, MessageReactions, MessageReactionsDetail, MessageReactionsDetailLoadingIndicator, MessageRepliesCountButton, MessageSearchResultItem, MessageStatus, MessageText, MessageTimestamp, MessageTranslationIndicator, MessageTranslationViewContext, MessageTranslationViewProvider, MessageUI, ModalContext, ModalContextProvider, ModalDialogManagerProvider, ModalGallery, NewMessageNotification, Notification, NotificationAnnouncer, NotificationConfigurationProvider, NotificationList, NotificationTranslationTopic, NumericInput, OPTIONAL_MESSAGE_ACTIONS, OtherFilesContainer, PauseIcon, PinIndicator, PlayButton, PlayIcon, PlaybackRateButton, Poll, PollActions, PollAnswerList, PollContent, PollContext, PollCreationDialog, PollHeader, PollOptionList, PollOptionSelector, PollOptionsFullList, PollProvider, PollResults, PollVote, PollVoteListing, PopperTooltip, ProgressBar, Prompt, QuickMessageActionsButton, QuotedMessage, QuotedMessagePreview, QuotedMessagePreviewUI, QuotedVoiceRecording, ReactionSelector, RecordingPermission, RecordingPermissionDeniedNotification, RecordingTimer, ReminderNotification, RoleItem, Root, SUPPORTED_VIDEO_FORMATS, SYSTEM_NOTIFICATION_TAG, SafeAnchor, ScrollToLatestMessageButton, Search, SearchBar, SearchContext, SearchContextProvider, SearchResults, SearchResultsHeader, SearchResultsPresearch, SearchSourceResultList, SearchSourceResultListFooter, SearchSourceResults, SearchSourceResultsContext, SearchSourceResultsContextProvider, SearchSourceResultsEmpty, SearchSourceResultsLoadingIndicator, SendButton, ShareLocationDialog, SimpleAttachmentSelector, SkipNavigation, SpecialMentionItem, SpriteImage, DefaultStartRecordingAudioButton as StartRecordingAudioButton, StreamedMessageText, Streami18n, SuggestPollOptionPrompt, SuggestionList, SuggestionListItem, SwitchField, SwitchFieldDescription, SwitchFieldLabel, SwitchFieldTitle, TextInput, TextInputFieldSet, TextareaComposer, Thread, ThreadContext, ThreadHeader, ThreadList, ThreadListItem, ThreadListItemUI, ThreadProvider, ThreadStart, TokenizedSuggestionParts, Tooltip, TranslationBuilder, TranslationContext, TranslationProvider, TranslationTopic, TypingContext, TypingIndicator, TypingIndicatorHeader, TypingProvider, UNREAD_MESSAGE_SEPARATOR_CLASS, UnMemoizedLoadMorePaginator, UnreadMessagesNotification, UnreadMessagesSeparator, UnsupportedAttachment, UnsupportedAttachmentContainer, UploadIcon, UploadProgressIndicator, UploadedSizeIndicator, UserContextMenuButton, UserGroupItem, UserItem, UserSearchResultItem, VideoContainer, Viewer, VirtualizedMessageList, VisuallyHidden, VoiceRecording, VoiceRecordingContainer, VoiceRecordingPlayer, WaveProgressBar, Window, WithAudioPlayback, WithComponents, WithDragAndDropUpload, addNotificationTargetTag, areMessagePropsEqual, areMessageUIPropsEqual, countEmojis, createDefaultPickNext, createIcon, createMentionPluginAndDisplayTextSet, de_default as deTranslations, defaultAllowedTagNames, defaultAttachmentActionsDefaultFocus, defaultAttachmentSelectorActionSet, defaultChatViewSelectorItemSet, defaultComponents, defaultDateTimeParser, defaultMessageActionSet, defaultReactionOptions, defaultRegisterAudioPlayerError, defaultRenderMessages, defaultTranslatorFunction, displayDuration, divMod, downSample, elementIsPlaying, emojiMarkdownPlugin, emojiToUnicode, en_default as enTranslations, es_default as esTranslations, escapeRegExp, extractSortValue, findLastPinnedChannelIndex, fr_default as frTranslations, getChannel, getChannelDisplayImage, getCssDimensionsVariables, getEmojiCodeByReactionType, getGroupChannelDisplayInfo, getGroupStyles, getHasExtendedReactions, getImages, getIsFirstUnreadMessage, getLastReceived, getLatestMessagePreview, getMentionDisplayTexts, getMessageActions, getNonImageAttachments, getNotificationTargetPanel, getNotificationTargetPanels, getNotificationTargetTag, getReadByTooltipText, getRenderTextMentionEntities, getTextareaCaretRect, getTranslatedMessageText, getWholeChar, handleActionWarning, hasMoreMessagesProbably, hasSystemNotificationTag, hi_default as hiTranslations, htmlToTextPlugin, imageToLink, insertIntro, isChannelArchived, isChannelPinned, isChrome, isDate, isDateSeparatorMessage, isDayOrMoment, isFirefox, isGalleryAttachmentType, isIntroMessage, isLanguageSupported, isLocalMessage, isMessageBlocked, isMessageBounced, isMessageDeleted, isMessageEdited, isMessageErrorRetryable, isNetworkSendFailure, isNotificationForPanel, isNotificationTargetPanel, isNumberOrString, isSafari, isSvgAttachment, isUserMuted, it_default as itTranslations, ja_default as jaTranslations, keepLineBreaksPlugin, ko_default as koTranslations, makeDateMessageId, makeIntroMessage, mapEmojiMartData, mapToUserNameOrId, markDownRenderers, matchMarkdownLinks, mentionsMarkdownPlugin, mentionsMarkdownPluginFromLookup, messageCodeBlocks, messageHasAttachments, messageHasGiphyAttachment, messageHasQuotedMessage, messageHasReactions, messageHasSingleAttachment, messageTextHasEmojisOnly, missingUseFlagHandlerParameterWarning, missingUseMuteHandlerParamsWarning, modalDialogId, modalDialogManagerId, moveChannelUpwards, nl_default as nlTranslations, pickNewest, pickOldest, plusPlusToEmphasis, processMessages, pt_default as ptTranslations, reactionHandlerWarning, remarkIgnoreMarkdown, renderPreviewText, renderText, resampleWaveformData, ru_default as ruTranslations, shouldBackspaceExitCommandMode, shouldConsiderArchivedChannels, shouldConsiderPinnedChannels, toBaseImageDescriptors, toGalleryItemDescriptors, tr_default as trTranslations, unicodeToEmoji, upSample, useAIState, useActionHandler, useActiveAudioPlayer, useActiveThread, useAriaLiveAnnouncer, useAttachmentManagerState, useAttachmentSelectorContext, useAttachmentsForPreview, useAudioPlayer, useBaseMessageActionSetFilter, useCanCreatePoll, useChannelActionContext, useChannelDisplayName, useEditMessageHandler as useChannelEditMessageHandler, useChannelListContext, useChannelListItemContext, useChannelMembersState, useChannelMembershipState, useMentionsHandlers as useChannelMentionsHandler, useChannelPreviewInfo, useChannelStateContext, useChat, useChatContext, useChatViewContext, useComponentContext, useConnectionRecoveredListener, useContextMenuContext, useCooldownRemaining, useCreateChatClient, useDeleteHandler, useDialog, useDialogAnchor, useDialogIsOpen, useDialogIsTopmost, useDialogManager, useDialogOnNearestManager, useDropdownContext, useEnrichedMessages, useFlagHandler, useGalleryContext, useIncomingMessageAnnouncements, useLastReadData, useLegacyThreadContext, useLiveLocationSharingManager, useMarkUnreadHandler, useMentionsHandler, useMessageBounceContext, useMessageComposerBindings, useMessageComposerCommands, useMessageComposerContext, useMessageComposerController, useMessageComposerHasSendableData, useMessageContentIsEmpty, useMessageContext, useMessageListContext, useMessageListElements, useMessageListScrollManager, useMessageReminder, useMessageTextStreaming, useMessageTranslationViewContext, useModalContext, useModalDialog, useModalDialogIsOpen, useModalDialogIsTopmost, useModalDialogManager, useMuteHandler, useNearestDialogManagerContext, useNewMessageNotification, useNotificationApi, useNotificationConfigurationContext, useNotificationTarget, useNotifications, useOpenThreadHandler, useOpenedDialogCount, usePaginatedChannels, usePinHandler, usePollAnswerPagination, usePollContext, usePollOptionVotesPagination, usePrependedMessagesCount, useReactionHandler, useReactionsFetcher, useReportLostConnectionSystemNotification, useRetryHandler, useScrollLocationLogic, useSearchContext, useSearchSourceResultsContext, useShouldForceScrollToBottom, useStateStore, useSystemNotifications, useThreadContext, useThreadList, useThreadListItemContext, useThreadsViewContext, useTranslationContext, useTypingContext, useUserHandler, useUserRole, validateAndGetMessage };
|
|
26194
26549
|
|
|
26195
26550
|
//# sourceMappingURL=index.mjs.map
|