@project-sunbird/chatbot-client
Advanced tools
Comparing version 4.0.0 to 8.0.0
import { OnInit } from '@angular/core'; | ||
import { FormGroup } from '@angular/forms'; | ||
import { UntypedFormGroup } from '@angular/forms'; | ||
import { Subject } from 'rxjs'; | ||
@@ -8,3 +8,3 @@ import { ChatLibService } from '../chat-lib.service'; | ||
chatService: ChatLibService; | ||
messageForm: FormGroup; | ||
messageForm: UntypedFormGroup; | ||
message: any; | ||
@@ -16,3 +16,3 @@ unsubscribe$: Subject<void>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ChatMessageBottomBarComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ChatMessageBottomBarComponent, "lib-chat-message-bottom-bar", never, {}, {}, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ChatMessageBottomBarComponent, "lib-chat-message-bottom-bar", never, {}, {}, never, never, false, never>; | ||
} |
@@ -21,3 +21,3 @@ import { OnInit, AfterViewChecked } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ChatMessageListComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ChatMessageListComponent, "lib-chat-message-list", never, { "did": "did"; "userId": "userId"; "channel": "channel"; "appId": "appId"; "chatbotUrl": "chatbotUrl"; "context": "context"; }, {}, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ChatMessageListComponent, "lib-chat-message-list", never, { "did": "did"; "userId": "userId"; "channel": "channel"; "appId": "appId"; "chatbotUrl": "chatbotUrl"; "context": "context"; }, {}, never, never, false, never>; | ||
} |
@@ -17,3 +17,3 @@ import { OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ChatMessageComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ChatMessageComponent, "lib-chat-message", never, { "data": "data"; }, {}, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ChatMessageComponent, "lib-chat-message", never, { "data": "data"; }, {}, never, never, false, never>; | ||
} |
@@ -12,3 +12,3 @@ import { OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ChatWindowComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ChatWindowComponent, "lib-chat-window", never, { "inputValues": "inputValues"; }, {}, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ChatWindowComponent, "lib-chat-window", never, { "inputValues": "inputValues"; }, {}, never, never, false, never>; | ||
} |
{ | ||
"name": "@project-sunbird/chatbot-client", | ||
"version": "4.0.0", | ||
"version": "8.0.0", | ||
"dependencies": { | ||
@@ -16,3 +16,3 @@ "tslib": "^2.0.0" | ||
"fesm2015": "fesm2015/project-sunbird-chatbot-client.mjs", | ||
"typings": "project-sunbird-chatbot-client.d.ts", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -23,3 +23,3 @@ "./package.json": { | ||
".": { | ||
"types": "./project-sunbird-chatbot-client.d.ts", | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/project-sunbird-chatbot-client.mjs", | ||
@@ -26,0 +26,0 @@ "es2020": "./fesm2020/project-sunbird-chatbot-client.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
200914
1194
0