@deep-eye/core 1.3.4 → 1.3.5

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 (145) hide show
  1. package/dist/chat-token.css +226 -0
  2. package/dist/components/chat/ChatApp.vue.d.ts +199 -0
  3. package/dist/components/chat/ChatApp.vue.d.ts.map +1 -0
  4. package/dist/components/chat/ChatBot.vue.d.ts +12 -1
  5. package/dist/components/chat/ChatBot.vue.d.ts.map +1 -1
  6. package/dist/components/chat/attachments.d.ts +3 -1
  7. package/dist/components/chat/attachments.d.ts.map +1 -1
  8. package/dist/components/chat/chatContext.d.ts +3 -2
  9. package/dist/components/chat/chatContext.d.ts.map +1 -1
  10. package/dist/components/chat/chatSessionSidebarAssets.d.ts +21 -0
  11. package/dist/components/chat/chatSessionSidebarAssets.d.ts.map +1 -0
  12. package/dist/components/chat/chatSessionSidebarTypes.d.ts +67 -0
  13. package/dist/components/chat/chatSessionSidebarTypes.d.ts.map +1 -0
  14. package/dist/components/chat/cloudConfig.d.ts +94 -0
  15. package/dist/components/chat/cloudConfig.d.ts.map +1 -0
  16. package/dist/components/chat/components/ArtifactList.vue.d.ts +14 -0
  17. package/dist/components/chat/components/ArtifactList.vue.d.ts.map +1 -0
  18. package/dist/components/chat/components/ChatHistorySearchDialog.vue.d.ts +37 -0
  19. package/dist/components/chat/components/ChatHistorySearchDialog.vue.d.ts.map +1 -0
  20. package/dist/components/chat/components/ChatProvider.vue.d.ts +10 -7
  21. package/dist/components/chat/components/ChatProvider.vue.d.ts.map +1 -1
  22. package/dist/components/chat/components/ChatSender.vue.d.ts +15 -3
  23. package/dist/components/chat/components/ChatSender.vue.d.ts.map +1 -1
  24. package/dist/components/chat/components/ChatSessionExpandHistoryCard.vue.d.ts +34 -0
  25. package/dist/components/chat/components/ChatSessionExpandHistoryCard.vue.d.ts.map +1 -0
  26. package/dist/components/chat/components/ChatSessionHistoryItem.vue.d.ts +21 -0
  27. package/dist/components/chat/components/ChatSessionHistoryItem.vue.d.ts.map +1 -0
  28. package/dist/components/chat/components/ChatSessionLoadingDots.vue.d.ts +11 -0
  29. package/dist/components/chat/components/ChatSessionLoadingDots.vue.d.ts.map +1 -0
  30. package/dist/components/chat/components/ChatSessionOverflowTooltip.vue.d.ts +22 -0
  31. package/dist/components/chat/components/ChatSessionOverflowTooltip.vue.d.ts.map +1 -0
  32. package/dist/components/chat/components/ChatSessionSidebar.vue.d.ts +84 -0
  33. package/dist/components/chat/components/ChatSessionSidebar.vue.d.ts.map +1 -0
  34. package/dist/components/chat/components/ChatSessionSkeleton.vue.d.ts +6 -0
  35. package/dist/components/chat/components/ChatSessionSkeleton.vue.d.ts.map +1 -0
  36. package/dist/components/chat/components/ChatSessionStatusMark.vue.d.ts +15 -0
  37. package/dist/components/chat/components/ChatSessionStatusMark.vue.d.ts.map +1 -0
  38. package/dist/components/chat/components/ChatSkillPanel.vue.d.ts +2 -2
  39. package/dist/components/chat/components/ChatSkillPanel.vue.d.ts.map +1 -1
  40. package/dist/components/chat/components/ConversationList.vue.d.ts.map +1 -1
  41. package/dist/components/chat/components/document-viewer/html/HtmlRenderer.vue.d.ts.map +1 -1
  42. package/dist/components/chat/components/document-viewer/screenshotCapture.d.ts +3 -2
  43. package/dist/components/chat/components/document-viewer/screenshotCapture.d.ts.map +1 -1
  44. package/dist/components/chat/components/index.d.ts +3 -0
  45. package/dist/components/chat/components/index.d.ts.map +1 -1
  46. package/dist/components/chat/composables/chatApiRequest.d.ts +39 -0
  47. package/dist/components/chat/composables/chatApiRequest.d.ts.map +1 -0
  48. package/dist/components/chat/composables/chatHistoryApi.d.ts +45 -0
  49. package/dist/components/chat/composables/chatHistoryApi.d.ts.map +1 -0
  50. package/dist/components/chat/composables/chatSessionId.d.ts +8 -0
  51. package/dist/components/chat/composables/chatSessionId.d.ts.map +1 -0
  52. package/dist/components/chat/composables/useChatNewSessionEpoch.d.ts +3 -0
  53. package/dist/components/chat/composables/useChatNewSessionEpoch.d.ts.map +1 -0
  54. package/dist/components/chat/composables/useChatSessionHistory.d.ts +58 -0
  55. package/dist/components/chat/composables/useChatSessionHistory.d.ts.map +1 -0
  56. package/dist/components/chat/composables/useChatSessionSwitch.d.ts +22 -0
  57. package/dist/components/chat/composables/useChatSessionSwitch.d.ts.map +1 -0
  58. package/dist/components/chat/composables/useHistoryGroupExpand.d.ts +14 -0
  59. package/dist/components/chat/composables/useHistoryGroupExpand.d.ts.map +1 -0
  60. package/dist/components/chat/harness/Tooltip.vue.d.ts +1 -1
  61. package/dist/components/chat/harness/Tooltip.vue.d.ts.map +1 -1
  62. package/dist/components/chat/htmlPreview.d.ts +13 -0
  63. package/dist/components/chat/htmlPreview.d.ts.map +1 -1
  64. package/dist/components/chat/icons/{ChatTipMenuLucideIcon.vue.d.ts → ChatArtifactFilesIcon.vue.d.ts} +1 -3
  65. package/dist/components/chat/icons/ChatArtifactFilesIcon.vue.d.ts.map +1 -0
  66. package/dist/components/chat/icons/ChatTipMenuAssetIcon.vue.d.ts +10 -0
  67. package/dist/components/chat/icons/ChatTipMenuAssetIcon.vue.d.ts.map +1 -0
  68. package/dist/components/chat/icons/ChatTipMenuExpertIcon.vue.d.ts +1 -3
  69. package/dist/components/chat/icons/ChatTipMenuExpertIcon.vue.d.ts.map +1 -1
  70. package/dist/components/chat/icons/index.d.ts +1 -0
  71. package/dist/components/chat/icons/index.d.ts.map +1 -1
  72. package/dist/components/chat/icons/tipMenuItemIcons.d.ts +1 -3
  73. package/dist/components/chat/icons/tipMenuItemIcons.d.ts.map +1 -1
  74. package/dist/components/chat/index.d.ts +14 -2
  75. package/dist/components/chat/index.d.ts.map +1 -1
  76. package/dist/components/chat/mdoc/ArtifactBlock.vue.d.ts +4 -1
  77. package/dist/components/chat/mdoc/ArtifactBlock.vue.d.ts.map +1 -1
  78. package/dist/components/chat/mdoc/ArtifactStack.vue.d.ts +13 -0
  79. package/dist/components/chat/mdoc/ArtifactStack.vue.d.ts.map +1 -0
  80. package/dist/components/chat/mdoc/ContentNodes.vue.d.ts.map +1 -1
  81. package/dist/components/chat/mdoc/artifactOpenStrategy.d.ts +1 -1
  82. package/dist/components/chat/mdoc/artifactOpenStrategy.d.ts.map +1 -1
  83. package/dist/components/chat/mdoc/artifactStack.d.ts +17 -0
  84. package/dist/components/chat/mdoc/artifactStack.d.ts.map +1 -0
  85. package/dist/components/chat/mdoc/index.d.ts +2 -0
  86. package/dist/components/chat/mdoc/index.d.ts.map +1 -1
  87. package/dist/components/chat/mdoc/sessionArtifacts.d.ts +20 -0
  88. package/dist/components/chat/mdoc/sessionArtifacts.d.ts.map +1 -0
  89. package/dist/components/chat/mentionEditor.d.ts +7 -2
  90. package/dist/components/chat/mentionEditor.d.ts.map +1 -1
  91. package/dist/components/chat/sidebarMotion.d.ts +5 -0
  92. package/dist/components/chat/sidebarMotion.d.ts.map +1 -1
  93. package/dist/components/chat/types.d.ts +134 -9
  94. package/dist/components/chat/types.d.ts.map +1 -1
  95. package/dist/components/skill/api/skillCloudUrl.d.ts.map +1 -1
  96. package/dist/components/skill/components/ChatSkillCard.vue.d.ts.map +1 -1
  97. package/dist/components/skill/components/ChatSkillCardSkeleton.vue.d.ts.map +1 -1
  98. package/dist/components/skill/components/ChatSkillDetailDialog.vue.d.ts.map +1 -1
  99. package/dist/components/skill/composables/useChatSkills.d.ts.map +1 -1
  100. package/dist/components/skill/formatSkillUsageCount.d.ts +3 -0
  101. package/dist/components/skill/formatSkillUsageCount.d.ts.map +1 -0
  102. package/dist/components/skill/skillCardModel.d.ts.map +1 -1
  103. package/dist/components/skill/skillTabs.d.ts +5 -0
  104. package/dist/components/skill/skillTabs.d.ts.map +1 -0
  105. package/dist/components/skill/types.d.ts +2 -0
  106. package/dist/components/skill/types.d.ts.map +1 -1
  107. package/dist/components/ui/components/UiDialog.vue.d.ts.map +1 -1
  108. package/dist/components/ui/components/UiDropdown.vue.d.ts +8 -4
  109. package/dist/components/ui/components/UiDropdown.vue.d.ts.map +1 -1
  110. package/dist/components/ui/components/UiMenu.vue.d.ts +9 -3
  111. package/dist/components/ui/components/UiMenu.vue.d.ts.map +1 -1
  112. package/dist/components/ui/components/UiMenuColumn.vue.d.ts.map +1 -1
  113. package/dist/components/ui/components/UiMenuNestedSubmenu.vue.d.ts +6 -0
  114. package/dist/components/ui/components/UiMenuNestedSubmenu.vue.d.ts.map +1 -1
  115. package/dist/components/ui/components/UiMenuSubmenuList.vue.d.ts.map +1 -1
  116. package/dist/components/ui/components/UiSearchInput.vue.d.ts +5 -1
  117. package/dist/components/ui/components/UiSearchInput.vue.d.ts.map +1 -1
  118. package/dist/components/ui/components/UiTabs.vue.d.ts.map +1 -1
  119. package/dist/components/ui/composables/floatingPosition.d.ts +3 -1
  120. package/dist/components/ui/composables/floatingPosition.d.ts.map +1 -1
  121. package/dist/components/ui/composables/index.d.ts +1 -1
  122. package/dist/components/ui/composables/index.d.ts.map +1 -1
  123. package/dist/components/ui/composables/useUiDropdown.d.ts +12 -2
  124. package/dist/components/ui/composables/useUiDropdown.d.ts.map +1 -1
  125. package/dist/components/ui/composables/useUiMenuFloating.d.ts +5 -2
  126. package/dist/components/ui/composables/useUiMenuFloating.d.ts.map +1 -1
  127. package/dist/components/ui/types.d.ts +34 -6
  128. package/dist/components/ui/types.d.ts.map +1 -1
  129. package/dist/components/ui/utils/index.d.ts +1 -1
  130. package/dist/components/ui/utils/index.d.ts.map +1 -1
  131. package/dist/components/ui/utils/mapDropdownMenuItems.d.ts +6 -1
  132. package/dist/components/ui/utils/mapDropdownMenuItems.d.ts.map +1 -1
  133. package/dist/components/ui/utils/menuSubmenu.d.ts +3 -1
  134. package/dist/components/ui/utils/menuSubmenu.d.ts.map +1 -1
  135. package/dist/{index-GDdWx_nR.cjs → index-BB7-JTQ1.cjs} +1 -1
  136. package/dist/{index-B9m5lEtT.cjs → index-BEat1win.cjs} +224 -220
  137. package/dist/{index-DZFa6Oqy.js → index-Bz2Crv7F.js} +1 -1
  138. package/dist/{index-oK2gNaio.js → index-DI2r7Of4.js} +1 -1
  139. package/dist/{index-zKQpqRx4.cjs → index-DeZLQiGl.cjs} +1 -1
  140. package/dist/{index-B1l7WLyd.js → index-x18YuBk_.js} +38327 -34818
  141. package/dist/index.cjs +1 -1
  142. package/dist/index.js +328 -276
  143. package/dist/style.css +2 -2
  144. package/package.json +1 -1
  145. package/dist/components/chat/icons/ChatTipMenuLucideIcon.vue.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- import { g as Pn, c as it } from "./index-B1l7WLyd.js";
1
+ import { g as Pn, c as it } from "./index-x18YuBk_.js";
2
2
  import { r as An } from "./index-BuN8GnS7.js";
3
3
  import * as En from "vue";
4
4
  function Tn(Ie, Ye) {
@@ -1,4 +1,4 @@
1
- import { g as Gat, c as dv } from "./index-B1l7WLyd.js";
1
+ import { g as Gat, c as dv } from "./index-x18YuBk_.js";
2
2
  import { r as jat } from "./index-BuN8GnS7.js";
3
3
  import * as Hat from "vue";
4
4
  function Uat(zu, fv) {
@@ -1,4 +1,4 @@
1
- "use strict";const Ye=require("./index-B9m5lEtT.cjs"),Pn=require("./index-Bh4xn5LB.cjs"),An=require("vue");function En(Ie,Qe){for(var Pe=0;Pe<Qe.length;Pe++){const we=Qe[Pe];if(typeof we!="string"&&!Array.isArray(we)){for(const Te in we)if(Te!=="default"&&!(Te in Ie)){const Me=Object.getOwnPropertyDescriptor(we,Te);Me&&Object.defineProperty(Ie,Te,Me.get?Me:{enumerable:!0,get:()=>we[Te]})}}}return Object.freeze(Object.defineProperty(Ie,Symbol.toStringTag,{value:"Module"}))}var Mt={exports:{}};(function(Ie,Qe){(function(Pe,we){Ie.exports=we(Pn.requireLib(),An)})(Ye.commonjsGlobal,function(Pe,we){var Te=Object.defineProperty,Me=Object.defineProperties,Ot=Object.getOwnPropertyDescriptors,ot=Object.getOwnPropertySymbols,Ft=Object.prototype.hasOwnProperty,Lt=Object.prototype.propertyIsEnumerable,lt=(i,t,e)=>t in i?Te(i,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):i[t]=e,ye=(i,t)=>{for(var e in t||(t={}))Ft.call(t,e)&&lt(i,e,t[e]);if(ot)for(var e of ot(t))Lt.call(t,e)&&lt(i,e,t[e]);return i},$e=(i,t)=>Me(i,Ot(t)),ve=(i,t,e)=>new Promise((r,n)=>{var a=u=>{try{o(e.next(u))}catch(m){n(m)}},l=u=>{try{o(e.throw(u))}catch(m){n(m)}},o=u=>u.done?r(u.value):Promise.resolve(u.value).then(a,l);o((e=e.apply(i,t)).next())});typeof window.setImmediate>"u"&&(window.setImmediate=function(i,...t){setTimeout(()=>i(t))});var He=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof Ye.commonjsGlobal<"u"?Ye.commonjsGlobal:typeof self<"u"?self:{};function jt(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}function We(i){throw new Error('Could not dynamically require "'+i+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var ct={exports:{}};/*!
1
+ "use strict";const Ye=require("./index-BEat1win.cjs"),Pn=require("./index-Bh4xn5LB.cjs"),An=require("vue");function En(Ie,Qe){for(var Pe=0;Pe<Qe.length;Pe++){const we=Qe[Pe];if(typeof we!="string"&&!Array.isArray(we)){for(const Te in we)if(Te!=="default"&&!(Te in Ie)){const Me=Object.getOwnPropertyDescriptor(we,Te);Me&&Object.defineProperty(Ie,Te,Me.get?Me:{enumerable:!0,get:()=>we[Te]})}}}return Object.freeze(Object.defineProperty(Ie,Symbol.toStringTag,{value:"Module"}))}var Mt={exports:{}};(function(Ie,Qe){(function(Pe,we){Ie.exports=we(Pn.requireLib(),An)})(Ye.commonjsGlobal,function(Pe,we){var Te=Object.defineProperty,Me=Object.defineProperties,Ot=Object.getOwnPropertyDescriptors,ot=Object.getOwnPropertySymbols,Ft=Object.prototype.hasOwnProperty,Lt=Object.prototype.propertyIsEnumerable,lt=(i,t,e)=>t in i?Te(i,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):i[t]=e,ye=(i,t)=>{for(var e in t||(t={}))Ft.call(t,e)&&lt(i,e,t[e]);if(ot)for(var e of ot(t))Lt.call(t,e)&&lt(i,e,t[e]);return i},$e=(i,t)=>Me(i,Ot(t)),ve=(i,t,e)=>new Promise((r,n)=>{var a=u=>{try{o(e.next(u))}catch(m){n(m)}},l=u=>{try{o(e.throw(u))}catch(m){n(m)}},o=u=>u.done?r(u.value):Promise.resolve(u.value).then(a,l);o((e=e.apply(i,t)).next())});typeof window.setImmediate>"u"&&(window.setImmediate=function(i,...t){setTimeout(()=>i(t))});var He=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof Ye.commonjsGlobal<"u"?Ye.commonjsGlobal:typeof self<"u"?self:{};function jt(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}function We(i){throw new Error('Could not dynamically require "'+i+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var ct={exports:{}};/*!
2
2
 
3
3
  JSZip v3.10.1 - A JavaScript class for generating and reading zip files
4
4
  <http://stuartk.com/jszip>