@corp-products/ui-components 3.7.0 → 3.7.2
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
|
@@ -471,6 +471,7 @@ declare class DynamicFormComponent implements OnInit {
|
|
|
471
471
|
readonly fieldType: typeof FormFieldTypeEnum;
|
|
472
472
|
getFormControl: typeof FormUtils.getFormControl;
|
|
473
473
|
ngOnInit(): void;
|
|
474
|
+
getAcceptedTypes(): string;
|
|
474
475
|
onFilesUploaded(file: any): void;
|
|
475
476
|
onFileDeleted(file: any): void;
|
|
476
477
|
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFormComponent, never>;
|