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;
|