@hivegpt/hiveai-angular 0.0.380 → 0.0.381

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 (34) hide show
  1. package/README.md +23 -23
  2. package/karma.conf.js +32 -32
  3. package/ng-package.json +6 -6
  4. package/package.json +20 -20
  5. package/src/environments/environment.ts +19 -19
  6. package/src/lib/components/NotificationSocket.ts +37 -37
  7. package/src/lib/components/bot-html-editor/bot-html-editor.component.css +9 -9
  8. package/src/lib/components/bot-html-editor/bot-html-editor.component.html +11 -11
  9. package/src/lib/components/bot-html-editor/bot-html-editor.component.spec.ts +25 -25
  10. package/src/lib/components/bot-html-editor/bot-html-editor.component.ts +152 -152
  11. package/src/lib/components/bot.service.ts +51 -51
  12. package/src/lib/components/chat-drawer/chat-drawer.component.html +1586 -1586
  13. package/src/lib/components/chat-drawer/chat-drawer.component.scss +2906 -2906
  14. package/src/lib/components/chat-drawer/chat-drawer.component.ts +2143 -2143
  15. package/src/lib/components/chatbot/chatbot.component.html +37 -37
  16. package/src/lib/components/chatbot/chatbot.component.scss +97 -97
  17. package/src/lib/components/chatbot/chatbot.component.ts +44 -44
  18. package/src/lib/components/conversation.service.spec.ts +16 -16
  19. package/src/lib/components/conversation.service.ts +54 -54
  20. package/src/lib/components/socket-service.service.spec.ts +16 -16
  21. package/src/lib/components/socket-service.service.ts +77 -77
  22. package/src/lib/components/translations/translation.service.ts +221 -221
  23. package/src/lib/components/video-player/video-player.component.html +51 -51
  24. package/src/lib/components/video-player/video-player.component.scss +262 -262
  25. package/src/lib/components/video-player/video-player.component.ts +148 -148
  26. package/src/lib/hivegpt.module.ts +18 -18
  27. package/src/lib/models/video.ts +36 -36
  28. package/src/lib/pipes/safe-html.pipe.ts +16 -16
  29. package/src/lib/utils/utils.ts +37 -37
  30. package/src/public-api.ts +7 -7
  31. package/tsconfig.lib.json +25 -25
  32. package/tsconfig.lib.prod.json +10 -10
  33. package/tsconfig.spec.json +17 -17
  34. package/tslint.json +17 -17

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.