qlqz-frame 0.2.11 → 0.2.13
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.d.ts +2 -0
- package/dist/index.mjs +31513 -31610
- package/dist/index.umd.js +393 -425
- package/package.json +14 -10
- package/dist/style.css +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -74,6 +74,7 @@ declare module 'qlqz-frame' {
|
|
|
74
74
|
) => Promise<AxiosResponse<U>>;
|
|
75
75
|
postRequest: <T, U>(url: string, param: T, config?: IParam) => Promise<AxiosResponse<U>>;
|
|
76
76
|
getOne;
|
|
77
|
+
getOneFree;
|
|
77
78
|
getTableDatas;
|
|
78
79
|
getTableDatasFree;
|
|
79
80
|
editTableData;
|
|
@@ -114,6 +115,7 @@ declare module 'qlqz-frame' {
|
|
|
114
115
|
export const getOne: (param: ITableDataPayload) => Promise<IParam>;
|
|
115
116
|
export const getTableDatas: (param: ITableDataPayload) => Promise<IParam>;
|
|
116
117
|
export const getTableDatasFree;
|
|
118
|
+
export const getOneFree;
|
|
117
119
|
export const editTableData;
|
|
118
120
|
export const addTableData;
|
|
119
121
|
export const delTableData;
|