@deep-eye/core 1.2.96 → 1.2.98

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 (116) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/components/chat/ChatBot.vue.d.ts +4 -6
  3. package/dist/components/chat/ChatBot.vue.d.ts.map +1 -1
  4. package/dist/components/chat/chatContext.d.ts +2 -0
  5. package/dist/components/chat/chatContext.d.ts.map +1 -1
  6. package/dist/components/chat/components/ChatFileCard.vue.d.ts +2 -2
  7. package/dist/components/chat/components/ChatFileCard.vue.d.ts.map +1 -1
  8. package/dist/components/chat/components/ChatProvider.vue.d.ts +17 -0
  9. package/dist/components/chat/components/ChatProvider.vue.d.ts.map +1 -1
  10. package/dist/components/chat/components/ChatSender.vue.d.ts +12 -10
  11. package/dist/components/chat/components/ChatSender.vue.d.ts.map +1 -1
  12. package/dist/components/chat/components/ChatSkillEmpty.vue.d.ts +23 -0
  13. package/dist/components/chat/components/ChatSkillEmpty.vue.d.ts.map +1 -0
  14. package/dist/components/chat/components/ChatSkillPanel.vue.d.ts +44 -0
  15. package/dist/components/chat/components/ChatSkillPanel.vue.d.ts.map +1 -0
  16. package/dist/components/chat/components/ChatTipMenu.vue.d.ts +35 -0
  17. package/dist/components/chat/components/ChatTipMenu.vue.d.ts.map +1 -0
  18. package/dist/components/chat/components/ProcessStepGroup.vue.d.ts.map +1 -1
  19. package/dist/components/chat/components/document-viewer/DocumentViewer.vue.d.ts.map +1 -1
  20. package/dist/components/chat/components/document-viewer/ScreenshotCropOverlay.vue.d.ts +7 -3
  21. package/dist/components/chat/components/document-viewer/ScreenshotCropOverlay.vue.d.ts.map +1 -1
  22. package/dist/components/chat/components/document-viewer/office/OfficeDocumentViewer.vue.d.ts.map +1 -1
  23. package/dist/components/chat/components/document-viewer/screenshotCapture.d.ts +26 -13
  24. package/dist/components/chat/components/document-viewer/screenshotCapture.d.ts.map +1 -1
  25. package/dist/components/chat/components/index.d.ts +5 -0
  26. package/dist/components/chat/components/index.d.ts.map +1 -1
  27. package/dist/components/chat/composables/fetchModelList.d.ts +10 -4
  28. package/dist/components/chat/composables/fetchModelList.d.ts.map +1 -1
  29. package/dist/components/chat/composables/index.d.ts +2 -0
  30. package/dist/components/chat/composables/index.d.ts.map +1 -1
  31. package/dist/components/chat/composables/useChatSkillTipMenu.d.ts +37 -0
  32. package/dist/components/chat/composables/useChatSkillTipMenu.d.ts.map +1 -0
  33. package/dist/components/chat/composables/useChatTipMenu.d.ts +46 -0
  34. package/dist/components/chat/composables/useChatTipMenu.d.ts.map +1 -0
  35. package/dist/components/chat/harness/Tooltip.vue.d.ts +1 -1
  36. package/dist/components/chat/harness/Tooltip.vue.d.ts.map +1 -1
  37. package/dist/components/chat/imageUrl.d.ts +0 -7
  38. package/dist/components/chat/imageUrl.d.ts.map +1 -1
  39. package/dist/components/chat/index.d.ts +4 -1
  40. package/dist/components/chat/index.d.ts.map +1 -1
  41. package/dist/components/chat/types.d.ts +15 -13
  42. package/dist/components/chat/types.d.ts.map +1 -1
  43. package/dist/components/index.d.ts +2 -0
  44. package/dist/components/index.d.ts.map +1 -1
  45. package/dist/components/skill/api/index.d.ts +7 -0
  46. package/dist/components/skill/api/index.d.ts.map +1 -0
  47. package/dist/components/skill/api/skillApi.d.ts +9 -0
  48. package/dist/components/skill/api/skillApi.d.ts.map +1 -0
  49. package/dist/components/skill/api/skillApiPaths.d.ts +12 -0
  50. package/dist/components/skill/api/skillApiPaths.d.ts.map +1 -0
  51. package/dist/components/skill/api/skillAuth.d.ts +16 -0
  52. package/dist/components/skill/api/skillAuth.d.ts.map +1 -0
  53. package/dist/components/skill/api/skillAxios.d.ts +5 -0
  54. package/dist/components/skill/api/skillAxios.d.ts.map +1 -0
  55. package/dist/components/skill/api/skillCloudUrl.d.ts +20 -0
  56. package/dist/components/skill/api/skillCloudUrl.d.ts.map +1 -0
  57. package/dist/components/skill/components/ChatSkillCard.vue.d.ts +19 -0
  58. package/dist/components/skill/components/ChatSkillCard.vue.d.ts.map +1 -0
  59. package/dist/components/skill/components/ChatSkillCardSkeleton.vue.d.ts +4 -0
  60. package/dist/components/skill/components/ChatSkillCardSkeleton.vue.d.ts.map +1 -0
  61. package/dist/components/skill/components/ChatSkillDetailDialog.vue.d.ts +26 -0
  62. package/dist/components/skill/components/ChatSkillDetailDialog.vue.d.ts.map +1 -0
  63. package/dist/components/skill/components/index.d.ts +4 -0
  64. package/dist/components/skill/components/index.d.ts.map +1 -0
  65. package/dist/components/skill/composables/index.d.ts +3 -0
  66. package/dist/components/skill/composables/index.d.ts.map +1 -0
  67. package/dist/components/skill/composables/useChatSkills.d.ts +127 -0
  68. package/dist/components/skill/composables/useChatSkills.d.ts.map +1 -0
  69. package/dist/components/skill/index.d.ts +6 -0
  70. package/dist/components/skill/index.d.ts.map +1 -0
  71. package/dist/components/skill/skillCardModel.d.ts +11 -0
  72. package/dist/components/skill/skillCardModel.d.ts.map +1 -0
  73. package/dist/components/skill/types.d.ts +200 -0
  74. package/dist/components/skill/types.d.ts.map +1 -0
  75. package/dist/components/ui/components/UiDialog.vue.d.ts +46 -0
  76. package/dist/components/ui/components/UiDialog.vue.d.ts.map +1 -0
  77. package/dist/components/ui/components/UiImage.vue.d.ts +32 -0
  78. package/dist/components/ui/components/UiImage.vue.d.ts.map +1 -0
  79. package/dist/components/ui/components/UiMenu.vue.d.ts +71 -0
  80. package/dist/components/ui/components/UiMenu.vue.d.ts.map +1 -0
  81. package/dist/components/ui/components/UiMenuColumn.vue.d.ts +24 -0
  82. package/dist/components/ui/components/UiMenuColumn.vue.d.ts.map +1 -0
  83. package/dist/components/ui/components/UiMenuSubmenuColumn.vue.d.ts +29 -0
  84. package/dist/components/ui/components/UiMenuSubmenuColumn.vue.d.ts.map +1 -0
  85. package/dist/components/ui/components/UiMenuSubmenuSkeleton.vue.d.ts +9 -0
  86. package/dist/components/ui/components/UiMenuSubmenuSkeleton.vue.d.ts.map +1 -0
  87. package/dist/components/ui/components/UiSearchInput.vue.d.ts +17 -0
  88. package/dist/components/ui/components/UiSearchInput.vue.d.ts.map +1 -0
  89. package/dist/components/ui/components/UiSkeleton.vue.d.ts +23 -0
  90. package/dist/components/ui/components/UiSkeleton.vue.d.ts.map +1 -0
  91. package/dist/components/ui/components/UiSkeletonItem.vue.d.ts +9 -0
  92. package/dist/components/ui/components/UiSkeletonItem.vue.d.ts.map +1 -0
  93. package/dist/components/ui/components/UiTabs.vue.d.ts +16 -0
  94. package/dist/components/ui/components/UiTabs.vue.d.ts.map +1 -0
  95. package/dist/components/ui/components/index.d.ts +17 -0
  96. package/dist/components/ui/components/index.d.ts.map +1 -0
  97. package/dist/components/ui/composables/index.d.ts +3 -0
  98. package/dist/components/ui/composables/index.d.ts.map +1 -0
  99. package/dist/components/ui/composables/useUiMenuPanel.d.ts +25 -0
  100. package/dist/components/ui/composables/useUiMenuPanel.d.ts.map +1 -0
  101. package/dist/components/ui/index.d.ts +4 -0
  102. package/dist/components/ui/index.d.ts.map +1 -0
  103. package/dist/components/ui/types.d.ts +55 -0
  104. package/dist/components/ui/types.d.ts.map +1 -0
  105. package/dist/components/ui/uiImageLazy.d.ts +14 -0
  106. package/dist/components/ui/uiImageLazy.d.ts.map +1 -0
  107. package/dist/{index-Cnjg2YAx.cjs → index-Bg2p9Wu2.cjs} +1 -1
  108. package/dist/{index-CD6MUMMa.js → index-C3Z-_8rC.js} +34301 -29395
  109. package/dist/{index-TTNvihVd.js → index-CjHmm6rY.js} +1 -1
  110. package/dist/{index-Cknj1reh.cjs → index-DJkA0fK4.cjs} +1 -1
  111. package/dist/{index-0vRl4ncw.js → index-FypAHsSL.js} +1 -1
  112. package/dist/{index-nwfAVdBU.cjs → index-GcxV83sw.cjs} +214 -185
  113. package/dist/index.cjs +1 -1
  114. package/dist/index.js +278 -223
  115. package/dist/style.css +2 -2
  116. package/package.json +2 -1
@@ -1,4 +1,4 @@
1
- import { g as Pn, c as it } from "./index-CD6MUMMa.js";
1
+ import { g as Pn, c as it } from "./index-C3Z-_8rC.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
- "use strict";const ap=require("./index-nwfAVdBU.cjs"),Wat=require("./index-Bh4xn5LB.cjs"),jat=require("vue");function Hat(zu,fv){for(var oo=0;oo<fv.length;oo++){const ui=fv[oo];if(typeof ui!="string"&&!Array.isArray(ui)){for(const ao in ui)if(ao!=="default"&&!(ao in zu)){const so=Object.getOwnPropertyDescriptor(ui,ao);so&&Object.defineProperty(zu,ao,so.get?so:{enumerable:!0,get:()=>ui[ao]})}}}return Object.freeze(Object.defineProperty(zu,Symbol.toStringTag,{value:"Module"}))}var BO={exports:{}};(function(zu,fv){(function(oo,ui){zu.exports=ui(Wat.requireLib(),jat)})(ap.commonjsGlobal,function(oo,ui){var ao=function(n,e){return ao=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(t[i]=r[i])},ao(n,e)};function so(n,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");ao(n,e);function t(){this.constructor=n}n.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}var Dt=function(){return Dt=Object.assign||function(n){for(var e,t=1,r=arguments.length;t<r;t++){e=arguments[t];for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(n[i]=e[i])}return n},Dt.apply(this,arguments)};function gn(n,e,t,r){function i(o){return o instanceof t?o:new t(function(a){a(o)})}return new(t||(t=Promise))(function(o,a){function s(c){try{u(r.next(c))}catch(h){a(h)}}function l(c){try{u(r.throw(c))}catch(h){a(h)}}function u(c){c.done?o(c.value):i(c.value).then(s,l)}u((r=r.apply(n,[])).next())})}function vn(n,e){var t={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},r,i,o,a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return a.next=s(0),a.throw=s(1),a.return=s(2),typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(u){return function(c){return l([u,c])}}function l(u){if(r)throw new TypeError("Generator is already executing.");for(;a&&(a=0,u[0]&&(t=0)),t;)try{if(r=1,i&&(o=u[0]&2?i.return:u[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,u[1])).done)return o;switch(i=0,o&&(u=[u[0]&2,o.value]),u[0]){case 0:case 1:o=u;break;case 4:return t.label++,{value:u[1],done:!1};case 5:t.label++,i=u[1],u=[0];continue;case 7:u=t.ops.pop(),t.trys.pop();continue;default:if(o=t.trys,!(o=o.length>0&&o[o.length-1])&&(u[0]===6||u[0]===2)){t=0;continue}if(u[0]===3&&(!o||u[1]>o[0]&&u[1]<o[3])){t.label=u[1];break}if(u[0]===6&&t.label<o[1]){t.label=o[1],o=u;break}if(o&&t.label<o[2]){t.label=o[2],t.ops.push(u);break}o[2]&&t.ops.pop(),t.trys.pop();continue}u=e.call(n,t)}catch(c){u=[6,c],i=0}finally{r=o=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function Vu(n,e,t){for(var r=0,i=e.length,o;r<i;r++)(o||!(r in e))&&(o||(o=Array.prototype.slice.call(e,0,r)),o[r]=e[r]);return n.concat(o||Array.prototype.slice.call(e))}typeof SuppressedError=="function"&&SuppressedError;var lo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof ap.commonjsGlobal<"u"?ap.commonjsGlobal:typeof self<"u"?self:{};function GO(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}function sp(n){throw new Error('Could not dynamically require "'+n+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var ow={exports:{}};/*!
1
+ "use strict";const ap=require("./index-GcxV83sw.cjs"),Wat=require("./index-Bh4xn5LB.cjs"),jat=require("vue");function Hat(zu,fv){for(var oo=0;oo<fv.length;oo++){const ui=fv[oo];if(typeof ui!="string"&&!Array.isArray(ui)){for(const ao in ui)if(ao!=="default"&&!(ao in zu)){const so=Object.getOwnPropertyDescriptor(ui,ao);so&&Object.defineProperty(zu,ao,so.get?so:{enumerable:!0,get:()=>ui[ao]})}}}return Object.freeze(Object.defineProperty(zu,Symbol.toStringTag,{value:"Module"}))}var BO={exports:{}};(function(zu,fv){(function(oo,ui){zu.exports=ui(Wat.requireLib(),jat)})(ap.commonjsGlobal,function(oo,ui){var ao=function(n,e){return ao=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(t[i]=r[i])},ao(n,e)};function so(n,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");ao(n,e);function t(){this.constructor=n}n.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}var Dt=function(){return Dt=Object.assign||function(n){for(var e,t=1,r=arguments.length;t<r;t++){e=arguments[t];for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(n[i]=e[i])}return n},Dt.apply(this,arguments)};function gn(n,e,t,r){function i(o){return o instanceof t?o:new t(function(a){a(o)})}return new(t||(t=Promise))(function(o,a){function s(c){try{u(r.next(c))}catch(h){a(h)}}function l(c){try{u(r.throw(c))}catch(h){a(h)}}function u(c){c.done?o(c.value):i(c.value).then(s,l)}u((r=r.apply(n,[])).next())})}function vn(n,e){var t={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},r,i,o,a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return a.next=s(0),a.throw=s(1),a.return=s(2),typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(u){return function(c){return l([u,c])}}function l(u){if(r)throw new TypeError("Generator is already executing.");for(;a&&(a=0,u[0]&&(t=0)),t;)try{if(r=1,i&&(o=u[0]&2?i.return:u[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,u[1])).done)return o;switch(i=0,o&&(u=[u[0]&2,o.value]),u[0]){case 0:case 1:o=u;break;case 4:return t.label++,{value:u[1],done:!1};case 5:t.label++,i=u[1],u=[0];continue;case 7:u=t.ops.pop(),t.trys.pop();continue;default:if(o=t.trys,!(o=o.length>0&&o[o.length-1])&&(u[0]===6||u[0]===2)){t=0;continue}if(u[0]===3&&(!o||u[1]>o[0]&&u[1]<o[3])){t.label=u[1];break}if(u[0]===6&&t.label<o[1]){t.label=o[1],o=u;break}if(o&&t.label<o[2]){t.label=o[2],t.ops.push(u);break}o[2]&&t.ops.pop(),t.trys.pop();continue}u=e.call(n,t)}catch(c){u=[6,c],i=0}finally{r=o=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function Vu(n,e,t){for(var r=0,i=e.length,o;r<i;r++)(o||!(r in e))&&(o||(o=Array.prototype.slice.call(e,0,r)),o[r]=e[r]);return n.concat(o||Array.prototype.slice.call(e))}typeof SuppressedError=="function"&&SuppressedError;var lo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof ap.commonjsGlobal<"u"?ap.commonjsGlobal:typeof self<"u"?self:{};function GO(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}function sp(n){throw new Error('Could not dynamically require "'+n+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var ow={exports:{}};/*!
2
2
 
3
3
  JSZip v3.10.1 - A JavaScript class for generating and reading zip files
4
4
  <http://stuartk.com/jszip>
@@ -1,4 +1,4 @@
1
- import { g as Gat, c as dv } from "./index-CD6MUMMa.js";
1
+ import { g as Gat, c as dv } from "./index-C3Z-_8rC.js";
2
2
  import { r as jat } from "./index-BuN8GnS7.js";
3
3
  import * as Hat from "vue";
4
4
  function Uat(zu, fv) {