@datarailsshared/datarailsshared 1.4.94-dragons → 1.4.98

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.
@@ -6,7 +6,6 @@ export declare class DrChatFormComponent {
6
6
  inputFocus: boolean;
7
7
  inputHover: boolean;
8
8
  droppedFiles: any[];
9
- imgDropTypes: string[];
10
9
  /**
11
10
  * Predefined message text
12
11
  *
@@ -44,7 +43,7 @@ export declare class DrChatFormComponent {
44
43
  *
45
44
  * @type {EventEmitter<string>}
46
45
  */
47
- onInputChange: EventEmitter<string>;
46
+ inputChange: EventEmitter<string>;
48
47
  fileOver: boolean;
49
48
  constructor(cdr: ChangeDetectorRef, domSanitizer: DomSanitizer);
50
49
  onDrop(event: any): void;
@@ -29,8 +29,8 @@ export declare class DrChatMessageComponent {
29
29
  customMessageData: any;
30
30
  customMessage: boolean;
31
31
  constructor(customMessageService: DrChatCustomMessageService);
32
- _getTemplate(): TemplateRef<any>;
33
- _getTemplateContext(): {
32
+ getTemplate(): TemplateRef<any>;
33
+ getTemplateContext(): {
34
34
  $implicit: any;
35
35
  isReply: boolean;
36
36
  };
@@ -11,7 +11,7 @@ export declare class DrChatMessageFileComponent {
11
11
  /**
12
12
  * Message with file
13
13
  *
14
- * @type {string}
14
+ * @type {IChatDownloadFileMessage | IChatImageMessage}
15
15
  */
16
16
  message: IChatDownloadFileMessage | IChatImageMessage;
17
17
  /**
@@ -1,3 +1,4 @@
1
+ export declare const IMAGE_TYPES: string[];
1
2
  export interface IChatSignUpRequest {
2
3
  userName: string;
3
4
  email: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.4.94-dragons",
3
+ "version": "1.4.98",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",