bpm-core 0.0.142 → 0.0.144

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.
@@ -28,6 +28,7 @@ export declare class AttachmentSectionComponent extends ControlValueAccessorDire
28
28
  pageSize: number;
29
29
  pageNumber: number;
30
30
  destroyRef: DestroyRef;
31
+ sendAsFormdata: boolean;
31
32
  ngOnInit(): void;
32
33
  ngAfterViewInit(): void;
33
34
  onPaginateChange(event: any): void;
@@ -43,5 +44,5 @@ export declare class AttachmentSectionComponent extends ControlValueAccessorDire
43
44
  downloadFile(event: any, field: any): Promise<void>;
44
45
  customDownloadAction(event: any): void;
45
46
  static ɵfac: i0.ɵɵFactoryDeclaration<AttachmentSectionComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<AttachmentSectionComponent, "app-attachment-section", never, { "className": { "alias": "className"; "required": false; }; "customDownload": { "alias": "customDownload"; "required": false; }; "attachmentsMax": { "alias": "attachmentsMax"; "required": false; }; "isSortable": { "alias": "isSortable"; "required": false; }; "downloadAll": { "alias": "downloadAll"; "required": false; }; "descriptionRequired": { "alias": "descriptionRequired"; "required": false; }; "commentsRequired": { "alias": "commentsRequired"; "required": false; }; "allowedExtensions": { "alias": "allowedExtensions"; "required": false; }; }, { "downloadActionClicked": "downloadActionClicked"; "emitedValue": "emitedValue"; }, never, never, true, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<AttachmentSectionComponent, "app-attachment-section", never, { "className": { "alias": "className"; "required": false; }; "customDownload": { "alias": "customDownload"; "required": false; }; "attachmentsMax": { "alias": "attachmentsMax"; "required": false; }; "isSortable": { "alias": "isSortable"; "required": false; }; "downloadAll": { "alias": "downloadAll"; "required": false; }; "descriptionRequired": { "alias": "descriptionRequired"; "required": false; }; "commentsRequired": { "alias": "commentsRequired"; "required": false; }; "allowedExtensions": { "alias": "allowedExtensions"; "required": false; }; "sendAsFormdata": { "alias": "sendAsFormdata"; "required": false; }; }, { "downloadActionClicked": "downloadActionClicked"; "emitedValue": "emitedValue"; }, never, never, true, never>;
47
48
  }
@@ -56,7 +56,7 @@ export declare class DocsUploaderComponent<Type> extends ControlValueAccessorDir
56
56
  destroyRef: DestroyRef;
57
57
  maxLength: number | string;
58
58
  sendAsFormdata: boolean;
59
- maxSize: string;
59
+ maxSize: any;
60
60
  private readonly validImageTypes;
61
61
  validImgPdfTypes: {
62
62
  pdf: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpm-core",
3
- "version": "0.0.142",
3
+ "version": "0.0.144",
4
4
  "bin": {
5
5
  "bpm-core": "./cli/index.js"
6
6
  },