@deepseek-ai/dsh-client-ui-settings-plugins 0.1.3-alpha.2 → 0.1.5-alpha.1

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 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-settings-plugins/README.md
5
- README.md: 444b05b16b79a3a660a71984c92969d367fe22a7
6
- README.zh.md: c05859fc9f12ce0fe2013dc9f3549e156bd7234f
5
+ README.md: cea5dd292634fe033ba9f12c9e8fe5daedc1d2ab
6
+ README.zh.md: cc3bd4b3fcb35ce9f39fd978e3424919c66b2edc
package/README.md CHANGED
@@ -9,7 +9,7 @@ English | [中文](README.zh.md)
9
9
 
10
10
  ## Summary
11
11
 
12
- `dsh-client-ui-settings-plugins` is the **Plugins** settings section of the dsh web client: users edit host-plane plugin configuration on its **Plugin configuration** tab, and feature plugins contribute their own pages through `settings.plugins.tab`. This package's own tab shows one expandable card per Host plugin whose configuration a user owns: a card shows the plugin's name and what it governs, and expanding it reveals hand-written controls bound to that plugin's settings namespace, each field marking whether the user overrode it and offering a reset back to the value the deployment composed. Cards stage edits locally and write only on save, with every write fenced by the namespace revision the form read.
12
+ Use the **Plugins** settings section to configure the plugins exposed by the current deployment and to open feature-specific plugin pages. The **Plugin configuration** tab presents one expandable card for each supported plugin, shows which values the user overrode, and lets the user reset them to deployment defaults. Cards keep edits local until save. If the configuration changed after the card loaded, the save is rejected instead of overwriting the newer values.
13
13
 
14
14
  ## Table of Contents
15
15
 
package/README.zh.md CHANGED
@@ -9,7 +9,7 @@ kind: "package-reference"
9
9
 
10
10
  ## 概述
11
11
 
12
- `dsh-client-ui-settings-plugins` 是 dsh Web 客户端的**插件**设置分区:用户在其**插件配置**标签页上编辑宿主平面插件配置,功能插件则通过 `settings.plugins.tab` 贡献自己的页面。本包自己的标签页为每个配置由用户拥有的 Host 插件展示一张可展开卡片:卡片展示插件名称及其管辖范围,展开后是绑定到该插件 settings 命名空间的手写控件,每个字段标注用户是否覆盖过它,并提供重置回部署组装值的入口。卡片暂存用户输入,只有用户保存时才写入,且每次写入都以表单读取时的命名空间 revision 设栅。
12
+ 使用**插件**设置分区可以配置当前部署公开的插件,也可以打开插件功能自己的页面。**插件配置**标签页会为每个受支持的插件展示一张可展开卡片,标明用户覆盖过哪些值,并允许用户将它们重置为部署默认值。卡片会在本地保留修改,直到用户保存。如果配置在卡片加载后发生变化,保存会被拒绝,而不会覆盖较新的值。
13
13
 
14
14
  ## 目录
15
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-client-ui-settings-plugins",
3
3
  "description": "Plugins settings section with feature-owned tabs and configurable host-plane plugin cards",
4
- "version": "0.1.3-alpha.2",
4
+ "version": "0.1.5-alpha.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -43,14 +43,14 @@
43
43
  "@types/react": "~18.3.1",
44
44
  "react": "^18.2.0",
45
45
  "@deepseek-ai/cordis": "^4.0.2",
46
- "@deepseek-ai/dsh-api-remotes": "^0.1.3-alpha.2",
47
- "@deepseek-ai/dsh-client-locale": "^0.1.3-alpha.2",
48
- "@deepseek-ai/dsh-client-store": "^0.1.3-alpha.2",
49
- "@deepseek-ai/dsh-client-test-runtime": "^0.1.3-alpha.2",
50
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.3-alpha.2",
51
- "@deepseek-ai/dsh-client-ui-settings": "^0.1.3-alpha.2",
52
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.3-alpha.2",
53
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.3-alpha.2"
46
+ "@deepseek-ai/dsh-api-remotes": "^0.1.5-alpha.1",
47
+ "@deepseek-ai/dsh-client-test-runtime": "^0.1.5-alpha.1",
48
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.5-alpha.1",
49
+ "@deepseek-ai/dsh-client-store": "^0.1.5-alpha.1",
50
+ "@deepseek-ai/dsh-client-locale": "^0.1.5-alpha.1",
51
+ "@deepseek-ai/dsh-client-ui-settings": "^0.1.5-alpha.1",
52
+ "@deepseek-ai/dsh-client-ui-renderer": "^0.1.5-alpha.1",
53
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.5-alpha.1"
54
54
  },
55
55
  "files": [
56
56
  "lib/index.js",