@hivegpt/hiveai-angular 0.0.301 → 0.0.303

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 (54) hide show
  1. package/README.md +24 -24
  2. package/bundles/hivegpt-hiveai-angular.umd.js +2646 -2636
  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 +12 -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 +43 -43
  13. package/esm2015/lib/components/chat-drawer/chat-drawer.component.js +1621 -1611
  14. package/esm2015/lib/components/chatbot/chatbot.component.js +50 -50
  15. package/esm2015/lib/components/conversation.service.js +40 -40
  16. package/esm2015/lib/components/socket-service.service.js +72 -72
  17. package/esm2015/lib/components/video-player/video-player.component.js +123 -123
  18. package/esm2015/lib/hivegpt.module.js +21 -21
  19. package/esm2015/lib/models/video.js +2 -2
  20. package/esm2015/lib/pipes/safe-html.pipe.js +19 -19
  21. package/esm2015/lib/utils/utils.js +36 -36
  22. package/esm2015/public-api.js +7 -7
  23. package/fesm2015/hivegpt-hiveai-angular.js +2118 -2108
  24. package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
  25. package/hivegpt-hiveai-angular.d.ts +11 -11
  26. package/hivegpt-hiveai-angular.d.ts.map +1 -1
  27. package/hivegpt-hiveai-angular.metadata.json +1 -1
  28. package/lib/components/NotificationSocket.d.ts +4 -4
  29. package/lib/components/NotificationSocket.d.ts.map +1 -1
  30. package/lib/components/bot-html-editor/bot-html-editor.component.d.ts +35 -35
  31. package/lib/components/bot-html-editor/bot-html-editor.component.d.ts.map +1 -1
  32. package/lib/components/bot.service.d.ts +11 -11
  33. package/lib/components/bot.service.d.ts.map +1 -1
  34. package/lib/components/chat-drawer/chat-drawer.component.d.ts +244 -244
  35. package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +1 -1
  36. package/lib/components/chatbot/chatbot.component.d.ts +35 -35
  37. package/lib/components/chatbot/chatbot.component.d.ts.map +1 -1
  38. package/lib/components/conversation.service.d.ts +10 -10
  39. package/lib/components/conversation.service.d.ts.map +1 -1
  40. package/lib/components/socket-service.service.d.ts +19 -19
  41. package/lib/components/socket-service.service.d.ts.map +1 -1
  42. package/lib/components/video-player/video-player.component.d.ts +35 -35
  43. package/lib/components/video-player/video-player.component.d.ts.map +1 -1
  44. package/lib/hivegpt.module.d.ts +2 -2
  45. package/lib/hivegpt.module.d.ts.map +1 -1
  46. package/lib/models/video.d.ts +34 -34
  47. package/lib/models/video.d.ts.map +1 -1
  48. package/lib/pipes/safe-html.pipe.d.ts +7 -7
  49. package/lib/pipes/safe-html.pipe.d.ts.map +1 -1
  50. package/lib/utils/utils.d.ts +2 -2
  51. package/lib/utils/utils.d.ts.map +1 -1
  52. package/package.json +1 -1
  53. package/public-api.d.ts +3 -3
  54. package/public-api.d.ts.map +1 -1
@@ -1,12 +1,12 @@
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 ɵ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';
12
12
  //# 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/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/muddassirnayyer/Development/Social27/HiveAI-Packages/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"}