@burdenoff/fe-libs 2026.910.4 → 2026.910.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/shared/assistant/index.d.ts +2 -0
- package/dist/shared/assistant/index.d.ts.map +1 -1
- package/dist/shared/assistant/ui/AIAssistantPanel.d.ts +11 -0
- package/dist/shared/assistant/ui/AIAssistantPanel.d.ts.map +1 -1
- package/dist/shared/assistant/ui/AIAssistantPanel.js +50 -46
- package/dist/shared/assistant/ui/AssistantChatArea.js +358 -358
- package/dist/shared/assistant/ui/AssistantConversationList.js +16 -16
- package/dist/shared/assistant/ui/AssistantLanguageMenu.js +6 -6
- package/dist/shared/assistant/ui/AssistantMarkdownRenderer.d.ts +21 -7
- package/dist/shared/assistant/ui/AssistantMarkdownRenderer.d.ts.map +1 -1
- package/dist/shared/assistant/ui/AssistantMarkdownRenderer.js +47 -37
- package/dist/shared/assistant/ui/AssistantMessageItem.js +16 -16
- package/dist/shared/assistant/ui/AssistantReplyLanguageSelector.js +5 -5
- package/dist/shared/assistant/ui/AssistantSpeechProvider.js +151 -151
- package/dist/shared/assistant/ui/composer/AssistantAttachmentButton.d.ts.map +1 -1
- package/dist/shared/assistant/ui/composer/AssistantAttachmentButton.js +50 -47
- package/dist/shared/assistant/ui/composer/AssistantComposer.js +6 -6
- package/dist/shared/assistant/ui/composer/AssistantConnectSourceItem.d.ts +7 -0
- package/dist/shared/assistant/ui/composer/AssistantConnectSourceItem.d.ts.map +1 -0
- package/dist/shared/assistant/ui/composer/AssistantConnectSourceItem.js +52 -0
- package/dist/shared/assistant/ui/composer/AssistantLanguageSelector.js +4 -4
- package/dist/shared/assistant/ui/composer/connectSource.d.ts +8 -0
- package/dist/shared/assistant/ui/composer/connectSource.d.ts.map +1 -0
- package/dist/shared/assistant/ui/composer/connectSource.js +12 -0
- package/dist/shared/assistant/ui/voice/AssistantVoiceSession.js +48 -48
- package/dist/shared/assistant/ui/voice/VoiceConversationView.js +8 -8
- package/dist/shared/components/assistantWidget/MessageContent.d.ts +11 -3
- package/dist/shared/components/assistantWidget/MessageContent.d.ts.map +1 -1
- package/dist/shared/components/assistantWidget/MessageContent.js +26 -27
- package/dist/shared-assistant.js +95 -93
- package/package.json +2 -2
package/dist/shared-assistant.js
CHANGED
|
@@ -1,94 +1,96 @@
|
|
|
1
1
|
import { useVoiceInput as e } from "./shared/assistant/voice/useVoiceInput.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import { AssistantMessageAttachments as
|
|
53
|
-
import { AssistantPendingWriteCard as
|
|
54
|
-
import { AssistantLanguageMenu as
|
|
55
|
-
import { AssistantReplyLanguageSelector as
|
|
56
|
-
import { AssistantSpeakButton as
|
|
57
|
-
import { AssistantSpokenTurnsNotice as
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
|
|
2
|
+
import { AssistantProductProvider as t, resolveModeConfig as n, useAssistantPageLabel as r, useAssistantProduct as i, useAssistantProductOrNull as a, useAssistantStorageFolders as o } from "./shared/assistant/product.js";
|
|
3
|
+
import { AssistantI18nProvider as s, assistantTranslationKey as c, useAssistantI18nNamespace as l, useAssistantTr as u } from "./shared/assistant/i18n.js";
|
|
4
|
+
import { copyToClipboard as d } from "./shared/assistant/clipboard.js";
|
|
5
|
+
import { AssistantMarkdownImage as f, imageHostLabel as p, isRemoteImageSrc as m } from "./shared/assistant/ui/AssistantMarkdownImage.js";
|
|
6
|
+
import { AssistantMarkdownRenderer as h, AssistantNavigateProvider as g, assistantRoutePath as _, assistantUrlTransform as v, browserShouldHandle as y, classifyAssistantHref as b, useAssistantNavigate as x } from "./shared/assistant/ui/AssistantMarkdownRenderer.js";
|
|
7
|
+
import { classifyQuotaError as S, describeQuotaError as C, isQuotaExhaustedError as w, quotaExhaustedEventName as T } from "./shared/assistant/quota.js";
|
|
8
|
+
import { buildSandboxContextInput as E, executeSandboxGraphQL as D } from "./shared/assistant/gatewayClient.js";
|
|
9
|
+
import { CHECK_AI_CREDITS as O, CREATE_SANDBOX as k, EXTEND_SANDBOX_TTL as A, GET_ACTIVE_SANDBOXES as j, GET_SANDBOX as M, PROXY_SANDBOX_REQUEST as N, REPORT_AI_TOKEN_USAGE as P, STOP_ASSISTANT_SANDBOX as F, WAIT_FOR_SANDBOX_RUNNING as I } from "./shared/assistant/operations.js";
|
|
10
|
+
import { ASSISTANT_API_AUTH_STRATEGY as L, getImageForMode as R, getImageTagForMode as z, getResourcesForMode as B, getSandboxImageRegistry as V, resolveSandboxAssistantMode as H } from "./shared/assistant/images.js";
|
|
11
|
+
import { getCapability as U, isUnknownFieldError as W, markSupported as G, markUnsupported as K } from "./shared/assistant/capabilities.js";
|
|
12
|
+
import { abortAssistantTurn as q, approvePendingWrite as J, buildAssistantSandboxEnv as Y, buildPromptRequestBody as X, checkAssistantAiCredits as Z, createAssistantSandbox as Q, createAssistantSession as $, downloadAssistantArtifact as ee, extendAssistantSandboxTTL as te, findExistingSandbox as ne, getAssistantArtifacts as re, getAssistantMessages as ie, getAssistantSession as ae, getAssistantStreamAccess as oe, modeRequiresConfirmWrites as se, releaseSupersededAssistantSandboxes as ce, reportAssistantAiTokenUsage as le, selectExistingAssistantSandbox as ue, selectSupersededAssistantSandboxes as de, sendAssistantPromptAsync as fe, sendHeartbeat as pe, stopReapedAssistantSandbox as me, waitForAssistantServiceReady as he, waitForSandboxRunning as ge } from "./shared/assistant/api.js";
|
|
13
|
+
import { AssistantRuntimeManager as _e } from "./shared/assistant/runtime.js";
|
|
14
|
+
import { buildProgress as ve, getAssistantMedia as ye, getAssistantText as be, getRawMessageCreatedAt as xe, getToolProgress as Se, isReapedSandboxConnectionError as Ce, isRecoverable as we, mapSessionToHistory as Te, mergeMessagesById as Ee, sanitize as De } from "./shared/assistant/progress.js";
|
|
15
|
+
import { createSandboxAssistantTransport as Oe } from "./shared/assistant/createSandboxAssistantTransport.js";
|
|
16
|
+
import { useSandboxAssistantTransport as ke } from "./shared/assistant/useSandboxAssistantTransport.js";
|
|
17
|
+
import { chatTurns as Ae, groupBySession as je, groupConsecutiveBySession as Me, isVoiceTurn as Ne, voiceMarker as Pe, voiceSessionIdOf as Fe, voiceTurnsOnly as Ie } from "./shared/assistant/voice/turnVisibility.js";
|
|
18
|
+
import { browserSpeechEngine as Le } from "./shared/assistant/speech/browserSpeechEngine.js";
|
|
19
|
+
import { HOSTED_TTS_TIER as Re, HOSTED_VOICES as ze, hostedLocaleFor as Be, hostedSupportsLanguage as Ve } from "./shared/assistant/speech/hostedVoiceCatalogue.js";
|
|
20
|
+
import { HOSTED_TTS_MAX_CHARS as He, SPEAKING_RATE_MAX as Ue, SPEAKING_RATE_MAX_STREAMING as We, SPEAKING_RATE_MAX_SYNC as Ge, SPEAKING_RATE_MIN as Ke, base64ToBytes as qe, buildRequest as Je, classifyHttpFailure as Ye, decodeAudioResponse as Xe, shouldDisableEngine as Ze, splitForVendor as Qe } from "./shared/assistant/speech/hostedTtsProtocol.js";
|
|
21
|
+
import { createHostedTtsEngine as $e } from "./shared/assistant/speech/hostedTtsSpeechEngine.js";
|
|
22
|
+
import { createRoutingSpeechEngine as et } from "./shared/assistant/speech/routingSpeechEngine.js";
|
|
23
|
+
import { configureSpeechEngine as tt, createSpeechEngines as nt, getSpeechEngine as rt, readSpeechEngineConfig as it, resetSpeechEngine as at } from "./shared/assistant/speech/createSpeechEngine.js";
|
|
24
|
+
import { micIsInterrupt as ot, showsAssistantCaption as st, showsUserCaption as ct, voiceStageState as lt, waveformIsActive as ut, waveformIsSettled as dt } from "./shared/assistant/voice/voiceStageState.js";
|
|
25
|
+
import { ENDPOINT_GRACE_MS as ft, INITIAL_SESSION as pt, INTERRUPT_MAX_MS as mt, INTERRUPT_MIN_MS as ht, SILENCE_SUBMIT_MS as gt, isCapturing as _t, isEcho as vt, isSubmittable as yt, orbMode as bt, planReplyConsumption as xt, spokenSoFar as St, voiceSessionReducer as Ct } from "./shared/assistant/voice/voiceSession.js";
|
|
26
|
+
import { SPEECH_LANG as wt, VOICE_LIST_TIMEOUT_MS as Tt, isSpeechBlocked as Et, languageDisplayName as Dt, normalizeLangTag as Ot, primaryLanguageSubtag as kt, selectVoiceForLocale as At, speechGate as jt, speechLangForLocale as Mt, voiceAvailability as Nt, voiceQualityRank as Pt, voicesForLocale as Ft } from "./shared/assistant/voice/speechVoices.js";
|
|
27
|
+
import { buildContinuedFromVoiceNote as It, buildVoiceTranscriptMarkdown as Lt, voiceTranscriptFilename as Rt } from "./shared/assistant/voice/voiceTranscript.js";
|
|
28
|
+
import { DEFAULT_SPEAKABLE_LABELS as zt, MAX_SPEAKABLE_CHARS as Bt, MAX_SPOKEN_TABLE_ROWS as Vt, SPEECH_CHUNK_CHARS as Ht, SPEECH_CHUNK_CJK_CHARS as Ut, chunkForSpeech as Wt, containsCjk as Gt, speakableEmail as Kt, splitTableRow as qt, toSpeakableText as Jt } from "./shared/assistant/voice/speakableText.js";
|
|
29
|
+
import { PREVIEW_LANGUAGES as Yt, voicePreviewText as Xt } from "./shared/assistant/voice/voicePreview.js";
|
|
30
|
+
import { MINI_CAPTION_BUDGET as Zt, showPreviousChunk as Qt } from "./shared/assistant/voice/miniCaptionBudget.js";
|
|
31
|
+
import { POLL_FAST_MS as $t, POLL_FAST_UNTIL_MS as en, POLL_SLOW_MS as tn, POLL_STEADY_MS as nn, POLL_STEADY_UNTIL_MS as rn, pollDelayMs as an } from "./shared/assistant/voice/assistantPollSchedule.js";
|
|
32
|
+
import { toCaptionText as on } from "./shared/assistant/voice/captionText.js";
|
|
33
|
+
import { ASSISTANT_LANGUAGES as sn, DEFAULT_SPEECH_RATE as cn, findAssistantLanguage as ln, resolveAssistantLanguage as un } from "./shared/assistant/voice/languages.js";
|
|
34
|
+
import { replyFollowsInput as dn, resolveLanguagePair as fn } from "./shared/assistant/voice/languagePair.js";
|
|
35
|
+
import { findPendingWrite as pn, parseConfirmationRefusal as mn } from "./shared/assistant/pendingWrite.js";
|
|
36
|
+
import { SPOKEN_LABEL_LANGUAGES as hn, speechLabelsFor as gn } from "./shared/assistant/voice/speechLabels.js";
|
|
37
|
+
import { detectScriptLocale as _n, resolveSpeechLocale as vn } from "./shared/assistant/voice/replyLanguage.js";
|
|
38
|
+
import { IDLE_PLAYBACK as yn, isSpeakingMessage as bn, publishedChunks as xn, requiresCancel as Sn, speechPlaybackReducer as Cn } from "./shared/assistant/voice/speechPlayback.js";
|
|
39
|
+
import { MAX_INLINE_IMAGE_BASE64_BYTES as wn, MAX_REQUEST_BODY_BYTES as Tn } from "./shared/assistant/gatewayLimits.js";
|
|
40
|
+
import { BOILERPLATE_PAGE_SHARE as En, MAX_BOILERPLATE_LINE_CHARS as Dn, MAX_EXTRACTED_CHARS as On, MAX_PDF_PAGES_SCANNED as kn, MIN_PAGE_TEXT_CHARS as An, MIN_TEXT_PAGE_SHARE as jn, columnLetterToIndex as Mn, decodeXmlEntities as Nn, docxXmlToText as Pn, fitPdfPages as Fn, formatPageRanges as In, isMostlyImagePages as Ln, joinSheets as Rn, pageMarker as zn, parseSharedStrings as Bn, parseWorkbookSheets as Vn, pdfTextItemsToPage as Hn, sheetXmlToRows as Un, summarisePageText as Wn, truncatePagesForInline as Gn } from "./shared/assistant/documentText.js";
|
|
41
|
+
import { ATTACHMENT_ACCEPT as Kn, AttachmentRejectedError as qn, INLINE_IMAGE_MAX_DIM as Jn, INLINE_IMAGE_QUALITY as Yn, MAX_ATTACHMENTS as Xn, MAX_FILE_BYTES as Zn, MAX_INLINE_CHARS_PER_FILE as Qn, MAX_INLINE_CHARS_TOTAL as $n, MAX_INLINE_IMAGE_BASE64_CHARS as er, MAX_INLINE_IMAGE_PARTS as tr, MAX_INLINE_TURN_BODY_BYTES as nr, MAX_TURN_BODY_BYTES as rr, PROMPT_ENVELOPE_RESERVE_BYTES as ir, TURN_BODY_HEADROOM_BYTES as ar, buildAttachmentPromptBlock as or, buildPromptParts as sr, buildPromptWithAttachments as cr, classifyAttachment as lr, countInlineImageCandidates as ur, countInlinedImageParts as dr, detectDocumentFormat as fr, estimateTurnBodyBytes as pr, formatBytes as mr, getAttachmentSendBlocker as hr, getExtension as gr, getSendableAttachments as _r, hasAttachmentWorkInFlight as vr, parseDataUrl as yr, toMessageAttachment as br, truncateForInline as xr, validateFile as Sr } from "./shared/assistant/attachments.js";
|
|
42
|
+
import { useAssistantStore as Cr } from "./shared/assistant/store.js";
|
|
43
|
+
import { isTurnInFlight as wr, planAbandonedTurn as Tr, planTurnAbort as Er } from "./shared/assistant/turnState.js";
|
|
44
|
+
import { PHRASE_ROTATE_MS as Dr, STAGE_COPY as Or, THINKING_PHRASES as kr, isStageCopy as Ar, stageText as jr, statusStageCopy as Mr, thinkingPhrase as Nr } from "./shared/assistant/stageCopy.js";
|
|
45
|
+
import { AssistantToolActivity as Pr, parseToolActivity as Fr } from "./shared/assistant/ui/AssistantToolActivity.js";
|
|
46
|
+
import { AssistantSpeechProvider as Ir, useAssistantSpeech as Lr } from "./shared/assistant/ui/AssistantSpeechProvider.js";
|
|
47
|
+
import { useVoiceSession as Rr } from "./shared/assistant/ui/useVoiceSession.js";
|
|
48
|
+
import { getActorId as zr, getOrganizationId as Br, getWorkspaceId as Vr } from "./shared/assistant/context.js";
|
|
49
|
+
import { ATTACHMENT_SOURCES as Hr, availableAttachmentSources as Ur, deviceHasCamera as Wr } from "./shared/assistant/attachmentSources.js";
|
|
50
|
+
import { SANDBOX_READY_TTL_MS as Gr, createReadinessTracker as Kr, isRecentlyVerified as qr } from "./shared/assistant/sandboxReadiness.js";
|
|
51
|
+
import { AssistantAutoSpeakToggle as Jr } from "./shared/assistant/ui/AssistantAutoSpeakToggle.js";
|
|
52
|
+
import { AssistantMessageAttachments as Yr } from "./shared/assistant/ui/AssistantMessageAttachments.js";
|
|
53
|
+
import { AssistantPendingWriteCard as Xr } from "./shared/assistant/ui/AssistantPendingWriteCard.js";
|
|
54
|
+
import { AssistantLanguageMenu as Zr } from "./shared/assistant/ui/AssistantLanguageMenu.js";
|
|
55
|
+
import { AssistantReplyLanguageSelector as Qr } from "./shared/assistant/ui/AssistantReplyLanguageSelector.js";
|
|
56
|
+
import { AssistantSpeakButton as $r } from "./shared/assistant/ui/AssistantSpeakButton.js";
|
|
57
|
+
import { AssistantSpokenTurnsNotice as ei } from "./shared/assistant/ui/AssistantSpokenTurnsNotice.js";
|
|
58
|
+
import { AssistantConnectSourceProvider as ti, useAssistantConnectSource as ni } from "./shared/assistant/ui/composer/connectSource.js";
|
|
59
|
+
import { AssistantConnectSourceItem as ri } from "./shared/assistant/ui/composer/AssistantConnectSourceItem.js";
|
|
60
|
+
import { AssistantAttachmentButton as ii } from "./shared/assistant/ui/composer/AssistantAttachmentButton.js";
|
|
61
|
+
import { AssistantAttachmentChips as ai } from "./shared/assistant/ui/composer/AssistantAttachmentChips.js";
|
|
62
|
+
import { AssistantLanguageSelector as oi, FOLLOW_APP_LOCALE as si } from "./shared/assistant/ui/composer/AssistantLanguageSelector.js";
|
|
63
|
+
import { ASSISTANT_MODE_META as ci, AssistantModeSelector as li, nextModeIndex as ui } from "./shared/assistant/ui/composer/AssistantModeSelector.js";
|
|
64
|
+
import { AssistantVoiceButton as di } from "./shared/assistant/ui/composer/AssistantVoiceButton.js";
|
|
65
|
+
import { AUTO_VOICE as fi, AssistantVoiceSelector as pi } from "./shared/assistant/ui/composer/AssistantVoiceSelector.js";
|
|
66
|
+
import { AssistantVoiceOrb as mi } from "./shared/assistant/ui/voice/AssistantVoiceOrb.js";
|
|
67
|
+
import { AssistantVoiceSessionButton as hi } from "./shared/assistant/ui/voice/AssistantVoiceSessionButton.js";
|
|
68
|
+
import { CAPTION_SCROLL_ATTR as gi, VoiceCaption as _i } from "./shared/assistant/ui/voice/VoiceCaption.js";
|
|
69
|
+
import { VoiceConversationView as vi } from "./shared/assistant/ui/voice/VoiceConversationView.js";
|
|
70
|
+
import { VoiceWaveform as yi } from "./shared/assistant/ui/voice/VoiceWaveform.js";
|
|
71
|
+
import { VoiceMiniController as bi } from "./shared/assistant/ui/voice/VoiceMiniController.js";
|
|
72
|
+
import { VoiceStage as xi } from "./shared/assistant/ui/voice/VoiceStage.js";
|
|
73
|
+
import { VoiceTranscriptDrawer as Si } from "./shared/assistant/ui/voice/VoiceTranscriptDrawer.js";
|
|
74
|
+
import { downloadFile as Ci, exportConversation as wi } from "./shared/assistant/exportConversation.js";
|
|
75
|
+
import { AssistantMoreMenu as Ti } from "./shared/assistant/ui/AssistantMoreMenu.js";
|
|
76
|
+
import { AssistantHeader as Ei } from "./shared/assistant/ui/AssistantHeader.js";
|
|
77
|
+
import { AssistantConversationList as Di } from "./shared/assistant/ui/AssistantConversationList.js";
|
|
78
|
+
import { AssistantEmptyState as Oi } from "./shared/assistant/ui/AssistantEmptyState.js";
|
|
79
|
+
import { AssistantMessageItem as ki } from "./shared/assistant/ui/AssistantMessageItem.js";
|
|
80
|
+
import { AssistantMessageList as Ai } from "./shared/assistant/ui/AssistantMessageList.js";
|
|
81
|
+
import { AssistantVoiceSession as ji } from "./shared/assistant/ui/voice/AssistantVoiceSession.js";
|
|
82
|
+
import { useAssistantApiAccess as Mi } from "./shared/assistant/useAssistantApiAccess.js";
|
|
83
|
+
import { useConversationTurns as Ni } from "./shared/assistant/useConversationTurns.js";
|
|
84
|
+
import { isMultimodalBodyRejection as Pi, isRecoverableAssistantError as Fi } from "./shared/assistant/transportErrors.js";
|
|
85
|
+
import { aiCreditsUpdatedEventName as Ii, dispatchAssistantQuotaExhausted as Li, notifyAiCreditsUpdated as Ri } from "./shared/assistant/aiCredits.js";
|
|
86
|
+
import { useWorkspaceWriteAccess as zi } from "./shared/assistant/useWorkspaceWriteAccess.js";
|
|
87
|
+
import { extractDocumentText as Bi } from "./shared/assistant/documentExtract.js";
|
|
88
|
+
import { useAssistantAttachments as Vi } from "./shared/assistant/useAssistantAttachments.js";
|
|
89
|
+
import { AssistantComposer as Hi } from "./shared/assistant/ui/composer/AssistantComposer.js";
|
|
90
|
+
import { isProdRuntime as Ui } from "./shared/assistant/env.js";
|
|
91
|
+
import { useAssistantHeartbeat as Wi } from "./shared/assistant/useAssistantHeartbeat.js";
|
|
92
|
+
import { useAssistantKeyboardShortcuts as Gi } from "./shared/assistant/useAssistantKeyboardShortcuts.js";
|
|
93
|
+
import { AssistantApiCallsConsentDialog as Ki } from "./shared/assistant/ui/AssistantApiCallsConsentDialog.js";
|
|
94
|
+
import { AssistantChatArea as qi } from "./shared/assistant/ui/AssistantChatArea.js";
|
|
95
|
+
import { AIAssistantPanel as Ji } from "./shared/assistant/ui/AIAssistantPanel.js";
|
|
96
|
+
export { Ji as AIAssistantPanel, L as ASSISTANT_API_AUTH_STRATEGY, sn as ASSISTANT_LANGUAGES, ci as ASSISTANT_MODE_META, Kn as ATTACHMENT_ACCEPT, Hr as ATTACHMENT_SOURCES, fi as AUTO_VOICE, Ki as AssistantApiCallsConsentDialog, ii as AssistantAttachmentButton, ai as AssistantAttachmentChips, Jr as AssistantAutoSpeakToggle, qi as AssistantChatArea, Hi as AssistantComposer, ri as AssistantConnectSourceItem, ti as AssistantConnectSourceProvider, Di as AssistantConversationList, Oi as AssistantEmptyState, Ei as AssistantHeader, s as AssistantI18nProvider, Zr as AssistantLanguageMenu, oi as AssistantLanguageSelector, f as AssistantMarkdownImage, h as AssistantMarkdownRenderer, Yr as AssistantMessageAttachments, ki as AssistantMessageItem, Ai as AssistantMessageList, li as AssistantModeSelector, Ti as AssistantMoreMenu, g as AssistantNavigateProvider, Xr as AssistantPendingWriteCard, t as AssistantProductProvider, Qr as AssistantReplyLanguageSelector, _e as AssistantRuntimeManager, $r as AssistantSpeakButton, Ir as AssistantSpeechProvider, ei as AssistantSpokenTurnsNotice, Pr as AssistantToolActivity, di as AssistantVoiceButton, mi as AssistantVoiceOrb, pi as AssistantVoiceSelector, ji as AssistantVoiceSession, hi as AssistantVoiceSessionButton, qn as AttachmentRejectedError, En as BOILERPLATE_PAGE_SHARE, gi as CAPTION_SCROLL_ATTR, O as CHECK_AI_CREDITS, k as CREATE_SANDBOX, zt as DEFAULT_SPEAKABLE_LABELS, cn as DEFAULT_SPEECH_RATE, ft as ENDPOINT_GRACE_MS, A as EXTEND_SANDBOX_TTL, si as FOLLOW_APP_LOCALE, j as GET_ACTIVE_SANDBOXES, M as GET_SANDBOX, He as HOSTED_TTS_MAX_CHARS, Re as HOSTED_TTS_TIER, ze as HOSTED_VOICES, yn as IDLE_PLAYBACK, pt as INITIAL_SESSION, Jn as INLINE_IMAGE_MAX_DIM, Yn as INLINE_IMAGE_QUALITY, mt as INTERRUPT_MAX_MS, ht as INTERRUPT_MIN_MS, Xn as MAX_ATTACHMENTS, Dn as MAX_BOILERPLATE_LINE_CHARS, On as MAX_EXTRACTED_CHARS, Zn as MAX_FILE_BYTES, Qn as MAX_INLINE_CHARS_PER_FILE, $n as MAX_INLINE_CHARS_TOTAL, wn as MAX_INLINE_IMAGE_BASE64_BYTES, er as MAX_INLINE_IMAGE_BASE64_CHARS, tr as MAX_INLINE_IMAGE_PARTS, nr as MAX_INLINE_TURN_BODY_BYTES, kn as MAX_PDF_PAGES_SCANNED, Tn as MAX_REQUEST_BODY_BYTES, Bt as MAX_SPEAKABLE_CHARS, Vt as MAX_SPOKEN_TABLE_ROWS, rr as MAX_TURN_BODY_BYTES, Zt as MINI_CAPTION_BUDGET, An as MIN_PAGE_TEXT_CHARS, jn as MIN_TEXT_PAGE_SHARE, Dr as PHRASE_ROTATE_MS, $t as POLL_FAST_MS, en as POLL_FAST_UNTIL_MS, tn as POLL_SLOW_MS, nn as POLL_STEADY_MS, rn as POLL_STEADY_UNTIL_MS, Yt as PREVIEW_LANGUAGES, ir as PROMPT_ENVELOPE_RESERVE_BYTES, N as PROXY_SANDBOX_REQUEST, P as REPORT_AI_TOKEN_USAGE, Gr as SANDBOX_READY_TTL_MS, gt as SILENCE_SUBMIT_MS, Ue as SPEAKING_RATE_MAX, We as SPEAKING_RATE_MAX_STREAMING, Ge as SPEAKING_RATE_MAX_SYNC, Ke as SPEAKING_RATE_MIN, Ht as SPEECH_CHUNK_CHARS, Ut as SPEECH_CHUNK_CJK_CHARS, wt as SPEECH_LANG, hn as SPOKEN_LABEL_LANGUAGES, Or as STAGE_COPY, F as STOP_ASSISTANT_SANDBOX, kr as THINKING_PHRASES, ar as TURN_BODY_HEADROOM_BYTES, Tt as VOICE_LIST_TIMEOUT_MS, _i as VoiceCaption, vi as VoiceConversationView, bi as VoiceMiniController, xi as VoiceStage, Si as VoiceTranscriptDrawer, yi as VoiceWaveform, I as WAIT_FOR_SANDBOX_RUNNING, q as abortAssistantTurn, Ii as aiCreditsUpdatedEventName, J as approvePendingWrite, _ as assistantRoutePath, c as assistantTranslationKey, v as assistantUrlTransform, Ur as availableAttachmentSources, qe as base64ToBytes, y as browserShouldHandle, Le as browserSpeechEngine, Y as buildAssistantSandboxEnv, or as buildAttachmentPromptBlock, It as buildContinuedFromVoiceNote, ve as buildProgress, sr as buildPromptParts, X as buildPromptRequestBody, cr as buildPromptWithAttachments, Je as buildRequest, E as buildSandboxContextInput, Lt as buildVoiceTranscriptMarkdown, Ae as chatTurns, Z as checkAssistantAiCredits, Wt as chunkForSpeech, b as classifyAssistantHref, lr as classifyAttachment, Ye as classifyHttpFailure, S as classifyQuotaError, Mn as columnLetterToIndex, tt as configureSpeechEngine, Gt as containsCjk, d as copyToClipboard, ur as countInlineImageCandidates, dr as countInlinedImageParts, Q as createAssistantSandbox, $ as createAssistantSession, $e as createHostedTtsEngine, Kr as createReadinessTracker, et as createRoutingSpeechEngine, Oe as createSandboxAssistantTransport, nt as createSpeechEngines, Xe as decodeAudioResponse, Nn as decodeXmlEntities, C as describeQuotaError, fr as detectDocumentFormat, _n as detectScriptLocale, Wr as deviceHasCamera, Li as dispatchAssistantQuotaExhausted, Pn as docxXmlToText, ee as downloadAssistantArtifact, Ci as downloadFile, pr as estimateTurnBodyBytes, D as executeSandboxGraphQL, wi as exportConversation, te as extendAssistantSandboxTTL, Bi as extractDocumentText, ln as findAssistantLanguage, ne as findExistingSandbox, pn as findPendingWrite, Fn as fitPdfPages, mr as formatBytes, In as formatPageRanges, zr as getActorId, re as getAssistantArtifacts, ye as getAssistantMedia, ie as getAssistantMessages, ae as getAssistantSession, oe as getAssistantStreamAccess, be as getAssistantText, hr as getAttachmentSendBlocker, U as getCapability, gr as getExtension, R as getImageForMode, z as getImageTagForMode, Br as getOrganizationId, xe as getRawMessageCreatedAt, B as getResourcesForMode, V as getSandboxImageRegistry, _r as getSendableAttachments, rt as getSpeechEngine, Se as getToolProgress, Vr as getWorkspaceId, je as groupBySession, Me as groupConsecutiveBySession, vr as hasAttachmentWorkInFlight, Be as hostedLocaleFor, Ve as hostedSupportsLanguage, p as imageHostLabel, _t as isCapturing, vt as isEcho, Ln as isMostlyImagePages, Pi as isMultimodalBodyRejection, Ui as isProdRuntime, w as isQuotaExhaustedError, Ce as isReapedSandboxConnectionError, qr as isRecentlyVerified, we as isRecoverable, Fi as isRecoverableAssistantError, m as isRemoteImageSrc, bn as isSpeakingMessage, Et as isSpeechBlocked, Ar as isStageCopy, yt as isSubmittable, wr as isTurnInFlight, W as isUnknownFieldError, Ne as isVoiceTurn, Rn as joinSheets, Dt as languageDisplayName, Te as mapSessionToHistory, G as markSupported, K as markUnsupported, Ee as mergeMessagesById, ot as micIsInterrupt, se as modeRequiresConfirmWrites, ui as nextModeIndex, Ot as normalizeLangTag, Ri as notifyAiCreditsUpdated, bt as orbMode, zn as pageMarker, mn as parseConfirmationRefusal, yr as parseDataUrl, Bn as parseSharedStrings, Fr as parseToolActivity, Vn as parseWorkbookSheets, Hn as pdfTextItemsToPage, Tr as planAbandonedTurn, xt as planReplyConsumption, Er as planTurnAbort, an as pollDelayMs, kt as primaryLanguageSubtag, xn as publishedChunks, T as quotaExhaustedEventName, it as readSpeechEngineConfig, ce as releaseSupersededAssistantSandboxes, dn as replyFollowsInput, le as reportAssistantAiTokenUsage, Sn as requiresCancel, at as resetSpeechEngine, un as resolveAssistantLanguage, fn as resolveLanguagePair, n as resolveModeConfig, H as resolveSandboxAssistantMode, vn as resolveSpeechLocale, De as sanitize, ue as selectExistingAssistantSandbox, de as selectSupersededAssistantSandboxes, At as selectVoiceForLocale, fe as sendAssistantPromptAsync, pe as sendHeartbeat, Un as sheetXmlToRows, Ze as shouldDisableEngine, Qt as showPreviousChunk, st as showsAssistantCaption, ct as showsUserCaption, Kt as speakableEmail, jt as speechGate, gn as speechLabelsFor, Mt as speechLangForLocale, Cn as speechPlaybackReducer, Qe as splitForVendor, qt as splitTableRow, St as spokenSoFar, jr as stageText, Mr as statusStageCopy, me as stopReapedAssistantSandbox, Wn as summarisePageText, Nr as thinkingPhrase, on as toCaptionText, br as toMessageAttachment, Jt as toSpeakableText, xr as truncateForInline, Gn as truncatePagesForInline, Mi as useAssistantApiAccess, Vi as useAssistantAttachments, ni as useAssistantConnectSource, Wi as useAssistantHeartbeat, l as useAssistantI18nNamespace, Gi as useAssistantKeyboardShortcuts, x as useAssistantNavigate, r as useAssistantPageLabel, i as useAssistantProduct, a as useAssistantProductOrNull, Lr as useAssistantSpeech, o as useAssistantStorageFolders, Cr as useAssistantStore, u as useAssistantTr, Ni as useConversationTurns, ke as useSandboxAssistantTransport, e as useVoiceInput, Rr as useVoiceSession, zi as useWorkspaceWriteAccess, Sr as validateFile, Nt as voiceAvailability, Pe as voiceMarker, Xt as voicePreviewText, Pt as voiceQualityRank, Fe as voiceSessionIdOf, Ct as voiceSessionReducer, lt as voiceStageState, Rt as voiceTranscriptFilename, Ie as voiceTurnsOnly, Ft as voicesForLocale, he as waitForAssistantServiceReady, ge as waitForSandboxRunning, ut as waveformIsActive, dt as waveformIsSettled };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@burdenoff/fe-libs",
|
|
3
|
-
"version": "2026.910.
|
|
3
|
+
"version": "2026.910.6",
|
|
4
4
|
"description": "Burdenoff frontend primitives and domain libraries",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
"format": "prettier --config shared/config/prettier.config.mjs --write \"src/**/*.{ts,tsx}\" \"!src/config/*.config.ts\"",
|
|
308
308
|
"type:check": "bash scripts/build-limits.sh tsc --noEmit",
|
|
309
309
|
"test:package-css-exports": "node scripts/validate-package-css-exports.mjs",
|
|
310
|
-
"test": "bun test scripts/graphql-schema-drift/__tests__ scripts/a11y-audit/__tests__ src/credentials src/storage src/shared/assistant src/shared/graphql/links/sse-link.test.ts src/shared/config/gatewayUrls.test.ts src/shared/config/authBridgeUrls.test.ts src/shared/config/gatewayFallback.test.ts src/shared/utils/gatewayFetchRewrite.test.ts src/shared/utils/authCookie.test.ts src/shared/providers/AppShellProvider.test.ts src/shared/events/sinks/RybbitSink.test.ts src/shell-native src/shared/native src/chrome/__tests__ src/ui/__tests__",
|
|
310
|
+
"test": "bun test scripts/graphql-schema-drift/__tests__ scripts/a11y-audit/__tests__ src/credentials src/storage src/shared/assistant src/shared/components src/shared/graphql/links/sse-link.test.ts src/shared/config/gatewayUrls.test.ts src/shared/config/authBridgeUrls.test.ts src/shared/config/gatewayFallback.test.ts src/shared/utils/gatewayFetchRewrite.test.ts src/shared/utils/authCookie.test.ts src/shared/providers/AppShellProvider.test.ts src/shared/events/sinks/RybbitSink.test.ts src/shell-native src/shared/native src/chrome/__tests__ src/ui/__tests__",
|
|
311
311
|
"sanity": "bash scripts/build-limits.sh --gate bash -c 'bun run lint:sanity && bun run format && bun run type:check && bun run test && bun run build'",
|
|
312
312
|
"switch:status": "bun scripts/deps-mode.ts status",
|
|
313
313
|
"switch:remote": "bun scripts/deps-mode.ts remote",
|