ods-component-lib 1.18.199 → 1.18.200

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
@@ -33204,7 +33204,7 @@ var ExportDataGridToExcel = function ExportDataGridToExcel(_ref) {
33204
33204
 
33205
33205
  var useToken$1 = antd.theme.useToken;
33206
33206
  var OdsBasicDataGrid = function OdsBasicDataGrid(props) {
33207
- var _props$columnResizing, _props$selection, _props$selectOptions, _props$selectOptions$, _props$selectOptions2, _props$selectOptions$2, _props$selectOptions3;
33207
+ var _props$columnResizing, _props$className, _props$selection, _props$selectOptions, _props$selectOptions$, _props$selectOptions2, _props$selectOptions$2, _props$selectOptions3;
33208
33208
  var keyExpr = props.keyExpr,
33209
33209
  hasFastUpdate = props.hasFastUpdate,
33210
33210
  fastUpdateButtonText = props.fastUpdateButtonText,
@@ -33874,7 +33874,7 @@ var OdsBasicDataGrid = function OdsBasicDataGrid(props) {
33874
33874
  enabled: true
33875
33875
  },
33876
33876
  noDataText: props.noDataText,
33877
- className: gridStyle.grid,
33877
+ className: gridStyle.grid + " " + ((_props$className = props.className) != null ? _props$className : ""),
33878
33878
  selection: (_props$selection = props.selection) != null ? _props$selection : {
33879
33879
  mode: "multiple",
33880
33880
  selectAllMode: "page"