ywana-core8 0.0.480 → 0.0.481

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.umd.js CHANGED
@@ -5516,6 +5516,7 @@
5516
5516
  tableFilter = props.tableFilter,
5517
5517
  _props$editorFilter = props.editorFilter,
5518
5518
  editorFilter = _props$editorFilter === void 0 ? false : _props$editorFilter,
5519
+ tableClassName = props.tableClassName,
5519
5520
  children = props.children;
5520
5521
 
5521
5522
  var _useContext = React.useContext(PageContext),
@@ -5688,7 +5689,8 @@
5688
5689
  groupBy: groupBy,
5689
5690
  filter: tableFilter,
5690
5691
  actions: tableActions,
5691
- canDelete: canDelete
5692
+ canDelete: canDelete,
5693
+ className: tableClassName
5692
5694
  }), children ? /*#__PURE__*/React__default["default"].createElement("article", null, children) : null), renderAside());
5693
5695
  };
5694
5696
 
@@ -6002,7 +6004,8 @@
6002
6004
  editable = props.editable,
6003
6005
  canDelete = props.canDelete,
6004
6006
  filter = props.filter,
6005
- actions = props.actions;
6007
+ actions = props.actions,
6008
+ className = props.className;
6006
6009
 
6007
6010
  var _useState4 = React.useState(props.groupBy),
6008
6011
  groupBy = _useState4[0],
@@ -6134,7 +6137,8 @@
6134
6137
  }, groupSize)), /*#__PURE__*/React__default["default"].createElement(DataTable, _extends({}, table, {
6135
6138
  onRowSelection: select,
6136
6139
  editable: editable,
6137
- onCheckAll: check
6140
+ onCheckAll: check,
6141
+ className: className
6138
6142
  })));
6139
6143
  });
6140
6144
  }