@deep-eye/core 1.3.3 → 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.
Files changed (141) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/components/chat/ChatBot.vue.d.ts +1 -12
  3. package/dist/components/chat/ChatBot.vue.d.ts.map +1 -1
  4. package/dist/components/chat/attachments.d.ts +1 -3
  5. package/dist/components/chat/attachments.d.ts.map +1 -1
  6. package/dist/components/chat/chatContext.d.ts +2 -3
  7. package/dist/components/chat/chatContext.d.ts.map +1 -1
  8. package/dist/components/chat/components/ChatProvider.vue.d.ts +7 -10
  9. package/dist/components/chat/components/ChatProvider.vue.d.ts.map +1 -1
  10. package/dist/components/chat/components/ChatSender.vue.d.ts +3 -15
  11. package/dist/components/chat/components/ChatSender.vue.d.ts.map +1 -1
  12. package/dist/components/chat/components/ChatSkillPanel.vue.d.ts +2 -2
  13. package/dist/components/chat/components/ChatSkillPanel.vue.d.ts.map +1 -1
  14. package/dist/components/chat/components/ConversationList.vue.d.ts.map +1 -1
  15. package/dist/components/chat/components/document-viewer/html/HtmlRenderer.vue.d.ts.map +1 -1
  16. package/dist/components/chat/components/document-viewer/screenshotCapture.d.ts +2 -3
  17. package/dist/components/chat/components/document-viewer/screenshotCapture.d.ts.map +1 -1
  18. package/dist/components/chat/components/index.d.ts +0 -3
  19. package/dist/components/chat/components/index.d.ts.map +1 -1
  20. package/dist/components/chat/harness/Tooltip.vue.d.ts +1 -1
  21. package/dist/components/chat/harness/Tooltip.vue.d.ts.map +1 -1
  22. package/dist/components/chat/htmlPreview.d.ts +0 -9
  23. package/dist/components/chat/htmlPreview.d.ts.map +1 -1
  24. package/dist/components/chat/icons/ChatTipMenuExpertIcon.vue.d.ts +3 -1
  25. package/dist/components/chat/icons/ChatTipMenuExpertIcon.vue.d.ts.map +1 -1
  26. package/dist/components/chat/icons/{ChatTipMenuAssetIcon.vue.d.ts → ChatTipMenuLucideIcon.vue.d.ts} +3 -2
  27. package/dist/components/chat/icons/ChatTipMenuLucideIcon.vue.d.ts.map +1 -0
  28. package/dist/components/chat/icons/index.d.ts +0 -1
  29. package/dist/components/chat/icons/index.d.ts.map +1 -1
  30. package/dist/components/chat/icons/tipMenuItemIcons.d.ts +3 -1
  31. package/dist/components/chat/icons/tipMenuItemIcons.d.ts.map +1 -1
  32. package/dist/components/chat/index.d.ts +2 -14
  33. package/dist/components/chat/index.d.ts.map +1 -1
  34. package/dist/components/chat/mdoc/ArtifactBlock.vue.d.ts +1 -4
  35. package/dist/components/chat/mdoc/ArtifactBlock.vue.d.ts.map +1 -1
  36. package/dist/components/chat/mdoc/ContentNodes.vue.d.ts.map +1 -1
  37. package/dist/components/chat/mdoc/artifactOpenStrategy.d.ts +1 -1
  38. package/dist/components/chat/mdoc/artifactOpenStrategy.d.ts.map +1 -1
  39. package/dist/components/chat/mdoc/index.d.ts +0 -2
  40. package/dist/components/chat/mdoc/index.d.ts.map +1 -1
  41. package/dist/components/chat/mentionEditor.d.ts +2 -7
  42. package/dist/components/chat/mentionEditor.d.ts.map +1 -1
  43. package/dist/components/chat/sidebarMotion.d.ts +0 -5
  44. package/dist/components/chat/sidebarMotion.d.ts.map +1 -1
  45. package/dist/components/chat/types.d.ts +9 -130
  46. package/dist/components/chat/types.d.ts.map +1 -1
  47. package/dist/components/skill/api/skillCloudUrl.d.ts.map +1 -1
  48. package/dist/components/skill/components/ChatSkillCard.vue.d.ts.map +1 -1
  49. package/dist/components/skill/components/ChatSkillCardSkeleton.vue.d.ts.map +1 -1
  50. package/dist/components/skill/components/ChatSkillDetailDialog.vue.d.ts.map +1 -1
  51. package/dist/components/skill/skillCardModel.d.ts.map +1 -1
  52. package/dist/components/skill/types.d.ts +0 -2
  53. package/dist/components/skill/types.d.ts.map +1 -1
  54. package/dist/components/ui/components/UiDialog.vue.d.ts.map +1 -1
  55. package/dist/components/ui/components/UiDropdown.vue.d.ts +4 -6
  56. package/dist/components/ui/components/UiDropdown.vue.d.ts.map +1 -1
  57. package/dist/components/ui/components/UiMenu.vue.d.ts +3 -7
  58. package/dist/components/ui/components/UiMenu.vue.d.ts.map +1 -1
  59. package/dist/components/ui/components/UiMenuColumn.vue.d.ts.map +1 -1
  60. package/dist/components/ui/components/UiMenuNestedSubmenu.vue.d.ts +0 -6
  61. package/dist/components/ui/components/UiMenuNestedSubmenu.vue.d.ts.map +1 -1
  62. package/dist/components/ui/components/UiMenuSubmenuList.vue.d.ts.map +1 -1
  63. package/dist/components/ui/components/UiSearchInput.vue.d.ts +1 -5
  64. package/dist/components/ui/components/UiSearchInput.vue.d.ts.map +1 -1
  65. package/dist/components/ui/components/UiTabs.vue.d.ts.map +1 -1
  66. package/dist/components/ui/composables/floatingPosition.d.ts +1 -3
  67. package/dist/components/ui/composables/floatingPosition.d.ts.map +1 -1
  68. package/dist/components/ui/composables/index.d.ts +1 -1
  69. package/dist/components/ui/composables/index.d.ts.map +1 -1
  70. package/dist/components/ui/composables/useUiDropdown.d.ts +2 -11
  71. package/dist/components/ui/composables/useUiDropdown.d.ts.map +1 -1
  72. package/dist/components/ui/composables/useUiMenuFloating.d.ts +2 -4
  73. package/dist/components/ui/composables/useUiMenuFloating.d.ts.map +1 -1
  74. package/dist/components/ui/types.d.ts +6 -34
  75. package/dist/components/ui/types.d.ts.map +1 -1
  76. package/dist/components/ui/utils/index.d.ts +1 -1
  77. package/dist/components/ui/utils/index.d.ts.map +1 -1
  78. package/dist/components/ui/utils/mapDropdownMenuItems.d.ts +1 -6
  79. package/dist/components/ui/utils/mapDropdownMenuItems.d.ts.map +1 -1
  80. package/dist/components/ui/utils/menuSubmenu.d.ts +1 -3
  81. package/dist/components/ui/utils/menuSubmenu.d.ts.map +1 -1
  82. package/dist/{index-ChJLMu-n.js → index-B1l7WLyd.js} +29142 -32396
  83. package/dist/{index-Dsb0ILVU.cjs → index-B9m5lEtT.cjs} +224 -223
  84. package/dist/{index-BzC5q4TB.js → index-DZFa6Oqy.js} +1 -1
  85. package/dist/{index-B9PZy7-X.cjs → index-GDdWx_nR.cjs} +1 -1
  86. package/dist/{index-CzUk6DJO.js → index-oK2gNaio.js} +1 -1
  87. package/dist/{index-DWgzqR7o.cjs → index-zKQpqRx4.cjs} +1 -1
  88. package/dist/index.cjs +1 -1
  89. package/dist/index.js +274 -322
  90. package/dist/style.css +2 -2
  91. package/package.json +1 -1
  92. package/dist/chat-token.css +0 -226
  93. package/dist/components/chat/ChatApp.vue.d.ts +0 -199
  94. package/dist/components/chat/ChatApp.vue.d.ts.map +0 -1
  95. package/dist/components/chat/chatSessionSidebarAssets.d.ts +0 -21
  96. package/dist/components/chat/chatSessionSidebarAssets.d.ts.map +0 -1
  97. package/dist/components/chat/chatSessionSidebarTypes.d.ts +0 -59
  98. package/dist/components/chat/chatSessionSidebarTypes.d.ts.map +0 -1
  99. package/dist/components/chat/cloudConfig.d.ts +0 -90
  100. package/dist/components/chat/cloudConfig.d.ts.map +0 -1
  101. package/dist/components/chat/components/ArtifactList.vue.d.ts +0 -14
  102. package/dist/components/chat/components/ArtifactList.vue.d.ts.map +0 -1
  103. package/dist/components/chat/components/ChatHistorySearchDialog.vue.d.ts +0 -33
  104. package/dist/components/chat/components/ChatHistorySearchDialog.vue.d.ts.map +0 -1
  105. package/dist/components/chat/components/ChatSessionExpandHistoryCard.vue.d.ts +0 -30
  106. package/dist/components/chat/components/ChatSessionExpandHistoryCard.vue.d.ts.map +0 -1
  107. package/dist/components/chat/components/ChatSessionLoadingDots.vue.d.ts +0 -11
  108. package/dist/components/chat/components/ChatSessionLoadingDots.vue.d.ts.map +0 -1
  109. package/dist/components/chat/components/ChatSessionOverflowTooltip.vue.d.ts +0 -22
  110. package/dist/components/chat/components/ChatSessionOverflowTooltip.vue.d.ts.map +0 -1
  111. package/dist/components/chat/components/ChatSessionSidebar.vue.d.ts +0 -80
  112. package/dist/components/chat/components/ChatSessionSidebar.vue.d.ts.map +0 -1
  113. package/dist/components/chat/components/ChatSessionSkeleton.vue.d.ts +0 -6
  114. package/dist/components/chat/components/ChatSessionSkeleton.vue.d.ts.map +0 -1
  115. package/dist/components/chat/components/ChatSessionStatusMark.vue.d.ts +0 -15
  116. package/dist/components/chat/components/ChatSessionStatusMark.vue.d.ts.map +0 -1
  117. package/dist/components/chat/composables/chatApiRequest.d.ts +0 -39
  118. package/dist/components/chat/composables/chatApiRequest.d.ts.map +0 -1
  119. package/dist/components/chat/composables/chatHistoryApi.d.ts +0 -41
  120. package/dist/components/chat/composables/chatHistoryApi.d.ts.map +0 -1
  121. package/dist/components/chat/composables/chatSessionId.d.ts +0 -8
  122. package/dist/components/chat/composables/chatSessionId.d.ts.map +0 -1
  123. package/dist/components/chat/composables/useChatNewSessionEpoch.d.ts +0 -3
  124. package/dist/components/chat/composables/useChatNewSessionEpoch.d.ts.map +0 -1
  125. package/dist/components/chat/composables/useChatSessionHistory.d.ts +0 -56
  126. package/dist/components/chat/composables/useChatSessionHistory.d.ts.map +0 -1
  127. package/dist/components/chat/composables/useChatSessionSwitch.d.ts +0 -22
  128. package/dist/components/chat/composables/useChatSessionSwitch.d.ts.map +0 -1
  129. package/dist/components/chat/composables/useHistoryGroupExpand.d.ts +0 -14
  130. package/dist/components/chat/composables/useHistoryGroupExpand.d.ts.map +0 -1
  131. package/dist/components/chat/icons/ChatArtifactFilesIcon.vue.d.ts +0 -9
  132. package/dist/components/chat/icons/ChatArtifactFilesIcon.vue.d.ts.map +0 -1
  133. package/dist/components/chat/icons/ChatTipMenuAssetIcon.vue.d.ts.map +0 -1
  134. package/dist/components/chat/mdoc/ArtifactStack.vue.d.ts +0 -13
  135. package/dist/components/chat/mdoc/ArtifactStack.vue.d.ts.map +0 -1
  136. package/dist/components/chat/mdoc/artifactStack.d.ts +0 -17
  137. package/dist/components/chat/mdoc/artifactStack.d.ts.map +0 -1
  138. package/dist/components/chat/mdoc/sessionArtifacts.d.ts +0 -20
  139. package/dist/components/chat/mdoc/sessionArtifacts.d.ts.map +0 -1
  140. package/dist/components/skill/formatSkillUsageCount.d.ts +0 -3
  141. 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.