@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.
- package/package.json +4 -4
- package/src/components/MissingReferenceWidget.tsx +32 -0
- package/src/components/collection_editor/CollectionPropertiesEditorForm.tsx +1 -11
- package/src/index.ts +2 -0
- package/src/useCollectionEditorController.tsx +1 -1
- package/dist/ConfigControllerProvider.d.ts +0 -36
- package/dist/components/EditorCollectionAction.d.ts +0 -2
- package/dist/components/HomePageEditorCollectionAction.d.ts +0 -2
- package/dist/components/NewCollectionCard.d.ts +0 -2
- package/dist/components/RootCollectionSuggestions.d.ts +0 -1
- package/dist/components/collection_editor/CollectionDetailsForm.d.ts +0 -9
- package/dist/components/collection_editor/CollectionEditorDialog.d.ts +0 -37
- package/dist/components/collection_editor/CollectionEditorWelcomeView.d.ts +0 -15
- package/dist/components/collection_editor/CollectionPropertiesEditorForm.d.ts +0 -19
- package/dist/components/collection_editor/CollectionYupValidation.d.ts +0 -11
- package/dist/components/collection_editor/EntityCustomViewsSelectDialog.d.ts +0 -4
- package/dist/components/collection_editor/EnumForm.d.ts +0 -13
- package/dist/components/collection_editor/PropertyEditView.d.ts +0 -39
- package/dist/components/collection_editor/PropertyFieldPreview.d.ts +0 -15
- package/dist/components/collection_editor/PropertySelectItem.d.ts +0 -8
- package/dist/components/collection_editor/PropertyTree.d.ts +0 -30
- package/dist/components/collection_editor/SelectIcons.d.ts +0 -6
- package/dist/components/collection_editor/SubcollectionsEditTab.d.ts +0 -12
- package/dist/components/collection_editor/UnsavedChangesDialog.d.ts +0 -9
- package/dist/components/collection_editor/import/CollectionEditorImportDataPreview.d.ts +0 -7
- package/dist/components/collection_editor/import/CollectionEditorImportMapping.d.ts +0 -6
- package/dist/components/collection_editor/import/clean_import_data.d.ts +0 -7
- package/dist/components/collection_editor/properties/BlockPropertyField.d.ts +0 -7
- package/dist/components/collection_editor/properties/BooleanPropertyField.d.ts +0 -3
- package/dist/components/collection_editor/properties/CommonPropertyFields.d.ts +0 -10
- package/dist/components/collection_editor/properties/DateTimePropertyField.d.ts +0 -3
- package/dist/components/collection_editor/properties/EnumPropertyField.d.ts +0 -8
- package/dist/components/collection_editor/properties/FieldHelperView.d.ts +0 -4
- package/dist/components/collection_editor/properties/KeyValuePropertyField.d.ts +0 -3
- package/dist/components/collection_editor/properties/MapPropertyField.d.ts +0 -7
- package/dist/components/collection_editor/properties/NumberPropertyField.d.ts +0 -3
- package/dist/components/collection_editor/properties/ReferencePropertyField.d.ts +0 -13
- package/dist/components/collection_editor/properties/RepeatPropertyField.d.ts +0 -9
- package/dist/components/collection_editor/properties/StoragePropertyField.d.ts +0 -5
- package/dist/components/collection_editor/properties/StringPropertyField.d.ts +0 -5
- package/dist/components/collection_editor/properties/advanced/AdvancedPropertyValidation.d.ts +0 -3
- package/dist/components/collection_editor/properties/validation/ArrayPropertyValidation.d.ts +0 -5
- package/dist/components/collection_editor/properties/validation/GeneralPropertyValidation.d.ts +0 -4
- package/dist/components/collection_editor/properties/validation/NumberPropertyValidation.d.ts +0 -3
- package/dist/components/collection_editor/properties/validation/StringPropertyValidation.d.ts +0 -11
- package/dist/components/collection_editor/properties/validation/ValidationPanel.d.ts +0 -2
- package/dist/components/collection_editor/templates/blog_template.d.ts +0 -10
- package/dist/components/collection_editor/templates/products_template.d.ts +0 -12
- package/dist/components/collection_editor/templates/users_template.d.ts +0 -7
- package/dist/components/collection_editor/util.d.ts +0 -4
- package/dist/components/collection_editor/utils/supported_fields.d.ts +0 -3
- package/dist/components/collection_editor/utils/update_property_for_widget.d.ts +0 -2
- package/dist/components/collection_editor/utils/useTraceUpdate.d.ts +0 -1
- package/dist/index.d.ts +0 -9
- package/dist/index.es.js +0 -6579
- package/dist/index.es.js.map +0 -1
- package/dist/index.umd.js +0 -2
- package/dist/index.umd.js.map +0 -1
- package/dist/types/collection_editor_controller.d.ts +0 -25
- package/dist/types/collection_inference.d.ts +0 -2
- package/dist/types/config_controller.d.ts +0 -24
- package/dist/types/config_permissions.d.ts +0 -19
- package/dist/types/persisted_collection.d.ts +0 -5
- package/dist/useCollectionEditorController.d.ts +0 -6
- package/dist/useCollectionEditorPlugin.d.ts +0 -44
- package/dist/useCollectionsConfigController.d.ts +0 -6
- package/dist/utils/arrays.d.ts +0 -1
- package/dist/utils/entities.d.ts +0 -3
- package/dist/utils/icons.d.ts +0 -1
- package/dist/utils/join_collections.d.ts +0 -14
- package/dist/utils/synonyms.d.ts +0 -1951
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function useTraceUpdate(props: any): void;
|
package/dist/index.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export { useCollectionEditorPlugin } from "./useCollectionEditorPlugin";
|
|
2
|
-
export { useCollectionEditorController } from "./useCollectionEditorController";
|
|
3
|
-
export { useCollectionsConfigController } from "./useCollectionsConfigController";
|
|
4
|
-
export { editableProperty, removeNonEditableProperties } from "./utils/entities";
|
|
5
|
-
export type { CollectionsConfigController, DeleteCollectionParams, SaveCollectionParams } from "./types/config_controller";
|
|
6
|
-
export type { CollectionEditorController } from "./types/collection_editor_controller";
|
|
7
|
-
export type { CollectionEditorPermissions, CollectionEditorPermissionsBuilder } from "./types/config_permissions";
|
|
8
|
-
export type { PersistedCollection } from "./types/persisted_collection";
|
|
9
|
-
export type { CollectionInference } from "./types/collection_inference";
|