@nocobase/plugin-client 0.21.0-alpha.2 → 0.21.0-alpha.4

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.
@@ -1,6 +1,6 @@
1
1
  module.exports = {
2
- "@nocobase/client": "0.21.0-alpha.2",
3
- "@nocobase/utils": "0.21.0-alpha.2",
4
- "@nocobase/server": "0.21.0-alpha.2",
5
- "@nocobase/database": "0.21.0-alpha.2"
2
+ "@nocobase/client": "0.21.0-alpha.4",
3
+ "@nocobase/utils": "0.21.0-alpha.4",
4
+ "@nocobase/server": "0.21.0-alpha.4",
5
+ "@nocobase/database": "0.21.0-alpha.4"
6
6
  };
@@ -916,9 +916,13 @@ module.exports = {
916
916
  Separator: "\u5206\u9694\u7B26",
917
917
  Prefix: "\u524D\u7F00",
918
918
  Suffix: "\u540E\u7F00",
919
+ "Filter target key": "\u7B5B\u9009\u76EE\u6807\u952E",
920
+ "Filter data based on the specific field, with the requirement that the field value must be unique.": "\u6839\u636E\u7279\u5B9A\u7684\u5B57\u6BB5\u7B5B\u9009\u6570\u636E\uFF0C\u5B57\u6BB5\u503C\u5FC5\u987B\u5177\u5907\u552F\u4E00\u6027\u3002",
919
921
  "Multiply by": "\u4E58\u4EE5",
920
922
  "Divide by": "\u9664\u4EE5",
921
923
  "Scientifix notation": "\u79D1\u5B66\u8BA1\u6570\u6CD5",
922
924
  Normal: "\u5E38\u89C4",
923
- "Automatically generate default values": "\u968F\u673A\u751F\u6210\u9ED8\u8BA4\u503C"
925
+ "Automatically generate default values": "\u968F\u673A\u751F\u6210\u9ED8\u8BA4\u503C",
926
+ "Refresh data on close": "\u5173\u95ED\u540E\u5237\u65B0\u6570\u636E",
927
+ "Refresh data on action": "\u6267\u884C\u540E\u5237\u65B0\u6570\u636E"
924
928
  };
@@ -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-04-03T15:39:54.140Z"}
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-04-07T00:40:53.884Z"}
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": "0.21.0-alpha.2",
7
+ "version": "0.21.0-alpha.4",
8
8
  "main": "./dist/server/index.js",
9
9
  "license": "AGPL-3.0",
10
10
  "devDependencies": {
@@ -20,5 +20,5 @@
20
20
  "@nocobase/test": "0.x",
21
21
  "@nocobase/utils": "0.x"
22
22
  },
23
- "gitHead": "90628f2e2da846208fb2d7966ddb4e467d187ffb"
23
+ "gitHead": "1ea598dce7d388e5e891753c8341dbfdbe220f34"
24
24
  }