@eqproject/eqp-attachments 3.0.1 → 3.0.3
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.
|
@@ -3,12 +3,12 @@ import { ChangeDetectorRef, EventEmitter, OnInit, TemplateRef } from "@angular/c
|
|
|
3
3
|
import { FormBuilder, FormGroup } from "@angular/forms";
|
|
4
4
|
import { MatDialog, MatDialogRef } from "@angular/material/dialog";
|
|
5
5
|
import { DomSanitizer } from "@angular/platform-browser";
|
|
6
|
-
import {
|
|
7
|
-
import { TableColumnField, TooltipPositionType } from "@eqproject/eqp-common";
|
|
6
|
+
import { ConfigColumn, TooltipPositionType } from "@eqproject/eqp-common";
|
|
8
7
|
import { ImageCroppedEvent, ImageCropperComponent, ImageTransform } from "ngx-image-cropper";
|
|
9
8
|
import { AttachmentType, CropOptionEnum, IAttachmentDTO } from "./interfaces/IAttachment";
|
|
10
9
|
import { IOptions } from "./interfaces/IOptions";
|
|
11
10
|
import { EqpAttachmentService } from "./services/eqp-attachment.service";
|
|
11
|
+
import { EqpTableComponent } from "@eqproject/eqp-table";
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
export declare class EqpAttachmentsComponent implements OnInit {
|
|
14
14
|
private dialog;
|
|
@@ -50,7 +50,7 @@ export declare class EqpAttachmentsComponent implements OnInit {
|
|
|
50
50
|
/**
|
|
51
51
|
* Configurazione delle colonne della eqp-table per la visualizzazione degli allegati (caso "multipleAttachment" è TRUE).
|
|
52
52
|
*/
|
|
53
|
-
attachmentsColumns: Array<
|
|
53
|
+
attachmentsColumns: Array<ConfigColumn>;
|
|
54
54
|
/**
|
|
55
55
|
* Imposta il messaggio da visualizzare nel caso in cui la tabella degli allegati (nel caso in cui "multipleAttachment" è TRUE) è vuota.
|
|
56
56
|
*/
|
package/package.json
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eqproject/eqp-attachments",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "Dynamic attachments component - Angular Material based",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "EqProject"
|
|
7
7
|
},
|
|
8
|
-
"bundledDependencies": [],
|
|
9
8
|
"peerDependencies": {
|
|
10
9
|
"@angular/cdk": "^17.0.1",
|
|
11
10
|
"@angular/common": "^17.0.4",
|
|
12
|
-
"@angular/core": "^17.0.4"
|
|
11
|
+
"@angular/core": "^17.0.4",
|
|
12
|
+
"@eqproject/eqp-common": "latest"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@eqproject/eqp-
|
|
16
|
-
"@eqproject/eqp-table": "^3.0.14",
|
|
15
|
+
"@eqproject/eqp-table": "latest",
|
|
17
16
|
"browser-image-compression": "^2.0.2",
|
|
18
17
|
"ngx-file-drop": "^16.0.0",
|
|
19
18
|
"ngx-image-cropper": "^7.1.2",
|