@nocobase/plugin-client 2.1.29 → 2.1.31
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
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.1.
|
|
13
|
+
"@nocobase/client": "2.1.31",
|
|
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.1.
|
|
17
|
+
"@nocobase/utils": "2.1.31",
|
|
18
18
|
"lodash": "4.18.1",
|
|
19
|
-
"@nocobase/database": "2.1.
|
|
20
|
-
"@nocobase/client-v2": "2.1.
|
|
21
|
-
"@nocobase/server": "2.1.
|
|
19
|
+
"@nocobase/database": "2.1.31",
|
|
20
|
+
"@nocobase/client-v2": "2.1.31",
|
|
21
|
+
"@nocobase/server": "2.1.31"
|
|
22
22
|
};
|
package/dist/locale/en-US.json
CHANGED
|
@@ -960,6 +960,7 @@
|
|
|
960
960
|
"Open in new window": "Open in new window",
|
|
961
961
|
"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
962
|
"Open classic page access": "Open classic page access",
|
|
963
|
+
"Open from the original entry": "Open from the original entry",
|
|
963
964
|
"Open mode": "Open mode",
|
|
964
965
|
"Open mode configuration": "Open mode configuration",
|
|
965
966
|
"Operate on existing data": "Operate on existing data",
|
|
@@ -1412,6 +1413,7 @@
|
|
|
1412
1413
|
"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
1414
|
"The selected fields will automatically populate the form": "The selected fields will automatically populate the form",
|
|
1414
1415
|
"The title field is used to identify the template record": "The title field is used to identify the template record",
|
|
1416
|
+
"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
1417
|
"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
1418
|
"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
1419
|
"The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.": "The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.",
|
|
@@ -1428,6 +1430,7 @@
|
|
|
1428
1430
|
"This field is required": "This field is required",
|
|
1429
1431
|
"This is a demo text, **supports Markdown syntax**.": "This is a demo text, **supports Markdown syntax**.",
|
|
1430
1432
|
"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>",
|
|
1433
|
+
"This page is not supported in the {{modernClientPath}} branch": "This page is not supported in the {{modernClientPath}} branch",
|
|
1431
1434
|
"This month": "This month",
|
|
1432
1435
|
"This quarter": "This quarter",
|
|
1433
1436
|
"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" },
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -957,6 +957,7 @@
|
|
|
957
957
|
"Open in new window": "新窗口打开",
|
|
958
958
|
"Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "在 <1><0>对话框</0><1>抽屉</1><2>窗口</2></1> 内打开",
|
|
959
959
|
"Open classic page access": "跳转到旧版页面",
|
|
960
|
+
"Open from the original entry": "返回原入口访问",
|
|
960
961
|
"Open mode": "打开方式",
|
|
961
962
|
"Open mode configuration": "打开方式配置",
|
|
962
963
|
"Operate on existing data": "对已有数据操作",
|
|
@@ -1413,6 +1414,7 @@
|
|
|
1413
1414
|
"The following field types are not compatible and do not support output and display": "以下字段类型未适配,不支持输出和显示",
|
|
1414
1415
|
"The selected fields will automatically populate the form": "用于自动填充到表单",
|
|
1415
1416
|
"The title field is used to identify the template record": "用于识别模板数据",
|
|
1417
|
+
"The {{modernClientPath}} branch only supports new pages. This page is a legacy page. Please open it from the original entry.": "{{modernClientPath}} 分支仅支持新版页面,当前页面属于旧版页面。请返回原入口访问。",
|
|
1416
1418
|
"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 的时候,该变量才能正常使用。",
|
|
1417
1419
|
"The will interrupt service, it may take a few seconds to restart. Are you sure to continue?": "重启将会中断当前服务,这个过程可能需要一点时间,确定要继续吗?",
|
|
1418
1420
|
"The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.": "{{type}} \"{{name}}\" 可能已被删除。请删除当前{{blockType}}.",
|
|
@@ -1429,6 +1431,7 @@
|
|
|
1429
1431
|
"This field is required": "此字段为必填项",
|
|
1430
1432
|
"This is a demo text, **supports Markdown syntax**.": "这是一段演示文本,**支持 Markdown 语法**。",
|
|
1431
1433
|
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "这可能是 NocoBase 内部的问题,你可以在<1>这里</1>将该错误反馈给我们,我们会尽快修复",
|
|
1434
|
+
"This page is not supported in the {{modernClientPath}} branch": "此页面不支持在 {{modernClientPath}} 分支中使用",
|
|
1432
1435
|
"This month": "本月",
|
|
1433
1436
|
"This quarter": "本季度",
|
|
1434
1437
|
"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-
|
|
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-27T15:39:14.993Z"}
|
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.1.
|
|
9
|
+
"version": "2.1.31",
|
|
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": "b5d46b76adb72b4fa736dd0e6c89d8a0bc83bfe8"
|
|
27
27
|
}
|