ods-component-lib 1.18.233 → 1.18.234

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
@@ -38416,7 +38416,8 @@ var OdsMergeCellDataGrid = function OdsMergeCellDataGrid(props) {
38416
38416
  onCellPrepared: onCustomCellPrepared,
38417
38417
  onOptionChanged: props.onOptionChanged,
38418
38418
  onToolbarPreparing: !props.closeGridHeader && (props.onToolbarPreparing || onToolbarPreparing),
38419
- onSelectionChanged: handleSelectionChanged
38419
+ onSelectionChanged: handleSelectionChanged,
38420
+ onContentReady: props.onContentReady
38420
38421
  }), gridColumns.map(function (col) {
38421
38422
  return React__default.createElement(DataGrid.Column, Object.assign({
38422
38423
  key: col.dataField