@nocobase/plugin-client 1.7.0-beta.28 → 1.7.0-beta.29

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.28",
13
+ "@nocobase/client": "1.7.0-beta.29",
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.28",
17
+ "@nocobase/utils": "1.7.0-beta.29",
18
18
  "lodash": "4.17.21",
19
- "@nocobase/database": "1.7.0-beta.28",
20
- "@nocobase/plugin-localization": "1.7.0-beta.28",
21
- "@nocobase/server": "1.7.0-beta.28"
19
+ "@nocobase/database": "1.7.0-beta.29",
20
+ "@nocobase/plugin-localization": "1.7.0-beta.29",
21
+ "@nocobase/server": "1.7.0-beta.29"
22
22
  };
@@ -898,6 +898,7 @@ module.exports = {
898
898
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.",
899
899
  "No pages yet, please configure first": "No pages yet, please configure first",
900
900
  'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': 'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode',
901
+ "Specifies a Permissions Policy for the <iframe>. The policy defines what features are available to the <iframe> (for example, access to the microphone, camera, battery, web-share, etc.) based on the origin of the request.": "Specifies a Permissions Policy for the <iframe>. The policy defines what features are available to the <iframe> (for example, access to the microphone, camera, battery, web-share, etc.) based on the origin of the request.",
901
902
  Deprecated: "Deprecated",
902
903
  "Full permissions": "Full permissions",
903
904
  "Refresh data blocks": "Refresh data blocks",
@@ -1113,6 +1113,16 @@ module.exports = {
1113
1113
  Colon: "\u5192\u53F7",
1114
1114
  "No pages yet, please configure first": "\u6682\u65E0\u9875\u9762\uFF0C\u8BF7\u5148\u914D\u7F6E",
1115
1115
  'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': "\u70B9\u51FB\u53F3\u4E0A\u89D2\u7684\u201C\u754C\u9762\u914D\u7F6E\u201D\u56FE\u6807\uFF0C\u8FDB\u5165\u754C\u9762\u914D\u7F6E\u6A21\u5F0F",
1116
+ "Specifies a Permissions Policy for the <iframe>. The policy defines what features are available to the <iframe> (for example, access to the microphone, camera, battery, web-share, etc.) based on the origin of the request.": "\u7528\u4E8E\u4E3A <iframe> \u6307\u5B9A\u5176\u6743\u9650\u7B56\u7565\u3002\u8BE5\u7B56\u7565\u6839\u636E\u8BF7\u6C42\u7684\u6765\u6E90\u89C4\u5B9A <iframe> \u53EF\u4EE5\u4F7F\u7528\u54EA\u4E9B\u7279\u6027\uFF08\u4F8B\u5982\uFF0C\u8BBF\u95EE\u9EA6\u514B\u98CE\u3001\u6444\u50CF\u5934\u3001\u7535\u6C60\u3001web \u5171\u4EAB\u7B49\uFF09\u3002",
1117
+ "Controls whether the current document is allowed to autoplay media requested through the HTMLMediaElement interface. When this policy is disabled and there were no user gestures, the Promise returned by HTMLMediaElement.play() will reject with a NotAllowedError DOMException. The autoplay attribute on <audio> and <video> elements will be ignored.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u81EA\u52A8\u64AD\u653E\u5A92\u4F53\u3002\u8FD9\u79CD\u63A7\u5236\u662F\u901A\u8FC7\u63A5\u53E3 HTMLMediaElement \u6765\u5B9E\u73B0\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u7981\u7528\uFF0C\u800C\u4E14\u6CA1\u6709\u7528\u6237\u64CD\u4F5C\u7684\u65F6\u5019\uFF0CHTMLMediaElement.play() \u8FD4\u56DE\u7684 Promise \u4F1A\u62D2\u7EDD\u5E76\u629B\u51FA\u4E00\u4E2A DOMException \u5F02\u5E38\u3002<audio> \u548C <video> \u4E0A\u7684 autoplay \u5C5E\u6027\u4F1A\u88AB\u5FFD\u7565\u3002",
1118
+ "Controls whether the current document is allowed to use video input devices. When this policy is disabled, the Promise returned by getUserMedia() will reject with a NotAllowedError DOMException.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u4F7F\u7528\u89C6\u9891\u8F93\u5165\u8BBE\u5907\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u7981\u7528\u65F6\uFF0CMediaDevices.getUserMedia() \u8FD4\u56DE\u7684 Promise \u4F1A\u62D2\u7EDD\u5E76\u629B\u51FA NotAllowedError DOMException \u5F02\u5E38\u3002",
1119
+ "Controls whether the current document is allowed to set document.domain. When this policy is disabled, attempting to set document.domain will fail and cause a SecurityError DOMException to be thrown.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u8BBE\u7F6E document.domain\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u7981\u7528\u65F6\uFF0C\u5C1D\u8BD5\u8BBE\u7F6E document.domain \u4F1A\u5931\u8D25\u5E76\u629B\u51FA SecurityError DOMException \u5F02\u5E38\u3002",
1120
+ "Controls whether the current document is allowed to use the Encrypted Media Extensions API (EME). When this policy is disabled, the Promise returned by Navigator.requestMediaKeySystemAccess() will reject with a SecurityError DOMException.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u4F7F\u7528 Encrypted Media Extension API\uFF08EME\uFF09\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u7981\u7528\u65F6\uFF0CNavigator.requestMediaKeySystemAccess() \u8FD4\u56DE\u7684 Promise \u4F1A\u62D2\u7EDD\u5E76\u629B\u51FA DOMException \u5F02\u5E38\u3002",
1121
+ "Controls whether the current document is allowed to use Element.requestFullscreen(). When this policy is disabled, the returned Promise rejects with a TypeError.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u4F7F\u7528 Element.requestFullScreen()\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u7981\u7528\u65F6\uFF0C\u8FD4\u56DE\u7684 Promise \u4F1A\u62D2\u7EDD\u5E76\u629B\u51FA TypeError\u3002",
1122
+ "Controls whether the current document is allowed to use the Geolocation Interface. When this policy is disabled, calls to getCurrentPosition() and watchPosition() will cause those functions callbacks to be invoked with a GeolocationPositionError code of PERMISSION_DENIED.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u4F7F\u7528 Geolocation \u63A5\u53E3\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u7981\u7528\u65F6\uFF0C\u8C03\u7528 getCurrentPosition() \u548C watchPosition() \u4F1A\u8FD4\u56DE\u5305\u542B PERMISSION_DENIED \u7684 PositionError\u3002",
1123
+ "Controls whether the current document is allowed to use audio input devices. When this policy is disabled, the Promise returned by MediaDevices.getUserMedia() will reject with a NotAllowedError DOMException.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u4F7F\u7528\u97F3\u9891\u8F93\u5165\u8BBE\u5907\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u7981\u7528\u65F6\uFF0CMediaDevices.getUserMedia() \u8FD4\u56DE\u7684 Promise \u4F1A\u62D2\u7EDD\u5E76\u629B\u51FA\u9519\u8BEF NotAllowedError\u3002",
1124
+ "Controls whether the current document is allowed to use the Web MIDI API. When this policy is disabled, the Promise returned by Navigator.requestMIDIAccess() will reject with a SecurityError DOMException.": "\u63A7\u5236\u662F\u5426\u5141\u8BB8\u5F53\u524D\u6587\u6863\u4F7F\u7528 Web MIDI API\u3002\u5F53\u8FD9\u79CD\u89C4\u5219\u88AB\u7981\u7528\u65F6\uFF0CNavigator.requestMIDIAccess() \u8FD4\u56DE\u7684 Promise \u4F1A\u62D2\u7EDD\u5E76\u629B\u51FA\u9519\u8BEF DOMException\u3002",
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",
1116
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",
1117
1127
  "Block Linkage rules": "\u533A\u5757\u8054\u52A8\u89C4\u5219",
1118
1128
  "Field Linkage rules": "\u5B57\u6BB5\u8054\u52A8\u89C4\u5219"
@@ -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-06T09:28:53.896Z"}
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-07T09:23:27.780Z"}
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.28",
7
+ "version": "1.7.0-beta.29",
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": "38b6fdc21153e1ea4f3101114ca40624c1829179"
24
+ "gitHead": "59ea77164563a49ae73ff905ace8ea212a11770d"
25
25
  }