tutor-pro-ui-vue 1.4.2 → 1.4.6

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.
@@ -574,9 +574,7 @@ export declare const useInitTable: (props: CommonTableProps, table?: Ref<TableIn
574
574
  handleSizeChange: (pageSize: number) => void;
575
575
  handleCurrentChange: (currentPage: number) => void;
576
576
  reset: <T>(isRestCurrentPage?: boolean, isClearSort?: boolean) => Promise<void>;
577
- getParams: () => {
578
- [x: string]: any;
579
- };
577
+ getParams: () => any;
580
578
  getTableData: () => any[];
581
579
  treeOriginalData: Ref<any[], any[]>;
582
580
  sortParams: Ref<any, any>;
@@ -375,9 +375,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
375
375
  };
376
376
  }>, {
377
377
  reset: <T>(isRestCurrentPage?: boolean, isClearSort?: boolean) => Promise<void>;
378
- getParams: () => {
379
- [x: string]: any;
380
- };
378
+ getParams: () => any;
381
379
  getTableRef: () => any;
382
380
  getTotal: () => number;
383
381
  getComponentRefs: () => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tutor-pro-ui-vue",
3
3
  "private": false,
4
- "version": "1.4.2",
4
+ "version": "1.4.6",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",