@hivegpt/hiveai-angular 0.0.355 → 0.0.360

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.
Files changed (57) hide show
  1. package/README.md +23 -24
  2. package/bundles/hivegpt-hiveai-angular.umd.js +3083 -2779
  3. package/bundles/hivegpt-hiveai-angular.umd.js.map +1 -1
  4. package/bundles/hivegpt-hiveai-angular.umd.min.js +1 -1
  5. package/bundles/hivegpt-hiveai-angular.umd.min.js.map +1 -1
  6. package/environments/environment.d.ts +14 -14
  7. package/environments/environment.d.ts.map +1 -1
  8. package/esm2015/environments/environment.js +15 -15
  9. package/esm2015/hivegpt-hiveai-angular.js +13 -12
  10. package/esm2015/lib/components/NotificationSocket.js +39 -39
  11. package/esm2015/lib/components/bot-html-editor/bot-html-editor.component.js +112 -112
  12. package/esm2015/lib/components/bot.service.js +50 -50
  13. package/esm2015/lib/components/chat-drawer/chat-drawer.component.js +1747 -1728
  14. package/esm2015/lib/components/chatbot/chatbot.component.js +50 -50
  15. package/esm2015/lib/components/conversation.service.js +49 -49
  16. package/esm2015/lib/components/socket-service.service.js +72 -72
  17. package/esm2015/lib/components/translations/translation.service.js +219 -0
  18. package/esm2015/lib/components/video-player/video-player.component.js +123 -123
  19. package/esm2015/lib/hivegpt.module.js +21 -21
  20. package/esm2015/lib/models/video.js +2 -2
  21. package/esm2015/lib/pipes/safe-html.pipe.js +19 -19
  22. package/esm2015/lib/utils/utils.js +36 -36
  23. package/esm2015/public-api.js +7 -7
  24. package/fesm2015/hivegpt-hiveai-angular.js +2480 -2243
  25. package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
  26. package/hivegpt-hiveai-angular.d.ts +12 -11
  27. package/hivegpt-hiveai-angular.d.ts.map +1 -1
  28. package/hivegpt-hiveai-angular.metadata.json +1 -1
  29. package/lib/components/NotificationSocket.d.ts +4 -4
  30. package/lib/components/NotificationSocket.d.ts.map +1 -1
  31. package/lib/components/bot-html-editor/bot-html-editor.component.d.ts +35 -35
  32. package/lib/components/bot-html-editor/bot-html-editor.component.d.ts.map +1 -1
  33. package/lib/components/bot.service.d.ts +11 -11
  34. package/lib/components/bot.service.d.ts.map +1 -1
  35. package/lib/components/chat-drawer/chat-drawer.component.d.ts +254 -250
  36. package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +1 -1
  37. package/lib/components/chatbot/chatbot.component.d.ts +35 -35
  38. package/lib/components/chatbot/chatbot.component.d.ts.map +1 -1
  39. package/lib/components/conversation.service.d.ts +12 -12
  40. package/lib/components/conversation.service.d.ts.map +1 -1
  41. package/lib/components/socket-service.service.d.ts +19 -19
  42. package/lib/components/socket-service.service.d.ts.map +1 -1
  43. package/lib/components/translations/translation.service.d.ts +8 -0
  44. package/lib/components/translations/translation.service.d.ts.map +1 -0
  45. package/lib/components/video-player/video-player.component.d.ts +35 -35
  46. package/lib/components/video-player/video-player.component.d.ts.map +1 -1
  47. package/lib/hivegpt.module.d.ts +2 -2
  48. package/lib/hivegpt.module.d.ts.map +1 -1
  49. package/lib/models/video.d.ts +34 -34
  50. package/lib/models/video.d.ts.map +1 -1
  51. package/lib/pipes/safe-html.pipe.d.ts +7 -7
  52. package/lib/pipes/safe-html.pipe.d.ts.map +1 -1
  53. package/lib/utils/utils.d.ts +2 -2
  54. package/lib/utils/utils.d.ts.map +1 -1
  55. package/package.json +1 -1
  56. package/public-api.d.ts +3 -3
  57. package/public-api.d.ts.map +1 -1
@@ -1,12 +1,13 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public-api';
5
- export { NotificationSocket as ɵd } from './lib/components/NotificationSocket';
6
- export { BotHtmlEditorComponent as ɵg } from './lib/components/bot-html-editor/bot-html-editor.component';
7
- export { BotsService as ɵa } from './lib/components/bot.service';
8
- export { ConversationService as ɵc } from './lib/components/conversation.service';
9
- export { SocketService as ɵb } from './lib/components/socket-service.service';
10
- export { VideoPlayerComponent as ɵe } from './lib/components/video-player/video-player.component';
11
- export { SafeHtmlPipe as ɵf } from './lib/pipes/safe-html.pipe';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public-api';
5
+ export { NotificationSocket as ɵd } from './lib/components/NotificationSocket';
6
+ export { BotHtmlEditorComponent as ɵh } from './lib/components/bot-html-editor/bot-html-editor.component';
7
+ export { BotsService as ɵa } from './lib/components/bot.service';
8
+ export { ConversationService as ɵc } from './lib/components/conversation.service';
9
+ export { SocketService as ɵb } from './lib/components/socket-service.service';
10
+ export { TranslationService as ɵe } from './lib/components/translations/translation.service';
11
+ export { VideoPlayerComponent as ɵf } from './lib/components/video-player/video-player.component';
12
+ export { SafeHtmlPipe as ɵg } from './lib/pipes/safe-html.pipe';
12
13
  //# sourceMappingURL=hivegpt-hiveai-angular.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"hivegpt-hiveai-angular.d.ts","sourceRoot":"D:/hiveGPT-AI-packages/HiveAI-Packages/Angular/Angular/projects/hivegpt/eventsgpt-angular/src/","sources":["hivegpt-hiveai-angular.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,cAAc,CAAC;AAE7B,OAAO,EAAC,kBAAkB,IAAI,EAAE,EAAC,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAC,sBAAsB,IAAI,EAAE,EAAC,MAAM,4DAA4D,CAAC;AACxG,OAAO,EAAC,WAAW,IAAI,EAAE,EAAC,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAC,mBAAmB,IAAI,EAAE,EAAC,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAC,aAAa,IAAI,EAAE,EAAC,MAAM,yCAAyC,CAAC;AAC5E,OAAO,EAAC,oBAAoB,IAAI,EAAE,EAAC,MAAM,sDAAsD,CAAC;AAChG,OAAO,EAAC,YAAY,IAAI,EAAE,EAAC,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"hivegpt-hiveai-angular.d.ts","sourceRoot":"/Users/rohitthakur/Desktop/Freelance/Dalvir/Pro-Events-Frontend/Angular/projects/hivegpt/eventsgpt-angular/src/","sources":["hivegpt-hiveai-angular.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,cAAc,CAAC;AAE7B,OAAO,EAAC,kBAAkB,IAAI,EAAE,EAAC,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAC,sBAAsB,IAAI,EAAE,EAAC,MAAM,4DAA4D,CAAC;AACxG,OAAO,EAAC,WAAW,IAAI,EAAE,EAAC,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAC,mBAAmB,IAAI,EAAE,EAAC,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAC,aAAa,IAAI,EAAE,EAAC,MAAM,yCAAyC,CAAC;AAC5E,OAAO,EAAC,kBAAkB,IAAI,EAAE,EAAC,MAAM,mDAAmD,CAAC;AAC3F,OAAO,EAAC,oBAAoB,IAAI,EAAE,EAAC,MAAM,sDAAsD,CAAC;AAChG,OAAO,EAAC,YAAY,IAAI,EAAE,EAAC,MAAM,4BAA4B,CAAC"}