@aws/mynah-ui 4.9.0 → 4.9.1
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.
|
@@ -28,7 +28,6 @@ export declare class ChatItemCard {
|
|
|
28
28
|
private updateTimer;
|
|
29
29
|
constructor(props: ChatItemCardProps);
|
|
30
30
|
private readonly generateCard;
|
|
31
|
-
private readonly cardHasContent;
|
|
32
31
|
private readonly getCardClasses;
|
|
33
32
|
private readonly getCardContent;
|
|
34
33
|
private readonly getChatAvatar;
|
|
@@ -17,8 +17,8 @@ export declare class ChatWrapper {
|
|
|
17
17
|
private readonly promptInput;
|
|
18
18
|
private readonly promptInfo;
|
|
19
19
|
private readonly promptStickyCard;
|
|
20
|
-
private
|
|
21
|
-
private
|
|
20
|
+
private lastStreamingChatItemCard;
|
|
21
|
+
private lastStreamingChatItemMessageId;
|
|
22
22
|
private allRenderedChatItems;
|
|
23
23
|
render: ExtendedHTMLElement;
|
|
24
24
|
constructor(props: ChatWrapperProps);
|