@deep-eye/core 1.3.6 → 1.3.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.
- package/CHANGELOG.md +44 -0
- package/dist/components/chat/ChatApp.vue.d.ts +31 -11
- package/dist/components/chat/ChatApp.vue.d.ts.map +1 -1
- package/dist/components/chat/ChatBot.vue.d.ts +16 -0
- package/dist/components/chat/ChatBot.vue.d.ts.map +1 -1
- package/dist/components/chat/attachments.d.ts.map +1 -1
- package/dist/components/chat/buildTimelineSegments.d.ts.map +1 -1
- package/dist/components/chat/chatContext.d.ts +5 -1
- package/dist/components/chat/chatContext.d.ts.map +1 -1
- package/dist/components/chat/chatErrors.d.ts +13 -0
- package/dist/components/chat/chatErrors.d.ts.map +1 -1
- package/dist/components/chat/cloudConfig.d.ts +1 -1
- package/dist/components/chat/cloudConfig.d.ts.map +1 -1
- package/dist/components/chat/components/ArtifactPreview.vue.d.ts +1 -0
- package/dist/components/chat/components/ArtifactPreview.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatActionbar.vue.d.ts +3 -3
- package/dist/components/chat/components/ChatActionbar.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatFileCard.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatFilePreview.vue.d.ts +41 -0
- package/dist/components/chat/components/ChatFilePreview.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatFilePreviewPanel.vue.d.ts +12 -1
- package/dist/components/chat/components/ChatFilePreviewPanel.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatMessage.vue.d.ts +9 -0
- package/dist/components/chat/components/ChatMessage.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatProvider.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatReasoning.vue.d.ts +4 -1
- package/dist/components/chat/components/ChatReasoning.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatSender.vue.d.ts +46 -3
- package/dist/components/chat/components/ChatSender.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatSessionHistoryItem.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatSkillPanel.vue.d.ts +3 -0
- package/dist/components/chat/components/ChatSkillPanel.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatTipMenu.vue.d.ts +22 -12
- package/dist/components/chat/components/ChatTipMenu.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ConversationList.vue.d.ts.map +1 -1
- package/dist/components/chat/components/InputContentParts.vue.d.ts.map +1 -1
- package/dist/components/chat/components/MessageBubble.vue.d.ts +9 -0
- package/dist/components/chat/components/MessageBubble.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ProcessStepGroup.vue.d.ts +11 -2
- package/dist/components/chat/components/ProcessStepGroup.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ReasoningMarkdown.vue.d.ts +8 -0
- package/dist/components/chat/components/ReasoningMarkdown.vue.d.ts.map +1 -0
- package/dist/components/chat/components/SubagentRunDialog.vue.d.ts +20 -0
- package/dist/components/chat/components/SubagentRunDialog.vue.d.ts.map +1 -0
- package/dist/components/chat/components/SubagentRunsPanel.vue.d.ts +9 -0
- package/dist/components/chat/components/SubagentRunsPanel.vue.d.ts.map +1 -0
- package/dist/components/chat/components/TextReferenceChip.vue.d.ts +20 -0
- package/dist/components/chat/components/TextReferenceChip.vue.d.ts.map +1 -0
- package/dist/components/chat/components/ToolCallPart.vue.d.ts.map +1 -1
- package/dist/components/chat/components/WebSearchProcessRow.vue.d.ts +9 -0
- package/dist/components/chat/components/WebSearchProcessRow.vue.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/ContentArea.vue.d.ts +84 -0
- package/dist/components/chat/components/document-viewer/ContentArea.vue.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/DocViewerToolbar.vue.d.ts +6 -0
- package/dist/components/chat/components/document-viewer/DocViewerToolbar.vue.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/DocumentAskPopup.vue.d.ts +20 -0
- package/dist/components/chat/components/document-viewer/DocumentAskPopup.vue.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/DocumentViewer.vue.d.ts +14 -2
- package/dist/components/chat/components/document-viewer/DocumentViewer.vue.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/ScreenshotCropOverlay.vue.d.ts +1 -0
- package/dist/components/chat/components/document-viewer/ScreenshotCropOverlay.vue.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/TextSelectionAskOverlay.vue.d.ts +17 -0
- package/dist/components/chat/components/document-viewer/TextSelectionAskOverlay.vue.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/adapter.d.ts +5 -6
- package/dist/components/chat/components/document-viewer/adapter.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/displayCapture.d.ts +28 -0
- package/dist/components/chat/components/document-viewer/displayCapture.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/html/HtmlRenderer.vue.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/office/DocxPreviewEngine.vue.d.ts +14 -0
- package/dist/components/chat/components/document-viewer/office/DocxPreviewEngine.vue.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/office/OfficeDocumentViewer.vue.d.ts +8 -1
- package/dist/components/chat/components/document-viewer/office/OfficeDocumentViewer.vue.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/office/docxChrome.d.ts +54 -0
- package/dist/components/chat/components/document-viewer/office/docxChrome.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/office/domNav.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/office/fitDocx.d.ts +8 -0
- package/dist/components/chat/components/document-viewer/office/fitDocx.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/office/officePreviewUrl.d.ts +28 -0
- package/dist/components/chat/components/document-viewer/office/officePreviewUrl.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/screenshotCapture.d.ts +29 -11
- package/dist/components/chat/components/document-viewer/screenshotCapture.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/tabCaptureSession.d.ts +17 -0
- package/dist/components/chat/components/document-viewer/tabCaptureSession.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/textSelection.d.ts +23 -0
- package/dist/components/chat/components/document-viewer/textSelection.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/xlsx/parseSpreadsheet.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/zip/ZipRenderer.vue.d.ts +26 -0
- package/dist/components/chat/components/document-viewer/zip/ZipRenderer.vue.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/zip/parseZipArchive.d.ts +26 -0
- package/dist/components/chat/components/document-viewer/zip/parseZipArchive.d.ts.map +1 -0
- 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/useChatSessionSwitch.d.ts.map +1 -1
- package/dist/components/chat/composables/useChatSkillTipMenu.d.ts +4 -2
- package/dist/components/chat/composables/useChatSkillTipMenu.d.ts.map +1 -1
- package/dist/components/chat/composables/useChatTipMenu.d.ts +8 -2
- package/dist/components/chat/composables/useChatTipMenu.d.ts.map +1 -1
- package/dist/components/chat/harness/DisclosureRow.vue.d.ts +1 -0
- package/dist/components/chat/harness/DisclosureRow.vue.d.ts.map +1 -1
- package/dist/components/chat/htmlPreview.d.ts +22 -2
- package/dist/components/chat/htmlPreview.d.ts.map +1 -1
- package/dist/components/chat/hydrateHistory.d.ts +3 -1
- package/dist/components/chat/hydrateHistory.d.ts.map +1 -1
- package/dist/components/chat/index.d.ts +4 -1
- package/dist/components/chat/index.d.ts.map +1 -1
- package/dist/components/chat/mdoc/ArtifactBlock.vue.d.ts.map +1 -1
- package/dist/components/chat/mdoc/artifactOpenStrategy.d.ts.map +1 -1
- package/dist/components/chat/mdoc/chatOccurrenceKey.d.ts +4 -0
- package/dist/components/chat/mdoc/chatOccurrenceKey.d.ts.map +1 -0
- package/dist/components/chat/mdoc/latexDelimiters.d.ts +14 -0
- package/dist/components/chat/mdoc/latexDelimiters.d.ts.map +1 -0
- package/dist/components/chat/mdoc/sessionArtifacts.d.ts +1 -1
- package/dist/components/chat/mdoc/sessionArtifacts.d.ts.map +1 -1
- package/dist/components/chat/mdoc/textContent.d.ts +0 -7
- package/dist/components/chat/mdoc/textContent.d.ts.map +1 -1
- package/dist/components/chat/messageChrome.d.ts +13 -3
- package/dist/components/chat/messageChrome.d.ts.map +1 -1
- package/dist/components/chat/previewRenderers.d.ts +2 -0
- package/dist/components/chat/previewRenderers.d.ts.map +1 -1
- package/dist/components/chat/processGroupSummary.d.ts +6 -4
- package/dist/components/chat/processGroupSummary.d.ts.map +1 -1
- package/dist/components/chat/reasoningDisplay.d.ts +6 -0
- package/dist/components/chat/reasoningDisplay.d.ts.map +1 -0
- package/dist/components/chat/responseStream.d.ts +2 -0
- package/dist/components/chat/responseStream.d.ts.map +1 -1
- package/dist/components/chat/sidebarMotion.d.ts +1 -1
- package/dist/components/chat/sidebarMotion.d.ts.map +1 -1
- package/dist/components/chat/subagentAggregate.d.ts +38 -0
- package/dist/components/chat/subagentAggregate.d.ts.map +1 -0
- package/dist/components/chat/subagentDisplay.d.ts +22 -0
- package/dist/components/chat/subagentDisplay.d.ts.map +1 -0
- package/dist/components/chat/textReference.d.ts +20 -0
- package/dist/components/chat/textReference.d.ts.map +1 -0
- package/dist/components/chat/toolLabels.d.ts +2 -0
- package/dist/components/chat/toolLabels.d.ts.map +1 -1
- package/dist/components/chat/types.d.ts +148 -10
- package/dist/components/chat/types.d.ts.map +1 -1
- package/dist/components/chat/useProcessGroupTimer.d.ts +2 -1
- package/dist/components/chat/useProcessGroupTimer.d.ts.map +1 -1
- package/dist/components/chat/utils/tipMenuBuiltin.d.ts +6 -0
- package/dist/components/chat/utils/tipMenuBuiltin.d.ts.map +1 -1
- package/dist/components/skill/components/ChatSkillCard.vue.d.ts.map +1 -1
- package/dist/components/skill/composables/useChatSkills.d.ts +1 -0
- package/dist/components/skill/composables/useChatSkills.d.ts.map +1 -1
- package/dist/components/skill/types.d.ts +21 -2
- package/dist/components/skill/types.d.ts.map +1 -1
- package/dist/components/ui/components/UiMenu.vue.d.ts +5 -1
- package/dist/components/ui/components/UiMenu.vue.d.ts.map +1 -1
- package/dist/components/ui/components/UiMenuColumn.vue.d.ts.map +1 -1
- package/dist/components/ui/components/UiMenuNestedSubmenu.vue.d.ts +2 -0
- package/dist/components/ui/components/UiMenuNestedSubmenu.vue.d.ts.map +1 -1
- package/dist/components/ui/components/UiMenuSubmenuColumn.vue.d.ts +1 -0
- package/dist/components/ui/components/UiMenuSubmenuColumn.vue.d.ts.map +1 -1
- package/dist/components/ui/components/UiMenuSubmenuList.vue.d.ts +2 -0
- package/dist/components/ui/components/UiMenuSubmenuList.vue.d.ts.map +1 -1
- package/dist/{index-BKxbaGuU.js → index-C-PR5B_r.js} +7664 -7648
- package/dist/{index-CT4dZd6h.js → index-CXsyPgZs.js} +83108 -74085
- package/dist/{index-BvdV0Eu0.cjs → index-DaNRGsBs.cjs} +44 -44
- package/dist/index-ti6KNsjh.cjs +1168 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +312 -300
- package/dist/style.css +2 -2
- package/package.json +3 -2
- package/dist/index-Bh4xn5LB.cjs +0 -1
- package/dist/index-BuN8GnS7.js +0 -22
- package/dist/index-CPq9HVwe.cjs +0 -892
- package/dist/index-DHbY1Eq1.cjs +0 -33
- package/dist/index-YIVH2TCo.js +0 -5072
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deep-eye/core",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.8",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@lucide/vue": "^1.27.0",
|
|
64
|
-
"@vue-office/docx": "^1.6.3",
|
|
65
64
|
"@vue-office/excel": "^1.7.14",
|
|
66
65
|
"@vue-office/pdf": "^2.0.10",
|
|
67
66
|
"@vue-office/pptx": "^1.0.1",
|
|
@@ -69,8 +68,10 @@
|
|
|
69
68
|
"axios": "^1.20.0",
|
|
70
69
|
"chart.js": "^4.5.1",
|
|
71
70
|
"d3": "^7.9.0",
|
|
71
|
+
"docx-preview": "^0.4.0",
|
|
72
72
|
"dompurify": "^3.4.2",
|
|
73
73
|
"echarts": "^6.1.0",
|
|
74
|
+
"fflate": "^0.8.3",
|
|
74
75
|
"gsap": "^3.15.0",
|
|
75
76
|
"html2canvas": "^1.4.1",
|
|
76
77
|
"katex": "^0.16.45",
|
package/dist/index-Bh4xn5LB.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const l=require("vue");var c={},f;function s(){return f||(f=1,function(u){var e=l;Object.keys(e).forEach(function(i){u[i]=e[i]}),u.set=function(i,n,r){return Array.isArray(i)?(i.length=Math.max(i.length,n),i.splice(n,1,r),r):(i[n]=r,r)},u.del=function(i,n){if(Array.isArray(i)){i.splice(n,1);return}delete i[n]},u.Vue=e,u.Vue2=void 0,u.isVue2=!1,u.isVue3=!0,u.install=function(){}}(c)),c}exports.requireLib=s;
|
package/dist/index-BuN8GnS7.js
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as l from "vue";
|
|
2
|
-
var f = {}, c;
|
|
3
|
-
function d() {
|
|
4
|
-
return c || (c = 1, function(n) {
|
|
5
|
-
var e = l;
|
|
6
|
-
Object.keys(e).forEach(function(i) {
|
|
7
|
-
n[i] = e[i];
|
|
8
|
-
}), n.set = function(i, u, r) {
|
|
9
|
-
return Array.isArray(i) ? (i.length = Math.max(i.length, u), i.splice(u, 1, r), r) : (i[u] = r, r);
|
|
10
|
-
}, n.del = function(i, u) {
|
|
11
|
-
if (Array.isArray(i)) {
|
|
12
|
-
i.splice(u, 1);
|
|
13
|
-
return;
|
|
14
|
-
}
|
|
15
|
-
delete i[u];
|
|
16
|
-
}, n.Vue = e, n.Vue2 = void 0, n.isVue2 = !1, n.isVue3 = !0, n.install = function() {
|
|
17
|
-
};
|
|
18
|
-
}(f)), f;
|
|
19
|
-
}
|
|
20
|
-
export {
|
|
21
|
-
d as r
|
|
22
|
-
};
|