@hahnpro/ai-sdk 0.4.0 → 0.5.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.
@@ -1,19 +0,0 @@
1
- import { ElementRef, NgZone, OnDestroy, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * A directive that automatically scrolls a chat container to the bottom when new content is added,
5
- * unless the user is currently scrolling.
6
- */
7
- export declare class ChatScrollDirective implements OnInit, OnDestroy {
8
- private el;
9
- private zone;
10
- private isUserScrolling;
11
- private observer;
12
- constructor(el: ElementRef<HTMLElement>, zone: NgZone);
13
- ngOnInit(): void;
14
- ngOnDestroy(): void;
15
- private handleUserScroll;
16
- private scrollToBottom;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatScrollDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<ChatScrollDirective, "[aiChatScroll]", never, {}, {}, never, never, true, never>;
19
- }