@nocobase/plugin-client 1.3.0-alpha.20240814073548 → 1.3.0-beta

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.
@@ -8,8 +8,8 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.3.0-alpha.20240814073548",
12
- "@nocobase/utils": "1.3.0-alpha.20240814073548",
13
- "@nocobase/server": "1.3.0-alpha.20240814073548",
14
- "@nocobase/database": "1.3.0-alpha.20240814073548"
11
+ "@nocobase/client": "1.3.0-beta",
12
+ "@nocobase/utils": "1.3.0-beta",
13
+ "@nocobase/server": "1.3.0-beta",
14
+ "@nocobase/database": "1.3.0-beta"
15
15
  };
@@ -845,5 +845,7 @@ module.exports = {
845
845
  Search: "Search",
846
846
  "Clear default value": "Clear default value",
847
847
  "Open in new window": "Open in new window",
848
- "Sorry, the page you visited does not exist.": "Sorry, the page you visited does not exist."
848
+ "Sorry, the page you visited does not exist.": "Sorry, the page you visited does not exist.",
849
+ "is none of": "is none of",
850
+ "is any of": "is any of"
849
851
  };
@@ -937,7 +937,7 @@ module.exports = {
937
937
  "Unix Timestamp": "Unix \u65F6\u95F4\u6233",
938
938
  "Field value do not meet the requirements": "\u5B57\u7B26\u4E0D\u7B26\u5408\u8981\u6C42",
939
939
  "Field value size is": "\u5B57\u7B26\u957F\u5EA6\u8981\u6C42",
940
- Style: "\u98CE\u683C",
940
+ Style: "\u6837\u5F0F",
941
941
  "Unit conversion": "\u5355\u4F4D\u6362\u7B97",
942
942
  Separator: "\u5206\u9694\u7B26",
943
943
  Prefix: "\u524D\u7F00",
@@ -975,6 +975,10 @@ module.exports = {
975
975
  Search: "\u641C\u7D22",
976
976
  "Clear default value": "\u6E05\u9664\u9ED8\u8BA4\u503C",
977
977
  "Open in new window": "\u65B0\u7A97\u53E3\u6253\u5F00",
978
+ "is none of": "\u4E0D\u5305\u542B\u4EFB\u4F55\u4E00\u4E2A",
979
+ "is any of": "\u5305\u542B\u4EFB\u4F55\u4E00\u4E2A",
980
+ "Use simple pagination mode": "\u4F7F\u7528\u7B80\u5355\u5206\u9875\u6A21\u5F0F",
978
981
  "Sorry, the page you visited does not exist.": "\u62B1\u6B49\uFF0C\u4F60\u8BBF\u95EE\u7684\u9875\u9762\u4E0D\u5B58\u5728\u3002",
979
- "Set Template Engine": "\u8BBE\u7F6E\u6A21\u677F\u5F15\u64CE"
982
+ "Set Template Engine": "\u8BBE\u7F6E\u6A21\u677F\u5F15\u64CE",
983
+ "Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "\u5728\u5206\u9875\u65F6\u8DF3\u8FC7\u83B7\u53D6\u8868\u8BB0\u5F55\u603B\u6570\uFF0C\u4EE5\u52A0\u5FEB\u52A0\u8F7D\u901F\u5EA6\uFF0C\u5EFA\u8BAE\u5BF9\u6709\u5927\u91CF\u6570\u636E\u7684\u6570\u636E\u8868\u5F00\u542F\u6B64\u9009\u9879"
980
984
  };
@@ -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":"2024-08-14T07:47:28.426Z"}
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":"2024-08-25T16:21:43.326Z"}
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "WEB 客户端",
5
5
  "description": "Provides a client interface for the NocoBase server",
6
6
  "description.zh-CN": "为 NocoBase 服务端提供客户端界面",
7
- "version": "1.3.0-alpha.20240814073548",
7
+ "version": "1.3.0-beta",
8
8
  "main": "./dist/server/index.js",
9
9
  "license": "AGPL-3.0",
10
10
  "devDependencies": {
@@ -20,5 +20,5 @@
20
20
  "@nocobase/test": "1.x",
21
21
  "@nocobase/utils": "1.x"
22
22
  },
23
- "gitHead": "cb195a2da766088e2a368f60ee2e933579d0987c"
23
+ "gitHead": "175a86dcc41577bff4f94ae614ebe778fd532f3f"
24
24
  }