@firecms/core 3.3.0-canary.3afa809 → 3.3.0-canary.42ba35b

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.
Files changed (67) hide show
  1. package/dist/app/useApp.d.ts +1 -0
  2. package/dist/components/EntityCollectionTable/column_utils.d.ts +4 -3
  3. package/dist/components/EntityCollectionView/FiltersDialog.d.ts +2 -1
  4. package/dist/components/EntityPreview.d.ts +3 -1
  5. package/dist/core/DefaultDrawer.d.ts +10 -3
  6. package/dist/core/field_configs.d.ts +1 -1
  7. package/dist/form/field_bindings/GeopointFieldBinding.d.ts +5 -0
  8. package/dist/form/index.d.ts +1 -0
  9. package/dist/index.es.js +2042 -728
  10. package/dist/index.es.js.map +1 -1
  11. package/dist/index.umd.js +2041 -727
  12. package/dist/index.umd.js.map +1 -1
  13. package/dist/locales/pl.d.ts +2 -0
  14. package/dist/preview/index.d.ts +1 -0
  15. package/dist/preview/property_previews/GeopointPropertyPreview.d.ts +4 -0
  16. package/dist/types/collections.d.ts +17 -0
  17. package/dist/types/translations.d.ts +9 -1
  18. package/dist/util/entities.d.ts +1 -0
  19. package/dist/util/geopoint.d.ts +22 -0
  20. package/dist/util/index.d.ts +1 -0
  21. package/dist/util/navigation_blocking.d.ts +22 -0
  22. package/dist/util/navigation_from_path.d.ts +10 -0
  23. package/dist/util/navigation_utils.d.ts +20 -0
  24. package/package.json +16 -9
  25. package/src/app/Scaffold.tsx +34 -44
  26. package/src/app/useApp.tsx +1 -0
  27. package/src/components/EntityCollectionTable/EntityCollectionTable.tsx +2 -1
  28. package/src/components/EntityCollectionTable/column_utils.tsx +11 -19
  29. package/src/components/EntityCollectionTable/fields/TableReferenceField.tsx +1 -1
  30. package/src/components/EntityCollectionView/EntityCollectionViewStartActions.tsx +4 -1
  31. package/src/components/EntityCollectionView/FiltersDialog.tsx +39 -28
  32. package/src/components/EntityPreview.tsx +41 -40
  33. package/src/components/ReferenceWidget.tsx +1 -1
  34. package/src/components/SelectableTable/filters/ReferenceFilterField.tsx +2 -2
  35. package/src/components/VirtualTable/VirtualTable.tsx +19 -8
  36. package/src/components/common/useDataSourceTableController.tsx +66 -10
  37. package/src/core/DefaultDrawer.tsx +150 -64
  38. package/src/core/DrawerNavigationGroup.tsx +27 -29
  39. package/src/core/DrawerNavigationItem.tsx +10 -12
  40. package/src/core/EntityEditView.tsx +57 -32
  41. package/src/core/field_configs.tsx +15 -0
  42. package/src/form/field_bindings/ArrayOfReferencesFieldBinding.tsx +1 -1
  43. package/src/form/field_bindings/GeopointFieldBinding.tsx +139 -0
  44. package/src/form/index.tsx +1 -0
  45. package/src/i18n/FireCMSi18nProvider.tsx +2 -0
  46. package/src/internal/useBuildSideEntityController.tsx +2 -1
  47. package/src/locales/de.ts +11 -3
  48. package/src/locales/en.ts +11 -3
  49. package/src/locales/es.ts +11 -3
  50. package/src/locales/fr.ts +11 -3
  51. package/src/locales/hi.ts +11 -3
  52. package/src/locales/it.ts +11 -3
  53. package/src/locales/pl.ts +730 -0
  54. package/src/locales/pt.ts +11 -3
  55. package/src/preview/PropertyPreview.tsx +12 -0
  56. package/src/preview/index.ts +1 -0
  57. package/src/preview/property_previews/GeopointPropertyPreview.tsx +23 -0
  58. package/src/routes/FireCMSRoute.tsx +44 -25
  59. package/src/types/collections.ts +18 -0
  60. package/src/types/translations.ts +9 -1
  61. package/src/util/entities.ts +13 -0
  62. package/src/util/geopoint.ts +81 -0
  63. package/src/util/index.ts +1 -0
  64. package/src/util/navigation_blocking.ts +45 -0
  65. package/src/util/navigation_from_path.ts +23 -6
  66. package/src/util/navigation_utils.ts +36 -2
  67. package/src/util/parent_references_from_path.ts +4 -2
package/src/locales/it.ts CHANGED
@@ -146,8 +146,8 @@ export const it: FireCMSTranslations = {
146
146
  // ─── Error states ─────────────────────────────────────────────
147
147
  error: "Errore",
148
148
  error_uploading_file: "Errore durante il caricamento del file",
149
- error_deleting: "Errore durante l'eliminazione",
150
- error_before_delete: "Errore prima dell'eliminazione",
149
+ error_deleting: "Errore durante l'eliminazione: {{message}}",
150
+ error_before_delete: "Errore prima dell'eliminazione: {{message}}",
151
151
  error_updating_asset: "Errore durante l'aggiornamento dell'asset",
152
152
  error_deleting_asset: "Errore durante l'eliminazione dell'asset",
153
153
  error_firestore_index: "Per questa query è richiesto un indice Firestore.",
@@ -514,10 +514,18 @@ export const it: FireCMSTranslations = {
514
514
  auto_setup_collections_button: "Configura le collezioni automaticamente",
515
515
  auto_setup_collections_title: "Configurazione automatica delle collezioni",
516
516
  auto_setup_collections_desc: "Configura le collezioni automaticamente in base ai dati Firestore esistenti. Lascia che FireCMS configuri il CMS perfetto per te.",
517
- this_can_take_a_minute: "Potrebbe richiedere qualche minuto",
517
+ setting_up_collections: "Configurazione delle collezioni",
518
+ setting_up_collection: "Configurazione di {{name}}",
518
519
  no_collections_found_to_setup: "Nessuna collezione trovata da configurare",
519
520
  collections_have_been_setup: "Le collezioni sono state configurate",
520
521
  error_setting_up_collections: "Errore durante la configurazione delle collezioni",
522
+ setup_collections_title: "Set up collections",
523
+ setup_collections_select_desc: "Select which collections to automatically set up:",
524
+ select_all: "Select all",
525
+ deselect_all: "Deselect all",
526
+ setup_collections_confirm: "Set up ({{count}})",
527
+ collection_setup_success: "{{name}} has been set up",
528
+ go_to_collection: "Go to collection",
521
529
  add_your: "Aggiungi le tue",
522
530
  database_collections: "collezioni del database",
523
531
  to_firecms: "a FireCMS",