bt-core-app 1.4.521 → 1.4.523

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
@@ -1826,7 +1826,7 @@ export declare function useList<T, TSave, TReturn>(props: ListProps<T, TSave, TR
1826
1826
  width?: string | undefined;
1827
1827
  }[]>;
1828
1828
  errorMsg: ComputedRef<string | undefined>;
1829
- exportToCSV: (onlyFilteredItems: boolean) => void;
1829
+ exportToCSV: () => void;
1830
1830
  filteredItems: ShallowRef<TReturn[]>;
1831
1831
  filters: ComputedRef<any[]>;
1832
1832
  filtersChanged: ComputedRef<boolean>;