@factorialco/f0-react 1.338.1 → 1.339.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/{AiChatTranslationsProvider-BKb05OK7.js → AiChatTranslationsProvider-D3vIzGYE.js} +1448 -1474
- package/dist/{DataCollectionStorageProvider-4dXvrEW_.js → DataCollectionStorageProvider-DVluhjab.js} +5539 -5539
- package/dist/ai.d.ts +10 -0
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +154 -58
- package/dist/experimental.js +9179 -9341
- package/dist/f0.d.ts +29 -0
- package/dist/f0.js +1016 -935
- package/dist/i18n-provider-defaults.d.ts +10 -0
- package/dist/{index-DVftYrQG.js → index-obo3ZWcu.js} +12760 -12710
- package/dist/styles.css +1 -1
- package/icons/app/PushPin.d.ts +4 -0
- package/icons/app/PushPin.d.ts.map +1 -0
- package/icons/app/PushPin.js +5 -0
- package/icons/app/PushPinSolid.d.ts +4 -0
- package/icons/app/PushPinSolid.d.ts.map +1 -0
- package/icons/app/PushPinSolid.js +5 -0
- package/icons/app/index.d.ts +2 -0
- package/icons/app/index.d.ts.map +1 -1
- package/icons/app/index.js +2 -0
- package/package.json +2 -2
|
@@ -508,6 +508,16 @@ declare global {
|
|
|
508
508
|
}
|
|
509
509
|
}
|
|
510
510
|
|
|
511
|
+
|
|
512
|
+
declare namespace _DaytimePage {
|
|
513
|
+
var displayName: string;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
declare namespace _Page {
|
|
518
|
+
var displayName: string;
|
|
519
|
+
}
|
|
520
|
+
|
|
511
521
|
declare module "gridstack" {
|
|
512
522
|
interface GridStackWidget {
|
|
513
523
|
id?: string;
|