@hivegpt/hiveai-angular 0.0.371 → 0.0.373
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/.editorconfig +16 -0
- package/README.md +13 -9
- package/angular.json +51 -0
- package/package.json +51 -14
- package/projects/hivegpt/eventsgpt-angular/README.md +23 -0
- package/projects/hivegpt/eventsgpt-angular/karma.conf.js +32 -0
- package/projects/hivegpt/eventsgpt-angular/ng-package.json +7 -0
- package/projects/hivegpt/eventsgpt-angular/package.json +20 -0
- package/projects/hivegpt/eventsgpt-angular/src/environments/environment.ts +19 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/NotificationSocket.ts +38 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/bot-html-editor/bot-html-editor.component.css +10 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/bot-html-editor/bot-html-editor.component.html +11 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/bot-html-editor/bot-html-editor.component.spec.ts +25 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/bot-html-editor/bot-html-editor.component.ts +152 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/bot.service.ts +52 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/chat-drawer/chat-drawer.component.html +1586 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/chat-drawer/chat-drawer.component.scss +2907 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/chat-drawer/chat-drawer.component.ts +2143 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/chatbot/chatbot.component.html +37 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/chatbot/chatbot.component.scss +97 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/chatbot/chatbot.component.ts +44 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/conversation.service.spec.ts +16 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/conversation.service.ts +54 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/socket-service.service.spec.ts +16 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/socket-service.service.ts +77 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/translations/translation.service.ts +268 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/video-player/video-player.component.html +51 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/video-player/video-player.component.scss +262 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/components/video-player/video-player.component.ts +148 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/hivegpt.module.ts +18 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/models/video.ts +36 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/pipes/safe-html.pipe.ts +16 -0
- package/projects/hivegpt/eventsgpt-angular/src/lib/utils/utils.ts +37 -0
- package/{public-api.d.ts → projects/hivegpt/eventsgpt-angular/src/public-api.ts} +4 -1
- package/projects/hivegpt/eventsgpt-angular/tsconfig.lib.json +25 -0
- package/projects/hivegpt/eventsgpt-angular/tsconfig.lib.prod.json +10 -0
- package/projects/hivegpt/eventsgpt-angular/tsconfig.spec.json +17 -0
- package/projects/hivegpt/eventsgpt-angular/tslint.json +17 -0
- package/tsconfig.json +28 -0
- package/tslint.json +140 -0
- package/wew +0 -0
- package/bundles/hivegpt-hiveai-angular.umd.js +0 -3130
- package/bundles/hivegpt-hiveai-angular.umd.js.map +0 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js +0 -2
- package/bundles/hivegpt-hiveai-angular.umd.min.js.map +0 -1
- package/environments/environment.d.ts +0 -15
- package/environments/environment.d.ts.map +0 -1
- package/esm2015/environments/environment.js +0 -15
- package/esm2015/hivegpt-hiveai-angular.js +0 -13
- package/esm2015/lib/components/NotificationSocket.js +0 -39
- package/esm2015/lib/components/bot-html-editor/bot-html-editor.component.js +0 -112
- package/esm2015/lib/components/bot.service.js +0 -50
- package/esm2015/lib/components/chat-drawer/chat-drawer.component.js +0 -1743
- package/esm2015/lib/components/chatbot/chatbot.component.js +0 -50
- package/esm2015/lib/components/conversation.service.js +0 -49
- package/esm2015/lib/components/socket-service.service.js +0 -72
- package/esm2015/lib/components/translations/translation.service.js +0 -229
- package/esm2015/lib/components/video-player/video-player.component.js +0 -123
- package/esm2015/lib/hivegpt.module.js +0 -21
- package/esm2015/lib/models/video.js +0 -2
- package/esm2015/lib/pipes/safe-html.pipe.js +0 -19
- package/esm2015/lib/utils/utils.js +0 -36
- package/esm2015/public-api.js +0 -7
- package/fesm2015/hivegpt-hiveai-angular.js +0 -2526
- package/fesm2015/hivegpt-hiveai-angular.js.map +0 -1
- package/hivegpt-hiveai-angular.d.ts +0 -13
- package/hivegpt-hiveai-angular.d.ts.map +0 -1
- package/hivegpt-hiveai-angular.metadata.json +0 -1
- package/lib/components/NotificationSocket.d.ts +0 -5
- package/lib/components/NotificationSocket.d.ts.map +0 -1
- package/lib/components/bot-html-editor/bot-html-editor.component.d.ts +0 -36
- package/lib/components/bot-html-editor/bot-html-editor.component.d.ts.map +0 -1
- package/lib/components/bot.service.d.ts +0 -12
- package/lib/components/bot.service.d.ts.map +0 -1
- package/lib/components/chat-drawer/chat-drawer.component.d.ts +0 -255
- package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +0 -1
- package/lib/components/chatbot/chatbot.component.d.ts +0 -36
- package/lib/components/chatbot/chatbot.component.d.ts.map +0 -1
- package/lib/components/conversation.service.d.ts +0 -13
- package/lib/components/conversation.service.d.ts.map +0 -1
- package/lib/components/socket-service.service.d.ts +0 -20
- package/lib/components/socket-service.service.d.ts.map +0 -1
- package/lib/components/translations/translation.service.d.ts +0 -8
- package/lib/components/translations/translation.service.d.ts.map +0 -1
- package/lib/components/video-player/video-player.component.d.ts +0 -36
- package/lib/components/video-player/video-player.component.d.ts.map +0 -1
- package/lib/hivegpt.module.d.ts +0 -3
- package/lib/hivegpt.module.d.ts.map +0 -1
- package/lib/models/video.d.ts +0 -35
- package/lib/models/video.d.ts.map +0 -1
- package/lib/pipes/safe-html.pipe.d.ts +0 -8
- package/lib/pipes/safe-html.pipe.d.ts.map +0 -1
- package/lib/utils/utils.d.ts +0 -3
- package/lib/utils/utils.d.ts.map +0 -1
- package/public-api.d.ts.map +0 -1
|
@@ -1,255 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { TranslationService } from '../translations/translation.service';
|
|
3
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, QueryList, Renderer2, SimpleChanges } from '@angular/core';
|
|
4
|
-
import { MatDrawer } from '@angular/material/sidenav';
|
|
5
|
-
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
6
|
-
import { ConversationService } from '../conversation.service';
|
|
7
|
-
import { Observable } from 'rxjs';
|
|
8
|
-
import { SocketService } from '../socket-service.service';
|
|
9
|
-
import { FormBuilder } from '@angular/forms';
|
|
10
|
-
import * as SpeechSDK from 'microsoft-cognitiveservices-speech-sdk';
|
|
11
|
-
import { BotsService } from '../bot.service';
|
|
12
|
-
export declare class ChatDrawerComponent implements OnInit, OnChanges {
|
|
13
|
-
private fb;
|
|
14
|
-
private botService;
|
|
15
|
-
private cdr;
|
|
16
|
-
private http;
|
|
17
|
-
private sanitizer;
|
|
18
|
-
private elementRef;
|
|
19
|
-
private renderer;
|
|
20
|
-
private socketService;
|
|
21
|
-
private conversationService;
|
|
22
|
-
private translationService;
|
|
23
|
-
private chatMain;
|
|
24
|
-
private myInput;
|
|
25
|
-
closePlaygroundButtons: QueryList<ElementRef>;
|
|
26
|
-
drawer: MatDrawer;
|
|
27
|
-
sourcesDrawer: MatDrawer;
|
|
28
|
-
editorsDrawer: MatDrawer;
|
|
29
|
-
private bodyOverflowClass;
|
|
30
|
-
myTextarea: ElementRef<HTMLTextAreaElement>;
|
|
31
|
-
isCollapsedTrue: boolean;
|
|
32
|
-
copilotName: string;
|
|
33
|
-
firstName: string;
|
|
34
|
-
lastName: string;
|
|
35
|
-
apiKey: string;
|
|
36
|
-
bgBubbleAi: string;
|
|
37
|
-
bgBubbleUser: string;
|
|
38
|
-
bgGradient: string[];
|
|
39
|
-
botName: string;
|
|
40
|
-
botSkills: string;
|
|
41
|
-
botId: string;
|
|
42
|
-
orgId: string;
|
|
43
|
-
closeButtonColor: string;
|
|
44
|
-
closeButtonbgColor: string;
|
|
45
|
-
credentials: [];
|
|
46
|
-
dateTimeColor: string;
|
|
47
|
-
dateTextColor: string;
|
|
48
|
-
eventId: string;
|
|
49
|
-
s27Token: string;
|
|
50
|
-
eventName: string;
|
|
51
|
-
botIcon: string;
|
|
52
|
-
formFieldBgColor: string;
|
|
53
|
-
formFieldTextColor: string;
|
|
54
|
-
fullView: boolean;
|
|
55
|
-
gradientColors: string[];
|
|
56
|
-
greeting: string;
|
|
57
|
-
messageTextColorAi: string;
|
|
58
|
-
messageTextColorUser: string;
|
|
59
|
-
rules: string;
|
|
60
|
-
sendButtonColor: string;
|
|
61
|
-
sendButtonTextColor: string;
|
|
62
|
-
showClose: boolean;
|
|
63
|
-
thumbsDownMessages: string[];
|
|
64
|
-
thumbsUpMessage: string;
|
|
65
|
-
timezone: string;
|
|
66
|
-
unknownResponses: [];
|
|
67
|
-
useOpenAi: boolean;
|
|
68
|
-
userId: string;
|
|
69
|
-
isDev: boolean;
|
|
70
|
-
againButtonColor: string[];
|
|
71
|
-
againButtonTextColor: string[];
|
|
72
|
-
feedbackEvent: EventEmitter<string>;
|
|
73
|
-
onCloseEvent: EventEmitter<void>;
|
|
74
|
-
openPage: EventEmitter<any>;
|
|
75
|
-
sessionActions: EventEmitter<any>;
|
|
76
|
-
closeBot: EventEmitter<any>;
|
|
77
|
-
connectWithUser: EventEmitter<any>;
|
|
78
|
-
scheduleMeeting: EventEmitter<string>;
|
|
79
|
-
refreshToken: EventEmitter<any>;
|
|
80
|
-
openSupport: EventEmitter<any>;
|
|
81
|
-
autogenKey: string;
|
|
82
|
-
addToMyAgendaAction: string;
|
|
83
|
-
myUpcomingSessionAction: string;
|
|
84
|
-
connectOrFollowAction: string;
|
|
85
|
-
aiResponse: string;
|
|
86
|
-
chatLog: any[];
|
|
87
|
-
decoder: TextDecoder;
|
|
88
|
-
feedbackDone: boolean;
|
|
89
|
-
greetingMsg: string;
|
|
90
|
-
hasBackdropValue: boolean;
|
|
91
|
-
input: string;
|
|
92
|
-
listenerAdded: boolean;
|
|
93
|
-
loading: boolean;
|
|
94
|
-
mode: string;
|
|
95
|
-
quickPrompts: any[];
|
|
96
|
-
thumbsDownMsgIndex: number;
|
|
97
|
-
userName: string;
|
|
98
|
-
showStartAgain: boolean;
|
|
99
|
-
isIOSDevice: boolean;
|
|
100
|
-
showFeedBackIconsIndex: number | null;
|
|
101
|
-
temperature: number;
|
|
102
|
-
speakers: any[];
|
|
103
|
-
environment: {
|
|
104
|
-
USERS_API: any;
|
|
105
|
-
BASE_URL: any;
|
|
106
|
-
AGENTS_API: any;
|
|
107
|
-
};
|
|
108
|
-
pendingRequests: any;
|
|
109
|
-
myConnections: any;
|
|
110
|
-
conversationKey: string;
|
|
111
|
-
conSessionKey: string;
|
|
112
|
-
isFetchDataFor: boolean;
|
|
113
|
-
is401: boolean;
|
|
114
|
-
msg: any;
|
|
115
|
-
chat: any;
|
|
116
|
-
isWorkflowOpen: boolean;
|
|
117
|
-
orgWorkflows: any;
|
|
118
|
-
openWorkflowInput: boolean;
|
|
119
|
-
selectedWorkflow: any;
|
|
120
|
-
workflowForm: any;
|
|
121
|
-
currentWorkflowActionProgress: number;
|
|
122
|
-
currentWorkflowAction: string;
|
|
123
|
-
executingWorkflow: boolean;
|
|
124
|
-
workflowExecutionDetails: any;
|
|
125
|
-
showWorkflowExecutionDetails: any;
|
|
126
|
-
currentWorkflowExecutionDetails: any;
|
|
127
|
-
speechConfig: SpeechSDK.SpeechConfig;
|
|
128
|
-
recognizer: SpeechSDK.SpeechRecognizer;
|
|
129
|
-
recognizedText: string;
|
|
130
|
-
authorizationToken: string;
|
|
131
|
-
region: string;
|
|
132
|
-
isRecording: boolean;
|
|
133
|
-
constructor(fb: FormBuilder, botService: BotsService, cdr: ChangeDetectorRef, http: HttpClient, sanitizer: DomSanitizer, elementRef: ElementRef, renderer: Renderer2, socketService: SocketService, conversationService: ConversationService, // private platform: Platform
|
|
134
|
-
translationService: TranslationService);
|
|
135
|
-
getTranslation(key: string): string;
|
|
136
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
137
|
-
domainAuthorityValue: any;
|
|
138
|
-
ngOnInit(): void;
|
|
139
|
-
private eventSubscription;
|
|
140
|
-
initializeSocket(): void;
|
|
141
|
-
subscriptionNew: any;
|
|
142
|
-
socketData: any;
|
|
143
|
-
listenSockets(): void;
|
|
144
|
-
initializeSocketAndListen(): void;
|
|
145
|
-
handleEvent(data: any, type: string): void;
|
|
146
|
-
ngOnDestroy(): void;
|
|
147
|
-
changeTemperature(newTemperature: number): void;
|
|
148
|
-
onStartAgain(): void;
|
|
149
|
-
archieveMessages(): Observable<any>;
|
|
150
|
-
triggerSupport(): void;
|
|
151
|
-
fetchBotConfig(): Observable<any>;
|
|
152
|
-
fetchChatHistory(): Observable<any>;
|
|
153
|
-
private handleError;
|
|
154
|
-
mapChatHistory(chats: any): void;
|
|
155
|
-
processMessage(message: string): SafeHtml;
|
|
156
|
-
ngAfterViewChecked(): void;
|
|
157
|
-
sanitizeHtml(html: string): SafeHtml;
|
|
158
|
-
onFeedbackClick(value: string): void;
|
|
159
|
-
onClose(): void;
|
|
160
|
-
sendMessageWithTile(prompt: string): void;
|
|
161
|
-
isChatingWithAi: boolean;
|
|
162
|
-
fetchData(msg?: any): void;
|
|
163
|
-
fetchDataFor(msg: any, chat: any): void;
|
|
164
|
-
fetchSmallTalk(): void;
|
|
165
|
-
readAllChunks: (stream: any) => ReadableStream<any>;
|
|
166
|
-
pump(controller: any, reader: any, allSuggestions: string[]): void;
|
|
167
|
-
submitFeedback(flag: boolean, message: any): void;
|
|
168
|
-
handleKeydown(event: KeyboardEvent): void;
|
|
169
|
-
handleSubmit(event: any): void;
|
|
170
|
-
handleUpClick(idx: any): void;
|
|
171
|
-
handleDownClick(idx: any): void;
|
|
172
|
-
copyText(id: any, index: any): void;
|
|
173
|
-
handleCopyClick(index: any): void;
|
|
174
|
-
sanitizeHTML(html: string): string;
|
|
175
|
-
currentMessageForEditor: any;
|
|
176
|
-
currentIndexForEditor: any;
|
|
177
|
-
handleEditorClick(index: any): void;
|
|
178
|
-
scrollToBottom(): void;
|
|
179
|
-
handleAction(action: any): void;
|
|
180
|
-
ngAfterViewInit(): void;
|
|
181
|
-
private setBodyOverflow;
|
|
182
|
-
private removeBodyOverflow;
|
|
183
|
-
getSpeakersByStaffIds(ids: any): void;
|
|
184
|
-
performSessionAction(sessionId: any, action: any): void;
|
|
185
|
-
addCloseBotClickEvent(): void;
|
|
186
|
-
isMobileBrowser(): boolean;
|
|
187
|
-
connectToUser(userId: any): void;
|
|
188
|
-
scheduleMeetingWithUser(user: any): void;
|
|
189
|
-
canConnect(userId: any): boolean;
|
|
190
|
-
canDisconnect(userId: any): any;
|
|
191
|
-
fetchPendingRequests(): Observable<any>;
|
|
192
|
-
fetchMyConnections(): Observable<any>;
|
|
193
|
-
isDropdownOpen: boolean;
|
|
194
|
-
agents: any;
|
|
195
|
-
selectedAgents: any[];
|
|
196
|
-
allSelected: boolean;
|
|
197
|
-
toggleDropdown(): void;
|
|
198
|
-
onSelectAll(event: Event): void;
|
|
199
|
-
onAgentChange(agent: any): void;
|
|
200
|
-
areAllSelected(): boolean;
|
|
201
|
-
getDropdownHeaderText(): string;
|
|
202
|
-
fetchAgents_http(): Observable<any>;
|
|
203
|
-
isDocInEditMode: boolean;
|
|
204
|
-
documentContent: any;
|
|
205
|
-
conversationId: any;
|
|
206
|
-
isContentLoaded: boolean;
|
|
207
|
-
fetchContent_http(): Observable<any>;
|
|
208
|
-
fetchAgents(): void;
|
|
209
|
-
fetchEditorContent(): void;
|
|
210
|
-
processMessageForDisplay(markdown: string): SafeHtml;
|
|
211
|
-
prepareHtml(markdown: string): string;
|
|
212
|
-
escapeHtml(code: string): string;
|
|
213
|
-
copyToClipboard(text: string): void;
|
|
214
|
-
isCollapsed: boolean;
|
|
215
|
-
isCollapsedForGraph: boolean;
|
|
216
|
-
isCollapsedForFGraph: boolean;
|
|
217
|
-
toggleCollapse(): void;
|
|
218
|
-
toggleCollapseGraph(): void;
|
|
219
|
-
toggleCollapseFGraph(): void;
|
|
220
|
-
dateTime: {
|
|
221
|
-
now: string;
|
|
222
|
-
};
|
|
223
|
-
getDomainName(url: string): string;
|
|
224
|
-
getFaviconUrl(url: string): string;
|
|
225
|
-
currentSourcesList: any;
|
|
226
|
-
onCardClick(sources: any): void;
|
|
227
|
-
isShowEditorButton: boolean;
|
|
228
|
-
openOuterEditor(): void;
|
|
229
|
-
onCloseEditor(): void;
|
|
230
|
-
onCloseSource(): void;
|
|
231
|
-
onDrawerClosed(): void;
|
|
232
|
-
isDrawerOpen: boolean;
|
|
233
|
-
toggleDrawer(todo: any): void;
|
|
234
|
-
updateButtonVisibility(): void;
|
|
235
|
-
openLinkInNewTab(link: string): void;
|
|
236
|
-
adjustTextareaHeight(event: any): void;
|
|
237
|
-
toggleWorkflows(value?: any): void;
|
|
238
|
-
initializeForm(): void;
|
|
239
|
-
onWorkflowSelected(workflow: any): void;
|
|
240
|
-
onWorkflowSubmit(): void;
|
|
241
|
-
makeAskRequest(inputMsg: string, agents: any[], conversationId: string, msg?: any, chat?: any, workflowId?: string, workflow_inputs?: any): void;
|
|
242
|
-
makeAskRequestold(inputMsg: string, agents: any[], conversationId: string, msg?: any, chat?: any, workflowId?: string, workflow_inputs?: any): void;
|
|
243
|
-
generateMarkdown(title: any, obj: any): string;
|
|
244
|
-
showWorkflowHistoryDetails(workflow_id: any): void;
|
|
245
|
-
closeModal(): void;
|
|
246
|
-
objectToArray(obj: any): any[];
|
|
247
|
-
startNewConversation(): void;
|
|
248
|
-
initializeSpeechRecognizer(token: string): void;
|
|
249
|
-
toggleRecording(): void;
|
|
250
|
-
startRecognition(): void;
|
|
251
|
-
stopRecognition(): void;
|
|
252
|
-
checkForCop29BotId(): boolean;
|
|
253
|
-
getLatestTime(time: any): string;
|
|
254
|
-
}
|
|
255
|
-
//# sourceMappingURL=chat-drawer.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chat-drawer.component.d.ts","sourceRoot":"/Users/rohitthakur/Desktop/Freelance/Dalvir/Angular 2/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/components/chat-drawer/chat-drawer.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
export declare class ChatBotComponent {
|
|
2
|
-
userId: string;
|
|
3
|
-
apiKey: string;
|
|
4
|
-
botName: string;
|
|
5
|
-
botSkills: string;
|
|
6
|
-
botId: string;
|
|
7
|
-
closeButtonColor: string;
|
|
8
|
-
gradientColors: string[];
|
|
9
|
-
greeting: string;
|
|
10
|
-
sendButtonColor: string;
|
|
11
|
-
useOpenAi: boolean;
|
|
12
|
-
showClose: boolean;
|
|
13
|
-
bgGradient: string[];
|
|
14
|
-
sendButtonTextColor: string;
|
|
15
|
-
fullView: boolean;
|
|
16
|
-
bgBubbleAi: string;
|
|
17
|
-
bgBubbleUser: string;
|
|
18
|
-
closeButtonbgColor: string;
|
|
19
|
-
messageTextColorAi: string;
|
|
20
|
-
messageTextColorUser: string;
|
|
21
|
-
dateTimeColor: string;
|
|
22
|
-
dateTextColor: string;
|
|
23
|
-
formFieldBgColor: string;
|
|
24
|
-
formFieldTextColor: string;
|
|
25
|
-
thumbsUpMessage: string;
|
|
26
|
-
thumbsDownMessages: string[];
|
|
27
|
-
timezone: string;
|
|
28
|
-
eventName: string;
|
|
29
|
-
credentials: [];
|
|
30
|
-
unknownResponses: [];
|
|
31
|
-
rules: string;
|
|
32
|
-
eventId: string;
|
|
33
|
-
visible: boolean;
|
|
34
|
-
toggle(): void;
|
|
35
|
-
}
|
|
36
|
-
//# sourceMappingURL=chatbot.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot.component.d.ts","sourceRoot":"/Users/rohitthakur/Desktop/Freelance/Dalvir/Angular 2/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/components/chatbot/chatbot.component.ts"],"names":[],"mappings":"AACA,qBAKa,gBAAgB;IAClB,MAAM,EAAG,MAAM,CAAC;IAChB,MAAM,EAAG,MAAM,CAAC;IAChB,OAAO,EAAG,MAAM,CAAC;IACjB,SAAS,EAAG,MAAM,CAAC;IACnB,KAAK,EAAG,MAAM,CAAC;IACf,gBAAgB,EAAG,MAAM,CAAC;IAC1B,cAAc,EAAG,MAAM,EAAE,CAAC;IAC1B,QAAQ,EAAG,MAAM,CAAC;IAClB,eAAe,EAAG,MAAM,CAAC;IACzB,SAAS,EAAG,OAAO,CAAC;IACpB,SAAS,EAAG,OAAO,CAAC;IACpB,UAAU,EAAG,MAAM,EAAE,CAAC;IACtB,mBAAmB,EAAG,MAAM,CAAC;IAC7B,QAAQ,EAAG,OAAO,CAAC;IACnB,UAAU,EAAG,MAAM,CAAC;IACpB,YAAY,EAAG,MAAM,CAAC;IACtB,kBAAkB,EAAG,MAAM,CAAC;IAC5B,kBAAkB,EAAG,MAAM,CAAC;IAC5B,oBAAoB,EAAG,MAAM,CAAC;IAC9B,aAAa,EAAG,MAAM,CAAC;IACvB,aAAa,EAAG,MAAM,CAAC;IACvB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,kBAAkB,EAAG,MAAM,CAAC;IAC5B,eAAe,EAAG,MAAM,CAAC;IACzB,kBAAkB,EAAG,MAAM,EAAE,CAAC;IAC9B,QAAQ,EAAG,MAAM,CAAC;IAClB,SAAS,EAAG,MAAM,CAAC;IACnB,WAAW,EAAG,EAAE,CAAC;IACjB,gBAAgB,EAAG,EAAE,CAAC;IACtB,KAAK,EAAG,MAAM,CAAC;IACf,OAAO,EAAG,MAAM,CAAC;IAC1B,OAAO,UAAS;IAEhB,MAAM;CAGP"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
export declare class ConversationService {
|
|
3
|
-
private conversationStorageKeyPrefix;
|
|
4
|
-
private sessionStorageKeyPrefix;
|
|
5
|
-
private userSpecificNotification;
|
|
6
|
-
constructor();
|
|
7
|
-
generateKey(): string;
|
|
8
|
-
getKey(botId: string, resetKey?: boolean): string;
|
|
9
|
-
getSessionKey(sessionId: string, resetKey?: boolean): string;
|
|
10
|
-
sendValidatedUserData(message: any): void;
|
|
11
|
-
getUserSpecificNotification(): Observable<any>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=conversation.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"conversation.service.d.ts","sourceRoot":"/Users/rohitthakur/Desktop/Freelance/Dalvir/Angular 2/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/components/conversation.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAW,MAAM,MAAM,CAAC;AAE3C,qBAGa,mBAAmB;IAC9B,OAAO,CAAC,4BAA4B,CAAsB;IAC1D,OAAO,CAAC,uBAAuB,CAAiB;IAEhD,OAAO,CAAC,wBAAwB,CAAoC;;IAIpE,WAAW,IAAI,MAAM;IAQrB,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,GAAE,OAAe,GAAG,MAAM;IAYxD,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,GAAE,OAAe,GAAG,MAAM;IAYnE,qBAAqB,CAAC,OAAO,EAAE,GAAG;IAIlC,2BAA2B,IAAI,UAAU,CAAC,GAAG,CAAC;CAG/C"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ConversationService } from './conversation.service';
|
|
2
|
-
import { NotificationSocket } from './NotificationSocket';
|
|
3
|
-
export declare class SocketService {
|
|
4
|
-
private conversationService;
|
|
5
|
-
private notificationSocket;
|
|
6
|
-
testMessage: string;
|
|
7
|
-
private isCommonSocketInitialized;
|
|
8
|
-
private isUserSpecificSocketInitialized;
|
|
9
|
-
private isUserSpecificEventReleased;
|
|
10
|
-
private messageQueue;
|
|
11
|
-
private releaseInterval;
|
|
12
|
-
private intervalSetup;
|
|
13
|
-
constructor(conversationService: ConversationService, notificationSocket: NotificationSocket);
|
|
14
|
-
isSocketInitialized(isCommon: boolean): boolean;
|
|
15
|
-
disconnectSocketConnection(): void;
|
|
16
|
-
connectSocketConnection(): void;
|
|
17
|
-
registerUserSpecificHiveSocket(botId: string, conversation_id: string, org_id: string): void;
|
|
18
|
-
private startReleasingMessages;
|
|
19
|
-
}
|
|
20
|
-
//# sourceMappingURL=socket-service.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"socket-service.service.d.ts","sourceRoot":"/Users/rohitthakur/Desktop/Freelance/Dalvir/Angular 2/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/components/socket-service.service.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,qBAGa,aAAa;IAUtB,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,kBAAkB;IAVrB,WAAW,EAAE,MAAM,CAAC;IAC3B,OAAO,CAAC,yBAAyB,CAAS;IAC1C,OAAO,CAAC,+BAA+B,CAAS;IAChD,OAAO,CAAC,2BAA2B,CAAQ;IAC3C,OAAO,CAAC,YAAY,CAAa;IACjC,OAAO,CAAC,eAAe,CAAQ;IAC/B,OAAO,CAAC,aAAa,CAAkB;gBAG7B,mBAAmB,EAAE,mBAAmB,EACxC,kBAAkB,EAAE,kBAAkB;IAKhD,mBAAmB,CAAC,QAAQ,EAAE,OAAO;IAOrC,0BAA0B;IAG1B,uBAAuB;IAGvB,8BAA8B,CAAC,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM;IAwBrF,OAAO,CAAC,sBAAsB;CAa/B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translation.service.d.ts","sourceRoot":"/Users/rohitthakur/Desktop/Freelance/Dalvir/Angular 2/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/components/translations/translation.service.ts"],"names":[],"mappings":"AAGA,qBAGa,kBAAkB;IAC7B,OAAO,CAAC,OAAO,CAAuB;IAEtC,UAAU,CAAC,EAAE,EAAE,MAAM;IAIrB,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IA8BnC,OAAO,CAAC,OAAO;IAOf,OAAO,CAAC,gBAAgB,CAuLtB;CACH"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { IVideo } from '../../models/video';
|
|
3
|
-
export declare class VideoPlayerComponent implements OnInit, AfterViewInit {
|
|
4
|
-
private doc;
|
|
5
|
-
private el;
|
|
6
|
-
private cdr;
|
|
7
|
-
currentUserId: string;
|
|
8
|
-
user: any;
|
|
9
|
-
eventId: string;
|
|
10
|
-
videoObj: IVideo;
|
|
11
|
-
isDev: boolean;
|
|
12
|
-
myFollowingList: Array<string>;
|
|
13
|
-
myPendingSentRequests: Array<string>;
|
|
14
|
-
type: string;
|
|
15
|
-
isMuted: boolean;
|
|
16
|
-
private observer;
|
|
17
|
-
isFullscreen: boolean;
|
|
18
|
-
video: any;
|
|
19
|
-
fullscreenvideo: any;
|
|
20
|
-
isFullscreenvideoPlaying: boolean;
|
|
21
|
-
connectWithUser: EventEmitter<string>;
|
|
22
|
-
scheduleMeeting: EventEmitter<any>;
|
|
23
|
-
constructor(doc: any, el: ElementRef, cdr: ChangeDetectorRef);
|
|
24
|
-
ngOnInit(): void;
|
|
25
|
-
toggleSound(isMuted?: any): void;
|
|
26
|
-
togglePlay(playState: boolean, videoEl: any): void;
|
|
27
|
-
ngAfterViewInit(): void;
|
|
28
|
-
toggleFullscreen(): void;
|
|
29
|
-
toggleFullscreenPlay(): void;
|
|
30
|
-
followUser(userId: any): void;
|
|
31
|
-
checkPendingSentRequest(userId: any): string;
|
|
32
|
-
canUnfollowUser(): boolean;
|
|
33
|
-
canFollowUser(): boolean;
|
|
34
|
-
getIniNames(firstName: any, lastName: any): any;
|
|
35
|
-
}
|
|
36
|
-
//# sourceMappingURL=video-player.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"video-player.component.d.ts","sourceRoot":"/Users/rohitthakur/Desktop/Freelance/Dalvir/Angular 2/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/components/video-player/video-player.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAGZ,MAAM,EAGP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAG5C,qBAKa,oBACX,YAAW,MAAM,EAAE,aAAa;IAoBZ,OAAO,CAAC,GAAG;IAC7B,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,GAAG;IArBJ,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B,qBAAqB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B,IAAI,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,OAAO,CAAQ;IACxB,OAAO,CAAC,QAAQ,CAAuB;IACvC,YAAY,EAAE,OAAO,CAAS;IACV,KAAK,EAAE,GAAG,CAAC;IACD,eAAe,EAAE,GAAG,CAAC;IACnD,wBAAwB,EAAE,OAAO,CAAS;IAEhC,eAAe,uBAA8B;IAC7C,eAAe,oBAA2B;gBAGxB,GAAG,EAAE,GAAG,EAC1B,EAAE,EAAE,UAAU,EACd,GAAG,EAAE,iBAAiB;IAIhC,QAAQ,IAAI,IAAI;IAGhB,WAAW,CAAC,OAAO,MAAO;IAe1B,UAAU,CAAC,SAAS,EAAE,OAAO,EAAE,OAAO,KAAA;IAmBtC,eAAe;IAmBf,gBAAgB;IAOhB,oBAAoB;IAUpB,UAAU,CAAC,MAAM,KAAA;IAIjB,uBAAuB,CAAC,MAAM,KAAA;IAI9B,eAAe;IAIf,aAAa;IAIb,WAAW,CAAC,SAAS,KAAA,EAAE,QAAQ,KAAA;CAWhC"}
|
package/lib/hivegpt.module.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hivegpt.module.d.ts","sourceRoot":"/Users/rohitthakur/Desktop/Freelance/Dalvir/Angular 2/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/hivegpt.module.ts"],"names":[],"mappings":"AAYA,qBAKa,aAAa;CAAI"}
|
package/lib/models/video.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
export interface IVideo {
|
|
2
|
-
id: string;
|
|
3
|
-
title: string;
|
|
4
|
-
url: string;
|
|
5
|
-
thumbnail: string;
|
|
6
|
-
isPlaying: boolean;
|
|
7
|
-
userId: string;
|
|
8
|
-
eventId: string;
|
|
9
|
-
aoiIds: string[];
|
|
10
|
-
insertTimeStamp: string;
|
|
11
|
-
isDeleted: boolean;
|
|
12
|
-
appropriate: Appropriate[];
|
|
13
|
-
isIntroVideo: boolean;
|
|
14
|
-
videoRating: VideoRating[];
|
|
15
|
-
likes: VideoLike[];
|
|
16
|
-
vttUrl: string;
|
|
17
|
-
processedUrls: string;
|
|
18
|
-
duration: string;
|
|
19
|
-
}
|
|
20
|
-
interface VideoRating {
|
|
21
|
-
userId: string;
|
|
22
|
-
rateValue: string;
|
|
23
|
-
insertTimeStamp: string;
|
|
24
|
-
}
|
|
25
|
-
interface VideoLike {
|
|
26
|
-
userId: string;
|
|
27
|
-
isLiked: boolean;
|
|
28
|
-
insertTimeStamp: string;
|
|
29
|
-
}
|
|
30
|
-
interface Appropriate {
|
|
31
|
-
userId: string;
|
|
32
|
-
insertTimeStamp: string;
|
|
33
|
-
}
|
|
34
|
-
export {};
|
|
35
|
-
//# sourceMappingURL=video.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"video.d.ts","sourceRoot":"/Users/rohitthakur/Desktop/Freelance/Dalvir/Angular 2/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/models/video.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,MAAM;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,WAAW,EAAE,CAAC;IAC3B,YAAY,EAAE,OAAO,CAAC;IACtB,WAAW,EAAE,WAAW,EAAE,CAAC;IAC3B,KAAK,EAAE,SAAS,EAAE,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,WAAW;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,SAAS;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,WAAW;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
-
export declare class SafeHtmlPipe implements PipeTransform {
|
|
4
|
-
private sanitizer;
|
|
5
|
-
constructor(sanitizer: DomSanitizer);
|
|
6
|
-
transform(html: any): unknown;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=safe-html.pipe.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"safe-html.pipe.d.ts","sourceRoot":"/Users/rohitthakur/Desktop/Freelance/Dalvir/Angular 2/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/pipes/safe-html.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,qBAGa,YAAa,YAAW,aAAa;IAEpC,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,YAAY;IAG3C,SAAS,CAAC,IAAI,KAAA,GAAG,OAAO;CAIzB"}
|
package/lib/utils/utils.d.ts
DELETED
package/lib/utils/utils.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"/Users/rohitthakur/Desktop/Freelance/Dalvir/Angular 2/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/utils/utils.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,SAAS,cAAe,MAAM,WAY1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,aAAc,MAAM,cAAc,GAAG,WAUjE,CAAC"}
|
package/public-api.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.d.ts","sourceRoot":"/Users/rohitthakur/Desktop/Freelance/Dalvir/Angular 2/projects/hivegpt/eventsgpt-angular/src/","sources":["public-api.ts"],"names":[],"mappings":"AAIA,cAAc,oDAAoD,CAAC;AACnE,cAAc,4CAA4C,CAAC;AAC3D,cAAc,sBAAsB,CAAC"}
|