@chase-shao/vue-component-lib 1.2.38 → 1.2.39
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.es.js +812 -800
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/services/dataGen.d.ts +1 -0
- package/package.json +1 -1
|
@@ -121,3 +121,4 @@ export declare function updateData(className: string, id: string, data: object,
|
|
|
121
121
|
export declare function approveData(className: string, id: string, email: string, reason: string, data: object, url: string, status: string, ifGlobal: string): Promise<any>;
|
|
122
122
|
export declare function getOptions(url: string, value?: string): Promise<SelectOption[]>;
|
|
123
123
|
export declare function getProcess(className: string, workflowId: string): Promise<any[]>;
|
|
124
|
+
export declare function getFiles(className: string, workflowId: string): Promise<any[]>;
|