2023-12-16 21:59:33 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-action-bulk-edit",
|
2024-02-22 23:13:31 +08:00
|
|
|
"displayName": "Action: Batch edit",
|
2024-04-11 00:06:27 +08:00
|
|
|
"version": "0.21.6",
|
2024-02-22 23:13:31 +08:00
|
|
|
"description": "Batch edit all records or selected records.",
|
2024-04-01 13:39:44 +08:00
|
|
|
"keywords": [
|
|
|
|
"Actions"
|
|
|
|
],
|
|
|
|
"homepage": "https://docs.nocobase.com/handbook/action-bulk-edit",
|
2023-12-16 21:59:33 +08:00
|
|
|
"license": "AGPL-3.0",
|
2024-04-01 13:39:44 +08:00
|
|
|
"main": "dist/server/index.js",
|
|
|
|
"devDependencies": {
|
2024-04-02 18:13:33 +08:00
|
|
|
"@ant-design/icons": "^5.3.6",
|
2024-04-01 13:39:44 +08:00
|
|
|
"@emotion/css": "^11.7.1",
|
|
|
|
"@formily/antd-v5": "^1.1.9",
|
2024-04-02 18:13:33 +08:00
|
|
|
"@nocobase/schema": "workspace:*",
|
2024-04-10 16:14:26 +08:00
|
|
|
"antd": "5.16.1",
|
2024-04-01 13:39:44 +08:00
|
|
|
"lodash": "4.17.21",
|
|
|
|
"react-i18next": "^11.15.1",
|
|
|
|
"react-router-dom": "^6.11.2"
|
|
|
|
},
|
2023-12-16 21:59:33 +08:00
|
|
|
"peerDependencies": {
|
2024-04-01 13:39:44 +08:00
|
|
|
"@nocobase/client": "workspace:*",
|
|
|
|
"@nocobase/server": "workspace:*",
|
|
|
|
"@nocobase/test": "workspace:*",
|
|
|
|
"@nocobase/utils": "workspace:*"
|
2023-12-29 15:49:02 +08:00
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
"description.zh-CN": "对全部数据或选中的数据进行批量编辑。",
|
|
|
|
"displayName.zh-CN": "操作:批量编辑",
|
2024-03-04 23:02:29 +08:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
2024-04-01 13:39:44 +08:00
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-bulk-edit"
|
2023-12-16 21:59:33 +08:00
|
|
|
}
|