sealday
2ce5e78aa7
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1472
22 lines
610 B
JSON
22 lines
610 B
JSON
{
|
|
"name": "@tachybase/plugin-action-print",
|
|
"displayName": "Action: Print",
|
|
"version": "0.21.84",
|
|
"description": "Calls the browser's print function to print a record.",
|
|
"keywords": [
|
|
"Actions"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "dist/server/index.js",
|
|
"devDependencies": {
|
|
"react-to-print": "^2.14.7"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*"
|
|
},
|
|
"description.zh-CN": "调用浏览器的打印功能实现单条数据的打印。",
|
|
"displayName.zh-CN": "操作:打印"
|
|
}
|