@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.
- package/WORKBENCH-CLOSURE.json +12 -12
- package/dist/{Workspace-DpiZ5Yap.js → Workspace-BJlQDkH9.js} +5574 -5483
- package/dist/canvas/api/index.js +1 -1
- package/dist/{canvasFacade-B0oy__da.js → canvasFacade-B2EHgdqA.js} +1 -1
- package/dist/{cardFactory-CoDF-zsR.js → cardFactory-BK3CA-Gn.js} +240 -189
- package/dist/config/workbenchAppConfig.d.ts +5 -0
- package/dist/extensions/index.js +1 -1
- package/dist/fses-workbench-app.js +52 -51
- package/dist/{index-BsT_8HEV.js → index-CBS49_nQ.js} +256 -281
- package/dist/internal/personal-workbench/fde-skill-cards/runtime/fdeSkillTemplatePageTypes.d.ts +8 -0
- package/dist/internal/personal-workbench/lib/deepAgentApi.d.ts +14 -3
- package/dist/internal/personal-workbench/lib/deepAgentQueueState.d.ts +6 -0
- package/dist/internal/personal-workbench/lib/echartsTemplateAssets.d.ts +25 -0
- package/dist/internal/personal-workbench/lib/workbenchCardRecommendationReturnItemUpsert.d.ts +1 -0
- package/dist/internal/personal-workbench/lib/workbenchChatPendingTurn.d.ts +1 -1
- package/dist/runtime/deep-agent/deepAgentProcessGroups.d.ts +7 -0
- package/dist/runtime/index.js +1 -1
- package/dist/style.css +1 -1
- package/dist/{useWorkbenchRuntime-Ct0HRmOA.js → useWorkbenchRuntime-DLf_FgC7.js} +6305 -6211
- package/dist/version.d.ts +1 -1
- package/dist/{workbenchCustomComponentRegistry-6GHzavdM.js → workbenchCustomComponentRegistry-Bt94Lgko.js} +1 -1
- package/node_modules/@fses/ai-chat/dist/components/FsesAiChat.vue.d.ts +2 -0
- package/node_modules/@fses/ai-chat/dist/composables/useSystemEChartsIcon.d.ts +19 -2
- package/node_modules/@fses/ai-chat/dist/fses-ai-chat.js +4816 -4789
- package/node_modules/@fses/ai-chat/dist/fses-ai-chat.umd.cjs +16 -16
- package/node_modules/@fses/ai-chat/dist/plugin.d.ts +7 -2
- package/node_modules/@fses/ai-chat/dist/style.css +1 -1
- package/node_modules/@fses/ai-chat/package.json +3 -3
- package/node_modules/@fses/workbench-card/package.json +1 -1
- package/package.json +3 -3
package/dist/canvas/api/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as Ft, a as it, r as Kt, l as zt, b as Vt } from "./cardFactory-
|
|
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: [] },
|