antd-management-fast-component 2.6.42 → 2.6.45

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.
@@ -32,6 +32,7 @@ export namespace AudioUpload {
32
32
  let audio: string;
33
33
  let showPreview: boolean;
34
34
  function pretreatmentRemoteResponse(): void;
35
+ function afterUploadSuccess(): void;
35
36
  function afterChangeSuccess(): void;
36
37
  }
37
38
  }
@@ -28,6 +28,7 @@ export namespace FileUpload {
28
28
  let tokenSet: {};
29
29
  let file: string;
30
30
  function pretreatmentRemoteResponse(): void;
31
+ function afterUploadSuccess(): void;
31
32
  function afterChangeSuccess(): void;
32
33
  }
33
34
  }
@@ -32,6 +32,7 @@ export namespace VideoUpload {
32
32
  let video: string;
33
33
  let showPreview: boolean;
34
34
  function pretreatmentRemoteResponse(): void;
35
+ function afterUploadSuccess(): void;
35
36
  function afterChangeSuccess(): void;
36
37
  }
37
38
  }