@tachybase/plugin-action-bulk-edit 1.6.51 → 1.6.52
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 +1 -1
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-action-bulk-edit",
|
|
3
3
|
"displayName": "Action: Batch edit",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.52",
|
|
5
5
|
"description": "Batch edit all records or selected records.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Actions"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"lodash": "4.17.21",
|
|
29
29
|
"react-i18next": "16.2.1",
|
|
30
30
|
"react-router-dom": "6.28.1",
|
|
31
|
-
"@tachybase/client": "1.6.
|
|
31
|
+
"@tachybase/client": "1.6.52"
|
|
32
32
|
},
|
|
33
33
|
"description.zh-CN": "对全部数据或选中的数据进行批量编辑。",
|
|
34
34
|
"displayName.zh-CN": "操作:批量编辑",
|