@eqproject/eqp-attachments 0.1.16 → 0.1.18

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.
package/README.md CHANGED
@@ -87,6 +87,10 @@ export class AppModule {}
87
87
  | [isEqpTableMultiLanguage] | `boolean` | `false` | no | It allows you to establish whether the eqp-table containing the list of attachments uses multilanguage or not |
88
88
  | [tablePaginatorVisible] | `boolean` | `true` | no | It allows you to establish, in the case of multiple attachments management, whether the table containing the list of attachments must be paged or not (default: true) |
89
89
  | [tablePaginatorSize] | `number` | `null` | no | In case of managing multiple attachments, it allows you to establish the default page size for the table containing the list of attachments (default: null) |
90
+ | [allowVideo] | `boolean` | `false` | no | Allow video upload |
91
+ | [allowVideoCompression] | `boolean` | `false` | no | Allow compression in case of video upload |
92
+ | [videoFormatsNotAllowed] | `string[]` | `["mkv", "avi"]` | no | List of video extensions rejected by the component|
93
+ | [allowedMBForFile] | `number` | `100` | no | Maximum file dimension in MB |
90
94
 
91
95
 
92
96
  ### Outputs