ados-rcm 1.0.176 → 1.0.178
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/AModule/AComponents/ATable/ATable.d.ts +1 -1
- package/dist/index.cjs.js +28 -28
- package/dist/index.es.js +3646 -3639
- package/package.json +1 -1
|
@@ -475,7 +475,7 @@ export interface IATableProps<T extends IItem> {
|
|
|
475
475
|
*
|
|
476
476
|
* Description : usePagination of ATable. pagination can be controlled by usePagination.
|
|
477
477
|
*/
|
|
478
|
-
usePagination?: TUseValues<IATablePagination>;
|
|
478
|
+
usePagination?: TUseValues<Partial<IATablePagination>, IATablePagination>;
|
|
479
479
|
/**
|
|
480
480
|
* useSortation? : TUseValues<IATableSortation<T>>
|
|
481
481
|
*
|