@fses/workbench-app 0.2.13 → 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 (26) hide show
  1. package/WORKBENCH-CLOSURE.json +12 -12
  2. package/dist/{Workspace-Zcro-FS-.js → Workspace-BJlQDkH9.js} +1057 -1056
  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 +16 -16
  9. package/dist/{index-BPItQZvf.js → index-CBS49_nQ.js} +256 -281
  10. package/dist/internal/personal-workbench/lib/deepAgentApi.d.ts +14 -3
  11. package/dist/internal/personal-workbench/lib/echartsTemplateAssets.d.ts +25 -0
  12. package/dist/internal/personal-workbench/lib/workbenchCardRecommendationReturnItemUpsert.d.ts +1 -0
  13. package/dist/runtime/index.js +1 -1
  14. package/dist/style.css +1 -1
  15. package/dist/{useWorkbenchRuntime-DxtdDpY1.js → useWorkbenchRuntime-DLf_FgC7.js} +6256 -6187
  16. package/dist/version.d.ts +1 -1
  17. package/dist/{workbenchCustomComponentRegistry-6GHzavdM.js → workbenchCustomComponentRegistry-Bt94Lgko.js} +1 -1
  18. package/node_modules/@fses/ai-chat/dist/components/FsesAiChat.vue.d.ts +2 -0
  19. package/node_modules/@fses/ai-chat/dist/composables/useSystemEChartsIcon.d.ts +19 -2
  20. package/node_modules/@fses/ai-chat/dist/fses-ai-chat.js +4816 -4789
  21. package/node_modules/@fses/ai-chat/dist/fses-ai-chat.umd.cjs +16 -16
  22. package/node_modules/@fses/ai-chat/dist/plugin.d.ts +7 -2
  23. package/node_modules/@fses/ai-chat/dist/style.css +1 -1
  24. package/node_modules/@fses/ai-chat/package.json +5 -5
  25. package/node_modules/@fses/workbench-card/package.json +1 -1
  26. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fses/ai-chat",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
@@ -48,12 +48,12 @@
48
48
  "echarts": "^5.4.0 || ^6.0.0",
49
49
  "marked": "^18.0.0",
50
50
  "vue": "^3.5.32",
51
- "@fses/workbench-card": "0.3.11"
51
+ "@fses/workbench-card": "0.3.12"
52
52
  },
53
53
  "dependencies": {
54
54
  "dompurify": "^3.4.0",
55
- "@byteluck/workbench-skill-contracts": "0.1.0",
56
- "@byteluck/agentic-protocol": "2.2.1"
55
+ "@byteluck/agentic-protocol": "2.2.1",
56
+ "@byteluck/workbench-skill-contracts": "0.1.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@babel/core": "^7.29.0",
@@ -70,7 +70,7 @@
70
70
  "typescript": "^5.4.5",
71
71
  "vite": "^5.4.19",
72
72
  "vue-tsc": "^2.2.10",
73
- "@fses/workbench-card": "0.3.11"
73
+ "@fses/workbench-card": "0.3.12"
74
74
  },
75
75
  "scripts": {
76
76
  "stub": "node ./scripts/clean-tsbuildinfo.mjs && vue-tsc --emitDeclarationOnly",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fses/workbench-card",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
package/package.json CHANGED
@@ -10,8 +10,8 @@
10
10
  "@byteluck-fe/workbench-template": "0.1.1",
11
11
  "@byteluck/agentic-protocol": "2.2.1",
12
12
  "@byteluck/workbench-skill-contracts": "0.1.0",
13
- "@fses/ai-chat": "1.0.11",
14
- "@fses/workbench-card": "0.3.11",
13
+ "@fses/ai-chat": "1.0.12",
14
+ "@fses/workbench-card": "0.3.12",
15
15
  "@microsoft/fetch-event-source": "2.0.1",
16
16
  "axios": "^1.15.0",
17
17
  "clsx": "^2.1.1",
@@ -142,5 +142,5 @@
142
142
  },
143
143
  "type": "module",
144
144
  "types": "./dist/index.d.ts",
145
- "version": "0.2.13"
145
+ "version": "0.2.14"
146
146
  }