@nocobase/plugin-client 1.7.0-beta.32 → 1.7.0-beta.33

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": "1.7.0-beta.32",
13
+ "@nocobase/client": "1.7.0-beta.33",
14
14
  "antd": "5.24.2",
15
15
  "@ant-design/icons": "5.6.1",
16
16
  "@formily/react": "2.3.0",
17
- "@nocobase/utils": "1.7.0-beta.32",
17
+ "@nocobase/utils": "1.7.0-beta.33",
18
18
  "lodash": "4.17.21",
19
- "@nocobase/database": "1.7.0-beta.32",
20
- "@nocobase/plugin-localization": "1.7.0-beta.32",
21
- "@nocobase/server": "1.7.0-beta.32"
19
+ "@nocobase/database": "1.7.0-beta.33",
20
+ "@nocobase/plugin-localization": "1.7.0-beta.33",
21
+ "@nocobase/server": "1.7.0-beta.33"
22
22
  };
@@ -1125,5 +1125,23 @@ module.exports = {
1125
1125
  "Controls whether the current document is allowed to use the Payment Request API. When this policy is enabled, the PaymentRequest() constructor will throw a SecurityError DOMException.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u4F7F\u7528 Payment Request API\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u542F\u7528\u65F6\uFF0C\u6784\u9020\u51FD\u6570 PaymentRequest() \u4F1A\u629B\u51FA\u9519\u8BEF SecurityError\u3002",
1126
1126
  "After successful submission, the selected data blocks will be automatically refreshed.": "\u63D0\u4EA4\u6210\u529F\u540E\uFF0C\u4F1A\u81EA\u52A8\u5237\u65B0\u8FD9\u91CC\u9009\u4E2D\u7684\u6570\u636E\u533A\u5757\u3002",
1127
1127
  "Block Linkage rules": "\u533A\u5757\u8054\u52A8\u89C4\u5219",
1128
- "Field Linkage rules": "\u5B57\u6BB5\u8054\u52A8\u89C4\u5219"
1128
+ "Field Linkage rules": "\u5B57\u6BB5\u8054\u52A8\u89C4\u5219",
1129
+ "Exact day": "\u6307\u5B9A\u65E5\u671F",
1130
+ "This Week": "\u672C\u5468",
1131
+ "Last Week": "\u4E0A\u5468",
1132
+ "Next Week": "\u4E0B\u5468",
1133
+ "This Month": "\u672C\u6708",
1134
+ "Last Month": "\u4E0A\u4E2A\u6708",
1135
+ "Next Month": "\u4E0B\u4E2A\u6708",
1136
+ "This Quarter": "\u672C\u5B63\u5EA6",
1137
+ "Last Quarter": "\u4E0A\u5B63\u5EA6",
1138
+ "Next Quarter": "\u4E0B\u5B63\u5EA6",
1139
+ "This Year": "\u4ECA\u5E74",
1140
+ "Last Year": "\u53BB\u5E74",
1141
+ "Next Year": "\u660E\u5E74",
1142
+ Past: "\u8FC7\u53BB",
1143
+ Next: "\u672A\u6765",
1144
+ "Calendar week": "\u65E5\u5386\u5468",
1145
+ "Calendar Month": "\u65E5\u5386\u6708",
1146
+ "Calendar Year": "\u65E5\u5386\u5E74"
1129
1147
  };
@@ -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":"2025-05-19T03:23:52.980Z"}
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":"2025-05-24T12:29:19.893Z"}
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.7.0-beta.32",
7
+ "version": "1.7.0-beta.33",
8
8
  "main": "./dist/server/index.js",
9
9
  "license": "AGPL-3.0",
10
10
  "devDependencies": {
@@ -21,5 +21,5 @@
21
21
  "@nocobase/test": "1.x",
22
22
  "@nocobase/utils": "1.x"
23
23
  },
24
- "gitHead": "d78ca2740143209c6a16002e0c36e3256ed5fd88"
24
+ "gitHead": "6fede035f813a48250c3e94e755618ea54be61c3"
25
25
  }