k2-im 0.1.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/README.md +81 -0
- package/dist/browser-BKCNJDKR.js +2 -0
- package/dist/chat-kit-pinia.d.ts +7753 -0
- package/dist/chat-kit-pinia.js +1 -0
- package/dist/chat-kit-vue.d.ts +1557 -0
- package/dist/chat-kit-vue.js +1 -0
- package/dist/chat-kit.d.ts +7674 -0
- package/dist/chat-kit.js +1 -0
- package/dist/chunk-BRHUZPIB.js +1 -0
- package/dist/chunk-I6FUD7EW.js +1 -0
- package/dist/chunk-IDECJJXC.js +0 -0
- package/dist/chunk-RZFMPR6C.js +1 -0
- package/dist/chunk-SXY56EVC.js +0 -0
- package/dist/chunk-UWQHGBMV.js +1 -0
- package/dist/chunk-VKSMKG6Q.js +7 -0
- package/dist/chunk-WOT6VMZA.js +1 -0
- package/dist/chunk-YMH6LM5Q.js +2 -0
- package/dist/i18n.d.ts +1095 -0
- package/dist/i18n.js +1 -0
- package/dist/index.d.ts +8577 -0
- package/dist/index.js +1 -0
- package/dist/sdk.d.ts +4943 -0
- package/dist/sdk.js +1 -0
- package/dist/speex-runtime.txt +1 -0
- package/dist/vendor/crypto/index_bg.wasm +0 -0
- package/package.json +69 -0
package/dist/chat-kit.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{c as DEFAULT_LOADING_MINIMUM_VISIBLE_MS,b as DEFAULT_LOADING_SHOW_DELAY_MS,t as SPIKE_STEP,p as calculateMediaBox,f as canPromoteMediaPresentationSource,h as captureRuntimeClientOperation,g as captureRuntimeOperation,d as createDelayedLoadingIndicator,n as createLinkMatcher,r as formatFileSize,q as formatMediaDuration,s as getFileExtension,m as hasLinkCandidate,k as highlightSegments,i as mediaService,l as normalizeLinkHref,w as placeholderWaveform,j as readService,v as resampleWaveform,e as resolveBestMediaPresentationSource,a as resolveConversationListPresentation,o as resolveMediaPresentation,u as spikeCountForDuration}from'./chunk-YMH6LM5Q.js';export{j as DEFAULT_EMOJI_ASSET_BASE,i as EMOJI_CATALOG,c as EMOJI_GAME_DICE_STABLE_KEY,b as EMOJI_GAME_RPS_STABLE_KEY,m as EMOJI_TOKEN_RE,K as MAX_BATCH_FILES,a as MAX_RECENT_EMOJI_COUNT,g as UNICODE_EMOJI_CATALOG,J as blockReasonForChannelSession,I as blockReasonForChannelState,O as blockReasonForGroupState,R as blockReasonForSession,D as canEditMessage,t as canPinChannelMessage,s as canPinGroupMessage,u as canPinMessage,C as canRecallMessage,Z as cancelMediaUpload,r as createChatRuntime,p as createEmojiMatcher,F as decideConversationAction,H as decideMemberTargetAction,G as decideMessageAction,l as emojiAssetUrl,n as emojiUrlByCode,wa as fetchConversationFileBatch,xa as fetchConversationImageBatch,ua as fetchConversationMessageBatch,ya as fetchConversationVideoBatch,za as fetchConversationVoiceBatch,Aa as fetchNextConversationSearchBatch,aa as forwardService,o as hasEmojiCandidate,N as isGifFile,v as isPinnedMessageProtected,V as isVoiceStorageConfigured,L as mediaBatchBudgetBytes,fa as messageService,e as parseUnicodeEmojiCode,ka as pinnedMessageService,d as prependRecentEmoji,ta as profileService,U as replaceInterruptedMediaFile,P as requiresConversationEncryption,y as resolveChannelMemberAvatarUrl,x as resolveChannelMemberDisplayName,k as resolveEmojiToken,B as resolveFriendDisplayName,w as resolveMemberDisplayName,A as resolvePublicNickname,z as resolveSenderAvatarUrl,q as resolveStandaloneEmojiMessage,h as resolveUnicodeEmoji,_ as retryMessage,M as runMediaSendBatch,Y as sendAsFilesBatch,E as sendBlockReasonForDecision,T as sendMediaFile,X as sendMediaFilesBatch,S as sendText,W as sendVoice,Q as supportsConversationMention,f as unicodeEmojiTextFromCode}from'./chunk-UWQHGBMV.js';export{C as createNewMessageBadgeController,i as createThreadItems,f as formatChatDateSeparator,e as formatConversationDisplayTime,c as getLocalDayKey,l as isMessageLocateScrollProtected,v as isMessageTailChangeFromOlderWindowTrim,k as isMessageViewportMeasurable,B as isMessageVisibleForNewMessageBadge,x as loadOlderUntilBoundary,p as refreshPrependMessageAnchorPosition,j as resolveCenteredMessageScrollTop,a as resolveDisplayTimestamp,g as resolveImThreadActiveDate,h as resolveMessageBodyKind,b as resolveMessageTimelineTimestamp,n as resolvePrependMessageAnchor,q as resolvePrependMessageAnchorAdjustment,o as resolvePrependMessageAnchorPosition,s as resolveSurvivingMessageAnchorAdjustment,r as resolveVisibleMessageAnchorPositions,t as shouldCompleteInitialViewport,y as shouldFillInitialHistoryViewport,u as shouldFollowIncomingMessage,z as shouldLoadNewerHistoryPage,m as shouldPrefetchOlderHistory,w as shouldRestoreMessageViewportFocus,d as shouldShowChatDateSeparator,A as shouldTrackRemoteMessageForBadge}from'./chunk-I6FUD7EW.js';import'./chunk-RZFMPR6C.js';import'./chunk-VKSMKG6Q.js';export{ba as canTransmit,$ as canTransmitByType,aa as canTransmitContent,_ as requiresForwardTypeConfirmation}from'./chunk-BRHUZPIB.js';import'./chunk-WOT6VMZA.js';
|