@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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corp-products/ui-components",
3
- "version": "3.7.0",
3
+ "version": "3.7.2",
4
4
  "author": "shireen Omar",
5
5
  "description": "shared UI components across our apps",
6
6
  "peerDependencies": {