@elite.framework/ng.core 1.0.39 → 1.0.40
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/index.d.ts
CHANGED
|
@@ -266,10 +266,10 @@ declare class AttachmentTypeComponent extends FieldType$1 {
|
|
|
266
266
|
private messageService;
|
|
267
267
|
defaultAcceptTypes: string;
|
|
268
268
|
maxFileSize: number;
|
|
269
|
-
url: string;
|
|
270
269
|
tenantId: number;
|
|
271
270
|
private env;
|
|
272
271
|
constructor(messageService: MessageService);
|
|
272
|
+
get url(): string;
|
|
273
273
|
get attachments(): AttachmentDto[];
|
|
274
274
|
set attachments(value: AttachmentDto[]);
|
|
275
275
|
get attachment(): AttachmentDto | null;
|