zyjj-web-sdk 1.1.0 → 1.1.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/lib/{APlayer.min-CZBtOELz.js → APlayer.min-cYakPUtE.js} +1 -1
- package/lib/{DPlayer.min-BXMg11_u.js → DPlayer.min-6i8RTupf.js} +1 -1
- package/lib/{ElementTypeAlert-DIwHRqol.js → ElementTypeAlert-BN8F6PHX.js} +1 -1
- package/lib/{ElementTypeAudio-cJogWlWH.js → ElementTypeAudio-CpOL1JSg.js} +3 -3
- package/lib/{ElementTypeImage-7ir4H1-l.js → ElementTypeImage-CK4q6bI7.js} +2 -2
- package/lib/{ElementTypeImageList-vziNxaaS.js → ElementTypeImageList-DQon_M46.js} +2 -2
- package/lib/{ElementTypeInput-BRtz62-Y.js → ElementTypeInput-Mx1txBsc.js} +1 -1
- package/lib/{ElementTypeNumber-Cfd2x86j.js → ElementTypeNumber-Be9gUlCJ.js} +1 -1
- package/lib/{ElementTypeSelect-CR0uuJdt.js → ElementTypeSelect-TTtjEVOj.js} +1 -1
- package/lib/{ElementTypeText-BSc-LLC8.js → ElementTypeText-ByyMD0FT.js} +3 -3
- package/lib/{ElementTypeTextArea-DCG45595.js → ElementTypeTextArea-CE2X9ol7.js} +1 -1
- package/lib/{ElementTypeUpload-nGLzfZ6G.js → ElementTypeUpload-O411cbP7.js} +9 -9
- package/lib/{ElementTypeVideo-BMtgU--n.js → ElementTypeVideo-D-c4fzS7.js} +3 -3
- package/lib/{common-DtnntE_W.js → common-fg-GJh8W.js} +11 -11
- package/lib/{index-CBI9A0_q.js → index-4CgKoZea.js} +2 -2
- package/lib/{index-EsacoB5D.js → index-oS0LMsZ4.js} +11 -8
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/index.umd.cjs +3 -3
- package/lib/tool/utils.d.ts +1 -1
- package/lib/types/tool-task.d.ts +1 -0
- package/package.json +1 -1
package/lib/tool/utils.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ToolParamFile } from "../types/local-task.ts";
|
|
2
2
|
import COS from 'cos-js-sdk-v5';
|
|
3
3
|
export declare const convertFileSize: (bytes: number) => string;
|
|
4
|
-
export declare const File2ToolParamFile: (file: File) => ToolParamFile;
|
|
4
|
+
export declare const File2ToolParamFile: (file: File, no_path?: boolean) => ToolParamFile;
|
|
5
5
|
export declare const Seconds2TimeStr: (seconds: number) => string;
|
|
6
6
|
export declare const getTencentInfo: () => Promise<{
|
|
7
7
|
cos: COS;
|
package/lib/types/tool-task.d.ts
CHANGED