@nocobase/plugin-file-manager 0.11.1-alpha.5 → 0.12.0-alpha.2

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 (647) hide show
  1. package/client.d.ts +2 -3
  2. package/client.js +1 -1
  3. package/dist/client/index.js +979 -0
  4. package/{lib → dist}/index.d.ts +1 -0
  5. package/dist/index.js +18 -0
  6. package/dist/locale/en-US.js +25 -0
  7. package/dist/locale/fr-FR.js +25 -0
  8. package/dist/locale/ja-JP.js +22 -0
  9. package/dist/locale/ru-RU.js +22 -0
  10. package/dist/locale/tr-TR.js +21 -0
  11. package/dist/locale/zh-CN.js +35 -0
  12. package/dist/node_modules/@aws-sdk/client-s3/LICENSE +201 -0
  13. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js +197 -0
  14. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js +48 -0
  15. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js +52 -0
  16. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js +57 -0
  17. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js +57 -0
  18. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js +55 -0
  19. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js +55 -0
  20. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +52 -0
  21. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js +52 -0
  22. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js +52 -0
  23. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js +52 -0
  24. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +52 -0
  25. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +52 -0
  26. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js +52 -0
  27. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +52 -0
  28. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +52 -0
  29. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js +52 -0
  30. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js +52 -0
  31. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js +52 -0
  32. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js +52 -0
  33. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js +52 -0
  34. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js +52 -0
  35. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js +58 -0
  36. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js +52 -0
  37. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +52 -0
  38. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js +52 -0
  39. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +52 -0
  40. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js +52 -0
  41. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js +53 -0
  42. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +52 -0
  43. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +53 -0
  44. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +52 -0
  45. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js +52 -0
  46. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js +52 -0
  47. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +52 -0
  48. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +52 -0
  49. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +52 -0
  50. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js +52 -0
  51. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js +52 -0
  52. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js +52 -0
  53. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js +52 -0
  54. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js +52 -0
  55. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js +52 -0
  56. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js +52 -0
  57. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js +52 -0
  58. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js +55 -0
  59. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js +62 -0
  60. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js +52 -0
  61. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js +52 -0
  62. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js +52 -0
  63. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js +52 -0
  64. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js +53 -0
  65. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js +52 -0
  66. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js +52 -0
  67. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js +55 -0
  68. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +52 -0
  69. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +52 -0
  70. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +53 -0
  71. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +52 -0
  72. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js +51 -0
  73. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js +52 -0
  74. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js +52 -0
  75. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js +52 -0
  76. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js +52 -0
  77. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js +55 -0
  78. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +58 -0
  79. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js +58 -0
  80. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +52 -0
  81. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js +58 -0
  82. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js +59 -0
  83. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +52 -0
  84. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +53 -0
  85. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +58 -0
  86. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js +58 -0
  87. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +52 -0
  88. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +52 -0
  89. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +54 -0
  90. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js +58 -0
  91. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js +58 -0
  92. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js +58 -0
  93. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js +58 -0
  94. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js +58 -0
  95. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js +58 -0
  96. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js +58 -0
  97. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js +63 -0
  98. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js +58 -0
  99. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js +58 -0
  100. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js +58 -0
  101. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js +58 -0
  102. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js +58 -0
  103. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js +59 -0
  104. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js +55 -0
  105. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js +61 -0
  106. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js +57 -0
  107. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js +53 -0
  108. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js +96 -0
  109. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js +15 -0
  110. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +12 -0
  111. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +7 -0
  112. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +31 -0
  113. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
  114. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/index.js +5 -0
  115. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js +629 -0
  116. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js +139 -0
  117. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/Interfaces.js +2 -0
  118. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListObjectsV2Paginator.js +29 -0
  119. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListPartsPaginator.js +29 -0
  120. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js +6 -0
  121. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js +9691 -0
  122. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +47 -0
  123. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +56 -0
  124. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.native.js +15 -0
  125. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +28 -0
  126. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/index.js +7 -0
  127. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketExists.js +31 -0
  128. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketNotExists.js +30 -0
  129. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectExists.js +31 -0
  130. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectNotExists.js +30 -0
  131. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +193 -0
  132. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +44 -0
  133. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +48 -0
  134. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +53 -0
  135. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +53 -0
  136. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +51 -0
  137. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +51 -0
  138. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +48 -0
  139. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +48 -0
  140. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +48 -0
  141. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +48 -0
  142. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +48 -0
  143. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +48 -0
  144. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +48 -0
  145. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +48 -0
  146. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +48 -0
  147. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +48 -0
  148. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +48 -0
  149. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +48 -0
  150. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +48 -0
  151. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +48 -0
  152. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +48 -0
  153. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +54 -0
  154. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +48 -0
  155. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +48 -0
  156. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +48 -0
  157. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +48 -0
  158. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +48 -0
  159. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +49 -0
  160. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +48 -0
  161. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +49 -0
  162. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +48 -0
  163. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +48 -0
  164. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +48 -0
  165. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +48 -0
  166. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +48 -0
  167. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +48 -0
  168. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +48 -0
  169. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +48 -0
  170. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +48 -0
  171. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +48 -0
  172. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +48 -0
  173. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +48 -0
  174. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +48 -0
  175. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +48 -0
  176. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +51 -0
  177. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +58 -0
  178. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +48 -0
  179. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +48 -0
  180. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +48 -0
  181. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +48 -0
  182. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +49 -0
  183. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +48 -0
  184. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +48 -0
  185. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +51 -0
  186. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +48 -0
  187. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +48 -0
  188. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +49 -0
  189. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +48 -0
  190. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +47 -0
  191. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +48 -0
  192. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +48 -0
  193. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +48 -0
  194. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +48 -0
  195. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +51 -0
  196. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +54 -0
  197. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +54 -0
  198. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +48 -0
  199. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +54 -0
  200. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +55 -0
  201. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +48 -0
  202. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +49 -0
  203. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +54 -0
  204. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +54 -0
  205. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +48 -0
  206. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +48 -0
  207. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +50 -0
  208. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +54 -0
  209. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +54 -0
  210. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +54 -0
  211. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +54 -0
  212. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +54 -0
  213. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +54 -0
  214. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +54 -0
  215. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +59 -0
  216. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +54 -0
  217. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +54 -0
  218. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +54 -0
  219. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +54 -0
  220. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +54 -0
  221. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +55 -0
  222. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +51 -0
  223. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +57 -0
  224. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +53 -0
  225. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +49 -0
  226. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +93 -0
  227. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +11 -0
  228. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +8 -0
  229. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +4 -0
  230. package/dist/node_modules/@aws-sdk/client-s3/dist-es/index.js +7 -0
  231. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/S3ServiceException.js +8 -0
  232. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/index.js +2 -0
  233. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +589 -0
  234. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +122 -0
  235. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/Interfaces.js +1 -0
  236. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListObjectsV2Paginator.js +25 -0
  237. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListPartsPaginator.js +25 -0
  238. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +3 -0
  239. package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +9499 -0
  240. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +42 -0
  241. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +51 -0
  242. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.native.js +11 -0
  243. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +24 -0
  244. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/index.js +4 -0
  245. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +26 -0
  246. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +25 -0
  247. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +26 -0
  248. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +25 -0
  249. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +661 -0
  250. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +299 -0
  251. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +131 -0
  252. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +260 -0
  253. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +370 -0
  254. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +213 -0
  255. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +427 -0
  256. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +100 -0
  257. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +97 -0
  258. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +103 -0
  259. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +94 -0
  260. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +93 -0
  261. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +98 -0
  262. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +105 -0
  263. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +106 -0
  264. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +90 -0
  265. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +115 -0
  266. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +107 -0
  267. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +99 -0
  268. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +106 -0
  269. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +130 -0
  270. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +130 -0
  271. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +229 -0
  272. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +99 -0
  273. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +100 -0
  274. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +114 -0
  275. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +133 -0
  276. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +144 -0
  277. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +105 -0
  278. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +120 -0
  279. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +128 -0
  280. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +207 -0
  281. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +115 -0
  282. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +103 -0
  283. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +127 -0
  284. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +153 -0
  285. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +98 -0
  286. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +120 -0
  287. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +104 -0
  288. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +194 -0
  289. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +100 -0
  290. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +133 -0
  291. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +114 -0
  292. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +138 -0
  293. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +188 -0
  294. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +263 -0
  295. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +351 -0
  296. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +89 -0
  297. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +93 -0
  298. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +90 -0
  299. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +162 -0
  300. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +105 -0
  301. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +115 -0
  302. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +106 -0
  303. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +267 -0
  304. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +146 -0
  305. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +125 -0
  306. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +141 -0
  307. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +135 -0
  308. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +114 -0
  309. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +258 -0
  310. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +213 -0
  311. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +195 -0
  312. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +197 -0
  313. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +201 -0
  314. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +114 -0
  315. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +302 -0
  316. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +206 -0
  317. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +192 -0
  318. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +119 -0
  319. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +151 -0
  320. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +184 -0
  321. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +248 -0
  322. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +200 -0
  323. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +140 -0
  324. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +205 -0
  325. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +98 -0
  326. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +118 -0
  327. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +227 -0
  328. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +108 -0
  329. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +179 -0
  330. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +134 -0
  331. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +242 -0
  332. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +303 -0
  333. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +366 -0
  334. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +85 -0
  335. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +107 -0
  336. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +88 -0
  337. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +205 -0
  338. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +116 -0
  339. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +439 -0
  340. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +247 -0
  341. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +249 -0
  342. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +320 -0
  343. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +152 -0
  344. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +93 -0
  345. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +32 -0
  346. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/endpointResolver.d.ts +5 -0
  347. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/ruleset.d.ts +2 -0
  348. package/dist/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +12 -0
  349. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +13 -0
  350. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts +2 -0
  351. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +10348 -0
  352. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +1764 -0
  353. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts +8 -0
  354. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +7 -0
  355. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +7 -0
  356. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +3 -0
  357. package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +839 -0
  358. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +54 -0
  359. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +54 -0
  360. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +53 -0
  361. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +25 -0
  362. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +1646 -0
  363. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +693 -0
  364. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +42 -0
  365. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +42 -0
  366. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +35 -0
  367. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +35 -0
  368. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +42 -0
  369. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +38 -0
  370. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +33 -0
  371. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +33 -0
  372. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +37 -0
  373. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +38 -0
  374. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +38 -0
  375. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +37 -0
  376. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +38 -0
  377. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +38 -0
  378. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +34 -0
  379. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +38 -0
  380. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +34 -0
  381. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +34 -0
  382. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +35 -0
  383. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +39 -0
  384. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +35 -0
  385. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +38 -0
  386. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +42 -0
  387. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +35 -0
  388. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +42 -0
  389. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +35 -0
  390. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +39 -0
  391. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +42 -0
  392. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +42 -0
  393. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +42 -0
  394. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +39 -0
  395. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +38 -0
  396. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +42 -0
  397. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +42 -0
  398. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +42 -0
  399. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +38 -0
  400. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +42 -0
  401. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +42 -0
  402. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +42 -0
  403. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +38 -0
  404. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +39 -0
  405. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +38 -0
  406. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +35 -0
  407. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +39 -0
  408. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +36 -0
  409. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +39 -0
  410. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +42 -0
  411. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +39 -0
  412. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +38 -0
  413. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +39 -0
  414. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +42 -0
  415. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +33 -0
  416. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +35 -0
  417. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +42 -0
  418. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +42 -0
  419. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +42 -0
  420. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +42 -0
  421. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +35 -0
  422. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +42 -0
  423. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +39 -0
  424. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +35 -0
  425. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +35 -0
  426. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +35 -0
  427. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +38 -0
  428. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +33 -0
  429. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +38 -0
  430. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +33 -0
  431. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +34 -0
  432. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +38 -0
  433. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +38 -0
  434. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +38 -0
  435. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +33 -0
  436. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +38 -0
  437. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +38 -0
  438. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +38 -0
  439. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +33 -0
  440. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +37 -0
  441. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +38 -0
  442. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +33 -0
  443. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +34 -0
  444. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +33 -0
  445. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +35 -0
  446. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +41 -0
  447. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +39 -0
  448. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +42 -0
  449. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +39 -0
  450. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +38 -0
  451. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +37 -0
  452. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +35 -0
  453. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +39 -0
  454. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +41 -0
  455. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +38 -0
  456. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +43 -0
  457. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +93 -0
  458. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +46 -0
  459. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  460. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  461. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +7 -0
  462. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +8 -0
  463. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +2 -0
  464. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2211 -0
  465. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +460 -0
  466. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
  467. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListObjectsV2Paginator.d.ts +11 -0
  468. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +11 -0
  469. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +3 -0
  470. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +1125 -0
  471. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +115 -0
  472. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +115 -0
  473. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +100 -0
  474. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +33 -0
  475. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/index.d.ts +4 -0
  476. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +11 -0
  477. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +11 -0
  478. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +11 -0
  479. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +11 -0
  480. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/index.d.ts +4 -0
  481. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +14 -0
  482. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +14 -0
  483. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +14 -0
  484. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +14 -0
  485. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -0
  486. package/dist/node_modules/mime-match/.travis.yml +11 -0
  487. package/dist/node_modules/mime-match/example.js +17 -0
  488. package/dist/node_modules/mime-match/index.js +1 -0
  489. package/dist/node_modules/mime-match/package.json +1 -0
  490. package/dist/node_modules/mime-match/test.js +45 -0
  491. package/dist/node_modules/mkdirp/LICENSE +21 -0
  492. package/dist/node_modules/mkdirp/bin/cmd.js +33 -0
  493. package/dist/node_modules/mkdirp/bin/usage.txt +12 -0
  494. package/dist/node_modules/mkdirp/index.js +1 -0
  495. package/dist/node_modules/mkdirp/package.json +1 -0
  496. package/dist/node_modules/mkdirp/readme.markdown +100 -0
  497. package/dist/node_modules/multer-aliyun-oss/bridge.js +1010 -0
  498. package/dist/node_modules/multer-aliyun-oss/events.js +977 -0
  499. package/dist/node_modules/multer-aliyun-oss/index.js +166 -0
  500. package/dist/node_modules/multer-aliyun-oss/package.json +1 -0
  501. package/dist/node_modules/multer-aliyun-oss/setup-node-sandbox.js +461 -0
  502. package/dist/node_modules/multer-aliyun-oss/setup-sandbox.js +545 -0
  503. package/dist/node_modules/multer-cos/LICENSE +24 -0
  504. package/dist/node_modules/multer-cos/demo/index.js +39 -0
  505. package/dist/node_modules/multer-cos/demo/myMulter.js +88 -0
  506. package/dist/node_modules/multer-cos/index.js +220 -0
  507. package/dist/node_modules/multer-cos/package.json +1 -0
  508. package/dist/node_modules/multer-s3/.gitattributes +1 -0
  509. package/dist/node_modules/multer-s3/.travis.yml +6 -0
  510. package/dist/node_modules/multer-s3/LICENSE +22 -0
  511. package/dist/node_modules/multer-s3/index.js +35 -0
  512. package/dist/node_modules/multer-s3/package.json +1 -0
  513. package/dist/node_modules/multer-s3/test/basic.js +293 -0
  514. package/dist/node_modules/multer-s3/test/files/a.txt +1 -0
  515. package/dist/node_modules/multer-s3/test/files/test.svg +3 -0
  516. package/dist/node_modules/multer-s3/test/files/test2.svg +9 -0
  517. package/dist/node_modules/multer-s3/test/util/mock-s3.js +17 -0
  518. package/dist/server/actions/attachments.js +173 -0
  519. package/dist/server/actions/index.js +16 -0
  520. package/dist/server/collections/attachments.js +67 -0
  521. package/dist/server/collections/storages.js +67 -0
  522. package/dist/server/constants.js +17 -0
  523. package/dist/server/index.js +23 -0
  524. package/dist/server/rules/index.js +14 -0
  525. package/dist/server/rules/mimetype.js +13 -0
  526. package/dist/server/server.js +75 -0
  527. package/{src/server/storages/ali-oss.ts → dist/server/storages/ali-oss.js} +17 -14
  528. package/dist/server/storages/index.js +30 -0
  529. package/dist/server/storages/local.js +148 -0
  530. package/{src/server/storages/s3.ts → dist/server/storages/s3.js} +26 -26
  531. package/dist/server/storages/tx-cos.js +44 -0
  532. package/dist/server/utils.js +26 -0
  533. package/package.json +21 -32
  534. package/server.d.ts +2 -3
  535. package/server.js +1 -1
  536. package/lib/client/FileManagerProvider.js +0 -94
  537. package/lib/client/FileStorage.js +0 -41
  538. package/lib/client/StorageOptions.js +0 -181
  539. package/lib/client/hooks/index.js +0 -16
  540. package/lib/client/hooks/useUploadFiles.js +0 -78
  541. package/lib/client/index.js +0 -27
  542. package/lib/client/initializers/UploadActionInitializer.js +0 -67
  543. package/lib/client/initializers/index.js +0 -16
  544. package/lib/client/interfaces/attachment.js +0 -139
  545. package/lib/client/locale/index.js +0 -19
  546. package/lib/client/schemas/storage.js +0 -408
  547. package/lib/client/templates/file.js +0 -164
  548. package/lib/client/templates/index.js +0 -16
  549. package/lib/index.js +0 -13
  550. package/lib/locale/en-US.js +0 -28
  551. package/lib/locale/fr-FR.js +0 -28
  552. package/lib/locale/ja-JP.js +0 -25
  553. package/lib/locale/ru-RU.js +0 -25
  554. package/lib/locale/tr-TR.js +0 -24
  555. package/lib/locale/zh-CN.js +0 -38
  556. package/lib/server/actions/attachments.js +0 -211
  557. package/lib/server/actions/index.js +0 -22
  558. package/lib/server/collections/attachments.js +0 -61
  559. package/lib/server/collections/storages.js +0 -61
  560. package/lib/server/constants.js +0 -20
  561. package/lib/server/index.js +0 -26
  562. package/lib/server/rules/index.js +0 -13
  563. package/lib/server/rules/mimetype.js +0 -17
  564. package/lib/server/server.js +0 -105
  565. package/lib/server/storages/ali-oss.js +0 -44
  566. package/lib/server/storages/index.js +0 -30
  567. package/lib/server/storages/local.js +0 -233
  568. package/lib/server/storages/s3.js +0 -86
  569. package/lib/server/storages/tx-cos.js +0 -58
  570. package/lib/server/utils.js +0 -36
  571. package/src/client/FileManagerProvider.tsx +0 -84
  572. package/src/client/FileStorage.tsx +0 -15
  573. package/src/client/StorageOptions.tsx +0 -146
  574. package/src/client/hooks/index.ts +0 -1
  575. package/src/client/hooks/useUploadFiles.ts +0 -55
  576. package/src/client/index.tsx +0 -10
  577. package/src/client/initializers/UploadActionInitializer.tsx +0 -42
  578. package/src/client/initializers/index.ts +0 -1
  579. package/src/client/interfaces/attachment.ts +0 -116
  580. package/src/client/locale/index.ts +0 -7
  581. package/src/client/schemas/storage.ts +0 -391
  582. package/src/client/templates/file.ts +0 -154
  583. package/src/client/templates/index.ts +0 -1
  584. package/src/index.ts +0 -1
  585. package/src/locale/en-US.ts +0 -21
  586. package/src/locale/fr-FR.ts +0 -21
  587. package/src/locale/ja-JP.ts +0 -18
  588. package/src/locale/ru-RU.ts +0 -18
  589. package/src/locale/tr-TR.ts +0 -17
  590. package/src/locale/zh-CN.ts +0 -31
  591. package/src/server/__tests__/action.test.ts +0 -332
  592. package/src/server/__tests__/attachment.test.ts +0 -50
  593. package/src/server/__tests__/files/image.jpg +0 -0
  594. package/src/server/__tests__/files/image.png +0 -0
  595. package/src/server/__tests__/files/text.txt +0 -1
  596. package/src/server/__tests__/index.ts +0 -34
  597. package/src/server/__tests__/storages/ali-oss.test.ts +0 -127
  598. package/src/server/__tests__/storages/s3.test.ts +0 -126
  599. package/src/server/__tests__/storages/tx-cos.test.ts +0 -69
  600. package/src/server/__tests__/tables/users.ts +0 -26
  601. package/src/server/actions/attachments.ts +0 -175
  602. package/src/server/actions/index.ts +0 -9
  603. package/src/server/collections/attachments.ts +0 -65
  604. package/src/server/collections/storages.ts +0 -65
  605. package/src/server/constants.ts +0 -8
  606. package/src/server/index.ts +0 -2
  607. package/src/server/rules/index.ts +0 -3
  608. package/src/server/rules/mimetype.ts +0 -5
  609. package/src/server/server.ts +0 -79
  610. package/src/server/storages/index.ts +0 -46
  611. package/src/server/storages/local.ts +0 -167
  612. package/src/server/storages/tx-cos.ts +0 -42
  613. package/src/server/utils.ts +0 -17
  614. /package/{lib → dist}/client/FileManagerProvider.d.ts +0 -0
  615. /package/{lib → dist}/client/FileStorage.d.ts +0 -0
  616. /package/{lib → dist}/client/StorageOptions.d.ts +0 -0
  617. /package/{lib → dist}/client/hooks/index.d.ts +0 -0
  618. /package/{lib → dist}/client/hooks/useUploadFiles.d.ts +0 -0
  619. /package/{lib → dist}/client/index.d.ts +0 -0
  620. /package/{lib → dist}/client/initializers/UploadActionInitializer.d.ts +0 -0
  621. /package/{lib → dist}/client/initializers/index.d.ts +0 -0
  622. /package/{lib → dist}/client/interfaces/attachment.d.ts +0 -0
  623. /package/{lib → dist}/client/locale/index.d.ts +0 -0
  624. /package/{lib → dist}/client/schemas/storage.d.ts +0 -0
  625. /package/{lib → dist}/client/templates/file.d.ts +0 -0
  626. /package/{lib → dist}/client/templates/index.d.ts +0 -0
  627. /package/{lib → dist}/locale/en-US.d.ts +0 -0
  628. /package/{lib → dist}/locale/fr-FR.d.ts +0 -0
  629. /package/{lib → dist}/locale/ja-JP.d.ts +0 -0
  630. /package/{lib → dist}/locale/ru-RU.d.ts +0 -0
  631. /package/{lib → dist}/locale/tr-TR.d.ts +0 -0
  632. /package/{lib → dist}/locale/zh-CN.d.ts +0 -0
  633. /package/{lib → dist}/server/actions/attachments.d.ts +0 -0
  634. /package/{lib → dist}/server/actions/index.d.ts +0 -0
  635. /package/{lib → dist}/server/collections/attachments.d.ts +0 -0
  636. /package/{lib → dist}/server/collections/storages.d.ts +0 -0
  637. /package/{lib → dist}/server/constants.d.ts +0 -0
  638. /package/{lib → dist}/server/index.d.ts +0 -0
  639. /package/{lib → dist}/server/rules/index.d.ts +0 -0
  640. /package/{lib → dist}/server/rules/mimetype.d.ts +0 -0
  641. /package/{lib → dist}/server/server.d.ts +0 -0
  642. /package/{lib → dist}/server/storages/ali-oss.d.ts +0 -0
  643. /package/{lib → dist}/server/storages/index.d.ts +0 -0
  644. /package/{lib → dist}/server/storages/local.d.ts +0 -0
  645. /package/{lib → dist}/server/storages/s3.d.ts +0 -0
  646. /package/{lib → dist}/server/storages/tx-cos.d.ts +0 -0
  647. /package/{lib → dist}/server/utils.d.ts +0 -0
@@ -0,0 +1,979 @@
1
+ (function(global, factory) {
2
+ typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("@nocobase/client"), require("react"), require("@nocobase/utils/client"), require("antd"), require("@formily/antd-v5"), require("@formily/react"), require("react-i18next"), require("@formily/shared")) : typeof define === "function" && define.amd ? define(["exports", "@nocobase/client", "react", "@nocobase/utils/client", "antd", "@formily/antd-v5", "@formily/react", "react-i18next", "@formily/shared"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global["@nocobase/plugin-file-manager"] = {}, global["@nocobase/client"], global.react, global["@nocobase/utils"], global.antd, global["@formily/antd-v5"], global["@formily/react"], global["react-i18next"], global["@formily/shared"]));
3
+ })(this, function(exports2, client, require$$0, client$1, antd, antdV5, react, reactI18next, shared) {
4
+ "use strict";
5
+ var jsxRuntime = { exports: {} };
6
+ var reactJsxRuntime_production_min = {};
7
+ /**
8
+ * @license React
9
+ * react-jsx-runtime.production.min.js
10
+ *
11
+ * Copyright (c) Facebook, Inc. and its affiliates.
12
+ *
13
+ * This source code is licensed under the MIT license found in the
14
+ * LICENSE file in the root directory of this source tree.
15
+ */
16
+ var f = require$$0, k = Symbol.for("react.element"), l = Symbol.for("react.fragment"), m = Object.prototype.hasOwnProperty, n = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, p = { key: true, ref: true, __self: true, __source: true };
17
+ function q(c, a, g) {
18
+ var b, d = {}, e = null, h = null;
19
+ void 0 !== g && (e = "" + g);
20
+ void 0 !== a.key && (e = "" + a.key);
21
+ void 0 !== a.ref && (h = a.ref);
22
+ for (b in a)
23
+ m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
24
+ if (c && c.defaultProps)
25
+ for (b in a = c.defaultProps, a)
26
+ void 0 === d[b] && (d[b] = a[b]);
27
+ return { $$typeof: k, type: c, key: e, ref: h, props: d, _owner: n.current };
28
+ }
29
+ reactJsxRuntime_production_min.Fragment = l;
30
+ reactJsxRuntime_production_min.jsx = q;
31
+ reactJsxRuntime_production_min.jsxs = q;
32
+ {
33
+ jsxRuntime.exports = reactJsxRuntime_production_min;
34
+ }
35
+ var jsxRuntimeExports = jsxRuntime.exports;
36
+ const NAMESPACE = "file-manager";
37
+ function useFmTranslation() {
38
+ return reactI18next.useTranslation(NAMESPACE);
39
+ }
40
+ const schema = {
41
+ local: {
42
+ properties: {
43
+ documentRoot: {
44
+ title: `{{t("Destination", { ns: "${NAMESPACE}" })}}`,
45
+ type: "string",
46
+ "x-decorator": "FormItem",
47
+ "x-component": "Input",
48
+ default: "uploads"
49
+ },
50
+ serve: {
51
+ type: "string",
52
+ "x-decorator": "FormItem",
53
+ "x-component": "Checkbox",
54
+ "x-content": `{{t("Use the built-in static file server", { ns: "${NAMESPACE}" })}}`,
55
+ default: true
56
+ }
57
+ }
58
+ },
59
+ "ali-oss": {
60
+ properties: {
61
+ region: {
62
+ title: `{{t("Region", { ns: "${NAMESPACE}" })}}`,
63
+ type: "string",
64
+ "x-decorator": "FormItem",
65
+ "x-component": "Input",
66
+ required: true
67
+ },
68
+ accessKeyId: {
69
+ title: `{{t("AccessKey ID", { ns: "${NAMESPACE}" })}}`,
70
+ type: "string",
71
+ "x-decorator": "FormItem",
72
+ "x-component": "Input",
73
+ required: true
74
+ },
75
+ accessKeySecret: {
76
+ title: `{{t("AccessKey Secret", { ns: "${NAMESPACE}" })}}`,
77
+ type: "string",
78
+ "x-decorator": "FormItem",
79
+ "x-component": "Password",
80
+ required: true
81
+ },
82
+ bucket: {
83
+ title: `{{t("Bucket", { ns: "${NAMESPACE}" })}}`,
84
+ type: "string",
85
+ "x-decorator": "FormItem",
86
+ "x-component": "Input",
87
+ required: true
88
+ }
89
+ }
90
+ },
91
+ "tx-cos": {
92
+ properties: {
93
+ Region: {
94
+ title: `{{t("Region", { ns: "${NAMESPACE}" })}}`,
95
+ type: "string",
96
+ "x-decorator": "FormItem",
97
+ "x-component": "Input",
98
+ required: true
99
+ },
100
+ SecretId: {
101
+ title: `{{t("SecretId", { ns: "${NAMESPACE}" })}}`,
102
+ type: "string",
103
+ "x-decorator": "FormItem",
104
+ "x-component": "Input",
105
+ required: true
106
+ },
107
+ SecretKey: {
108
+ title: `{{t("SecretKey", { ns: "${NAMESPACE}" })}}`,
109
+ type: "string",
110
+ "x-decorator": "FormItem",
111
+ "x-component": "Password",
112
+ required: true
113
+ },
114
+ Bucket: {
115
+ title: `{{t("Bucket", { ns: "${NAMESPACE}" })}}`,
116
+ type: "string",
117
+ "x-decorator": "FormItem",
118
+ "x-component": "Input",
119
+ required: true
120
+ }
121
+ }
122
+ },
123
+ s3: {
124
+ properties: {
125
+ region: {
126
+ title: `{{t("Region", { ns: "${NAMESPACE}" })}}`,
127
+ type: "string",
128
+ "x-decorator": "FormItem",
129
+ "x-component": "Input",
130
+ required: true
131
+ },
132
+ accessKeyId: {
133
+ title: `{{t("AccessKey ID", { ns: "${NAMESPACE}" })}}`,
134
+ type: "string",
135
+ "x-decorator": "FormItem",
136
+ "x-component": "Input",
137
+ required: true
138
+ },
139
+ secretAccessKey: {
140
+ title: `{{t("AccessKey Secret", { ns: "${NAMESPACE}" })}}`,
141
+ type: "string",
142
+ "x-decorator": "FormItem",
143
+ "x-component": "Password",
144
+ required: true
145
+ },
146
+ bucket: {
147
+ title: `{{t("Bucket", { ns: "${NAMESPACE}" })}}`,
148
+ type: "string",
149
+ "x-decorator": "FormItem",
150
+ "x-component": "Input",
151
+ required: true
152
+ },
153
+ endpoint: {
154
+ title: `{{t("Endpoint", { ns: "${NAMESPACE}" })}}`,
155
+ type: "string",
156
+ "x-decorator": "FormItem",
157
+ "x-component": "Input"
158
+ }
159
+ }
160
+ }
161
+ };
162
+ const StorageOptions = react.observer(
163
+ (props) => {
164
+ const form = react.useForm();
165
+ const field = react.useField();
166
+ const [s, setSchema] = require$$0.useState(new react.Schema({}));
167
+ require$$0.useEffect(() => {
168
+ setSchema(new react.Schema(schema[form.values.type] || {}));
169
+ }, [form.values.type]);
170
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(antdV5.FormLayout, { layout: "vertical", children: /* @__PURE__ */ jsxRuntimeExports.jsx(react.RecursionField, { basePath: field.address, onlyRenderProperties: true, schema: s }, form.values.type || "local") });
171
+ },
172
+ { displayName: "StorageOptions" }
173
+ );
174
+ const collection = {
175
+ name: "storages",
176
+ fields: [
177
+ {
178
+ type: "integer",
179
+ name: "title",
180
+ interface: "input",
181
+ uiSchema: {
182
+ title: '{{t("Title")}}',
183
+ type: "string",
184
+ "x-component": "Input",
185
+ required: true
186
+ }
187
+ },
188
+ {
189
+ type: "string",
190
+ name: "name",
191
+ interface: "input",
192
+ uiSchema: {
193
+ title: `{{t("Storage name", { ns: "${NAMESPACE}" })}}`,
194
+ descriptions: `{{t("Will be used for API", { ns: "${NAMESPACE}" })}}`,
195
+ type: "string",
196
+ "x-component": "Input"
197
+ }
198
+ },
199
+ {
200
+ type: "string",
201
+ name: "type",
202
+ interface: "select",
203
+ uiSchema: {
204
+ title: `{{t("Storage type", { ns: "${NAMESPACE}" })}}`,
205
+ type: "string",
206
+ "x-component": "Select",
207
+ required: true,
208
+ enum: [
209
+ { label: `{{t("Local storage", { ns: "${NAMESPACE}" })}}`, value: "local" },
210
+ { label: `{{t("Aliyun OSS", { ns: "${NAMESPACE}" })}}`, value: "ali-oss" },
211
+ { label: `{{t("Amazon S3", { ns: "${NAMESPACE}" })}}`, value: "s3" },
212
+ { label: `{{t("Tencent COS", { ns: "${NAMESPACE}" })}}`, value: "tx-cos" }
213
+ ]
214
+ }
215
+ },
216
+ {
217
+ type: "string",
218
+ name: "baseUrl",
219
+ interface: "input",
220
+ uiSchema: {
221
+ title: `{{t("Storage base URL", { ns: "${NAMESPACE}" })}}`,
222
+ type: "string",
223
+ "x-component": "Input",
224
+ required: true
225
+ }
226
+ },
227
+ {
228
+ type: "string",
229
+ name: "path",
230
+ interface: "input",
231
+ uiSchema: {
232
+ title: `{{t("Path", { ns: "${NAMESPACE}" })}}`,
233
+ type: "string",
234
+ "x-component": "Input"
235
+ }
236
+ },
237
+ {
238
+ type: "boolean",
239
+ name: "default",
240
+ interface: "boolean",
241
+ uiSchema: {
242
+ title: `{{t("Default storage", { ns: "${NAMESPACE}" })}}`,
243
+ type: "boolean",
244
+ "x-component": "Checkbox"
245
+ }
246
+ },
247
+ {
248
+ type: "boolean",
249
+ name: "paranoid",
250
+ interface: "boolean",
251
+ uiSchema: {
252
+ title: `{{t("Keep file in storage when destroy record", { ns: "${NAMESPACE}" })}}`,
253
+ type: "boolean",
254
+ "x-component": "Checkbox"
255
+ }
256
+ }
257
+ ]
258
+ };
259
+ const storageSchema = {
260
+ type: "object",
261
+ properties: {
262
+ [shared.uid()]: {
263
+ type: "void",
264
+ "x-decorator": "ResourceActionProvider",
265
+ "x-decorator-props": {
266
+ collection,
267
+ resourceName: "storages",
268
+ request: {
269
+ resource: "storages",
270
+ action: "list",
271
+ params: {
272
+ pageSize: 50,
273
+ sort: ["id"],
274
+ appends: []
275
+ }
276
+ }
277
+ },
278
+ "x-component": "CollectionProvider",
279
+ "x-component-props": {
280
+ collection
281
+ },
282
+ properties: {
283
+ actions: {
284
+ type: "void",
285
+ "x-component": "ActionBar",
286
+ "x-component-props": {
287
+ style: {
288
+ marginBottom: 16
289
+ }
290
+ },
291
+ properties: {
292
+ delete: {
293
+ type: "void",
294
+ title: '{{ t("Delete") }}',
295
+ "x-component": "Action",
296
+ "x-component-props": {
297
+ useAction: "{{ cm.useBulkDestroyAction }}",
298
+ confirm: {
299
+ title: "{{t('Delete')}}",
300
+ content: "{{t('Are you sure you want to delete it?')}}"
301
+ }
302
+ }
303
+ },
304
+ create: {
305
+ type: "void",
306
+ title: '{{t("Add new")}}',
307
+ "x-component": "Action",
308
+ "x-component-props": {
309
+ type: "primary"
310
+ },
311
+ properties: {
312
+ drawer: {
313
+ type: "void",
314
+ "x-component": "Action.Drawer",
315
+ "x-decorator": "Form",
316
+ "x-decorator-props": {
317
+ useValues(options) {
318
+ const ctx = client.useActionContext();
319
+ return client.useRequest(
320
+ () => Promise.resolve({
321
+ data: {
322
+ name: `s_${shared.uid()}`
323
+ }
324
+ }),
325
+ { ...options, refreshDeps: [ctx.visible] }
326
+ );
327
+ }
328
+ },
329
+ title: '{{t("Add new")}}',
330
+ properties: {
331
+ title: {
332
+ "x-component": "CollectionField",
333
+ "x-decorator": "FormItem"
334
+ },
335
+ name: {
336
+ "x-component": "CollectionField",
337
+ "x-decorator": "FormItem",
338
+ description: '{{t("Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.")}}'
339
+ },
340
+ baseUrl: {
341
+ "x-component": "CollectionField",
342
+ "x-decorator": "FormItem"
343
+ },
344
+ type: {
345
+ "x-component": "CollectionField",
346
+ "x-decorator": "FormItem"
347
+ },
348
+ options: {
349
+ type: "object",
350
+ "x-component": "StorageOptions"
351
+ },
352
+ path: {
353
+ "x-component": "CollectionField",
354
+ "x-decorator": "FormItem"
355
+ },
356
+ default: {
357
+ "x-component": "CollectionField",
358
+ "x-decorator": "FormItem",
359
+ title: "",
360
+ "x-content": `{{t("Default storage", { ns: "${NAMESPACE}" })}}`
361
+ },
362
+ paranoid: {
363
+ title: "",
364
+ "x-component": "CollectionField",
365
+ "x-decorator": "FormItem",
366
+ "x-content": `{{t("Keep file in storage when destroy record", { ns: "${NAMESPACE}" })}}`
367
+ },
368
+ footer: {
369
+ type: "void",
370
+ "x-component": "Action.Drawer.Footer",
371
+ properties: {
372
+ cancel: {
373
+ title: '{{t("Cancel")}}',
374
+ "x-component": "Action",
375
+ "x-component-props": {
376
+ useAction: "{{ cm.useCancelAction }}"
377
+ }
378
+ },
379
+ submit: {
380
+ title: '{{t("Submit")}}',
381
+ "x-component": "Action",
382
+ "x-component-props": {
383
+ type: "primary",
384
+ useAction: "{{ cm.useCreateAction }}"
385
+ }
386
+ }
387
+ }
388
+ }
389
+ }
390
+ }
391
+ }
392
+ }
393
+ }
394
+ },
395
+ table: {
396
+ type: "void",
397
+ "x-uid": "input",
398
+ "x-component": "Table.Void",
399
+ "x-component-props": {
400
+ rowKey: "id",
401
+ rowSelection: {
402
+ type: "checkbox"
403
+ },
404
+ useDataSource: "{{ cm.useDataSourceFromRAC }}"
405
+ },
406
+ properties: {
407
+ title: {
408
+ type: "void",
409
+ "x-decorator": "Table.Column.Decorator",
410
+ "x-component": "Table.Column",
411
+ properties: {
412
+ title: {
413
+ type: "number",
414
+ "x-component": "CollectionField",
415
+ "x-read-pretty": true
416
+ }
417
+ }
418
+ },
419
+ name: {
420
+ type: "void",
421
+ "x-decorator": "Table.Column.Decorator",
422
+ "x-component": "Table.Column",
423
+ properties: {
424
+ name: {
425
+ type: "string",
426
+ "x-component": "CollectionField",
427
+ "x-read-pretty": true
428
+ }
429
+ }
430
+ },
431
+ default: {
432
+ type: "void",
433
+ "x-decorator": "Table.Column.Decorator",
434
+ "x-component": "Table.Column",
435
+ properties: {
436
+ default: {
437
+ type: "string",
438
+ "x-component": "CollectionField",
439
+ "x-read-pretty": true
440
+ }
441
+ }
442
+ },
443
+ actions: {
444
+ type: "void",
445
+ title: '{{t("Actions")}}',
446
+ "x-component": "Table.Column",
447
+ properties: {
448
+ actions: {
449
+ type: "void",
450
+ "x-component": "Space",
451
+ "x-component-props": {
452
+ split: "|"
453
+ },
454
+ properties: {
455
+ update: {
456
+ type: "void",
457
+ title: '{{t("Edit")}}',
458
+ "x-component": "Action.Link",
459
+ "x-component-props": {
460
+ type: "primary"
461
+ },
462
+ properties: {
463
+ drawer: {
464
+ type: "void",
465
+ "x-component": "Action.Drawer",
466
+ "x-decorator": "Form",
467
+ "x-decorator-props": {
468
+ useValues: "{{ cm.useValuesFromRecord }}"
469
+ },
470
+ title: '{{t("Edit")}}',
471
+ properties: {
472
+ title: {
473
+ "x-component": "CollectionField",
474
+ "x-decorator": "FormItem"
475
+ },
476
+ name: {
477
+ "x-component": "CollectionField",
478
+ "x-decorator": "FormItem",
479
+ "x-disabled": true
480
+ },
481
+ baseUrl: {
482
+ "x-component": "CollectionField",
483
+ "x-decorator": "FormItem"
484
+ },
485
+ type: {
486
+ "x-component": "CollectionField",
487
+ "x-decorator": "FormItem",
488
+ "x-disabled": true
489
+ },
490
+ options: {
491
+ type: "object",
492
+ "x-component": "StorageOptions"
493
+ },
494
+ path: {
495
+ "x-component": "CollectionField",
496
+ "x-decorator": "FormItem"
497
+ },
498
+ default: {
499
+ title: "",
500
+ "x-component": "CollectionField",
501
+ "x-decorator": "FormItem",
502
+ "x-content": `{{t("Default storage", { ns: "${NAMESPACE}" })}}`
503
+ },
504
+ paranoid: {
505
+ title: "",
506
+ "x-component": "CollectionField",
507
+ "x-decorator": "FormItem",
508
+ "x-content": `{{t("Keep file in storage when destroy record", { ns: "${NAMESPACE}" })}}`
509
+ },
510
+ footer: {
511
+ type: "void",
512
+ "x-component": "Action.Drawer.Footer",
513
+ properties: {
514
+ cancel: {
515
+ title: '{{t("Cancel")}}',
516
+ "x-component": "Action",
517
+ "x-component-props": {
518
+ useAction: "{{ cm.useCancelAction }}"
519
+ }
520
+ },
521
+ submit: {
522
+ title: '{{t("Submit")}}',
523
+ "x-component": "Action",
524
+ "x-component-props": {
525
+ type: "primary",
526
+ useAction: "{{ cm.useUpdateAction }}"
527
+ }
528
+ }
529
+ }
530
+ }
531
+ }
532
+ }
533
+ }
534
+ },
535
+ delete: {
536
+ type: "void",
537
+ title: '{{ t("Delete") }}',
538
+ "x-component": "Action.Link",
539
+ "x-component-props": {
540
+ confirm: {
541
+ title: '{{t("Delete")}}',
542
+ content: '{{t("Are you sure you want to delete it?")}}'
543
+ },
544
+ useAction: "{{cm.useDestroyAction}}"
545
+ }
546
+ }
547
+ }
548
+ }
549
+ }
550
+ }
551
+ }
552
+ }
553
+ }
554
+ }
555
+ }
556
+ };
557
+ const FileStoragePane = () => {
558
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(antd.Card, { bordered: false, children: /* @__PURE__ */ jsxRuntimeExports.jsx(client.SchemaComponent, { components: { StorageOptions }, schema: storageSchema }) });
559
+ };
560
+ const FILE_LIMIT_SIZE = 1024 * 1024 * 1024;
561
+ const useUploadFiles = () => {
562
+ const { service } = client.useBlockRequestContext();
563
+ const { t } = useFmTranslation();
564
+ const { setVisible } = client.useActionContext();
565
+ const { setSelectedRows } = require$$0.useContext(client.RecordPickerContext) || {};
566
+ const uploadingFiles = {};
567
+ let pendingNumber = 0;
568
+ return {
569
+ /**
570
+ * 返回 false 会阻止上传,返回 true 会继续上传
571
+ */
572
+ beforeUpload(file2) {
573
+ if (file2.size > FILE_LIMIT_SIZE) {
574
+ antd.notification.error({
575
+ message: `${t("File size cannot exceed")} ${FILE_LIMIT_SIZE / 1024 / 1024}M`
576
+ });
577
+ file2.status = "error";
578
+ return false;
579
+ }
580
+ return true;
581
+ },
582
+ onChange(fileList) {
583
+ fileList.forEach((file2) => {
584
+ var _a;
585
+ if (file2.status === "uploading" && !uploadingFiles[file2.uid]) {
586
+ pendingNumber++;
587
+ uploadingFiles[file2.uid] = true;
588
+ }
589
+ if (file2.status !== "uploading" && uploadingFiles[file2.uid]) {
590
+ delete uploadingFiles[file2.uid];
591
+ if (--pendingNumber === 0) {
592
+ (_a = service == null ? void 0 : service.refresh) == null ? void 0 : _a.call(service);
593
+ setSelectedRows == null ? void 0 : setSelectedRows((preRows) => [
594
+ ...preRows,
595
+ ...fileList.filter((file22) => file22.status === "done").map((file22) => file22.response.data)
596
+ ]);
597
+ }
598
+ }
599
+ });
600
+ if (fileList.every((file2) => file2.status === "done")) {
601
+ setVisible(false);
602
+ }
603
+ }
604
+ };
605
+ };
606
+ const hooks = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
607
+ __proto__: null,
608
+ FILE_LIMIT_SIZE,
609
+ useUploadFiles
610
+ }, Symbol.toStringTag, { value: "Module" }));
611
+ const UploadActionInitializer = (props) => {
612
+ const collection2 = client.useCollection();
613
+ const schema2 = {
614
+ type: "void",
615
+ "x-action": "create",
616
+ title: "{{t('Upload')}}",
617
+ "x-designer": "Action.Designer",
618
+ "x-component": "Action",
619
+ "x-decorator": "ACLActionProvider",
620
+ "x-component-props": {
621
+ openMode: "drawer",
622
+ type: "primary",
623
+ icon: "UploadOutlined"
624
+ },
625
+ properties: {
626
+ drawer: {
627
+ type: "void",
628
+ title: '{{ t("Upload files") }}',
629
+ "x-component": "Action.Container",
630
+ properties: {
631
+ upload: {
632
+ type: "void",
633
+ title: '{{ t("Upload files") }}',
634
+ "x-component": "Upload.DraggerV2",
635
+ "x-component-props": {
636
+ height: "50vh",
637
+ action: `${collection2.name}:create`,
638
+ useProps: "{{useUploadFiles}}",
639
+ multiple: true,
640
+ listType: "picture"
641
+ }
642
+ }
643
+ }
644
+ }
645
+ }
646
+ };
647
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(client.ActionInitializer, { ...props, schema: schema2 });
648
+ };
649
+ const initializers = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
650
+ __proto__: null,
651
+ UploadActionInitializer
652
+ }, Symbol.toStringTag, { value: "Module" }));
653
+ const attachment = {
654
+ name: "attachment",
655
+ type: "object",
656
+ group: "media",
657
+ title: `{{t("Attachment", { ns: "${NAMESPACE}" })}}`,
658
+ isAssociation: true,
659
+ default: {
660
+ type: "belongsToMany",
661
+ target: "attachments",
662
+ // name,
663
+ uiSchema: {
664
+ type: "array",
665
+ // title,
666
+ "x-component": "Upload.Attachment",
667
+ "x-component-props": {}
668
+ }
669
+ },
670
+ availableTypes: ["belongsToMany"],
671
+ schemaInitialize(schema2, { block, field }) {
672
+ if (["Table", "Kanban"].includes(block)) {
673
+ schema2["x-component-props"] = schema2["x-component-props"] || {};
674
+ schema2["x-component-props"]["size"] = "small";
675
+ }
676
+ schema2["x-component-props"]["action"] = `${field.target}:create${field.storage ? `?attachementField=${field.collectionName}.${field.name}` : ""}`;
677
+ },
678
+ initialize: (values) => {
679
+ if (!values.through) {
680
+ values.through = `t_${shared.uid()}`;
681
+ }
682
+ if (!values.foreignKey) {
683
+ values.foreignKey = `f_${shared.uid()}`;
684
+ }
685
+ if (!values.otherKey) {
686
+ values.otherKey = `f_${shared.uid()}`;
687
+ }
688
+ if (!values.sourceKey) {
689
+ values.sourceKey = "id";
690
+ }
691
+ if (!values.targetKey) {
692
+ values.targetKey = "id";
693
+ }
694
+ },
695
+ properties: {
696
+ ...client.interfacesProperties.defaultProps,
697
+ "uiSchema.x-component-props.accept": {
698
+ type: "string",
699
+ title: `{{t("MIME type", { ns: "${NAMESPACE}" })}}`,
700
+ "x-component": "Input",
701
+ "x-decorator": "FormItem",
702
+ description: "Example: image/png",
703
+ default: "image/*"
704
+ },
705
+ "uiSchema.x-component-props.multiple": {
706
+ type: "boolean",
707
+ "x-content": `{{t('Allow uploading multiple files', { ns: "${NAMESPACE}" })}}`,
708
+ "x-decorator": "FormItem",
709
+ "x-component": "Checkbox",
710
+ default: true
711
+ },
712
+ storage: {
713
+ type: "string",
714
+ title: `{{t("Storage", { ns: "${NAMESPACE}" })}}`,
715
+ description: `{{t('Default storage will be used when not selected', { ns: "${NAMESPACE}" })}}`,
716
+ "x-decorator": "FormItem",
717
+ "x-component": "RemoteSelect",
718
+ "x-component-props": {
719
+ service: {
720
+ resource: "storages",
721
+ params: {
722
+ // pageSize: -1
723
+ }
724
+ },
725
+ manual: false,
726
+ fieldNames: {
727
+ label: "title",
728
+ value: "name"
729
+ }
730
+ }
731
+ }
732
+ },
733
+ filterable: {
734
+ children: [
735
+ {
736
+ name: "id",
737
+ title: '{{t("Exists")}}',
738
+ operators: [
739
+ { label: '{{t("exists")}}', value: "$exists", noValue: true },
740
+ { label: '{{t("not exists")}}', value: "$notExists", noValue: true }
741
+ ],
742
+ schema: {
743
+ title: '{{t("Exists")}}',
744
+ type: "string",
745
+ "x-component": "Input"
746
+ }
747
+ },
748
+ {
749
+ name: "filename",
750
+ title: `{{t("Filename", { ns: "${NAMESPACE}" })}}`,
751
+ operators: client.interfacesProperties.operators.string,
752
+ schema: {
753
+ title: `{{t("Filename", { ns: "${NAMESPACE}" })}}`,
754
+ type: "string",
755
+ "x-component": "Input"
756
+ }
757
+ }
758
+ ]
759
+ }
760
+ };
761
+ const file = {
762
+ name: "file",
763
+ title: `{{t("File collection", { ns: "${NAMESPACE}" })}}`,
764
+ order: 3,
765
+ color: "blue",
766
+ default: {
767
+ createdBy: true,
768
+ updatedBy: true,
769
+ fields: [
770
+ {
771
+ interface: "input",
772
+ type: "string",
773
+ name: "title",
774
+ deletable: false,
775
+ uiSchema: {
776
+ type: "string",
777
+ title: `{{t("Title")}}`,
778
+ "x-component": "Input"
779
+ }
780
+ },
781
+ // '系统文件名(含扩展名)',
782
+ {
783
+ interface: "input",
784
+ type: "string",
785
+ name: "filename",
786
+ deletable: false,
787
+ uiSchema: {
788
+ type: "string",
789
+ title: `{{t("File name", { ns: "${NAMESPACE}" })}}`,
790
+ "x-component": "Input",
791
+ "x-read-pretty": true
792
+ }
793
+ },
794
+ // '扩展名(含“.”)',
795
+ {
796
+ interface: "input",
797
+ type: "string",
798
+ name: "extname",
799
+ deletable: false,
800
+ uiSchema: {
801
+ type: "string",
802
+ title: `{{t("Extension name", { ns: "${NAMESPACE}" })}}`,
803
+ "x-component": "Input",
804
+ "x-read-pretty": true
805
+ }
806
+ },
807
+ // '文件体积(字节)',
808
+ {
809
+ interface: "integer",
810
+ type: "integer",
811
+ name: "size",
812
+ deletable: false,
813
+ uiSchema: {
814
+ type: "number",
815
+ title: `{{t("Size", { ns: "${NAMESPACE}" })}}`,
816
+ "x-component": "InputNumber",
817
+ "x-read-pretty": true,
818
+ "x-component-props": {
819
+ stringMode: true,
820
+ step: "0"
821
+ }
822
+ }
823
+ },
824
+ {
825
+ interface: "input",
826
+ type: "string",
827
+ name: "mimetype",
828
+ deletable: false,
829
+ uiSchema: {
830
+ type: "string",
831
+ title: `{{t("MIME type", { ns: "${NAMESPACE}" })}}`,
832
+ "x-component": "Input",
833
+ "x-read-pretty": true
834
+ }
835
+ },
836
+ // '相对路径(含“/”前缀)',
837
+ {
838
+ interface: "input",
839
+ type: "string",
840
+ name: "path",
841
+ deletable: false,
842
+ uiSchema: {
843
+ type: "string",
844
+ title: `{{t("Path")}}`,
845
+ "x-component": "Input",
846
+ "x-read-pretty": true
847
+ }
848
+ },
849
+ // 文件的可访问地址
850
+ {
851
+ interface: "input",
852
+ type: "string",
853
+ name: "url",
854
+ deletable: false,
855
+ uiSchema: {
856
+ type: "string",
857
+ title: `{{t("URL")}}`,
858
+ "x-component": "Input.URL",
859
+ "x-read-pretty": true
860
+ }
861
+ },
862
+ // 用于预览
863
+ {
864
+ interface: "url",
865
+ type: "string",
866
+ name: "preview",
867
+ field: "url",
868
+ // 直接引用 url 字段
869
+ deletable: false,
870
+ uiSchema: {
871
+ type: "string",
872
+ title: `{{t("Preview")}}`,
873
+ "x-component": "Preview",
874
+ "x-read-pretty": true
875
+ }
876
+ },
877
+ {
878
+ comment: "存储引擎",
879
+ type: "belongsTo",
880
+ name: "storage",
881
+ target: "storages",
882
+ foreignKey: "storageId",
883
+ deletable: false
884
+ },
885
+ // '其他文件信息(如图片的宽高)',
886
+ {
887
+ type: "jsonb",
888
+ name: "meta",
889
+ deletable: false,
890
+ defaultValue: {}
891
+ }
892
+ ]
893
+ },
894
+ configurableProperties: {
895
+ ...client.getConfigurableProperties("title", "name"),
896
+ inherits: {
897
+ ...client.getConfigurableProperties("inherits").inherits,
898
+ "x-reactions": ["{{useAsyncDataSource(loadCollections)}}"]
899
+ },
900
+ ...client.getConfigurableProperties("category"),
901
+ storage: {
902
+ title: `{{t("File storage", { ns: "${NAMESPACE}" })}}`,
903
+ type: "hasOne",
904
+ name: "storage",
905
+ required: true,
906
+ "x-decorator": "FormItem",
907
+ "x-component": "Select",
908
+ "x-reactions": ["{{useAsyncDataSource(loadStorages)}}"]
909
+ }
910
+ }
911
+ };
912
+ const templates = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
913
+ __proto__: null,
914
+ file
915
+ }, Symbol.toStringTag, { value: "Module" }));
916
+ client$1.forEach(templates, (template, key) => {
917
+ client.registerTemplate(key, template);
918
+ });
919
+ client.registerField(attachment.group, "attachment", attachment);
920
+ const FileManagerProvider = (props) => {
921
+ const initializes = require$$0.useContext(client.SchemaInitializerContext);
922
+ const hasUploadAction = initializes.TableActionInitializers.items[0].children.some(
923
+ (initialize) => initialize.component === "UploadActionInitializer"
924
+ );
925
+ !hasUploadAction && initializes.TableActionInitializers.items[0].children.push({
926
+ type: "item",
927
+ title: "{{t('Upload')}}",
928
+ component: "UploadActionInitializer",
929
+ schema: {
930
+ "x-align": "right",
931
+ "x-decorator": "ACLActionProvider",
932
+ "x-acl-action-props": {
933
+ skipScopeCheck: true
934
+ }
935
+ },
936
+ visible: () => {
937
+ const collection2 = client.useCollection();
938
+ return collection2.template === "file";
939
+ }
940
+ });
941
+ const ctx = require$$0.useContext(client.PluginManagerContext);
942
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(
943
+ client.SettingsCenterProvider,
944
+ {
945
+ settings: {
946
+ "file-manager": {
947
+ title: `{{t("File manager", { ns: "${NAMESPACE}" })}}`,
948
+ icon: "FileOutlined",
949
+ tabs: {
950
+ storages: {
951
+ title: `{{t("File storage", { ns: "${NAMESPACE}" })}}`,
952
+ component: FileStoragePane
953
+ }
954
+ }
955
+ }
956
+ },
957
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(
958
+ client.PluginManagerContext.Provider,
959
+ {
960
+ value: {
961
+ components: {
962
+ ...ctx == null ? void 0 : ctx.components
963
+ }
964
+ },
965
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(client.CollectionManagerProvider, { interfaces: { attachment }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(client.SchemaComponentOptions, { scope: hooks, children: /* @__PURE__ */ jsxRuntimeExports.jsx(client.SchemaInitializerProvider, { components: initializers, children: props.children }) }) })
966
+ }
967
+ )
968
+ }
969
+ );
970
+ };
971
+ class FileManagerPlugin extends client.Plugin {
972
+ async load() {
973
+ this.app.use(FileManagerProvider);
974
+ }
975
+ }
976
+ exports2.FileManagerPlugin = FileManagerPlugin;
977
+ exports2.default = FileManagerPlugin;
978
+ Object.defineProperties(exports2, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
979
+ });