@factorialco/f0-react 1.414.1 → 1.415.0
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/F0AiChat-CrcLUV-I.js +63788 -0
- package/dist/F0AiChat.css +1 -1
- package/dist/{F0AnalyticsDashboard-C74qJ7sF.js → F0AnalyticsDashboard-BhvG-yU1.js} +2 -2
- package/dist/F0ChatDashboard.d.ts +5 -5
- package/dist/F0ChatDashboard.js +1 -1
- package/dist/{F0HILActionConfirmation-BvAjbJKj.js → F0HILActionConfirmation-Bu877U3G.js} +35 -35
- package/dist/{F0Input-C9w04Jpr.js → F0Input-Ctwd5zZH.js} +23551 -21684
- package/dist/ai.d.ts +34 -5
- package/dist/ai.js +42 -38
- package/dist/experimental.d.ts +5 -5
- package/dist/experimental.js +402 -402
- package/dist/f0.d.ts +498 -19
- package/dist/f0.js +4313 -11766
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/index-BZMnPkIB.js +22909 -0
- package/dist/styles.css +1 -1
- package/dist/useDataCollectionSource-BH2-U4PN.js +8206 -0
- package/package.json +2 -1
- package/dist/F0AiChat-CBy7rZCW.js +0 -29274
- package/dist/index-c9MQbjVB.js +0 -48076
- package/dist/index.css +0 -1
- package/dist/useDataCollectionSource-BzzlFsAB.js +0 -10118
|
@@ -697,11 +697,6 @@ declare module "gridstack" {
|
|
|
697
697
|
}
|
|
698
698
|
|
|
699
699
|
|
|
700
|
-
declare namespace Calendar {
|
|
701
|
-
var displayName: string;
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
|
|
705
700
|
declare module "@tiptap/core" {
|
|
706
701
|
interface Commands<ReturnType> {
|
|
707
702
|
aiBlock: {
|
|
@@ -749,3 +744,8 @@ declare module "@tiptap/core" {
|
|
|
749
744
|
};
|
|
750
745
|
}
|
|
751
746
|
}
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
declare namespace Calendar {
|
|
750
|
+
var displayName: string;
|
|
751
|
+
}
|