ods-component-lib 1.18.265 → 1.18.266
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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -36578,6 +36578,7 @@ var OdsBatchEditDataGrid = function OdsBatchEditDataGrid(props) {
|
|
|
36578
36578
|
passiveText: (_props$exportProps$pa = props.exportProps.passiveText) != null ? _props$exportProps$pa : "Passive"
|
|
36579
36579
|
});
|
|
36580
36580
|
},
|
|
36581
|
+
onInitNewRow: props.onInitNewRow,
|
|
36581
36582
|
onRowClick: props.onRowClick,
|
|
36582
36583
|
onEditorPrepared: onEditorPrepared,
|
|
36583
36584
|
onSelectionChanged: props.onSelectionChanged,
|