@faasjs/ant-design 0.0.3-beta.73 → 0.0.3-beta.74

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.js CHANGED
@@ -1706,7 +1706,8 @@ function FaasDataTable({
1706
1706
  ...params,
1707
1707
  pagination: processed.pagination,
1708
1708
  filters: processed.filters,
1709
- sorter: processed.sorter
1709
+ sorter: processed.sorter,
1710
+ extra: processed.extra
1710
1711
  });
1711
1712
  return;
1712
1713
  }
package/dist/index.mjs CHANGED
@@ -1713,7 +1713,8 @@ function FaasDataTable({
1713
1713
  ...params,
1714
1714
  pagination: processed.pagination,
1715
1715
  filters: processed.filters,
1716
- sorter: processed.sorter
1716
+ sorter: processed.sorter,
1717
+ extra: processed.extra
1717
1718
  });
1718
1719
  return;
1719
1720
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faasjs/ant-design",
3
- "version": "0.0.3-beta.73",
3
+ "version": "0.0.3-beta.74",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",