@memberjunction/ng-conversations 5.36.0 → 5.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/lib/components/conversation/conversation-agent-picker.component.d.ts +47 -0
- package/dist/lib/components/conversation/conversation-agent-picker.component.d.ts.map +1 -0
- package/dist/lib/components/conversation/conversation-agent-picker.component.js +253 -0
- package/dist/lib/components/conversation/conversation-agent-picker.component.js.map +1 -0
- package/dist/lib/components/conversation/conversation-chat-area.component.d.ts +201 -4
- package/dist/lib/components/conversation/conversation-chat-area.component.d.ts.map +1 -1
- package/dist/lib/components/conversation/conversation-chat-area.component.js +776 -263
- package/dist/lib/components/conversation/conversation-chat-area.component.js.map +1 -1
- package/dist/lib/components/conversation/conversation-empty-state.component.d.ts +2 -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 +6 -3
- package/dist/lib/components/conversation/conversation-empty-state.component.js.map +1 -1
- package/dist/lib/components/conversation/conversation-mode-picker.component.d.ts +57 -0
- package/dist/lib/components/conversation/conversation-mode-picker.component.d.ts.map +1 -0
- package/dist/lib/components/conversation/conversation-mode-picker.component.js +252 -0
- package/dist/lib/components/conversation/conversation-mode-picker.component.js.map +1 -0
- package/dist/lib/components/dialogs/rating-dialog.component.d.ts +31 -0
- package/dist/lib/components/dialogs/rating-dialog.component.d.ts.map +1 -0
- package/dist/lib/components/dialogs/rating-dialog.component.js +290 -0
- package/dist/lib/components/dialogs/rating-dialog.component.js.map +1 -0
- package/dist/lib/components/mention/mention-editor.component.d.ts +1 -1
- package/dist/lib/components/mention/mention-editor.component.d.ts.map +1 -1
- package/dist/lib/components/mention/mention-editor.component.js +1 -0
- package/dist/lib/components/mention/mention-editor.component.js.map +1 -1
- package/dist/lib/components/message/conversation-message-rating.component.d.ts +43 -18
- package/dist/lib/components/message/conversation-message-rating.component.d.ts.map +1 -1
- package/dist/lib/components/message/conversation-message-rating.component.js +235 -193
- package/dist/lib/components/message/conversation-message-rating.component.js.map +1 -1
- package/dist/lib/components/message/message-input-box.component.d.ts +1 -1
- package/dist/lib/components/message/message-input-box.component.d.ts.map +1 -1
- package/dist/lib/components/message/message-input-box.component.js +1 -1
- package/dist/lib/components/message/message-input-box.component.js.map +1 -1
- package/dist/lib/components/message/message-input.component.d.ts +58 -4
- package/dist/lib/components/message/message-input.component.d.ts.map +1 -1
- package/dist/lib/components/message/message-input.component.js +135 -21
- package/dist/lib/components/message/message-input.component.js.map +1 -1
- package/dist/lib/components/message/message-item.component.d.ts +0 -13
- package/dist/lib/components/message/message-item.component.d.ts.map +1 -1
- package/dist/lib/components/message/message-item.component.js +126 -152
- package/dist/lib/components/message/message-item.component.js.map +1 -1
- package/dist/lib/components/overlay/chat-overlay.component.d.ts +88 -5
- package/dist/lib/components/overlay/chat-overlay.component.d.ts.map +1 -1
- package/dist/lib/components/overlay/chat-overlay.component.js +296 -54
- package/dist/lib/components/overlay/chat-overlay.component.js.map +1 -1
- package/dist/lib/components/workspace/conversation-workspace.component.d.ts +11 -0
- package/dist/lib/components/workspace/conversation-workspace.component.d.ts.map +1 -1
- package/dist/lib/components/workspace/conversation-workspace.component.js +13 -3
- package/dist/lib/components/workspace/conversation-workspace.component.js.map +1 -1
- package/dist/lib/conversations.module.d.ts +59 -57
- package/dist/lib/conversations.module.d.ts.map +1 -1
- package/dist/lib/conversations.module.js +12 -4
- package/dist/lib/conversations.module.js.map +1 -1
- package/dist/lib/models/conversation-state.model.d.ts +0 -27
- 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 +1 -9
- package/dist/lib/services/conversation-agent.service.d.ts.map +1 -1
- package/dist/lib/services/conversation-agent.service.js +22 -121
- package/dist/lib/services/conversation-agent.service.js.map +1 -1
- package/dist/lib/services/conversation-attachment.service.d.ts.map +1 -1
- package/dist/lib/services/conversation-attachment.service.js +5 -26
- package/dist/lib/services/conversation-attachment.service.js.map +1 -1
- package/dist/lib/services/conversation-bridge.service.d.ts +13 -0
- package/dist/lib/services/conversation-bridge.service.d.ts.map +1 -1
- package/dist/lib/services/conversation-bridge.service.js +15 -0
- package/dist/lib/services/conversation-bridge.service.js.map +1 -1
- package/dist/lib/services/data-cache.service.d.ts.map +1 -1
- package/dist/lib/services/data-cache.service.js +0 -1
- package/dist/lib/services/data-cache.service.js.map +1 -1
- package/dist/lib/services/dialog.service.d.ts +24 -0
- package/dist/lib/services/dialog.service.d.ts.map +1 -1
- package/dist/lib/services/dialog.service.js +45 -0
- package/dist/lib/services/dialog.service.js.map +1 -1
- package/package.json +23 -22
- package/dist/lib/components/message/suggested-responses.component.d.ts +0 -55
- package/dist/lib/components/message/suggested-responses.component.d.ts.map +0 -1
- package/dist/lib/components/message/suggested-responses.component.js +0 -207
- package/dist/lib/components/message/suggested-responses.component.js.map +0 -1
|
@@ -40,6 +40,14 @@ export declare class ChatAgentsOverlayComponent extends BaseAngularComponent imp
|
|
|
40
40
|
private static readonly MIN_HEIGHT;
|
|
41
41
|
private static readonly MAX_WIDTH;
|
|
42
42
|
private static readonly MAX_HEIGHT;
|
|
43
|
+
/** Default `bottom` for both bubble and panel (matches CSS 1.5rem). */
|
|
44
|
+
private static readonly BASE_BOTTOM_PX;
|
|
45
|
+
/** Floating bubble diameter in pixels (matches CSS 3.5rem). */
|
|
46
|
+
private static readonly BUBBLE_SIZE_PX;
|
|
47
|
+
/** Minimum gap to keep between the overlay and the viewport top edge. */
|
|
48
|
+
private static readonly VIEWPORT_TOP_PADDING_PX;
|
|
49
|
+
/** Mousedown-to-mousemove distance that promotes a click into a drag. */
|
|
50
|
+
private static readonly BUBBLE_DRAG_THRESHOLD_PX;
|
|
43
51
|
/** Controls external visibility (e.g., parent hides overlay on chat route) */
|
|
44
52
|
private _IsVisible;
|
|
45
53
|
set IsVisible(value: boolean);
|
|
@@ -52,6 +60,13 @@ export declare class ChatAgentsOverlayComponent extends BaseAngularComponent imp
|
|
|
52
60
|
AppContext: Record<string, unknown> | null;
|
|
53
61
|
/** Greeting message shown in the empty state when no conversation is active */
|
|
54
62
|
EmptyStateGreeting: string;
|
|
63
|
+
/**
|
|
64
|
+
* Pixels reserved at the top of the viewport that the bubble and panel must not
|
|
65
|
+
* cross. Set this from the host app to the height of any fixed top chrome (e.g.
|
|
66
|
+
* Explorer's shell-header). Defaults to 0 — generic apps without top chrome
|
|
67
|
+
* keep the full viewport available.
|
|
68
|
+
*/
|
|
69
|
+
TopBoundaryPx: number;
|
|
55
70
|
/** Emitted when the overlay visibility changes */
|
|
56
71
|
VisibilityChanged: EventEmitter<ChatOverlayState>;
|
|
57
72
|
/** Emitted when a tool finishes executing in the agent client */
|
|
@@ -74,6 +89,26 @@ export declare class ChatAgentsOverlayComponent extends BaseAngularComponent imp
|
|
|
74
89
|
/** Panel dimensions (persisted via UserInfoEngine) */
|
|
75
90
|
PanelWidth: number;
|
|
76
91
|
PanelHeight: number;
|
|
92
|
+
/**
|
|
93
|
+
* Pixels the floating bubble has been dragged up from its default
|
|
94
|
+
* bottom-right corner position. Always >= 0; clamping at render time
|
|
95
|
+
* keeps the bubble on-screen even after a viewport resize.
|
|
96
|
+
*/
|
|
97
|
+
BubbleOffsetY: number;
|
|
98
|
+
/** True while the user is actively dragging the bubble; used to swap cursor + suppress click. */
|
|
99
|
+
IsBubbleDragging: boolean;
|
|
100
|
+
/**
|
|
101
|
+
* True from mousedown until mouseup on the bubble, regardless of whether the
|
|
102
|
+
* gesture became a drag. Used to give immediate "I'm being held" feedback so
|
|
103
|
+
* the user can see drag is possible even before crossing the move threshold.
|
|
104
|
+
*/
|
|
105
|
+
IsBubblePressed: boolean;
|
|
106
|
+
/**
|
|
107
|
+
* When true, the floating bubble is hidden and replaced by a thin sliver
|
|
108
|
+
* flush with the right edge of the viewport. Persisted across sessions via
|
|
109
|
+
* OverlayPrefs.bubbleHidden. Clicking the sliver restores the bubble.
|
|
110
|
+
*/
|
|
111
|
+
IsHidden: boolean;
|
|
77
112
|
/** Active conversation ID managed locally */
|
|
78
113
|
private _conversationId;
|
|
79
114
|
get ConversationId(): string | null;
|
|
@@ -92,6 +127,15 @@ export declare class ChatAgentsOverlayComponent extends BaseAngularComponent imp
|
|
|
92
127
|
private resizeStartY;
|
|
93
128
|
private resizeStartWidth;
|
|
94
129
|
private resizeStartHeight;
|
|
130
|
+
/** Bubble drag state */
|
|
131
|
+
private bubbleDragStartMouseY;
|
|
132
|
+
private bubbleDragStartOffset;
|
|
133
|
+
/** True once the pointer has moved past BUBBLE_DRAG_THRESHOLD_PX; suppresses the implicit click. */
|
|
134
|
+
private bubbleDragMoved;
|
|
135
|
+
/** ID of the pointer currently driving the drag — guards against multi-touch confusion. */
|
|
136
|
+
private activeBubblePointerId;
|
|
137
|
+
/** Element that captured the pointer; needed to release capture on end/cancel. */
|
|
138
|
+
private bubbleCaptureTarget;
|
|
95
139
|
ngOnInit(): void;
|
|
96
140
|
ngOnDestroy(): void;
|
|
97
141
|
/** Toggle between collapsed and expanded states */
|
|
@@ -129,6 +173,15 @@ export declare class ChatAgentsOverlayComponent extends BaseAngularComponent imp
|
|
|
129
173
|
OnTaskClicked(task: MJTaskEntity): void;
|
|
130
174
|
/** Start a new conversation in the overlay */
|
|
131
175
|
StartNewConversation(): void;
|
|
176
|
+
/**
|
|
177
|
+
* Hide the floating bubble — leaves a thin sliver on the right edge as the
|
|
178
|
+
* only affordance to bring it back. Invoked from the small "×" pill that
|
|
179
|
+
* appears on hover. Stops propagation so the bubble's own click handler
|
|
180
|
+
* doesn't fire and toggle the panel open.
|
|
181
|
+
*/
|
|
182
|
+
Hide(event: Event): void;
|
|
183
|
+
/** Restore the floating bubble after it was hidden. Triggered by clicking the sliver. */
|
|
184
|
+
Show(): void;
|
|
132
185
|
/** Increment unread badge (called externally when messages arrive while collapsed) */
|
|
133
186
|
IncrementUnread(): void;
|
|
134
187
|
/** Start resizing from an edge or corner */
|
|
@@ -138,12 +191,42 @@ export declare class ChatAgentsOverlayComponent extends BaseAngularComponent imp
|
|
|
138
191
|
private removeResizeListeners;
|
|
139
192
|
private clampWidth;
|
|
140
193
|
private clampHeight;
|
|
194
|
+
/**
|
|
195
|
+
* Start tracking a potential bubble drag. We don't enter drag mode until
|
|
196
|
+
* the pointer moves past BUBBLE_DRAG_THRESHOLD_PX — releasing before that
|
|
197
|
+
* threshold is treated as a normal click/tap and opens the chat (via Toggle()).
|
|
198
|
+
*
|
|
199
|
+
* Pointer Events (not mousedown) so the same code path serves desktop mouse,
|
|
200
|
+
* touch on phones/tablets, and pen input. setPointerCapture keeps the gesture
|
|
201
|
+
* tied to this element even if the finger or cursor strays off the bubble.
|
|
202
|
+
*/
|
|
203
|
+
OnBubblePointerDown(event: PointerEvent): void;
|
|
204
|
+
private onBubbleDragMove;
|
|
205
|
+
private onBubbleDragEnd;
|
|
206
|
+
private removeBubbleDragListeners;
|
|
207
|
+
/**
|
|
208
|
+
* Reserved space at the top of the viewport — host-supplied chrome plus
|
|
209
|
+
* the padding gap we always keep above the bubble/panel.
|
|
210
|
+
*/
|
|
211
|
+
private get topReservedPx();
|
|
212
|
+
/** Clamp the offset so the bubble stays fully visible below the top boundary. */
|
|
213
|
+
private clampBubbleOffsetY;
|
|
214
|
+
/** Effective `bottom` (px) for the floating bubble, clamped to the current viewport. */
|
|
215
|
+
get BubbleBottomPx(): number;
|
|
216
|
+
/**
|
|
217
|
+
* Effective `bottom` (px) for the expanded panel. Anchors to the bubble's
|
|
218
|
+
* current bottom edge so the panel grows up from where the user parked the
|
|
219
|
+
* bubble, but clamps downward whenever the panel would otherwise extend
|
|
220
|
+
* past the viewport's top boundary — that's the "reposition lower so the
|
|
221
|
+
* chat interface stays visible" behavior.
|
|
222
|
+
*/
|
|
223
|
+
get PanelBottomPx(): number;
|
|
141
224
|
/** Auto-resolve CurrentUser and EnvironmentId from Metadata when not provided as inputs */
|
|
142
225
|
private resolveDefaults;
|
|
143
|
-
/** Load saved panel size from UserInfoEngine */
|
|
144
|
-
private
|
|
145
|
-
/** Persist panel size to UserInfoEngine (debounced) */
|
|
146
|
-
private
|
|
226
|
+
/** Load saved panel size and bubble position from UserInfoEngine */
|
|
227
|
+
private loadPreferences;
|
|
228
|
+
/** Persist panel size and bubble position to UserInfoEngine (debounced) */
|
|
229
|
+
private savePreferences;
|
|
147
230
|
/** Subscribe to bridge events for cross-view coordination */
|
|
148
231
|
private subscribeToBridgeEvents;
|
|
149
232
|
/** Subscribe to agent client tool execution events */
|
|
@@ -153,6 +236,6 @@ export declare class ChatAgentsOverlayComponent extends BaseAngularComponent imp
|
|
|
153
236
|
/** Emit a conversation switched event */
|
|
154
237
|
private emitConversationSwitched;
|
|
155
238
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChatAgentsOverlayComponent, never>;
|
|
156
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChatAgentsOverlayComponent, "mj-chat-agents-overlay", never, { "IsVisible": { "alias": "IsVisible"; "required": false; }; "CurrentUser": { "alias": "CurrentUser"; "required": false; }; "EnvironmentId": { "alias": "EnvironmentId"; "required": false; }; "AppContext": { "alias": "AppContext"; "required": false; }; "EmptyStateGreeting": { "alias": "EmptyStateGreeting"; "required": false; }; }, { "VisibilityChanged": "VisibilityChanged"; "ToolExecuted": "ToolExecuted"; "ConversationSwitched": "ConversationSwitched"; "OpenFullChatWorkspace": "OpenFullChatWorkspace"; "NavigationRequested": "NavigationRequested"; "OpenEntityRecord": "OpenEntityRecord"; "TaskClicked": "TaskClicked"; }, never, never, false, never>;
|
|
239
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChatAgentsOverlayComponent, "mj-chat-agents-overlay", never, { "IsVisible": { "alias": "IsVisible"; "required": false; }; "CurrentUser": { "alias": "CurrentUser"; "required": false; }; "EnvironmentId": { "alias": "EnvironmentId"; "required": false; }; "AppContext": { "alias": "AppContext"; "required": false; }; "EmptyStateGreeting": { "alias": "EmptyStateGreeting"; "required": false; }; "TopBoundaryPx": { "alias": "TopBoundaryPx"; "required": false; }; }, { "VisibilityChanged": "VisibilityChanged"; "ToolExecuted": "ToolExecuted"; "ConversationSwitched": "ConversationSwitched"; "OpenFullChatWorkspace": "OpenFullChatWorkspace"; "NavigationRequested": "NavigationRequested"; "OpenEntityRecord": "OpenEntityRecord"; "TaskClicked": "TaskClicked"; }, never, never, false, never>;
|
|
157
240
|
}
|
|
158
241
|
//# sourceMappingURL=chat-overlay.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat-overlay.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/overlay/chat-overlay.component.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAEH,YAAY,EAEZ,SAAS,EACT,MAAM,EAIT,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,OAAO,EAAE,QAAQ,EAAY,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACxE,OAAO,EAAE,oBAAoB,EAAE,YAAY,EAA+C,MAAM,+BAA+B,CAAC;AAEhI,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAExE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;;AAExE,wCAAwC;AACxC,MAAM,MAAM,gBAAgB,GAAG,WAAW,GAAG,UAAU,GAAG,WAAW,CAAC;AAEtE,wEAAwE;AACxE,MAAM,WAAW,gCAAgC;IAC7C,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;CACpC;
|
|
1
|
+
{"version":3,"file":"chat-overlay.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/overlay/chat-overlay.component.ts"],"names":[],"mappings":"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"}
|