@memberjunction/ng-chat 2.124.0 → 2.126.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.
package/README.md
CHANGED
|
@@ -302,7 +302,7 @@ You can override these styles in your global styles or component styles:
|
|
|
302
302
|
- `@progress/kendo-angular-indicators`: Loading spinner component
|
|
303
303
|
- `@progress/kendo-angular-buttons`: Button components
|
|
304
304
|
- `@progress/kendo-angular-dialog`: Dialog component for confirmations
|
|
305
|
-
-
|
|
305
|
+
- `@memberjunction/ng-markdown`: Markdown rendering support
|
|
306
306
|
- `tslib`: TypeScript runtime helpers
|
|
307
307
|
|
|
308
308
|
### Integration with MemberJunction
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import { MarkdownService } from '
|
|
2
|
+
import { MarkdownService } from '@memberjunction/ng-markdown';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ChatWelcomeQuestion {
|
|
5
5
|
topLine: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
|
|
2
2
|
import { LogError } from '@memberjunction/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "
|
|
4
|
+
import * as i1 from "@memberjunction/ng-markdown";
|
|
5
5
|
import * as i2 from "@angular/forms";
|
|
6
6
|
import * as i3 from "@memberjunction/ng-shared-generic";
|
|
7
7
|
import * as i4 from "@progress/kendo-angular-buttons";
|
package/dist/lib/module.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import * as i5 from "@memberjunction/ng-shared-generic";
|
|
|
7
7
|
import * as i6 from "@progress/kendo-angular-indicators";
|
|
8
8
|
import * as i7 from "@progress/kendo-angular-buttons";
|
|
9
9
|
import * as i8 from "@progress/kendo-angular-dialog";
|
|
10
|
-
import * as i9 from "
|
|
10
|
+
import * as i9 from "@memberjunction/ng-markdown";
|
|
11
11
|
export declare class ChatModule {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChatModule, never>;
|
|
13
13
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ChatModule, [typeof i1.ChatComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.ContainerDirectivesModule, typeof i5.SharedGenericModule, typeof i6.IndicatorsModule, typeof i7.ButtonsModule, typeof i8.DialogModule, typeof i9.MarkdownModule], [typeof i1.ChatComponent]>;
|
package/dist/lib/module.js
CHANGED
|
@@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
|
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { FormsModule } from '@angular/forms';
|
|
4
4
|
// Markdown
|
|
5
|
-
import { MarkdownModule } from '
|
|
5
|
+
import { MarkdownModule } from '@memberjunction/ng-markdown';
|
|
6
6
|
// LOCAL
|
|
7
7
|
import { ChatComponent } from './chat/chat.component';
|
|
8
8
|
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
@@ -11,7 +11,6 @@ import { IndicatorsModule } from '@progress/kendo-angular-indicators';
|
|
|
11
11
|
import { ButtonsModule } from '@progress/kendo-angular-buttons';
|
|
12
12
|
import { DialogModule } from '@progress/kendo-angular-dialog';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
|
-
import * as i1 from "ngx-markdown";
|
|
15
14
|
export class ChatModule {
|
|
16
15
|
static ɵfac = function ChatModule_Factory(t) { return new (t || ChatModule)(); };
|
|
17
16
|
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: ChatModule });
|
|
@@ -22,7 +21,7 @@ export class ChatModule {
|
|
|
22
21
|
IndicatorsModule,
|
|
23
22
|
ButtonsModule,
|
|
24
23
|
DialogModule,
|
|
25
|
-
MarkdownModule
|
|
24
|
+
MarkdownModule] });
|
|
26
25
|
}
|
|
27
26
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ChatModule, [{
|
|
28
27
|
type: NgModule,
|
|
@@ -38,7 +37,7 @@ export class ChatModule {
|
|
|
38
37
|
IndicatorsModule,
|
|
39
38
|
ButtonsModule,
|
|
40
39
|
DialogModule,
|
|
41
|
-
MarkdownModule
|
|
40
|
+
MarkdownModule
|
|
42
41
|
],
|
|
43
42
|
exports: [
|
|
44
43
|
ChatComponent
|
|
@@ -51,5 +50,6 @@ export class ChatModule {
|
|
|
51
50
|
SharedGenericModule,
|
|
52
51
|
IndicatorsModule,
|
|
53
52
|
ButtonsModule,
|
|
54
|
-
DialogModule,
|
|
53
|
+
DialogModule,
|
|
54
|
+
MarkdownModule], exports: [ChatComponent] }); })();
|
|
55
55
|
//# sourceMappingURL=module.js.map
|
package/dist/lib/module.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.js","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,WAAW;AACX,OAAO,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"module.js","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,WAAW;AACX,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAE7D,QAAQ;AACR,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;;AAoB9D,MAAM,OAAO,UAAU;oEAAV,UAAU;4DAAV,UAAU;gEAbnB,YAAY;YACZ,WAAW;YACX,yBAAyB;YACzB,mBAAmB;YACnB,gBAAgB;YAChB,aAAa;YACb,YAAY;YACZ,cAAc;;iFAML,UAAU;cAlBtB,QAAQ;eAAC;gBACR,YAAY,EAAE;oBACZ,aAAa;iBACd;gBACD,OAAO,EAAE;oBACP,YAAY;oBACZ,WAAW;oBACX,yBAAyB;oBACzB,mBAAmB;oBACnB,gBAAgB;oBAChB,aAAa;oBACb,YAAY;oBACZ,cAAc;iBACf;gBACD,OAAO,EAAE;oBACP,aAAa;iBACd;aACF;;wFACY,UAAU,mBAhBnB,aAAa,aAGb,YAAY;QACZ,WAAW;QACX,yBAAyB;QACzB,mBAAmB;QACnB,gBAAgB;QAChB,aAAa;QACb,YAAY;QACZ,cAAc,aAGd,aAAa"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-chat",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.126.0",
|
|
4
4
|
"description": "MemberJunction: Reusable Chat Component - can be used for AI or peer to peer chat applications.",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"@angular/forms": "18.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@memberjunction/core": "2.
|
|
28
|
-
"@memberjunction/ng-container-directives": "2.
|
|
29
|
-
"@memberjunction/ng-shared-generic": "2.
|
|
27
|
+
"@memberjunction/core": "2.126.0",
|
|
28
|
+
"@memberjunction/ng-container-directives": "2.126.0",
|
|
29
|
+
"@memberjunction/ng-shared-generic": "2.126.0",
|
|
30
30
|
"@progress/kendo-angular-indicators": "16.2.0",
|
|
31
31
|
"@progress/kendo-angular-buttons": "16.2.0",
|
|
32
32
|
"@progress/kendo-angular-dialog": "16.2.0",
|
|
33
33
|
"tslib": "^2.3.0",
|
|
34
|
-
"
|
|
34
|
+
"@memberjunction/ng-markdown": "2.126.0"
|
|
35
35
|
},
|
|
36
36
|
"sideEffects": false,
|
|
37
37
|
"repository": {
|