@copilotkitnext/angular 1.51.4-next.6 → 1.51.4-next.8

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 (44) hide show
  1. package/README.md +43 -39
  2. package/dist/README.md +43 -39
  3. package/dist/esm2022/lib/agent-context.mjs +2 -2
  4. package/dist/esm2022/lib/agent.mjs +1 -1
  5. package/dist/esm2022/lib/chat-config.mjs +1 -1
  6. package/dist/esm2022/lib/chat-state.mjs +1 -1
  7. package/dist/esm2022/lib/components/chat/copilot-chat-assistant-message-buttons.mjs +1 -1
  8. package/dist/esm2022/lib/components/chat/copilot-chat-assistant-message-renderer.mjs +1 -1
  9. package/dist/esm2022/lib/components/chat/copilot-chat-assistant-message-toolbar.mjs +1 -1
  10. package/dist/esm2022/lib/components/chat/copilot-chat-assistant-message.mjs +1 -1
  11. package/dist/esm2022/lib/components/chat/copilot-chat-audio-recorder.mjs +1 -1
  12. package/dist/esm2022/lib/components/chat/copilot-chat-buttons.mjs +1 -1
  13. package/dist/esm2022/lib/components/chat/copilot-chat-input.mjs +1 -1
  14. package/dist/esm2022/lib/components/chat/copilot-chat-message-view-cursor.mjs +1 -1
  15. package/dist/esm2022/lib/components/chat/copilot-chat-message-view.mjs +1 -1
  16. package/dist/esm2022/lib/components/chat/copilot-chat-textarea.mjs +1 -1
  17. package/dist/esm2022/lib/components/chat/copilot-chat-tools-menu.mjs +1 -1
  18. package/dist/esm2022/lib/components/chat/copilot-chat-user-message-branch-navigation.mjs +26 -6
  19. package/dist/esm2022/lib/components/chat/copilot-chat-user-message-buttons.mjs +1 -1
  20. package/dist/esm2022/lib/components/chat/copilot-chat-user-message-renderer.mjs +1 -1
  21. package/dist/esm2022/lib/components/chat/copilot-chat-user-message-toolbar.mjs +1 -1
  22. package/dist/esm2022/lib/components/chat/copilot-chat-user-message.mjs +29 -9
  23. package/dist/esm2022/lib/components/chat/copilot-chat-user-message.types.mjs +1 -1
  24. package/dist/esm2022/lib/components/chat/copilot-chat-view-disclaimer.mjs +1 -1
  25. package/dist/esm2022/lib/components/chat/copilot-chat-view-feather.mjs +1 -1
  26. package/dist/esm2022/lib/components/chat/copilot-chat-view-input-container.mjs +1 -1
  27. package/dist/esm2022/lib/components/chat/copilot-chat-view-scroll-to-bottom-button.mjs +1 -1
  28. package/dist/esm2022/lib/components/chat/copilot-chat-view-scroll-view.mjs +1 -1
  29. package/dist/esm2022/lib/components/chat/copilot-chat-view.mjs +1 -1
  30. package/dist/esm2022/lib/components/chat/copilot-chat.mjs +20 -23
  31. package/dist/esm2022/lib/config.mjs +1 -1
  32. package/dist/esm2022/lib/copilotkit.mjs +18 -8
  33. package/dist/esm2022/lib/directives/stick-to-bottom.mjs +1 -1
  34. package/dist/esm2022/lib/human-in-the-loop.mjs +1 -1
  35. package/dist/esm2022/lib/render-tool-calls.mjs +40 -11
  36. package/dist/esm2022/lib/resize-observer.mjs +1 -1
  37. package/dist/esm2022/lib/scroll-position.mjs +2 -3
  38. package/dist/esm2022/lib/slots/copilot-slot.mjs +1 -1
  39. package/dist/esm2022/lib/slots/slot.utils.mjs +1 -1
  40. package/dist/esm2022/lib/tools.mjs +3 -3
  41. package/dist/fesm2022/copilotkitnext-angular.mjs +128 -54
  42. package/dist/fesm2022/copilotkitnext-angular.mjs.map +1 -1
  43. package/dist/lib/components/chat/copilot-chat.d.ts +1 -0
  44. package/package.json +5 -6
@@ -17,6 +17,7 @@ export declare class CopilotChat implements ChatState {
17
17
  readonly inputComponent: import("@angular/core").InputSignal<Type<any>>;
18
18
  private readonly resolvedAgentId;
19
19
  readonly agentStore: import("@angular/core").Signal<import("../../agent").AgentStore>;
20
+ private readonly copilotKit;
20
21
  readonly cdr: ChangeDetectorRef;
21
22
  readonly injector: Injector;
22
23
  protected messages: import("@angular/core").Signal<({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/angular",
3
- "version": "1.51.4-next.6",
3
+ "version": "1.51.4-next.8",
4
4
  "description": "Angular library for CopilotKit",
5
5
  "main": "dist/fesm2022/copilotkitnext-angular.mjs",
6
6
  "module": "dist/fesm2022/copilotkitnext-angular.mjs",
@@ -29,8 +29,8 @@
29
29
  "rxjs": "^7.8.1",
30
30
  "tailwind-merge": "^2.6.0",
31
31
  "zod": "^3.22.4",
32
- "@copilotkitnext/core": "1.51.4-next.6",
33
- "@copilotkitnext/shared": "1.51.4-next.6"
32
+ "@copilotkitnext/core": "1.51.4-next.8",
33
+ "@copilotkitnext/shared": "1.51.4-next.8"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@angular/cdk": "^18.0.0 || ^19.0.0",
@@ -74,8 +74,8 @@
74
74
  "vite": "^7.1.4",
75
75
  "vitest": "^2.0.5",
76
76
  "zone.js": "^0.14.0",
77
- "@copilotkitnext/eslint-config": "1.51.4-next.6",
78
- "@copilotkitnext/typescript-config": "1.51.4-next.6"
77
+ "@copilotkitnext/eslint-config": "1.51.4-next.8",
78
+ "@copilotkitnext/typescript-config": "1.51.4-next.8"
79
79
  },
80
80
  "publishConfig": {
81
81
  "access": "public"
@@ -91,7 +91,6 @@
91
91
  "build:css": "npx @tailwindcss/cli -i ./src/styles/globals.css -o ./dist/styles.css",
92
92
  "dev": "concurrently \"ng-packagr -p ng-package.json --watch\" \"npm run dev:css\"",
93
93
  "dev:css": "npx @tailwindcss/cli -i ./src/styles/globals.css -o ./dist/styles.css --watch",
94
- "clean": "rimraf dist",
95
94
  "lint": "eslint .",
96
95
  "check-types": "tsc --noEmit",
97
96
  "test": "vitest run",