@nocobase/plugin-client 1.4.0-alpha → 1.4.0-alpha.1

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.4.0-alpha",
12
- "@nocobase/utils": "1.4.0-alpha",
13
- "@nocobase/server": "1.4.0-alpha",
14
- "@nocobase/database": "1.4.0-alpha"
11
+ "@nocobase/client": "1.4.0-alpha.1",
12
+ "@nocobase/utils": "1.4.0-alpha.1",
13
+ "@nocobase/server": "1.4.0-alpha.1",
14
+ "@nocobase/database": "1.4.0-alpha.1"
15
15
  };
@@ -1026,5 +1026,13 @@ module.exports = {
1026
1026
  Left: "\u5DE6",
1027
1027
  Center: "\u5C45\u4E2D",
1028
1028
  Right: "\u53F3",
1029
- "Divider line color": "\u5206\u5272\u7EBF\u989C\u8272"
1029
+ "Divider line color": "\u5206\u5272\u7EBF\u989C\u8272",
1030
+ "Label align": "\u5B57\u6BB5\u6807\u9898\u5BF9\u9F50\u65B9\u5F0F",
1031
+ "Label width": "\u5B57\u6BB5\u6807\u9898\u5BBD\u5EA6",
1032
+ "When the Label exceeds the width": "\u5B57\u6BB5\u6807\u9898\u8D85\u51FA\u5BBD\u5EA6\u65F6",
1033
+ "Line break": "\u6362\u884C",
1034
+ Ellipsis: "\u7701\u7565",
1035
+ "Set block layout": "\u8BBE\u7F6E\u533A\u5757\u5E03\u5C40",
1036
+ "Add & Update": "\u6DFB\u52A0 & \u66F4\u65B0",
1037
+ "Table size": "\u8868\u683C\u5927\u5C0F"
1030
1038
  };
@@ -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-10-24T14:06:59.060Z"}
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-11-06T07:10:11.156Z"}
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.4.0-alpha",
7
+ "version": "1.4.0-alpha.1",
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": "f097a2bddec152522b5645bd5d451f4c866d2060"
23
+ "gitHead": "b42379db55cd8774d3543c8d6cdc566434d3f170"
24
24
  }