fx-form-builder-wrapper 2.0.92 → 2.0.94

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.
@@ -51,7 +51,7 @@ export declare class UploaderComponent extends FxBaseComponent implements OnInit
51
51
  deleteFile(index: number): void;
52
52
  protected settings(): FxSetting[];
53
53
  protected validations(): FxValidation[];
54
- detectFileType(file: File): 'image' | 'csv' | 'text' | 'pdf' | 'excel' | 'word' | 'stl' | 'other';
54
+ detectFileType(file: File): 'image' | 'csv' | 'text' | 'pdf' | 'excel' | 'word' | 'stl' | 'other' | 'dcm' | 'htl';
55
55
  openFileDialog(): void;
56
56
  onBasicUploadAuto(event: UploadEvent): void;
57
57
  closeDialog(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fx-form-builder-wrapper",
3
- "version": "2.0.92",
3
+ "version": "2.0.94",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0",