@chase-shao/vue-component-lib 1.2.113 → 1.2.115

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.
@@ -145,7 +145,7 @@ export declare function getListData(className: string, params: {
145
145
  }>;
146
146
  export declare function createData(className: string, data: object, url: string): Promise<number[]>;
147
147
  export declare function updateData(className: string, id: string, data: object, url: string): Promise<any>;
148
- export declare function approveData(className: string, id: string, email: string, reason: string, url: string, status: string, ifGlobal: string, data: object): Promise<any>;
148
+ export declare function approveData(className: string, id: string, email: string, reason: string, url: string, status: string, ifGlobal: string, approvedGrade: string): Promise<any>;
149
149
  export declare function getOptions(url: string, value?: string): Promise<SelectOption[]>;
150
150
  export declare function submit(url: string, params?: any): Promise<SelectOption[]>;
151
151
  export declare function getProcess(className: string, workflowId: string): Promise<any[]>;
@@ -1,7 +1,7 @@
1
1
  export declare const useLibraryMainStore: import('pinia').StoreDefinition<"main", Pick<{
2
2
  token: import('vue').Ref<string | undefined, string | undefined>;
3
3
  error: import('vue').Ref<any, any>;
4
- }, "error" | "token">, Pick<{
4
+ }, "token" | "error">, Pick<{
5
5
  token: import('vue').Ref<string | undefined, string | undefined>;
6
6
  error: import('vue').Ref<any, any>;
7
7
  }, never>, Pick<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chase-shao/vue-component-lib",
3
- "version": "1.2.113",
3
+ "version": "1.2.115",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",