venus-design 0.6.3 → 0.6.4

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.
@@ -1,6 +1,5 @@
1
1
  import { VenusTableType } from "..";
2
2
  import React from 'react';
3
- import './style.less';
4
3
  /**
5
4
  * 动态表格
6
5
  * @param props
@@ -16,7 +16,6 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try
16
16
  function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
17
17
  import { DataView, getColumnData, storage, deleteSessionKeysWithPrefix, getMenuId, handleColumnFilterFns, handleColumnFns } from "./..";
18
18
  import React, { useState, useEffect } from 'react';
19
- import "./style.less";
20
19
  /**
21
20
  * 动态表格
22
21
  * @param props
@@ -319,7 +318,8 @@ var VenusTable = function VenusTable(props) {
319
318
  current: pageInfo.current,
320
319
  pageSize: pageInfo.pageSize,
321
320
  pageSizeOptions: [10, 20, 50, 100, 500]
322
- }
321
+ },
322
+ ghost: true
323
323
  }, props, {
324
324
  //传递的其他属性
325
325
  //toolBarRender={() =>toolsAndOptions.tools}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venus-design",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "venus all compoments",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,4 +0,0 @@
1
- .ant-pro-card .ant-pro-card-body{
2
- padding-left: 0px;
3
- padding-right: 0px;
4
- }