Files
nocobase/packages/plugins/@nocobase/plugin-action-bulk-update/package.json
T
Katherine c83d21ec67 feat: migrate frontend v2 plugins (fields & actions) (#9378)
* feat: bulk edit action client v2

* feat: bulk update& custom request action client v2

* feat: duplicate action client v2

* fix: bug

* fix: plugin build error

* feat: export action client v2

* feat: import  action client v2

* fix: plugin build error

(cherry picked from commit 3fa3ccff20)

* feat: field attachementUrl

* fix: client test

* feat: wip file manager plugin

* fix: theme style

* feat: attachmentUrl client-v2

* fix: build error

* feat: field code client v2

* feat: update environment-variables plugin

* feat: rm unused files

* fix: build error

* feat: update file

* fix: plugin build error

* fix:  validation bug

* refactor: adjust the file organization of clientV2

* refactor: file-manager

* fix: build error

* fix: build error

* fix: bug

* fix: build error

* fix: build error

* feat: markdown vditor client-v2

---------

Co-authored-by: PiEgg <marksz@teamsz.xyz>
2026-05-13 15:17:08 +08:00

33 lines
1.1 KiB
JSON

{
"name": "@nocobase/plugin-action-bulk-update",
"version": "2.1.0-beta.32",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/action-bulk-update",
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/action-bulk-update",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-bulk-update",
"displayName": "Action: Batch update",
"displayName.ru-RU": "Действие: Массовое обновление",
"displayName.zh-CN": "操作:批量更新",
"description": "Batch update all records or selected records.",
"description.ru-RU": "Массовое обновление всех или только выбранных записей.",
"description.zh-CN": "对全部数据或选中的数据进行批量更新。",
"license": "Apache-2.0",
"nocobase": {
"supportedVersions": [
"1.x",
"2.x"
],
"editionLevel": 0
},
"peerDependencies": {
"@nocobase/client": "2.x",
"@nocobase/client-v2": "2.x",
"@nocobase/server": "2.x",
"@nocobase/test": "2.x"
},
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
"keywords": [
"Actions"
]
}