@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.
- package/CHANGELOG.md +27 -0
- package/README.md +46 -18
- package/dist/components/chat/AiConversation.vue.d.ts +7 -1
- package/dist/components/chat/AiConversation.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatActionbar.vue.d.ts +24 -0
- package/dist/components/chat/components/ChatActionbar.vue.d.ts.map +1 -0
- package/dist/components/chat/components/ChatMessage.vue.d.ts +42 -0
- package/dist/components/chat/components/ChatMessage.vue.d.ts.map +1 -0
- package/dist/components/chat/components/MessageBubble.vue.d.ts +32 -14
- package/dist/components/chat/components/MessageBubble.vue.d.ts.map +1 -1
- package/dist/components/chat/components/TextPartRenderer.vue.d.ts +1 -1
- package/dist/components/chat/components/TextPartRenderer.vue.d.ts.map +1 -1
- package/dist/components/chat/components/index.d.ts +2 -0
- package/dist/components/chat/components/index.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 +4 -2
- package/dist/components/chat/index.d.ts.map +1 -1
- package/dist/components/chat/mdoc/AskUserForm.vue.d.ts +4 -4
- package/dist/components/chat/mdoc/ContentNodes.vue.d.ts.map +1 -1
- package/dist/components/chat/mdoc/MediaImageLightbox.vue.d.ts +20 -0
- package/dist/components/chat/mdoc/MediaImageLightbox.vue.d.ts.map +1 -0
- package/dist/components/chat/mdoc/MediaImageStack.vue.d.ts +12 -0
- package/dist/components/chat/mdoc/MediaImageStack.vue.d.ts.map +1 -0
- package/dist/components/chat/mdoc/textContent.d.ts +8 -0
- package/dist/components/chat/mdoc/textContent.d.ts.map +1 -1
- package/dist/components/chat/types.d.ts +35 -2
- package/dist/components/chat/types.d.ts.map +1 -1
- package/dist/index.cjs +31 -28
- package/dist/index.js +8123 -7323
- package/dist/style.css +1 -1
- package/package.json +3 -2
- 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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deep-eye/core",
|
|
3
|
-
"version": "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 +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":""}
|