@deep-eye/core 1.3.2 → 1.3.4
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 +26 -0
- package/dist/components/chat/ChatBot.vue.d.ts +1 -12
- package/dist/components/chat/ChatBot.vue.d.ts.map +1 -1
- package/dist/components/chat/attachments.d.ts +1 -3
- package/dist/components/chat/attachments.d.ts.map +1 -1
- package/dist/components/chat/chatContext.d.ts +2 -3
- package/dist/components/chat/chatContext.d.ts.map +1 -1
- package/dist/components/chat/components/ChatProvider.vue.d.ts +7 -10
- package/dist/components/chat/components/ChatProvider.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatSender.vue.d.ts +3 -15
- package/dist/components/chat/components/ChatSender.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatSkillPanel.vue.d.ts +2 -2
- package/dist/components/chat/components/ChatSkillPanel.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ConversationList.vue.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/html/HtmlRenderer.vue.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/screenshotCapture.d.ts +2 -3
- package/dist/components/chat/components/document-viewer/screenshotCapture.d.ts.map +1 -1
- package/dist/components/chat/components/index.d.ts +0 -3
- package/dist/components/chat/components/index.d.ts.map +1 -1
- package/dist/components/chat/harness/Tooltip.vue.d.ts +1 -1
- package/dist/components/chat/harness/Tooltip.vue.d.ts.map +1 -1
- package/dist/components/chat/htmlPreview.d.ts +0 -9
- package/dist/components/chat/htmlPreview.d.ts.map +1 -1
- package/dist/components/chat/icons/ChatTipMenuExpertIcon.vue.d.ts +3 -1
- package/dist/components/chat/icons/ChatTipMenuExpertIcon.vue.d.ts.map +1 -1
- package/dist/components/chat/icons/{ChatTipMenuAssetIcon.vue.d.ts → ChatTipMenuLucideIcon.vue.d.ts} +3 -2
- package/dist/components/chat/icons/ChatTipMenuLucideIcon.vue.d.ts.map +1 -0
- package/dist/components/chat/icons/index.d.ts +0 -1
- package/dist/components/chat/icons/index.d.ts.map +1 -1
- package/dist/components/chat/icons/tipMenuItemIcons.d.ts +3 -1
- package/dist/components/chat/icons/tipMenuItemIcons.d.ts.map +1 -1
- package/dist/components/chat/index.d.ts +2 -14
- package/dist/components/chat/index.d.ts.map +1 -1
- package/dist/components/chat/mdoc/ArtifactBlock.vue.d.ts +1 -4
- package/dist/components/chat/mdoc/ArtifactBlock.vue.d.ts.map +1 -1
- package/dist/components/chat/mdoc/ContentNodes.vue.d.ts.map +1 -1
- package/dist/components/chat/mdoc/artifactOpenStrategy.d.ts +1 -1
- package/dist/components/chat/mdoc/artifactOpenStrategy.d.ts.map +1 -1
- package/dist/components/chat/mdoc/index.d.ts +0 -2
- package/dist/components/chat/mdoc/index.d.ts.map +1 -1
- package/dist/components/chat/mentionEditor.d.ts +2 -7
- package/dist/components/chat/mentionEditor.d.ts.map +1 -1
- package/dist/components/chat/sidebarMotion.d.ts +0 -5
- package/dist/components/chat/sidebarMotion.d.ts.map +1 -1
- package/dist/components/chat/types.d.ts +9 -118
- package/dist/components/chat/types.d.ts.map +1 -1
- package/dist/components/skill/api/skillCloudUrl.d.ts.map +1 -1
- package/dist/components/skill/components/ChatSkillCard.vue.d.ts.map +1 -1
- package/dist/components/skill/components/ChatSkillCardSkeleton.vue.d.ts.map +1 -1
- package/dist/components/skill/components/ChatSkillDetailDialog.vue.d.ts.map +1 -1
- package/dist/components/skill/skillCardModel.d.ts.map +1 -1
- package/dist/components/skill/types.d.ts +0 -2
- package/dist/components/skill/types.d.ts.map +1 -1
- package/dist/components/ui/components/UiDialog.vue.d.ts.map +1 -1
- package/dist/components/ui/components/UiDropdown.vue.d.ts +4 -6
- package/dist/components/ui/components/UiDropdown.vue.d.ts.map +1 -1
- package/dist/components/ui/components/UiMenu.vue.d.ts +3 -7
- 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 +0 -6
- package/dist/components/ui/components/UiMenuNestedSubmenu.vue.d.ts.map +1 -1
- package/dist/components/ui/components/UiMenuSubmenuList.vue.d.ts.map +1 -1
- package/dist/components/ui/components/UiSearchInput.vue.d.ts +1 -5
- package/dist/components/ui/components/UiSearchInput.vue.d.ts.map +1 -1
- package/dist/components/ui/components/UiTabs.vue.d.ts.map +1 -1
- package/dist/components/ui/composables/floatingPosition.d.ts +1 -3
- package/dist/components/ui/composables/floatingPosition.d.ts.map +1 -1
- package/dist/components/ui/composables/index.d.ts +1 -1
- package/dist/components/ui/composables/index.d.ts.map +1 -1
- package/dist/components/ui/composables/useUiDropdown.d.ts +2 -11
- package/dist/components/ui/composables/useUiDropdown.d.ts.map +1 -1
- package/dist/components/ui/composables/useUiMenuFloating.d.ts +2 -4
- package/dist/components/ui/composables/useUiMenuFloating.d.ts.map +1 -1
- package/dist/components/ui/types.d.ts +6 -34
- package/dist/components/ui/types.d.ts.map +1 -1
- package/dist/components/ui/utils/index.d.ts +1 -1
- package/dist/components/ui/utils/index.d.ts.map +1 -1
- package/dist/components/ui/utils/mapDropdownMenuItems.d.ts +1 -6
- package/dist/components/ui/utils/mapDropdownMenuItems.d.ts.map +1 -1
- package/dist/components/ui/utils/menuSubmenu.d.ts +1 -3
- package/dist/components/ui/utils/menuSubmenu.d.ts.map +1 -1
- package/dist/{index-CsRsThr2.js → index-B1l7WLyd.js} +29016 -32193
- package/dist/{index-Q0cTvKh-.cjs → index-B9m5lEtT.cjs} +224 -223
- package/dist/{index-BIox_qiB.js → index-DZFa6Oqy.js} +1 -1
- package/dist/{index-3wz4qeyb.cjs → index-GDdWx_nR.cjs} +1 -1
- package/dist/{index-CjA2XNLg.js → index-oK2gNaio.js} +1 -1
- package/dist/{index-DY7BybEW.cjs → index-zKQpqRx4.cjs} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +274 -322
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/dist/chat-token.css +0 -226
- package/dist/components/chat/ChatApp.vue.d.ts +0 -150
- package/dist/components/chat/ChatApp.vue.d.ts.map +0 -1
- package/dist/components/chat/chatSessionSidebarAssets.d.ts +0 -21
- package/dist/components/chat/chatSessionSidebarAssets.d.ts.map +0 -1
- package/dist/components/chat/chatSessionSidebarTypes.d.ts +0 -59
- package/dist/components/chat/chatSessionSidebarTypes.d.ts.map +0 -1
- package/dist/components/chat/cloudConfig.d.ts +0 -84
- package/dist/components/chat/cloudConfig.d.ts.map +0 -1
- package/dist/components/chat/components/ArtifactList.vue.d.ts +0 -14
- package/dist/components/chat/components/ArtifactList.vue.d.ts.map +0 -1
- package/dist/components/chat/components/ChatHistorySearchDialog.vue.d.ts +0 -33
- package/dist/components/chat/components/ChatHistorySearchDialog.vue.d.ts.map +0 -1
- package/dist/components/chat/components/ChatSessionExpandHistoryCard.vue.d.ts +0 -30
- package/dist/components/chat/components/ChatSessionExpandHistoryCard.vue.d.ts.map +0 -1
- package/dist/components/chat/components/ChatSessionLoadingDots.vue.d.ts +0 -11
- package/dist/components/chat/components/ChatSessionLoadingDots.vue.d.ts.map +0 -1
- package/dist/components/chat/components/ChatSessionOverflowTooltip.vue.d.ts +0 -22
- package/dist/components/chat/components/ChatSessionOverflowTooltip.vue.d.ts.map +0 -1
- package/dist/components/chat/components/ChatSessionSidebar.vue.d.ts +0 -76
- package/dist/components/chat/components/ChatSessionSidebar.vue.d.ts.map +0 -1
- package/dist/components/chat/components/ChatSessionSkeleton.vue.d.ts +0 -6
- package/dist/components/chat/components/ChatSessionSkeleton.vue.d.ts.map +0 -1
- package/dist/components/chat/components/ChatSessionStatusMark.vue.d.ts +0 -15
- package/dist/components/chat/components/ChatSessionStatusMark.vue.d.ts.map +0 -1
- package/dist/components/chat/composables/chatApiRequest.d.ts +0 -39
- package/dist/components/chat/composables/chatApiRequest.d.ts.map +0 -1
- package/dist/components/chat/composables/chatHistoryApi.d.ts +0 -41
- package/dist/components/chat/composables/chatHistoryApi.d.ts.map +0 -1
- package/dist/components/chat/composables/chatSessionId.d.ts +0 -8
- package/dist/components/chat/composables/chatSessionId.d.ts.map +0 -1
- package/dist/components/chat/composables/useChatNewSessionEpoch.d.ts +0 -3
- package/dist/components/chat/composables/useChatNewSessionEpoch.d.ts.map +0 -1
- package/dist/components/chat/composables/useChatSessionHistory.d.ts +0 -56
- package/dist/components/chat/composables/useChatSessionHistory.d.ts.map +0 -1
- package/dist/components/chat/composables/useChatSessionSwitch.d.ts +0 -22
- package/dist/components/chat/composables/useChatSessionSwitch.d.ts.map +0 -1
- package/dist/components/chat/composables/useHistoryGroupExpand.d.ts +0 -14
- package/dist/components/chat/composables/useHistoryGroupExpand.d.ts.map +0 -1
- package/dist/components/chat/icons/ChatArtifactFilesIcon.vue.d.ts +0 -9
- package/dist/components/chat/icons/ChatArtifactFilesIcon.vue.d.ts.map +0 -1
- package/dist/components/chat/icons/ChatTipMenuAssetIcon.vue.d.ts.map +0 -1
- package/dist/components/chat/mdoc/ArtifactStack.vue.d.ts +0 -13
- package/dist/components/chat/mdoc/ArtifactStack.vue.d.ts.map +0 -1
- package/dist/components/chat/mdoc/artifactStack.d.ts +0 -17
- package/dist/components/chat/mdoc/artifactStack.d.ts.map +0 -1
- package/dist/components/chat/mdoc/sessionArtifacts.d.ts +0 -20
- package/dist/components/chat/mdoc/sessionArtifacts.d.ts.map +0 -1
- package/dist/components/skill/formatSkillUsageCount.d.ts +0 -3
- package/dist/components/skill/formatSkillUsageCount.d.ts.map +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.