@nocobase/plugin-client 2.3.0-alpha.1 → 2.3.0-beta.3

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.3.0-alpha.1",
13
+ "@nocobase/client": "2.3.0-beta.3",
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.3.0-alpha.1",
17
+ "@nocobase/utils": "2.3.0-beta.3",
18
18
  "lodash": "4.18.1",
19
- "@nocobase/database": "2.3.0-alpha.1",
20
- "@nocobase/client-v2": "2.3.0-alpha.1",
21
- "@nocobase/server": "2.3.0-alpha.1"
19
+ "@nocobase/database": "2.3.0-beta.3",
20
+ "@nocobase/client-v2": "2.3.0-beta.3",
21
+ "@nocobase/server": "2.3.0-beta.3"
22
22
  };
@@ -392,6 +392,7 @@
392
392
  "Data blocks": "Data blocks",
393
393
  "Data changes": "Data changes",
394
394
  "Data fields": "Data fields",
395
+ "Data loading failed": "Data loading failed",
395
396
  "Data loading mode": "Data loading mode",
396
397
  "Data model": "Data model",
397
398
  "Data model tools": "Data model tools",
@@ -962,6 +963,7 @@
962
963
  "Open in new window": "Open in new window",
963
964
  "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>",
964
965
  "Open classic page access": "Open classic page access",
966
+ "Open from the original entry": "Open from the original entry",
965
967
  "Open mode": "Open mode",
966
968
  "Open mode configuration": "Open mode configuration",
967
969
  "Operate on existing data": "Operate on existing data",
@@ -1404,6 +1406,10 @@
1404
1406
  "The current user only has the UI configuration permission, but don't have \"{{actionName}}\" permission for collection \"{{name}}\"": "The current user only has the UI configuration permission, but don't have \"{{actionName}}\" permission for collection \"{{name}}\"",
1405
1407
  "The current user only has the UI configuration permission, but don't have \"{{actionName}}\" permission for field \"{{name}}\"": "The current user only has the UI configuration permission, but don't have \"{{actionName}}\" permission for field \"{{name}}\"",
1406
1408
  "The current user only has the UI configuration permission, but don't have view permission for collection \"{{name}}\"": "The current user only has the UI configuration permission, but don't have view permission for collection \"{{name}}\"",
1409
+ "The data source \"{{name}}\" is temporarily unavailable. Please try again later or contact an administrator.": "The data source \"{{name}}\" is temporarily unavailable. Please try again later or contact an administrator.",
1410
+ "The data source \"{{name}}\" used by this block is disabled or unavailable. Enable the data source to display this block.": "The data source \"{{name}}\" used by this block is disabled or unavailable. Enable the data source to display this block.",
1411
+ "The data source is temporarily unavailable. Please try again later or contact an administrator.": "The data source is temporarily unavailable. Please try again later or contact an administrator.",
1412
+ "The data source used by this block is disabled or unavailable. Enable the data source to display this block.": "The data source used by this block is disabled or unavailable. Enable the data source to display this block.",
1407
1413
  "The deletion was successful.": "The deletion was successful.",
1408
1414
  "The field has been deleted": "The field has been deleted",
1409
1415
  "The field value cannot be greater than ": "The field value cannot be greater than ",
@@ -1415,6 +1421,7 @@
1415
1421
  "The following field types are not compatible and do not support output and display": "The following field types are not compatible and do not support output and display",
1416
1422
  "The selected fields will automatically populate the form": "The selected fields will automatically populate the form",
1417
1423
  "The title field is used to identify the template record": "The title field is used to identify the template record",
1424
+ "The {{modernClientPath}} branch only supports new pages. This page is a legacy page. Please open it from the original entry.": "The {{modernClientPath}} branch only supports new pages. This page is a legacy page. Please open it from the original entry.",
1418
1425
  "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.",
1419
1426
  "The will interrupt service, it may take a few seconds to restart. Are you sure to continue?": "The will interrupt service, it may take a few seconds to restart. Are you sure to continue?",
1420
1427
  "The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.": "The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.",
@@ -1431,6 +1438,7 @@
1431
1438
  "This field is required": "This field is required",
1432
1439
  "This is a demo text, **supports Markdown syntax**.": "This is a demo text, **supports Markdown syntax**.",
1433
1440
  "This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "This is likely a NocoBase internals bug. Please open an issue at <1>here</1>",
1441
+ "This page is not supported in the {{modernClientPath}} branch": "This page is not supported in the {{modernClientPath}} branch",
1434
1442
  "This month": "This month",
1435
1443
  "This quarter": "This quarter",
1436
1444
  "This variable has been deprecated and can be replaced with \"Current form\"": "This variable has been deprecated and can be replaced with \"Current form\"",
@@ -75,6 +75,7 @@ const dayjsLocale = {
75
75
  "ml-IN": "ml",
76
76
  "mn-MN": "mn",
77
77
  "ms-MY": "ms",
78
+ "my-MM": "my",
78
79
  "nb-NO": "nb",
79
80
  "ne-NP": "ne",
80
81
  "nl-BE": "nl-be",
@@ -144,6 +145,7 @@ const languageCodes = {
144
145
  "ml-IN": { label: "\u0D2E\u0D32\u0D2F\u0D3E\u0D33\u0D02" },
145
146
  "mn-MN": { label: "\u041C\u043E\u043D\u0433\u043E\u043B \u0445\u044D\u043B" },
146
147
  "ms-MY": { label: "\u0628\u0647\u0627\u0633 \u0645\u0644\u0627\u064A\u0648" },
148
+ "my-MM": { label: "\u1019\u103C\u1014\u103A\u1019\u102C\u1018\u102C\u101E\u102C" },
147
149
  "nb-NO": { label: "Norsk bokm\xE5l" },
148
150
  "ne-NP": { label: "\u0928\u0947\u092A\u093E\u0932\u0940" },
149
151
  "nl-BE": { label: "Vlaams" },
@@ -392,6 +392,7 @@
392
392
  "Data blocks": "数据区块",
393
393
  "Data changes": "数据变更",
394
394
  "Data fields": "数据字段",
395
+ "Data loading failed": "数据加载失败",
395
396
  "Data loading mode": "数据加载方式",
396
397
  "Data model": "数据模型",
397
398
  "Data model tools": "数据模型工具",
@@ -959,6 +960,7 @@
959
960
  "Open in new window": "新窗口打开",
960
961
  "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "在 <1><0>对话框</0><1>抽屉</1><2>窗口</2></1> 内打开",
961
962
  "Open classic page access": "跳转到旧版页面",
963
+ "Open from the original entry": "返回原入口访问",
962
964
  "Open mode": "打开方式",
963
965
  "Open mode configuration": "打开方式配置",
964
966
  "Operate on existing data": "对已有数据操作",
@@ -1403,7 +1405,9 @@
1403
1405
  "The current user only has the UI configuration permission, but don't have \"{{actionName}}\" permission for collection \"{{name}}\"": "当前用户只有 UI 配置权限,但没有数据表 \"{{name}}\"的 \"{{actionName}}\"权限。",
1404
1406
  "The current user only has the UI configuration permission, but don't have \"{{actionName}}\" permission for field \"{{name}}\"": "当前用户只有 UI 配置权限,但没有字段 \"{{name}}\"的 \"{{actionName}}\"权限。",
1405
1407
  "The current user only has the UI configuration permission, but don't have view permission for collection \"{{name}}\"": "当前用户只有 UI 配置权限,但没有数据表 \"{{name}}\" 查看权限。",
1408
+ "The data source \"{{name}}\" is temporarily unavailable. Please try again later or contact an administrator.": "数据源“{{name}}”暂时不可用,请稍后重试或联系管理员。",
1406
1409
  "The data source \"{{name}}\" used by this block is disabled or unavailable. Enable the data source to display this block.": "该区块使用的数据源“{{name}}”已禁用或不可用。启用该数据源后才能显示此区块。",
1410
+ "The data source is temporarily unavailable. Please try again later or contact an administrator.": "数据源暂时不可用,请稍后重试或联系管理员。",
1407
1411
  "The data source used by this block is disabled or unavailable. Enable the data source to display this block.": "该区块使用的数据源已禁用或不可用。启用该数据源后才能显示此区块。",
1408
1412
  "The deletion was successful.": "删除成功",
1409
1413
  "The field has been deleted": "字段已删除",
@@ -1416,6 +1420,7 @@
1416
1420
  "The following field types are not compatible and do not support output and display": "以下字段类型未适配,不支持输出和显示",
1417
1421
  "The selected fields will automatically populate the form": "用于自动填充到表单",
1418
1422
  "The title field is used to identify the template record": "用于识别模板数据",
1423
+ "The {{modernClientPath}} branch only supports new pages. This page is a legacy page. Please open it from the original entry.": "{{modernClientPath}} 分支仅支持新版页面,当前页面属于旧版页面。请返回原入口访问。",
1419
1424
  "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "该变量的值是根据页面 URL 的 query string 得来的,只有当页面存在 query string 的时候,该变量才能正常使用。",
1420
1425
  "The will interrupt service, it may take a few seconds to restart. Are you sure to continue?": "重启将会中断当前服务,这个过程可能需要一点时间,确定要继续吗?",
1421
1426
  "The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.": "{{type}} \"{{name}}\" 可能已被删除。请删除当前{{blockType}}.",
@@ -1432,6 +1437,7 @@
1432
1437
  "This field is required": "此字段为必填项",
1433
1438
  "This is a demo text, **supports Markdown syntax**.": "这是一段演示文本,**支持 Markdown 语法**。",
1434
1439
  "This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "这可能是 NocoBase 内部的问题,你可以在<1>这里</1>将该错误反馈给我们,我们会尽快修复",
1440
+ "This page is not supported in the {{modernClientPath}} branch": "此页面不支持在 {{modernClientPath}} 分支中使用",
1435
1441
  "This month": "本月",
1436
1442
  "This quarter": "本季度",
1437
1443
  "This variable has been deprecated and can be replaced with \"Current form\"": "该变量已被弃用,可以使用“当前表单”替代",
@@ -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-07-16T12:56:49.959Z"}
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-08-22T03:10:38.685Z"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+ export declare function parseLocaleResourceNamespaces(value: unknown): string[];
10
+ export declare function filterLocaleResources<T extends {
11
+ resources?: Record<string, unknown>;
12
+ }>(payload: T, namespaceQuery: unknown): T;
@@ -0,0 +1,56 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
10
+ var __defProp = Object.defineProperty;
11
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
12
+ var __getOwnPropNames = Object.getOwnPropertyNames;
13
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
14
+ var __export = (target, all) => {
15
+ for (var name in all)
16
+ __defProp(target, name, { get: all[name], enumerable: true });
17
+ };
18
+ var __copyProps = (to, from, except, desc) => {
19
+ if (from && typeof from === "object" || typeof from === "function") {
20
+ for (let key of __getOwnPropNames(from))
21
+ if (!__hasOwnProp.call(to, key) && key !== except)
22
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
23
+ }
24
+ return to;
25
+ };
26
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
27
+ var localeResources_exports = {};
28
+ __export(localeResources_exports, {
29
+ filterLocaleResources: () => filterLocaleResources,
30
+ parseLocaleResourceNamespaces: () => parseLocaleResourceNamespaces
31
+ });
32
+ module.exports = __toCommonJS(localeResources_exports);
33
+ function parseLocaleResourceNamespaces(value) {
34
+ const values = Array.isArray(value) ? value : [value];
35
+ return [
36
+ ...new Set(
37
+ values.flatMap((item) => typeof item === "string" ? item.split(",") : []).map((item) => item.trim()).filter(Boolean)
38
+ )
39
+ ];
40
+ }
41
+ function filterLocaleResources(payload, namespaceQuery) {
42
+ const namespaces = parseLocaleResourceNamespaces(namespaceQuery);
43
+ if (!namespaces.length) return payload;
44
+ const resources = payload.resources || {};
45
+ return {
46
+ ...payload,
47
+ resources: Object.fromEntries(
48
+ namespaces.filter((namespace) => Object.prototype.hasOwnProperty.call(resources, namespace)).map((namespace) => [namespace, resources[namespace]])
49
+ )
50
+ };
51
+ }
52
+ // Annotate the CommonJS export names for ESM import in node:
53
+ 0 && (module.exports = {
54
+ filterLocaleResources,
55
+ parseLocaleResourceNamespaces
56
+ });
@@ -49,6 +49,7 @@ var import_appPortals = require("./appPortals");
49
49
  var import_antd = require("./antd");
50
50
  var import_cron = require("./cron");
51
51
  var import_cronstrue = require("./cronstrue");
52
+ var import_localeResources = require("./localeResources");
52
53
  async function getLang(ctx) {
53
54
  const SystemSetting = ctx.db.getRepository("systemSettings");
54
55
  const systemSetting = await SystemSetting.findOne();
@@ -123,7 +124,7 @@ class PluginClientServer extends import_server.Plugin {
123
124
  },
124
125
  async getLang(ctx, next) {
125
126
  const lang = await getLang(ctx);
126
- const resources = await ctx.app.localeManager.get(lang);
127
+ const resources = (0, import_localeResources.filterLocaleResources)(await ctx.app.localeManager.get(lang), ctx.request.query.ns);
127
128
  ctx.body = {
128
129
  lang,
129
130
  ...resources
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.3.0-alpha.1",
9
+ "version": "2.3.0-beta.3",
10
10
  "main": "./dist/server/index.js",
11
11
  "license": "Apache-2.0",
12
12
  "devDependencies": {
@@ -23,5 +23,5 @@
23
23
  "@nocobase/test": "2.x",
24
24
  "@nocobase/utils": "2.x"
25
25
  },
26
- "gitHead": "2377df8ceb12549149017f7f14a61207bf6e49a2"
26
+ "gitHead": "f8cb6ec699b9aaffcf500fe68a55f1271b8a331c"
27
27
  }