@aws/mynah-ui 4.28.0 → 4.28.1-beta.2

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,8 +28,6 @@ export declare class ChatWrapper {
28
28
  private lastStreamingChatItemCard;
29
29
  private lastStreamingChatItemMessageId;
30
30
  private allRenderedChatItems;
31
- private scrollPos;
32
- private restoreScrollAfterResize;
33
31
  render: ExtendedHTMLElement;
34
32
  constructor(props: ChatWrapperProps);
35
33
  private readonly getNewConversationGroupElement;
@@ -13,12 +13,14 @@ export declare class DetailedListWrapper {
13
13
  private readonly filtersContainer;
14
14
  private readonly headerContainer;
15
15
  private readonly props;
16
+ private detailedListItemsBlockData;
16
17
  private activeTargetElementIndex;
17
18
  private allSelectableDetailedListElements;
18
19
  constructor(props: DetailedListWrapperProps);
19
20
  private readonly getHeader;
20
21
  private readonly getFilters;
21
22
  private readonly getDetailedListItemGroups;
23
+ private readonly getDetailedListItemElements;
22
24
  readonly changeTarget: (direction: 'up' | 'down', snapOnLastAndFirst?: boolean, scrollIntoView?: boolean) => void;
23
25
  readonly getTargetElement: () => DetailedListItem | null;
24
26
  readonly update: (detailedList: DetailedList) => void;