@nocobase/client 2.0.0-alpha.55 → 2.0.0-alpha.56

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.
@@ -1555,5 +1555,6 @@
1555
1555
  "Enable add new action": "启用添加操作",
1556
1556
  "Enable select action": "启用选择操作",
1557
1557
  "Enable remove action": "启用移除操作",
1558
- "Multiple": "多选"
1558
+ "Multiple": "多选",
1559
+ "Custom column width": "自定义列宽度"
1559
1560
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client",
3
- "version": "2.0.0-alpha.55",
3
+ "version": "2.0.0-alpha.56",
4
4
  "license": "AGPL-3.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",
@@ -28,10 +28,10 @@
28
28
  "@formily/reactive-react": "^2.2.27",
29
29
  "@formily/shared": "^2.2.27",
30
30
  "@formily/validator": "^2.2.27",
31
- "@nocobase/evaluators": "2.0.0-alpha.55",
32
- "@nocobase/flow-engine": "2.0.0-alpha.55",
33
- "@nocobase/sdk": "2.0.0-alpha.55",
34
- "@nocobase/utils": "2.0.0-alpha.55",
31
+ "@nocobase/evaluators": "2.0.0-alpha.56",
32
+ "@nocobase/flow-engine": "2.0.0-alpha.56",
33
+ "@nocobase/sdk": "2.0.0-alpha.56",
34
+ "@nocobase/utils": "2.0.0-alpha.56",
35
35
  "@tanstack/react-table": "^8.21.3",
36
36
  "@types/tabulator-tables": "^6.2.6",
37
37
  "acorn-jsx": "^5.3.2",
@@ -95,5 +95,5 @@
95
95
  "dumi": "2.2.14",
96
96
  "dumi-theme-nocobase": "^0.2.32"
97
97
  },
98
- "gitHead": "7e65ad6b6e4e76a51f82c69b04b563fbcc7e1c25"
98
+ "gitHead": "a26a7c3422ea8089e0f04c89c9d32ff25bc09a0c"
99
99
  }