bt-core-app 2.0.223 → 2.0.225

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
@@ -2516,6 +2516,7 @@ export declare function useList<T, TSave, TReturn>(props: ListProps<T, TSave, TR
2516
2516
  proxyID: ComputedRef<string | undefined>;
2517
2517
  pushToExternalParty: (dItem: any) => Promise<void>;
2518
2518
  refresh: (rOptions?: ListRefreshOptions) => Promise<void>;
2519
+ refreshFilteredList: () => void;
2519
2520
  restoreItem: (dItem: any) => Promise<TReturn | undefined>;
2520
2521
  saveItem: (dItem: any) => Promise<TReturn | undefined>;
2521
2522
  searchString: Ref<string | undefined, string | undefined>;