@nocobase/client 2.2.0-beta.9 → 2.3.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.
@@ -205,6 +205,7 @@
205
205
  "Block templates": "Block templates",
206
206
  "Block title": "Block title",
207
207
  "Menu linkage rules": "Menu linkage rules",
208
+ "Tab linkage rules": "Tab linkage rules",
208
209
  "Built-in flow": "Specific flow",
209
210
  "Built-in flow step": "Specific flow step",
210
211
  "Block type": "Block type",
@@ -874,6 +875,7 @@
874
875
  "Move up": "Move up",
875
876
  "Move {{title}} to": "Move {{title}} to",
876
877
  "Multiple": "Multiple",
878
+ "Multiple of": "Multiple of",
877
879
  "Multiple select": "Multiple select",
878
880
  "Multiply by": "Multiply by",
879
881
  "Must be 1-50 characters in length (excluding @.<>\"'/)": "Must be 1-50 characters in length (excluding @.<>\"'/)",
@@ -1259,6 +1261,7 @@
1259
1261
  "Set block state": "Set block state",
1260
1262
  "Set button state": "Set button state",
1261
1263
  "Set menu item state": "Set menu item state",
1264
+ "Set tab state": "Set tab state",
1262
1265
  "Set condition": "Set condition",
1263
1266
  "Set data loading mode": "Set data loading mode",
1264
1267
  "Set data scope": "Set data scope",
@@ -154,7 +154,8 @@ const languageCodes = {
154
154
  "tk-TK": { label: "Turkmen" },
155
155
  "tr-TR": { label: "T\xFCrk\xE7e" },
156
156
  "uk-UA": { label: "\u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430" },
157
- "ur-PK": { label: "O\u02BBzbekcha" },
157
+ "ur-PK": { label: "\u0627\u0631\u062F\u0648" },
158
+ "uz-UZ": { label: "O\u02BBzbekcha" },
158
159
  "vi-VN": { label: "Ti\u1EBFng Vi\u1EC7t" },
159
160
  "zh-CN": { label: "\u7B80\u4F53\u4E2D\u6587" },
160
161
  "zh-HK": { label: "\u7E41\u9AD4\u4E2D\u6587\uFF08\u9999\u6E2F\uFF09" },
@@ -205,6 +205,7 @@
205
205
  "Block templates": "区块模板",
206
206
  "Block title": "区块标题",
207
207
  "Menu linkage rules": "菜单联动规则",
208
+ "Tab linkage rules": "标签页联动规则",
208
209
  "Block type": "区块类型",
209
210
  "Blocks": "区块",
210
211
  "Blue": "拂晓蓝",
@@ -1259,6 +1260,7 @@
1259
1260
  "Set block state": "设置区块状态",
1260
1261
  "Set button state": "设置按钮状态",
1261
1262
  "Set menu item state": "设置菜单项状态",
1263
+ "Set tab state": "设置标签页状态",
1262
1264
  "Set condition": "设置条件",
1263
1265
  "Set data loading mode": "设置数据加载方式",
1264
1266
  "Set data scope": "设置数据范围",
@@ -1634,6 +1636,7 @@
1634
1636
  "Enable select action": "启用选择操作",
1635
1637
  "Enable remove action": "启用移除操作",
1636
1638
  "Multiple": "多选",
1639
+ "Multiple of": "多倍数",
1637
1640
  "Custom column width": "自定义列宽度",
1638
1641
  "The block is hidden and only visible when the UI Editor is active": "当前区块已被隐藏,仅配置状态下显示",
1639
1642
  "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.9",
3
+ "version": "2.3.0-alpha.1",
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.9",
32
- "@nocobase/evaluators": "2.2.0-beta.9",
33
- "@nocobase/flow-engine": "2.2.0-beta.9",
34
- "@nocobase/sdk": "2.2.0-beta.9",
35
- "@nocobase/utils": "2.2.0-beta.9",
31
+ "@nocobase/client-v2": "2.3.0-alpha.1",
32
+ "@nocobase/evaluators": "2.3.0-alpha.1",
33
+ "@nocobase/flow-engine": "2.3.0-alpha.1",
34
+ "@nocobase/sdk": "2.3.0-alpha.1",
35
+ "@nocobase/utils": "2.3.0-alpha.1",
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": "60e3d7abbaa0c7cead76f71a4f3d5eedb6b8acdb"
100
+ "gitHead": "2377df8ceb12549149017f7f14a61207bf6e49a2"
101
101
  }