command-center-v3-common 0.0.128 → 0.0.130
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/command-center-v3-common.js +4663 -4731
- package/dist/command-center-v3-common.umd.cjs +22 -22
- package/dist/index.d.ts +5 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -1870,7 +1870,11 @@ draggable: boolean;
|
|
1870
1870
|
|
1871
1871
|
export declare const HyFileDetails: DefineComponent< {}, {
|
1872
1872
|
show: typeof show;
|
1873
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1873
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1874
|
+
onClose: (...args: any[]) => void;
|
1875
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
|
1876
|
+
onOnClose?: (...args: any[]) => any;
|
1877
|
+
}, {}, {}>;
|
1874
1878
|
|
1875
1879
|
export declare const HyFileUpload: DefineComponent< {}, {
|
1876
1880
|
fileUploadShow: (params: any, initCustomFileSave: any) => MessageHandler;
|
@@ -2536,7 +2540,6 @@ declare function setTableData(data: TableList): void;
|
|
2536
2540
|
declare function show(params: ShowParams): void;
|
2537
2541
|
|
2538
2542
|
declare interface ShowParams {
|
2539
|
-
draggable: boolean;
|
2540
2543
|
curMediaType: number;
|
2541
2544
|
curItem?: MediaFileSimplevo;
|
2542
2545
|
playList?: MediaFileSimplevo[];
|