react-table-edit 0.5.2 → 0.5.4

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,17 +131,13 @@ type IFTableEditProps = {
131
131
  };
132
132
  type IFPageSize = {
133
133
  pageSize: number;
134
- name: string;
135
134
  };
136
135
  type IFCurrentPage = {
137
136
  currentPage: number;
138
137
  };
139
138
  type IFCurrentPageConfig = {
140
139
  currentPage: number;
141
- newProp: IFCurrentPage;
142
- oldProp: IFCurrentPage;
143
- cancel: boolean;
144
- name: string;
140
+ oldPage: number;
145
141
  };
146
142
  type IFRef = {
147
143
  refeshFocusRow: any;
package/dist/index.d.ts CHANGED
@@ -131,17 +131,13 @@ type IFTableEditProps = {
131
131
  };
132
132
  type IFPageSize = {
133
133
  pageSize: number;
134
- name: string;
135
134
  };
136
135
  type IFCurrentPage = {
137
136
  currentPage: number;
138
137
  };
139
138
  type IFCurrentPageConfig = {
140
139
  currentPage: number;
141
- newProp: IFCurrentPage;
142
- oldProp: IFCurrentPage;
143
- cancel: boolean;
144
- name: string;
140
+ oldPage: number;
145
141
  };
146
142
  type IFRef = {
147
143
  refeshFocusRow: any;