nocobase/packages/plugins/file-manager/package.json

30 lines
815 B
JSON
Raw Normal View History

2020-10-24 07:34:43 +00:00
{
"name": "@nocobase/plugin-file-manager",
"version": "0.9.1-alpha.2",
2023-01-11 03:58:47 +00:00
"description": "",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@aws-sdk/client-s3": "^3.245.0",
"@koa/multer": "^3.0.0",
feat: support file collection (#1636) * feat: support to add File collection * feat: support to upload files * refactor: rename 'ReadPretty.Attachment' to 'ReadPretty.File' * feat: support to associate the File collection * refactor: add Preview and replace Upload.Selector * fix(Preview): fix some problems in ReadPretty mode * feat: use 'preview' as a default title field * feat: support only local storage now * fix: should not show 'Add new' button * chore: add default value for file storage * fix: fix preview field of file collection cannot be displayed normally * fix: only Table and Details can display File collection * chore: translate * refactor: migration to plugin from core * refactor: change 'preview' to 'url' * fix: only 'belongsTo' and 'belongsToMany' can linked file collection * fix: fix storage and add a field called storage in file collection * feat: add 'deletable' to configure the visibility of the delete button * fix: fix can't upload attachment problem * fix: remove more option * fix: can't use preview to filter * fix: remove Import action option * refactor: remove useless code * chore: optimize condition * chore: remove comment * test: windows compatible * refactor: optimize upload * fix: upload action * fix: createAction * fix: uploads * fix: file collection cannot be inherited by other collections * fix: url should be editable * fix: url is filterable * fix: use input interface for url field * fix: fix error * fix: remove subform * Revert "chore: translate" This reverts commit 53cd346dab8cbee0c52a9da3cf83a99dff2def34. * refactor: move translation to plugin * fix: title is editable * fix: collection?.template === 'file' * fix: fix order of URL * fix(collection-manager): allow collectionCategories:list * chore: add translation * fix(upload): should enable to use drawer * refactor: move code to plugin --------- Co-authored-by: chenos <chenlinxh@gmail.com>
2023-04-06 04:43:40 +00:00
"@nocobase/actions": "0.9.1-alpha.2",
"@nocobase/client": "0.9.1-alpha.2",
"@nocobase/server": "0.9.1-alpha.2",
"cos-nodejs-sdk-v5": "^2.11.14",
"koa-static": "^5.0.0",
"mime-match": "^1.0.2",
"mkdirp": "~0.5.4",
"multer": "^1.4.2",
"multer-aliyun-oss": "2.1.1",
"multer-cos": "^1.0.3",
2023-03-21 07:01:02 +00:00
"multer-s3": "^3.0.1"
},
"devDependencies": {
"@nocobase/test": "0.9.1-alpha.2",
2021-12-07 11:40:30 +00:00
"@types/koa-multer": "^1.0.1",
"@types/multer": "^1.4.5"
2021-04-07 02:41:06 +00:00
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
2020-10-24 07:34:43 +00:00
}