@eqproject/eqp-attachments 3.1.13 → 3.1.14

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.
@@ -401,6 +401,8 @@ export declare class EqpAttachmentsComponent implements OnInit {
401
401
  isActionDisabled(action: AttachmentMenuAction, att?: IAttachmentDTO): boolean;
402
402
  isDeleteHidden(att: IAttachmentDTO): boolean;
403
403
  isDeleteDisabled(att: IAttachmentDTO): boolean;
404
+ isPrimaryActionHidden(att: IAttachmentDTO): boolean;
405
+ isPrimaryActionDisabled(att: IAttachmentDTO): boolean;
404
406
  /**
405
407
  * Unisce le colonne di default con quelle custom e le ordina.
406
408
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eqproject/eqp-attachments",
3
- "version": "3.1.13",
3
+ "version": "3.1.14",
4
4
  "description": "Dynamic attachments component - Angular Material based",
5
5
  "author": {
6
6
  "name": "EqProject"