@nocobase/plugin-client 2.2.0-beta.9 → 2.2.0
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/dist/externalVersion.js +5 -5
- package/dist/locale/en-US.json +11 -0
- package/dist/locale/index.js +4 -1
- package/dist/locale/zh-CN.json +9 -0
- package/dist/node_modules/cronstrue/package.json +1 -1
- package/dist/server/cron.js +5 -3
- package/dist/server/localeResources.d.ts +12 -0
- package/dist/server/localeResources.js +56 -0
- package/dist/server/server.js +2 -1
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -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.2.0
|
|
13
|
+
"@nocobase/client": "2.2.0",
|
|
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.2.0
|
|
17
|
+
"@nocobase/utils": "2.2.0",
|
|
18
18
|
"lodash": "4.18.1",
|
|
19
|
-
"@nocobase/database": "2.2.0
|
|
20
|
-
"@nocobase/client-v2": "2.2.0
|
|
21
|
-
"@nocobase/server": "2.2.0
|
|
19
|
+
"@nocobase/database": "2.2.0",
|
|
20
|
+
"@nocobase/client-v2": "2.2.0",
|
|
21
|
+
"@nocobase/server": "2.2.0"
|
|
22
22
|
};
|
package/dist/locale/en-US.json
CHANGED
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
"Block templates": "Block templates",
|
|
206
206
|
"Block title": "Block title",
|
|
207
207
|
"Menu linkage rules": "Menu linkage rules",
|
|
208
|
+
"Tab linkage rules": "Tab linkage rules",
|
|
208
209
|
"Built-in flow": "Specific flow",
|
|
209
210
|
"Built-in flow step": "Specific flow step",
|
|
210
211
|
"Block type": "Block type",
|
|
@@ -391,6 +392,7 @@
|
|
|
391
392
|
"Data blocks": "Data blocks",
|
|
392
393
|
"Data changes": "Data changes",
|
|
393
394
|
"Data fields": "Data fields",
|
|
395
|
+
"Data loading failed": "Data loading failed",
|
|
394
396
|
"Data loading mode": "Data loading mode",
|
|
395
397
|
"Data model": "Data model",
|
|
396
398
|
"Data model tools": "Data model tools",
|
|
@@ -874,6 +876,7 @@
|
|
|
874
876
|
"Move up": "Move up",
|
|
875
877
|
"Move {{title}} to": "Move {{title}} to",
|
|
876
878
|
"Multiple": "Multiple",
|
|
879
|
+
"Multiple of": "Multiple of",
|
|
877
880
|
"Multiple select": "Multiple select",
|
|
878
881
|
"Multiply by": "Multiply by",
|
|
879
882
|
"Must be 1-50 characters in length (excluding @.<>\"'/)": "Must be 1-50 characters in length (excluding @.<>\"'/)",
|
|
@@ -960,6 +963,7 @@
|
|
|
960
963
|
"Open in new window": "Open in new window",
|
|
961
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>",
|
|
962
965
|
"Open classic page access": "Open classic page access",
|
|
966
|
+
"Open from the original entry": "Open from the original entry",
|
|
963
967
|
"Open mode": "Open mode",
|
|
964
968
|
"Open mode configuration": "Open mode configuration",
|
|
965
969
|
"Operate on existing data": "Operate on existing data",
|
|
@@ -1259,6 +1263,7 @@
|
|
|
1259
1263
|
"Set block state": "Set block state",
|
|
1260
1264
|
"Set button state": "Set button state",
|
|
1261
1265
|
"Set menu item state": "Set menu item state",
|
|
1266
|
+
"Set tab state": "Set tab state",
|
|
1262
1267
|
"Set condition": "Set condition",
|
|
1263
1268
|
"Set data loading mode": "Set data loading mode",
|
|
1264
1269
|
"Set data scope": "Set data scope",
|
|
@@ -1401,6 +1406,10 @@
|
|
|
1401
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}}\"",
|
|
1402
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}}\"",
|
|
1403
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.",
|
|
1404
1413
|
"The deletion was successful.": "The deletion was successful.",
|
|
1405
1414
|
"The field has been deleted": "The field has been deleted",
|
|
1406
1415
|
"The field value cannot be greater than ": "The field value cannot be greater than ",
|
|
@@ -1412,6 +1421,7 @@
|
|
|
1412
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",
|
|
1413
1422
|
"The selected fields will automatically populate the form": "The selected fields will automatically populate the form",
|
|
1414
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.",
|
|
1415
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.",
|
|
1416
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?",
|
|
1417
1427
|
"The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.": "The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.",
|
|
@@ -1428,6 +1438,7 @@
|
|
|
1428
1438
|
"This field is required": "This field is required",
|
|
1429
1439
|
"This is a demo text, **supports Markdown syntax**.": "This is a demo text, **supports Markdown syntax**.",
|
|
1430
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",
|
|
1431
1442
|
"This month": "This month",
|
|
1432
1443
|
"This quarter": "This quarter",
|
|
1433
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\"",
|
package/dist/locale/index.js
CHANGED
|
@@ -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" },
|
|
@@ -163,7 +165,8 @@ const languageCodes = {
|
|
|
163
165
|
"tk-TK": { label: "Turkmen" },
|
|
164
166
|
"tr-TR": { label: "T\xFCrk\xE7e" },
|
|
165
167
|
"uk-UA": { label: "\u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430" },
|
|
166
|
-
"ur-PK": { label: "
|
|
168
|
+
"ur-PK": { label: "\u0627\u0631\u062F\u0648" },
|
|
169
|
+
"uz-UZ": { label: "O\u02BBzbekcha" },
|
|
167
170
|
"vi-VN": { label: "Ti\u1EBFng Vi\u1EC7t" },
|
|
168
171
|
"zh-CN": { label: "\u7B80\u4F53\u4E2D\u6587" },
|
|
169
172
|
"zh-HK": { label: "\u7E41\u9AD4\u4E2D\u6587\uFF08\u9999\u6E2F\uFF09" },
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
"Block templates": "区块模板",
|
|
206
206
|
"Block title": "区块标题",
|
|
207
207
|
"Menu linkage rules": "菜单联动规则",
|
|
208
|
+
"Tab linkage rules": "标签页联动规则",
|
|
208
209
|
"Block type": "区块类型",
|
|
209
210
|
"Blocks": "区块",
|
|
210
211
|
"Blue": "拂晓蓝",
|
|
@@ -391,6 +392,7 @@
|
|
|
391
392
|
"Data blocks": "数据区块",
|
|
392
393
|
"Data changes": "数据变更",
|
|
393
394
|
"Data fields": "数据字段",
|
|
395
|
+
"Data loading failed": "数据加载失败",
|
|
394
396
|
"Data loading mode": "数据加载方式",
|
|
395
397
|
"Data model": "数据模型",
|
|
396
398
|
"Data model tools": "数据模型工具",
|
|
@@ -958,6 +960,7 @@
|
|
|
958
960
|
"Open in new window": "新窗口打开",
|
|
959
961
|
"Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "在 <1><0>对话框</0><1>抽屉</1><2>窗口</2></1> 内打开",
|
|
960
962
|
"Open classic page access": "跳转到旧版页面",
|
|
963
|
+
"Open from the original entry": "返回原入口访问",
|
|
961
964
|
"Open mode": "打开方式",
|
|
962
965
|
"Open mode configuration": "打开方式配置",
|
|
963
966
|
"Operate on existing data": "对已有数据操作",
|
|
@@ -1259,6 +1262,7 @@
|
|
|
1259
1262
|
"Set block state": "设置区块状态",
|
|
1260
1263
|
"Set button state": "设置按钮状态",
|
|
1261
1264
|
"Set menu item state": "设置菜单项状态",
|
|
1265
|
+
"Set tab state": "设置标签页状态",
|
|
1262
1266
|
"Set condition": "设置条件",
|
|
1263
1267
|
"Set data loading mode": "设置数据加载方式",
|
|
1264
1268
|
"Set data scope": "设置数据范围",
|
|
@@ -1401,7 +1405,9 @@
|
|
|
1401
1405
|
"The current user only has the UI configuration permission, but don't have \"{{actionName}}\" permission for collection \"{{name}}\"": "当前用户只有 UI 配置权限,但没有数据表 \"{{name}}\"的 \"{{actionName}}\"权限。",
|
|
1402
1406
|
"The current user only has the UI configuration permission, but don't have \"{{actionName}}\" permission for field \"{{name}}\"": "当前用户只有 UI 配置权限,但没有字段 \"{{name}}\"的 \"{{actionName}}\"权限。",
|
|
1403
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}}”暂时不可用,请稍后重试或联系管理员。",
|
|
1404
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.": "数据源暂时不可用,请稍后重试或联系管理员。",
|
|
1405
1411
|
"The data source used by this block is disabled or unavailable. Enable the data source to display this block.": "该区块使用的数据源已禁用或不可用。启用该数据源后才能显示此区块。",
|
|
1406
1412
|
"The deletion was successful.": "删除成功",
|
|
1407
1413
|
"The field has been deleted": "字段已删除",
|
|
@@ -1414,6 +1420,7 @@
|
|
|
1414
1420
|
"The following field types are not compatible and do not support output and display": "以下字段类型未适配,不支持输出和显示",
|
|
1415
1421
|
"The selected fields will automatically populate the form": "用于自动填充到表单",
|
|
1416
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}} 分支仅支持新版页面,当前页面属于旧版页面。请返回原入口访问。",
|
|
1417
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 的时候,该变量才能正常使用。",
|
|
1418
1425
|
"The will interrupt service, it may take a few seconds to restart. Are you sure to continue?": "重启将会中断当前服务,这个过程可能需要一点时间,确定要继续吗?",
|
|
1419
1426
|
"The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.": "{{type}} \"{{name}}\" 可能已被删除。请删除当前{{blockType}}.",
|
|
@@ -1430,6 +1437,7 @@
|
|
|
1430
1437
|
"This field is required": "此字段为必填项",
|
|
1431
1438
|
"This is a demo text, **supports Markdown syntax**.": "这是一段演示文本,**支持 Markdown 语法**。",
|
|
1432
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}} 分支中使用",
|
|
1433
1441
|
"This month": "本月",
|
|
1434
1442
|
"This quarter": "本季度",
|
|
1435
1443
|
"This variable has been deprecated and can be replaced with \"Current form\"": "该变量已被弃用,可以使用“当前表单”替代",
|
|
@@ -1634,6 +1642,7 @@
|
|
|
1634
1642
|
"Enable select action": "启用选择操作",
|
|
1635
1643
|
"Enable remove action": "启用移除操作",
|
|
1636
1644
|
"Multiple": "多选",
|
|
1645
|
+
"Multiple of": "多倍数",
|
|
1637
1646
|
"Custom column width": "自定义列宽度",
|
|
1638
1647
|
"The block is hidden and only visible when the UI Editor is active": "当前区块已被隐藏,仅配置状态下显示",
|
|
1639
1648
|
"The field is hidden and only visible when the UI Editor is active": "当前字段已被隐藏,仅配置状态下显示",
|
|
@@ -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-
|
|
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-22T01:43:13.634Z"}
|
package/dist/server/cron.js
CHANGED
|
@@ -32,10 +32,12 @@ module.exports = __toCommonJS(cron_exports);
|
|
|
32
32
|
var import_utils = require("@nocobase/utils");
|
|
33
33
|
var import_path = require("path");
|
|
34
34
|
const getCronLocale = (lang) => {
|
|
35
|
-
const
|
|
36
|
-
const files =
|
|
35
|
+
const candidates = Array.from(/* @__PURE__ */ new Set([lang, lang.replace("-", "_")]));
|
|
36
|
+
const files = candidates.map((candidate) => (0, import_path.resolve)(__dirname, `./../locale/cron/${candidate}`));
|
|
37
37
|
if (process.env.APP_ENV !== "production") {
|
|
38
|
-
|
|
38
|
+
for (const candidate of candidates) {
|
|
39
|
+
files.push(`@nocobase/client/src/locale/cron/${candidate}`, `@nocobase/client/lib/locale/cron/${candidate}`);
|
|
40
|
+
}
|
|
39
41
|
}
|
|
40
42
|
for (const file of files) {
|
|
41
43
|
try {
|
|
@@ -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
|
+
});
|
package/dist/server/server.js
CHANGED
|
@@ -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.2.0
|
|
9
|
+
"version": "2.2.0",
|
|
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": "
|
|
26
|
+
"gitHead": "d5052cae37177054c236f1bf7bba3aed6ef029d0"
|
|
27
27
|
}
|