@deep-eye/core 0.5.0 → 0.5.1
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.
- package/README.md +15 -15
- package/dist/components/chat/AiConversation.vue.d.ts.map +1 -1
- package/dist/components/chat/composables/index.d.ts +1 -0
- package/dist/components/chat/composables/index.d.ts.map +1 -1
- package/dist/components/chat/composables/useConversationStream.d.ts +3 -0
- package/dist/components/chat/composables/useConversationStream.d.ts.map +1 -0
- package/dist/components/chat/index.d.ts +2 -2
- package/dist/components/chat/index.d.ts.map +1 -1
- package/dist/components/chat/types.d.ts +24 -2
- package/dist/components/chat/types.d.ts.map +1 -1
- package/dist/index.cjs +28 -25
- package/dist/index.js +6934 -6604
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/components/chat/__tests__/AiConversation.spec.d.ts +0 -2
- package/dist/components/chat/__tests__/AiConversation.spec.d.ts.map +0 -1
- package/dist/components/chat/__tests__/MessageBubble.spec.d.ts +0 -2
- package/dist/components/chat/__tests__/MessageBubble.spec.d.ts.map +0 -1
- package/dist/components/chat/__tests__/MindMapToolRenderer.spec.d.ts +0 -2
- package/dist/components/chat/__tests__/MindMapToolRenderer.spec.d.ts.map +0 -1
- package/dist/components/chat/__tests__/OpenGenUIToolRenderer.spec.d.ts +0 -2
- package/dist/components/chat/__tests__/OpenGenUIToolRenderer.spec.d.ts.map +0 -1
- package/dist/components/chat/__tests__/OpenGenerativeUiScheduleRenderer.spec.d.ts +0 -2
- package/dist/components/chat/__tests__/OpenGenerativeUiScheduleRenderer.spec.d.ts.map +0 -1
- package/dist/components/chat/__tests__/SearchToolRenderer.spec.d.ts +0 -2
- package/dist/components/chat/__tests__/SearchToolRenderer.spec.d.ts.map +0 -1
- package/dist/components/chat/__tests__/TextPartRenderer.spec.d.ts +0 -2
- package/dist/components/chat/__tests__/TextPartRenderer.spec.d.ts.map +0 -1
- package/dist/components/chat/__tests__/ToolCallPart.spec.d.ts +0 -2
- package/dist/components/chat/__tests__/ToolCallPart.spec.d.ts.map +0 -1
- package/dist/components/chat/__tests__/mdoc.spec.d.ts +0 -2
- package/dist/components/chat/__tests__/mdoc.spec.d.ts.map +0 -1
- package/dist/components/chat/__tests__/openGenerativeUi.spec.d.ts +0 -2
- package/dist/components/chat/__tests__/openGenerativeUi.spec.d.ts.map +0 -1
- package/dist/components/chat/__tests__/types.smoke.spec.d.ts +0 -2
- package/dist/components/chat/__tests__/types.smoke.spec.d.ts.map +0 -1
- package/dist/components/chat/__tests__/useConversation.spec.d.ts +0 -2
- package/dist/components/chat/__tests__/useConversation.spec.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AiConversation.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/AiConversation.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MessageBubble.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/MessageBubble.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MindMapToolRenderer.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/MindMapToolRenderer.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OpenGenUIToolRenderer.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/OpenGenUIToolRenderer.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OpenGenerativeUiScheduleRenderer.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/OpenGenerativeUiScheduleRenderer.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SearchToolRenderer.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/SearchToolRenderer.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TextPartRenderer.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/TextPartRenderer.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ToolCallPart.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/ToolCallPart.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mdoc.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/mdoc.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"openGenerativeUi.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/openGenerativeUi.spec.ts"],"names":[],"mappings":""}
|
|
@@ -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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useConversation.spec.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/__tests__/useConversation.spec.ts"],"names":[],"mappings":""}
|