bt-core-app 2.0.181 → 2.0.183

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.ts CHANGED
@@ -1227,6 +1227,7 @@ export declare interface ListProps<T, TSave, TReturn> {
1227
1227
  refreshToggle?: boolean;
1228
1228
  searchKey?: string;
1229
1229
  searchProps?: string[];
1230
+ searchStr?: string;
1230
1231
  selectProps?: string[];
1231
1232
  sortProp?: string;
1232
1233
  startEditing?: boolean;