@nocobase/plugin-client 2.0.0-beta.14 → 2.0.0-beta.16

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.
@@ -10,13 +10,13 @@
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
12
  "react-i18next": "11.18.6",
13
- "@nocobase/client": "2.0.0-beta.14",
13
+ "@nocobase/client": "2.0.0-beta.16",
14
14
  "antd": "5.24.2",
15
15
  "@ant-design/icons": "5.6.1",
16
16
  "@formily/react": "2.3.7",
17
- "@nocobase/utils": "2.0.0-beta.14",
17
+ "@nocobase/utils": "2.0.0-beta.16",
18
18
  "lodash": "4.17.21",
19
- "@nocobase/database": "2.0.0-beta.14",
20
- "@nocobase/plugin-localization": "2.0.0-beta.14",
21
- "@nocobase/server": "2.0.0-beta.14"
19
+ "@nocobase/database": "2.0.0-beta.16",
20
+ "@nocobase/plugin-localization": "2.0.0-beta.16",
21
+ "@nocobase/server": "2.0.0-beta.16"
22
22
  };
@@ -222,9 +222,9 @@
222
222
  "Cancel": "取消",
223
223
  "Cannot find the model instance with UID": "找不到对应 UID 的模型实例",
224
224
  "Card settings": "卡片设置",
225
- "Cascade Select": "级联选择",
226
- "Cascade select": "级联选择",
227
- "Cascade select settings": "级联选择设置",
225
+ "Cascader Select": "级联选择",
226
+ "Cascader select": "级联选择",
227
+ "Cascader select settings": "级联选择设置",
228
228
  "Categories": "数据表类别",
229
229
  "Category name": "分类名称",
230
230
  "Center": "居中",
@@ -1579,9 +1579,19 @@
1579
1579
  "The field is hidden and only visible when the UI Editor is active": "当前字段已被隐藏,仅配置状态下显示",
1580
1580
  "Destroy": "删除",
1581
1581
  "The current storage \"{{storageName}}\" does not support file uploads.": "当前存储 \"{{storageName}}\" 不支持上传文件。",
1582
- "File type is not supported for previewing,": "文件类型不支持预览,",
1583
- "download it to preview": "请下载后预览",
1584
1582
  "Your browser does not support the video tag.": "您的浏览器不支持视频标签。",
1585
1583
  "Your browser does not support the audio tag.": "您的浏览器不支持音频标签。",
1586
- "Edit select record popup": "编辑选择数据弹窗"
1584
+ "Edit add new popup": "编辑新增数据弹窗",
1585
+ "Edit select record popup": "编辑选择数据弹窗",
1586
+ "Subtable (Inline editing)": "子表格(行内编辑)",
1587
+ "Subtable (Popup editing)": "子表格(弹窗编辑)",
1588
+ "No permission to add new": "没有添加权限",
1589
+ "Popup select": "弹窗选择",
1590
+ "File picker": "文件选择",
1591
+ "Cascader": "级联选择",
1592
+ "Subform":"子表单",
1593
+ "Edit popup (Add new)":"编辑弹窗(添加)",
1594
+ "Edit popup (Select record)":"编辑弹窗(选择纪录)",
1595
+ "Remove record":"移除纪录",
1596
+ "Are you sure you want to remove it?":"你确定要移除吗?"
1587
1597
  }
@@ -1 +1 @@
1
- {"name":"cronstrue","title":"cRonstrue","version":"2.47.0","description":"Convert cron expressions into human readable descriptions","author":"Brady Holt","license":"MIT","bugs":{"url":"https://github.com/bradymholt/cronstrue/issues"},"homepage":"https://github.com/bradymholt/cronstrue","keywords":["cron","cronjob","crontab","schedule","parser","cron expression","cron description","pretty cron","cron for humans","cron translated","cron english","cron schedule","cron english","cron schedule"],"main":"dist/cronstrue.js","bin":{"cronstrue":"bin/cli.js"},"typings":"dist/cronstrue.d.ts","files":["dist/","locales/","i18n.js","i18n.d.ts"],"repository":{"type":"git","url":"git+https://github.com/bradymholt/cronstrue.git"},"publishConfig":{"access":"public"},"prettier":{"printWidth":120},"devDependencies":{"@types/chai":"^4.2.11","@types/mocha":"^8.0.0","chai":"^4.2.0","handlebars":"^4.7.6","marked":"^4.0.10","mocha":"^10.1.0","pixl-xml":"^1.0.13","prettier":"^2.1.1","terser-webpack-plugin":"^5.3.1","ts-loader":"^9.2.6","ts-node":"^10.5.0","typescript":"^4.6.2","webpack":"^5.69.1","webpack-cli":"^4.9.2","xml2js":"^0.5.0"},"scripts":{"start":"npm run build","build":"npx tsc -p ./src --emitDeclarationOnly","test":"npx mocha --reporter spec --require ts-node/register \"./test/**/*.ts\"","prepublishOnly":"rm -rf ./dist && ./node_modules/webpack-cli/bin/cli.js && git add -A"},"dependencies":{},"_lastModified":"2026-01-23T00:06:32.325Z"}
1
+ {"name":"cronstrue","title":"cRonstrue","version":"2.47.0","description":"Convert cron expressions into human readable descriptions","author":"Brady Holt","license":"MIT","bugs":{"url":"https://github.com/bradymholt/cronstrue/issues"},"homepage":"https://github.com/bradymholt/cronstrue","keywords":["cron","cronjob","crontab","schedule","parser","cron expression","cron description","pretty cron","cron for humans","cron translated","cron english","cron schedule","cron english","cron schedule"],"main":"dist/cronstrue.js","bin":{"cronstrue":"bin/cli.js"},"typings":"dist/cronstrue.d.ts","files":["dist/","locales/","i18n.js","i18n.d.ts"],"repository":{"type":"git","url":"git+https://github.com/bradymholt/cronstrue.git"},"publishConfig":{"access":"public"},"prettier":{"printWidth":120},"devDependencies":{"@types/chai":"^4.2.11","@types/mocha":"^8.0.0","chai":"^4.2.0","handlebars":"^4.7.6","marked":"^4.0.10","mocha":"^10.1.0","pixl-xml":"^1.0.13","prettier":"^2.1.1","terser-webpack-plugin":"^5.3.1","ts-loader":"^9.2.6","ts-node":"^10.5.0","typescript":"^4.6.2","webpack":"^5.69.1","webpack-cli":"^4.9.2","xml2js":"^0.5.0"},"scripts":{"start":"npm run build","build":"npx tsc -p ./src --emitDeclarationOnly","test":"npx mocha --reporter spec --require ts-node/register \"./test/**/*.ts\"","prepublishOnly":"rm -rf ./dist && ./node_modules/webpack-cli/bin/cli.js && git add -A"},"dependencies":{},"_lastModified":"2026-01-27T13:15:03.295Z"}
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Provides a client interface for the NocoBase server",
7
7
  "description.ru-RU": "Предоставляет клиентский интерфейс для сервера NocoBase",
8
8
  "description.zh-CN": "为 NocoBase 服务端提供客户端界面",
9
- "version": "2.0.0-beta.14",
9
+ "version": "2.0.0-beta.16",
10
10
  "main": "./dist/server/index.js",
11
11
  "license": "AGPL-3.0",
12
12
  "devDependencies": {
@@ -23,5 +23,5 @@
23
23
  "@nocobase/test": "2.x",
24
24
  "@nocobase/utils": "2.x"
25
25
  },
26
- "gitHead": "e51bd3f094b93bd8bbb8fa3c6ff0f07fcca2e16d"
26
+ "gitHead": "d76e49352101a74331ffa3005cc5f024d7fca663"
27
27
  }