@nocobase/plugin-block-workbench 2.0.56 → 2.0.58
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/dist/externalVersion.js
CHANGED
|
@@ -11,14 +11,14 @@ module.exports = {
|
|
|
11
11
|
"@formily/react": "2.3.7",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"react-i18next": "11.18.6",
|
|
14
|
-
"@nocobase/client": "2.0.
|
|
14
|
+
"@nocobase/client": "2.0.58",
|
|
15
15
|
"@emotion/css": "11.13.0",
|
|
16
16
|
"antd": "5.24.2",
|
|
17
17
|
"antd-style": "3.7.1",
|
|
18
|
-
"@nocobase/server": "2.0.
|
|
19
|
-
"@nocobase/flow-engine": "2.0.
|
|
18
|
+
"@nocobase/server": "2.0.58",
|
|
19
|
+
"@nocobase/flow-engine": "2.0.58",
|
|
20
20
|
"@ant-design/icons": "5.6.1",
|
|
21
|
-
"@nocobase/plugin-mobile": "2.0.
|
|
21
|
+
"@nocobase/plugin-mobile": "2.0.58",
|
|
22
22
|
"react-router-dom": "6.30.1",
|
|
23
23
|
"react-dom": "18.2.0"
|
|
24
24
|
};
|
package/dist/locale/en-US.json
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"Scan QR code": "Scan QR code",
|
|
20
20
|
"Scan QR code action settings": "Scan QR code action settings",
|
|
21
21
|
"The image size is too large. Please compress it to below 1MB before uploading": "The image size is too large. Please compress it to below 1MB before uploading",
|
|
22
|
+
"The image size is too large. Please compress it to below 10MB before uploading": "The image size is too large. Please compress it to below 10MB before uploading",
|
|
22
23
|
"Unknown error": "Unknown error",
|
|
23
24
|
"You have not granted permission to use the camera": "You have not granted permission to use the camera"
|
|
24
|
-
}
|
|
25
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"Scan QR code": "扫描二维码",
|
|
20
20
|
"Scan QR code action settings": "扫码按钮设置",
|
|
21
21
|
"The image size is too large. Please compress it to below 1MB before uploading": "图片尺寸过大,请压缩到1MB以下上传",
|
|
22
|
+
"The image size is too large. Please compress it to below 10MB before uploading": "图片尺寸过大,请压缩到10MB以下上传",
|
|
22
23
|
"Unknown error": "未知错误",
|
|
23
24
|
"You have not granted permission to use the camera": "您未授权使用摄像头",
|
|
24
25
|
"Ellipsis action title": "省略超出长度的操作标题"
|
|
25
|
-
}
|
|
26
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-block-workbench",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.58",
|
|
4
4
|
"displayName": "Block: Action panel",
|
|
5
5
|
"displayName.ru-RU": "Блок: Панель действий",
|
|
6
6
|
"displayName.zh-CN": "区块:操作面板",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"Blocks"
|
|
25
25
|
],
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "158b99ec4f71555fc5125f61cfcf357763994da0"
|
|
28
28
|
}
|