spiderly 19.8.9 → 19.8.10

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.
@@ -10,11 +10,13 @@ export declare class SpiderlyEditorComponent extends BaseControl implements OnIn
10
10
  editor: Editor;
11
11
  uploadImageMethod: (formData: FormData) => Observable<EditorImageUploadResult>;
12
12
  objectId: number;
13
+ /** Mirrors the entity property's [AcceptedFileTypes] so the picker matches what the server validates. */
14
+ acceptedFileTypes: string[];
13
15
  constructor(translocoService: TranslocoService);
14
16
  ngOnInit(): void;
15
17
  onEditorInit(event: EditorInitEvent): void;
16
18
  private imageHandler;
17
19
  onClick(): void;
18
20
  static ɵfac: i0.ɵɵFactoryDeclaration<SpiderlyEditorComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<SpiderlyEditorComponent, "spiderly-editor", never, { "uploadImageMethod": { "alias": "uploadImageMethod"; "required": false; }; "objectId": { "alias": "objectId"; "required": false; }; }, {}, never, never, true, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpiderlyEditorComponent, "spiderly-editor", never, { "uploadImageMethod": { "alias": "uploadImageMethod"; "required": false; }; "objectId": { "alias": "objectId"; "required": false; }; "acceptedFileTypes": { "alias": "acceptedFileTypes"; "required": false; }; }, {}, never, never, true, never>;
20
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spiderly",
3
- "version": "19.8.9",
3
+ "version": "19.8.10",
4
4
  "author": "Filip Trivan",
5
5
  "license": "MIT",
6
6
  "description": "Spiderly Angular Library to use in combination with Spiderly.",