qlqz-frame 0.2.12 → 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 +1 -0
- package/dist/index.mjs +1763 -1761
- package/dist/index.umd.js +243 -243
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -115,6 +115,7 @@ declare module 'qlqz-frame' {
|
|
|
115
115
|
export const getOne: (param: ITableDataPayload) => Promise<IParam>;
|
|
116
116
|
export const getTableDatas: (param: ITableDataPayload) => Promise<IParam>;
|
|
117
117
|
export const getTableDatasFree;
|
|
118
|
+
export const getOneFree;
|
|
118
119
|
export const editTableData;
|
|
119
120
|
export const addTableData;
|
|
120
121
|
export const delTableData;
|