@datarailsshared/datarailsshared 1.4.101 → 1.4.102

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,9 +1,10 @@
1
- import { ElementRef, QueryList, AfterViewInit, ChangeDetectorRef } from '@angular/core';
1
+ import { ElementRef, QueryList, AfterViewInit, ChangeDetectorRef, EventEmitter } from '@angular/core';
2
2
  import { DrChatFormComponent } from './dr-chat-form/chat-form.component';
3
3
  import { DrChatMessageComponent } from './dr-chat-message/chat-message.component';
4
4
  export declare class DrChatComponent implements AfterViewInit {
5
5
  private cdr;
6
6
  title: string;
7
+ showClearButton: boolean;
7
8
  noMessagesPlaceholder: string;
8
9
  /**
9
10
  * Scroll chat to the bottom of the list when a new message arrives
@@ -14,6 +15,7 @@ export declare class DrChatComponent implements AfterViewInit {
14
15
  messagesContainer: ElementRef;
15
16
  messages: QueryList<DrChatMessageComponent>;
16
17
  chatForm: DrChatFormComponent;
18
+ clear: EventEmitter<any>;
17
19
  constructor(cdr: ChangeDetectorRef);
18
20
  ngAfterViewInit(): void;
19
21
  updateView(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.4.101",
3
+ "version": "1.4.102",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",