@deepseek-ai/dsh-client-ui-slots 0.1.2-alpha.5 → 0.1.3-alpha.2
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/README.i18n.yaml +2 -2
- package/README.md +0 -1
- package/README.zh.md +0 -1
- package/package.json +2 -2
package/README.i18n.yaml
CHANGED
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
|
3
3
|
# after editing either side, bring the other along and re-record with:
|
|
4
4
|
# pnpm run verify-translation-pairing --write packages/client/ui-slots/README.md
|
|
5
|
-
README.md:
|
|
6
|
-
README.zh.md:
|
|
5
|
+
README.md: f42b5c797c49702ec22900de019913b43992c683
|
|
6
|
+
README.zh.md: ef743787b24334febe822213746187a94fa10602
|
package/README.md
CHANGED
|
@@ -66,7 +66,6 @@ The design is one table: declaration = render authorization = runtime spec. `Slo
|
|
|
66
66
|
|
|
67
67
|
These pages cover the engine, the renderer, and the composition model.
|
|
68
68
|
|
|
69
|
-
- [Slot declaration injection decision](../../../.agents/notes/implemented/architecture/2026-08-05-slot-declaration-injection.md) — the lifecycle rules behind `ctx.slots.inject`.
|
|
70
69
|
- [ui-renderer](../ui-renderer/README.md) — the React slot renderer implementing this package's install contract.
|
|
71
70
|
- [Slot system standard](../../../.agents/notes/implemented/architecture/2026-07-22-slot-type-chain-implementation.md) — the definitive composition model.
|
|
72
71
|
- [Web client architecture](../../../.agents/notes/implemented/architecture/2026-07-19-gui-web-client-architecture.md) — the loading chain and object layer this registry plugs into.
|
package/README.zh.md
CHANGED
|
@@ -66,7 +66,6 @@ register 调用可以用 `store: defineStore(...)` 声明 store 席位:`init`
|
|
|
66
66
|
|
|
67
67
|
以下页面覆盖引擎、渲染器与组合模型。
|
|
68
68
|
|
|
69
|
-
- [Slot 声明注入决策](../../../.agents/notes/implemented/architecture/2026-08-05-slot-declaration-injection.zh.md)——`ctx.slots.inject` 背后的生命周期规则。
|
|
70
69
|
- [ui-renderer](../ui-renderer/README.zh.md)——实现本包安装约定的 React slot 渲染器。
|
|
71
70
|
- [slot 系统标准](../../../.agents/notes/implemented/architecture/2026-07-22-slot-type-chain-implementation.zh.md)——权威组合模型。
|
|
72
71
|
- [Web 客户端架构](../../../.agents/notes/implemented/architecture/2026-07-19-gui-web-client-architecture.zh.md)——本注册表接入的加载链与对象层。
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-client-ui-slots",
|
|
3
3
|
"description": "Slot registry pure core: SlotMap declaration merging, single register composition API, four-share props types, store-seat types, renderer install seam",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.3-alpha.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/react": "~18.3.1",
|
|
27
|
-
"@deepseek-ai/dsh-client-store": "^0.1.
|
|
27
|
+
"@deepseek-ai/dsh-client-store": "^0.1.3-alpha.2",
|
|
28
28
|
"@deepseek-ai/cordis": "^4.0.2"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|