@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/{AiChatTranslationsProvider-C8xCMzVR.js → AiChatTranslationsProvider-CifgEXcW.js} +1034 -1048
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +1 -1
- package/dist/experimental.js +3732 -3707
- package/dist/f0.d.ts +1 -1
- package/dist/f0.js +4 -4
- package/dist/{hooks-BS0_BtxO.js → hooks-B94Gvpbs.js} +1 -1
- package/dist/{index-ljj7NkIC.js → index-CkQYM2IW.js} +8008 -7993
- package/package.json +1 -1
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-
|
|
2
|
-
import { I as f, u as h } from "./index-
|
|
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,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -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 */
|