@syntrologie/adapt-chatbot 2.8.0-canary.305 → 2.8.0-canary.306
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/AdaptiveChatBar.js +2 -2
- package/dist/AdaptiveChatTrail.js +2 -2
- package/dist/ChatAssistantLit.js +1 -1
- package/dist/{chunk-TIHH27JQ.js → chunk-BNN5YLN3.js} +2 -2
- package/dist/{chunk-ZZUKH2D6.js → chunk-ONGGPQER.js} +11 -1
- package/dist/chunk-ONGGPQER.js.map +7 -0
- package/dist/runtime.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-ZZUKH2D6.js.map +0 -7
- /package/dist/{chunk-TIHH27JQ.js.map → chunk-BNN5YLN3.js.map} +0 -0
package/dist/AdaptiveChatBar.js
CHANGED
package/dist/ChatAssistantLit.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
renderMarkdown
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ONGGPQER.js";
|
|
4
4
|
|
|
5
5
|
// src/AdaptiveChatTrail.ts
|
|
6
6
|
import { html, LitElement, nothing } from "lit";
|
|
@@ -414,4 +414,4 @@ if (!customElements.get("adaptive-chat-trail")) {
|
|
|
414
414
|
export {
|
|
415
415
|
AdaptiveChatTrail
|
|
416
416
|
};
|
|
417
|
-
//# sourceMappingURL=chunk-
|
|
417
|
+
//# sourceMappingURL=chunk-BNN5YLN3.js.map
|
|
@@ -3364,6 +3364,16 @@ var SyntroChat = class extends LitElement {
|
|
|
3364
3364
|
this._userScrolledUp = false;
|
|
3365
3365
|
this._errorMessage = null;
|
|
3366
3366
|
}
|
|
3367
|
+
/**
|
|
3368
|
+
* Externally drive the typing indicator. Used by the surface's
|
|
3369
|
+
* run-state restore (BUG-1781288061): a remounted thread whose durable
|
|
3370
|
+
* producer run is still in flight shows the indicator and polls — the
|
|
3371
|
+
* transport's own 'typing' events only exist while the SSE stream lives.
|
|
3372
|
+
*/
|
|
3373
|
+
setTyping(isTyping) {
|
|
3374
|
+
this._isTyping = isTyping;
|
|
3375
|
+
if (isTyping) this._scrollToBottom();
|
|
3376
|
+
}
|
|
3367
3377
|
createRenderRoot() {
|
|
3368
3378
|
return this;
|
|
3369
3379
|
}
|
|
@@ -3709,4 +3719,4 @@ export {
|
|
|
3709
3719
|
dompurify/dist/purify.es.mjs:
|
|
3710
3720
|
(*! @license DOMPurify 3.3.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.1/LICENSE *)
|
|
3711
3721
|
*/
|
|
3712
|
-
//# sourceMappingURL=chunk-
|
|
3722
|
+
//# sourceMappingURL=chunk-ONGGPQER.js.map
|