@nocobase/plugin-file-manager 2.1.0-alpha.3 → 2.1.0-alpha.30

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.
Files changed (31) hide show
  1. package/LICENSE +201 -661
  2. package/README.md +79 -10
  3. package/dist/client/index.js +1 -1
  4. package/dist/client/models/UploadActionModel.d.ts +1 -1
  5. package/dist/client/models/uploadFieldUtils.d.ts +56 -0
  6. package/dist/externalVersion.js +9 -9
  7. package/dist/locale/en-US.json +1 -0
  8. package/dist/locale/zh-CN.json +1 -0
  9. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +190 -190
  10. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
  11. package/dist/node_modules/@aws-sdk/lib-storage/dist-cjs/index.js +195 -195
  12. package/dist/node_modules/@aws-sdk/lib-storage/node_modules/buffer/index.d.ts +186 -0
  13. package/dist/node_modules/@aws-sdk/lib-storage/node_modules/buffer/index.js +1794 -0
  14. package/dist/node_modules/@aws-sdk/lib-storage/node_modules/buffer/package.json +82 -0
  15. package/dist/node_modules/@aws-sdk/lib-storage/package.json +1 -1
  16. package/dist/node_modules/ali-oss/lib/client.js +14 -14
  17. package/dist/node_modules/ali-oss/package.json +1 -1
  18. package/dist/node_modules/mime-match/index.js +1 -1
  19. package/dist/node_modules/mime-match/package.json +1 -1
  20. package/dist/node_modules/mime-types/index.js +3 -3
  21. package/dist/node_modules/mime-types/package.json +1 -1
  22. package/dist/node_modules/mkdirp/index.js +1 -1
  23. package/dist/node_modules/mkdirp/package.json +1 -1
  24. package/dist/node_modules/multer-cos/index.js +14 -14
  25. package/dist/node_modules/multer-cos/package.json +1 -1
  26. package/dist/node_modules/url-join/lib/url-join.js +1 -1
  27. package/dist/node_modules/url-join/package.json +1 -1
  28. package/dist/server/storages/local.js +7 -3
  29. package/dist/server/utils.d.ts +1 -0
  30. package/dist/server/utils.js +21 -2
  31. package/package.json +4 -3
@@ -8,25 +8,25 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.1.0-alpha.3",
11
+ "@nocobase/client": "2.1.0-alpha.30",
12
12
  "react": "18.2.0",
13
13
  "antd": "5.24.2",
14
14
  "@ant-design/icons": "5.6.1",
15
15
  "@formily/shared": "2.3.7",
16
- "lodash": "4.17.21",
16
+ "lodash": "4.18.1",
17
17
  "react-i18next": "11.18.6",
18
18
  "@formily/antd-v5": "1.2.3",
19
19
  "@formily/core": "2.3.7",
20
20
  "@formily/react": "2.3.7",
21
21
  "multer": "1.4.5-lts.2",
22
- "@nocobase/database": "2.1.0-alpha.3",
23
- "@nocobase/server": "2.1.0-alpha.3",
24
- "@nocobase/utils": "2.1.0-alpha.3",
25
- "@nocobase/test": "2.1.0-alpha.3",
26
- "@nocobase/flow-engine": "2.1.0-alpha.3",
22
+ "@nocobase/database": "2.1.0-alpha.30",
23
+ "@nocobase/server": "2.1.0-alpha.30",
24
+ "@nocobase/utils": "2.1.0-alpha.30",
25
+ "@nocobase/test": "2.1.0-alpha.30",
26
+ "@nocobase/flow-engine": "2.1.0-alpha.30",
27
27
  "@emotion/css": "11.13.0",
28
- "@nocobase/actions": "2.1.0-alpha.3",
28
+ "@nocobase/actions": "2.1.0-alpha.30",
29
29
  "sequelize": "6.35.2",
30
- "@nocobase/plugin-data-source-main": "2.1.0-alpha.3",
30
+ "@nocobase/plugin-data-source-main": "2.1.0-alpha.30",
31
31
  "axios": "1.7.7"
32
32
  };
@@ -25,6 +25,7 @@
25
25
  "File size limit": "File size limit",
26
26
  "File storage": "File storage",
27
27
  "File type allowed (in MIME type format)": "File type allowed (in MIME type format)",
28
+ "File download failed": "File download failed",
28
29
  "Filename": "Filename",
29
30
  "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.": "Files are only removed when their corresponding records in the file collection are deleted. If a record from another collection includes an associating field referencing the file collection, the file will not be deleted unless cascade deletion is enabled for that association.",
30
31
  "Keep file in storage when destroy record": "Keep file in storage when destroy record",
@@ -20,6 +20,7 @@
20
20
  "File name": "文件名",
21
21
  "File pre-process parameters": "文件预处理参数",
22
22
  "File size limit": "文件大小限制",
23
+ "File download failed": "文件下载失败",
23
24
  "File storage": "文件存储器",
24
25
  "File type allowed (in MIME type format)": "允许的文件类型(MIME 格式)",
25
26
  "File type is not supported for previewing, please <1>download it to preview</1>": "文件类型不支持预览,请<1>下载后查看</1>",