@jswork/antd-components 1.0.110 → 1.0.112

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/antd-components",
3
- "version": "1.0.110",
3
+ "version": "1.0.112",
4
4
  "main": "dist/main.cjs.js",
5
5
  "module": "dist/main.esm.js",
6
6
  "types": "dist/main.d.ts",
@@ -44,7 +44,7 @@
44
44
  "@jswork/event-mitt": "^2.0.17",
45
45
  "@jswork/harmony-events": "^1.2.11",
46
46
  "@jswork/loadkit": "^1.0.6",
47
- "@jswork/next-create-fetcher": "^1.0.5",
47
+ "@jswork/next-create-fetcher": "^1.0.6",
48
48
  "@jswork/next-dom-event": "^1.0.8",
49
49
  "@jswork/next-gpid": "^1.0.4",
50
50
  "@jswork/next-tree-walk": "^1.0.7",
package/src/lib/table.tsx CHANGED
@@ -160,7 +160,7 @@ export type AcTableMainProps = Omit<AcTableProps, 'fetcher'> & {
160
160
  };
161
161
 
162
162
  export const AcTableMain: FC<AcTableMainProps> = (props) => {
163
- const { name, dataPath, totalPath, params, ...rest } = {
163
+ const { name, dataPath, totalPath, ...rest } = {
164
164
  dataPath: 'rows',
165
165
  totalPath: 'total',
166
166
  ...props,