@nocobase/client 2.2.0-beta.13 → 2.2.0-beta.14
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.
- package/es/collection-manager/constants.d.ts +1 -1
- package/es/index.mjs +7 -7
- package/es/schema-component/antd/upload/placeholder.d.ts +6 -0
- package/es/schema-component/antd/upload/shared.d.ts +8 -3
- package/lib/index.js +7 -7
- package/lib/locale/en-US.json +1 -0
- package/lib/locale/zh-CN.json +1 -0
- package/package.json +7 -7
package/lib/locale/en-US.json
CHANGED
|
@@ -874,6 +874,7 @@
|
|
|
874
874
|
"Move up": "Move up",
|
|
875
875
|
"Move {{title}} to": "Move {{title}} to",
|
|
876
876
|
"Multiple": "Multiple",
|
|
877
|
+
"Multiple of": "Multiple of",
|
|
877
878
|
"Multiple select": "Multiple select",
|
|
878
879
|
"Multiply by": "Multiply by",
|
|
879
880
|
"Must be 1-50 characters in length (excluding @.<>\"'/)": "Must be 1-50 characters in length (excluding @.<>\"'/)",
|
package/lib/locale/zh-CN.json
CHANGED
|
@@ -1634,6 +1634,7 @@
|
|
|
1634
1634
|
"Enable select action": "启用选择操作",
|
|
1635
1635
|
"Enable remove action": "启用移除操作",
|
|
1636
1636
|
"Multiple": "多选",
|
|
1637
|
+
"Multiple of": "多倍数",
|
|
1637
1638
|
"Custom column width": "自定义列宽度",
|
|
1638
1639
|
"The block is hidden and only visible when the UI Editor is active": "当前区块已被隐藏,仅配置状态下显示",
|
|
1639
1640
|
"The field is hidden and only visible when the UI Editor is active": "当前字段已被隐藏,仅配置状态下显示",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/client",
|
|
3
|
-
"version": "2.2.0-beta.
|
|
3
|
+
"version": "2.2.0-beta.14",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"@formily/reactive-react": "^2.2.27",
|
|
29
29
|
"@formily/shared": "^2.2.27",
|
|
30
30
|
"@formily/validator": "^2.2.27",
|
|
31
|
-
"@nocobase/client-v2": "2.2.0-beta.
|
|
32
|
-
"@nocobase/evaluators": "2.2.0-beta.
|
|
33
|
-
"@nocobase/flow-engine": "2.2.0-beta.
|
|
34
|
-
"@nocobase/sdk": "2.2.0-beta.
|
|
35
|
-
"@nocobase/utils": "2.2.0-beta.
|
|
31
|
+
"@nocobase/client-v2": "2.2.0-beta.14",
|
|
32
|
+
"@nocobase/evaluators": "2.2.0-beta.14",
|
|
33
|
+
"@nocobase/flow-engine": "2.2.0-beta.14",
|
|
34
|
+
"@nocobase/sdk": "2.2.0-beta.14",
|
|
35
|
+
"@nocobase/utils": "2.2.0-beta.14",
|
|
36
36
|
"@tanstack/react-table": "^8.21.3",
|
|
37
37
|
"@types/tabulator-tables": "^6.2.6",
|
|
38
38
|
"acorn-jsx": "^5.3.2",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"dumi": "2.2.14",
|
|
98
98
|
"dumi-theme-nocobase": "^0.2.32"
|
|
99
99
|
},
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "1ef021f3ce0a84469e40f181a19551a50b6f850c"
|
|
101
101
|
}
|