@firecms/collection_editor 3.0.0-alpha.20 → 3.0.0-alpha.21

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 (71) hide show
  1. package/package.json +4 -4
  2. package/src/components/MissingReferenceWidget.tsx +32 -0
  3. package/src/components/collection_editor/CollectionPropertiesEditorForm.tsx +1 -11
  4. package/src/index.ts +2 -0
  5. package/src/useCollectionEditorController.tsx +1 -1
  6. package/dist/ConfigControllerProvider.d.ts +0 -36
  7. package/dist/components/EditorCollectionAction.d.ts +0 -2
  8. package/dist/components/HomePageEditorCollectionAction.d.ts +0 -2
  9. package/dist/components/NewCollectionCard.d.ts +0 -2
  10. package/dist/components/RootCollectionSuggestions.d.ts +0 -1
  11. package/dist/components/collection_editor/CollectionDetailsForm.d.ts +0 -9
  12. package/dist/components/collection_editor/CollectionEditorDialog.d.ts +0 -37
  13. package/dist/components/collection_editor/CollectionEditorWelcomeView.d.ts +0 -15
  14. package/dist/components/collection_editor/CollectionPropertiesEditorForm.d.ts +0 -19
  15. package/dist/components/collection_editor/CollectionYupValidation.d.ts +0 -11
  16. package/dist/components/collection_editor/EntityCustomViewsSelectDialog.d.ts +0 -4
  17. package/dist/components/collection_editor/EnumForm.d.ts +0 -13
  18. package/dist/components/collection_editor/PropertyEditView.d.ts +0 -39
  19. package/dist/components/collection_editor/PropertyFieldPreview.d.ts +0 -15
  20. package/dist/components/collection_editor/PropertySelectItem.d.ts +0 -8
  21. package/dist/components/collection_editor/PropertyTree.d.ts +0 -30
  22. package/dist/components/collection_editor/SelectIcons.d.ts +0 -6
  23. package/dist/components/collection_editor/SubcollectionsEditTab.d.ts +0 -12
  24. package/dist/components/collection_editor/UnsavedChangesDialog.d.ts +0 -9
  25. package/dist/components/collection_editor/import/CollectionEditorImportDataPreview.d.ts +0 -7
  26. package/dist/components/collection_editor/import/CollectionEditorImportMapping.d.ts +0 -6
  27. package/dist/components/collection_editor/import/clean_import_data.d.ts +0 -7
  28. package/dist/components/collection_editor/properties/BlockPropertyField.d.ts +0 -7
  29. package/dist/components/collection_editor/properties/BooleanPropertyField.d.ts +0 -3
  30. package/dist/components/collection_editor/properties/CommonPropertyFields.d.ts +0 -10
  31. package/dist/components/collection_editor/properties/DateTimePropertyField.d.ts +0 -3
  32. package/dist/components/collection_editor/properties/EnumPropertyField.d.ts +0 -8
  33. package/dist/components/collection_editor/properties/FieldHelperView.d.ts +0 -4
  34. package/dist/components/collection_editor/properties/KeyValuePropertyField.d.ts +0 -3
  35. package/dist/components/collection_editor/properties/MapPropertyField.d.ts +0 -7
  36. package/dist/components/collection_editor/properties/NumberPropertyField.d.ts +0 -3
  37. package/dist/components/collection_editor/properties/ReferencePropertyField.d.ts +0 -13
  38. package/dist/components/collection_editor/properties/RepeatPropertyField.d.ts +0 -9
  39. package/dist/components/collection_editor/properties/StoragePropertyField.d.ts +0 -5
  40. package/dist/components/collection_editor/properties/StringPropertyField.d.ts +0 -5
  41. package/dist/components/collection_editor/properties/advanced/AdvancedPropertyValidation.d.ts +0 -3
  42. package/dist/components/collection_editor/properties/validation/ArrayPropertyValidation.d.ts +0 -5
  43. package/dist/components/collection_editor/properties/validation/GeneralPropertyValidation.d.ts +0 -4
  44. package/dist/components/collection_editor/properties/validation/NumberPropertyValidation.d.ts +0 -3
  45. package/dist/components/collection_editor/properties/validation/StringPropertyValidation.d.ts +0 -11
  46. package/dist/components/collection_editor/properties/validation/ValidationPanel.d.ts +0 -2
  47. package/dist/components/collection_editor/templates/blog_template.d.ts +0 -10
  48. package/dist/components/collection_editor/templates/products_template.d.ts +0 -12
  49. package/dist/components/collection_editor/templates/users_template.d.ts +0 -7
  50. package/dist/components/collection_editor/util.d.ts +0 -4
  51. package/dist/components/collection_editor/utils/supported_fields.d.ts +0 -3
  52. package/dist/components/collection_editor/utils/update_property_for_widget.d.ts +0 -2
  53. package/dist/components/collection_editor/utils/useTraceUpdate.d.ts +0 -1
  54. package/dist/index.d.ts +0 -9
  55. package/dist/index.es.js +0 -6579
  56. package/dist/index.es.js.map +0 -1
  57. package/dist/index.umd.js +0 -2
  58. package/dist/index.umd.js.map +0 -1
  59. package/dist/types/collection_editor_controller.d.ts +0 -25
  60. package/dist/types/collection_inference.d.ts +0 -2
  61. package/dist/types/config_controller.d.ts +0 -24
  62. package/dist/types/config_permissions.d.ts +0 -19
  63. package/dist/types/persisted_collection.d.ts +0 -5
  64. package/dist/useCollectionEditorController.d.ts +0 -6
  65. package/dist/useCollectionEditorPlugin.d.ts +0 -44
  66. package/dist/useCollectionsConfigController.d.ts +0 -6
  67. package/dist/utils/arrays.d.ts +0 -1
  68. package/dist/utils/entities.d.ts +0 -3
  69. package/dist/utils/icons.d.ts +0 -1
  70. package/dist/utils/join_collections.d.ts +0 -14
  71. package/dist/utils/synonyms.d.ts +0 -1951

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.