@fses/workbench-app 0.2.12 → 0.2.14

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 (30) hide show
  1. package/WORKBENCH-CLOSURE.json +12 -12
  2. package/dist/{Workspace-DpiZ5Yap.js → Workspace-BJlQDkH9.js} +5574 -5483
  3. package/dist/canvas/api/index.js +1 -1
  4. package/dist/{canvasFacade-B0oy__da.js → canvasFacade-B2EHgdqA.js} +1 -1
  5. package/dist/{cardFactory-CoDF-zsR.js → cardFactory-BK3CA-Gn.js} +240 -189
  6. package/dist/config/workbenchAppConfig.d.ts +5 -0
  7. package/dist/extensions/index.js +1 -1
  8. package/dist/fses-workbench-app.js +52 -51
  9. package/dist/{index-BsT_8HEV.js → index-CBS49_nQ.js} +256 -281
  10. package/dist/internal/personal-workbench/fde-skill-cards/runtime/fdeSkillTemplatePageTypes.d.ts +8 -0
  11. package/dist/internal/personal-workbench/lib/deepAgentApi.d.ts +14 -3
  12. package/dist/internal/personal-workbench/lib/deepAgentQueueState.d.ts +6 -0
  13. package/dist/internal/personal-workbench/lib/echartsTemplateAssets.d.ts +25 -0
  14. package/dist/internal/personal-workbench/lib/workbenchCardRecommendationReturnItemUpsert.d.ts +1 -0
  15. package/dist/internal/personal-workbench/lib/workbenchChatPendingTurn.d.ts +1 -1
  16. package/dist/runtime/deep-agent/deepAgentProcessGroups.d.ts +7 -0
  17. package/dist/runtime/index.js +1 -1
  18. package/dist/style.css +1 -1
  19. package/dist/{useWorkbenchRuntime-Ct0HRmOA.js → useWorkbenchRuntime-DLf_FgC7.js} +6305 -6211
  20. package/dist/version.d.ts +1 -1
  21. package/dist/{workbenchCustomComponentRegistry-6GHzavdM.js → workbenchCustomComponentRegistry-Bt94Lgko.js} +1 -1
  22. package/node_modules/@fses/ai-chat/dist/components/FsesAiChat.vue.d.ts +2 -0
  23. package/node_modules/@fses/ai-chat/dist/composables/useSystemEChartsIcon.d.ts +19 -2
  24. package/node_modules/@fses/ai-chat/dist/fses-ai-chat.js +4816 -4789
  25. package/node_modules/@fses/ai-chat/dist/fses-ai-chat.umd.cjs +16 -16
  26. package/node_modules/@fses/ai-chat/dist/plugin.d.ts +7 -2
  27. package/node_modules/@fses/ai-chat/dist/style.css +1 -1
  28. package/node_modules/@fses/ai-chat/package.json +3 -3
  29. package/node_modules/@fses/workbench-card/package.json +1 -1
  30. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- import { c } from "../../canvasFacade-B0oy__da.js";
1
+ import { c } from "../../canvasFacade-B2EHgdqA.js";
2
2
  export {
3
3
  c as createCanvasApiFacade
4
4
  };
@@ -1,4 +1,4 @@
1
- import { L as Ft, a as it, r as Kt, l as zt, b as Vt } from "./cardFactory-CoDF-zsR.js";
1
+ import { L as Ft, a as it, r as Kt, l as zt, b as Vt } from "./cardFactory-BK3CA-Gn.js";
2
2
  const bt = [
3
3
  { id: "card.header.left", kind: "slot", status: "active", displayName: "Card header left slot", userFacingName: "卡片标题左侧位置", description: "在卡片标题左侧挂载状态、图标或标签。", riskLevel: "low", sideEffects: [] },
4
4
  { id: "card.header.right", kind: "slot", status: "active", displayName: "Card header right slot", userFacingName: "卡片标题右侧位置", description: "在卡片标题右侧挂载按钮、菜单或搜索入口。", riskLevel: "low", sideEffects: [] },