zcw-shared 2.24.0 → 2.26.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 +73 -13
- package/dist/constants/aiChatSuggestions.d.ts +3 -0
- package/dist/constants/aiChatSuggestions.js +52 -0
- package/dist/constants/aiChatSuggestions.js.map +1 -0
- package/dist/constants/chatCommunityMedia.d.ts +2 -0
- package/dist/constants/chatCommunityMedia.js +3 -0
- package/dist/constants/chatCommunityMedia.js.map +1 -0
- package/dist/constants/chatConversationBackground.d.ts +10 -0
- package/dist/constants/chatConversationBackground.js +41 -0
- package/dist/constants/chatConversationBackground.js.map +1 -0
- package/dist/constants/chatDownloadDirectory.d.ts +1 -0
- package/dist/constants/chatDownloadDirectory.js +2 -0
- package/dist/constants/chatDownloadDirectory.js.map +1 -0
- package/dist/constants/chatFileMessageLocalPath.d.ts +1 -0
- package/dist/constants/chatFileMessageLocalPath.js +2 -0
- package/dist/constants/chatFileMessageLocalPath.js.map +1 -0
- package/dist/constants/chatLayout.d.ts +6 -0
- package/dist/constants/chatLayout.js +14 -0
- package/dist/constants/chatLayout.js.map +1 -0
- package/dist/constants/imStorage.d.ts +1 -0
- package/dist/constants/imStorage.js +2 -0
- package/dist/constants/imStorage.js.map +1 -0
- package/dist/functions/ai/aiAgentToolTimeline.d.ts +16 -0
- package/dist/functions/ai/aiAgentToolTimeline.js +18 -0
- package/dist/functions/ai/aiAgentToolTimeline.js.map +1 -0
- package/dist/functions/ai/aiChatSessionListDom.d.ts +4 -0
- package/dist/functions/ai/aiChatSessionListDom.js +32 -0
- package/dist/functions/ai/aiChatSessionListDom.js.map +1 -0
- package/dist/functions/ai/aiChatSessionOps.d.ts +25 -0
- package/dist/functions/ai/aiChatSessionOps.js +36 -0
- package/dist/functions/ai/aiChatSessionOps.js.map +1 -0
- package/dist/functions/ai/aiChatSessionPins.d.ts +14 -0
- package/dist/functions/ai/aiChatSessionPins.js +39 -0
- package/dist/functions/ai/aiChatSessionPins.js.map +1 -0
- package/dist/functions/ai/aiReplyStreamDisplay.d.ts +27 -0
- package/dist/functions/ai/aiReplyStreamDisplay.js +188 -0
- package/dist/functions/ai/aiReplyStreamDisplay.js.map +1 -0
- package/dist/functions/ai/buildResolvedLlmToolsList.d.ts +0 -1
- package/dist/functions/ai/buildResolvedLlmToolsList.js +0 -1
- package/dist/functions/ai/buildResolvedLlmToolsList.js.map +1 -1
- package/dist/functions/ai/fetchAiChatSuggestions.d.ts +2 -0
- package/dist/functions/ai/fetchAiChatSuggestions.js +16 -0
- package/dist/functions/ai/fetchAiChatSuggestions.js.map +1 -0
- package/dist/functions/ai/mapAiChatMessagesToImChat.d.ts +7 -0
- package/dist/functions/ai/mapAiChatMessagesToImChat.js +22 -0
- package/dist/functions/ai/mapAiChatMessagesToImChat.js.map +1 -0
- package/dist/functions/array/filterListExcludingIds.d.ts +3 -0
- package/dist/functions/array/filterListExcludingIds.js +7 -0
- package/dist/functions/array/filterListExcludingIds.js.map +1 -0
- package/dist/functions/auth/createAuthClaimsResolver.d.ts +4 -0
- package/dist/functions/auth/createAuthClaimsResolver.js +8 -0
- package/dist/functions/auth/createAuthClaimsResolver.js.map +1 -0
- package/dist/functions/auth/jwtAccessTokenClaims.d.ts +5 -0
- package/dist/functions/auth/jwtAccessTokenClaims.js +62 -0
- package/dist/functions/auth/jwtAccessTokenClaims.js.map +1 -0
- package/dist/functions/binary/arrayBufferToBase64.d.ts +1 -0
- package/dist/functions/binary/arrayBufferToBase64.js +13 -0
- package/dist/functions/binary/arrayBufferToBase64.js.map +1 -0
- package/dist/functions/binary/decodeBase64StringToArrayBuffer.d.ts +1 -0
- package/dist/functions/binary/decodeBase64StringToArrayBuffer.js +12 -0
- package/dist/functions/binary/decodeBase64StringToArrayBuffer.js.map +1 -0
- package/dist/functions/browser/isNonNativeBrowserShell.d.ts +7 -0
- package/dist/functions/browser/isNonNativeBrowserShell.js +18 -0
- package/dist/functions/browser/isNonNativeBrowserShell.js.map +1 -0
- package/dist/functions/browser/readBrowserAppendToBodyDeps.d.ts +3 -0
- package/dist/functions/browser/readBrowserAppendToBodyDeps.js +8 -0
- package/dist/functions/browser/readBrowserAppendToBodyDeps.js.map +1 -0
- package/dist/functions/browser/readBrowserDetectDeps.d.ts +4 -0
- package/dist/functions/browser/readBrowserDetectDeps.js +15 -0
- package/dist/functions/browser/readBrowserDetectDeps.js.map +1 -0
- package/dist/functions/browser/readBrowserHost.d.ts +57 -0
- package/dist/functions/browser/readBrowserHost.js +61 -0
- package/dist/functions/browser/readBrowserHost.js.map +1 -0
- package/dist/functions/browser/readBrowserImageCompressDeps.d.ts +4 -0
- package/dist/functions/browser/readBrowserImageCompressDeps.js +19 -0
- package/dist/functions/browser/readBrowserImageCompressDeps.js.map +1 -0
- package/dist/functions/browser/readBrowserLassoSelectionEnvironment.d.ts +4 -0
- package/dist/functions/browser/readBrowserLassoSelectionEnvironment.js +23 -0
- package/dist/functions/browser/readBrowserLassoSelectionEnvironment.js.map +1 -0
- package/dist/functions/browser/readBrowserOsInfo.d.ts +3 -0
- package/dist/functions/browser/readBrowserOsInfo.js +9 -0
- package/dist/functions/browser/readBrowserOsInfo.js.map +1 -0
- package/dist/functions/browser/readBrowserVueHookDeps.d.ts +14 -0
- package/dist/functions/browser/readBrowserVueHookDeps.js +85 -0
- package/dist/functions/browser/readBrowserVueHookDeps.js.map +1 -0
- package/dist/functions/browser/requireBrowserLocalStorage.d.ts +3 -0
- package/dist/functions/browser/requireBrowserLocalStorage.js +5 -0
- package/dist/functions/browser/requireBrowserLocalStorage.js.map +1 -0
- package/dist/functions/build/readCapacitorShellExecBuildFlag.d.ts +1 -0
- package/dist/functions/build/readCapacitorShellExecBuildFlag.js +5 -0
- package/dist/functions/build/readCapacitorShellExecBuildFlag.js.map +1 -0
- package/dist/functions/build/readNativeShellBuildFlag.d.ts +1 -0
- package/dist/functions/build/readNativeShellBuildFlag.js +5 -0
- package/dist/functions/build/readNativeShellBuildFlag.js.map +1 -0
- package/dist/functions/build/readTruthyViteEnvFlag.d.ts +1 -0
- package/dist/functions/build/readTruthyViteEnvFlag.js +4 -0
- package/dist/functions/build/readTruthyViteEnvFlag.js.map +1 -0
- package/dist/functions/capacitor/resolveCapacitorSystemBarsStyle.d.ts +2 -0
- package/dist/functions/capacitor/resolveCapacitorSystemBarsStyle.js +4 -0
- package/dist/functions/capacitor/resolveCapacitorSystemBarsStyle.js.map +1 -0
- package/dist/functions/capacitor/shouldAttemptCapacitorShellExecLoad.d.ts +5 -0
- package/dist/functions/capacitor/shouldAttemptCapacitorShellExecLoad.js +10 -0
- package/dist/functions/capacitor/shouldAttemptCapacitorShellExecLoad.js.map +1 -0
- package/dist/functions/chat/chatAppearancePrefs.d.ts +13 -0
- package/dist/functions/chat/chatAppearancePrefs.js +33 -0
- package/dist/functions/chat/chatAppearancePrefs.js.map +1 -0
- package/dist/functions/chat/chatDownloadCompleteToastDsl.d.ts +10 -0
- package/dist/functions/chat/chatDownloadCompleteToastDsl.js +12 -0
- package/dist/functions/chat/chatDownloadCompleteToastDsl.js.map +1 -0
- package/dist/functions/chat/chatDownloadDirectoryPref.d.ts +1 -0
- package/dist/functions/chat/chatDownloadDirectoryPref.js +5 -0
- package/dist/functions/chat/chatDownloadDirectoryPref.js.map +1 -0
- package/dist/functions/chat/chatFileMessageLocalPathStorage.d.ts +8 -0
- package/dist/functions/chat/chatFileMessageLocalPathStorage.js +52 -0
- package/dist/functions/chat/chatFileMessageLocalPathStorage.js.map +1 -0
- package/dist/functions/chat/chatPrefsLocalStorage.d.ts +15 -0
- package/dist/functions/chat/chatPrefsLocalStorage.js +34 -0
- package/dist/functions/chat/chatPrefsLocalStorage.js.map +1 -0
- package/dist/functions/chat/createBrowserChatAppearanceModeAccess.d.ts +6 -0
- package/dist/functions/chat/createBrowserChatAppearanceModeAccess.js +16 -0
- package/dist/functions/chat/createBrowserChatAppearanceModeAccess.js.map +1 -0
- package/dist/functions/chat/createBrowserChatDownloadDirectoryPrefAccess.d.ts +5 -0
- package/dist/functions/chat/createBrowserChatDownloadDirectoryPrefAccess.js +20 -0
- package/dist/functions/chat/createBrowserChatDownloadDirectoryPrefAccess.js.map +1 -0
- package/dist/functions/chat/createBrowserChatFileMessageLocalPathAccess.d.ts +6 -0
- package/dist/functions/chat/createBrowserChatFileMessageLocalPathAccess.js +18 -0
- package/dist/functions/chat/createBrowserChatFileMessageLocalPathAccess.js.map +1 -0
- package/dist/functions/chat/createBrowserChatRootFontSizeAccess.d.ts +7 -0
- package/dist/functions/chat/createBrowserChatRootFontSizeAccess.js +30 -0
- package/dist/functions/chat/createBrowserChatRootFontSizeAccess.js.map +1 -0
- package/dist/functions/cloudDisk/buildCloudDiskFileActionSheetSpecs.d.ts +10 -0
- package/dist/functions/cloudDisk/buildCloudDiskFileActionSheetSpecs.js +12 -0
- package/dist/functions/cloudDisk/buildCloudDiskFileActionSheetSpecs.js.map +1 -0
- package/dist/functions/cloudDisk/buildCloudDiskListTabResult.d.ts +6 -0
- package/dist/functions/cloudDisk/buildCloudDiskListTabResult.js +27 -0
- package/dist/functions/cloudDisk/buildCloudDiskListTabResult.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskApiPaths.d.ts +13 -0
- package/dist/functions/cloudDisk/cloudDiskApiPaths.js +41 -0
- package/dist/functions/cloudDisk/cloudDiskApiPaths.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskApiRequestBodies.d.ts +26 -0
- package/dist/functions/cloudDisk/cloudDiskApiRequestBodies.js +26 -0
- package/dist/functions/cloudDisk/cloudDiskApiRequestBodies.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskApiResponse.d.ts +9 -0
- package/dist/functions/cloudDisk/cloudDiskApiResponse.js +54 -0
- package/dist/functions/cloudDisk/cloudDiskApiResponse.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskAsideNav.d.ts +18 -0
- package/dist/functions/cloudDisk/cloudDiskAsideNav.js +42 -0
- package/dist/functions/cloudDisk/cloudDiskAsideNav.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskBreadcrumbNav.d.ts +19 -0
- package/dist/functions/cloudDisk/cloudDiskBreadcrumbNav.js +37 -0
- package/dist/functions/cloudDisk/cloudDiskBreadcrumbNav.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskDirectUpload.d.ts +30 -0
- package/dist/functions/cloudDisk/cloudDiskDirectUpload.js +41 -0
- package/dist/functions/cloudDisk/cloudDiskDirectUpload.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskFilePreviewUi.d.ts +20 -0
- package/dist/functions/cloudDisk/cloudDiskFilePreviewUi.js +42 -0
- package/dist/functions/cloudDisk/cloudDiskFilePreviewUi.js.map +1 -1
- package/dist/functions/cloudDisk/cloudDiskListFilesQuery.d.ts +11 -0
- package/dist/functions/cloudDisk/cloudDiskListFilesQuery.js +35 -0
- package/dist/functions/cloudDisk/cloudDiskListFilesQuery.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskListLayoutUi.d.ts +30 -0
- package/dist/functions/cloudDisk/cloudDiskListLayoutUi.js +22 -0
- package/dist/functions/cloudDisk/cloudDiskListLayoutUi.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskNodeDragDataTransfer.d.ts +5 -0
- package/dist/functions/cloudDisk/cloudDiskNodeDragDataTransfer.js +17 -0
- package/dist/functions/cloudDisk/cloudDiskNodeDragDataTransfer.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskPrivacyLocalStorage.d.ts +9 -0
- package/dist/functions/cloudDisk/cloudDiskPrivacyLocalStorage.js +58 -0
- package/dist/functions/cloudDisk/cloudDiskPrivacyLocalStorage.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskQuickAccessStorage.d.ts +13 -0
- package/dist/functions/cloudDisk/cloudDiskQuickAccessStorage.js +37 -0
- package/dist/functions/cloudDisk/cloudDiskQuickAccessStorage.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskSelectionFeedback.d.ts +6 -0
- package/dist/functions/cloudDisk/cloudDiskSelectionFeedback.js +27 -0
- package/dist/functions/cloudDisk/cloudDiskSelectionFeedback.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskShellNav.d.ts +19 -0
- package/dist/functions/cloudDisk/cloudDiskShellNav.js +47 -0
- package/dist/functions/cloudDisk/cloudDiskShellNav.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskUniappFileOpenStrategy.d.ts +3 -0
- package/dist/functions/cloudDisk/cloudDiskUniappFileOpenStrategy.js +15 -0
- package/dist/functions/cloudDisk/cloudDiskUniappFileOpenStrategy.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskUniappUi.d.ts +47 -0
- package/dist/functions/cloudDisk/cloudDiskUniappUi.js +57 -0
- package/dist/functions/cloudDisk/cloudDiskUniappUi.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskUploadTaskUi.d.ts +2 -0
- package/dist/functions/cloudDisk/cloudDiskUploadTaskUi.js +12 -0
- package/dist/functions/cloudDisk/cloudDiskUploadTaskUi.js.map +1 -1
- package/dist/functions/cloudDisk/collectElementIdsInContentLassoBox.d.ts +1 -0
- package/dist/functions/cloudDisk/collectElementIdsInContentLassoBox.js +2 -0
- package/dist/functions/cloudDisk/collectElementIdsInContentLassoBox.js.map +1 -0
- package/dist/functions/cloudDisk/createBrowserCloudDiskPrivacyStorageAccess.d.ts +9 -0
- package/dist/functions/cloudDisk/createBrowserCloudDiskPrivacyStorageAccess.js +29 -0
- package/dist/functions/cloudDisk/createBrowserCloudDiskPrivacyStorageAccess.js.map +1 -0
- package/dist/functions/cloudDisk/createBrowserCloudDiskQuickAccessStorageAccess.d.ts +7 -0
- package/dist/functions/cloudDisk/createBrowserCloudDiskQuickAccessStorageAccess.js +17 -0
- package/dist/functions/cloudDisk/createBrowserCloudDiskQuickAccessStorageAccess.js.map +1 -0
- package/dist/functions/cloudDisk/executeCloudDiskDirectUpload.d.ts +22 -0
- package/dist/functions/cloudDisk/executeCloudDiskDirectUpload.js +59 -0
- package/dist/functions/cloudDisk/executeCloudDiskDirectUpload.js.map +1 -0
- package/dist/functions/cloudDisk/executeCloudDiskFileDirectUpload.d.ts +30 -0
- package/dist/functions/cloudDisk/executeCloudDiskFileDirectUpload.js +27 -0
- package/dist/functions/cloudDisk/executeCloudDiskFileDirectUpload.js.map +1 -0
- package/dist/functions/cloudDisk/extractCloudDiskPrivateFolderData.d.ts +3 -0
- package/dist/functions/cloudDisk/extractCloudDiskPrivateFolderData.js +17 -0
- package/dist/functions/cloudDisk/extractCloudDiskPrivateFolderData.js.map +1 -0
- package/dist/functions/cloudDisk/filterCloudDiskMoveTargetFolders.d.ts +10 -0
- package/dist/functions/cloudDisk/filterCloudDiskMoveTargetFolders.js +12 -0
- package/dist/functions/cloudDisk/filterCloudDiskMoveTargetFolders.js.map +1 -0
- package/dist/functions/cloudDisk/needsCloudDiskPrivateFolderUnlock.d.ts +2 -0
- package/dist/functions/cloudDisk/needsCloudDiskPrivateFolderUnlock.js +8 -0
- package/dist/functions/cloudDisk/needsCloudDiskPrivateFolderUnlock.js.map +1 -0
- package/dist/functions/cloudDisk/planCloudDiskBatchDownload.d.ts +10 -0
- package/dist/functions/cloudDisk/planCloudDiskBatchDownload.js +18 -0
- package/dist/functions/cloudDisk/planCloudDiskBatchDownload.js.map +1 -0
- package/dist/functions/cloudDisk/resolveCloudDiskNodeIdFromPointerEvent.d.ts +7 -0
- package/dist/functions/cloudDisk/resolveCloudDiskNodeIdFromPointerEvent.js +20 -0
- package/dist/functions/cloudDisk/resolveCloudDiskNodeIdFromPointerEvent.js.map +1 -0
- package/dist/functions/cloudDisk/sortCloudDiskNodes.d.ts +4 -0
- package/dist/functions/cloudDisk/sortCloudDiskNodes.js +22 -0
- package/dist/functions/cloudDisk/sortCloudDiskNodes.js.map +1 -0
- package/dist/functions/dom/appTheme.d.ts +10 -0
- package/dist/functions/dom/appTheme.js +11 -0
- package/dist/functions/dom/appTheme.js.map +1 -0
- package/dist/functions/dom/copyHtmlAndPlainToClipboard.d.ts +3 -1
- package/dist/functions/dom/copyHtmlAndPlainToClipboard.js +14 -10
- package/dist/functions/dom/copyHtmlAndPlainToClipboard.js.map +1 -1
- package/dist/functions/dom/copyTextToClipboard.d.ts +3 -1
- package/dist/functions/dom/copyTextToClipboard.js +5 -4
- package/dist/functions/dom/copyTextToClipboard.js.map +1 -1
- package/dist/functions/dom/createTooltipLongPressHandlers.d.ts +24 -0
- package/dist/functions/dom/createTooltipLongPressHandlers.js +84 -0
- package/dist/functions/dom/createTooltipLongPressHandlers.js.map +1 -0
- package/dist/functions/dom/domDocumentSelection.d.ts +4 -0
- package/dist/functions/dom/domDocumentSelection.js +39 -0
- package/dist/functions/dom/domDocumentSelection.js.map +1 -0
- package/dist/functions/dom/domSelectionInElement.d.ts +5 -0
- package/dist/functions/dom/domSelectionInElement.js +39 -0
- package/dist/functions/dom/domSelectionInElement.js.map +1 -0
- package/dist/functions/dom/executeCopyTextToClipboard.d.ts +18 -0
- package/dist/functions/dom/executeCopyTextToClipboard.js +28 -0
- package/dist/functions/dom/executeCopyTextToClipboard.js.map +1 -0
- package/dist/functions/dom/fetchBlobFromUrl.d.ts +12 -0
- package/dist/functions/dom/fetchBlobFromUrl.js +29 -0
- package/dist/functions/dom/fetchBlobFromUrl.js.map +1 -0
- package/dist/functions/dom/fileDrag.d.ts +11 -0
- package/dist/functions/dom/fileDrag.js +14 -0
- package/dist/functions/dom/fileDrag.js.map +1 -0
- package/dist/functions/dom/imageBlobToPng.d.ts +7 -0
- package/dist/functions/dom/imageBlobToPng.js +75 -0
- package/dist/functions/dom/imageBlobToPng.js.map +1 -0
- package/dist/functions/dom/lassoSelection.d.ts +84 -0
- package/dist/functions/dom/lassoSelection.js +199 -0
- package/dist/functions/dom/lassoSelection.js.map +1 -0
- package/dist/functions/dom/readBrowserDomDeps.d.ts +41 -0
- package/dist/functions/dom/readBrowserDomDeps.js +63 -0
- package/dist/functions/dom/readBrowserDomDeps.js.map +1 -0
- package/dist/functions/dom/resolveChatMessageImageFromContextMenu.d.ts +3 -0
- package/dist/functions/dom/resolveChatMessageImageFromContextMenu.js +17 -0
- package/dist/functions/dom/resolveChatMessageImageFromContextMenu.js.map +1 -0
- package/dist/functions/dom/resolveOverlayTeleportParent.d.ts +7 -0
- package/dist/functions/dom/resolveOverlayTeleportParent.js +11 -0
- package/dist/functions/dom/resolveOverlayTeleportParent.js.map +1 -0
- package/dist/functions/dom/safeBrowserDom.d.ts +17 -0
- package/dist/functions/dom/safeBrowserDom.js +42 -0
- package/dist/functions/dom/safeBrowserDom.js.map +1 -0
- package/dist/functions/dom/writeImageBlobToClipboard.d.ts +11 -0
- package/dist/functions/dom/writeImageBlobToClipboard.js +43 -0
- package/dist/functions/dom/writeImageBlobToClipboard.js.map +1 -0
- package/dist/functions/download/adaptDownloadDispatcherForUrlFeedback.d.ts +9 -0
- package/dist/functions/download/adaptDownloadDispatcherForUrlFeedback.js +31 -0
- package/dist/functions/download/adaptDownloadDispatcherForUrlFeedback.js.map +1 -0
- package/dist/functions/download/buildCapacitorDownloadRelativePath.d.ts +1 -0
- package/dist/functions/download/buildCapacitorDownloadRelativePath.js +6 -0
- package/dist/functions/download/buildCapacitorDownloadRelativePath.js.map +1 -0
- package/dist/functions/download/canUseElectronHttpDownload.d.ts +5 -0
- package/dist/functions/download/canUseElectronHttpDownload.js +9 -0
- package/dist/functions/download/canUseElectronHttpDownload.js.map +1 -0
- package/dist/functions/download/chatFileMessageDownloadProgress.d.ts +14 -0
- package/dist/functions/download/chatFileMessageDownloadProgress.js +36 -0
- package/dist/functions/download/chatFileMessageDownloadProgress.js.map +1 -0
- package/dist/functions/download/chatInlineAttachmentDownloadProgress.d.ts +7 -0
- package/dist/functions/download/chatInlineAttachmentDownloadProgress.js +19 -0
- package/dist/functions/download/chatInlineAttachmentDownloadProgress.js.map +1 -0
- package/dist/functions/download/createBrowserDownloadDepsFromGlobalThis.d.ts +4 -0
- package/dist/functions/download/createBrowserDownloadDepsFromGlobalThis.js +30 -0
- package/dist/functions/download/createBrowserDownloadDepsFromGlobalThis.js.map +1 -0
- package/dist/functions/download/createEffectiveDownloadDirectoryResolver.d.ts +10 -0
- package/dist/functions/download/createEffectiveDownloadDirectoryResolver.js +30 -0
- package/dist/functions/download/createEffectiveDownloadDirectoryResolver.js.map +1 -0
- package/dist/functions/download/executeChatDownloadByUrl.d.ts +24 -0
- package/dist/functions/download/executeChatDownloadByUrl.js +42 -0
- package/dist/functions/download/executeChatDownloadByUrl.js.map +1 -0
- package/dist/functions/download/executeChatInlineAttachmentDownload.d.ts +23 -0
- package/dist/functions/download/executeChatInlineAttachmentDownload.js +54 -0
- package/dist/functions/download/executeChatInlineAttachmentDownload.js.map +1 -0
- package/dist/functions/download/executeDownloadInCapacitorAndroid.d.ts +26 -0
- package/dist/functions/download/executeDownloadInCapacitorAndroid.js +102 -0
- package/dist/functions/download/executeDownloadInCapacitorAndroid.js.map +1 -0
- package/dist/functions/download/executeDownloadInElectron.d.ts +20 -0
- package/dist/functions/download/executeDownloadInElectron.js +53 -0
- package/dist/functions/download/executeDownloadInElectron.js.map +1 -0
- package/dist/functions/download/executeDownloadUrlWithFeedback.d.ts +27 -0
- package/dist/functions/download/executeDownloadUrlWithFeedback.js +39 -0
- package/dist/functions/download/executeDownloadUrlWithFeedback.js.map +1 -0
- package/dist/functions/download/executeRevealChatLocalFile.d.ts +10 -0
- package/dist/functions/download/executeRevealChatLocalFile.js +24 -0
- package/dist/functions/download/executeRevealChatLocalFile.js.map +1 -0
- package/dist/functions/download/isHttpDownloadUrl.d.ts +1 -0
- package/dist/functions/download/isHttpDownloadUrl.js +5 -0
- package/dist/functions/download/isHttpDownloadUrl.js.map +1 -0
- package/dist/functions/download/mergeDownloadDirectoryPrefIntoOptions.d.ts +5 -0
- package/dist/functions/download/mergeDownloadDirectoryPrefIntoOptions.js +15 -0
- package/dist/functions/download/mergeDownloadDirectoryPrefIntoOptions.js.map +1 -0
- package/dist/functions/download/mergeElectronDefaultDownloadDirectoryOptions.d.ts +6 -0
- package/dist/functions/download/mergeElectronDefaultDownloadDirectoryOptions.js +18 -0
- package/dist/functions/download/mergeElectronDefaultDownloadDirectoryOptions.js.map +1 -0
- package/dist/functions/download/newDownloadId.d.ts +1 -0
- package/dist/functions/download/newDownloadId.js +6 -0
- package/dist/functions/download/newDownloadId.js.map +1 -0
- package/dist/functions/download/readElectronSystemDefaultDownloadDirectory.d.ts +4 -0
- package/dist/functions/download/readElectronSystemDefaultDownloadDirectory.js +9 -0
- package/dist/functions/download/readElectronSystemDefaultDownloadDirectory.js.map +1 -0
- package/dist/functions/download/shouldTrackChatFileMessageDownload.d.ts +7 -0
- package/dist/functions/download/shouldTrackChatFileMessageDownload.js +14 -0
- package/dist/functions/download/shouldTrackChatFileMessageDownload.js.map +1 -0
- package/dist/functions/download/shouldTrackChatInlineAttachmentDownload.d.ts +6 -0
- package/dist/functions/download/shouldTrackChatInlineAttachmentDownload.js +12 -0
- package/dist/functions/download/shouldTrackChatInlineAttachmentDownload.js.map +1 -0
- package/dist/functions/file/isJpegImageFile.d.ts +0 -1
- package/dist/functions/file/isJpegImageFile.js +0 -1
- package/dist/functions/file/isJpegImageFile.js.map +1 -1
- package/dist/functions/im/alignActiveImConversationSelection.d.ts +22 -0
- package/dist/functions/im/alignActiveImConversationSelection.js +66 -0
- package/dist/functions/im/alignActiveImConversationSelection.js.map +1 -0
- package/dist/functions/im/assignChatConversationToWindowLocation.d.ts +12 -0
- package/dist/functions/im/assignChatConversationToWindowLocation.js +19 -0
- package/dist/functions/im/assignChatConversationToWindowLocation.js.map +1 -0
- package/dist/functions/im/buildChatConversationBackgroundMediaBlobRecord.d.ts +12 -0
- package/dist/functions/im/buildChatConversationBackgroundMediaBlobRecord.js +20 -0
- package/dist/functions/im/buildChatConversationBackgroundMediaBlobRecord.js.map +1 -0
- package/dist/functions/im/buildConversationListAssemblyOpts.d.ts +10 -0
- package/dist/functions/im/buildConversationListAssemblyOpts.js +9 -0
- package/dist/functions/im/buildConversationListAssemblyOpts.js.map +1 -0
- package/dist/functions/im/buildConversationListUiContextFromDexieSidecars.d.ts +13 -0
- package/dist/functions/im/buildConversationListUiContextFromDexieSidecars.js +13 -0
- package/dist/functions/im/buildConversationListUiContextFromDexieSidecars.js.map +1 -0
- package/dist/functions/im/buildConversationTailReconcileUpdate.d.ts +5 -0
- package/dist/functions/im/buildConversationTailReconcileUpdate.js +18 -0
- package/dist/functions/im/buildConversationTailReconcileUpdate.js.map +1 -0
- package/dist/functions/im/buildFinalizedOutboundDraftMessage.d.ts +2 -0
- package/dist/functions/im/buildFinalizedOutboundDraftMessage.js +22 -0
- package/dist/functions/im/buildFinalizedOutboundDraftMessage.js.map +1 -0
- package/dist/functions/im/buildImOutboundFailurePatchWithRetry.d.ts +2 -0
- package/dist/functions/im/buildImOutboundFailurePatchWithRetry.js +21 -0
- package/dist/functions/im/buildImOutboundFailurePatchWithRetry.js.map +1 -0
- package/dist/functions/im/buildImOutboundSendPayload.d.ts +20 -0
- package/dist/functions/im/buildImOutboundSendPayload.js +16 -0
- package/dist/functions/im/buildImOutboundSendPayload.js.map +1 -0
- package/dist/functions/im/buildImOutboundSendingStatusPatch.d.ts +2 -0
- package/dist/functions/im/buildImOutboundSendingStatusPatch.js +13 -0
- package/dist/functions/im/buildImOutboundSendingStatusPatch.js.map +1 -0
- package/dist/functions/im/buildLocalMediaOutboundDraftMessage.d.ts +12 -0
- package/dist/functions/im/buildLocalMediaOutboundDraftMessage.js +26 -0
- package/dist/functions/im/buildLocalMediaOutboundDraftMessage.js.map +1 -0
- package/dist/functions/im/buildMediaOutboundRegisterMergedMessage.d.ts +9 -0
- package/dist/functions/im/buildMediaOutboundRegisterMergedMessage.js +19 -0
- package/dist/functions/im/buildMediaOutboundRegisterMergedMessage.js.map +1 -0
- package/dist/functions/im/buildMediaUploadFailurePatch.d.ts +6 -0
- package/dist/functions/im/buildMediaUploadFailurePatch.js +17 -0
- package/dist/functions/im/buildMediaUploadFailurePatch.js.map +1 -0
- package/dist/functions/im/buildMislabeledDeliveredMediaRepairPatch.d.ts +2 -0
- package/dist/functions/im/buildMislabeledDeliveredMediaRepairPatch.js +20 -0
- package/dist/functions/im/buildMislabeledDeliveredMediaRepairPatch.js.map +1 -0
- package/dist/functions/im/buildQueuedOutboundDraftImMessage.d.ts +11 -0
- package/dist/functions/im/buildQueuedOutboundDraftImMessage.js +21 -0
- package/dist/functions/im/buildQueuedOutboundDraftImMessage.js.map +1 -0
- package/dist/functions/im/buildRecentImMessagesWindow.d.ts +2 -0
- package/dist/functions/im/buildRecentImMessagesWindow.js +21 -0
- package/dist/functions/im/buildRecentImMessagesWindow.js.map +1 -0
- package/dist/functions/im/buildSelectConversationUiState.d.ts +9 -0
- package/dist/functions/im/buildSelectConversationUiState.js +13 -0
- package/dist/functions/im/buildSelectConversationUiState.js.map +1 -0
- package/dist/functions/im/canUserDeleteImChatMessage.d.ts +4 -0
- package/dist/functions/im/canUserDeleteImChatMessage.js +22 -0
- package/dist/functions/im/canUserDeleteImChatMessage.js.map +1 -0
- package/dist/functions/im/chatMessageBubbleDom.d.ts +11 -0
- package/dist/functions/im/chatMessageBubbleDom.js +56 -0
- package/dist/functions/im/chatMessageBubbleDom.js.map +1 -0
- package/dist/functions/im/chatMessageList.d.ts +3 -0
- package/dist/functions/im/chatMessageList.js +11 -0
- package/dist/functions/im/chatMessageList.js.map +1 -1
- package/dist/functions/im/collectImMessageRelatedUserIds.d.ts +2 -0
- package/dist/functions/im/collectImMessageRelatedUserIds.js +16 -0
- package/dist/functions/im/collectImMessageRelatedUserIds.js.map +1 -0
- package/dist/functions/im/collectServerPersistedMessageApiIdsForDelete.d.ts +2 -0
- package/dist/functions/im/collectServerPersistedMessageApiIdsForDelete.js +9 -0
- package/dist/functions/im/collectServerPersistedMessageApiIdsForDelete.js.map +1 -0
- package/dist/functions/im/computeConversationMessagesHasOlder.d.ts +7 -0
- package/dist/functions/im/computeConversationMessagesHasOlder.js +6 -0
- package/dist/functions/im/computeConversationMessagesHasOlder.js.map +1 -0
- package/dist/functions/im/computeIncomingMessageConversationUpdate.d.ts +12 -0
- package/dist/functions/im/computeIncomingMessageConversationUpdate.js +20 -0
- package/dist/functions/im/computeIncomingMessageConversationUpdate.js.map +1 -0
- package/dist/functions/im/copyUsingClonedRangesOrMessagePlainText.d.ts +14 -0
- package/dist/functions/im/copyUsingClonedRangesOrMessagePlainText.js +56 -0
- package/dist/functions/im/copyUsingClonedRangesOrMessagePlainText.js.map +1 -0
- package/dist/functions/im/createConversationOutboundSerialQueue.d.ts +11 -0
- package/dist/functions/im/createConversationOutboundSerialQueue.js +43 -0
- package/dist/functions/im/createConversationOutboundSerialQueue.js.map +1 -0
- package/dist/functions/im/createElectronTrayUnreadPusher.d.ts +6 -0
- package/dist/functions/im/createElectronTrayUnreadPusher.js +18 -0
- package/dist/functions/im/createElectronTrayUnreadPusher.js.map +1 -0
- package/dist/functions/im/createImConversationListUiBinder.d.ts +12 -0
- package/dist/functions/im/createImConversationListUiBinder.js +16 -0
- package/dist/functions/im/createImConversationListUiBinder.js.map +1 -0
- package/dist/functions/im/desktopImNotifyEnricherRegistry.d.ts +17 -0
- package/dist/functions/im/desktopImNotifyEnricherRegistry.js +36 -0
- package/dist/functions/im/desktopImNotifyEnricherRegistry.js.map +1 -0
- package/dist/functions/im/enrichImContactsPeerProfiles.d.ts +6 -0
- package/dist/functions/im/enrichImContactsPeerProfiles.js +15 -0
- package/dist/functions/im/enrichImContactsPeerProfiles.js.map +1 -0
- package/dist/functions/im/executeChatAttachmentPreviewDownloadAction.d.ts +22 -0
- package/dist/functions/im/executeChatAttachmentPreviewDownloadAction.js +29 -0
- package/dist/functions/im/executeChatAttachmentPreviewDownloadAction.js.map +1 -0
- package/dist/functions/im/executeChatImageGalleryMenuAction.d.ts +27 -0
- package/dist/functions/im/executeChatImageGalleryMenuAction.js +26 -0
- package/dist/functions/im/executeChatImageGalleryMenuAction.js.map +1 -0
- package/dist/functions/im/executeCopyChatMessageContent.d.ts +15 -0
- package/dist/functions/im/executeCopyChatMessageContent.js +45 -0
- package/dist/functions/im/executeCopyChatMessageContent.js.map +1 -0
- package/dist/functions/im/executeCopyChatMessageImageToClipboard.d.ts +9 -0
- package/dist/functions/im/executeCopyChatMessageImageToClipboard.js +9 -0
- package/dist/functions/im/executeCopyChatMessageImageToClipboard.js.map +1 -0
- package/dist/functions/im/executeDownloadChatMessageMedia.d.ts +5 -0
- package/dist/functions/im/executeDownloadChatMessageMedia.js +12 -0
- package/dist/functions/im/executeDownloadChatMessageMedia.js.map +1 -0
- package/dist/functions/im/executeLoadTrayUnreadTotalFromDexie.d.ts +10 -0
- package/dist/functions/im/executeLoadTrayUnreadTotalFromDexie.js +10 -0
- package/dist/functions/im/executeLoadTrayUnreadTotalFromDexie.js.map +1 -0
- package/dist/functions/im/executeOpenChatConversationWithPeer.d.ts +9 -0
- package/dist/functions/im/executeOpenChatConversationWithPeer.js +12 -0
- package/dist/functions/im/executeOpenChatConversationWithPeer.js.map +1 -0
- package/dist/functions/im/executeShowDesktopImNotification.d.ts +40 -0
- package/dist/functions/im/executeShowDesktopImNotification.js +49 -0
- package/dist/functions/im/executeShowDesktopImNotification.js.map +1 -0
- package/dist/functions/im/fetchChatMessageImageBlob.d.ts +12 -0
- package/dist/functions/im/fetchChatMessageImageBlob.js +40 -0
- package/dist/functions/im/fetchChatMessageImageBlob.js.map +1 -0
- package/dist/functions/im/imAiChatSessionTitle.d.ts +2 -0
- package/dist/functions/im/imAiChatSessionTitle.js +4 -0
- package/dist/functions/im/imAiChatSessionTitle.js.map +1 -1
- package/dist/functions/im/imAiStreamOutboundQueue.d.ts +10 -0
- package/dist/functions/im/imAiStreamOutboundQueue.js +13 -0
- package/dist/functions/im/imAiStreamOutboundQueue.js.map +1 -0
- package/dist/functions/im/imAiStreamReplyDone.d.ts +34 -0
- package/dist/functions/im/imAiStreamReplyDone.js +52 -0
- package/dist/functions/im/imAiStreamReplyDone.js.map +1 -0
- package/dist/functions/im/imAiStreamSideBuffer.d.ts +16 -0
- package/dist/functions/im/imAiStreamSideBuffer.js +19 -0
- package/dist/functions/im/imAiStreamSideBuffer.js.map +1 -0
- package/dist/functions/im/imAiStreamStoppedRun.d.ts +6 -0
- package/dist/functions/im/imAiStreamStoppedRun.js +19 -0
- package/dist/functions/im/imAiStreamStoppedRun.js.map +1 -0
- package/dist/functions/im/imAiStreamUi.d.ts +40 -0
- package/dist/functions/im/imAiStreamUi.js +108 -0
- package/dist/functions/im/imAiStreamUi.js.map +1 -0
- package/dist/functions/im/imApiMessageMerge.js +4 -25
- package/dist/functions/im/imApiMessageMerge.js.map +1 -1
- package/dist/functions/im/imApiSyncPreservedOutboundOps.d.ts +9 -0
- package/dist/functions/im/imApiSyncPreservedOutboundOps.js +52 -0
- package/dist/functions/im/imApiSyncPreservedOutboundOps.js.map +1 -0
- package/dist/functions/im/imBubbleSelectionClipboard.d.ts +2 -1
- package/dist/functions/im/imBubbleSelectionClipboard.js +10 -11
- package/dist/functions/im/imBubbleSelectionClipboard.js.map +1 -1
- package/dist/functions/im/imChatContextMenuSpecs.d.ts +5 -0
- package/dist/functions/im/imChatContextMenuSpecs.js +22 -0
- package/dist/functions/im/imChatContextMenuSpecs.js.map +1 -1
- package/dist/functions/im/imChatInlineAttachmentDisplay.d.ts +6 -0
- package/dist/functions/im/imChatInlineAttachmentDisplay.js +11 -0
- package/dist/functions/im/imChatInlineAttachmentDisplay.js.map +1 -1
- package/dist/functions/im/imChatMessageDeleteUi.d.ts +3 -0
- package/dist/functions/im/imChatMessageDeleteUi.js +14 -0
- package/dist/functions/im/imChatMessageDeleteUi.js.map +1 -0
- package/dist/functions/im/imChatMessageLookup.d.ts +3 -0
- package/dist/functions/im/imChatMessageLookup.js +13 -0
- package/dist/functions/im/imChatMessageLookup.js.map +1 -0
- package/dist/functions/im/imChatMessagePagination.d.ts +9 -1
- package/dist/functions/im/imChatMessagePagination.js +17 -1
- package/dist/functions/im/imChatMessagePagination.js.map +1 -1
- package/dist/functions/im/imComposerOutboundExtra.d.ts +17 -0
- package/dist/functions/im/imComposerOutboundExtra.js +52 -0
- package/dist/functions/im/imComposerOutboundExtra.js.map +1 -0
- package/dist/functions/im/imContactPeerProfileMerge.d.ts +9 -0
- package/dist/functions/im/imContactPeerProfileMerge.js +18 -0
- package/dist/functions/im/imContactPeerProfileMerge.js.map +1 -0
- package/dist/functions/im/imContactPickerFilter.d.ts +8 -0
- package/dist/functions/im/imContactPickerFilter.js +52 -0
- package/dist/functions/im/imContactPickerFilter.js.map +1 -0
- package/dist/functions/im/imConversationListPrefs.d.ts +21 -0
- package/dist/functions/im/imConversationListPrefs.js +44 -0
- package/dist/functions/im/imConversationListPrefs.js.map +1 -0
- package/dist/functions/im/imConversationMessageLoadFailurePolicy.d.ts +2 -0
- package/dist/functions/im/imConversationMessageLoadFailurePolicy.js +4 -0
- package/dist/functions/im/imConversationMessageLoadFailurePolicy.js.map +1 -0
- package/dist/functions/im/imConversationMessageSyncUi.d.ts +18 -0
- package/dist/functions/im/imConversationMessageSyncUi.js +32 -0
- package/dist/functions/im/imConversationMessageSyncUi.js.map +1 -0
- package/dist/functions/im/imConversationPrefNormalize.d.ts +29 -0
- package/dist/functions/im/imConversationPrefNormalize.js +81 -0
- package/dist/functions/im/imConversationPrefNormalize.js.map +1 -0
- package/dist/functions/im/imConversationRouteQuery.d.ts +5 -0
- package/dist/functions/im/imConversationRouteQuery.js +14 -0
- package/dist/functions/im/imConversationRouteQuery.js.map +1 -0
- package/dist/functions/im/imConversationSidebar.d.ts +41 -0
- package/dist/functions/im/imConversationSidebar.js +99 -0
- package/dist/functions/im/imConversationSidebar.js.map +1 -0
- package/dist/functions/im/imConversationSyncFailurePolicy.d.ts +10 -0
- package/dist/functions/im/imConversationSyncFailurePolicy.js +15 -0
- package/dist/functions/im/imConversationSyncFailurePolicy.js.map +1 -0
- package/dist/functions/im/imDesktopNotificationPrefs.d.ts +16 -0
- package/dist/functions/im/imDesktopNotificationPrefs.js +41 -0
- package/dist/functions/im/imDesktopNotificationPrefs.js.map +1 -0
- package/dist/functions/im/imDexieMessageLookup.d.ts +6 -0
- package/dist/functions/im/imDexieMessageLookup.js +28 -0
- package/dist/functions/im/imDexieMessageLookup.js.map +1 -0
- package/dist/functions/im/imDismissedConversationOps.d.ts +11 -0
- package/dist/functions/im/imDismissedConversationOps.js +20 -0
- package/dist/functions/im/imDismissedConversationOps.js.map +1 -0
- package/dist/functions/im/imForwardOutboundDispatch.d.ts +22 -0
- package/dist/functions/im/imForwardOutboundDispatch.js +32 -0
- package/dist/functions/im/imForwardOutboundDispatch.js.map +1 -0
- package/dist/functions/im/imImagePixelExtra.d.ts +0 -1
- package/dist/functions/im/imImagePixelExtra.js +0 -1
- package/dist/functions/im/imImagePixelExtra.js.map +1 -1
- package/dist/functions/im/imInboundMessageUi.d.ts +10 -0
- package/dist/functions/im/imInboundMessageUi.js +26 -0
- package/dist/functions/im/imInboundMessageUi.js.map +1 -0
- package/dist/functions/im/imInlineAttachmentOutbound.d.ts +23 -0
- package/dist/functions/im/imInlineAttachmentOutbound.js +36 -0
- package/dist/functions/im/imInlineAttachmentOutbound.js.map +1 -0
- package/dist/functions/im/imInlineMediaUrlVideo.d.ts +5 -0
- package/dist/functions/im/imInlineMediaUrlVideo.js +3 -0
- package/dist/functions/im/imInlineMediaUrlVideo.js.map +1 -1
- package/dist/functions/im/imLocalMediaOutboundExtra.d.ts +5 -0
- package/dist/functions/im/imLocalMediaOutboundExtra.js +28 -0
- package/dist/functions/im/imLocalMediaOutboundExtra.js.map +1 -0
- package/dist/functions/im/imMediaOssUpload.d.ts +4 -0
- package/dist/functions/im/imMediaOssUpload.js +12 -0
- package/dist/functions/im/imMediaOssUpload.js.map +1 -0
- package/dist/functions/im/imMediaPipelineDimensionExtra.d.ts +9 -0
- package/dist/functions/im/imMediaPipelineDimensionExtra.js +11 -0
- package/dist/functions/im/imMediaPipelineDimensionExtra.js.map +1 -0
- package/dist/functions/im/imMediaPipelinePixelMeta.d.ts +33 -0
- package/dist/functions/im/imMediaPipelinePixelMeta.js +28 -0
- package/dist/functions/im/imMediaPipelinePixelMeta.js.map +1 -0
- package/dist/functions/im/imMediaPipelineQueueItem.d.ts +39 -0
- package/dist/functions/im/imMediaPipelineQueueItem.js +32 -0
- package/dist/functions/im/imMediaPipelineQueueItem.js.map +1 -0
- package/dist/functions/im/imMediaToolbarQueue.d.ts +16 -0
- package/dist/functions/im/imMediaToolbarQueue.js +14 -0
- package/dist/functions/im/imMediaToolbarQueue.js.map +1 -0
- package/dist/functions/im/imMemberProfileEnsurePolicy.d.ts +7 -0
- package/dist/functions/im/imMemberProfileEnsurePolicy.js +11 -0
- package/dist/functions/im/imMemberProfileEnsurePolicy.js.map +1 -0
- package/dist/functions/im/imMemberProfileRowsToUpsert.d.ts +7 -0
- package/dist/functions/im/imMemberProfileRowsToUpsert.js +18 -0
- package/dist/functions/im/imMemberProfileRowsToUpsert.js.map +1 -0
- package/dist/functions/im/imMentionAllowedUserIds.d.ts +1 -0
- package/dist/functions/im/imMentionAllowedUserIds.js.map +1 -1
- package/dist/functions/im/imMentionInputItems.d.ts +23 -0
- package/dist/functions/im/imMentionInputItems.js +32 -0
- package/dist/functions/im/imMentionInputItems.js.map +1 -0
- package/dist/functions/im/imMessageExtraRecord.d.ts +1 -0
- package/dist/functions/im/imMessageExtraRecord.js +4 -0
- package/dist/functions/im/imMessageExtraRecord.js.map +1 -1
- package/dist/functions/im/imMessageIsoTime.d.ts +2 -0
- package/dist/functions/im/imMessageIsoTime.js +17 -0
- package/dist/functions/im/imMessageIsoTime.js.map +1 -0
- package/dist/functions/im/imMultiSelectBatchAction.d.ts +9 -0
- package/dist/functions/im/imMultiSelectBatchAction.js +19 -0
- package/dist/functions/im/imMultiSelectBatchAction.js.map +1 -0
- package/dist/functions/im/imOrchestrationTypes.d.ts +5 -0
- package/dist/functions/im/imOrchestrationTypes.js +2 -0
- package/dist/functions/im/imOrchestrationTypes.js.map +1 -0
- package/dist/functions/im/imOutboundMediaHelpers.d.ts +7 -1
- package/dist/functions/im/imOutboundMediaHelpers.js +15 -7
- package/dist/functions/im/imOutboundMediaHelpers.js.map +1 -1
- package/dist/functions/im/imPeerProfileFromConversations.d.ts +14 -0
- package/dist/functions/im/imPeerProfileFromConversations.js +82 -0
- package/dist/functions/im/imPeerProfileFromConversations.js.map +1 -0
- package/dist/functions/im/imPendingMediaFlushPlan.d.ts +29 -0
- package/dist/functions/im/imPendingMediaFlushPlan.js +61 -0
- package/dist/functions/im/imPendingMediaFlushPlan.js.map +1 -0
- package/dist/functions/im/imSenderProfileMap.d.ts +24 -0
- package/dist/functions/im/imSenderProfileMap.js +72 -0
- package/dist/functions/im/imSenderProfileMap.js.map +1 -0
- package/dist/functions/im/imStandaloneMediaOutbound.d.ts +19 -0
- package/dist/functions/im/imStandaloneMediaOutbound.js +52 -0
- package/dist/functions/im/imStandaloneMediaOutbound.js.map +1 -0
- package/dist/functions/im/imTrayUnreadTotal.d.ts +12 -0
- package/dist/functions/im/imTrayUnreadTotal.js +19 -0
- package/dist/functions/im/imTrayUnreadTotal.js.map +1 -0
- package/dist/functions/im/imWalletEnvelopeClaim.d.ts +4 -0
- package/dist/functions/im/imWalletEnvelopeClaim.js +49 -0
- package/dist/functions/im/imWalletEnvelopeClaim.js.map +1 -0
- package/dist/functions/im/imWalletTransferPatch.d.ts +2 -0
- package/dist/functions/im/imWalletTransferPatch.js +18 -0
- package/dist/functions/im/imWalletTransferPatch.js.map +1 -0
- package/dist/functions/im/index.d.ts +34 -3
- package/dist/functions/im/index.js +34 -3
- package/dist/functions/im/index.js.map +1 -1
- package/dist/functions/im/isDesktopImNotificationEnvironmentSupported.d.ts +14 -0
- package/dist/functions/im/isDesktopImNotificationEnvironmentSupported.js +14 -0
- package/dist/functions/im/isDesktopImNotificationEnvironmentSupported.js.map +1 -0
- package/dist/functions/im/isImMessageNeedingLocalMediaPreview.d.ts +3 -0
- package/dist/functions/im/isImMessageNeedingLocalMediaPreview.js +16 -0
- package/dist/functions/im/isImMessageNeedingLocalMediaPreview.js.map +1 -0
- package/dist/functions/im/isLocalMediaPendingUploadMessage.d.ts +2 -0
- package/dist/functions/im/isLocalMediaPendingUploadMessage.js +24 -0
- package/dist/functions/im/isLocalMediaPendingUploadMessage.js.map +1 -0
- package/dist/functions/im/isPendingOutboundImMessage.d.ts +4 -0
- package/dist/functions/im/isPendingOutboundImMessage.js +16 -0
- package/dist/functions/im/isPendingOutboundImMessage.js.map +1 -0
- package/dist/functions/im/isStaleMessageForAbandonOnExit.d.ts +3 -0
- package/dist/functions/im/isStaleMessageForAbandonOnExit.js +35 -0
- package/dist/functions/im/isStaleMessageForAbandonOnExit.js.map +1 -0
- package/dist/functions/im/mapChatInlineAttachmentGallerySpecsToViewItems.d.ts +11 -0
- package/dist/functions/im/mapChatInlineAttachmentGallerySpecsToViewItems.js +11 -0
- package/dist/functions/im/mapChatInlineAttachmentGallerySpecsToViewItems.js.map +1 -0
- package/dist/functions/im/mapImAiAgentDtosToChatOptions.d.ts +2 -0
- package/dist/functions/im/mapImAiAgentDtosToChatOptions.js +15 -0
- package/dist/functions/im/mapImAiAgentDtosToChatOptions.js.map +1 -0
- package/dist/functions/im/mapUnreadHighlightsByConversation.d.ts +17 -0
- package/dist/functions/im/mapUnreadHighlightsByConversation.js +41 -0
- package/dist/functions/im/mapUnreadHighlightsByConversation.js.map +1 -0
- package/dist/functions/im/mergeConversationLastMessageWithOutboundPatch.d.ts +4 -0
- package/dist/functions/im/mergeConversationLastMessageWithOutboundPatch.js +11 -0
- package/dist/functions/im/mergeConversationLastMessageWithOutboundPatch.js.map +1 -0
- package/dist/functions/im/mergeFinalizedMediaMessageWithLocalExtras.d.ts +5 -0
- package/dist/functions/im/mergeFinalizedMediaMessageWithLocalExtras.js +31 -0
- package/dist/functions/im/mergeFinalizedMediaMessageWithLocalExtras.js.map +1 -0
- package/dist/functions/im/mergeImMessageExtraData.d.ts +2 -0
- package/dist/functions/im/mergeImMessageExtraData.js +11 -0
- package/dist/functions/im/mergeImMessageExtraData.js.map +1 -0
- package/dist/functions/im/mergePreservedOutboundRowAfterApiSync.d.ts +2 -0
- package/dist/functions/im/mergePreservedOutboundRowAfterApiSync.js +19 -0
- package/dist/functions/im/mergePreservedOutboundRowAfterApiSync.js.map +1 -0
- package/dist/functions/im/newImClientMessageId.d.ts +1 -0
- package/dist/functions/im/newImClientMessageId.js +6 -0
- package/dist/functions/im/newImClientMessageId.js.map +1 -0
- package/dist/functions/im/newImClientMessageIdFromBrowser.d.ts +4 -0
- package/dist/functions/im/newImClientMessageIdFromBrowser.js +12 -0
- package/dist/functions/im/newImClientMessageIdFromBrowser.js.map +1 -0
- package/dist/functions/im/normalizeImConversationRowForStorage.d.ts +4 -0
- package/dist/functions/im/normalizeImConversationRowForStorage.js +15 -0
- package/dist/functions/im/normalizeImConversationRowForStorage.js.map +1 -0
- package/dist/functions/im/patchChatWalletTransferReceiverNames.d.ts +5 -0
- package/dist/functions/im/patchChatWalletTransferReceiverNames.js +22 -0
- package/dist/functions/im/patchChatWalletTransferReceiverNames.js.map +1 -0
- package/dist/functions/im/resolveChatMessageCopyFeedback.d.ts +6 -0
- package/dist/functions/im/resolveChatMessageCopyFeedback.js +7 -0
- package/dist/functions/im/resolveChatMessageCopyFeedback.js.map +1 -0
- package/dist/functions/im/resolveConversationClearExceptOutboundDraft.d.ts +8 -0
- package/dist/functions/im/resolveConversationClearExceptOutboundDraft.js +25 -0
- package/dist/functions/im/resolveConversationClearExceptOutboundDraft.js.map +1 -0
- package/dist/functions/im/resolveDroppedFilePathWithNativeGetter.d.ts +4 -0
- package/dist/functions/im/resolveDroppedFilePathWithNativeGetter.js +13 -0
- package/dist/functions/im/resolveDroppedFilePathWithNativeGetter.js.map +1 -0
- package/dist/functions/im/resolveImOutboundRetrySendParams.d.ts +10 -0
- package/dist/functions/im/resolveImOutboundRetrySendParams.js +17 -0
- package/dist/functions/im/resolveImOutboundRetrySendParams.js.map +1 -0
- package/dist/functions/im/resolveImOutboundSendExtraData.d.ts +2 -0
- package/dist/functions/im/resolveImOutboundSendExtraData.js +13 -0
- package/dist/functions/im/resolveImOutboundSendExtraData.js.map +1 -0
- package/dist/functions/im/resolveOutboundPatchTargetsByClientMessageId.d.ts +2 -0
- package/dist/functions/im/resolveOutboundPatchTargetsByClientMessageId.js +11 -0
- package/dist/functions/im/resolveOutboundPatchTargetsByClientMessageId.js.map +1 -0
- package/dist/functions/im/resolveUploadFileInputFromMediaBlobRecord.d.ts +11 -0
- package/dist/functions/im/resolveUploadFileInputFromMediaBlobRecord.js +11 -0
- package/dist/functions/im/resolveUploadFileInputFromMediaBlobRecord.js.map +1 -0
- package/dist/functions/im/shouldPromoteMessageAsConversationLast.d.ts +2 -0
- package/dist/functions/im/shouldPromoteMessageAsConversationLast.js +7 -0
- package/dist/functions/im/shouldPromoteMessageAsConversationLast.js.map +1 -0
- package/dist/functions/im/validateComposerOutboundSend.d.ts +14 -0
- package/dist/functions/im/validateComposerOutboundSend.js +27 -0
- package/dist/functions/im/validateComposerOutboundSend.js.map +1 -0
- package/dist/functions/image/compressChatConversationBackgroundImage.d.ts +4 -0
- package/dist/functions/image/compressChatConversationBackgroundImage.js +10 -0
- package/dist/functions/image/compressChatConversationBackgroundImage.js.map +1 -0
- package/dist/functions/image/compressImageFileToBoundedJpeg.d.ts +13 -0
- package/dist/functions/image/compressImageFileToBoundedJpeg.js +30 -0
- package/dist/functions/image/compressImageFileToBoundedJpeg.js.map +1 -0
- package/dist/functions/markdown/normalizeMarkdownHtmlVideoTags.d.ts +1 -0
- package/dist/functions/markdown/normalizeMarkdownHtmlVideoTags.js +26 -0
- package/dist/functions/markdown/normalizeMarkdownHtmlVideoTags.js.map +1 -0
- package/dist/functions/number/clampIndex.d.ts +1 -0
- package/dist/functions/number/clampIndex.js +6 -0
- package/dist/functions/number/clampIndex.js.map +1 -0
- package/dist/functions/oss/fetchBlobViaOssDownloadApi.d.ts +12 -0
- package/dist/functions/oss/fetchBlobViaOssDownloadApi.js +18 -0
- package/dist/functions/oss/fetchBlobViaOssDownloadApi.js.map +1 -0
- package/dist/functions/oss/putOssFileViaSignedUploadUrl.d.ts +15 -0
- package/dist/functions/oss/putOssFileViaSignedUploadUrl.js +28 -0
- package/dist/functions/oss/putOssFileViaSignedUploadUrl.js.map +1 -0
- package/dist/functions/oss/tryUploadImVideoThumbnailToOss.d.ts +24 -0
- package/dist/functions/oss/tryUploadImVideoThumbnailToOss.js +21 -0
- package/dist/functions/oss/tryUploadImVideoThumbnailToOss.js.map +1 -0
- package/dist/functions/oss/uploadChatCommunityMediaToOss.d.ts +6 -0
- package/dist/functions/oss/uploadChatCommunityMediaToOss.js +15 -0
- package/dist/functions/oss/uploadChatCommunityMediaToOss.js.map +1 -0
- package/dist/functions/oss/uploadOssFileFromBrowser.js +10 -17
- package/dist/functions/oss/uploadOssFileFromBrowser.js.map +1 -1
- package/dist/functions/project/buildProjectMachineHeaders.d.ts +9 -0
- package/dist/functions/project/buildProjectMachineHeaders.js +41 -0
- package/dist/functions/project/buildProjectMachineHeaders.js.map +1 -0
- package/dist/functions/release/buildCapacitorApkCacheRelPath.d.ts +4 -0
- package/dist/functions/release/buildCapacitorApkCacheRelPath.js +10 -0
- package/dist/functions/release/buildCapacitorApkCacheRelPath.js.map +1 -0
- package/dist/functions/release/buildCapacitorApkUpdatePrompt.d.ts +12 -0
- package/dist/functions/release/buildCapacitorApkUpdatePrompt.js +16 -0
- package/dist/functions/release/buildCapacitorApkUpdatePrompt.js.map +1 -0
- package/dist/functions/release/buildCapacitorWebOtaUpdatePrompt.d.ts +12 -0
- package/dist/functions/release/buildCapacitorWebOtaUpdatePrompt.js +16 -0
- package/dist/functions/release/buildCapacitorWebOtaUpdatePrompt.js.map +1 -0
- package/dist/functions/release/buildRendererReleaseUpdatePrompt.d.ts +19 -0
- package/dist/functions/release/buildRendererReleaseUpdatePrompt.js +35 -0
- package/dist/functions/release/buildRendererReleaseUpdatePrompt.js.map +1 -0
- package/dist/functions/release/capacitorOtaReleaseManifestFetch.d.ts +5 -0
- package/dist/functions/release/capacitorOtaReleaseManifestFetch.js +17 -0
- package/dist/functions/release/capacitorOtaReleaseManifestFetch.js.map +1 -0
- package/dist/functions/release/capacitorReleaseManifestFetch.d.ts +4 -0
- package/dist/functions/release/capacitorReleaseManifestFetch.js +12 -0
- package/dist/functions/release/capacitorReleaseManifestFetch.js.map +1 -0
- package/dist/functions/release/capacitorUpdateDefaults.d.ts +31 -0
- package/dist/functions/release/capacitorUpdateDefaults.js +51 -0
- package/dist/functions/release/capacitorUpdateDefaults.js.map +1 -0
- package/dist/functions/release/clientDownloadTargets.d.ts +9 -0
- package/dist/functions/release/clientDownloadTargets.js +12 -0
- package/dist/functions/release/clientDownloadTargets.js.map +1 -0
- package/dist/functions/release/createCapacitorUpdateFetchDeps.d.ts +27 -0
- package/dist/functions/release/createCapacitorUpdateFetchDeps.js +33 -0
- package/dist/functions/release/createCapacitorUpdateFetchDeps.js.map +1 -0
- package/dist/functions/release/createReleaseManifestFetchDeps.d.ts +8 -0
- package/dist/functions/release/createReleaseManifestFetchDeps.js +11 -0
- package/dist/functions/release/createReleaseManifestFetchDeps.js.map +1 -0
- package/dist/functions/release/detectElectronReleaseBrowserTarget.d.ts +5 -0
- package/dist/functions/release/detectElectronReleaseBrowserTarget.js +15 -0
- package/dist/functions/release/detectElectronReleaseBrowserTarget.js.map +1 -0
- package/dist/functions/release/electronReleaseManifestFetch.d.ts +13 -0
- package/dist/functions/release/electronReleaseManifestFetch.js +45 -0
- package/dist/functions/release/electronReleaseManifestFetch.js.map +1 -0
- package/dist/functions/release/evaluateCapacitorAndroidApkUpdate.d.ts +23 -0
- package/dist/functions/release/evaluateCapacitorAndroidApkUpdate.js +35 -0
- package/dist/functions/release/evaluateCapacitorAndroidApkUpdate.js.map +1 -0
- package/dist/functions/release/evaluateCapacitorWebOtaUpdate.d.ts +31 -0
- package/dist/functions/release/evaluateCapacitorWebOtaUpdate.js +48 -0
- package/dist/functions/release/evaluateCapacitorWebOtaUpdate.js.map +1 -0
- package/dist/functions/release/executeCapacitorAndroidApkUpdateCheck.d.ts +23 -0
- package/dist/functions/release/executeCapacitorAndroidApkUpdateCheck.js +31 -0
- package/dist/functions/release/executeCapacitorAndroidApkUpdateCheck.js.map +1 -0
- package/dist/functions/release/executeCapacitorManualUpdateCheck.d.ts +8 -0
- package/dist/functions/release/executeCapacitorManualUpdateCheck.js +11 -0
- package/dist/functions/release/executeCapacitorManualUpdateCheck.js.map +1 -0
- package/dist/functions/release/executeCapacitorWebOtaUpdateCheck.d.ts +26 -0
- package/dist/functions/release/executeCapacitorWebOtaUpdateCheck.js +42 -0
- package/dist/functions/release/executeCapacitorWebOtaUpdateCheck.js.map +1 -0
- package/dist/functions/release/executeManualChatUpdateCheck.d.ts +13 -0
- package/dist/functions/release/executeManualChatUpdateCheck.js +21 -0
- package/dist/functions/release/executeManualChatUpdateCheck.js.map +1 -0
- package/dist/functions/release/executeRendererReleaseUpdateCheck.d.ts +28 -0
- package/dist/functions/release/executeRendererReleaseUpdateCheck.js +69 -0
- package/dist/functions/release/executeRendererReleaseUpdateCheck.js.map +1 -0
- package/dist/functions/release/isCapacitorWebViewOnViteDevServer.d.ts +4 -0
- package/dist/functions/release/isCapacitorWebViewOnViteDevServer.js +10 -0
- package/dist/functions/release/isCapacitorWebViewOnViteDevServer.js.map +1 -0
- package/dist/functions/release/openCapacitorMobileAppDownload.d.ts +10 -0
- package/dist/functions/release/openCapacitorMobileAppDownload.js +23 -0
- package/dist/functions/release/openCapacitorMobileAppDownload.js.map +1 -0
- package/dist/functions/release/openElectronDesktopClientDownload.d.ts +9 -0
- package/dist/functions/release/openElectronDesktopClientDownload.js +19 -0
- package/dist/functions/release/openElectronDesktopClientDownload.js.map +1 -0
- package/dist/functions/release/pickCapacitorAndroidPackage.d.ts +4 -0
- package/dist/functions/release/pickCapacitorAndroidPackage.js +17 -0
- package/dist/functions/release/pickCapacitorAndroidPackage.js.map +1 -0
- package/dist/functions/release/pickElectronReleasePackage.d.ts +4 -0
- package/dist/functions/release/pickElectronReleasePackage.js +14 -0
- package/dist/functions/release/pickElectronReleasePackage.js.map +1 -0
- package/dist/functions/release/readBrowserReleaseDeps.d.ts +14 -0
- package/dist/functions/release/readBrowserReleaseDeps.js +19 -0
- package/dist/functions/release/readBrowserReleaseDeps.js.map +1 -0
- package/dist/functions/release/releaseUpdateDismissSession.d.ts +6 -0
- package/dist/functions/release/releaseUpdateDismissSession.js +25 -0
- package/dist/functions/release/releaseUpdateDismissSession.js.map +1 -0
- package/dist/functions/release/releaseUpdatePolicy.d.ts +7 -0
- package/dist/functions/release/releaseUpdatePolicy.js +36 -0
- package/dist/functions/release/releaseUpdatePolicy.js.map +1 -0
- package/dist/functions/release/sanitizeCapacitorDownloadFileName.d.ts +1 -0
- package/dist/functions/release/sanitizeCapacitorDownloadFileName.js +4 -0
- package/dist/functions/release/sanitizeCapacitorDownloadFileName.js.map +1 -0
- package/dist/functions/release/semverToCapacitorVersionCode.d.ts +1 -0
- package/dist/functions/release/semverToCapacitorVersionCode.js +10 -0
- package/dist/functions/release/semverToCapacitorVersionCode.js.map +1 -0
- package/dist/functions/release/shouldSkipCapacitorReleaseUpdateOnLaunch.d.ts +5 -0
- package/dist/functions/release/shouldSkipCapacitorReleaseUpdateOnLaunch.js +10 -0
- package/dist/functions/release/shouldSkipCapacitorReleaseUpdateOnLaunch.js.map +1 -0
- package/dist/functions/release/verifyHttpContentLength.d.ts +7 -0
- package/dist/functions/release/verifyHttpContentLength.js +26 -0
- package/dist/functions/release/verifyHttpContentLength.js.map +1 -0
- package/dist/functions/sse/namedSseStream.d.ts +6 -0
- package/dist/functions/sse/namedSseStream.js +70 -0
- package/dist/functions/sse/namedSseStream.js.map +1 -0
- package/dist/functions/storage/clearAppCachePreservingAuth.d.ts +14 -0
- package/dist/functions/storage/clearAppCachePreservingAuth.js +45 -0
- package/dist/functions/storage/clearAppCachePreservingAuth.js.map +1 -0
- package/dist/functions/storage/createBrowserSessionStorageKit.d.ts +12 -0
- package/dist/functions/storage/createBrowserSessionStorageKit.js +16 -0
- package/dist/functions/storage/createBrowserSessionStorageKit.js.map +1 -0
- package/dist/functions/storage/createBrowserStringStorageKit.d.ts +12 -0
- package/dist/functions/storage/createBrowserStringStorageKit.js +14 -0
- package/dist/functions/storage/createBrowserStringStorageKit.js.map +1 -0
- package/dist/functions/ui/imChatViewContextMenuMaterialize.d.ts +12 -0
- package/dist/functions/ui/imChatViewContextMenuMaterialize.js +16 -0
- package/dist/functions/ui/imChatViewContextMenuMaterialize.js.map +1 -0
- package/dist/functions/ui/imGalleryPreviewContextMenuMaterialize.d.ts +6 -0
- package/dist/functions/ui/imGalleryPreviewContextMenuMaterialize.js +12 -0
- package/dist/functions/ui/imGalleryPreviewContextMenuMaterialize.js.map +1 -0
- package/dist/functions/ui/imMarkdownImageGallery.d.ts +5 -0
- package/dist/functions/ui/imMarkdownImageGallery.js +12 -0
- package/dist/functions/ui/imMarkdownImageGallery.js.map +1 -0
- package/dist/functions/ui/resolveChatAttachmentPreviewContextMenuSelect.d.ts +24 -0
- package/dist/functions/ui/resolveChatAttachmentPreviewContextMenuSelect.js +31 -0
- package/dist/functions/ui/resolveChatAttachmentPreviewContextMenuSelect.js.map +1 -0
- package/dist/functions/ui/resolveChatGalleryMenuActionFeedback.d.ts +7 -0
- package/dist/functions/ui/resolveChatGalleryMenuActionFeedback.js +15 -0
- package/dist/functions/ui/resolveChatGalleryMenuActionFeedback.js.map +1 -0
- package/dist/functions/ui/resolveGalleryPreviewContextMenuEvent.d.ts +1 -0
- package/dist/functions/ui/resolveGalleryPreviewContextMenuEvent.js +2 -0
- package/dist/functions/ui/resolveGalleryPreviewContextMenuEvent.js.map +1 -1
- package/dist/functions/url/resolveCopyableAbsoluteUrl.d.ts +5 -0
- package/dist/functions/url/resolveCopyableAbsoluteUrl.js +17 -0
- package/dist/functions/url/resolveCopyableAbsoluteUrl.js.map +1 -0
- package/dist/functions/wallet/createBrowserWalletPayPasswordSessionAccess.d.ts +6 -0
- package/dist/functions/wallet/createBrowserWalletPayPasswordSessionAccess.js +28 -0
- package/dist/functions/wallet/createBrowserWalletPayPasswordSessionAccess.js.map +1 -0
- package/dist/functions/wallet/trc20PayQr.d.ts +3 -0
- package/dist/functions/wallet/trc20PayQr.js +16 -0
- package/dist/functions/wallet/trc20PayQr.js.map +1 -0
- package/dist/functions/wallet/walletLedgerUi.d.ts +44 -0
- package/dist/functions/wallet/walletLedgerUi.js +223 -0
- package/dist/functions/wallet/walletLedgerUi.js.map +1 -0
- package/dist/functions/wallet/walletPayPasswordSessionState.d.ts +8 -0
- package/dist/functions/wallet/walletPayPasswordSessionState.js +20 -0
- package/dist/functions/wallet/walletPayPasswordSessionState.js.map +1 -0
- package/dist/functions/wallet/walletPayPasswordUi.d.ts +3 -0
- package/dist/functions/wallet/walletPayPasswordUi.js +15 -0
- package/dist/functions/wallet/walletPayPasswordUi.js.map +1 -0
- package/dist/permissions/catalog.d.ts +4 -0
- package/dist/permissions/catalog.js +22 -0
- package/dist/permissions/catalog.js.map +1 -1
- package/dist/schemas/video.schema.d.ts +60 -60
- package/dist/vue-hooks/browser/useBrowserFileObjectUrlMap.d.ts +7 -0
- package/dist/vue-hooks/browser/useBrowserFileObjectUrlMap.js +7 -0
- package/dist/vue-hooks/browser/useBrowserFileObjectUrlMap.js.map +1 -0
- package/dist/vue-hooks/browser/useFileObjectUrlMap.d.ts +19 -0
- package/dist/vue-hooks/browser/useFileObjectUrlMap.js +46 -0
- package/dist/vue-hooks/browser/useFileObjectUrlMap.js.map +1 -0
- package/dist/vue-hooks/dom/useBrowserFocusVisible.d.ts +9 -0
- package/dist/vue-hooks/dom/useBrowserFocusVisible.js +8 -0
- package/dist/vue-hooks/dom/useBrowserFocusVisible.js.map +1 -0
- package/dist/vue-hooks/dom/useBrowserLassoSelection.d.ts +16 -0
- package/dist/vue-hooks/dom/useBrowserLassoSelection.js +7 -0
- package/dist/vue-hooks/dom/useBrowserLassoSelection.js.map +1 -0
- package/dist/vue-hooks/dom/useFocusVisible.d.ts +17 -0
- package/dist/vue-hooks/dom/useFocusVisible.js +53 -0
- package/dist/vue-hooks/dom/useFocusVisible.js.map +1 -0
- package/dist/vue-hooks/dom/useLassoSelection.d.ts +53 -0
- package/dist/vue-hooks/dom/useLassoSelection.js +244 -0
- package/dist/vue-hooks/dom/useLassoSelection.js.map +1 -0
- package/dist/vue-hooks/time/useBrowserDelayedTrue.d.ts +2 -0
- package/dist/vue-hooks/time/useBrowserDelayedTrue.js +7 -0
- package/dist/vue-hooks/time/useBrowserDelayedTrue.js.map +1 -0
- package/dist/vue-hooks/time/useDelayedTrue.d.ts +11 -0
- package/dist/vue-hooks/time/useDelayedTrue.js +29 -0
- package/dist/vue-hooks/time/useDelayedTrue.js.map +1 -0
- package/package.json +298 -15
- package/references/browser.d.ts +4 -1
- package/references/dom.d.ts +32 -0
- package/types/ai-chat.d.ts +23 -0
- package/types/capacitor-ota-release-manifest.d.ts +21 -0
- package/types/capacitor-release-manifest.d.ts +27 -0
- package/types/chat-appearance.d.ts +1 -0
- package/types/component-material.d.ts +40 -0
- package/types/electron-release-manifest.d.ts +40 -0
- package/types/im-ai-agent.d.ts +23 -0
- package/types/lowcode.d.ts +63 -0
- package/types/named-sse.d.ts +11 -0
- package/types/rbac.d.ts +0 -3
- package/types/vue.d.ts +9 -1
- package/types/wallet-ledger.d.ts +47 -0
- package/dist/functions/file/extractVideoCover.d.ts +0 -6
- package/dist/functions/file/extractVideoCover.js +0 -57
- package/dist/functions/file/extractVideoCover.js.map +0 -1
- package/dist/functions/im/imInlineContentTokens.d.ts +0 -49
- package/dist/functions/im/imInlineContentTokens.js +0 -185
- package/dist/functions/im/imInlineContentTokens.js.map +0 -1
- package/dist/functions/im/parseImMentionSegments.d.ts +0 -19
- package/dist/functions/im/parseImMentionSegments.js +0 -92
- package/dist/functions/im/parseImMentionSegments.js.map +0 -1
- package/dist/functions/image/compressImageToWidth.d.ts +0 -12
- package/dist/functions/image/compressImageToWidth.js +0 -44
- package/dist/functions/image/compressImageToWidth.js.map +0 -1
- package/dist/functions/image/compressJpgToTargetSize.d.ts +0 -13
- package/dist/functions/image/compressJpgToTargetSize.js +0 -132
- package/dist/functions/image/compressJpgToTargetSize.js.map +0 -1
- package/dist/functions/image/compressToTargetSize.d.ts +0 -13
- package/dist/functions/image/compressToTargetSizeJpg.d.ts +0 -13
- package/dist/functions/image/compressToTargetSizeJpg.js +0 -132
- package/dist/functions/image/compressToTargetSizeJpg.js.map +0 -1
- package/dist/permissions/allPermissionCode.js.map +0 -1
- package/dist/permissions/definePermissionGroup.js.map +0 -1
- package/dist/permissions/groups.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zcw-shared",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.26.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"references",
|
|
6
6
|
"dist",
|
|
@@ -12,19 +12,6 @@
|
|
|
12
12
|
"license": "ISC",
|
|
13
13
|
"type": "module",
|
|
14
14
|
"description": "",
|
|
15
|
-
"scripts": {
|
|
16
|
-
"build": "tsc -p tsconfig.build.json && tsx scripts/fix-dist-esm-imports.ts && tsx scripts/generate-exports.ts",
|
|
17
|
-
"publish:patch": "npx tsx scripts/publish.ts patch",
|
|
18
|
-
"publish:minor": "npx tsx scripts/publish.ts minor",
|
|
19
|
-
"publish:major": "npx tsx scripts/publish.ts major",
|
|
20
|
-
"publish:prerelease": "npx tsx scripts/publish.ts prerelease",
|
|
21
|
-
"docs:dev": "vitepress dev docs",
|
|
22
|
-
"docs:build": "NODE_OPTIONS=--max-old-space-size=4096 vitepress build docs",
|
|
23
|
-
"docs:preview": "vitepress preview docs",
|
|
24
|
-
"deploy:cos:build": "NODE_OPTIONS=--max-old-space-size=4096 vitepress build docs",
|
|
25
|
-
"deploy:tcb": "npx tsx scripts/deploy-tcb.ts",
|
|
26
|
-
"deploy:cos": "npx tsx scripts/deploy-cos.ts"
|
|
27
|
-
},
|
|
28
15
|
"dependencies": {
|
|
29
16
|
"zod": "^3.23.8"
|
|
30
17
|
},
|
|
@@ -46,24 +33,38 @@
|
|
|
46
33
|
"typescript": "^5.8.3",
|
|
47
34
|
"vitepress": "^1.6.4",
|
|
48
35
|
"vue": "^3.5.22",
|
|
49
|
-
"zcw-vue-ui": "^1.
|
|
36
|
+
"zcw-vue-ui": "^1.30.0"
|
|
50
37
|
},
|
|
51
38
|
"exports": {
|
|
39
|
+
"./constants/aiChatSuggestions": "./dist/constants/aiChatSuggestions.js",
|
|
52
40
|
"./constants/api": "./dist/constants/api.js",
|
|
53
41
|
"./constants/apiErrorCodes": "./dist/constants/apiErrorCodes.js",
|
|
54
42
|
"./constants/authStorage": "./dist/constants/authStorage.js",
|
|
43
|
+
"./constants/chatCommunityMedia": "./dist/constants/chatCommunityMedia.js",
|
|
44
|
+
"./constants/chatConversationBackground": "./dist/constants/chatConversationBackground.js",
|
|
45
|
+
"./constants/chatDownloadDirectory": "./dist/constants/chatDownloadDirectory.js",
|
|
46
|
+
"./constants/chatFileMessageLocalPath": "./dist/constants/chatFileMessageLocalPath.js",
|
|
47
|
+
"./constants/chatLayout": "./dist/constants/chatLayout.js",
|
|
55
48
|
"./constants/colorPatterns": "./dist/constants/colorPatterns.js",
|
|
56
49
|
"./constants/hybridConstants": "./dist/constants/hybridConstants.js",
|
|
50
|
+
"./constants/imStorage": "./dist/constants/imStorage.js",
|
|
57
51
|
"./constants/namedColors": "./dist/constants/namedColors.js",
|
|
58
52
|
"./constants/softwareConfigs": "./dist/constants/softwareConfigs.js",
|
|
59
53
|
"./functions/ag-grid/generateLicense": "./dist/functions/ag-grid/generateLicense.js",
|
|
54
|
+
"./functions/ai/aiAgentToolTimeline": "./dist/functions/ai/aiAgentToolTimeline.js",
|
|
55
|
+
"./functions/ai/aiChatSessionListDom": "./dist/functions/ai/aiChatSessionListDom.js",
|
|
56
|
+
"./functions/ai/aiChatSessionOps": "./dist/functions/ai/aiChatSessionOps.js",
|
|
57
|
+
"./functions/ai/aiChatSessionPins": "./dist/functions/ai/aiChatSessionPins.js",
|
|
60
58
|
"./functions/ai/aiLlmModelCapabilities": "./dist/functions/ai/aiLlmModelCapabilities.js",
|
|
59
|
+
"./functions/ai/aiReplyStreamDisplay": "./dist/functions/ai/aiReplyStreamDisplay.js",
|
|
61
60
|
"./functions/ai/applyLlmExtraBody": "./dist/functions/ai/applyLlmExtraBody.js",
|
|
62
61
|
"./functions/ai/buildOpenAiChatCompletionsRequestBody": "./dist/functions/ai/buildOpenAiChatCompletionsRequestBody.js",
|
|
63
62
|
"./functions/ai/buildResolvedLlmToolsList": "./dist/functions/ai/buildResolvedLlmToolsList.js",
|
|
64
63
|
"./functions/ai/catalogLinkMode": "./dist/functions/ai/catalogLinkMode.js",
|
|
65
64
|
"./functions/ai/createSyntheticAgentEmail": "./dist/functions/ai/createSyntheticAgentEmail.js",
|
|
65
|
+
"./functions/ai/fetchAiChatSuggestions": "./dist/functions/ai/fetchAiChatSuggestions.js",
|
|
66
66
|
"./functions/ai/isValidMcpToolWirePayload": "./dist/functions/ai/isValidMcpToolWirePayload.js",
|
|
67
|
+
"./functions/ai/mapAiChatMessagesToImChat": "./dist/functions/ai/mapAiChatMessagesToImChat.js",
|
|
67
68
|
"./functions/ai/mcpUpstreamAuthHeaders": "./dist/functions/ai/mcpUpstreamAuthHeaders.js",
|
|
68
69
|
"./functions/ai/normalizeAiAgentReplyFormat": "./dist/functions/ai/normalizeAiAgentReplyFormat.js",
|
|
69
70
|
"./functions/ai/normalizeAiAttachmentPayloadFormat": "./dist/functions/ai/normalizeAiAttachmentPayloadFormat.js",
|
|
@@ -133,6 +134,7 @@
|
|
|
133
134
|
"./functions/api/putXhrUploadWithProgress": "./dist/functions/api/putXhrUploadWithProgress.js",
|
|
134
135
|
"./functions/api/responseFromXhr": "./dist/functions/api/responseFromXhr.js",
|
|
135
136
|
"./functions/api/unwrapApiJsonBody": "./dist/functions/api/unwrapApiJsonBody.js",
|
|
137
|
+
"./functions/array/filterListExcludingIds": "./dist/functions/array/filterListExcludingIds.js",
|
|
136
138
|
"./functions/array-object/chunk": "./dist/functions/array-object/chunk.js",
|
|
137
139
|
"./functions/array-object/deepClone": "./dist/functions/array-object/deepClone.js",
|
|
138
140
|
"./functions/array-object/evolve": "./dist/functions/array-object/evolve.js",
|
|
@@ -150,6 +152,7 @@
|
|
|
150
152
|
"./functions/async/createInterruptibleTask": "./dist/functions/async/createInterruptibleTask.js",
|
|
151
153
|
"./functions/async/promiseLimit": "./dist/functions/async/promiseLimit.js",
|
|
152
154
|
"./functions/async/retryWithBackoff": "./dist/functions/async/retryWithBackoff.js",
|
|
155
|
+
"./functions/auth/createAuthClaimsResolver": "./dist/functions/auth/createAuthClaimsResolver.js",
|
|
153
156
|
"./functions/auth/createAuthRecovery": "./dist/functions/auth/createAuthRecovery.js",
|
|
154
157
|
"./functions/auth/createAuthStorageEnvironment": "./dist/functions/auth/createAuthStorageEnvironment.js",
|
|
155
158
|
"./functions/auth/createAuthTokenStorage": "./dist/functions/auth/createAuthTokenStorage.js",
|
|
@@ -157,30 +160,84 @@
|
|
|
157
160
|
"./functions/auth/createTokenManagerAuthStorageAdapter": "./dist/functions/auth/createTokenManagerAuthStorageAdapter.js",
|
|
158
161
|
"./functions/auth/createTokenManagerRuntime": "./dist/functions/auth/createTokenManagerRuntime.js",
|
|
159
162
|
"./functions/auth/createTokenRefreshGate": "./dist/functions/auth/createTokenRefreshGate.js",
|
|
163
|
+
"./functions/auth/jwtAccessTokenClaims": "./dist/functions/auth/jwtAccessTokenClaims.js",
|
|
160
164
|
"./functions/auth/parseJwtPayload": "./dist/functions/auth/parseJwtPayload.js",
|
|
161
165
|
"./functions/auth/permissionSatisfies": "./dist/functions/auth/permissionSatisfies.js",
|
|
166
|
+
"./functions/binary/arrayBufferToBase64": "./dist/functions/binary/arrayBufferToBase64.js",
|
|
167
|
+
"./functions/binary/decodeBase64StringToArrayBuffer": "./dist/functions/binary/decodeBase64StringToArrayBuffer.js",
|
|
162
168
|
"./functions/browser/detectAppSafeAreaProfile": "./dist/functions/browser/detectAppSafeAreaProfile.js",
|
|
163
169
|
"./functions/browser/detectBrowser": "./dist/functions/browser/detectBrowser.js",
|
|
164
170
|
"./functions/browser/detectOS": "./dist/functions/browser/detectOS.js",
|
|
165
171
|
"./functions/browser/isBelowMdViewport": "./dist/functions/browser/isBelowMdViewport.js",
|
|
166
172
|
"./functions/browser/isElectron": "./dist/functions/browser/isElectron.js",
|
|
167
173
|
"./functions/browser/isMobile": "./dist/functions/browser/isMobile.js",
|
|
174
|
+
"./functions/browser/isNonNativeBrowserShell": "./dist/functions/browser/isNonNativeBrowserShell.js",
|
|
168
175
|
"./functions/browser/isWeChat": "./dist/functions/browser/isWeChat.js",
|
|
176
|
+
"./functions/browser/readBrowserAppendToBodyDeps": "./dist/functions/browser/readBrowserAppendToBodyDeps.js",
|
|
177
|
+
"./functions/browser/readBrowserDetectDeps": "./dist/functions/browser/readBrowserDetectDeps.js",
|
|
178
|
+
"./functions/browser/readBrowserHost": "./dist/functions/browser/readBrowserHost.js",
|
|
179
|
+
"./functions/browser/readBrowserImageCompressDeps": "./dist/functions/browser/readBrowserImageCompressDeps.js",
|
|
180
|
+
"./functions/browser/readBrowserLassoSelectionEnvironment": "./dist/functions/browser/readBrowserLassoSelectionEnvironment.js",
|
|
181
|
+
"./functions/browser/readBrowserOsInfo": "./dist/functions/browser/readBrowserOsInfo.js",
|
|
182
|
+
"./functions/browser/readBrowserVueHookDeps": "./dist/functions/browser/readBrowserVueHookDeps.js",
|
|
183
|
+
"./functions/browser/requireBrowserLocalStorage": "./dist/functions/browser/requireBrowserLocalStorage.js",
|
|
169
184
|
"./functions/browser/shortcutModKeyHint": "./dist/functions/browser/shortcutModKeyHint.js",
|
|
185
|
+
"./functions/build/readCapacitorShellExecBuildFlag": "./dist/functions/build/readCapacitorShellExecBuildFlag.js",
|
|
186
|
+
"./functions/build/readNativeShellBuildFlag": "./dist/functions/build/readNativeShellBuildFlag.js",
|
|
187
|
+
"./functions/build/readTruthyViteEnvFlag": "./dist/functions/build/readTruthyViteEnvFlag.js",
|
|
188
|
+
"./functions/capacitor/resolveCapacitorSystemBarsStyle": "./dist/functions/capacitor/resolveCapacitorSystemBarsStyle.js",
|
|
189
|
+
"./functions/capacitor/shouldAttemptCapacitorShellExecLoad": "./dist/functions/capacitor/shouldAttemptCapacitorShellExecLoad.js",
|
|
190
|
+
"./functions/chat/chatAppearancePrefs": "./dist/functions/chat/chatAppearancePrefs.js",
|
|
191
|
+
"./functions/chat/chatDownloadCompleteToastDsl": "./dist/functions/chat/chatDownloadCompleteToastDsl.js",
|
|
192
|
+
"./functions/chat/chatDownloadDirectoryPref": "./dist/functions/chat/chatDownloadDirectoryPref.js",
|
|
193
|
+
"./functions/chat/chatFileMessageLocalPathStorage": "./dist/functions/chat/chatFileMessageLocalPathStorage.js",
|
|
170
194
|
"./functions/chat/chatMorePageConfig": "./dist/functions/chat/chatMorePageConfig.js",
|
|
195
|
+
"./functions/chat/chatPrefsLocalStorage": "./dist/functions/chat/chatPrefsLocalStorage.js",
|
|
171
196
|
"./functions/chat/chatShellTabConfig": "./dist/functions/chat/chatShellTabConfig.js",
|
|
172
197
|
"./functions/chat/chatShellTabEditor": "./dist/functions/chat/chatShellTabEditor.js",
|
|
198
|
+
"./functions/chat/createBrowserChatAppearanceModeAccess": "./dist/functions/chat/createBrowserChatAppearanceModeAccess.js",
|
|
199
|
+
"./functions/chat/createBrowserChatDownloadDirectoryPrefAccess": "./dist/functions/chat/createBrowserChatDownloadDirectoryPrefAccess.js",
|
|
200
|
+
"./functions/chat/createBrowserChatFileMessageLocalPathAccess": "./dist/functions/chat/createBrowserChatFileMessageLocalPathAccess.js",
|
|
201
|
+
"./functions/chat/createBrowserChatRootFontSizeAccess": "./dist/functions/chat/createBrowserChatRootFontSizeAccess.js",
|
|
202
|
+
"./functions/cloudDisk/buildCloudDiskFileActionSheetSpecs": "./dist/functions/cloudDisk/buildCloudDiskFileActionSheetSpecs.js",
|
|
203
|
+
"./functions/cloudDisk/buildCloudDiskListTabResult": "./dist/functions/cloudDisk/buildCloudDiskListTabResult.js",
|
|
204
|
+
"./functions/cloudDisk/cloudDiskApiPaths": "./dist/functions/cloudDisk/cloudDiskApiPaths.js",
|
|
205
|
+
"./functions/cloudDisk/cloudDiskApiRequestBodies": "./dist/functions/cloudDisk/cloudDiskApiRequestBodies.js",
|
|
206
|
+
"./functions/cloudDisk/cloudDiskApiResponse": "./dist/functions/cloudDisk/cloudDiskApiResponse.js",
|
|
207
|
+
"./functions/cloudDisk/cloudDiskAsideNav": "./dist/functions/cloudDisk/cloudDiskAsideNav.js",
|
|
208
|
+
"./functions/cloudDisk/cloudDiskBreadcrumbNav": "./dist/functions/cloudDisk/cloudDiskBreadcrumbNav.js",
|
|
209
|
+
"./functions/cloudDisk/cloudDiskDirectUpload": "./dist/functions/cloudDisk/cloudDiskDirectUpload.js",
|
|
173
210
|
"./functions/cloudDisk/cloudDiskFileCategories": "./dist/functions/cloudDisk/cloudDiskFileCategories.js",
|
|
174
211
|
"./functions/cloudDisk/cloudDiskFilePreviewUi": "./dist/functions/cloudDisk/cloudDiskFilePreviewUi.js",
|
|
175
212
|
"./functions/cloudDisk/cloudDiskIconConstants": "./dist/functions/cloudDisk/cloudDiskIconConstants.js",
|
|
176
213
|
"./functions/cloudDisk/cloudDiskListContextMenuSpecs": "./dist/functions/cloudDisk/cloudDiskListContextMenuSpecs.js",
|
|
214
|
+
"./functions/cloudDisk/cloudDiskListFilesQuery": "./dist/functions/cloudDisk/cloudDiskListFilesQuery.js",
|
|
215
|
+
"./functions/cloudDisk/cloudDiskListLayoutUi": "./dist/functions/cloudDisk/cloudDiskListLayoutUi.js",
|
|
216
|
+
"./functions/cloudDisk/cloudDiskNodeDragDataTransfer": "./dist/functions/cloudDisk/cloudDiskNodeDragDataTransfer.js",
|
|
177
217
|
"./functions/cloudDisk/cloudDiskNodeDragPayload": "./dist/functions/cloudDisk/cloudDiskNodeDragPayload.js",
|
|
178
218
|
"./functions/cloudDisk/cloudDiskNodeUi": "./dist/functions/cloudDisk/cloudDiskNodeUi.js",
|
|
179
219
|
"./functions/cloudDisk/cloudDiskPrivacyCrypto": "./dist/functions/cloudDisk/cloudDiskPrivacyCrypto.js",
|
|
220
|
+
"./functions/cloudDisk/cloudDiskPrivacyLocalStorage": "./dist/functions/cloudDisk/cloudDiskPrivacyLocalStorage.js",
|
|
180
221
|
"./functions/cloudDisk/cloudDiskPrivateFolderTree": "./dist/functions/cloudDisk/cloudDiskPrivateFolderTree.js",
|
|
222
|
+
"./functions/cloudDisk/cloudDiskQuickAccessStorage": "./dist/functions/cloudDisk/cloudDiskQuickAccessStorage.js",
|
|
223
|
+
"./functions/cloudDisk/cloudDiskSelectionFeedback": "./dist/functions/cloudDisk/cloudDiskSelectionFeedback.js",
|
|
224
|
+
"./functions/cloudDisk/cloudDiskShellNav": "./dist/functions/cloudDisk/cloudDiskShellNav.js",
|
|
181
225
|
"./functions/cloudDisk/cloudDiskUniappFileIcon": "./dist/functions/cloudDisk/cloudDiskUniappFileIcon.js",
|
|
226
|
+
"./functions/cloudDisk/cloudDiskUniappFileOpenStrategy": "./dist/functions/cloudDisk/cloudDiskUniappFileOpenStrategy.js",
|
|
227
|
+
"./functions/cloudDisk/cloudDiskUniappUi": "./dist/functions/cloudDisk/cloudDiskUniappUi.js",
|
|
182
228
|
"./functions/cloudDisk/cloudDiskUploadTaskUi": "./dist/functions/cloudDisk/cloudDiskUploadTaskUi.js",
|
|
229
|
+
"./functions/cloudDisk/collectElementIdsInContentLassoBox": "./dist/functions/cloudDisk/collectElementIdsInContentLassoBox.js",
|
|
230
|
+
"./functions/cloudDisk/createBrowserCloudDiskPrivacyStorageAccess": "./dist/functions/cloudDisk/createBrowserCloudDiskPrivacyStorageAccess.js",
|
|
231
|
+
"./functions/cloudDisk/createBrowserCloudDiskQuickAccessStorageAccess": "./dist/functions/cloudDisk/createBrowserCloudDiskQuickAccessStorageAccess.js",
|
|
232
|
+
"./functions/cloudDisk/executeCloudDiskDirectUpload": "./dist/functions/cloudDisk/executeCloudDiskDirectUpload.js",
|
|
233
|
+
"./functions/cloudDisk/executeCloudDiskFileDirectUpload": "./dist/functions/cloudDisk/executeCloudDiskFileDirectUpload.js",
|
|
234
|
+
"./functions/cloudDisk/extractCloudDiskPrivateFolderData": "./dist/functions/cloudDisk/extractCloudDiskPrivateFolderData.js",
|
|
235
|
+
"./functions/cloudDisk/filterCloudDiskMoveTargetFolders": "./dist/functions/cloudDisk/filterCloudDiskMoveTargetFolders.js",
|
|
183
236
|
"./functions/cloudDisk/mapCloudDiskFileToNode": "./dist/functions/cloudDisk/mapCloudDiskFileToNode.js",
|
|
237
|
+
"./functions/cloudDisk/needsCloudDiskPrivateFolderUnlock": "./dist/functions/cloudDisk/needsCloudDiskPrivateFolderUnlock.js",
|
|
238
|
+
"./functions/cloudDisk/planCloudDiskBatchDownload": "./dist/functions/cloudDisk/planCloudDiskBatchDownload.js",
|
|
239
|
+
"./functions/cloudDisk/resolveCloudDiskNodeIdFromPointerEvent": "./dist/functions/cloudDisk/resolveCloudDiskNodeIdFromPointerEvent.js",
|
|
240
|
+
"./functions/cloudDisk/sortCloudDiskNodes": "./dist/functions/cloudDisk/sortCloudDiskNodes.js",
|
|
184
241
|
"./functions/code/getLanguageFromExtension": "./dist/functions/code/getLanguageFromExtension.js",
|
|
185
242
|
"./functions/color/colorValidation": "./dist/functions/color/colorValidation.js",
|
|
186
243
|
"./functions/color/convertColor": "./dist/functions/color/convertColor.js",
|
|
@@ -209,13 +266,20 @@
|
|
|
209
266
|
"./functions/design-tokens/generateVariables": "./dist/functions/design-tokens/generateVariables.js",
|
|
210
267
|
"./functions/design-tokens/mixColors": "./dist/functions/design-tokens/mixColors.js",
|
|
211
268
|
"./functions/design-tokens/parseDesignTokens": "./dist/functions/design-tokens/parseDesignTokens.js",
|
|
269
|
+
"./functions/dom/appTheme": "./dist/functions/dom/appTheme.js",
|
|
212
270
|
"./functions/dom/computePosition": "./dist/functions/dom/computePosition.js",
|
|
213
271
|
"./functions/dom/copyHtmlAndPlainToClipboard": "./dist/functions/dom/copyHtmlAndPlainToClipboard.js",
|
|
214
272
|
"./functions/dom/copyTextToClipboard": "./dist/functions/dom/copyTextToClipboard.js",
|
|
215
273
|
"./functions/dom/createSharedKeyboardCenter": "./dist/functions/dom/createSharedKeyboardCenter.js",
|
|
216
274
|
"./functions/dom/createThrottledEventListener": "./dist/functions/dom/createThrottledEventListener.js",
|
|
275
|
+
"./functions/dom/createTooltipLongPressHandlers": "./dist/functions/dom/createTooltipLongPressHandlers.js",
|
|
217
276
|
"./functions/dom/demonstrateResourceLoading": "./dist/functions/dom/demonstrateResourceLoading.js",
|
|
218
277
|
"./functions/dom/detectOverflow": "./dist/functions/dom/detectOverflow.js",
|
|
278
|
+
"./functions/dom/domDocumentSelection": "./dist/functions/dom/domDocumentSelection.js",
|
|
279
|
+
"./functions/dom/domSelectionInElement": "./dist/functions/dom/domSelectionInElement.js",
|
|
280
|
+
"./functions/dom/executeCopyTextToClipboard": "./dist/functions/dom/executeCopyTextToClipboard.js",
|
|
281
|
+
"./functions/dom/fetchBlobFromUrl": "./dist/functions/dom/fetchBlobFromUrl.js",
|
|
282
|
+
"./functions/dom/fileDrag": "./dist/functions/dom/fileDrag.js",
|
|
219
283
|
"./functions/dom/getAlignment": "./dist/functions/dom/getAlignment.js",
|
|
220
284
|
"./functions/dom/getBasePlacement": "./dist/functions/dom/getBasePlacement.js",
|
|
221
285
|
"./functions/dom/getCrossAxisFlip": "./dist/functions/dom/getCrossAxisFlip.js",
|
|
@@ -224,13 +288,40 @@
|
|
|
224
288
|
"./functions/dom/getMainAxisFlip": "./dist/functions/dom/getMainAxisFlip.js",
|
|
225
289
|
"./functions/dom/getRelativePosition": "./dist/functions/dom/getRelativePosition.js",
|
|
226
290
|
"./functions/dom/getViewportRect": "./dist/functions/dom/getViewportRect.js",
|
|
291
|
+
"./functions/dom/imageBlobToPng": "./dist/functions/dom/imageBlobToPng.js",
|
|
227
292
|
"./functions/dom/isTextTruncated": "./dist/functions/dom/isTextTruncated.js",
|
|
228
293
|
"./functions/dom/isValidPlacement": "./dist/functions/dom/isValidPlacement.js",
|
|
294
|
+
"./functions/dom/lassoSelection": "./dist/functions/dom/lassoSelection.js",
|
|
229
295
|
"./functions/dom/localFileInput": "./dist/functions/dom/localFileInput.js",
|
|
230
296
|
"./functions/dom/pickFile": "./dist/functions/dom/pickFile.js",
|
|
297
|
+
"./functions/dom/readBrowserDomDeps": "./dist/functions/dom/readBrowserDomDeps.js",
|
|
298
|
+
"./functions/dom/resolveChatMessageImageFromContextMenu": "./dist/functions/dom/resolveChatMessageImageFromContextMenu.js",
|
|
299
|
+
"./functions/dom/resolveOverlayTeleportParent": "./dist/functions/dom/resolveOverlayTeleportParent.js",
|
|
300
|
+
"./functions/dom/safeBrowserDom": "./dist/functions/dom/safeBrowserDom.js",
|
|
301
|
+
"./functions/dom/writeImageBlobToClipboard": "./dist/functions/dom/writeImageBlobToClipboard.js",
|
|
302
|
+
"./functions/download/adaptDownloadDispatcherForUrlFeedback": "./dist/functions/download/adaptDownloadDispatcherForUrlFeedback.js",
|
|
303
|
+
"./functions/download/buildCapacitorDownloadRelativePath": "./dist/functions/download/buildCapacitorDownloadRelativePath.js",
|
|
304
|
+
"./functions/download/canUseElectronHttpDownload": "./dist/functions/download/canUseElectronHttpDownload.js",
|
|
305
|
+
"./functions/download/chatFileMessageDownloadProgress": "./dist/functions/download/chatFileMessageDownloadProgress.js",
|
|
306
|
+
"./functions/download/chatInlineAttachmentDownloadProgress": "./dist/functions/download/chatInlineAttachmentDownloadProgress.js",
|
|
307
|
+
"./functions/download/createBrowserDownloadDepsFromGlobalThis": "./dist/functions/download/createBrowserDownloadDepsFromGlobalThis.js",
|
|
231
308
|
"./functions/download/createDownloadDispatcher": "./dist/functions/download/createDownloadDispatcher.js",
|
|
309
|
+
"./functions/download/createEffectiveDownloadDirectoryResolver": "./dist/functions/download/createEffectiveDownloadDirectoryResolver.js",
|
|
232
310
|
"./functions/download/downloadInBrowser": "./dist/functions/download/downloadInBrowser.js",
|
|
233
311
|
"./functions/download/downloadInBrowserResolved": "./dist/functions/download/downloadInBrowserResolved.js",
|
|
312
|
+
"./functions/download/executeChatDownloadByUrl": "./dist/functions/download/executeChatDownloadByUrl.js",
|
|
313
|
+
"./functions/download/executeChatInlineAttachmentDownload": "./dist/functions/download/executeChatInlineAttachmentDownload.js",
|
|
314
|
+
"./functions/download/executeDownloadInCapacitorAndroid": "./dist/functions/download/executeDownloadInCapacitorAndroid.js",
|
|
315
|
+
"./functions/download/executeDownloadInElectron": "./dist/functions/download/executeDownloadInElectron.js",
|
|
316
|
+
"./functions/download/executeDownloadUrlWithFeedback": "./dist/functions/download/executeDownloadUrlWithFeedback.js",
|
|
317
|
+
"./functions/download/executeRevealChatLocalFile": "./dist/functions/download/executeRevealChatLocalFile.js",
|
|
318
|
+
"./functions/download/isHttpDownloadUrl": "./dist/functions/download/isHttpDownloadUrl.js",
|
|
319
|
+
"./functions/download/mergeDownloadDirectoryPrefIntoOptions": "./dist/functions/download/mergeDownloadDirectoryPrefIntoOptions.js",
|
|
320
|
+
"./functions/download/mergeElectronDefaultDownloadDirectoryOptions": "./dist/functions/download/mergeElectronDefaultDownloadDirectoryOptions.js",
|
|
321
|
+
"./functions/download/newDownloadId": "./dist/functions/download/newDownloadId.js",
|
|
322
|
+
"./functions/download/readElectronSystemDefaultDownloadDirectory": "./dist/functions/download/readElectronSystemDefaultDownloadDirectory.js",
|
|
323
|
+
"./functions/download/shouldTrackChatFileMessageDownload": "./dist/functions/download/shouldTrackChatFileMessageDownload.js",
|
|
324
|
+
"./functions/download/shouldTrackChatInlineAttachmentDownload": "./dist/functions/download/shouldTrackChatInlineAttachmentDownload.js",
|
|
234
325
|
"./functions/fake/generateFakeBankCard": "./dist/functions/fake/generateFakeBankCard.js",
|
|
235
326
|
"./functions/fake/generateFakeBusinessLicense": "./dist/functions/fake/generateFakeBusinessLicense.js",
|
|
236
327
|
"./functions/fake/generateFakeDrivingLicense": "./dist/functions/fake/generateFakeDrivingLicense.js",
|
|
@@ -261,25 +352,71 @@
|
|
|
261
352
|
"./functions/hybrid/generateBridgeMessageId": "./dist/functions/hybrid/generateBridgeMessageId.js",
|
|
262
353
|
"./functions/hybrid/postBridgeMessage": "./dist/functions/hybrid/postBridgeMessage.js",
|
|
263
354
|
"./functions/hybrid/validateBridgeMessage": "./dist/functions/hybrid/validateBridgeMessage.js",
|
|
355
|
+
"./functions/im/alignActiveImConversationSelection": "./dist/functions/im/alignActiveImConversationSelection.js",
|
|
356
|
+
"./functions/im/assignChatConversationToWindowLocation": "./dist/functions/im/assignChatConversationToWindowLocation.js",
|
|
357
|
+
"./functions/im/buildChatConversationBackgroundMediaBlobRecord": "./dist/functions/im/buildChatConversationBackgroundMediaBlobRecord.js",
|
|
358
|
+
"./functions/im/buildConversationListAssemblyOpts": "./dist/functions/im/buildConversationListAssemblyOpts.js",
|
|
359
|
+
"./functions/im/buildConversationListUiContextFromDexieSidecars": "./dist/functions/im/buildConversationListUiContextFromDexieSidecars.js",
|
|
360
|
+
"./functions/im/buildConversationTailReconcileUpdate": "./dist/functions/im/buildConversationTailReconcileUpdate.js",
|
|
361
|
+
"./functions/im/buildFinalizedOutboundDraftMessage": "./dist/functions/im/buildFinalizedOutboundDraftMessage.js",
|
|
362
|
+
"./functions/im/buildImOutboundFailurePatchWithRetry": "./dist/functions/im/buildImOutboundFailurePatchWithRetry.js",
|
|
363
|
+
"./functions/im/buildImOutboundSendPayload": "./dist/functions/im/buildImOutboundSendPayload.js",
|
|
364
|
+
"./functions/im/buildImOutboundSendingStatusPatch": "./dist/functions/im/buildImOutboundSendingStatusPatch.js",
|
|
365
|
+
"./functions/im/buildLocalMediaOutboundDraftMessage": "./dist/functions/im/buildLocalMediaOutboundDraftMessage.js",
|
|
366
|
+
"./functions/im/buildMediaOutboundRegisterMergedMessage": "./dist/functions/im/buildMediaOutboundRegisterMergedMessage.js",
|
|
367
|
+
"./functions/im/buildMediaUploadFailurePatch": "./dist/functions/im/buildMediaUploadFailurePatch.js",
|
|
368
|
+
"./functions/im/buildMislabeledDeliveredMediaRepairPatch": "./dist/functions/im/buildMislabeledDeliveredMediaRepairPatch.js",
|
|
369
|
+
"./functions/im/buildQueuedOutboundDraftImMessage": "./dist/functions/im/buildQueuedOutboundDraftImMessage.js",
|
|
370
|
+
"./functions/im/buildRecentImMessagesWindow": "./dist/functions/im/buildRecentImMessagesWindow.js",
|
|
371
|
+
"./functions/im/buildSelectConversationUiState": "./dist/functions/im/buildSelectConversationUiState.js",
|
|
372
|
+
"./functions/im/canUserDeleteImChatMessage": "./dist/functions/im/canUserDeleteImChatMessage.js",
|
|
373
|
+
"./functions/im/chatMessageBubbleDom": "./dist/functions/im/chatMessageBubbleDom.js",
|
|
264
374
|
"./functions/im/chatMessageList": "./dist/functions/im/chatMessageList.js",
|
|
265
375
|
"./functions/im/chatMessageSocialActions": "./dist/functions/im/chatMessageSocialActions.js",
|
|
266
376
|
"./functions/im/classifyAgentProxyRetryable": "./dist/functions/im/classifyAgentProxyRetryable.js",
|
|
377
|
+
"./functions/im/collectImMessageRelatedUserIds": "./dist/functions/im/collectImMessageRelatedUserIds.js",
|
|
378
|
+
"./functions/im/collectServerPersistedMessageApiIdsForDelete": "./dist/functions/im/collectServerPersistedMessageApiIdsForDelete.js",
|
|
379
|
+
"./functions/im/computeConversationMessagesHasOlder": "./dist/functions/im/computeConversationMessagesHasOlder.js",
|
|
380
|
+
"./functions/im/computeIncomingMessageConversationUpdate": "./dist/functions/im/computeIncomingMessageConversationUpdate.js",
|
|
381
|
+
"./functions/im/copyUsingClonedRangesOrMessagePlainText": "./dist/functions/im/copyUsingClonedRangesOrMessagePlainText.js",
|
|
382
|
+
"./functions/im/createConversationOutboundSerialQueue": "./dist/functions/im/createConversationOutboundSerialQueue.js",
|
|
383
|
+
"./functions/im/createElectronTrayUnreadPusher": "./dist/functions/im/createElectronTrayUnreadPusher.js",
|
|
384
|
+
"./functions/im/createImConversationListUiBinder": "./dist/functions/im/createImConversationListUiBinder.js",
|
|
385
|
+
"./functions/im/desktopImNotifyEnricherRegistry": "./dist/functions/im/desktopImNotifyEnricherRegistry.js",
|
|
386
|
+
"./functions/im/enrichImContactsPeerProfiles": "./dist/functions/im/enrichImContactsPeerProfiles.js",
|
|
387
|
+
"./functions/im/executeChatAttachmentPreviewDownloadAction": "./dist/functions/im/executeChatAttachmentPreviewDownloadAction.js",
|
|
388
|
+
"./functions/im/executeChatImageGalleryMenuAction": "./dist/functions/im/executeChatImageGalleryMenuAction.js",
|
|
389
|
+
"./functions/im/executeCopyChatMessageContent": "./dist/functions/im/executeCopyChatMessageContent.js",
|
|
390
|
+
"./functions/im/executeCopyChatMessageImageToClipboard": "./dist/functions/im/executeCopyChatMessageImageToClipboard.js",
|
|
391
|
+
"./functions/im/executeDownloadChatMessageMedia": "./dist/functions/im/executeDownloadChatMessageMedia.js",
|
|
392
|
+
"./functions/im/executeLoadTrayUnreadTotalFromDexie": "./dist/functions/im/executeLoadTrayUnreadTotalFromDexie.js",
|
|
393
|
+
"./functions/im/executeOpenChatConversationWithPeer": "./dist/functions/im/executeOpenChatConversationWithPeer.js",
|
|
394
|
+
"./functions/im/executeShowDesktopImNotification": "./dist/functions/im/executeShowDesktopImNotification.js",
|
|
395
|
+
"./functions/im/fetchChatMessageImageBlob": "./dist/functions/im/fetchChatMessageImageBlob.js",
|
|
267
396
|
"./functions/im/formatImChatConversationListTime": "./dist/functions/im/formatImChatConversationListTime.js",
|
|
268
397
|
"./functions/im/forwardBundleItemToChatMessage": "./dist/functions/im/forwardBundleItemToChatMessage.js",
|
|
269
398
|
"./functions/im/forwardBundlePayload": "./dist/functions/im/forwardBundlePayload.js",
|
|
270
399
|
"./functions/im/getActiveMentionQuery": "./dist/functions/im/getActiveMentionQuery.js",
|
|
271
400
|
"./functions/im/imAccountKind": "./dist/functions/im/imAccountKind.js",
|
|
272
401
|
"./functions/im/imAiChatSessionTitle": "./dist/functions/im/imAiChatSessionTitle.js",
|
|
402
|
+
"./functions/im/imAiStreamOutboundQueue": "./dist/functions/im/imAiStreamOutboundQueue.js",
|
|
403
|
+
"./functions/im/imAiStreamReplyDone": "./dist/functions/im/imAiStreamReplyDone.js",
|
|
404
|
+
"./functions/im/imAiStreamSideBuffer": "./dist/functions/im/imAiStreamSideBuffer.js",
|
|
405
|
+
"./functions/im/imAiStreamStoppedRun": "./dist/functions/im/imAiStreamStoppedRun.js",
|
|
406
|
+
"./functions/im/imAiStreamUi": "./dist/functions/im/imAiStreamUi.js",
|
|
273
407
|
"./functions/im/imApiMessageMerge": "./dist/functions/im/imApiMessageMerge.js",
|
|
274
408
|
"./functions/im/imApiResponseParse": "./dist/functions/im/imApiResponseParse.js",
|
|
409
|
+
"./functions/im/imApiSyncPreservedOutboundOps": "./dist/functions/im/imApiSyncPreservedOutboundOps.js",
|
|
275
410
|
"./functions/im/imBubbleSelectionClipboard": "./dist/functions/im/imBubbleSelectionClipboard.js",
|
|
276
411
|
"./functions/im/imChatContextMenuSpecs": "./dist/functions/im/imChatContextMenuSpecs.js",
|
|
277
412
|
"./functions/im/imChatInlineAttachmentDisplay": "./dist/functions/im/imChatInlineAttachmentDisplay.js",
|
|
278
413
|
"./functions/im/imChatInlineAttachmentKind": "./dist/functions/im/imChatInlineAttachmentKind.js",
|
|
279
414
|
"./functions/im/imChatMessageContextMenuCopy": "./dist/functions/im/imChatMessageContextMenuCopy.js",
|
|
280
415
|
"./functions/im/imChatMessageCopyPlain": "./dist/functions/im/imChatMessageCopyPlain.js",
|
|
416
|
+
"./functions/im/imChatMessageDeleteUi": "./dist/functions/im/imChatMessageDeleteUi.js",
|
|
281
417
|
"./functions/im/imChatMessageInbound": "./dist/functions/im/imChatMessageInbound.js",
|
|
282
418
|
"./functions/im/imChatMessageLayout": "./dist/functions/im/imChatMessageLayout.js",
|
|
419
|
+
"./functions/im/imChatMessageLookup": "./dist/functions/im/imChatMessageLookup.js",
|
|
283
420
|
"./functions/im/imChatMessageMap": "./dist/functions/im/imChatMessageMap.js",
|
|
284
421
|
"./functions/im/imChatMessageMediaAsset": "./dist/functions/im/imChatMessageMediaAsset.js",
|
|
285
422
|
"./functions/im/imChatMessagePagination": "./dist/functions/im/imChatMessagePagination.js",
|
|
@@ -288,9 +425,12 @@
|
|
|
288
425
|
"./functions/im/imClientMessageId": "./dist/functions/im/imClientMessageId.js",
|
|
289
426
|
"./functions/im/imCodeProjectPath": "./dist/functions/im/imCodeProjectPath.js",
|
|
290
427
|
"./functions/im/imComposerDraft": "./dist/functions/im/imComposerDraft.js",
|
|
428
|
+
"./functions/im/imComposerOutboundExtra": "./dist/functions/im/imComposerOutboundExtra.js",
|
|
291
429
|
"./functions/im/imComposerToolbar": "./dist/functions/im/imComposerToolbar.js",
|
|
292
430
|
"./functions/im/imContactDisplay": "./dist/functions/im/imContactDisplay.js",
|
|
293
431
|
"./functions/im/imContactIndexLetter": "./dist/functions/im/imContactIndexLetter.js",
|
|
432
|
+
"./functions/im/imContactPeerProfileMerge": "./dist/functions/im/imContactPeerProfileMerge.js",
|
|
433
|
+
"./functions/im/imContactPickerFilter": "./dist/functions/im/imContactPickerFilter.js",
|
|
294
434
|
"./functions/im/imConversationAdminIds": "./dist/functions/im/imConversationAdminIds.js",
|
|
295
435
|
"./functions/im/imConversationDisplay": "./dist/functions/im/imConversationDisplay.js",
|
|
296
436
|
"./functions/im/imConversationDraftHighlight": "./dist/functions/im/imConversationDraftHighlight.js",
|
|
@@ -300,41 +440,68 @@
|
|
|
300
440
|
"./functions/im/imConversationListHighlights": "./dist/functions/im/imConversationListHighlights.js",
|
|
301
441
|
"./functions/im/imConversationListOnlinePresence": "./dist/functions/im/imConversationListOnlinePresence.js",
|
|
302
442
|
"./functions/im/imConversationListOutboundContext": "./dist/functions/im/imConversationListOutboundContext.js",
|
|
443
|
+
"./functions/im/imConversationListPrefs": "./dist/functions/im/imConversationListPrefs.js",
|
|
303
444
|
"./functions/im/imConversationListSummary": "./dist/functions/im/imConversationListSummary.js",
|
|
445
|
+
"./functions/im/imConversationMessageLoadFailurePolicy": "./dist/functions/im/imConversationMessageLoadFailurePolicy.js",
|
|
446
|
+
"./functions/im/imConversationMessageSyncUi": "./dist/functions/im/imConversationMessageSyncUi.js",
|
|
304
447
|
"./functions/im/imConversationParty": "./dist/functions/im/imConversationParty.js",
|
|
448
|
+
"./functions/im/imConversationPrefNormalize": "./dist/functions/im/imConversationPrefNormalize.js",
|
|
449
|
+
"./functions/im/imConversationRouteQuery": "./dist/functions/im/imConversationRouteQuery.js",
|
|
305
450
|
"./functions/im/imConversationRowFields": "./dist/functions/im/imConversationRowFields.js",
|
|
306
451
|
"./functions/im/imConversationServerTime": "./dist/functions/im/imConversationServerTime.js",
|
|
452
|
+
"./functions/im/imConversationSidebar": "./dist/functions/im/imConversationSidebar.js",
|
|
453
|
+
"./functions/im/imConversationSyncFailurePolicy": "./dist/functions/im/imConversationSyncFailurePolicy.js",
|
|
307
454
|
"./functions/im/imConversationToChatViewUi": "./dist/functions/im/imConversationToChatViewUi.js",
|
|
308
455
|
"./functions/im/imDesktopMachineExtra": "./dist/functions/im/imDesktopMachineExtra.js",
|
|
309
456
|
"./functions/im/imDesktopNotificationContent": "./dist/functions/im/imDesktopNotificationContent.js",
|
|
457
|
+
"./functions/im/imDesktopNotificationPrefs": "./dist/functions/im/imDesktopNotificationPrefs.js",
|
|
310
458
|
"./functions/im/imDexieMessageId": "./dist/functions/im/imDexieMessageId.js",
|
|
459
|
+
"./functions/im/imDexieMessageLookup": "./dist/functions/im/imDexieMessageLookup.js",
|
|
460
|
+
"./functions/im/imDismissedConversationOps": "./dist/functions/im/imDismissedConversationOps.js",
|
|
311
461
|
"./functions/im/imDisplayExtra": "./dist/functions/im/imDisplayExtra.js",
|
|
312
462
|
"./functions/im/imForwardBundlePreviewText": "./dist/functions/im/imForwardBundlePreviewText.js",
|
|
313
463
|
"./functions/im/imForwardBundleTitle": "./dist/functions/im/imForwardBundleTitle.js",
|
|
464
|
+
"./functions/im/imForwardOutboundDispatch": "./dist/functions/im/imForwardOutboundDispatch.js",
|
|
314
465
|
"./functions/im/imForwardSnapshot": "./dist/functions/im/imForwardSnapshot.js",
|
|
315
466
|
"./functions/im/imForwardSnapshotMentions": "./dist/functions/im/imForwardSnapshotMentions.js",
|
|
316
467
|
"./functions/im/imImagePixelExtra": "./dist/functions/im/imImagePixelExtra.js",
|
|
468
|
+
"./functions/im/imInboundMessageUi": "./dist/functions/im/imInboundMessageUi.js",
|
|
469
|
+
"./functions/im/imInlineAttachmentOutbound": "./dist/functions/im/imInlineAttachmentOutbound.js",
|
|
317
470
|
"./functions/im/imInlineMediaUrlVideo": "./dist/functions/im/imInlineMediaUrlVideo.js",
|
|
318
471
|
"./functions/im/imLlmContextExtra": "./dist/functions/im/imLlmContextExtra.js",
|
|
319
472
|
"./functions/im/imLlmContextLabel": "./dist/functions/im/imLlmContextLabel.js",
|
|
473
|
+
"./functions/im/imLocalMediaOutboundExtra": "./dist/functions/im/imLocalMediaOutboundExtra.js",
|
|
320
474
|
"./functions/im/imLocalMessageId": "./dist/functions/im/imLocalMessageId.js",
|
|
321
475
|
"./functions/im/imLooseMessageRow": "./dist/functions/im/imLooseMessageRow.js",
|
|
322
476
|
"./functions/im/imMediaExtra": "./dist/functions/im/imMediaExtra.js",
|
|
477
|
+
"./functions/im/imMediaOssUpload": "./dist/functions/im/imMediaOssUpload.js",
|
|
478
|
+
"./functions/im/imMediaPipelineDimensionExtra": "./dist/functions/im/imMediaPipelineDimensionExtra.js",
|
|
479
|
+
"./functions/im/imMediaPipelinePixelMeta": "./dist/functions/im/imMediaPipelinePixelMeta.js",
|
|
480
|
+
"./functions/im/imMediaPipelineQueueItem": "./dist/functions/im/imMediaPipelineQueueItem.js",
|
|
481
|
+
"./functions/im/imMediaToolbarQueue": "./dist/functions/im/imMediaToolbarQueue.js",
|
|
323
482
|
"./functions/im/imMemberIdsInput": "./dist/functions/im/imMemberIdsInput.js",
|
|
483
|
+
"./functions/im/imMemberProfileEnsurePolicy": "./dist/functions/im/imMemberProfileEnsurePolicy.js",
|
|
484
|
+
"./functions/im/imMemberProfileRowsToUpsert": "./dist/functions/im/imMemberProfileRowsToUpsert.js",
|
|
324
485
|
"./functions/im/imMentionAllowedUserIds": "./dist/functions/im/imMentionAllowedUserIds.js",
|
|
486
|
+
"./functions/im/imMentionInputItems": "./dist/functions/im/imMentionInputItems.js",
|
|
325
487
|
"./functions/im/imMessageExtraRecord": "./dist/functions/im/imMessageExtraRecord.js",
|
|
326
488
|
"./functions/im/imMessageHistoryWindow": "./dist/functions/im/imMessageHistoryWindow.js",
|
|
327
489
|
"./functions/im/imMessageId": "./dist/functions/im/imMessageId.js",
|
|
328
490
|
"./functions/im/imMessageIdForApiDelete": "./dist/functions/im/imMessageIdForApiDelete.js",
|
|
491
|
+
"./functions/im/imMessageIsoTime": "./dist/functions/im/imMessageIsoTime.js",
|
|
329
492
|
"./functions/im/imMessageListActivity": "./dist/functions/im/imMessageListActivity.js",
|
|
330
493
|
"./functions/im/imMessageListOps": "./dist/functions/im/imMessageListOps.js",
|
|
331
494
|
"./functions/im/imMessageListSummaryBody": "./dist/functions/im/imMessageListSummaryBody.js",
|
|
332
495
|
"./functions/im/imMessageNormalize": "./dist/functions/im/imMessageNormalize.js",
|
|
333
496
|
"./functions/im/imMessageToChatMessage": "./dist/functions/im/imMessageToChatMessage.js",
|
|
497
|
+
"./functions/im/imMultiSelectBatchAction": "./dist/functions/im/imMultiSelectBatchAction.js",
|
|
498
|
+
"./functions/im/imOrchestrationTypes": "./dist/functions/im/imOrchestrationTypes.js",
|
|
334
499
|
"./functions/im/imOutboundListSummary": "./dist/functions/im/imOutboundListSummary.js",
|
|
335
500
|
"./functions/im/imOutboundMediaHelpers": "./dist/functions/im/imOutboundMediaHelpers.js",
|
|
336
501
|
"./functions/im/imOutboundPatch": "./dist/functions/im/imOutboundPatch.js",
|
|
337
502
|
"./functions/im/imOutboundStatus": "./dist/functions/im/imOutboundStatus.js",
|
|
503
|
+
"./functions/im/imPeerProfileFromConversations": "./dist/functions/im/imPeerProfileFromConversations.js",
|
|
504
|
+
"./functions/im/imPendingMediaFlushPlan": "./dist/functions/im/imPendingMediaFlushPlan.js",
|
|
338
505
|
"./functions/im/imPendingOpenConversation": "./dist/functions/im/imPendingOpenConversation.js",
|
|
339
506
|
"./functions/im/imPlaceholderSnippet": "./dist/functions/im/imPlaceholderSnippet.js",
|
|
340
507
|
"./functions/im/imProxyAgentContent": "./dist/functions/im/imProxyAgentContent.js",
|
|
@@ -347,10 +514,42 @@
|
|
|
347
514
|
"./functions/im/imRichContentHtml": "./dist/functions/im/imRichContentHtml.js",
|
|
348
515
|
"./functions/im/imRichContentPlain": "./dist/functions/im/imRichContentPlain.js",
|
|
349
516
|
"./functions/im/imSendPayloadValidation": "./dist/functions/im/imSendPayloadValidation.js",
|
|
517
|
+
"./functions/im/imSenderProfileMap": "./dist/functions/im/imSenderProfileMap.js",
|
|
350
518
|
"./functions/im/imSnakeChatMessage": "./dist/functions/im/imSnakeChatMessage.js",
|
|
519
|
+
"./functions/im/imStandaloneMediaOutbound": "./dist/functions/im/imStandaloneMediaOutbound.js",
|
|
520
|
+
"./functions/im/imTrayUnreadTotal": "./dist/functions/im/imTrayUnreadTotal.js",
|
|
521
|
+
"./functions/im/imWalletEnvelopeClaim": "./dist/functions/im/imWalletEnvelopeClaim.js",
|
|
351
522
|
"./functions/im/imWalletExtra": "./dist/functions/im/imWalletExtra.js",
|
|
523
|
+
"./functions/im/imWalletTransferPatch": "./dist/functions/im/imWalletTransferPatch.js",
|
|
524
|
+
"./functions/im/isDesktopImNotificationEnvironmentSupported": "./dist/functions/im/isDesktopImNotificationEnvironmentSupported.js",
|
|
525
|
+
"./functions/im/isImMessageNeedingLocalMediaPreview": "./dist/functions/im/isImMessageNeedingLocalMediaPreview.js",
|
|
526
|
+
"./functions/im/isLocalMediaPendingUploadMessage": "./dist/functions/im/isLocalMediaPendingUploadMessage.js",
|
|
527
|
+
"./functions/im/isPendingOutboundImMessage": "./dist/functions/im/isPendingOutboundImMessage.js",
|
|
528
|
+
"./functions/im/isStaleMessageForAbandonOnExit": "./dist/functions/im/isStaleMessageForAbandonOnExit.js",
|
|
352
529
|
"./functions/im/mapAgentToImProxyItem": "./dist/functions/im/mapAgentToImProxyItem.js",
|
|
530
|
+
"./functions/im/mapChatInlineAttachmentGallerySpecsToViewItems": "./dist/functions/im/mapChatInlineAttachmentGallerySpecsToViewItems.js",
|
|
531
|
+
"./functions/im/mapImAiAgentDtosToChatOptions": "./dist/functions/im/mapImAiAgentDtosToChatOptions.js",
|
|
532
|
+
"./functions/im/mapUnreadHighlightsByConversation": "./dist/functions/im/mapUnreadHighlightsByConversation.js",
|
|
533
|
+
"./functions/im/mergeConversationLastMessageWithOutboundPatch": "./dist/functions/im/mergeConversationLastMessageWithOutboundPatch.js",
|
|
534
|
+
"./functions/im/mergeFinalizedMediaMessageWithLocalExtras": "./dist/functions/im/mergeFinalizedMediaMessageWithLocalExtras.js",
|
|
535
|
+
"./functions/im/mergeImMessageExtraData": "./dist/functions/im/mergeImMessageExtraData.js",
|
|
536
|
+
"./functions/im/mergePreservedOutboundRowAfterApiSync": "./dist/functions/im/mergePreservedOutboundRowAfterApiSync.js",
|
|
537
|
+
"./functions/im/newImClientMessageId": "./dist/functions/im/newImClientMessageId.js",
|
|
538
|
+
"./functions/im/newImClientMessageIdFromBrowser": "./dist/functions/im/newImClientMessageIdFromBrowser.js",
|
|
539
|
+
"./functions/im/normalizeImConversationRowForStorage": "./dist/functions/im/normalizeImConversationRowForStorage.js",
|
|
540
|
+
"./functions/im/patchChatWalletTransferReceiverNames": "./dist/functions/im/patchChatWalletTransferReceiverNames.js",
|
|
541
|
+
"./functions/im/resolveChatMessageCopyFeedback": "./dist/functions/im/resolveChatMessageCopyFeedback.js",
|
|
542
|
+
"./functions/im/resolveConversationClearExceptOutboundDraft": "./dist/functions/im/resolveConversationClearExceptOutboundDraft.js",
|
|
543
|
+
"./functions/im/resolveDroppedFilePathWithNativeGetter": "./dist/functions/im/resolveDroppedFilePathWithNativeGetter.js",
|
|
544
|
+
"./functions/im/resolveImOutboundRetrySendParams": "./dist/functions/im/resolveImOutboundRetrySendParams.js",
|
|
545
|
+
"./functions/im/resolveImOutboundSendExtraData": "./dist/functions/im/resolveImOutboundSendExtraData.js",
|
|
546
|
+
"./functions/im/resolveOutboundPatchTargetsByClientMessageId": "./dist/functions/im/resolveOutboundPatchTargetsByClientMessageId.js",
|
|
547
|
+
"./functions/im/resolveUploadFileInputFromMediaBlobRecord": "./dist/functions/im/resolveUploadFileInputFromMediaBlobRecord.js",
|
|
548
|
+
"./functions/im/shouldPromoteMessageAsConversationLast": "./dist/functions/im/shouldPromoteMessageAsConversationLast.js",
|
|
549
|
+
"./functions/im/validateComposerOutboundSend": "./dist/functions/im/validateComposerOutboundSend.js",
|
|
353
550
|
"./functions/im/validateImPeerInput": "./dist/functions/im/validateImPeerInput.js",
|
|
551
|
+
"./functions/image/compressChatConversationBackgroundImage": "./dist/functions/image/compressChatConversationBackgroundImage.js",
|
|
552
|
+
"./functions/image/compressImageFileToBoundedJpeg": "./dist/functions/image/compressImageFileToBoundedJpeg.js",
|
|
354
553
|
"./functions/image/compressImageToWidthJpgOrWebp": "./dist/functions/image/compressImageToWidthJpgOrWebp.js",
|
|
355
554
|
"./functions/image/compressToTargetSizeJpgOrWebp": "./dist/functions/image/compressToTargetSizeJpgOrWebp.js",
|
|
356
555
|
"./functions/image/generateFavIcon": "./dist/functions/image/generateFavIcon.js",
|
|
@@ -386,6 +585,7 @@
|
|
|
386
585
|
"./functions/llm/createLlmReasoningStore": "./dist/functions/llm/createLlmReasoningStore.js",
|
|
387
586
|
"./functions/markdown/cwMarkdownAst": "./dist/functions/markdown/cwMarkdownAst.js",
|
|
388
587
|
"./functions/markdown/markdownToSpeechPlainText": "./dist/functions/markdown/markdownToSpeechPlainText.js",
|
|
588
|
+
"./functions/markdown/normalizeMarkdownHtmlVideoTags": "./dist/functions/markdown/normalizeMarkdownHtmlVideoTags.js",
|
|
389
589
|
"./functions/markdown/parseGfmTable": "./dist/functions/markdown/parseGfmTable.js",
|
|
390
590
|
"./functions/markdown/parseInline": "./dist/functions/markdown/parseInline.js",
|
|
391
591
|
"./functions/markdown/parseMarkdownBlocks": "./dist/functions/markdown/parseMarkdownBlocks.js",
|
|
@@ -394,6 +594,7 @@
|
|
|
394
594
|
"./functions/math/percentile": "./dist/functions/math/percentile.js",
|
|
395
595
|
"./functions/math/sum": "./dist/functions/math/sum.js",
|
|
396
596
|
"./functions/number/clamp": "./dist/functions/number/clamp.js",
|
|
597
|
+
"./functions/number/clampIndex": "./dist/functions/number/clampIndex.js",
|
|
397
598
|
"./functions/number/formatNumber": "./dist/functions/number/formatNumber.js",
|
|
398
599
|
"./functions/number/random": "./dist/functions/number/random.js",
|
|
399
600
|
"./functions/number/range": "./dist/functions/number/range.js",
|
|
@@ -408,10 +609,14 @@
|
|
|
408
609
|
"./functions/oss/cosSliceUploadWithSts": "./dist/functions/oss/cosSliceUploadWithSts.js",
|
|
409
610
|
"./functions/oss/createOssBrowserUploadClient": "./dist/functions/oss/createOssBrowserUploadClient.js",
|
|
410
611
|
"./functions/oss/createOssSignedUploadApi": "./dist/functions/oss/createOssSignedUploadApi.js",
|
|
612
|
+
"./functions/oss/fetchBlobViaOssDownloadApi": "./dist/functions/oss/fetchBlobViaOssDownloadApi.js",
|
|
411
613
|
"./functions/oss/parseOssDownloadRequest": "./dist/functions/oss/parseOssDownloadRequest.js",
|
|
614
|
+
"./functions/oss/putOssFileViaSignedUploadUrl": "./dist/functions/oss/putOssFileViaSignedUploadUrl.js",
|
|
412
615
|
"./functions/oss/resolveOssUploadContentType": "./dist/functions/oss/resolveOssUploadContentType.js",
|
|
413
616
|
"./functions/oss/sanitizeOssObjectName": "./dist/functions/oss/sanitizeOssObjectName.js",
|
|
617
|
+
"./functions/oss/tryUploadImVideoThumbnailToOss": "./dist/functions/oss/tryUploadImVideoThumbnailToOss.js",
|
|
414
618
|
"./functions/oss/uploadBlobViaSignedPut": "./dist/functions/oss/uploadBlobViaSignedPut.js",
|
|
619
|
+
"./functions/oss/uploadChatCommunityMediaToOss": "./dist/functions/oss/uploadChatCommunityMediaToOss.js",
|
|
415
620
|
"./functions/oss/uploadOssFileFromBrowser": "./dist/functions/oss/uploadOssFileFromBrowser.js",
|
|
416
621
|
"./functions/path/pathBasename": "./dist/functions/path/pathBasename.js",
|
|
417
622
|
"./functions/path/pathDirname": "./dist/functions/path/pathDirname.js",
|
|
@@ -441,11 +646,47 @@
|
|
|
441
646
|
"./functions/principles/functionBind": "./dist/functions/principles/functionBind.js",
|
|
442
647
|
"./functions/principles/myInstanceof": "./dist/functions/principles/myInstanceof.js",
|
|
443
648
|
"./functions/principles/myNew": "./dist/functions/principles/myNew.js",
|
|
649
|
+
"./functions/project/buildProjectMachineHeaders": "./dist/functions/project/buildProjectMachineHeaders.js",
|
|
444
650
|
"./functions/promise/sleep": "./dist/functions/promise/sleep.js",
|
|
445
651
|
"./functions/promise/timeout": "./dist/functions/promise/timeout.js",
|
|
446
652
|
"./functions/qiankun/createQiankunVueApp": "./dist/functions/qiankun/createQiankunVueApp.js",
|
|
653
|
+
"./functions/release/buildCapacitorApkCacheRelPath": "./dist/functions/release/buildCapacitorApkCacheRelPath.js",
|
|
654
|
+
"./functions/release/buildCapacitorApkUpdatePrompt": "./dist/functions/release/buildCapacitorApkUpdatePrompt.js",
|
|
655
|
+
"./functions/release/buildCapacitorWebOtaUpdatePrompt": "./dist/functions/release/buildCapacitorWebOtaUpdatePrompt.js",
|
|
656
|
+
"./functions/release/buildRendererReleaseUpdatePrompt": "./dist/functions/release/buildRendererReleaseUpdatePrompt.js",
|
|
657
|
+
"./functions/release/capacitorOtaReleaseManifestFetch": "./dist/functions/release/capacitorOtaReleaseManifestFetch.js",
|
|
658
|
+
"./functions/release/capacitorReleaseManifestFetch": "./dist/functions/release/capacitorReleaseManifestFetch.js",
|
|
659
|
+
"./functions/release/capacitorUpdateDefaults": "./dist/functions/release/capacitorUpdateDefaults.js",
|
|
660
|
+
"./functions/release/clientDownloadTargets": "./dist/functions/release/clientDownloadTargets.js",
|
|
661
|
+
"./functions/release/createCapacitorUpdateFetchDeps": "./dist/functions/release/createCapacitorUpdateFetchDeps.js",
|
|
662
|
+
"./functions/release/createReleaseManifestFetchDeps": "./dist/functions/release/createReleaseManifestFetchDeps.js",
|
|
663
|
+
"./functions/release/detectElectronReleaseBrowserTarget": "./dist/functions/release/detectElectronReleaseBrowserTarget.js",
|
|
664
|
+
"./functions/release/electronReleaseManifestFetch": "./dist/functions/release/electronReleaseManifestFetch.js",
|
|
665
|
+
"./functions/release/evaluateCapacitorAndroidApkUpdate": "./dist/functions/release/evaluateCapacitorAndroidApkUpdate.js",
|
|
666
|
+
"./functions/release/evaluateCapacitorWebOtaUpdate": "./dist/functions/release/evaluateCapacitorWebOtaUpdate.js",
|
|
667
|
+
"./functions/release/executeCapacitorAndroidApkUpdateCheck": "./dist/functions/release/executeCapacitorAndroidApkUpdateCheck.js",
|
|
668
|
+
"./functions/release/executeCapacitorManualUpdateCheck": "./dist/functions/release/executeCapacitorManualUpdateCheck.js",
|
|
669
|
+
"./functions/release/executeCapacitorWebOtaUpdateCheck": "./dist/functions/release/executeCapacitorWebOtaUpdateCheck.js",
|
|
670
|
+
"./functions/release/executeManualChatUpdateCheck": "./dist/functions/release/executeManualChatUpdateCheck.js",
|
|
671
|
+
"./functions/release/executeRendererReleaseUpdateCheck": "./dist/functions/release/executeRendererReleaseUpdateCheck.js",
|
|
672
|
+
"./functions/release/isCapacitorWebViewOnViteDevServer": "./dist/functions/release/isCapacitorWebViewOnViteDevServer.js",
|
|
673
|
+
"./functions/release/openCapacitorMobileAppDownload": "./dist/functions/release/openCapacitorMobileAppDownload.js",
|
|
674
|
+
"./functions/release/openElectronDesktopClientDownload": "./dist/functions/release/openElectronDesktopClientDownload.js",
|
|
675
|
+
"./functions/release/pickCapacitorAndroidPackage": "./dist/functions/release/pickCapacitorAndroidPackage.js",
|
|
676
|
+
"./functions/release/pickElectronReleasePackage": "./dist/functions/release/pickElectronReleasePackage.js",
|
|
677
|
+
"./functions/release/readBrowserReleaseDeps": "./dist/functions/release/readBrowserReleaseDeps.js",
|
|
678
|
+
"./functions/release/releaseUpdateDismissSession": "./dist/functions/release/releaseUpdateDismissSession.js",
|
|
679
|
+
"./functions/release/releaseUpdatePolicy": "./dist/functions/release/releaseUpdatePolicy.js",
|
|
680
|
+
"./functions/release/sanitizeCapacitorDownloadFileName": "./dist/functions/release/sanitizeCapacitorDownloadFileName.js",
|
|
681
|
+
"./functions/release/semverToCapacitorVersionCode": "./dist/functions/release/semverToCapacitorVersionCode.js",
|
|
682
|
+
"./functions/release/shouldSkipCapacitorReleaseUpdateOnLaunch": "./dist/functions/release/shouldSkipCapacitorReleaseUpdateOnLaunch.js",
|
|
683
|
+
"./functions/release/verifyHttpContentLength": "./dist/functions/release/verifyHttpContentLength.js",
|
|
447
684
|
"./functions/router/readRouteQuery": "./dist/functions/router/readRouteQuery.js",
|
|
448
685
|
"./functions/software/findSoftware": "./dist/functions/software/findSoftware.js",
|
|
686
|
+
"./functions/sse/namedSseStream": "./dist/functions/sse/namedSseStream.js",
|
|
687
|
+
"./functions/storage/clearAppCachePreservingAuth": "./dist/functions/storage/clearAppCachePreservingAuth.js",
|
|
688
|
+
"./functions/storage/createBrowserSessionStorageKit": "./dist/functions/storage/createBrowserSessionStorageKit.js",
|
|
689
|
+
"./functions/storage/createBrowserStringStorageKit": "./dist/functions/storage/createBrowserStringStorageKit.js",
|
|
449
690
|
"./functions/storage/useDexieShortcuts": "./dist/functions/storage/useDexieShortcuts.js",
|
|
450
691
|
"./functions/storage/useLocalStorage": "./dist/functions/storage/useLocalStorage.js",
|
|
451
692
|
"./functions/storage/useSessionStorage": "./dist/functions/storage/useSessionStorage.js",
|
|
@@ -471,7 +712,12 @@
|
|
|
471
712
|
"./functions/tree/findNode": "./dist/functions/tree/findNode.js",
|
|
472
713
|
"./functions/tree/flattenTree": "./dist/functions/tree/flattenTree.js",
|
|
473
714
|
"./functions/tree/pathsToTreeNodes": "./dist/functions/tree/pathsToTreeNodes.js",
|
|
715
|
+
"./functions/ui/imChatViewContextMenuMaterialize": "./dist/functions/ui/imChatViewContextMenuMaterialize.js",
|
|
716
|
+
"./functions/ui/imGalleryPreviewContextMenuMaterialize": "./dist/functions/ui/imGalleryPreviewContextMenuMaterialize.js",
|
|
717
|
+
"./functions/ui/imMarkdownImageGallery": "./dist/functions/ui/imMarkdownImageGallery.js",
|
|
474
718
|
"./functions/ui/materializeImUiContextMenuItems": "./dist/functions/ui/materializeImUiContextMenuItems.js",
|
|
719
|
+
"./functions/ui/resolveChatAttachmentPreviewContextMenuSelect": "./dist/functions/ui/resolveChatAttachmentPreviewContextMenuSelect.js",
|
|
720
|
+
"./functions/ui/resolveChatGalleryMenuActionFeedback": "./dist/functions/ui/resolveChatGalleryMenuActionFeedback.js",
|
|
475
721
|
"./functions/ui/resolveGalleryPreviewContextMenuEvent": "./dist/functions/ui/resolveGalleryPreviewContextMenuEvent.js",
|
|
476
722
|
"./functions/uniapp/api/audio": "./dist/functions/uniapp/api/audio.js",
|
|
477
723
|
"./functions/uniapp/api/auth": "./dist/functions/uniapp/api/auth.js",
|
|
@@ -527,6 +773,7 @@
|
|
|
527
773
|
"./functions/url/assetUrlGuards": "./dist/functions/url/assetUrlGuards.js",
|
|
528
774
|
"./functions/url/buildQueryString": "./dist/functions/url/buildQueryString.js",
|
|
529
775
|
"./functions/url/parseUrl": "./dist/functions/url/parseUrl.js",
|
|
776
|
+
"./functions/url/resolveCopyableAbsoluteUrl": "./dist/functions/url/resolveCopyableAbsoluteUrl.js",
|
|
530
777
|
"./functions/utils/diff": "./dist/functions/utils/diff.js",
|
|
531
778
|
"./functions/utils/generateExports": "./dist/functions/utils/generateExports.js",
|
|
532
779
|
"./functions/utils/generatorUtils": "./dist/functions/utils/generatorUtils.js",
|
|
@@ -552,6 +799,11 @@
|
|
|
552
799
|
"./functions/vue/isVNode": "./dist/functions/vue/isVNode.js",
|
|
553
800
|
"./functions/vue/isVueComponent": "./dist/functions/vue/isVueComponent.js",
|
|
554
801
|
"./functions/vue/parseVueFile": "./dist/functions/vue/parseVueFile.js",
|
|
802
|
+
"./functions/wallet/createBrowserWalletPayPasswordSessionAccess": "./dist/functions/wallet/createBrowserWalletPayPasswordSessionAccess.js",
|
|
803
|
+
"./functions/wallet/trc20PayQr": "./dist/functions/wallet/trc20PayQr.js",
|
|
804
|
+
"./functions/wallet/walletLedgerUi": "./dist/functions/wallet/walletLedgerUi.js",
|
|
805
|
+
"./functions/wallet/walletPayPasswordSessionState": "./dist/functions/wallet/walletPayPasswordSessionState.js",
|
|
806
|
+
"./functions/wallet/walletPayPasswordUi": "./dist/functions/wallet/walletPayPasswordUi.js",
|
|
555
807
|
"./functions/wechat/miniapp/downloadFile": "./dist/functions/wechat/miniapp/downloadFile.js",
|
|
556
808
|
"./functions/xml/modifyXml": "./dist/functions/xml/modifyXml.js",
|
|
557
809
|
"./permissions/catalog": "./dist/permissions/catalog.js",
|
|
@@ -568,8 +820,10 @@
|
|
|
568
820
|
"./vue-hooks/browser/useBattery": "./dist/vue-hooks/browser/useBattery.js",
|
|
569
821
|
"./vue-hooks/browser/useBluetooth": "./dist/vue-hooks/browser/useBluetooth.js",
|
|
570
822
|
"./vue-hooks/browser/useBridgeMessage": "./dist/vue-hooks/browser/useBridgeMessage.js",
|
|
823
|
+
"./vue-hooks/browser/useBrowserFileObjectUrlMap": "./dist/vue-hooks/browser/useBrowserFileObjectUrlMap.js",
|
|
571
824
|
"./vue-hooks/browser/useCamera": "./dist/vue-hooks/browser/useCamera.js",
|
|
572
825
|
"./vue-hooks/browser/useClipboard": "./dist/vue-hooks/browser/useClipboard.js",
|
|
826
|
+
"./vue-hooks/browser/useFileObjectUrlMap": "./dist/vue-hooks/browser/useFileObjectUrlMap.js",
|
|
573
827
|
"./vue-hooks/browser/useFileUpload": "./dist/vue-hooks/browser/useFileUpload.js",
|
|
574
828
|
"./vue-hooks/browser/useFullscreen": "./dist/vue-hooks/browser/useFullscreen.js",
|
|
575
829
|
"./vue-hooks/browser/useGamepad": "./dist/vue-hooks/browser/useGamepad.js",
|
|
@@ -586,9 +840,13 @@
|
|
|
586
840
|
"./vue-hooks/browser/useWechatJSSDK": "./dist/vue-hooks/browser/useWechatJSSDK.js",
|
|
587
841
|
"./vue-hooks/dom/useAppendToBody": "./dist/vue-hooks/dom/useAppendToBody.js",
|
|
588
842
|
"./vue-hooks/dom/useAutoUpdate": "./dist/vue-hooks/dom/useAutoUpdate.js",
|
|
843
|
+
"./vue-hooks/dom/useBrowserFocusVisible": "./dist/vue-hooks/dom/useBrowserFocusVisible.js",
|
|
844
|
+
"./vue-hooks/dom/useBrowserLassoSelection": "./dist/vue-hooks/dom/useBrowserLassoSelection.js",
|
|
589
845
|
"./vue-hooks/dom/useClickOutside": "./dist/vue-hooks/dom/useClickOutside.js",
|
|
590
846
|
"./vue-hooks/dom/useDraggable": "./dist/vue-hooks/dom/useDraggable.js",
|
|
591
847
|
"./vue-hooks/dom/useEventListener": "./dist/vue-hooks/dom/useEventListener.js",
|
|
848
|
+
"./vue-hooks/dom/useFocusVisible": "./dist/vue-hooks/dom/useFocusVisible.js",
|
|
849
|
+
"./vue-hooks/dom/useLassoSelection": "./dist/vue-hooks/dom/useLassoSelection.js",
|
|
592
850
|
"./vue-hooks/dom/useResizable": "./dist/vue-hooks/dom/useResizable.js",
|
|
593
851
|
"./vue-hooks/history/useDebouncedRefHistory": "./dist/vue-hooks/history/useDebouncedRefHistory.js",
|
|
594
852
|
"./vue-hooks/history/useManualRefHistory": "./dist/vue-hooks/history/useManualRefHistory.js",
|
|
@@ -606,6 +864,8 @@
|
|
|
606
864
|
"./vue-hooks/state/useToggle": "./dist/vue-hooks/state/useToggle.js",
|
|
607
865
|
"./vue-hooks/state/useTokenManager": "./dist/vue-hooks/state/useTokenManager.js",
|
|
608
866
|
"./vue-hooks/state/useUserManager": "./dist/vue-hooks/state/useUserManager.js",
|
|
867
|
+
"./vue-hooks/time/useBrowserDelayedTrue": "./dist/vue-hooks/time/useBrowserDelayedTrue.js",
|
|
868
|
+
"./vue-hooks/time/useDelayedTrue": "./dist/vue-hooks/time/useDelayedTrue.js",
|
|
609
869
|
"./vue-hooks/time/useInterval": "./dist/vue-hooks/time/useInterval.js",
|
|
610
870
|
"./vue-hooks/time/useTimeout": "./dist/vue-hooks/time/useTimeout.js",
|
|
611
871
|
"./vue-hooks/worker/useWebWorker": "./dist/vue-hooks/worker/useWebWorker.js",
|
|
@@ -614,6 +874,7 @@
|
|
|
614
874
|
"./types/address": "./types/address.d.ts",
|
|
615
875
|
"./types/agent-input-content": "./types/agent-input-content.d.ts",
|
|
616
876
|
"./types/ai-agent": "./types/ai-agent.d.ts",
|
|
877
|
+
"./types/ai-chat": "./types/ai-chat.d.ts",
|
|
617
878
|
"./types/ai-llm-model-capabilities": "./types/ai-llm-model-capabilities.d.ts",
|
|
618
879
|
"./types/ai-mcp": "./types/ai-mcp.d.ts",
|
|
619
880
|
"./types/algorithm-visual": "./types/algorithm-visual.d.ts",
|
|
@@ -624,17 +885,23 @@
|
|
|
624
885
|
"./types/app-safe-area": "./types/app-safe-area.d.ts",
|
|
625
886
|
"./types/assets": "./types/assets.d.ts",
|
|
626
887
|
"./types/auth": "./types/auth.d.ts",
|
|
888
|
+
"./types/capacitor-ota-release-manifest": "./types/capacitor-ota-release-manifest.d.ts",
|
|
889
|
+
"./types/capacitor-release-manifest": "./types/capacitor-release-manifest.d.ts",
|
|
890
|
+
"./types/chat-appearance": "./types/chat-appearance.d.ts",
|
|
627
891
|
"./types/chat-more-page-config": "./types/chat-more-page-config.d.ts",
|
|
628
892
|
"./types/chat-shell-tab-config": "./types/chat-shell-tab-config.d.ts",
|
|
629
893
|
"./types/checkin-config": "./types/checkin-config.d.ts",
|
|
630
894
|
"./types/cloud-disk-config": "./types/cloud-disk-config.d.ts",
|
|
631
895
|
"./types/cloud-disk": "./types/cloud-disk.d.ts",
|
|
632
896
|
"./types/color": "./types/color.d.ts",
|
|
897
|
+
"./types/component-material": "./types/component-material.d.ts",
|
|
633
898
|
"./types/design-system": "./types/design-system.d.ts",
|
|
634
899
|
"./types/download": "./types/download.d.ts",
|
|
900
|
+
"./types/electron-release-manifest": "./types/electron-release-manifest.d.ts",
|
|
635
901
|
"./types/geometry": "./types/geometry.d.ts",
|
|
636
902
|
"./types/hybrid": "./types/hybrid.d.ts",
|
|
637
903
|
"./types/im-account-kind": "./types/im-account-kind.d.ts",
|
|
904
|
+
"./types/im-ai-agent": "./types/im-ai-agent.d.ts",
|
|
638
905
|
"./types/im-api": "./types/im-api.d.ts",
|
|
639
906
|
"./types/im-call": "./types/im-call.d.ts",
|
|
640
907
|
"./types/im-chat": "./types/im-chat.d.ts",
|
|
@@ -649,7 +916,9 @@
|
|
|
649
916
|
"./types/im-wallet-message": "./types/im-wallet-message.d.ts",
|
|
650
917
|
"./types/ios-build": "./types/ios-build.d.ts",
|
|
651
918
|
"./types/llm-openai-wire": "./types/llm-openai-wire.d.ts",
|
|
919
|
+
"./types/lowcode": "./types/lowcode.d.ts",
|
|
652
920
|
"./types/music": "./types/music.d.ts",
|
|
921
|
+
"./types/named-sse": "./types/named-sse.d.ts",
|
|
653
922
|
"./types/notification": "./types/notification.d.ts",
|
|
654
923
|
"./types/observability": "./types/observability.d.ts",
|
|
655
924
|
"./types/order": "./types/order.d.ts",
|
|
@@ -678,6 +947,7 @@
|
|
|
678
947
|
"./types/user": "./types/user.d.ts",
|
|
679
948
|
"./types/video": "./types/video.d.ts",
|
|
680
949
|
"./types/vue": "./types/vue.d.ts",
|
|
950
|
+
"./types/wallet-ledger": "./types/wallet-ledger.d.ts",
|
|
681
951
|
"./types/worker": "./types/worker.d.ts",
|
|
682
952
|
"./references/arraybuffer": "./references/arraybuffer.d.ts",
|
|
683
953
|
"./references/blob": "./references/blob.d.ts",
|
|
@@ -711,5 +981,18 @@
|
|
|
711
981
|
"./references/xlsx": "./references/xlsx.d.ts",
|
|
712
982
|
"./references/xml": "./references/xml.d.ts",
|
|
713
983
|
"./references/xpath": "./references/xpath.d.ts"
|
|
984
|
+
},
|
|
985
|
+
"scripts": {
|
|
986
|
+
"build": "tsc -p tsconfig.build.json && tsx scripts/fix-dist-esm-imports.ts && tsx scripts/generate-exports.ts",
|
|
987
|
+
"publish:patch": "npx tsx scripts/publish.ts patch",
|
|
988
|
+
"publish:minor": "npx tsx scripts/publish.ts minor",
|
|
989
|
+
"publish:major": "npx tsx scripts/publish.ts major",
|
|
990
|
+
"publish:prerelease": "npx tsx scripts/publish.ts prerelease",
|
|
991
|
+
"docs:dev": "vitepress dev docs",
|
|
992
|
+
"docs:build": "NODE_OPTIONS=--max-old-space-size=4096 vitepress build docs",
|
|
993
|
+
"docs:preview": "vitepress preview docs",
|
|
994
|
+
"deploy:cos:build": "NODE_OPTIONS=--max-old-space-size=4096 vitepress build docs",
|
|
995
|
+
"deploy:tcb": "npx tsx scripts/deploy-tcb.ts",
|
|
996
|
+
"deploy:cos": "npx tsx scripts/deploy-cos.ts"
|
|
714
997
|
}
|
|
715
998
|
}
|