@nocobase/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.
@@ -1017,5 +1017,13 @@ module.exports = {
1017
1017
  Left: "\u5DE6",
1018
1018
  Center: "\u5C45\u4E2D",
1019
1019
  Right: "\u53F3",
1020
- "Divider line color": "\u5206\u5272\u7EBF\u989C\u8272"
1020
+ "Divider line color": "\u5206\u5272\u7EBF\u989C\u8272",
1021
+ "Label align": "\u5B57\u6BB5\u6807\u9898\u5BF9\u9F50\u65B9\u5F0F",
1022
+ "Label width": "\u5B57\u6BB5\u6807\u9898\u5BBD\u5EA6",
1023
+ "When the Label exceeds the width": "\u5B57\u6BB5\u6807\u9898\u8D85\u51FA\u5BBD\u5EA6\u65F6",
1024
+ "Line break": "\u6362\u884C",
1025
+ Ellipsis: "\u7701\u7565",
1026
+ "Set block layout": "\u8BBE\u7F6E\u533A\u5757\u5E03\u5C40",
1027
+ "Add & Update": "\u6DFB\u52A0 & \u66F4\u65B0",
1028
+ "Table size": "\u8868\u683C\u5927\u5C0F"
1021
1029
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client",
3
- "version": "1.4.0-alpha",
3
+ "version": "1.4.0-alpha.1",
4
4
  "license": "AGPL-3.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",
@@ -11,7 +11,7 @@
11
11
  "@ant-design/icons": "^5.1.4",
12
12
  "@ant-design/pro-layout": "^7.16.11",
13
13
  "@antv/g2plot": "^2.4.18",
14
- "@budibase/handlebars-helpers": "^0.13.2",
14
+ "@budibase/handlebars-helpers": "^0.14.0",
15
15
  "@ctrl/tinycolor": "^3.6.0",
16
16
  "@dnd-kit/core": "^5.0.1",
17
17
  "@dnd-kit/modifiers": "^6.0.0",
@@ -27,12 +27,12 @@
27
27
  "@formily/reactive-react": "^2.2.27",
28
28
  "@formily/shared": "^2.2.27",
29
29
  "@formily/validator": "^2.2.27",
30
- "@nocobase/evaluators": "1.4.0-alpha",
31
- "@nocobase/sdk": "1.4.0-alpha",
32
- "@nocobase/utils": "1.4.0-alpha",
30
+ "@nocobase/evaluators": "1.4.0-alpha.1",
31
+ "@nocobase/sdk": "1.4.0-alpha.1",
32
+ "@nocobase/utils": "1.4.0-alpha.1",
33
33
  "ahooks": "^3.7.2",
34
34
  "antd": "5.12.8",
35
- "antd-style": "3.4.5",
35
+ "antd-style": "3.7.1",
36
36
  "axios": "^1.7.0",
37
37
  "bignumber.js": "^9.1.2",
38
38
  "classnames": "^2.3.1",
@@ -81,5 +81,5 @@
81
81
  "dumi": "2.2.14",
82
82
  "dumi-theme-nocobase": "^0.2.28"
83
83
  },
84
- "gitHead": "f097a2bddec152522b5645bd5d451f4c866d2060"
84
+ "gitHead": "b42379db55cd8774d3543c8d6cdc566434d3f170"
85
85
  }