@memberjunction/ng-conversations 6.1.0-edge.2 → 6.1.0-edge.3
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/LICENSE +180 -4
- package/README.md +32 -1
- package/dist/lib/components/conversation/conversation-chat-area.component.d.ts +159 -9
- package/dist/lib/components/conversation/conversation-chat-area.component.d.ts.map +1 -1
- package/dist/lib/components/conversation/conversation-chat-area.component.js +497 -106
- package/dist/lib/components/conversation/conversation-chat-area.component.js.map +1 -1
- package/dist/lib/components/conversation/pinned-messages-panel.component.d.ts +14 -2
- package/dist/lib/components/conversation/pinned-messages-panel.component.d.ts.map +1 -1
- package/dist/lib/components/conversation/pinned-messages-panel.component.js +37 -19
- package/dist/lib/components/conversation/pinned-messages-panel.component.js.map +1 -1
- package/dist/lib/components/message/message-input.component.d.ts +7 -3
- package/dist/lib/components/message/message-input.component.d.ts.map +1 -1
- package/dist/lib/components/message/message-input.component.js +78 -159
- package/dist/lib/components/message/message-input.component.js.map +1 -1
- package/dist/lib/components/message/message-list.component.d.ts +287 -7
- package/dist/lib/components/message/message-list.component.d.ts.map +1 -1
- package/dist/lib/components/message/message-list.component.js +850 -56
- package/dist/lib/components/message/message-list.component.js.map +1 -1
- package/dist/lib/services/conversation-agent.service.d.ts +98 -16
- package/dist/lib/services/conversation-agent.service.d.ts.map +1 -1
- package/dist/lib/services/conversation-agent.service.js +218 -69
- package/dist/lib/services/conversation-agent.service.js.map +1 -1
- package/dist/lib/services/conversation-detail-window.store.d.ts +206 -0
- package/dist/lib/services/conversation-detail-window.store.d.ts.map +1 -0
- package/dist/lib/services/conversation-detail-window.store.js +503 -0
- package/dist/lib/services/conversation-detail-window.store.js.map +1 -0
- package/dist/lib/utils/agent-artifact-summary.d.ts +54 -0
- package/dist/lib/utils/agent-artifact-summary.d.ts.map +1 -0
- package/dist/lib/utils/agent-artifact-summary.js +49 -0
- package/dist/lib/utils/agent-artifact-summary.js.map +1 -0
- package/dist/lib/utils/conversation-detail-window.d.ts +49 -0
- package/dist/lib/utils/conversation-detail-window.d.ts.map +1 -0
- package/dist/lib/utils/conversation-detail-window.js +86 -0
- package/dist/lib/utils/conversation-detail-window.js.map +1 -0
- package/dist/lib/utils/date-jump.d.ts +65 -0
- package/dist/lib/utils/date-jump.d.ts.map +1 -0
- package/dist/lib/utils/date-jump.js +106 -0
- package/dist/lib/utils/date-jump.js.map +1 -0
- package/package.json +32 -32
package/LICENSE
CHANGED
|
@@ -1,7 +1,183 @@
|
|
|
1
|
-
|
|
1
|
+
Business Source License 1.1
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
License text copyright (c) 2024 MariaDB plc, All Rights Reserved.
|
|
4
|
+
"Business Source License" is a trademark of MariaDB plc.
|
|
4
5
|
|
|
5
|
-
|
|
6
|
+
-----------------------------------------------------------------------------
|
|
6
7
|
|
|
7
|
-
|
|
8
|
+
Parameters
|
|
9
|
+
|
|
10
|
+
Licensor: Blue Cypress, Inc.
|
|
11
|
+
|
|
12
|
+
Licensed Work: MemberJunction.
|
|
13
|
+
The Licensed Work is (c) 2023-2026 Blue Cypress, Inc.
|
|
14
|
+
|
|
15
|
+
Additional Use Grant: Subject to the terms of this License, Licensor grants
|
|
16
|
+
you the following additional rights to make Production
|
|
17
|
+
Use of the Licensed Work.
|
|
18
|
+
|
|
19
|
+
1. Internal Use
|
|
20
|
+
|
|
21
|
+
You may make production use of the Licensed Work for
|
|
22
|
+
your own internal business or organizational operations.
|
|
23
|
+
|
|
24
|
+
2. Nonprofit Use
|
|
25
|
+
|
|
26
|
+
If you are a Nonprofit, you may make production use of
|
|
27
|
+
the Licensed Work for the operations and activities of
|
|
28
|
+
your Organizational Family.
|
|
29
|
+
|
|
30
|
+
3. MemberJunction Certified Program Use
|
|
31
|
+
|
|
32
|
+
If you are authorized by Licensor under the
|
|
33
|
+
MemberJunction Certified Program to provide professional
|
|
34
|
+
services using the Licensed Work, you may make
|
|
35
|
+
production use of the Licensed Work in providing such
|
|
36
|
+
professional services to a client, provided that:
|
|
37
|
+
|
|
38
|
+
(a) the Licensed Work is deployed in, and the applicable
|
|
39
|
+
production use occurs within, an environment owned,
|
|
40
|
+
leased, licensed, subscribed to, or otherwise controlled
|
|
41
|
+
by that client; and
|
|
42
|
+
|
|
43
|
+
(b) the production use is for that client's own internal
|
|
44
|
+
business or organizational operations or is otherwise
|
|
45
|
+
independently permitted to that client under this
|
|
46
|
+
Additional Use Grant.
|
|
47
|
+
|
|
48
|
+
4. Definitions Applicable to the Additional Use Grant
|
|
49
|
+
|
|
50
|
+
"Affiliate" means, with respect to a specified Person,
|
|
51
|
+
any other Person that directly or indirectly Controls,
|
|
52
|
+
is Controlled by, or is under common Control with such
|
|
53
|
+
specified Person.
|
|
54
|
+
|
|
55
|
+
"Control" (including the terms "Controls," "Controlled
|
|
56
|
+
by," and "under common Control with") means the direct
|
|
57
|
+
or indirect possession of the power to direct or cause
|
|
58
|
+
the direction of the management and policies of a
|
|
59
|
+
Person, whether through ownership of voting interests,
|
|
60
|
+
by contract, or otherwise.
|
|
61
|
+
|
|
62
|
+
"Organizational Family" means, with respect to a Person,
|
|
63
|
+
(a) such Person and its Affiliates, and (b) any
|
|
64
|
+
nonprofit organization, governmental entity, chapter,
|
|
65
|
+
division, local affiliate, regional affiliate, state
|
|
66
|
+
affiliate, national affiliate, or other entity that is
|
|
67
|
+
formally affiliated with such Person through governing
|
|
68
|
+
documents, a charter, bylaws, a membership agreement, or
|
|
69
|
+
another written organizational instrument, and is
|
|
70
|
+
recognized under such documents as part of the same
|
|
71
|
+
organizational structure.
|
|
72
|
+
|
|
73
|
+
"Nonprofit" means a Person recognized by the Internal
|
|
74
|
+
Revenue Service as exempt from federal income taxation
|
|
75
|
+
under Section 501(c)(3), 501(c)(4), 501(c)(5), or
|
|
76
|
+
501(c)(6) of the Internal Revenue Code, or a foreign
|
|
77
|
+
organization recognized under substantially equivalent
|
|
78
|
+
laws.
|
|
79
|
+
|
|
80
|
+
A Person claiming eligibility as a Nonprofit shall, upon
|
|
81
|
+
Licensor's reasonable request, provide documentation
|
|
82
|
+
reasonably sufficient to demonstrate that it qualifies
|
|
83
|
+
as a Nonprofit. If such Person materially misrepresents,
|
|
84
|
+
or is unable to demonstrate, its qualification as a
|
|
85
|
+
Nonprofit, the rights granted to such Person under
|
|
86
|
+
Section 2 of this Additional Use Grant shall terminate.
|
|
87
|
+
|
|
88
|
+
"MemberJunction Certified Program" means Licensor's
|
|
89
|
+
then-current program for certifying and authorizing a
|
|
90
|
+
Person to provide professional services using the
|
|
91
|
+
Licensed Work.
|
|
92
|
+
|
|
93
|
+
"Person" means any individual, corporation, limited
|
|
94
|
+
liability company, partnership, association, nonprofit
|
|
95
|
+
organization, governmental entity, or other legal or
|
|
96
|
+
organizational entity.
|
|
97
|
+
|
|
98
|
+
Change Date: Four (4) years from the date the Licensed Work is first
|
|
99
|
+
made available.
|
|
100
|
+
|
|
101
|
+
Change License: MIT License.
|
|
102
|
+
|
|
103
|
+
For information about alternative licensing arrangements for the Licensed
|
|
104
|
+
Work, please contact Blue Cypress, Inc.
|
|
105
|
+
|
|
106
|
+
-----------------------------------------------------------------------------
|
|
107
|
+
|
|
108
|
+
Terms
|
|
109
|
+
|
|
110
|
+
The Licensor hereby grants you the right to copy, modify, create derivative
|
|
111
|
+
works, redistribute, and make non-production use of the Licensed Work. The
|
|
112
|
+
Licensor may make an Additional Use Grant, above, permitting limited
|
|
113
|
+
production use.
|
|
114
|
+
|
|
115
|
+
Effective on the Change Date, or the fourth anniversary of the first publicly
|
|
116
|
+
available distribution of a specific version of the Licensed Work under this
|
|
117
|
+
License, whichever comes first, the Licensor hereby grants you rights under
|
|
118
|
+
the terms of the Change License, and the rights granted in the paragraph
|
|
119
|
+
above terminate.
|
|
120
|
+
|
|
121
|
+
If your use of the Licensed Work does not comply with the requirements
|
|
122
|
+
currently in effect as described in this License, you must purchase a
|
|
123
|
+
commercial license from the Licensor, its affiliated entities, or authorized
|
|
124
|
+
resellers, or you must refrain from using the Licensed Work.
|
|
125
|
+
|
|
126
|
+
All copies of the original and modified Licensed Work, and derivative works
|
|
127
|
+
of the Licensed Work, are subject to this License. This License applies
|
|
128
|
+
separately for each version of the Licensed Work and the Change Date may vary
|
|
129
|
+
for each version of the Licensed Work released by Licensor.
|
|
130
|
+
|
|
131
|
+
You must conspicuously display this License on each original or modified copy
|
|
132
|
+
of the Licensed Work. If you receive the Licensed Work in original or
|
|
133
|
+
modified form from a third party, the terms and conditions set forth in this
|
|
134
|
+
License apply to your use of that work.
|
|
135
|
+
|
|
136
|
+
Any use of the Licensed Work in violation of this License will automatically
|
|
137
|
+
terminate your rights under this License for the current and all other
|
|
138
|
+
versions of the Licensed Work.
|
|
139
|
+
|
|
140
|
+
This License does not grant you any right in any trademark or logo of
|
|
141
|
+
Licensor or its affiliates (provided that you may use a trademark or logo of
|
|
142
|
+
Licensor as expressly required by this License).
|
|
143
|
+
|
|
144
|
+
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
|
|
145
|
+
AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
|
|
146
|
+
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
|
|
147
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
|
|
148
|
+
TITLE.
|
|
149
|
+
|
|
150
|
+
MariaDB hereby grants you permission to use this License's text to license
|
|
151
|
+
your works, and to refer to it using the trademark "Business Source License",
|
|
152
|
+
as long as you comply with the Covenants of Licensor below.
|
|
153
|
+
|
|
154
|
+
-----------------------------------------------------------------------------
|
|
155
|
+
|
|
156
|
+
Covenants of Licensor
|
|
157
|
+
|
|
158
|
+
In consideration of the right to use this License's text and the "Business
|
|
159
|
+
Source License" name and trademark, Licensor covenants to MariaDB, and to all
|
|
160
|
+
other recipients of the licensed work to be provided by Licensor:
|
|
161
|
+
|
|
162
|
+
1. To specify as the Change License the GPL Version 2.0 or any later version,
|
|
163
|
+
or a license that is compatible with GPL Version 2.0 or a later version,
|
|
164
|
+
where "compatible" means that software provided under the Change License
|
|
165
|
+
can be included in a program with software provided under GPL Version 2.0
|
|
166
|
+
or a later version. Licensor may specify additional Change Licenses without
|
|
167
|
+
limitation.
|
|
168
|
+
|
|
169
|
+
2. To either: (a) specify an additional grant of rights to use that does not
|
|
170
|
+
impose any additional restriction on the right granted in this License, as
|
|
171
|
+
the Additional Use Grant; or (b) insert the text "None".
|
|
172
|
+
|
|
173
|
+
3. To specify a Change Date.
|
|
174
|
+
|
|
175
|
+
4. Not to modify this License in any other way.
|
|
176
|
+
|
|
177
|
+
-----------------------------------------------------------------------------
|
|
178
|
+
|
|
179
|
+
Notice
|
|
180
|
+
|
|
181
|
+
The Business Source License (this document, or the "License") is not an Open
|
|
182
|
+
Source license. However, the Licensed Work will eventually be made available
|
|
183
|
+
under an Open Source License, as stated in this License.
|
package/README.md
CHANGED
|
@@ -451,6 +451,37 @@ This package never navigates (no Router): developer links emit a `RealtimeNaviga
|
|
|
451
451
|
|
|
452
452
|
Message components use dynamic component creation (`ViewContainerRef.createComponent`) instead of Angular template binding to minimize render cycles and improve performance with large message lists.
|
|
453
453
|
|
|
454
|
+
### Windowed transcript
|
|
455
|
+
|
|
456
|
+
Opening a conversation loads only the **most recent page** of the transcript — roughly ten
|
|
457
|
+
display items — rather than every `MJ: Conversation Details` row. Everything older is
|
|
458
|
+
represented by an "Earlier messages" sentinel at the top; scrolling it into view prepends the
|
|
459
|
+
previous page and holds the reader's scroll position. Items far from the viewport are
|
|
460
|
+
unmounted and replaced by height-holding spacers, so the DOM stays bounded no matter how far
|
|
461
|
+
back someone pages.
|
|
462
|
+
|
|
463
|
+
**Hosts do not opt in.** It is on by default and requires no configuration. The one thing a
|
|
464
|
+
host should provide is its scrolling element:
|
|
465
|
+
|
|
466
|
+
```html
|
|
467
|
+
<mj-conversation-message-list [ScrollRoot]="myScrollContainer"> </mj-conversation-message-list>
|
|
468
|
+
```
|
|
469
|
+
|
|
470
|
+
The list's own container does not scroll — consumers typically wrap it in their own scroller,
|
|
471
|
+
and that element is what the sentinel's `IntersectionObserver` needs as its root. When
|
|
472
|
+
`ScrollRoot` is omitted the component walks its ancestors to find one, which works but depends
|
|
473
|
+
on layout having settled.
|
|
474
|
+
|
|
475
|
+
**`ConversationEngine.LoadConversationDetails` is no longer what this widget calls on open.**
|
|
476
|
+
It now calls the additive `LoadDetailWindow`, which pages on the `Sequence` column and loads
|
|
477
|
+
peripherals (agent runs, ratings, artifacts, avatars) scoped to the returned rows.
|
|
478
|
+
`LoadConversationDetails` remains the full-history API and is unchanged — agents and
|
|
479
|
+
server-side callers depend on it returning a complete set, so the windowed path deliberately
|
|
480
|
+
never writes into the engine's detail cache.
|
|
481
|
+
|
|
482
|
+
Paging is measured in **display items**, not database rows: a realtime session collapses many
|
|
483
|
+
rows into one timeline card, and a session is never split across pages.
|
|
484
|
+
|
|
454
485
|
### MJ Entity Integration
|
|
455
486
|
|
|
456
487
|
All data operations use the MemberJunction entity system:
|
|
@@ -501,4 +532,4 @@ npm run build
|
|
|
501
532
|
|
|
502
533
|
## License
|
|
503
534
|
|
|
504
|
-
|
|
535
|
+
Business Source License 1.1 — see [LICENSE](../../../../LICENSE) for details.
|
|
@@ -25,6 +25,7 @@ import { RealtimeSessionReview } from '../../services/realtime-session-review.se
|
|
|
25
25
|
import type { ExportBranding } from '../../services/export.service';
|
|
26
26
|
import { RealtimeNavigateRequest, RealtimeStartLiveRequest } from '../realtime/realtime-session-overlay.component';
|
|
27
27
|
import { RealtimeSessionTimelineMeta } from '../../utils/realtime-session-timeline';
|
|
28
|
+
import { type DateJumpPeriod } from '../../utils/date-jump';
|
|
28
29
|
import { type MJChatSlotName } from '../../directives/chat-slot.directive';
|
|
29
30
|
import type { MJChatAgentPresenceState } from '../slots/slot-interfaces';
|
|
30
31
|
import { BeforeAgentTurnEventArgs, AfterAgentTurnEventArgs, BeforeToolInvokedEventArgs, AfterToolInvokedEventArgs, BeforeResponseFormSubmittedEventArgs, AfterResponseFormSubmittedEventArgs, SessionStartedEventArgs, SessionChannelStateChangedEventArgs, SessionEndedEventArgs } from '../../events/chat-events';
|
|
@@ -555,8 +556,88 @@ export declare class ConversationChatAreaComponent extends BaseAngularComponent
|
|
|
555
556
|
private readonly boundOnResizeTouchEnd;
|
|
556
557
|
private readonly ARTIFACT_PANE_WIDTH_KEY;
|
|
557
558
|
showPinsPanel: boolean;
|
|
558
|
-
/**
|
|
559
|
-
|
|
559
|
+
/** True once the pin ENTITIES are loaded. The COUNT is known from conversation open. */
|
|
560
|
+
private pinsHydrated;
|
|
561
|
+
/** Spinner state for the panel's first open — the rows now arrive after the panel does. */
|
|
562
|
+
isLoadingPins: boolean;
|
|
563
|
+
/**
|
|
564
|
+
* TRUE pin count for the chip. Deliberately NOT `pinnedMessages.length`, which is 0 until
|
|
565
|
+
* the panel has been opened and would hide the chip on a conversation full of pins.
|
|
566
|
+
*/
|
|
567
|
+
get pinnedMessageCount(): number;
|
|
568
|
+
/**
|
|
569
|
+
* Opens/closes the pins panel, hydrating its rows on first open.
|
|
570
|
+
*
|
|
571
|
+
* Lazy on purpose: the panel is closed by default, so loading pin entities during
|
|
572
|
+
* conversation open costs every user for a panel most never open.
|
|
573
|
+
*/
|
|
574
|
+
TogglePinsPanel(): Promise<void>;
|
|
575
|
+
/**
|
|
576
|
+
* All currently pinned messages in the active conversation, newest pin first.
|
|
577
|
+
*
|
|
578
|
+
* Read from the window store's separate pin set, NOT filtered out of `messages` — a pin
|
|
579
|
+
* older than the loaded window would otherwise vanish from the panel. Loaded by its own
|
|
580
|
+
* `IsPinned=1` query in {@link loadMessages}, already ordered `Sequence DESC`.
|
|
581
|
+
*
|
|
582
|
+
* This and the three getters around it are TEMPLATE-BOUND, so they run on every change
|
|
583
|
+
* detection cycle. They read the store's cheap single-value accessors rather than
|
|
584
|
+
* `GetSnapshot()`, which copies the whole loaded window on every call — four of those per
|
|
585
|
+
* cycle, during streaming per token, is exactly the length-proportional work this feature
|
|
586
|
+
* exists to remove.
|
|
587
|
+
*/
|
|
588
|
+
get pinnedMessages(): readonly MJConversationDetailEntity[];
|
|
589
|
+
/** True when older transcript pages remain above the loaded window (drives the sentinel). */
|
|
590
|
+
get hasMoreMessagesAbove(): boolean;
|
|
591
|
+
/** True while an older transcript page is being fetched. */
|
|
592
|
+
get isLoadingOlderMessages(): boolean;
|
|
593
|
+
/**
|
|
594
|
+
* The transcript list — needed so a date jump can scroll AFTER this component has finished
|
|
595
|
+
* paging older history. The list owns the scroll; this component owns the window.
|
|
596
|
+
*/
|
|
597
|
+
private messageListComponent?;
|
|
598
|
+
/**
|
|
599
|
+
* The element that actually scrolls the transcript, handed to the message list so its
|
|
600
|
+
* "earlier messages" observer has a correct root.
|
|
601
|
+
*
|
|
602
|
+
* The list's own container does not scroll — this one carries the `overflow-y: auto` and
|
|
603
|
+
* `min-height: 0` that make it a real scroller. Passing it down beats having the list
|
|
604
|
+
* discover it, which depends on layout having settled.
|
|
605
|
+
*/
|
|
606
|
+
get messageScrollRoot(): HTMLElement | null;
|
|
607
|
+
/**
|
|
608
|
+
* Loads the next older page — fired by the message list's "earlier messages" sentinel.
|
|
609
|
+
*
|
|
610
|
+
* `LoadOlder` already no-ops when nothing is above or a load is in flight, so repeated
|
|
611
|
+
* observer fires during a fast scroll are harmless. `messages` is reassigned to a NEW
|
|
612
|
+
* array so the list's ngOnChanges runs; the list then detects the prepend and holds the
|
|
613
|
+
* user's scroll position rather than jumping.
|
|
614
|
+
*/
|
|
615
|
+
onOlderMessagesRequested(): Promise<void>;
|
|
616
|
+
/**
|
|
617
|
+
* Re-renders the transcript after one or more older pages have been merged.
|
|
618
|
+
*
|
|
619
|
+
* Costs proportional to what was ADDED, not to the whole window. It diffs the snapshot
|
|
620
|
+
* against the rows currently rendered and hands only the difference to
|
|
621
|
+
* {@link mergePeripheralsForNewRows} — so ordinary sentinel paging and a 50-page date jump
|
|
622
|
+
* both pay per new row exactly once, and neither re-queries attachments for rows that are
|
|
623
|
+
* already on screen.
|
|
624
|
+
*
|
|
625
|
+
* `this.messages` is assigned ONCE, after the peripherals land. Assigning it before the
|
|
626
|
+
* await would show the rows a beat sooner, but the second assignment then changes bubble
|
|
627
|
+
* heights (artifacts and attachments render) AFTER the list has already restored the
|
|
628
|
+
* scroll position for the prepend — which is a visible jump. One render keeps the
|
|
629
|
+
* measurement the list scrolls to and the content it finally paints in agreement.
|
|
630
|
+
*/
|
|
631
|
+
private refreshAfterPaging;
|
|
632
|
+
/**
|
|
633
|
+
* Pages older history until a date jump can be satisfied, then scrolls to it.
|
|
634
|
+
*
|
|
635
|
+
* Windowing is exactly what broke the old implementation: the transcript no longer holds
|
|
636
|
+
* every day, so "jump to last month" targets messages that are simply not loaded. This
|
|
637
|
+
* pages until the target is in the loaded set, history runs out, or the page cap is hit —
|
|
638
|
+
* and always reports the outcome, because the plan forbids a silent no-op here.
|
|
639
|
+
*/
|
|
640
|
+
onDateJumpRequested(period: DateJumpPeriod): Promise<void>;
|
|
560
641
|
showTestFeedbackDialog: boolean;
|
|
561
642
|
testFeedbackDialogData: TestFeedbackDialogData | null;
|
|
562
643
|
showImageViewer: boolean;
|
|
@@ -571,6 +652,7 @@ export declare class ConversationChatAreaComponent extends BaseAngularComponent
|
|
|
571
652
|
acceptedFileTypes: string;
|
|
572
653
|
private conversationManagerAgent;
|
|
573
654
|
private engine;
|
|
655
|
+
private windowStore;
|
|
574
656
|
/**
|
|
575
657
|
* Voice session service — exposed to the template so the realtime "call mode"
|
|
576
658
|
* overlay can be hosted here (it fills this conversation panel in place while
|
|
@@ -649,13 +731,59 @@ export declare class ConversationChatAreaComponent extends BaseAngularComponent
|
|
|
649
731
|
private getActiveMessageInputComponent;
|
|
650
732
|
private loadMessages;
|
|
651
733
|
/**
|
|
652
|
-
*
|
|
653
|
-
*
|
|
734
|
+
* Reads only the PIN COUNT on conversation open.
|
|
735
|
+
*
|
|
736
|
+
* `count_only` returns no rows at all — the chip needs a number, and the panel needs
|
|
737
|
+
* nothing until it is opened. Hydrating every pin here put an unbounded `entity_object`
|
|
738
|
+
* read on the critical path of a change whose whole point is a bounded open, and because
|
|
739
|
+
* it was awaited AFTER the window load it also delayed first paint.
|
|
740
|
+
*
|
|
741
|
+
* The entities load in {@link hydratePinnedMessages}, on first panel open.
|
|
742
|
+
*/
|
|
743
|
+
private loadPinnedMessageCount;
|
|
744
|
+
/**
|
|
745
|
+
* Hydrates the pins panel's rows — first panel open only.
|
|
746
|
+
*
|
|
747
|
+
* Deliberately unbounded: the panel's contract is that it lists EVERY pin, including ones
|
|
748
|
+
* below the loaded window, and by this point the user has explicitly asked for them.
|
|
654
749
|
*
|
|
655
|
-
*
|
|
656
|
-
*
|
|
657
|
-
*
|
|
658
|
-
|
|
750
|
+
* `entity_object` is required, not incidental — {@link onUnpinFromPanel} mutates `IsPinned`
|
|
751
|
+
* and calls `.Save()` on these instances directly, so `'simple'` would break unpinning
|
|
752
|
+
* from the panel with no error at all.
|
|
753
|
+
*/
|
|
754
|
+
private hydratePinnedMessages;
|
|
755
|
+
/**
|
|
756
|
+
* Reshapes one detail's artifacts into the UI's `LazyArtifactInfo` lists, splitting the
|
|
757
|
+
* system-only ones out. Shared by the full rebuild and the incremental prepend so the two
|
|
758
|
+
* can never disagree about how an artifact becomes a card.
|
|
759
|
+
*/
|
|
760
|
+
private applyArtifactsForDetail;
|
|
761
|
+
/**
|
|
762
|
+
* Extends the display maps with JUST the rows a prepend added.
|
|
763
|
+
*
|
|
764
|
+
* The counterpart to {@link loadPeripheralData}, which clears and rebuilds all four maps
|
|
765
|
+
* over the whole accumulated window, re-queries attachments for every loaded id, and
|
|
766
|
+
* re-allocates every `LazyArtifactInfo`. Paying that per page makes ordinary scroll-up
|
|
767
|
+
* paging quadratic — ten pages back re-queries attachments for roughly fifty-five pages'
|
|
768
|
+
* worth of ids — which, stacked on the per-page round trips documented on
|
|
769
|
+
* `LoadDetailWindow`, ends up costing more than the single full load this feature replaced.
|
|
770
|
+
*
|
|
771
|
+
* Everything here is scoped to `newDetails`, so the cost is proportional to the PAGE. The
|
|
772
|
+
* store already accumulates peripherals correctly across pages, so the snapshot's maps are
|
|
773
|
+
* read only at the new ids.
|
|
774
|
+
*
|
|
775
|
+
* @param newDetails - Rows present in the snapshot that were not already rendered
|
|
776
|
+
*/
|
|
777
|
+
private mergePeripheralsForNewRows;
|
|
778
|
+
/**
|
|
779
|
+
* Builds the display maps (agent runs, artifacts, ratings) for the LOADED WINDOW.
|
|
780
|
+
*
|
|
781
|
+
* The peripherals arrive with the window itself — `ConversationEngine.LoadDetailWindow`
|
|
782
|
+
* batches them in one `RunViews` scoped to the window's detail IDs — so this method only
|
|
783
|
+
* reshapes them for the UI and issues no queries of its own.
|
|
784
|
+
*
|
|
785
|
+
* @param snapshot - The loaded window, from `windowStore.GetSnapshot()`. Passed in rather
|
|
786
|
+
* than read from the engine's `_detailCache`, which the windowed path never populates.
|
|
659
787
|
*/
|
|
660
788
|
private loadPeripheralData;
|
|
661
789
|
/**
|
|
@@ -666,6 +794,17 @@ export declare class ConversationChatAreaComponent extends BaseAngularComponent
|
|
|
666
794
|
* failure leaves the map empty — cards degrade to their generic label.
|
|
667
795
|
*/
|
|
668
796
|
private loadRealtimeSessionMeta;
|
|
797
|
+
/**
|
|
798
|
+
* Reads the session rows for `details` and returns them, WITHOUT deciding what happens to
|
|
799
|
+
* the component's map.
|
|
800
|
+
*
|
|
801
|
+
* Split from {@link loadRealtimeSessionMeta} because the two callers want opposite
|
|
802
|
+
* policies: a full (re)load replaces the map, while prepending an older page must merge —
|
|
803
|
+
* replacing there would strip the status chips off every session card already on screen.
|
|
804
|
+
*
|
|
805
|
+
* @returns The fetched meta, or null when the conversation changed mid-read.
|
|
806
|
+
*/
|
|
807
|
+
private fetchRealtimeSessionMeta;
|
|
669
808
|
/**
|
|
670
809
|
* REMOVED: Active tasks should only track currently-running tasks in this browser session.
|
|
671
810
|
* Database tasks with 'In-Progress' status are shown in the Tasks dropdown via loadDatabaseTasks().
|
|
@@ -870,7 +1009,18 @@ export declare class ConversationChatAreaComponent extends BaseAngularComponent
|
|
|
870
1009
|
* Scrolls the message list to the target message and plays the beacon animation.
|
|
871
1010
|
* Called when the user clicks "Jump to message" in the pins panel.
|
|
872
1011
|
*/
|
|
873
|
-
onJumpToMessage(messageId: string): void
|
|
1012
|
+
onJumpToMessage(messageId: string): Promise<void>;
|
|
1013
|
+
/**
|
|
1014
|
+
* Pages older history until `messageId` falls inside the loaded window.
|
|
1015
|
+
*
|
|
1016
|
+
* Deterministic rather than heuristic: a pin carries its own `Sequence`, so the stop
|
|
1017
|
+
* condition is simply "the window now reaches at least that far back" — no equivalent of
|
|
1018
|
+
* the date jump's `NeedsOlder` probing is needed. Bounded by the same page cap, for the same
|
|
1019
|
+
* reason: an unbounded walk back is the thing windowing exists to avoid.
|
|
1020
|
+
*/
|
|
1021
|
+
private loadUntilMessageIsWindowed;
|
|
1022
|
+
/** Flashes the beacon on a message once its scroll has settled. */
|
|
1023
|
+
private beaconMessage;
|
|
874
1024
|
/**
|
|
875
1025
|
* Unpins a message from the pins panel — saves to DB and patches the cache.
|
|
876
1026
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conversation-chat-area.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/conversation/conversation-chat-area.component.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"conversation-chat-area.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/conversation/conversation-chat-area.component.ts"],"names":[],"mappings":"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"}
|