@factorialco/f0-react 1.333.1 → 1.333.2

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/ai.js CHANGED
@@ -1,5 +1,5 @@
1
- import { A as i, a as r, b as t, d as o, c as n, H as e, e as A, u as l, f as u } from "./AiChatTranslationsProvider-C8xCMzVR.js";
2
- import { I as f, u as h } from "./index-ljj7NkIC.js";
1
+ import { A as i, a as r, b as t, d as o, c as n, H as e, e as A, u as l, f as u } from "./AiChatTranslationsProvider-CifgEXcW.js";
2
+ import { I as f, u as h } from "./index-CkQYM2IW.js";
3
3
  import { defaultTranslations as m } from "./i18n-provider-defaults.js";
4
4
  export {
5
5
  i as ActionItem,
@@ -2034,7 +2034,7 @@ export declare type DataSourceDefinition<R extends RecordType = RecordType, Filt
2034
2034
  filters?: FiltersState<Filters>;
2035
2035
  pagination?: ChildrenPaginationInfo;
2036
2036
  sortings?: SortingsState<Sortings>;
2037
- }) => Promise<ChildrenResponse<R>>;
2037
+ }) => ChildrenResponse<R> | Promise<ChildrenResponse<R>> | Observable<PromiseState<ChildrenResponse<R>>>;
2038
2038
  /** Function to determine if an item has children */
2039
2039
  itemsWithChildren?: (item: R) => boolean;
2040
2040
  /** Function to get the number of children for an item */