demio-ui 2.5.28 → 2.5.29

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.
@@ -35,10 +35,10 @@ export interface UploadProps {
35
35
  onReadFileStart?: (file: File) => void;
36
36
  onReadFileSuccess?: (response: string | ArrayBuffer | null, file: File) => void;
37
37
  onZoomChange?: (value: number) => void;
38
- previewDuration?: string;
38
+ previewFileInfo?: string;
39
39
  previewFileName?: string;
40
40
  previewImage?: string;
41
- previewText?: string;
41
+ previewImageTitle?: string;
42
42
  uploadPercent?: number;
43
43
  }
44
44
  declare const Upload: FC<UploadProps>;
package/dist/types.d.ts CHANGED
@@ -535,10 +535,10 @@ interface UploadProps {
535
535
  onReadFileStart?: (file: File) => void;
536
536
  onReadFileSuccess?: (response: string | ArrayBuffer | null, file: File) => void;
537
537
  onZoomChange?: (value: number) => void;
538
- previewDuration?: string;
538
+ previewFileInfo?: string;
539
539
  previewFileName?: string;
540
540
  previewImage?: string;
541
- previewText?: string;
541
+ previewImageTitle?: string;
542
542
  uploadPercent?: number;
543
543
  }
544
544
  declare const Upload: FC<UploadProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "2.5.28",
3
+ "version": "2.5.29",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",