@eqproject/eqp-dynamic-module 2.10.53 → 2.10.55

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.
@@ -169,7 +169,7 @@ export declare class AddFormFieldComponent implements OnInit {
169
169
  /**
170
170
  * Metodo invocato al cambio del valore della proprietà ImageIsContextualAttachment nel caso
171
171
  * di campi di tipo Immagine. Se TRUE allora rimuove i FormControl per le proprietà IsMultiAttach
172
- * e AllowedExtensions e aggiunge i FormControl per le proprietà ImgName e ContextualAttachment,
172
+ * e AllowedMimeTypes e aggiunge i FormControl per le proprietà ImgName e ContextualAttachment,
173
173
  * altrimenti il contrario.
174
174
  */
175
175
  onImageIsContextualAttachmentChange(): void;
@@ -1,7 +1,7 @@
1
1
  import { BaseField } from "../baseField.model";
2
2
  export declare class AttachmentField extends BaseField {
3
3
  /**Elenco delle estensioni consentite. Se vuoto usa il default (pdf) */
4
- AllowedExtensions: Array<string>;
4
+ AllowedMimeTypes: Array<string>;
5
5
  /**Se true permette l'inserimento di più allegati. In questo caso i metadati vengono rappresentati come una detail */
6
6
  isMultiAttach: boolean;
7
7
  /**Elenco campi che possono rappresentare i metadati dell'allegato, ad esempio nome, ecc... */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.10.53",
7
+ "version": "2.10.55",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",