@hivegpt/hiveai-angular 0.0.316 → 0.0.318

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 +2666 -2663
  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 +49 -43
  13. package/esm2015/lib/components/chat-drawer/chat-drawer.component.js +1637 -1639
  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 +2139 -2136
  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
package/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # EventsgptAngular
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.5.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project eventsgpt-angular` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project eventsgpt-angular`.
8
- > Note: Don't forget to add `--project eventsgpt-angular` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build eventsgpt-angular` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build eventsgpt-angular`, go to the dist folder `cd dist/eventsgpt-angular` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test eventsgpt-angular` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # EventsgptAngular
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.5.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project eventsgpt-angular` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project eventsgpt-angular`.
8
+ > Note: Don't forget to add `--project eventsgpt-angular` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build eventsgpt-angular` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build eventsgpt-angular`, go to the dist folder `cd dist/eventsgpt-angular` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test eventsgpt-angular` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.