@memberjunction/ng-conversations 5.43.0 → 5.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/components/active-tasks/active-tasks-panel.component.d.ts +0 -1
- package/dist/lib/components/active-tasks/active-tasks-panel.component.d.ts.map +1 -1
- package/dist/lib/components/active-tasks/active-tasks-panel.component.js +56 -52
- package/dist/lib/components/active-tasks/active-tasks-panel.component.js.map +1 -1
- package/dist/lib/components/artifact/artifact-share-modal.component.js +37 -41
- package/dist/lib/components/artifact/artifact-share-modal.component.js.map +1 -1
- package/dist/lib/components/collection/collection-form-modal.component.d.ts.map +1 -1
- package/dist/lib/components/collection/collection-form-modal.component.js +10 -14
- package/dist/lib/components/collection/collection-form-modal.component.js.map +1 -1
- package/dist/lib/components/collection/collection-share-modal.component.js +41 -45
- package/dist/lib/components/collection/collection-share-modal.component.js.map +1 -1
- package/dist/lib/components/collection/collection-view.component.d.ts.map +1 -1
- package/dist/lib/components/collection/collection-view.component.js +22 -36
- package/dist/lib/components/collection/collection-view.component.js.map +1 -1
- package/dist/lib/components/collection/collections-full-view.component.d.ts +4 -0
- package/dist/lib/components/collection/collections-full-view.component.d.ts.map +1 -1
- package/dist/lib/components/collection/collections-full-view.component.js +134 -166
- package/dist/lib/components/collection/collections-full-view.component.js.map +1 -1
- package/dist/lib/components/conversation/conversation-chat-area.component.d.ts +73 -8
- package/dist/lib/components/conversation/conversation-chat-area.component.d.ts.map +1 -1
- package/dist/lib/components/conversation/conversation-chat-area.component.js +487 -123
- package/dist/lib/components/conversation/conversation-chat-area.component.js.map +1 -1
- package/dist/lib/components/conversation/pinned-messages-panel.component.js +6 -9
- package/dist/lib/components/conversation/pinned-messages-panel.component.js.map +1 -1
- package/dist/lib/components/library/library-full-view.component.d.ts.map +1 -1
- package/dist/lib/components/library/library-full-view.component.js +20 -24
- package/dist/lib/components/library/library-full-view.component.js.map +1 -1
- package/dist/lib/components/members/members-modal.component.d.ts.map +1 -1
- package/dist/lib/components/members/members-modal.component.js +10 -11
- package/dist/lib/components/members/members-modal.component.js.map +1 -1
- package/dist/lib/components/mention/mention-dropdown.component.js +49 -28
- package/dist/lib/components/mention/mention-dropdown.component.js.map +1 -1
- package/dist/lib/components/mention/mention-editor.component.d.ts.map +1 -1
- package/dist/lib/components/mention/mention-editor.component.js +24 -10
- package/dist/lib/components/mention/mention-editor.component.js.map +1 -1
- package/dist/lib/components/message/message-input-box.component.d.ts +11 -16
- package/dist/lib/components/message/message-input-box.component.d.ts.map +1 -1
- package/dist/lib/components/message/message-input-box.component.js +52 -46
- package/dist/lib/components/message/message-input-box.component.js.map +1 -1
- package/dist/lib/components/message/message-input.component.d.ts +83 -18
- package/dist/lib/components/message/message-input.component.d.ts.map +1 -1
- package/dist/lib/components/message/message-input.component.js +238 -151
- package/dist/lib/components/message/message-input.component.js.map +1 -1
- package/dist/lib/components/message/message-item.component.d.ts +10 -1
- package/dist/lib/components/message/message-item.component.d.ts.map +1 -1
- package/dist/lib/components/message/message-item.component.js +67 -15
- package/dist/lib/components/message/message-item.component.js.map +1 -1
- package/dist/lib/components/message/message-list.component.js +6 -9
- package/dist/lib/components/message/message-list.component.js.map +1 -1
- package/dist/lib/components/overlay/chat-overlay.component.d.ts +3 -0
- package/dist/lib/components/overlay/chat-overlay.component.d.ts.map +1 -1
- package/dist/lib/components/overlay/chat-overlay.component.js +9 -4
- package/dist/lib/components/overlay/chat-overlay.component.js.map +1 -1
- package/dist/lib/components/realtime/channels/base-realtime-channel-client.d.ts +45 -0
- package/dist/lib/components/realtime/channels/base-realtime-channel-client.d.ts.map +1 -1
- package/dist/lib/components/realtime/channels/base-realtime-channel-client.js +10 -0
- package/dist/lib/components/realtime/channels/base-realtime-channel-client.js.map +1 -1
- package/dist/lib/components/realtime/channels/client-context-channel.d.ts +46 -0
- package/dist/lib/components/realtime/channels/client-context-channel.d.ts.map +1 -0
- package/dist/lib/components/realtime/channels/client-context-channel.js +174 -0
- package/dist/lib/components/realtime/channels/client-context-channel.js.map +1 -0
- package/dist/lib/components/realtime/evidence-playback/realtime-evidence-playback.component.d.ts +123 -0
- package/dist/lib/components/realtime/evidence-playback/realtime-evidence-playback.component.d.ts.map +1 -0
- package/dist/lib/components/realtime/evidence-playback/realtime-evidence-playback.component.js +397 -0
- package/dist/lib/components/realtime/evidence-playback/realtime-evidence-playback.component.js.map +1 -0
- package/dist/lib/components/realtime/media/media-channel-state.d.ts +103 -0
- package/dist/lib/components/realtime/media/media-channel-state.d.ts.map +1 -0
- package/dist/lib/components/realtime/media/media-channel-state.js +143 -0
- package/dist/lib/components/realtime/media/media-channel-state.js.map +1 -0
- package/dist/lib/components/realtime/media/media-channel-tools.d.ts +24 -0
- package/dist/lib/components/realtime/media/media-channel-tools.d.ts.map +1 -0
- package/dist/lib/components/realtime/media/media-channel-tools.js +107 -0
- package/dist/lib/components/realtime/media/media-channel-tools.js.map +1 -0
- package/dist/lib/components/realtime/media/media-channel.d.ts +89 -0
- package/dist/lib/components/realtime/media/media-channel.d.ts.map +1 -0
- package/dist/lib/components/realtime/media/media-channel.js +253 -0
- package/dist/lib/components/realtime/media/media-channel.js.map +1 -0
- package/dist/lib/components/realtime/media/realtime-media-surface.component.d.ts +141 -0
- package/dist/lib/components/realtime/media/realtime-media-surface.component.d.ts.map +1 -0
- package/dist/lib/components/realtime/media/realtime-media-surface.component.js +574 -0
- package/dist/lib/components/realtime/media/realtime-media-surface.component.js.map +1 -0
- package/dist/lib/components/realtime/realtime-activity-rail.component.d.ts +59 -14
- package/dist/lib/components/realtime/realtime-activity-rail.component.d.ts.map +1 -1
- package/dist/lib/components/realtime/realtime-activity-rail.component.js +277 -74
- package/dist/lib/components/realtime/realtime-activity-rail.component.js.map +1 -1
- package/dist/lib/components/realtime/realtime-agent-banner.component.d.ts +28 -27
- package/dist/lib/components/realtime/realtime-agent-banner.component.d.ts.map +1 -1
- package/dist/lib/components/realtime/realtime-agent-banner.component.js +144 -143
- package/dist/lib/components/realtime/realtime-agent-banner.component.js.map +1 -1
- package/dist/lib/components/realtime/realtime-agent-picker.component.d.ts +12 -0
- package/dist/lib/components/realtime/realtime-agent-picker.component.d.ts.map +1 -1
- package/dist/lib/components/realtime/realtime-agent-picker.component.js +105 -43
- package/dist/lib/components/realtime/realtime-agent-picker.component.js.map +1 -1
- package/dist/lib/components/realtime/realtime-audio-visuals.d.ts +2 -2
- package/dist/lib/components/realtime/realtime-audio-visuals.d.ts.map +1 -1
- package/dist/lib/components/realtime/realtime-audio-visuals.js.map +1 -1
- package/dist/lib/components/realtime/realtime-composer.component.d.ts +41 -7
- package/dist/lib/components/realtime/realtime-composer.component.d.ts.map +1 -1
- package/dist/lib/components/realtime/realtime-composer.component.js +216 -102
- package/dist/lib/components/realtime/realtime-composer.component.js.map +1 -1
- package/dist/lib/components/realtime/realtime-delegation-card.component.d.ts +0 -2
- package/dist/lib/components/realtime/realtime-delegation-card.component.d.ts.map +1 -1
- package/dist/lib/components/realtime/realtime-delegation-card.component.js +67 -71
- package/dist/lib/components/realtime/realtime-delegation-card.component.js.map +1 -1
- package/dist/lib/components/realtime/realtime-session-overlay.component.d.ts +364 -44
- package/dist/lib/components/realtime/realtime-session-overlay.component.d.ts.map +1 -1
- package/dist/lib/components/realtime/realtime-session-overlay.component.js +839 -153
- package/dist/lib/components/realtime/realtime-session-overlay.component.js.map +1 -1
- package/dist/lib/components/realtime/realtime-session-state.d.ts +5 -5
- package/dist/lib/components/realtime/realtime-session-state.d.ts.map +1 -1
- package/dist/lib/components/realtime/realtime-session-state.js.map +1 -1
- package/dist/lib/components/realtime/realtime-surface-tab-style.d.ts +70 -0
- package/dist/lib/components/realtime/realtime-surface-tab-style.d.ts.map +1 -0
- package/dist/lib/components/realtime/realtime-surface-tab-style.js +115 -0
- package/dist/lib/components/realtime/realtime-surface-tab-style.js.map +1 -0
- package/dist/lib/components/realtime/realtime-surface-tabs.component.d.ts +55 -57
- package/dist/lib/components/realtime/realtime-surface-tabs.component.d.ts.map +1 -1
- package/dist/lib/components/realtime/realtime-surface-tabs.component.js +165 -143
- package/dist/lib/components/realtime/realtime-surface-tabs.component.js.map +1 -1
- package/dist/lib/components/realtime/realtime-surface-tabs.model.d.ts +80 -71
- package/dist/lib/components/realtime/realtime-surface-tabs.model.d.ts.map +1 -1
- package/dist/lib/components/realtime/realtime-surface-tabs.model.js +83 -113
- package/dist/lib/components/realtime/realtime-surface-tabs.model.js.map +1 -1
- package/dist/lib/components/realtime/realtime-ui-config.d.ts +270 -0
- package/dist/lib/components/realtime/realtime-ui-config.d.ts.map +1 -0
- package/dist/lib/components/realtime/realtime-ui-config.js +212 -0
- package/dist/lib/components/realtime/realtime-ui-config.js.map +1 -0
- package/dist/lib/components/search/search-panel.component.d.ts +2 -0
- package/dist/lib/components/search/search-panel.component.d.ts.map +1 -1
- package/dist/lib/components/search/search-panel.component.js +92 -101
- package/dist/lib/components/search/search-panel.component.js.map +1 -1
- package/dist/lib/components/share/share-modal.component.d.ts.map +1 -1
- package/dist/lib/components/share/share-modal.component.js +10 -11
- package/dist/lib/components/share/share-modal.component.js.map +1 -1
- package/dist/lib/components/shared/user-picker.component.d.ts.map +1 -1
- package/dist/lib/components/shared/user-picker.component.js +12 -15
- package/dist/lib/components/shared/user-picker.component.js.map +1 -1
- package/dist/lib/components/workspace/conversation-workspace.component.d.ts +5 -0
- package/dist/lib/components/workspace/conversation-workspace.component.d.ts.map +1 -1
- package/dist/lib/components/workspace/conversation-workspace.component.js +18 -7
- package/dist/lib/components/workspace/conversation-workspace.component.js.map +1 -1
- package/dist/lib/conversations.module.d.ts +29 -26
- package/dist/lib/conversations.module.d.ts.map +1 -1
- package/dist/lib/conversations.module.js +37 -6
- package/dist/lib/conversations.module.js.map +1 -1
- package/dist/lib/models/conversation-state.model.d.ts +6 -3
- package/dist/lib/models/conversation-state.model.d.ts.map +1 -1
- package/dist/lib/models/conversation-state.model.js.map +1 -1
- package/dist/lib/services/conversation-agent.service.d.ts +2 -2
- package/dist/lib/services/conversation-agent.service.d.ts.map +1 -1
- package/dist/lib/services/conversation-agent.service.js +6 -2
- package/dist/lib/services/conversation-agent.service.js.map +1 -1
- package/dist/lib/services/mention-autocomplete.service.d.ts +17 -1
- package/dist/lib/services/mention-autocomplete.service.d.ts.map +1 -1
- package/dist/lib/services/mention-autocomplete.service.js +58 -2
- package/dist/lib/services/mention-autocomplete.service.js.map +1 -1
- package/dist/lib/services/realtime-audio-recorder.d.ts +143 -0
- package/dist/lib/services/realtime-audio-recorder.d.ts.map +1 -0
- package/dist/lib/services/realtime-audio-recorder.js +379 -0
- package/dist/lib/services/realtime-audio-recorder.js.map +1 -0
- package/dist/lib/services/realtime-pcm-wav.d.ts +75 -0
- package/dist/lib/services/realtime-pcm-wav.d.ts.map +1 -0
- package/dist/lib/services/realtime-pcm-wav.js +205 -0
- package/dist/lib/services/realtime-pcm-wav.js.map +1 -0
- package/dist/lib/services/realtime-session-review.service.d.ts +28 -1
- package/dist/lib/services/realtime-session-review.service.d.ts.map +1 -1
- package/dist/lib/services/realtime-session-review.service.js +12 -3
- package/dist/lib/services/realtime-session-review.service.js.map +1 -1
- package/dist/lib/services/realtime-session.service.d.ts +210 -20
- package/dist/lib/services/realtime-session.service.d.ts.map +1 -1
- package/dist/lib/services/realtime-session.service.js +452 -21
- package/dist/lib/services/realtime-session.service.js.map +1 -1
- package/dist/lib/services/realtime-sessions-adapter.js +1 -1
- package/dist/lib/services/realtime-sessions-adapter.js.map +1 -1
- package/dist/lib/services/ui-command-handler.service.d.ts +7 -2
- package/dist/lib/services/ui-command-handler.service.d.ts.map +1 -1
- package/dist/lib/services/ui-command-handler.service.js +6 -2
- package/dist/lib/services/ui-command-handler.service.js.map +1 -1
- package/dist/lib/utils/plan-mode-preference.d.ts +62 -0
- package/dist/lib/utils/plan-mode-preference.d.ts.map +1 -0
- package/dist/lib/utils/plan-mode-preference.js +130 -0
- package/dist/lib/utils/plan-mode-preference.js.map +1 -0
- package/dist/public-api.d.ts +6 -0
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +8 -0
- package/dist/public-api.js.map +1 -1
- package/package.json +28 -26
- package/dist/__tests__/attachment-badge.test.d.ts +0 -2
- package/dist/__tests__/attachment-badge.test.d.ts.map +0 -1
- package/dist/__tests__/attachment-badge.test.js +0 -66
- package/dist/__tests__/attachment-badge.test.js.map +0 -1
- package/dist/__tests__/channel-optional-surface.test.d.ts +0 -2
- package/dist/__tests__/channel-optional-surface.test.d.ts.map +0 -1
- package/dist/__tests__/channel-optional-surface.test.js +0 -53
- package/dist/__tests__/channel-optional-surface.test.js.map +0 -1
- package/dist/__tests__/chat-events.test.d.ts +0 -14
- package/dist/__tests__/chat-events.test.d.ts.map +0 -1
- package/dist/__tests__/chat-events.test.js +0 -109
- package/dist/__tests__/chat-events.test.js.map +0 -1
- package/dist/__tests__/collections-full-view.test.d.ts +0 -2
- package/dist/__tests__/collections-full-view.test.d.ts.map +0 -1
- package/dist/__tests__/collections-full-view.test.js +0 -225
- package/dist/__tests__/collections-full-view.test.js.map +0 -1
- package/dist/__tests__/conversation-cache.test.d.ts +0 -2
- package/dist/__tests__/conversation-cache.test.d.ts.map +0 -1
- package/dist/__tests__/conversation-cache.test.js +0 -233
- package/dist/__tests__/conversation-cache.test.js.map +0 -1
- package/dist/__tests__/conversation-naming.test.d.ts +0 -2
- package/dist/__tests__/conversation-naming.test.d.ts.map +0 -1
- package/dist/__tests__/conversation-naming.test.js +0 -110
- package/dist/__tests__/conversation-naming.test.js.map +0 -1
- package/dist/__tests__/delegation-result-parser.test.d.ts +0 -2
- package/dist/__tests__/delegation-result-parser.test.d.ts.map +0 -1
- package/dist/__tests__/delegation-result-parser.test.js +0 -107
- package/dist/__tests__/delegation-result-parser.test.js.map +0 -1
- package/dist/__tests__/distinct-artifacts.test.d.ts +0 -2
- package/dist/__tests__/distinct-artifacts.test.d.ts.map +0 -1
- package/dist/__tests__/distinct-artifacts.test.js +0 -56
- package/dist/__tests__/distinct-artifacts.test.js.map +0 -1
- package/dist/__tests__/event-wiring.test.d.ts +0 -15
- package/dist/__tests__/event-wiring.test.d.ts.map +0 -1
- package/dist/__tests__/event-wiring.test.js +0 -100
- package/dist/__tests__/event-wiring.test.js.map +0 -1
- package/dist/__tests__/index.test.d.ts +0 -2
- package/dist/__tests__/index.test.d.ts.map +0 -1
- package/dist/__tests__/index.test.js +0 -7
- package/dist/__tests__/index.test.js.map +0 -1
- package/dist/__tests__/narration-template.test.d.ts +0 -2
- package/dist/__tests__/narration-template.test.d.ts.map +0 -1
- package/dist/__tests__/narration-template.test.js +0 -76
- package/dist/__tests__/narration-template.test.js.map +0 -1
- package/dist/__tests__/notification-model.test.d.ts +0 -2
- package/dist/__tests__/notification-model.test.d.ts.map +0 -1
- package/dist/__tests__/notification-model.test.js +0 -68
- package/dist/__tests__/notification-model.test.js.map +0 -1
- package/dist/__tests__/realtime-agent-picker-models.test.d.ts +0 -2
- package/dist/__tests__/realtime-agent-picker-models.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-agent-picker-models.test.js +0 -49
- package/dist/__tests__/realtime-agent-picker-models.test.js.map +0 -1
- package/dist/__tests__/realtime-audio-visuals.test.d.ts +0 -2
- package/dist/__tests__/realtime-audio-visuals.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-audio-visuals.test.js +0 -123
- package/dist/__tests__/realtime-audio-visuals.test.js.map +0 -1
- package/dist/__tests__/realtime-delegation-card-cancel.test.d.ts +0 -2
- package/dist/__tests__/realtime-delegation-card-cancel.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-delegation-card-cancel.test.js +0 -48
- package/dist/__tests__/realtime-delegation-card-cancel.test.js.map +0 -1
- package/dist/__tests__/realtime-disclosure.test.d.ts +0 -2
- package/dist/__tests__/realtime-disclosure.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-disclosure.test.js +0 -164
- package/dist/__tests__/realtime-disclosure.test.js.map +0 -1
- package/dist/__tests__/realtime-pairing.test.d.ts +0 -2
- package/dist/__tests__/realtime-pairing.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-pairing.test.js +0 -207
- package/dist/__tests__/realtime-pairing.test.js.map +0 -1
- package/dist/__tests__/realtime-review-lifecycle.test.d.ts +0 -2
- package/dist/__tests__/realtime-review-lifecycle.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-review-lifecycle.test.js +0 -154
- package/dist/__tests__/realtime-review-lifecycle.test.js.map +0 -1
- package/dist/__tests__/realtime-session-cancel-usage.test.d.ts +0 -2
- package/dist/__tests__/realtime-session-cancel-usage.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-session-cancel-usage.test.js +0 -230
- package/dist/__tests__/realtime-session-cancel-usage.test.js.map +0 -1
- package/dist/__tests__/realtime-session-channels.test.d.ts +0 -2
- package/dist/__tests__/realtime-session-channels.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-session-channels.test.js +0 -252
- package/dist/__tests__/realtime-session-channels.test.js.map +0 -1
- package/dist/__tests__/realtime-session-client-tools.test.d.ts +0 -2
- package/dist/__tests__/realtime-session-client-tools.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-session-client-tools.test.js +0 -103
- package/dist/__tests__/realtime-session-client-tools.test.js.map +0 -1
- package/dist/__tests__/realtime-session-minimized.test.d.ts +0 -2
- package/dist/__tests__/realtime-session-minimized.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-session-minimized.test.js +0 -32
- package/dist/__tests__/realtime-session-minimized.test.js.map +0 -1
- package/dist/__tests__/realtime-session-mint.test.d.ts +0 -2
- package/dist/__tests__/realtime-session-mint.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-session-mint.test.js +0 -69
- package/dist/__tests__/realtime-session-mint.test.js.map +0 -1
- package/dist/__tests__/realtime-session-policy.test.d.ts +0 -2
- package/dist/__tests__/realtime-session-policy.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-session-policy.test.js +0 -303
- package/dist/__tests__/realtime-session-policy.test.js.map +0 -1
- package/dist/__tests__/realtime-session-review.service.test.d.ts +0 -2
- package/dist/__tests__/realtime-session-review.service.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-session-review.service.test.js +0 -743
- package/dist/__tests__/realtime-session-review.service.test.js.map +0 -1
- package/dist/__tests__/realtime-session-state.test.d.ts +0 -2
- package/dist/__tests__/realtime-session-state.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-session-state.test.js +0 -83
- package/dist/__tests__/realtime-session-state.test.js.map +0 -1
- package/dist/__tests__/realtime-session-timeline-card.test.d.ts +0 -2
- package/dist/__tests__/realtime-session-timeline-card.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-session-timeline-card.test.js +0 -106
- package/dist/__tests__/realtime-session-timeline-card.test.js.map +0 -1
- package/dist/__tests__/realtime-session-timeline.test.d.ts +0 -2
- package/dist/__tests__/realtime-session-timeline.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-session-timeline.test.js +0 -142
- package/dist/__tests__/realtime-session-timeline.test.js.map +0 -1
- package/dist/__tests__/realtime-sessions-adapter.test.d.ts +0 -19
- package/dist/__tests__/realtime-sessions-adapter.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-sessions-adapter.test.js +0 -188
- package/dist/__tests__/realtime-sessions-adapter.test.js.map +0 -1
- package/dist/__tests__/realtime-surface-panel-prefs.test.d.ts +0 -2
- package/dist/__tests__/realtime-surface-panel-prefs.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-surface-panel-prefs.test.js +0 -100
- package/dist/__tests__/realtime-surface-panel-prefs.test.js.map +0 -1
- package/dist/__tests__/realtime-surface-tabs-model.test.d.ts +0 -2
- package/dist/__tests__/realtime-surface-tabs-model.test.d.ts.map +0 -1
- package/dist/__tests__/realtime-surface-tabs-model.test.js +0 -193
- package/dist/__tests__/realtime-surface-tabs-model.test.js.map +0 -1
- package/dist/__tests__/remote-browser-audio-player.test.d.ts +0 -2
- package/dist/__tests__/remote-browser-audio-player.test.d.ts.map +0 -1
- package/dist/__tests__/remote-browser-audio-player.test.js +0 -137
- package/dist/__tests__/remote-browser-audio-player.test.js.map +0 -1
- package/dist/__tests__/remote-browser-channel.test.d.ts +0 -2
- package/dist/__tests__/remote-browser-channel.test.d.ts.map +0 -1
- package/dist/__tests__/remote-browser-channel.test.js +0 -585
- package/dist/__tests__/remote-browser-channel.test.js.map +0 -1
- package/dist/__tests__/search-service.test.d.ts +0 -2
- package/dist/__tests__/search-service.test.d.ts.map +0 -1
- package/dist/__tests__/search-service.test.js +0 -114
- package/dist/__tests__/search-service.test.js.map +0 -1
- package/dist/__tests__/slot-defaults.test.d.ts +0 -24
- package/dist/__tests__/slot-defaults.test.d.ts.map +0 -1
- package/dist/__tests__/slot-defaults.test.js +0 -63
- package/dist/__tests__/slot-defaults.test.js.map +0 -1
- package/dist/__tests__/toast-service.test.d.ts +0 -2
- package/dist/__tests__/toast-service.test.d.ts.map +0 -1
- package/dist/__tests__/toast-service.test.js +0 -143
- package/dist/__tests__/toast-service.test.js.map +0 -1
- package/dist/__tests__/user-authorization.test.d.ts +0 -2
- package/dist/__tests__/user-authorization.test.d.ts.map +0 -1
- package/dist/__tests__/user-authorization.test.js +0 -97
- package/dist/__tests__/user-authorization.test.js.map +0 -1
- package/dist/__tests__/voice-session-narration.test.d.ts +0 -2
- package/dist/__tests__/voice-session-narration.test.d.ts.map +0 -1
- package/dist/__tests__/voice-session-narration.test.js +0 -609
- package/dist/__tests__/voice-session-narration.test.js.map +0 -1
- package/dist/__tests__/whiteboard-artifact-viewer.test.d.ts +0 -2
- package/dist/__tests__/whiteboard-artifact-viewer.test.d.ts.map +0 -1
- package/dist/__tests__/whiteboard-artifact-viewer.test.js +0 -101
- package/dist/__tests__/whiteboard-artifact-viewer.test.js.map +0 -1
- package/dist/__tests__/whiteboard-channel.test.d.ts +0 -2
- package/dist/__tests__/whiteboard-channel.test.d.ts.map +0 -1
- package/dist/__tests__/whiteboard-channel.test.js +0 -260
- package/dist/__tests__/whiteboard-channel.test.js.map +0 -1
- package/dist/__tests__/whiteboard-restore-state.test.d.ts +0 -2
- package/dist/__tests__/whiteboard-restore-state.test.d.ts.map +0 -1
- package/dist/__tests__/whiteboard-restore-state.test.js +0 -108
- package/dist/__tests__/whiteboard-restore-state.test.js.map +0 -1
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { EventEmitter, OnDestroy, AfterViewInit } from '@angular/core';
|
|
2
2
|
import { UserInfo } from '@memberjunction/core';
|
|
3
|
-
import {
|
|
3
|
+
import { BaseAngularComponent } from '@memberjunction/ng-base-types';
|
|
4
|
+
import { MediaTranscriptCue } from '@memberjunction/ng-media-player';
|
|
5
|
+
import { RealtimeConnectionState } from '../../services/realtime-session.service';
|
|
4
6
|
import { ParsedDelegationArtifact } from '../../services/delegation-result-parser';
|
|
5
7
|
import { RealtimeSessionReview } from '../../services/realtime-session-review.service';
|
|
6
8
|
import { RealtimeSessionState } from './realtime-session-state';
|
|
7
9
|
import { RealtimeDisclosureModel, RealtimeUxDensity } from './realtime-disclosure';
|
|
10
|
+
import { RealtimeUiInputs, ResolvedRealtimeUi, RealtimeChromeMode, RealtimeControlId, RealtimeUiConnectionState } from './realtime-ui-config';
|
|
8
11
|
import { RealtimeChannelTabRegistration } from './realtime-surface-tabs.model';
|
|
9
12
|
import { WhiteboardState } from '@memberjunction/ng-whiteboard';
|
|
10
13
|
import * as i0 from "@angular/core";
|
|
@@ -81,7 +84,7 @@ export interface RealtimeStartLiveRequest {
|
|
|
81
84
|
* controls collapse to a single "Start live session" button ({@link StartLiveRequested},
|
|
82
85
|
* which resumes by chaining `lastSessionId`) and a Close button ({@link ReviewClosed}).
|
|
83
86
|
*/
|
|
84
|
-
export declare class RealtimeSessionOverlayComponent implements AfterViewInit, OnDestroy {
|
|
87
|
+
export declare class RealtimeSessionOverlayComponent extends BaseAngularComponent implements AfterViewInit, OnDestroy {
|
|
85
88
|
private _agentName;
|
|
86
89
|
/**
|
|
87
90
|
* True while the call is MINIMIZED: the overlay hides itself (CSS, not destruction) so
|
|
@@ -97,6 +100,88 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
97
100
|
CurrentUser: UserInfo | null;
|
|
98
101
|
/** The active environment id, threaded to the surface panel's artifact viewer. */
|
|
99
102
|
EnvironmentID: string;
|
|
103
|
+
/**
|
|
104
|
+
* The chrome the widget renders: the ambient `'orb'`, the structured `'console'`, or
|
|
105
|
+
* `'auto'` (default) which starts as an orb and graduates to a console once the
|
|
106
|
+
* container is wide enough AND the user has revealed text. Mirrors
|
|
107
|
+
* {@link RealtimeUiInputs.chrome}.
|
|
108
|
+
*
|
|
109
|
+
* @example Force the rich console for a full-screen route:
|
|
110
|
+
* ```html
|
|
111
|
+
* <mj-realtime-session-overlay [Chrome]="'console'"></mj-realtime-session-overlay>
|
|
112
|
+
* ```
|
|
113
|
+
*/
|
|
114
|
+
set Chrome(value: RealtimeChromeMode | undefined);
|
|
115
|
+
get Chrome(): RealtimeChromeMode | undefined;
|
|
116
|
+
/**
|
|
117
|
+
* In `'auto'` chrome, the container width (px) at/above which the widget may graduate
|
|
118
|
+
* to a console (still gated on text being revealed). Default `560`. Mirrors
|
|
119
|
+
* {@link RealtimeUiInputs.consoleBreakpointPx}.
|
|
120
|
+
*/
|
|
121
|
+
set ConsoleBreakpointPx(value: number | undefined);
|
|
122
|
+
get ConsoleBreakpointPx(): number | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* Force dense spacing/typography regardless of width (useful for tight mobile sheets).
|
|
125
|
+
* Default `false` — compactness is otherwise inferred from the container width.
|
|
126
|
+
*/
|
|
127
|
+
set Compact(value: boolean | undefined);
|
|
128
|
+
get Compact(): boolean | undefined;
|
|
129
|
+
/** Fade non-essential controls when the session is idle (orb chrome only). Default `true`. */
|
|
130
|
+
set AutoHideControls(value: boolean | undefined);
|
|
131
|
+
get AutoHideControls(): boolean | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* May the user reveal the transcript at all? `false` makes the widget a pure voice orb
|
|
134
|
+
* with no path to text (and never graduates to a console in `'auto'`). Default `true`.
|
|
135
|
+
*/
|
|
136
|
+
set AllowTextReveal(value: boolean | undefined);
|
|
137
|
+
get AllowTextReveal(): boolean | undefined;
|
|
138
|
+
/** Show the captions toggle. Default `true`. */
|
|
139
|
+
set ShowCaptionsControl(value: boolean | undefined);
|
|
140
|
+
get ShowCaptionsControl(): boolean | undefined;
|
|
141
|
+
/** Show the density picker inside the gear menu. Default `true`. */
|
|
142
|
+
set ShowDensityPicker(value: boolean | undefined);
|
|
143
|
+
get ShowDensityPicker(): boolean | undefined;
|
|
144
|
+
/** Show the minimize control (collapse the call without ending it). Default `true`. */
|
|
145
|
+
set ShowMinimize(value: boolean | undefined);
|
|
146
|
+
get ShowMinimize(): boolean | undefined;
|
|
147
|
+
/** Show the end-call control. Default `true` (hosts that own their own end button may hide it). */
|
|
148
|
+
set ShowEnd(value: boolean | undefined);
|
|
149
|
+
get ShowEnd(): boolean | undefined;
|
|
150
|
+
/**
|
|
151
|
+
* Show the right-hand surface panel (whiteboard / browser / interactive channels).
|
|
152
|
+
* Default `true`; only renders in console chrome and once a panel is actually earned.
|
|
153
|
+
*/
|
|
154
|
+
set ShowSurfacePanel(value: boolean | undefined);
|
|
155
|
+
get ShowSurfacePanel(): boolean | undefined;
|
|
156
|
+
/** Show the channel strip (active interactive channels). Default `true`. */
|
|
157
|
+
set ShowChannels(value: boolean | undefined);
|
|
158
|
+
get ShowChannels(): boolean | undefined;
|
|
159
|
+
/** Show the Activity rail/tab (delegations, artifacts timeline). Default `true`. */
|
|
160
|
+
set ShowActivityRail(value: boolean | undefined);
|
|
161
|
+
get ShowActivityRail(): boolean | undefined;
|
|
162
|
+
/**
|
|
163
|
+
* Show developer affordances ("open session / open run" links). Default `true`, but
|
|
164
|
+
* still additionally gated by the per-session dev-mode toggle — a hard ceiling, not a
|
|
165
|
+
* force-on.
|
|
166
|
+
*/
|
|
167
|
+
set ShowDevLinks(value: boolean | undefined);
|
|
168
|
+
get ShowDevLinks(): boolean | undefined;
|
|
169
|
+
/** Allow drag-to-resize of the surface panel. Default `true`. */
|
|
170
|
+
set AllowResize(value: boolean | undefined);
|
|
171
|
+
get AllowResize(): boolean | undefined;
|
|
172
|
+
/**
|
|
173
|
+
* A programmatic override bag, merged UNDER the individual inputs — any field also set
|
|
174
|
+
* via a dedicated `@Input()` wins over its entry here. Lets a host configure the whole
|
|
175
|
+
* surface in one binding (e.g. a saved per-context preset) without enumerating a dozen
|
|
176
|
+
* attributes.
|
|
177
|
+
*
|
|
178
|
+
* @example
|
|
179
|
+
* ```html
|
|
180
|
+
* <mj-realtime-session-overlay [UiConfig]="leanOverlayPreset"></mj-realtime-session-overlay>
|
|
181
|
+
* ```
|
|
182
|
+
*/
|
|
183
|
+
set UiConfig(value: RealtimeUiInputs | null | undefined);
|
|
184
|
+
get UiConfig(): RealtimeUiInputs | null | undefined;
|
|
100
185
|
/**
|
|
101
186
|
* SESSION REVIEW data: when set (and no live session is active) the overlay renders
|
|
102
187
|
* the reviewed past session instead of a live call. Setting it populates the shared
|
|
@@ -121,8 +206,65 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
121
206
|
StartLiveRequested: EventEmitter<RealtimeStartLiveRequest>;
|
|
122
207
|
/** Review mode's Close: the host clears its review state, returning to the conversation. */
|
|
123
208
|
ReviewClosed: EventEmitter<void>;
|
|
124
|
-
|
|
209
|
+
/** Emitted when the user minimizes the call view (the call stays live). */
|
|
210
|
+
Minimized: EventEmitter<void>;
|
|
211
|
+
/** Emitted when the user reveals the transcript (opens text from the orb). */
|
|
212
|
+
TextRevealed: EventEmitter<void>;
|
|
213
|
+
/** Emitted whenever the EFFECTIVE chrome flips between `'orb'` and `'console'`. */
|
|
214
|
+
ChromeChanged: EventEmitter<"orb" | "console">;
|
|
215
|
+
/** Emitted when the connection lifecycle state changes (e.g. connecting → listening). */
|
|
216
|
+
ConnectionStateChanged: EventEmitter<RealtimeUiConnectionState>;
|
|
217
|
+
/** Emitted when the mic mute is toggled; payload is the new muted state. */
|
|
218
|
+
MuteChanged: EventEmitter<boolean>;
|
|
219
|
+
/** Emitted when the interface density changes. */
|
|
220
|
+
DensityChanged: EventEmitter<RealtimeUxDensity>;
|
|
221
|
+
/** Emitted (px) when the user finishes resizing the surface panel. */
|
|
222
|
+
SurfacePanelResized: EventEmitter<number>;
|
|
223
|
+
/**
|
|
224
|
+
* A generic hook fired when ANY control is invoked — even one the host hid via inputs
|
|
225
|
+
* and re-rendered itself. Lets a host observe/react to the full control surface from a
|
|
226
|
+
* single binding.
|
|
227
|
+
*/
|
|
228
|
+
ControlInvoked: EventEmitter<RealtimeControlId>;
|
|
229
|
+
private realtime;
|
|
125
230
|
private cdr;
|
|
231
|
+
/**
|
|
232
|
+
* The consumer's individually-bound UI inputs (each dedicated `@Input()` writes its own
|
|
233
|
+
* slot here). Starts empty; only fields a host actually binds appear, so the resolver's
|
|
234
|
+
* defaults fill the rest. Merged OVER {@link _uiConfigBag} (individual inputs win).
|
|
235
|
+
*/
|
|
236
|
+
private _uiInputs;
|
|
237
|
+
/** The programmatic {@link UiConfig} override bag, merged UNDER the individual inputs. */
|
|
238
|
+
private _uiConfigBag;
|
|
239
|
+
/**
|
|
240
|
+
* The latest measured width (px) of the rendered overlay element, fed to the resolver as
|
|
241
|
+
* {@link RealtimeUiSignals.containerWidthPx}. Maintained by a {@link ResizeObserver}; 0
|
|
242
|
+
* until the first measurement (the resolver treats 0 as "narrow", i.e. an orb in auto).
|
|
243
|
+
*/
|
|
244
|
+
private containerWidthPx;
|
|
245
|
+
/** Observes the rendered overlay element so chrome re-resolves as the host resizes. */
|
|
246
|
+
private resizeObserver;
|
|
247
|
+
/** The last connection state seen on {@link RealtimeSessionService.ConnectionState$}. */
|
|
248
|
+
private currentConnectionState;
|
|
249
|
+
/**
|
|
250
|
+
* The resolved, render-ready view-model — the SINGLE source of truth the template binds
|
|
251
|
+
* to (no `&&` chains in HTML). Rebuilt by {@link recomputeUi} whenever an input, the
|
|
252
|
+
* disclosure model, the connection state, the container width, or the channel/activity
|
|
253
|
+
* set changes. Read-only to consumers via the {@link Ui} getter.
|
|
254
|
+
*/
|
|
255
|
+
private _ui;
|
|
256
|
+
/**
|
|
257
|
+
* The current resolved UI view-model. Every visibility/affordance decision the template
|
|
258
|
+
* makes reads from this — bind to its boolean fields rather than composing logic inline.
|
|
259
|
+
*
|
|
260
|
+
* @example
|
|
261
|
+
* ```ts
|
|
262
|
+
* if (this.voice.Ui.chrome === 'console') { ... }
|
|
263
|
+
* ```
|
|
264
|
+
*/
|
|
265
|
+
get Ui(): ResolvedRealtimeUi;
|
|
266
|
+
/** Local mic-muted state, the single source the resolver-independent controls reflect. */
|
|
267
|
+
Muted: boolean;
|
|
126
268
|
private _reviewData;
|
|
127
269
|
/**
|
|
128
270
|
* Set by {@link OnStartLive} just before emitting {@link StartLiveRequested}, so the
|
|
@@ -131,8 +273,14 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
131
273
|
* a plain review close (clear everything).
|
|
132
274
|
*/
|
|
133
275
|
private pendingLiveContinuation;
|
|
134
|
-
/**
|
|
276
|
+
/**
|
|
277
|
+
* The reviewed chain's history artifacts, surfaced inside the Activity tab's "Session
|
|
278
|
+
* artifacts" group (no longer their own tabs). Bound into the surface panel via
|
|
279
|
+
* {@link ReviewArtifacts}. Empty for a live session.
|
|
280
|
+
*/
|
|
135
281
|
private reviewArtifacts;
|
|
282
|
+
/** The reviewed chain's history artifacts for the surface panel's Activity tab. */
|
|
283
|
+
get ReviewArtifacts(): ParsedDelegationArtifact[];
|
|
136
284
|
/**
|
|
137
285
|
* True while the surface panel carries the REVIEW-registered (template-based, read-only)
|
|
138
286
|
* Whiteboard tab. Drives the review→live continuation edge: when the resumed live
|
|
@@ -148,6 +296,18 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
148
296
|
* channel state — rendered read-only by the review whiteboard tab. Null = no tab.
|
|
149
297
|
*/
|
|
150
298
|
ReviewWhiteboard: WhiteboardState | null;
|
|
299
|
+
/**
|
|
300
|
+
* The `MJ: Files` id of the reviewed session's recording, or null when nothing was recorded.
|
|
301
|
+
* Bound into the storage media player, which resolves the authenticated audio itself.
|
|
302
|
+
*/
|
|
303
|
+
get ReviewRecordingFileID(): string | null;
|
|
304
|
+
/**
|
|
305
|
+
* The reviewed session's transcript cues (built from its turns) for the recording player's
|
|
306
|
+
* transcript panel. Empty outside review.
|
|
307
|
+
*/
|
|
308
|
+
ReviewCues: MediaTranscriptCue[];
|
|
309
|
+
/** True while the Recording tab is registered (a recording exists for the reviewed session). */
|
|
310
|
+
private reviewRecordingTabRegistered;
|
|
151
311
|
/** Shared session state — single source for the thread AND the activity rail. */
|
|
152
312
|
readonly State: RealtimeSessionState;
|
|
153
313
|
/**
|
|
@@ -171,7 +331,7 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
171
331
|
*/
|
|
172
332
|
ComposerOpen: boolean;
|
|
173
333
|
/** Live turn-state from the session service — drives the banner + connecting screen. */
|
|
174
|
-
readonly ConnectionState$: import("rxjs").Observable<
|
|
334
|
+
readonly ConnectionState$: import("rxjs").Observable<RealtimeConnectionState>;
|
|
175
335
|
/** Server-reported realtime model name for the active session — shown subtly in the banner. */
|
|
176
336
|
readonly ModelName$: import("rxjs").Observable<string | null>;
|
|
177
337
|
/**
|
|
@@ -197,7 +357,7 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
197
357
|
*/
|
|
198
358
|
private surfaceTabs?;
|
|
199
359
|
private set surfaceTabsRef(value);
|
|
200
|
-
/** The bottom dock —
|
|
360
|
+
/** The bottom dock — type-to-compose seeds + focuses its input. */
|
|
201
361
|
private composer?;
|
|
202
362
|
/** Channel keys already auto-revealed this session (first activity only). */
|
|
203
363
|
private revealedChannelKeys;
|
|
@@ -207,6 +367,8 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
207
367
|
private prevActive;
|
|
208
368
|
/** Template hosting the read-only review whiteboard (root-level, so always resolvable). */
|
|
209
369
|
private reviewBoardTpl?;
|
|
370
|
+
/** Template hosting the review-mode recording player (root-level, so always resolvable). */
|
|
371
|
+
private recordingTpl?;
|
|
210
372
|
/** Channel registrations received before the surface panel rendered (flushed in ngAfterViewInit). */
|
|
211
373
|
private pendingChannelTabs;
|
|
212
374
|
/** True once the view (and the review-board template ref) exists. */
|
|
@@ -224,6 +386,52 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
224
386
|
private subs;
|
|
225
387
|
constructor();
|
|
226
388
|
ngAfterViewInit(): void;
|
|
389
|
+
/**
|
|
390
|
+
* Writes one individually-bound UI input into {@link _uiInputs} and re-resolves the
|
|
391
|
+
* view-model. `undefined` clears the slot (so the {@link UiConfig} bag / default applies).
|
|
392
|
+
* Called by every dedicated `@Input()` setter.
|
|
393
|
+
*
|
|
394
|
+
* @param key the {@link RealtimeUiInputs} field to set
|
|
395
|
+
* @param value the bound value, or `undefined` to clear the override
|
|
396
|
+
*/
|
|
397
|
+
private setUiInput;
|
|
398
|
+
/**
|
|
399
|
+
* The effective consumer inputs: the {@link UiConfig} bag with the individually-bound
|
|
400
|
+
* inputs layered ON TOP, so a dedicated `@Input()` always wins over its bag entry.
|
|
401
|
+
*/
|
|
402
|
+
private get mergedUiInputs();
|
|
403
|
+
/**
|
|
404
|
+
* Maps the runtime {@link RealtimeConnectionState} onto the resolver's
|
|
405
|
+
* {@link RealtimeUiConnectionState}. `'closed'` (no live call) maps to `'idle'`; the
|
|
406
|
+
* other states pass through 1:1.
|
|
407
|
+
*/
|
|
408
|
+
private mapConnectionState;
|
|
409
|
+
/**
|
|
410
|
+
* Builds the live {@link RealtimeUiSignals} the resolver consumes, reading current facts
|
|
411
|
+
* from the disclosure model, the session/channel state, review mode, focus mode, and the
|
|
412
|
+
* {@link ResizeObserver}-measured width. Pure read — no side effects.
|
|
413
|
+
*/
|
|
414
|
+
private buildSignals;
|
|
415
|
+
/**
|
|
416
|
+
* Re-resolves {@link Ui} from the merged inputs + current signals and emits the chrome /
|
|
417
|
+
* connection-state outputs when they actually change. Safe to call on any of the wired
|
|
418
|
+
* change sources (input write, disclosure ratchet, connection flip, resize, channel set);
|
|
419
|
+
* the resolver is pure so redundant calls are cheap. Always marks for check.
|
|
420
|
+
*/
|
|
421
|
+
private recomputeUi;
|
|
422
|
+
/** Connection lifecycle changed: store it, re-resolve chrome, and surface the public output. */
|
|
423
|
+
private onConnectionStateChanged;
|
|
424
|
+
/**
|
|
425
|
+
* Starts observing the rendered overlay element's width so the resolver can graduate
|
|
426
|
+
* `'auto'` chrome to a console when the host gives it room. Guards SSR / environments
|
|
427
|
+
* without `ResizeObserver` (plain-node tests) — there the width simply stays 0 (an orb in
|
|
428
|
+
* auto), which is the safe ambient default. Idempotent.
|
|
429
|
+
*/
|
|
430
|
+
private startResizeObserver;
|
|
431
|
+
/** Adopts a new measured width and re-resolves only when it actually changed. */
|
|
432
|
+
private applyContainerWidth;
|
|
433
|
+
/** Disconnects the container-width observer. */
|
|
434
|
+
private stopResizeObserver;
|
|
227
435
|
/** Whether the surface panel is collapsed to its slim strip (reported by the panel). */
|
|
228
436
|
PanelCollapsed: boolean;
|
|
229
437
|
/** Wide tier active (a content tab is focused) — drives the DEFAULT width only. */
|
|
@@ -242,7 +450,13 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
242
450
|
private ngZone;
|
|
243
451
|
/** The panel's rendered width: slim strip when collapsed, otherwise the current width. */
|
|
244
452
|
get PanelAreaSize(): number;
|
|
245
|
-
/**
|
|
453
|
+
/**
|
|
454
|
+
* Resizing is meaningless while collapsed or when the surface fills (focus mode), and a
|
|
455
|
+
* host may hard-disable it via `[AllowResize]="false"` — in review the resolver's
|
|
456
|
+
* `allowResize` is false (no live surface to resize), so this also reads the host flag
|
|
457
|
+
* directly (defaulting to the historical `true`) rather than the resolved value, keeping
|
|
458
|
+
* drag available in review exactly as before.
|
|
459
|
+
*/
|
|
246
460
|
get PanelResizeDisabled(): boolean;
|
|
247
461
|
OnPanelCollapsedChange(collapsed: boolean): void;
|
|
248
462
|
/** Wide-tier flips only move the DEFAULT width — an explicit user width always wins. */
|
|
@@ -271,21 +485,35 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
271
485
|
/** Persists the width preference server-side (debounced); reset serializes {"width":null}. */
|
|
272
486
|
private persistPanelWidth;
|
|
273
487
|
/**
|
|
274
|
-
* True while the PURE-AUDIO hero (the orb) owns the main column.
|
|
275
|
-
*
|
|
276
|
-
*
|
|
277
|
-
* always shows the thread.
|
|
488
|
+
* True while the PURE-AUDIO hero (the orb) owns the main column. Now reads from the
|
|
489
|
+
* resolved view-model ({@link Ui}): the resolver decides hero-vs-thread from the
|
|
490
|
+
* effective chrome + text intent + review, so host inputs (`[Chrome]`,
|
|
491
|
+
* `[AllowTextReveal]`, the breakpoint) gate it. Review still always shows the thread.
|
|
278
492
|
*/
|
|
279
493
|
get ShowHero(): boolean;
|
|
280
494
|
/**
|
|
281
|
-
* Whether the surface-panel area renders.
|
|
282
|
-
*
|
|
283
|
-
*
|
|
284
|
-
* never surprise the user with the whole tab panel.
|
|
495
|
+
* Whether the surface-panel area renders. Driven by the resolved {@link Ui.showSurfacePanel}
|
|
496
|
+
* (console + earned + host's `[ShowSurfacePanel]`) OR review mode, which always carries the
|
|
497
|
+
* panel. The Details toggle still earns the panel on demand (it flips `surfacePanelEarned`).
|
|
285
498
|
*/
|
|
286
499
|
get ShowPanelArea(): boolean;
|
|
287
|
-
/** The Details (tabs) toggle is
|
|
500
|
+
/** The Details (tabs) toggle is offered while live — it's the panel's one door. */
|
|
288
501
|
get ShowDetailsControl(): boolean;
|
|
502
|
+
/**
|
|
503
|
+
* Whether the active-channels strip renders. Preserves the historical disclosure gate
|
|
504
|
+
* (level 2+, {@link RealtimeDisclosureModel.ShowComposer}) AND honours the host's
|
|
505
|
+
* `[ShowChannels]` input + the resolver's focus rule: a host that sets `[ShowChannels]`
|
|
506
|
+
* false hard-disables the strip, and channel-focus mode hides it. The strip component
|
|
507
|
+
* itself self-hides when no channels are active, so this stays decluttered.
|
|
508
|
+
*/
|
|
509
|
+
get ChannelStripVisible(): boolean;
|
|
510
|
+
/**
|
|
511
|
+
* Whether the surface panel's Activity tab should be shown. Reads the resolved
|
|
512
|
+
* {@link Ui.showActivityTab} (host's `[ShowActivityRail]` AND activity/review AND console)
|
|
513
|
+
* OR review mode — a past session's activity is always relevant even before the resolver's
|
|
514
|
+
* console gate would otherwise allow it.
|
|
515
|
+
*/
|
|
516
|
+
get ShowActivityTab(): boolean;
|
|
289
517
|
/** Reads the persisted disclosure milestones (tolerant; defaults to day one). */
|
|
290
518
|
private loadDisclosurePref;
|
|
291
519
|
/** Reads the persisted text-vs-orb preference (tolerant; default = voice-first OFF). */
|
|
@@ -318,7 +546,7 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
318
546
|
private audioRafHandle;
|
|
319
547
|
/** Last attribute values written (attributes are only touched on change). */
|
|
320
548
|
private lastAudioLive;
|
|
321
|
-
private
|
|
549
|
+
private lastDirection;
|
|
322
550
|
/** Starts the sampling loop (idempotent). Runs outside Angular — no CD per frame. */
|
|
323
551
|
private startAudioVisualLoop;
|
|
324
552
|
/** Stops the loop and returns the overlay to turn-state-driven animation. */
|
|
@@ -329,36 +557,40 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
329
557
|
private applyAudioVisualFrame;
|
|
330
558
|
/** The strip's Details control: peek at (or hide) the surface panel on demand. */
|
|
331
559
|
OnDetailsToggled(): void;
|
|
332
|
-
/**
|
|
560
|
+
/**
|
|
561
|
+
* The gear popover picked an interface density — apply + persist + emit. `Simple` IS the
|
|
562
|
+
* "pure audio" surface (the standalone headphones control was folded into the gear here): it
|
|
563
|
+
* returns to the orb-only view AND makes it stick across refresh/next call, so picking it also
|
|
564
|
+
* closes any open Details peek so the surface is genuinely orb-only — matching the old app-bar
|
|
565
|
+
* "Pure audio" button exactly. In-session reveals ("Show the conversation", T-to-type, Details)
|
|
566
|
+
* stay available and ephemeral; switching density back to Standard/Pro/Auto restores the console.
|
|
567
|
+
*/
|
|
333
568
|
OnDensityChanged(density: RealtimeUxDensity): void;
|
|
334
569
|
/** The hero's "Show the conversation" affordance — turns the text preference on. */
|
|
335
570
|
OnTextReveal(): void;
|
|
336
|
-
/**
|
|
337
|
-
* The app-bar's "Pure audio": returns to the orb-only surface AND makes it stick —
|
|
338
|
-
* it sets the persisted interface density to `simple` (the same setting the gear
|
|
339
|
-
* writes), so a refresh / next call still opens pure audio. In-session reveals
|
|
340
|
-
* ("Show the conversation", T-to-type, Details) remain available and stay ephemeral;
|
|
341
|
-
* the gear's density control switches back to Standard/Pro/Auto whenever wanted.
|
|
342
|
-
*/
|
|
343
|
-
OnPureAudio(): void;
|
|
344
571
|
/** App-bar Minimize: hide the call view (CSS) — the call stays fully live. */
|
|
345
572
|
OnMinimize(): void;
|
|
346
573
|
/** App-bar / strip End: tear the session down, then notify the host. */
|
|
347
574
|
OnEndCall(): Promise<void>;
|
|
348
575
|
/** Maps the realtime state onto the hero orb's `data-state` (active turn-states only). */
|
|
349
|
-
HeroOrbState(state:
|
|
576
|
+
HeroOrbState(state: RealtimeConnectionState): 'speaking' | 'listening' | 'thinking';
|
|
350
577
|
/** Short first-person status line for the pure-audio hero. */
|
|
351
|
-
HeroStateLabel(state:
|
|
352
|
-
/**
|
|
353
|
-
*
|
|
354
|
-
*
|
|
355
|
-
*
|
|
356
|
-
*
|
|
578
|
+
HeroStateLabel(state: RealtimeConnectionState): string;
|
|
579
|
+
/**
|
|
580
|
+
* TYPE-TO-COMPOSE: during a live call, pressing any single printable character (with nothing
|
|
581
|
+
* focused) reveals the composer, raises disclosure to the engaged level, AND seeds that very
|
|
582
|
+
* character into the draft — the user just starts typing and their first key is captured (the
|
|
583
|
+
* old dedicated "T" key is gone; "t"/"T" now types like any other letter, and the visible
|
|
584
|
+
* "press T to type" hint was removed in favour of this natural behaviour). Ignored while
|
|
585
|
+
* review/minimized/inactive, with Ctrl/Cmd/Alt modifiers (don't hijack shortcuts), for
|
|
586
|
+
* non-printable named keys (Enter/Tab/Arrow/Escape/F-keys → `key.length > 1`), for a bare
|
|
587
|
+
* Space (ambiguous — no message starts with a space), or when an editable element / a
|
|
588
|
+
* keyboard-capturing surface (the remote-browser canvas) already holds focus.
|
|
357
589
|
*/
|
|
358
590
|
OnDocumentKeydown(event: KeyboardEvent): void;
|
|
359
591
|
/**
|
|
360
592
|
* True when the event target is a native text-editing element (an input, textarea, or contentEditable),
|
|
361
|
-
* where a bare letter should type — not trigger
|
|
593
|
+
* where a bare letter should type into that element — not trigger type-to-compose.
|
|
362
594
|
*
|
|
363
595
|
* @param eventTarget The keydown event's target.
|
|
364
596
|
* @returns Whether the target is an editable element.
|
|
@@ -375,8 +607,8 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
375
607
|
*/
|
|
376
608
|
private isKeyboardCapturingSurfaceFocused;
|
|
377
609
|
/**
|
|
378
|
-
* The composer dock opened (strip Type control /
|
|
379
|
-
* control). Opening raises the 'engaged' milestone for the cross-session ratchet —
|
|
610
|
+
* The composer dock opened (strip Type control / type-to-compose keystroke) or closed (the
|
|
611
|
+
* dock's hide control). Opening raises the 'engaged' milestone for the cross-session ratchet —
|
|
380
612
|
* but the dock itself stays a per-session, user-owned toggle either way.
|
|
381
613
|
*/
|
|
382
614
|
OnComposerOpenChanged(open: boolean): void;
|
|
@@ -395,12 +627,18 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
395
627
|
*/
|
|
396
628
|
OnOpenArtifactRequested(artifact: ParsedDelegationArtifact): void;
|
|
397
629
|
/**
|
|
398
|
-
* Registers
|
|
399
|
-
*
|
|
400
|
-
*
|
|
401
|
-
*
|
|
630
|
+
* Registers a surface tab per active channel plugin THAT HAS A SURFACE — but ONLY for
|
|
631
|
+
* channels already in play: the WHITEBOARD tabs immediately (a user may be the first to
|
|
632
|
+
* draw), every OTHER channel stays tab-less until the agent first USES it (its first
|
|
633
|
+
* {@link onChannelActivity}). This keeps the strip decluttered to surfaces actually in
|
|
634
|
+
* play instead of pre-listing every registry-resolved channel.
|
|
635
|
+
*
|
|
636
|
+
* Server-only channels ({@link BaseRealtimeChannelClient.HasSurface} === `false`) render no
|
|
637
|
+
* tab — their tools + perception are wired by the session service regardless.
|
|
402
638
|
*/
|
|
403
639
|
private registerChannelTabs;
|
|
640
|
+
/** Registers (or upgrades) one channel plugin's surface tab on the panel. */
|
|
641
|
+
private registerPluginChannelTab;
|
|
404
642
|
/**
|
|
405
643
|
* REVIEW→LIVE continuation edge: when the resumed live session resolves its channel set
|
|
406
644
|
* WITHOUT a Whiteboard channel, the review-registered read-only board tab is now a dead
|
|
@@ -445,6 +683,14 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
445
683
|
* ARTIFACTS as unfocused surface tabs.
|
|
446
684
|
*/
|
|
447
685
|
private enterReview;
|
|
686
|
+
/**
|
|
687
|
+
* Builds time-aligned {@link MediaTranscriptCue}s from the reviewed session's turns, for the
|
|
688
|
+
* storage media player's transcript panel. Skips turns with no text; derives each cue's start from
|
|
689
|
+
* `UtteranceStartMs`, falling back to (turn-created − recording-start) ms, else 0. Sorts by start.
|
|
690
|
+
*/
|
|
691
|
+
private buildReviewCues;
|
|
692
|
+
/** A review turn's media-relative start (ms): precise offset, else derived from t0, else 0. */
|
|
693
|
+
private reviewCueStartMs;
|
|
448
694
|
/**
|
|
449
695
|
* Leaves review. Two distinct exits:
|
|
450
696
|
* - REVIEW→LIVE CONTINUATION ({@link OnStartLive} was clicked): KEEP the historical
|
|
@@ -454,7 +700,12 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
454
700
|
* - plain CLOSE: clear everything so the conversation view returns clean.
|
|
455
701
|
*/
|
|
456
702
|
private exitReview;
|
|
457
|
-
/**
|
|
703
|
+
/**
|
|
704
|
+
* Surfaces the reviewed chain's history artifacts inside the Activity tab. In the redesign
|
|
705
|
+
* there are no per-artifact tabs — the artifacts ride the {@link ReviewArtifacts} input into
|
|
706
|
+
* the rail's "Session artifacts" group, so this only needs to ensure the Activity tab is
|
|
707
|
+
* shown (it carries the carryover artifacts). Idempotent; no-op without any review artifacts.
|
|
708
|
+
*/
|
|
458
709
|
private registerReviewArtifactTabs;
|
|
459
710
|
/**
|
|
460
711
|
* Rehydrates the reviewed session's saved Whiteboard channel state. TOLERANT: a missing
|
|
@@ -467,6 +718,14 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
467
718
|
* Activity rail stays available but is never the default focus.
|
|
468
719
|
*/
|
|
469
720
|
private registerReviewBoardTab;
|
|
721
|
+
/**
|
|
722
|
+
* Registers the read-only review RECORDING tab (the time-aligned storage media player) — ONLY when
|
|
723
|
+
* the reviewed session carried a `RecordingFileID`. Idempotent (re-registering the same key updates
|
|
724
|
+
* it in place). The player resolves the authenticated audio itself from the `RecordingFileID` and
|
|
725
|
+
* shows its own no-access / loading states; the click-to-seek transcript is usable immediately.
|
|
726
|
+
* NOT focused — the channel surface / Activity rail keeps the default focus.
|
|
727
|
+
*/
|
|
728
|
+
private registerReviewRecordingTab;
|
|
470
729
|
/**
|
|
471
730
|
* A working delegation card's ✕ asked to cancel that delegated run — EXPLICIT user
|
|
472
731
|
* intent (barge-in never cancels work, by deliberate policy). The service calls the
|
|
@@ -477,15 +736,76 @@ export declare class RealtimeSessionOverlayComponent implements AfterViewInit, O
|
|
|
477
736
|
private requestNavigate;
|
|
478
737
|
/** A channel requested (or released) the focus layout via its host context. */
|
|
479
738
|
private onChannelFocus;
|
|
480
|
-
/** Focus pill: toggle the mic mute. */
|
|
739
|
+
/** Focus pill: toggle the mic mute (routes through the overlay's single mute path). */
|
|
481
740
|
OnFocusPillMute(): void;
|
|
482
741
|
/** Focus pill: leave focus mode (show the thread column again). */
|
|
483
742
|
OnFocusPillExit(): void;
|
|
484
743
|
/** Focus pill: end the call (mirrors the controls row's End button). */
|
|
485
744
|
OnFocusPillEnd(): Promise<void>;
|
|
486
745
|
/** Short status line for the focus pill (first person — the co-agent owns the work). */
|
|
487
|
-
FocusStateLabel(state:
|
|
746
|
+
FocusStateLabel(state: RealtimeConnectionState): string;
|
|
747
|
+
/**
|
|
748
|
+
* The composer dock toggled the mic. Syncs the overlay's single {@link Muted} source (and
|
|
749
|
+
* the focus pill) and surfaces the {@link MuteChanged} / {@link ControlInvoked} outputs.
|
|
750
|
+
*/
|
|
751
|
+
OnComposerMuteChanged(muted: boolean): void;
|
|
752
|
+
/**
|
|
753
|
+
* Override the chrome at runtime (equivalent to binding `[Chrome]`). Pass `'auto'` to
|
|
754
|
+
* return to the size/intent-driven default.
|
|
755
|
+
*
|
|
756
|
+
* @param mode the chrome to force.
|
|
757
|
+
* @example `voice.SetChrome('console');`
|
|
758
|
+
*/
|
|
759
|
+
SetChrome(mode: RealtimeChromeMode): void;
|
|
760
|
+
/**
|
|
761
|
+
* Reveal the transcript programmatically — the imperative twin of the orb's "Show the
|
|
762
|
+
* conversation" affordance. Raises the text disclosure level, turns captions on, and
|
|
763
|
+
* emits {@link TextRevealed}.
|
|
764
|
+
*/
|
|
765
|
+
RevealText(): void;
|
|
766
|
+
/**
|
|
767
|
+
* Set the mic mute to an explicit state (no-op when already there). Drives the session
|
|
768
|
+
* service, syncs every mute affordance, and emits {@link MuteChanged}.
|
|
769
|
+
*
|
|
770
|
+
* @param muted the desired muted state.
|
|
771
|
+
*/
|
|
772
|
+
SetMuted(muted: boolean): void;
|
|
773
|
+
/**
|
|
774
|
+
* Toggle the mic mute. Drives the session service, syncs the overlay's {@link Muted}
|
|
775
|
+
* source + the composer/focus-pill affordances, and emits {@link MuteChanged} +
|
|
776
|
+
* {@link ControlInvoked}.
|
|
777
|
+
*/
|
|
778
|
+
ToggleMute(): void;
|
|
779
|
+
/**
|
|
780
|
+
* Set captions (the text-vs-orb preference) to an explicit state. Persisted per-user;
|
|
781
|
+
* turning them on also raises the text disclosure level.
|
|
782
|
+
*
|
|
783
|
+
* @param on whether captions/text should be shown.
|
|
784
|
+
*/
|
|
785
|
+
SetCaptions(on: boolean): void;
|
|
786
|
+
/** Toggle captions (the text-vs-orb preference). */
|
|
787
|
+
ToggleCaptions(): void;
|
|
788
|
+
/**
|
|
789
|
+
* Set the UX interface density (the gear's escape hatch). Applied + persisted immediately;
|
|
790
|
+
* emits {@link DensityChanged}.
|
|
791
|
+
*
|
|
792
|
+
* @param density the density to apply.
|
|
793
|
+
*/
|
|
794
|
+
SetDensity(density: RealtimeUxDensity): void;
|
|
795
|
+
/**
|
|
796
|
+
* Open the surface panel (the on-demand Details peek), optionally focusing a specific
|
|
797
|
+
* channel's tab. Equivalent to the strip's Details control plus a channel reveal.
|
|
798
|
+
*
|
|
799
|
+
* @param channelId when supplied, the channel tab to reveal once the panel is shown.
|
|
800
|
+
*/
|
|
801
|
+
OpenSurfacePanel(channelId?: string): void;
|
|
802
|
+
/** Collapse the surface panel (hide the Details peek). No-op in review (always shown). */
|
|
803
|
+
CollapseSurfacePanel(): void;
|
|
804
|
+
/** Minimize the call (it stays live) — the imperative twin of the app-bar Minimize. */
|
|
805
|
+
Minimize(): void;
|
|
806
|
+
/** End the session (tear down the call) — the imperative twin of the End control. */
|
|
807
|
+
EndSession(): void;
|
|
488
808
|
static ɵfac: i0.ɵɵFactoryDeclaration<RealtimeSessionOverlayComponent, never>;
|
|
489
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RealtimeSessionOverlayComponent, "mj-realtime-session-overlay", never, { "Hidden": { "alias": "Hidden"; "required": false; }; "AgentName": { "alias": "AgentName"; "required": false; }; "CurrentUser": { "alias": "CurrentUser"; "required": false; }; "EnvironmentID": { "alias": "EnvironmentID"; "required": false; }; "ReviewData": { "alias": "ReviewData"; "required": false; }; }, { "Ended": "Ended"; "NavigateRequest": "NavigateRequest"; "StartLiveRequested": "StartLiveRequested"; "ReviewClosed": "ReviewClosed"; }, never, never, true, never>;
|
|
809
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RealtimeSessionOverlayComponent, "mj-realtime-session-overlay", never, { "Hidden": { "alias": "Hidden"; "required": false; }; "AgentName": { "alias": "AgentName"; "required": false; }; "CurrentUser": { "alias": "CurrentUser"; "required": false; }; "EnvironmentID": { "alias": "EnvironmentID"; "required": false; }; "Chrome": { "alias": "Chrome"; "required": false; }; "ConsoleBreakpointPx": { "alias": "ConsoleBreakpointPx"; "required": false; }; "Compact": { "alias": "Compact"; "required": false; }; "AutoHideControls": { "alias": "AutoHideControls"; "required": false; }; "AllowTextReveal": { "alias": "AllowTextReveal"; "required": false; }; "ShowCaptionsControl": { "alias": "ShowCaptionsControl"; "required": false; }; "ShowDensityPicker": { "alias": "ShowDensityPicker"; "required": false; }; "ShowMinimize": { "alias": "ShowMinimize"; "required": false; }; "ShowEnd": { "alias": "ShowEnd"; "required": false; }; "ShowSurfacePanel": { "alias": "ShowSurfacePanel"; "required": false; }; "ShowChannels": { "alias": "ShowChannels"; "required": false; }; "ShowActivityRail": { "alias": "ShowActivityRail"; "required": false; }; "ShowDevLinks": { "alias": "ShowDevLinks"; "required": false; }; "AllowResize": { "alias": "AllowResize"; "required": false; }; "UiConfig": { "alias": "UiConfig"; "required": false; }; "ReviewData": { "alias": "ReviewData"; "required": false; }; }, { "Ended": "Ended"; "NavigateRequest": "NavigateRequest"; "StartLiveRequested": "StartLiveRequested"; "ReviewClosed": "ReviewClosed"; "Minimized": "Minimized"; "TextRevealed": "TextRevealed"; "ChromeChanged": "ChromeChanged"; "ConnectionStateChanged": "ConnectionStateChanged"; "MuteChanged": "MuteChanged"; "DensityChanged": "DensityChanged"; "SurfacePanelResized": "SurfacePanelResized"; "ControlInvoked": "ControlInvoked"; }, never, never, true, never>;
|
|
490
810
|
}
|
|
491
811
|
//# sourceMappingURL=realtime-session-overlay.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"realtime-session-overlay.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/realtime/realtime-session-overlay.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,YAAY,EAA+B,SAAS,EAAE,aAAa,EAA6D,MAAM,eAAe,CAAC;AAGtL,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"realtime-session-overlay.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/realtime/realtime-session-overlay.component.ts"],"names":[],"mappings":"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"}
|