@nocobase/plugin-client 1.6.0-alpha.6 → 1.6.0-alpha.8

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.6.0-alpha.6",
12
- "@nocobase/utils": "1.6.0-alpha.6",
13
- "@nocobase/server": "1.6.0-alpha.6",
14
- "@nocobase/database": "1.6.0-alpha.6"
11
+ "@nocobase/client": "1.6.0-alpha.8",
12
+ "@nocobase/utils": "1.6.0-alpha.8",
13
+ "@nocobase/server": "1.6.0-alpha.8",
14
+ "@nocobase/database": "1.6.0-alpha.8"
15
15
  };
@@ -378,7 +378,7 @@ module.exports = {
378
378
  Hide: "\u9690\u85CF",
379
379
  "Enable actions": "\u542F\u7528\u64CD\u4F5C",
380
380
  Import: "\u5BFC\u5165",
381
- Export: "\u5BFC\u51FA",
381
+ Export: "\u5BFC\u51FA\u8BB0\u5F55",
382
382
  Customize: "\u81EA\u5B9A\u4E49",
383
383
  Custom: "\u81EA\u5B9A\u4E49",
384
384
  Function: "Function",
@@ -749,7 +749,7 @@ module.exports = {
749
749
  "Plugin starting...": "\u63D2\u4EF6\u542F\u52A8\u4E2D...",
750
750
  "Plugin stopping...": "\u63D2\u4EF6\u505C\u6B62\u4E2D...",
751
751
  "Are you sure to delete this plugin?": "\u786E\u5B9A\u8981\u5220\u9664\u6B64\u63D2\u4EF6\u5417\uFF1F",
752
- "Are you sure to disable this plugin?": "\u786E\u5B9A\u8981\u7981\u7528\u6B64\u63D2\u4EF6\u5417?",
752
+ "Are you sure to disable this plugin?": "\u786E\u5B9A\u8981\u7981\u7528\u6B64\u63D2\u4EF6\u5417\uFF1F",
753
753
  "re-download file": "\u91CD\u65B0\u4E0B\u8F7D\u6587\u4EF6",
754
754
  "Not enabled": "\u672A\u542F\u7528",
755
755
  "Search plugin": "\u641C\u7D22\u63D2\u4EF6",
@@ -863,6 +863,10 @@ module.exports = {
863
863
  "Failed to load plugin": "\u63D2\u4EF6\u52A0\u8F7D\u5931\u8D25",
864
864
  "Allow add new, update and delete actions": "\u5141\u8BB8\u589E\u5220\u6539\u64CD\u4F5C",
865
865
  "Date display format": "\u65E5\u671F\u663E\u793A\u683C\u5F0F",
866
+ "Date range limit": "\u65E5\u671F\u9650\u5B9A\u8303\u56F4",
867
+ MinDate: "\u6700\u5C0F\u65E5\u671F",
868
+ MaxDate: "\u6700\u5927\u65E5\u671F",
869
+ "Please select time or variable": "\u8BF7\u9009\u62E9\u65F6\u95F4\u6216\u53D8\u91CF",
866
870
  "Filter out a single piece or a group of records as a template": "\u7B5B\u9009\u51FA\u4E00\u6761\u6216\u4E00\u7EC4\u6570\u636E\uFF0C\u4F5C\u4E3A\u6A21\u677F",
867
871
  "The title field is used to identify the template record": "\u7528\u4E8E\u8BC6\u522B\u6A21\u677F\u6570\u636E",
868
872
  "Template fields": "\u6A21\u677F\u5B57\u6BB5",
@@ -894,7 +898,7 @@ module.exports = {
894
898
  "Data source": "\u6570\u636E\u6E90",
895
899
  DataSource: "\u6570\u636E\u6E90",
896
900
  "Data model": "\u6570\u636E\u6A21\u578B",
897
- Security: "\u8BA4\u8BC1\u4E0E\u5B89\u5168",
901
+ Security: "\u5B89\u5168\u6027",
898
902
  Action: "\u64CD\u4F5C",
899
903
  System: "\u7CFB\u7EDF\u7BA1\u7406",
900
904
  Other: "\u5176\u4ED6",
@@ -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-12-19T03:33:45.554Z"}
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-01-02T11:38:36.498Z"}
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.6.0-alpha.6",
7
+ "version": "1.6.0-alpha.8",
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": "485580ad30e5164ead7e15f3b4d219f2bce2caf4"
23
+ "gitHead": "f7ab757a5d7fb723c96bc9c1340291e4deec03ea"
24
24
  }