@deep-eye/core 0.5.0 → 0.6.0

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 (58) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/README.md +46 -18
  3. package/dist/components/chat/AiConversation.vue.d.ts +7 -1
  4. package/dist/components/chat/AiConversation.vue.d.ts.map +1 -1
  5. package/dist/components/chat/components/ChatActionbar.vue.d.ts +24 -0
  6. package/dist/components/chat/components/ChatActionbar.vue.d.ts.map +1 -0
  7. package/dist/components/chat/components/ChatMessage.vue.d.ts +42 -0
  8. package/dist/components/chat/components/ChatMessage.vue.d.ts.map +1 -0
  9. package/dist/components/chat/components/MessageBubble.vue.d.ts +32 -14
  10. package/dist/components/chat/components/MessageBubble.vue.d.ts.map +1 -1
  11. package/dist/components/chat/components/TextPartRenderer.vue.d.ts +1 -1
  12. package/dist/components/chat/components/TextPartRenderer.vue.d.ts.map +1 -1
  13. package/dist/components/chat/components/index.d.ts +2 -0
  14. package/dist/components/chat/components/index.d.ts.map +1 -1
  15. package/dist/components/chat/composables/index.d.ts +1 -0
  16. package/dist/components/chat/composables/index.d.ts.map +1 -1
  17. package/dist/components/chat/composables/useConversationStream.d.ts +3 -0
  18. package/dist/components/chat/composables/useConversationStream.d.ts.map +1 -0
  19. package/dist/components/chat/index.d.ts +4 -2
  20. package/dist/components/chat/index.d.ts.map +1 -1
  21. package/dist/components/chat/mdoc/AskUserForm.vue.d.ts +4 -4
  22. package/dist/components/chat/mdoc/ContentNodes.vue.d.ts.map +1 -1
  23. package/dist/components/chat/mdoc/MediaImageLightbox.vue.d.ts +20 -0
  24. package/dist/components/chat/mdoc/MediaImageLightbox.vue.d.ts.map +1 -0
  25. package/dist/components/chat/mdoc/MediaImageStack.vue.d.ts +12 -0
  26. package/dist/components/chat/mdoc/MediaImageStack.vue.d.ts.map +1 -0
  27. package/dist/components/chat/mdoc/textContent.d.ts +8 -0
  28. package/dist/components/chat/mdoc/textContent.d.ts.map +1 -1
  29. package/dist/components/chat/types.d.ts +35 -2
  30. package/dist/components/chat/types.d.ts.map +1 -1
  31. package/dist/index.cjs +31 -28
  32. package/dist/index.js +8123 -7323
  33. package/dist/style.css +1 -1
  34. package/package.json +3 -2
  35. package/dist/components/chat/__tests__/AiConversation.spec.d.ts +0 -2
  36. package/dist/components/chat/__tests__/AiConversation.spec.d.ts.map +0 -1
  37. package/dist/components/chat/__tests__/MessageBubble.spec.d.ts +0 -2
  38. package/dist/components/chat/__tests__/MessageBubble.spec.d.ts.map +0 -1
  39. package/dist/components/chat/__tests__/MindMapToolRenderer.spec.d.ts +0 -2
  40. package/dist/components/chat/__tests__/MindMapToolRenderer.spec.d.ts.map +0 -1
  41. package/dist/components/chat/__tests__/OpenGenUIToolRenderer.spec.d.ts +0 -2
  42. package/dist/components/chat/__tests__/OpenGenUIToolRenderer.spec.d.ts.map +0 -1
  43. package/dist/components/chat/__tests__/OpenGenerativeUiScheduleRenderer.spec.d.ts +0 -2
  44. package/dist/components/chat/__tests__/OpenGenerativeUiScheduleRenderer.spec.d.ts.map +0 -1
  45. package/dist/components/chat/__tests__/SearchToolRenderer.spec.d.ts +0 -2
  46. package/dist/components/chat/__tests__/SearchToolRenderer.spec.d.ts.map +0 -1
  47. package/dist/components/chat/__tests__/TextPartRenderer.spec.d.ts +0 -2
  48. package/dist/components/chat/__tests__/TextPartRenderer.spec.d.ts.map +0 -1
  49. package/dist/components/chat/__tests__/ToolCallPart.spec.d.ts +0 -2
  50. package/dist/components/chat/__tests__/ToolCallPart.spec.d.ts.map +0 -1
  51. package/dist/components/chat/__tests__/mdoc.spec.d.ts +0 -2
  52. package/dist/components/chat/__tests__/mdoc.spec.d.ts.map +0 -1
  53. package/dist/components/chat/__tests__/openGenerativeUi.spec.d.ts +0 -2
  54. package/dist/components/chat/__tests__/openGenerativeUi.spec.d.ts.map +0 -1
  55. package/dist/components/chat/__tests__/types.smoke.spec.d.ts +0 -2
  56. package/dist/components/chat/__tests__/types.smoke.spec.d.ts.map +0 -1
  57. package/dist/components/chat/__tests__/useConversation.spec.d.ts +0 -2
  58. package/dist/components/chat/__tests__/useConversation.spec.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deep-eye/core",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"
@@ -20,7 +20,8 @@
20
20
  },
21
21
  "files": [
22
22
  "dist",
23
- "README.md"
23
+ "README.md",
24
+ "CHANGELOG.md"
24
25
  ],
25
26
  "scripts": {
26
27
  "dev": "vite build --watch",
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=AiConversation.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AiConversation.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/AiConversation.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=MessageBubble.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MessageBubble.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/MessageBubble.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=MindMapToolRenderer.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MindMapToolRenderer.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/MindMapToolRenderer.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=OpenGenUIToolRenderer.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OpenGenUIToolRenderer.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/OpenGenUIToolRenderer.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=OpenGenerativeUiScheduleRenderer.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OpenGenerativeUiScheduleRenderer.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/OpenGenerativeUiScheduleRenderer.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=SearchToolRenderer.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SearchToolRenderer.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/SearchToolRenderer.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=TextPartRenderer.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextPartRenderer.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/TextPartRenderer.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ToolCallPart.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ToolCallPart.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/ToolCallPart.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=mdoc.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mdoc.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/mdoc.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=openGenerativeUi.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"openGenerativeUi.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/openGenerativeUi.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=types.smoke.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.smoke.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/types.smoke.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=useConversation.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useConversation.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/useConversation.spec.ts"],"names":[],"mappings":""}