react-table-edit 1.2.21 → 1.2.22

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.d.mts CHANGED
@@ -131,6 +131,7 @@ type IColumnTable = {
131
131
  template?: any;
132
132
  commandItems?: ICommandItem[];
133
133
  editTypeCondition?: any;
134
+ onPaste?: any;
134
135
  onPasteValidate?: any;
135
136
  placeholder?: string;
136
137
  numericSettings?: ISettingNumericElement;
package/dist/index.d.ts CHANGED
@@ -131,6 +131,7 @@ type IColumnTable = {
131
131
  template?: any;
132
132
  commandItems?: ICommandItem[];
133
133
  editTypeCondition?: any;
134
+ onPaste?: any;
134
135
  onPasteValidate?: any;
135
136
  placeholder?: string;
136
137
  numericSettings?: ISettingNumericElement;