@nocobase/client 2.2.0-beta.14 → 2.2.0-beta.15

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",
@@ -1260,6 +1261,7 @@
1260
1261
  "Set block state": "Set block state",
1261
1262
  "Set button state": "Set button state",
1262
1263
  "Set menu item state": "Set menu item state",
1264
+ "Set tab state": "Set tab state",
1263
1265
  "Set condition": "Set condition",
1264
1266
  "Set data loading mode": "Set data loading mode",
1265
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": "设置数据范围",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client",
3
- "version": "2.2.0-beta.14",
3
+ "version": "2.2.0-beta.15",
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.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",
31
+ "@nocobase/client-v2": "2.2.0-beta.15",
32
+ "@nocobase/evaluators": "2.2.0-beta.15",
33
+ "@nocobase/flow-engine": "2.2.0-beta.15",
34
+ "@nocobase/sdk": "2.2.0-beta.15",
35
+ "@nocobase/utils": "2.2.0-beta.15",
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": "1ef021f3ce0a84469e40f181a19551a50b6f850c"
100
+ "gitHead": "4c471f6b7d26adc412b2cc1d91264572296ca873"
101
101
  }