@memberjunction/ng-conversations 5.43.0 → 5.45.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.d.ts +3 -1
- package/dist/lib/components/artifact/artifact-share-modal.component.d.ts.map +1 -1
- package/dist/lib/components/artifact/artifact-share-modal.component.js +52 -52
- 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.d.ts +3 -1
- package/dist/lib/components/collection/collection-share-modal.component.d.ts.map +1 -1
- package/dist/lib/components/collection/collection-share-modal.component.js +56 -56
- package/dist/lib/components/collection/collection-share-modal.component.js.map +1 -1
- package/dist/lib/components/collection/collection-tree.component.d.ts +3 -1
- package/dist/lib/components/collection/collection-tree.component.d.ts.map +1 -1
- package/dist/lib/components/collection/collection-tree.component.js +10 -7
- package/dist/lib/components/collection/collection-tree.component.js.map +1 -1
- package/dist/lib/components/collection/collection-view.component.d.ts +3 -1
- package/dist/lib/components/collection/collection-view.component.d.ts.map +1 -1
- package/dist/lib/components/collection/collection-view.component.js +29 -41
- 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/composer/ai-composer.component.d.ts +103 -0
- package/dist/lib/components/composer/ai-composer.component.d.ts.map +1 -0
- package/dist/lib/components/composer/ai-composer.component.js +263 -0
- package/dist/lib/components/composer/ai-composer.component.js.map +1 -0
- package/dist/lib/components/conversation/conversation-chat-area.component.d.ts +76 -12
- package/dist/lib/components/conversation/conversation-chat-area.component.d.ts.map +1 -1
- package/dist/lib/components/conversation/conversation-chat-area.component.js +522 -158
- package/dist/lib/components/conversation/conversation-chat-area.component.js.map +1 -1
- package/dist/lib/components/conversation/conversation-empty-state.component.d.ts +1 -1
- package/dist/lib/components/conversation/conversation-empty-state.component.d.ts.map +1 -1
- package/dist/lib/components/conversation/conversation-empty-state.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/message/message-input.component.d.ts +87 -23
- package/dist/lib/components/message/message-input.component.d.ts.map +1 -1
- package/dist/lib/components/message/message-input.component.js +245 -158
- package/dist/lib/components/message/message-input.component.js.map +1 -1
- package/dist/lib/components/message/message-item.component.d.ts +11 -3
- package/dist/lib/components/message/message-item.component.d.ts.map +1 -1
- package/dist/lib/components/message/message-item.component.js +73 -21
- 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 +4 -1
- 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/sidebar/conversation-sidebar.component.d.ts +11 -3
- package/dist/lib/components/sidebar/conversation-sidebar.component.d.ts.map +1 -1
- package/dist/lib/components/sidebar/conversation-sidebar.component.js +34 -10
- package/dist/lib/components/sidebar/conversation-sidebar.component.js.map +1 -1
- package/dist/lib/components/sidebar/routines-section.component.d.ts +73 -0
- package/dist/lib/components/sidebar/routines-section.component.d.ts.map +1 -0
- package/dist/lib/components/sidebar/routines-section.component.js +211 -0
- package/dist/lib/components/sidebar/routines-section.component.js.map +1 -0
- package/dist/lib/components/tasks/tasks-dropdown.component.d.ts +12 -0
- package/dist/lib/components/tasks/tasks-dropdown.component.d.ts.map +1 -1
- package/dist/lib/components/tasks/tasks-dropdown.component.js +37 -1
- package/dist/lib/components/tasks/tasks-dropdown.component.js.map +1 -1
- package/dist/lib/components/workspace/conversation-workspace.component.d.ts +16 -5
- package/dist/lib/components/workspace/conversation-workspace.component.d.ts.map +1 -1
- package/dist/lib/components/workspace/conversation-workspace.component.js +51 -31
- package/dist/lib/components/workspace/conversation-workspace.component.js.map +1 -1
- package/dist/lib/composer-plugins/agent-mention.provider.d.ts +16 -0
- package/dist/lib/composer-plugins/agent-mention.provider.d.ts.map +1 -0
- package/dist/lib/composer-plugins/agent-mention.provider.js +28 -0
- package/dist/lib/composer-plugins/agent-mention.provider.js.map +1 -0
- package/dist/lib/composer-plugins/base-conversation-mention.provider.d.ts +20 -0
- package/dist/lib/composer-plugins/base-conversation-mention.provider.d.ts.map +1 -0
- package/dist/lib/composer-plugins/base-conversation-mention.provider.js +32 -0
- package/dist/lib/composer-plugins/base-conversation-mention.provider.js.map +1 -0
- package/dist/lib/composer-plugins/load-composer-plugins.d.ts +9 -0
- package/dist/lib/composer-plugins/load-composer-plugins.d.ts.map +1 -0
- package/dist/lib/composer-plugins/load-composer-plugins.js +17 -0
- package/dist/lib/composer-plugins/load-composer-plugins.js.map +1 -0
- package/dist/lib/composer-plugins/record-mention.provider.d.ts +14 -0
- package/dist/lib/composer-plugins/record-mention.provider.d.ts.map +1 -0
- package/dist/lib/composer-plugins/record-mention.provider.js +26 -0
- package/dist/lib/composer-plugins/record-mention.provider.js.map +1 -0
- package/dist/lib/composer-plugins/skill-command.provider.d.ts +15 -0
- package/dist/lib/composer-plugins/skill-command.provider.d.ts.map +1 -0
- package/dist/lib/composer-plugins/skill-command.provider.js +27 -0
- package/dist/lib/composer-plugins/skill-command.provider.js.map +1 -0
- package/dist/lib/conversations.module.d.ts +68 -64
- package/dist/lib/conversations.module.d.ts.map +1 -1
- package/dist/lib/conversations.module.js +69 -18
- 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 +9 -2
- package/dist/lib/services/conversation-agent.service.d.ts.map +1 -1
- package/dist/lib/services/conversation-agent.service.js +26 -2
- package/dist/lib/services/conversation-agent.service.js.map +1 -1
- package/dist/lib/services/conversation-attachment.service.d.ts +1 -1
- package/dist/lib/services/conversation-attachment.service.d.ts.map +1 -1
- package/dist/lib/services/conversation-attachment.service.js.map +1 -1
- package/dist/lib/services/mention-autocomplete.service.d.ts +42 -19
- package/dist/lib/services/mention-autocomplete.service.d.ts.map +1 -1
- package/dist/lib/services/mention-autocomplete.service.js +113 -18
- 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 +29 -3
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +46 -3
- package/dist/public-api.js.map +1 -1
- package/package.json +30 -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
- package/dist/lib/components/mention/mention-dropdown.component.d.ts +0 -53
- package/dist/lib/components/mention/mention-dropdown.component.d.ts.map +0 -1
- package/dist/lib/components/mention/mention-dropdown.component.js +0 -276
- package/dist/lib/components/mention/mention-dropdown.component.js.map +0 -1
- package/dist/lib/components/mention/mention-editor.component.d.ts +0 -256
- package/dist/lib/components/mention/mention-editor.component.d.ts.map +0 -1
- package/dist/lib/components/mention/mention-editor.component.js +0 -1233
- package/dist/lib/components/mention/mention-editor.component.js.map +0 -1
- package/dist/lib/components/message/message-input-box.component.d.ts +0 -137
- package/dist/lib/components/message/message-input-box.component.d.ts.map +0 -1
- package/dist/lib/components/message/message-input-box.component.js +0 -321
- package/dist/lib/components/message/message-input-box.component.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"load-composer-plugins.js","sourceRoot":"","sources":["../../../src/lib/composer-plugins/load-composer-plugins.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAEhE;;;;;;GAMG;AACH,MAAM,UAAU,mBAAmB;IACjC,kFAAkF;IAClF,KAAK,oBAAoB,CAAC;IAC1B,KAAK,qBAAqB,CAAC;IAC3B,KAAK,oBAAoB,CAAC;AAC5B,CAAC","sourcesContent":["import { AgentMentionProvider } from './agent-mention.provider';\nimport { RecordMentionProvider } from './record-mention.provider';\nimport { SkillCommandProvider } from './skill-command.provider';\n\n/**\n * Tree-shaking prevention for the composer trigger-provider PLUGINS: they are resolved\n * dynamically through the MJ ClassFactory (`DiscoverComposerTriggerProviders` in\n * `@memberjunction/ng-composer`), so this static call is what keeps their\n * `@RegisterClass` side effects from being eliminated by the bundler. Called from\n * `ConversationsModule` alongside the realtime-channel Load calls.\n */\nexport function LoadComposerPlugins(): void {\n // Referencing the classes creates a static code path the bundler cannot eliminate\n void AgentMentionProvider;\n void RecordMentionProvider;\n void SkillCommandProvider;\n}\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BaseConversationMentionProvider } from './base-conversation-mention.provider';
|
|
2
|
+
/**
|
|
3
|
+
* '#' trigger — record mentions: entities the user can read plus queries the user can
|
|
4
|
+
* run, both sourced from Metadata and ranked/capped by the shared engine.
|
|
5
|
+
*
|
|
6
|
+
* Registered with the ClassFactory so any `mj-mention-editor` running in discovery mode
|
|
7
|
+
* picks it up once `@memberjunction/ng-conversations` is loaded; also instantiated
|
|
8
|
+
* directly by the `mj-ai-composer` wrapper (explicit-list mode).
|
|
9
|
+
*/
|
|
10
|
+
export declare class RecordMentionProvider extends BaseConversationMentionProvider {
|
|
11
|
+
readonly TriggerChar: string;
|
|
12
|
+
readonly Key: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=record-mention.provider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"record-mention.provider.d.ts","sourceRoot":"","sources":["../../../src/lib/composer-plugins/record-mention.provider.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAEvF;;;;;;;GAOG;AACH,qBACa,qBAAsB,SAAQ,+BAA+B;IACxE,SAAyB,WAAW,EAAE,MAAM,CAAO;IACnD,SAAyB,GAAG,EAAE,MAAM,CAAqB;CAC1D"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { RegisterClass } from '@memberjunction/global';
|
|
8
|
+
import { ComposerTriggerProvider } from '@memberjunction/ng-composer';
|
|
9
|
+
import { BaseConversationMentionProvider } from './base-conversation-mention.provider';
|
|
10
|
+
/**
|
|
11
|
+
* '#' trigger — record mentions: entities the user can read plus queries the user can
|
|
12
|
+
* run, both sourced from Metadata and ranked/capped by the shared engine.
|
|
13
|
+
*
|
|
14
|
+
* Registered with the ClassFactory so any `mj-mention-editor` running in discovery mode
|
|
15
|
+
* picks it up once `@memberjunction/ng-conversations` is loaded; also instantiated
|
|
16
|
+
* directly by the `mj-ai-composer` wrapper (explicit-list mode).
|
|
17
|
+
*/
|
|
18
|
+
let RecordMentionProvider = class RecordMentionProvider extends BaseConversationMentionProvider {
|
|
19
|
+
TriggerChar = '#';
|
|
20
|
+
Key = 'record-mentions';
|
|
21
|
+
};
|
|
22
|
+
RecordMentionProvider = __decorate([
|
|
23
|
+
RegisterClass(ComposerTriggerProvider, 'record-mentions')
|
|
24
|
+
], RecordMentionProvider);
|
|
25
|
+
export { RecordMentionProvider };
|
|
26
|
+
//# sourceMappingURL=record-mention.provider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"record-mention.provider.js","sourceRoot":"","sources":["../../../src/lib/composer-plugins/record-mention.provider.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAEvF;;;;;;;GAOG;AAEI,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,+BAA+B;IAC/C,WAAW,GAAW,GAAG,CAAC;IAC1B,GAAG,GAAW,iBAAiB,CAAC;CAC1D,CAAA;AAHY,qBAAqB;IADjC,aAAa,CAAC,uBAAuB,EAAE,iBAAiB,CAAC;GAC7C,qBAAqB,CAGjC","sourcesContent":["import { RegisterClass } from '@memberjunction/global';\nimport { ComposerTriggerProvider } from '@memberjunction/ng-composer';\nimport { BaseConversationMentionProvider } from './base-conversation-mention.provider';\n\n/**\n * '#' trigger — record mentions: entities the user can read plus queries the user can\n * run, both sourced from Metadata and ranked/capped by the shared engine.\n *\n * Registered with the ClassFactory so any `mj-mention-editor` running in discovery mode\n * picks it up once `@memberjunction/ng-conversations` is loaded; also instantiated\n * directly by the `mj-ai-composer` wrapper (explicit-list mode).\n */\n@RegisterClass(ComposerTriggerProvider, 'record-mentions')\nexport class RecordMentionProvider extends BaseConversationMentionProvider {\n public override readonly TriggerChar: string = '#';\n public override readonly Key: string = 'record-mentions';\n}\n"]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { BaseConversationMentionProvider } from './base-conversation-mention.provider';
|
|
2
|
+
/**
|
|
3
|
+
* '/' trigger — skill commands: Active skills the user can Run (permission-filtered via
|
|
4
|
+
* AISkillPermissionHelper). Suggestions carry each skill's IconClass/Color UX metadata
|
|
5
|
+
* so the dropdown row + inserted chip render distinctly per skill.
|
|
6
|
+
*
|
|
7
|
+
* Registered with the ClassFactory so any `mj-mention-editor` running in discovery mode
|
|
8
|
+
* picks it up once `@memberjunction/ng-conversations` is loaded; also instantiated
|
|
9
|
+
* directly by the `mj-ai-composer` wrapper (explicit-list mode).
|
|
10
|
+
*/
|
|
11
|
+
export declare class SkillCommandProvider extends BaseConversationMentionProvider {
|
|
12
|
+
readonly TriggerChar: string;
|
|
13
|
+
readonly Key: string;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=skill-command.provider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skill-command.provider.d.ts","sourceRoot":"","sources":["../../../src/lib/composer-plugins/skill-command.provider.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAEvF;;;;;;;;GAQG;AACH,qBACa,oBAAqB,SAAQ,+BAA+B;IACvE,SAAyB,WAAW,EAAE,MAAM,CAAO;IACnD,SAAyB,GAAG,EAAE,MAAM,CAAoB;CACzD"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { RegisterClass } from '@memberjunction/global';
|
|
8
|
+
import { ComposerTriggerProvider } from '@memberjunction/ng-composer';
|
|
9
|
+
import { BaseConversationMentionProvider } from './base-conversation-mention.provider';
|
|
10
|
+
/**
|
|
11
|
+
* '/' trigger — skill commands: Active skills the user can Run (permission-filtered via
|
|
12
|
+
* AISkillPermissionHelper). Suggestions carry each skill's IconClass/Color UX metadata
|
|
13
|
+
* so the dropdown row + inserted chip render distinctly per skill.
|
|
14
|
+
*
|
|
15
|
+
* Registered with the ClassFactory so any `mj-mention-editor` running in discovery mode
|
|
16
|
+
* picks it up once `@memberjunction/ng-conversations` is loaded; also instantiated
|
|
17
|
+
* directly by the `mj-ai-composer` wrapper (explicit-list mode).
|
|
18
|
+
*/
|
|
19
|
+
let SkillCommandProvider = class SkillCommandProvider extends BaseConversationMentionProvider {
|
|
20
|
+
TriggerChar = '/';
|
|
21
|
+
Key = 'skill-commands';
|
|
22
|
+
};
|
|
23
|
+
SkillCommandProvider = __decorate([
|
|
24
|
+
RegisterClass(ComposerTriggerProvider, 'skill-commands')
|
|
25
|
+
], SkillCommandProvider);
|
|
26
|
+
export { SkillCommandProvider };
|
|
27
|
+
//# sourceMappingURL=skill-command.provider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skill-command.provider.js","sourceRoot":"","sources":["../../../src/lib/composer-plugins/skill-command.provider.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAEvF;;;;;;;;GAQG;AAEI,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,+BAA+B;IAC9C,WAAW,GAAW,GAAG,CAAC;IAC1B,GAAG,GAAW,gBAAgB,CAAC;CACzD,CAAA;AAHY,oBAAoB;IADhC,aAAa,CAAC,uBAAuB,EAAE,gBAAgB,CAAC;GAC5C,oBAAoB,CAGhC","sourcesContent":["import { RegisterClass } from '@memberjunction/global';\nimport { ComposerTriggerProvider } from '@memberjunction/ng-composer';\nimport { BaseConversationMentionProvider } from './base-conversation-mention.provider';\n\n/**\n * '/' trigger — skill commands: Active skills the user can Run (permission-filtered via\n * AISkillPermissionHelper). Suggestions carry each skill's IconClass/Color UX metadata\n * so the dropdown row + inserted chip render distinctly per skill.\n *\n * Registered with the ClassFactory so any `mj-mention-editor` running in discovery mode\n * picks it up once `@memberjunction/ng-conversations` is loaded; also instantiated\n * directly by the `mj-ai-composer` wrapper (explicit-list mode).\n */\n@RegisterClass(ComposerTriggerProvider, 'skill-commands')\nexport class SkillCommandProvider extends BaseConversationMentionProvider {\n public override readonly TriggerChar: string = '/';\n public override readonly Key: string = 'skill-commands';\n}\n"]}
|
|
@@ -2,79 +2,83 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./components/message/message-item.component";
|
|
3
3
|
import * as i2 from "./components/message/message-list.component";
|
|
4
4
|
import * as i3 from "./components/message/message-input.component";
|
|
5
|
-
import * as i4 from "./components/
|
|
5
|
+
import * as i4 from "./components/composer/ai-composer.component";
|
|
6
6
|
import * as i5 from "./components/message/actionable-commands.component";
|
|
7
|
-
import * as i6 from "./components/
|
|
8
|
-
import * as i7 from "./components/
|
|
9
|
-
import * as i8 from "./components/
|
|
10
|
-
import * as i9 from "./components/
|
|
11
|
-
import * as i10 from "./components/
|
|
12
|
-
import * as i11 from "./components/
|
|
13
|
-
import * as i12 from "./components/conversation/conversation-
|
|
14
|
-
import * as i13 from "./components/conversation/conversation-
|
|
15
|
-
import * as i14 from "./components/conversation/conversation-
|
|
16
|
-
import * as i15 from "./components/conversation/conversation-
|
|
17
|
-
import * as i16 from "./components/
|
|
18
|
-
import * as i17 from "./components/
|
|
19
|
-
import * as i18 from "./components/collection/collection-
|
|
20
|
-
import * as i19 from "./components/collection/collection-
|
|
21
|
-
import * as i20 from "./components/
|
|
22
|
-
import * as i21 from "./components/
|
|
23
|
-
import * as i22 from "./components/collection/
|
|
24
|
-
import * as i23 from "./components/collection/
|
|
25
|
-
import * as i24 from "./components/
|
|
26
|
-
import * as i25 from "./components/project/project-
|
|
27
|
-
import * as i26 from "./components/
|
|
28
|
-
import * as i27 from "./components/tasks/
|
|
29
|
-
import * as i28 from "./components/
|
|
30
|
-
import * as i29 from "./components/agent/agent-
|
|
31
|
-
import * as i30 from "./components/
|
|
32
|
-
import * as i31 from "./components/
|
|
33
|
-
import * as i32 from "./components/
|
|
34
|
-
import * as i33 from "./components/
|
|
35
|
-
import * as i34 from "./components/
|
|
36
|
-
import * as i35 from "./components/
|
|
37
|
-
import * as i36 from "./components/notification/
|
|
38
|
-
import * as i37 from "./components/
|
|
39
|
-
import * as i38 from "./components/
|
|
40
|
-
import * as i39 from "./components/dialogs/
|
|
41
|
-
import * as i40 from "./components/
|
|
42
|
-
import * as i41 from "./components/
|
|
43
|
-
import * as i42 from "./components/
|
|
44
|
-
import * as i43 from "./components/
|
|
45
|
-
import * as i44 from "./
|
|
46
|
-
import * as i45 from "
|
|
47
|
-
import * as i46 from "@angular/
|
|
48
|
-
import * as i47 from "@angular/
|
|
49
|
-
import * as i48 from "@angular/
|
|
7
|
+
import * as i6 from "./components/message/conversation-message-rating.component";
|
|
8
|
+
import * as i7 from "./components/workspace/conversation-workspace.component";
|
|
9
|
+
import * as i8 from "./components/navigation/conversation-navigation.component";
|
|
10
|
+
import * as i9 from "./components/sidebar/conversation-sidebar.component";
|
|
11
|
+
import * as i10 from "./components/sidebar/routines-section.component";
|
|
12
|
+
import * as i11 from "./components/conversation/conversation-list.component";
|
|
13
|
+
import * as i12 from "./components/conversation/conversation-chat-area.component";
|
|
14
|
+
import * as i13 from "./components/conversation/conversation-empty-state.component";
|
|
15
|
+
import * as i14 from "./components/conversation/conversation-agent-picker.component";
|
|
16
|
+
import * as i15 from "./components/conversation/conversation-mode-picker.component";
|
|
17
|
+
import * as i16 from "./components/thread/thread-panel.component";
|
|
18
|
+
import * as i17 from "./components/collection/collection-tree.component";
|
|
19
|
+
import * as i18 from "./components/collection/collection-view.component";
|
|
20
|
+
import * as i19 from "./components/collection/collection-artifact-card.component";
|
|
21
|
+
import * as i20 from "./components/library/library-full-view.component";
|
|
22
|
+
import * as i21 from "./components/collection/collection-form-modal.component";
|
|
23
|
+
import * as i22 from "./components/collection/artifact-create-modal.component";
|
|
24
|
+
import * as i23 from "./components/collection/collections-full-view.component";
|
|
25
|
+
import * as i24 from "./components/project/project-selector.component";
|
|
26
|
+
import * as i25 from "./components/project/project-form-modal.component";
|
|
27
|
+
import * as i26 from "./components/tasks/tasks-dropdown.component";
|
|
28
|
+
import * as i27 from "./components/tasks/task-widget.component";
|
|
29
|
+
import * as i28 from "./components/agent/agent-process-panel.component";
|
|
30
|
+
import * as i29 from "./components/agent/active-agent-indicator.component";
|
|
31
|
+
import * as i30 from "./components/active-tasks/active-tasks-panel.component";
|
|
32
|
+
import * as i31 from "./components/share/share-modal.component";
|
|
33
|
+
import * as i32 from "./components/members/members-modal.component";
|
|
34
|
+
import * as i33 from "./components/export/export-modal.component";
|
|
35
|
+
import * as i34 from "./components/search/search-panel.component";
|
|
36
|
+
import * as i35 from "./components/notification/notification-badge.component";
|
|
37
|
+
import * as i36 from "./components/notification/activity-indicator.component";
|
|
38
|
+
import * as i37 from "./components/toast/toast.component";
|
|
39
|
+
import * as i38 from "./components/dialogs/input-dialog.component";
|
|
40
|
+
import * as i39 from "./components/dialogs/rating-dialog.component";
|
|
41
|
+
import * as i40 from "./components/global-tasks/global-tasks-panel.component";
|
|
42
|
+
import * as i41 from "./components/attachment/image-viewer.component";
|
|
43
|
+
import * as i42 from "./components/conversation/pinned-messages-panel.component";
|
|
44
|
+
import * as i43 from "./components/overlay/chat-overlay.component";
|
|
45
|
+
import * as i44 from "./directives/search-shortcut.directive";
|
|
46
|
+
import * as i45 from "@angular/common";
|
|
47
|
+
import * as i46 from "@angular/forms";
|
|
48
|
+
import * as i47 from "@angular/router";
|
|
49
|
+
import * as i48 from "@angular/cdk/overlay";
|
|
50
50
|
import * as i49 from "@memberjunction/ng-ui-components";
|
|
51
51
|
import * as i50 from "@memberjunction/ng-container-directives";
|
|
52
52
|
import * as i51 from "@memberjunction/ng-code-editor";
|
|
53
53
|
import * as i52 from "@memberjunction/ng-artifacts";
|
|
54
54
|
import * as i53 from "@memberjunction/ng-testing";
|
|
55
55
|
import * as i54 from "@memberjunction/ng-shared-generic";
|
|
56
|
-
import * as i55 from "@memberjunction/ng-
|
|
57
|
-
import * as i56 from "@memberjunction/ng-
|
|
58
|
-
import * as i57 from "@memberjunction/ng-
|
|
59
|
-
import * as i58 from "
|
|
60
|
-
import * as i59 from "
|
|
61
|
-
import * as i60 from "./components/
|
|
62
|
-
import * as i61 from "./components/collection/
|
|
63
|
-
import * as i62 from "./components/
|
|
64
|
-
import * as i63 from "./
|
|
65
|
-
import * as i64 from "./components/
|
|
66
|
-
import * as i65 from "./
|
|
67
|
-
import * as i66 from "./components/slots/mj-chat-
|
|
68
|
-
import * as i67 from "./components/slots/mj-chat-
|
|
69
|
-
import * as i68 from "./components/slots/mj-chat-
|
|
70
|
-
import * as i69 from "./components/slots/mj-chat-message-
|
|
71
|
-
import * as i70 from "./components/
|
|
72
|
-
import * as i71 from "./components/
|
|
73
|
-
import * as i72 from "
|
|
74
|
-
import * as i73 from "./components/realtime/
|
|
56
|
+
import * as i55 from "@memberjunction/ng-user-routines";
|
|
57
|
+
import * as i56 from "@memberjunction/ng-composer";
|
|
58
|
+
import * as i57 from "@memberjunction/ng-markdown";
|
|
59
|
+
import * as i58 from "@memberjunction/ng-forms";
|
|
60
|
+
import * as i59 from "@memberjunction/ng-resource-permissions";
|
|
61
|
+
import * as i60 from "./components/task/tasks-full-view.component";
|
|
62
|
+
import * as i61 from "./components/collection/collection-share-modal.component";
|
|
63
|
+
import * as i62 from "./components/shared/user-picker.component";
|
|
64
|
+
import * as i63 from "./components/collection/artifact-collection-picker-modal.component";
|
|
65
|
+
import * as i64 from "./components/artifact/artifact-share-modal.component";
|
|
66
|
+
import * as i65 from "./directives/chat-slot.directive";
|
|
67
|
+
import * as i66 from "./components/slots/mj-chat-empty-state-default.component";
|
|
68
|
+
import * as i67 from "./components/slots/mj-chat-agent-presence-default.component";
|
|
69
|
+
import * as i68 from "./components/slots/mj-chat-header-default.component";
|
|
70
|
+
import * as i69 from "./components/slots/mj-chat-message-extra-default.component";
|
|
71
|
+
import * as i70 from "./components/slots/mj-chat-demonstration-surface-default.component";
|
|
72
|
+
import * as i71 from "./components/slots/mj-chat-message-bubble-default.component";
|
|
73
|
+
import * as i72 from "./components/realtime/realtime-agent-picker.component";
|
|
74
|
+
import * as i73 from "./components/realtime/realtime-session-overlay.component";
|
|
75
|
+
import * as i74 from "@memberjunction/ng-whiteboard";
|
|
76
|
+
import * as i75 from "./components/realtime/remote-browser/remote-browser-surface.component";
|
|
77
|
+
import * as i76 from "./components/realtime/media/realtime-media-surface.component";
|
|
78
|
+
import * as i77 from "./components/realtime/evidence-playback/realtime-evidence-playback.component";
|
|
75
79
|
export declare class ConversationsModule {
|
|
76
80
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConversationsModule, never>;
|
|
77
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ConversationsModule, [typeof i1.MessageItemComponent, typeof i2.MessageListComponent, typeof i3.MessageInputComponent, typeof i4.
|
|
81
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ConversationsModule, [typeof i1.MessageItemComponent, typeof i2.MessageListComponent, typeof i3.MessageInputComponent, typeof i4.AiComposerComponent, typeof i5.ActionableCommandsComponent, typeof i6.ConversationMessageRatingComponent, typeof i7.ConversationWorkspaceComponent, typeof i8.ConversationNavigationComponent, typeof i9.ConversationSidebarComponent, typeof i10.RoutinesSectionComponent, typeof i11.ConversationListComponent, typeof i12.ConversationChatAreaComponent, typeof i13.ConversationEmptyStateComponent, typeof i14.ConversationAgentPickerComponent, typeof i15.ConversationModePickerComponent, typeof i16.ThreadPanelComponent, typeof i17.CollectionTreeComponent, typeof i18.CollectionViewComponent, typeof i19.CollectionArtifactCardComponent, typeof i20.LibraryFullViewComponent, typeof i21.CollectionFormModalComponent, typeof i22.ArtifactCreateModalComponent, typeof i23.CollectionsFullViewComponent, typeof i24.ProjectSelectorComponent, typeof i25.ProjectFormModalComponent, typeof i26.TasksDropdownComponent, typeof i27.TaskWidgetComponent, typeof i28.AgentProcessPanelComponent, typeof i29.ActiveAgentIndicatorComponent, typeof i30.ActiveTasksPanelComponent, typeof i31.ShareModalComponent, typeof i32.MembersModalComponent, typeof i33.ExportModalComponent, typeof i34.SearchPanelComponent, typeof i35.NotificationBadgeComponent, typeof i36.ActivityIndicatorComponent, typeof i37.ToastComponent, typeof i38.InputDialogComponent, typeof i39.RatingDialogComponent, typeof i40.GlobalTasksPanelComponent, typeof i41.ImageViewerComponent, typeof i42.PinnedMessagesPanelComponent, typeof i43.ChatAgentsOverlayComponent, typeof i44.SearchShortcutDirective], [typeof i45.CommonModule, typeof i46.FormsModule, typeof i46.ReactiveFormsModule, typeof i47.RouterModule, typeof i48.OverlayModule, typeof i49.MJButtonDirective, typeof i49.MJDatepickerComponent, typeof i49.MJDialogComponent, typeof i49.MJDialogActionsComponent, typeof i49.MJEmptyStateComponent, typeof i49.MJAlertComponent, typeof i49.MJAccordionModule, typeof i50.ContainerDirectivesModule, typeof i51.CodeEditorModule, typeof i52.ArtifactsModule, typeof i53.TestingModule, typeof i54.SharedGenericModule, typeof i55.UserRoutinesModule, typeof i56.ComposerModule, typeof i57.MarkdownModule, typeof i58.DynamicFormsModule, typeof i59.ResourcePermissionsModule, typeof i60.TasksFullViewComponent, typeof i61.CollectionShareModalComponent, typeof i62.UserPickerComponent, typeof i63.ArtifactCollectionPickerModalComponent, typeof i64.ArtifactShareModalComponent, typeof i65.ChatSlotDirective, typeof i66.MJChatEmptyStateDefaultComponent, typeof i67.MJChatAgentPresenceDefaultComponent, typeof i68.MJChatHeaderDefaultComponent, typeof i69.MJChatMessageExtraDefaultComponent, typeof i70.MJChatDemonstrationSurfaceDefaultComponent, typeof i71.MJChatMessageBubbleDefaultComponent, typeof i72.RealtimeAgentPickerComponent, typeof i73.RealtimeSessionOverlayComponent, typeof i74.RealtimeWhiteboardHostComponent, typeof i75.RemoteBrowserSurfaceComponent, typeof i76.RealtimeMediaSurfaceComponent, typeof i77.RealtimeEvidencePlaybackComponent], [typeof i1.MessageItemComponent, typeof i2.MessageListComponent, typeof i3.MessageInputComponent, typeof i4.AiComposerComponent, typeof i5.ActionableCommandsComponent, typeof i6.ConversationMessageRatingComponent, typeof i7.ConversationWorkspaceComponent, typeof i8.ConversationNavigationComponent, typeof i9.ConversationSidebarComponent, typeof i10.RoutinesSectionComponent, typeof i11.ConversationListComponent, typeof i12.ConversationChatAreaComponent, typeof i13.ConversationEmptyStateComponent, typeof i14.ConversationAgentPickerComponent, typeof i15.ConversationModePickerComponent, typeof i16.ThreadPanelComponent, typeof i17.CollectionTreeComponent, typeof i18.CollectionViewComponent, typeof i19.CollectionArtifactCardComponent, typeof i20.LibraryFullViewComponent, typeof i21.CollectionFormModalComponent, typeof i22.ArtifactCreateModalComponent, typeof i23.CollectionsFullViewComponent, typeof i24.ProjectSelectorComponent, typeof i25.ProjectFormModalComponent, typeof i26.TasksDropdownComponent, typeof i27.TaskWidgetComponent, typeof i28.AgentProcessPanelComponent, typeof i29.ActiveAgentIndicatorComponent, typeof i30.ActiveTasksPanelComponent, typeof i31.ShareModalComponent, typeof i32.MembersModalComponent, typeof i33.ExportModalComponent, typeof i34.SearchPanelComponent, typeof i35.NotificationBadgeComponent, typeof i36.ActivityIndicatorComponent, typeof i37.ToastComponent, typeof i38.InputDialogComponent, typeof i39.RatingDialogComponent, typeof i40.GlobalTasksPanelComponent, typeof i41.ImageViewerComponent, typeof i42.PinnedMessagesPanelComponent, typeof i43.ChatAgentsOverlayComponent, typeof i44.SearchShortcutDirective, typeof i56.ComposerModule, typeof i60.TasksFullViewComponent, typeof i65.ChatSlotDirective, typeof i66.MJChatEmptyStateDefaultComponent, typeof i67.MJChatAgentPresenceDefaultComponent, typeof i68.MJChatHeaderDefaultComponent, typeof i69.MJChatMessageExtraDefaultComponent, typeof i70.MJChatDemonstrationSurfaceDefaultComponent, typeof i71.MJChatMessageBubbleDefaultComponent, typeof i72.RealtimeAgentPickerComponent, typeof i73.RealtimeSessionOverlayComponent, typeof i74.RealtimeWhiteboardHostComponent, typeof i75.RemoteBrowserSurfaceComponent, typeof i76.RealtimeMediaSurfaceComponent, typeof i77.RealtimeEvidencePlaybackComponent]>;
|
|
78
82
|
static ɵinj: i0.ɵɵInjectorDeclaration<ConversationsModule>;
|
|
79
83
|
}
|
|
80
84
|
//# sourceMappingURL=conversations.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conversations.module.d.ts","sourceRoot":"","sources":["../../src/lib/conversations.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"conversations.module.d.ts","sourceRoot":"","sources":["../../src/lib/conversations.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4KA,qBA2Ea,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAI"}
|
|
@@ -2,31 +2,36 @@ import { NgModule } from '@angular/core';
|
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
4
|
import { RouterModule } from '@angular/router';
|
|
5
|
+
import { OverlayModule } from '@angular/cdk/overlay';
|
|
5
6
|
// MJ UI Components
|
|
6
|
-
import { MJButtonDirective, MJDatepickerComponent, MJDialogComponent, MJDialogActionsComponent } from '@memberjunction/ng-ui-components';
|
|
7
|
+
import { MJButtonDirective, MJDatepickerComponent, MJDialogComponent, MJDialogActionsComponent, MJEmptyStateComponent, MJAlertComponent, MJAccordionModule } from '@memberjunction/ng-ui-components';
|
|
7
8
|
// MemberJunction modules
|
|
8
9
|
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
9
10
|
import { CodeEditorModule } from '@memberjunction/ng-code-editor';
|
|
10
11
|
import { ArtifactsModule } from '@memberjunction/ng-artifacts';
|
|
11
12
|
import { TestingModule } from '@memberjunction/ng-testing';
|
|
12
13
|
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
14
|
+
import { UserRoutinesModule } from '@memberjunction/ng-user-routines';
|
|
13
15
|
// Markdown module
|
|
14
16
|
import { MarkdownModule } from '@memberjunction/ng-markdown';
|
|
15
17
|
// Resource permissions (generic share dialog)
|
|
16
18
|
import { ResourcePermissionsModule } from '@memberjunction/ng-resource-permissions';
|
|
19
|
+
// Composer (mention editor + dropdown + message input box) — extracted to @memberjunction/ng-composer
|
|
20
|
+
import { ComposerModule } from '@memberjunction/ng-composer';
|
|
21
|
+
// AI-aware composer wrapper (agent/record/skill trigger plugins built in)
|
|
22
|
+
import { AiComposerComponent } from './components/composer/ai-composer.component';
|
|
23
|
+
import { LoadComposerPlugins } from './composer-plugins/load-composer-plugins';
|
|
17
24
|
// Components
|
|
18
25
|
import { MessageItemComponent } from './components/message/message-item.component';
|
|
19
26
|
import { MessageListComponent } from './components/message/message-list.component';
|
|
20
27
|
import { MessageInputComponent } from './components/message/message-input.component';
|
|
21
|
-
import { MessageInputBoxComponent } from './components/message/message-input-box.component';
|
|
22
28
|
import { DynamicFormsModule } from '@memberjunction/ng-forms';
|
|
23
29
|
import { ActionableCommandsComponent } from './components/message/actionable-commands.component';
|
|
24
|
-
import { MentionDropdownComponent } from './components/mention/mention-dropdown.component';
|
|
25
|
-
import { MentionEditorComponent } from './components/mention/mention-editor.component';
|
|
26
30
|
import { ConversationMessageRatingComponent } from './components/message/conversation-message-rating.component';
|
|
27
31
|
import { ConversationWorkspaceComponent } from './components/workspace/conversation-workspace.component';
|
|
28
32
|
import { ConversationNavigationComponent } from './components/navigation/conversation-navigation.component';
|
|
29
33
|
import { ConversationSidebarComponent } from './components/sidebar/conversation-sidebar.component';
|
|
34
|
+
import { RoutinesSectionComponent } from './components/sidebar/routines-section.component';
|
|
30
35
|
import { ConversationListComponent } from './components/conversation/conversation-list.component';
|
|
31
36
|
import { ConversationChatAreaComponent } from './components/conversation/conversation-chat-area.component';
|
|
32
37
|
import { ConversationEmptyStateComponent } from './components/conversation/conversation-empty-state.component';
|
|
@@ -72,6 +77,10 @@ import { LoadRealtimeWhiteboardChannel } from './components/realtime/whiteboard/
|
|
|
72
77
|
import { LoadWhiteboardArtifactViewer } from './components/realtime/whiteboard/whiteboard-artifact-viewer.component';
|
|
73
78
|
import { LoadRealtimeRemoteBrowserChannel } from './components/realtime/remote-browser/remote-browser-channel';
|
|
74
79
|
import { RemoteBrowserSurfaceComponent } from './components/realtime/remote-browser/remote-browser-surface.component';
|
|
80
|
+
import { LoadRealtimeMediaChannel } from './components/realtime/media/media-channel';
|
|
81
|
+
import { LoadClientContextChannel } from './components/realtime/channels/client-context-channel';
|
|
82
|
+
import { RealtimeMediaSurfaceComponent } from './components/realtime/media/realtime-media-surface.component';
|
|
83
|
+
import { RealtimeEvidencePlaybackComponent } from './components/realtime/evidence-playback/realtime-evidence-playback.component';
|
|
75
84
|
// Directives
|
|
76
85
|
import { SearchShortcutDirective } from './directives/search-shortcut.directive';
|
|
77
86
|
// PR 2c — Widget extension surface (standalone)
|
|
@@ -92,22 +101,29 @@ LoadRealtimeWhiteboardChannel();
|
|
|
92
101
|
// Remote Browser channel plugin — same registry-driven resolution (ClientPluginClass
|
|
93
102
|
// 'RealtimeRemoteBrowserChannel'); the static call defeats tree-shaking of its @RegisterClass.
|
|
94
103
|
LoadRealtimeRemoteBrowserChannel();
|
|
104
|
+
// Media channel plugin — same registry-driven resolution (ClientPluginClass
|
|
105
|
+
// 'RealtimeMediaChannel'); the static call defeats tree-shaking of its @RegisterClass.
|
|
106
|
+
LoadRealtimeMediaChannel();
|
|
107
|
+
LoadClientContextChannel();
|
|
95
108
|
// Whiteboard ARTIFACT VIEWER plugin — resolved by the artifact plugin host via the
|
|
96
109
|
// ClassFactory (keyed by the artifact type's DriverClass), same tree-shaking concern.
|
|
97
110
|
LoadWhiteboardArtifactViewer();
|
|
111
|
+
// Composer trigger-provider PLUGINS ('@' agent mentions, '#' record mentions, '/' skill
|
|
112
|
+
// commands) — resolved via ClassFactory discovery by any mj-mention-editor without an
|
|
113
|
+
// explicit provider list; the static call defeats tree-shaking of their @RegisterClass.
|
|
114
|
+
LoadComposerPlugins();
|
|
98
115
|
// Export all components (excluding standalone components)
|
|
99
116
|
const COMPONENTS = [
|
|
100
117
|
MessageItemComponent,
|
|
101
118
|
MessageListComponent,
|
|
102
119
|
MessageInputComponent,
|
|
103
|
-
|
|
120
|
+
AiComposerComponent,
|
|
104
121
|
ActionableCommandsComponent,
|
|
105
|
-
MentionDropdownComponent,
|
|
106
|
-
MentionEditorComponent,
|
|
107
122
|
ConversationMessageRatingComponent,
|
|
108
123
|
ConversationWorkspaceComponent,
|
|
109
124
|
ConversationNavigationComponent,
|
|
110
125
|
ConversationSidebarComponent,
|
|
126
|
+
RoutinesSectionComponent,
|
|
111
127
|
ConversationListComponent,
|
|
112
128
|
ConversationChatAreaComponent,
|
|
113
129
|
ConversationEmptyStateComponent,
|
|
@@ -150,14 +166,20 @@ export class ConversationsModule {
|
|
|
150
166
|
FormsModule,
|
|
151
167
|
ReactiveFormsModule,
|
|
152
168
|
RouterModule,
|
|
169
|
+
OverlayModule,
|
|
153
170
|
MJDatepickerComponent,
|
|
154
171
|
MJDialogComponent,
|
|
155
172
|
MJDialogActionsComponent,
|
|
173
|
+
MJEmptyStateComponent,
|
|
174
|
+
MJAlertComponent,
|
|
175
|
+
MJAccordionModule,
|
|
156
176
|
ContainerDirectivesModule,
|
|
157
177
|
CodeEditorModule,
|
|
158
178
|
ArtifactsModule,
|
|
159
179
|
TestingModule,
|
|
160
180
|
SharedGenericModule,
|
|
181
|
+
UserRoutinesModule,
|
|
182
|
+
ComposerModule,
|
|
161
183
|
MarkdownModule,
|
|
162
184
|
DynamicFormsModule,
|
|
163
185
|
ResourcePermissionsModule,
|
|
@@ -175,7 +197,12 @@ export class ConversationsModule {
|
|
|
175
197
|
MJChatMessageBubbleDefaultComponent,
|
|
176
198
|
RealtimeSessionOverlayComponent,
|
|
177
199
|
RealtimeWhiteboardHostComponent,
|
|
178
|
-
RemoteBrowserSurfaceComponent
|
|
200
|
+
RemoteBrowserSurfaceComponent,
|
|
201
|
+
RealtimeMediaSurfaceComponent,
|
|
202
|
+
RealtimeEvidencePlaybackComponent,
|
|
203
|
+
// Composer components (mj-mention-editor / mj-mention-dropdown / mj-message-input-box)
|
|
204
|
+
// remain available to consumers of this module's template surface
|
|
205
|
+
ComposerModule] });
|
|
179
206
|
}
|
|
180
207
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConversationsModule, [{
|
|
181
208
|
type: NgModule,
|
|
@@ -189,15 +216,21 @@ export class ConversationsModule {
|
|
|
189
216
|
FormsModule,
|
|
190
217
|
ReactiveFormsModule,
|
|
191
218
|
RouterModule,
|
|
219
|
+
OverlayModule,
|
|
192
220
|
MJButtonDirective,
|
|
193
221
|
MJDatepickerComponent,
|
|
194
222
|
MJDialogComponent,
|
|
195
223
|
MJDialogActionsComponent,
|
|
224
|
+
MJEmptyStateComponent,
|
|
225
|
+
MJAlertComponent,
|
|
226
|
+
MJAccordionModule,
|
|
196
227
|
ContainerDirectivesModule,
|
|
197
228
|
CodeEditorModule,
|
|
198
229
|
ArtifactsModule,
|
|
199
230
|
TestingModule,
|
|
200
231
|
SharedGenericModule,
|
|
232
|
+
UserRoutinesModule,
|
|
233
|
+
ComposerModule,
|
|
201
234
|
MarkdownModule,
|
|
202
235
|
DynamicFormsModule,
|
|
203
236
|
ResourcePermissionsModule,
|
|
@@ -219,11 +252,16 @@ export class ConversationsModule {
|
|
|
219
252
|
RealtimeAgentPickerComponent,
|
|
220
253
|
RealtimeSessionOverlayComponent,
|
|
221
254
|
RealtimeWhiteboardHostComponent,
|
|
222
|
-
RemoteBrowserSurfaceComponent
|
|
255
|
+
RemoteBrowserSurfaceComponent,
|
|
256
|
+
RealtimeMediaSurfaceComponent,
|
|
257
|
+
RealtimeEvidencePlaybackComponent
|
|
223
258
|
],
|
|
224
259
|
exports: [
|
|
225
260
|
...COMPONENTS,
|
|
226
261
|
SearchShortcutDirective,
|
|
262
|
+
// Composer components (mj-mention-editor / mj-mention-dropdown / mj-message-input-box)
|
|
263
|
+
// remain available to consumers of this module's template surface
|
|
264
|
+
ComposerModule,
|
|
227
265
|
// Standalone components
|
|
228
266
|
TasksFullViewComponent,
|
|
229
267
|
// PR 2c — Widget extension surface
|
|
@@ -238,21 +276,22 @@ export class ConversationsModule {
|
|
|
238
276
|
RealtimeAgentPickerComponent,
|
|
239
277
|
RealtimeSessionOverlayComponent,
|
|
240
278
|
RealtimeWhiteboardHostComponent,
|
|
241
|
-
RemoteBrowserSurfaceComponent
|
|
279
|
+
RemoteBrowserSurfaceComponent,
|
|
280
|
+
RealtimeMediaSurfaceComponent,
|
|
281
|
+
RealtimeEvidencePlaybackComponent
|
|
242
282
|
]
|
|
243
283
|
}]
|
|
244
284
|
}], null, null); })();
|
|
245
285
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ConversationsModule, { declarations: [MessageItemComponent,
|
|
246
286
|
MessageListComponent,
|
|
247
287
|
MessageInputComponent,
|
|
248
|
-
|
|
288
|
+
AiComposerComponent,
|
|
249
289
|
ActionableCommandsComponent,
|
|
250
|
-
MentionDropdownComponent,
|
|
251
|
-
MentionEditorComponent,
|
|
252
290
|
ConversationMessageRatingComponent,
|
|
253
291
|
ConversationWorkspaceComponent,
|
|
254
292
|
ConversationNavigationComponent,
|
|
255
293
|
ConversationSidebarComponent,
|
|
294
|
+
RoutinesSectionComponent,
|
|
256
295
|
ConversationListComponent,
|
|
257
296
|
ConversationChatAreaComponent,
|
|
258
297
|
ConversationEmptyStateComponent,
|
|
@@ -290,15 +329,21 @@ export class ConversationsModule {
|
|
|
290
329
|
FormsModule,
|
|
291
330
|
ReactiveFormsModule,
|
|
292
331
|
RouterModule,
|
|
332
|
+
OverlayModule,
|
|
293
333
|
MJButtonDirective,
|
|
294
334
|
MJDatepickerComponent,
|
|
295
335
|
MJDialogComponent,
|
|
296
336
|
MJDialogActionsComponent,
|
|
337
|
+
MJEmptyStateComponent,
|
|
338
|
+
MJAlertComponent,
|
|
339
|
+
MJAccordionModule,
|
|
297
340
|
ContainerDirectivesModule,
|
|
298
341
|
CodeEditorModule,
|
|
299
342
|
ArtifactsModule,
|
|
300
343
|
TestingModule,
|
|
301
344
|
SharedGenericModule,
|
|
345
|
+
UserRoutinesModule,
|
|
346
|
+
ComposerModule,
|
|
302
347
|
MarkdownModule,
|
|
303
348
|
DynamicFormsModule,
|
|
304
349
|
ResourcePermissionsModule,
|
|
@@ -320,17 +365,18 @@ export class ConversationsModule {
|
|
|
320
365
|
RealtimeAgentPickerComponent,
|
|
321
366
|
RealtimeSessionOverlayComponent,
|
|
322
367
|
RealtimeWhiteboardHostComponent,
|
|
323
|
-
RemoteBrowserSurfaceComponent
|
|
368
|
+
RemoteBrowserSurfaceComponent,
|
|
369
|
+
RealtimeMediaSurfaceComponent,
|
|
370
|
+
RealtimeEvidencePlaybackComponent], exports: [MessageItemComponent,
|
|
324
371
|
MessageListComponent,
|
|
325
372
|
MessageInputComponent,
|
|
326
|
-
|
|
373
|
+
AiComposerComponent,
|
|
327
374
|
ActionableCommandsComponent,
|
|
328
|
-
MentionDropdownComponent,
|
|
329
|
-
MentionEditorComponent,
|
|
330
375
|
ConversationMessageRatingComponent,
|
|
331
376
|
ConversationWorkspaceComponent,
|
|
332
377
|
ConversationNavigationComponent,
|
|
333
378
|
ConversationSidebarComponent,
|
|
379
|
+
RoutinesSectionComponent,
|
|
334
380
|
ConversationListComponent,
|
|
335
381
|
ConversationChatAreaComponent,
|
|
336
382
|
ConversationEmptyStateComponent,
|
|
@@ -365,6 +411,9 @@ export class ConversationsModule {
|
|
|
365
411
|
ImageViewerComponent,
|
|
366
412
|
PinnedMessagesPanelComponent,
|
|
367
413
|
ChatAgentsOverlayComponent, SearchShortcutDirective,
|
|
414
|
+
// Composer components (mj-mention-editor / mj-mention-dropdown / mj-message-input-box)
|
|
415
|
+
// remain available to consumers of this module's template surface
|
|
416
|
+
ComposerModule,
|
|
368
417
|
// Standalone components
|
|
369
418
|
TasksFullViewComponent,
|
|
370
419
|
// PR 2c — Widget extension surface
|
|
@@ -379,5 +428,7 @@ export class ConversationsModule {
|
|
|
379
428
|
RealtimeAgentPickerComponent,
|
|
380
429
|
RealtimeSessionOverlayComponent,
|
|
381
430
|
RealtimeWhiteboardHostComponent,
|
|
382
|
-
RemoteBrowserSurfaceComponent
|
|
431
|
+
RemoteBrowserSurfaceComponent,
|
|
432
|
+
RealtimeMediaSurfaceComponent,
|
|
433
|
+
RealtimeEvidencePlaybackComponent] }); })();
|
|
383
434
|
//# sourceMappingURL=conversations.module.js.map
|