@firecms/collection_editor 3.0.0-alpha.31 → 3.0.0-alpha.33
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/index.d.ts +2 -2
- package/dist/index.es.js +910 -802
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/ui/collection_editor/GetCodeDialog.d.ts +5 -0
- package/dist/ui/collection_editor/utils/strings.d.ts +1 -0
- package/package.json +6 -4
- package/src/ConfigControllerProvider.tsx +2 -2
- package/src/index.ts +2 -2
- package/src/{components → ui}/collection_editor/CollectionPropertiesEditorForm.tsx +25 -8
- package/src/ui/collection_editor/GetCodeDialog.tsx +118 -0
- package/src/{components → ui}/collection_editor/PropertyFieldPreview.tsx +0 -4
- package/src/{components → ui}/collection_editor/PropertyTree.tsx +1 -1
- package/src/ui/collection_editor/utils/strings.ts +8 -0
- package/src/useCollectionEditorPlugin.tsx +6 -6
- package/src/utils/join_collections.ts +10 -2
- /package/dist/{components → ui}/CollectionViewHeaderAction.d.ts +0 -0
- /package/dist/{components → ui}/EditorCollectionAction.d.ts +0 -0
- /package/dist/{components → ui}/HomePageEditorCollectionAction.d.ts +0 -0
- /package/dist/{components → ui}/MissingReferenceWidget.d.ts +0 -0
- /package/dist/{components → ui}/NewCollectionCard.d.ts +0 -0
- /package/dist/{components → ui}/PropertyAddColumnComponent.d.ts +0 -0
- /package/dist/{components → ui}/RootCollectionSuggestions.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/CollectionDetailsForm.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/CollectionEditorDialog.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/CollectionEditorWelcomeView.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/CollectionPropertiesEditorForm.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/CollectionYupValidation.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/EntityCustomViewsSelectDialog.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/EnumForm.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/PropertyEditView.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/PropertyFieldPreview.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/PropertySelectItem.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/PropertyTree.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/SelectIcons.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/SubcollectionsEditTab.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/UnsavedChangesDialog.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/import/CollectionEditorImportDataPreview.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/import/CollectionEditorImportMapping.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/import/clean_import_data.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/BlockPropertyField.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/BooleanPropertyField.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/CommonPropertyFields.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/DateTimePropertyField.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/EnumPropertyField.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/FieldHelperView.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/KeyValuePropertyField.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/MapPropertyField.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/NumberPropertyField.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/ReferencePropertyField.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/RepeatPropertyField.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/StoragePropertyField.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/StringPropertyField.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/advanced/AdvancedPropertyValidation.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/validation/ArrayPropertyValidation.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/validation/GeneralPropertyValidation.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/validation/NumberPropertyValidation.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/validation/StringPropertyValidation.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/properties/validation/ValidationPanel.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/templates/blog_template.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/templates/products_template.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/templates/users_template.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/util.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/utils/supported_fields.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/utils/update_property_for_widget.d.ts +0 -0
- /package/dist/{components → ui}/collection_editor/utils/useTraceUpdate.d.ts +0 -0
- /package/src/{components → ui}/CollectionViewHeaderAction.tsx +0 -0
- /package/src/{components → ui}/EditorCollectionAction.tsx +0 -0
- /package/src/{components → ui}/HomePageEditorCollectionAction.tsx +0 -0
- /package/src/{components → ui}/MissingReferenceWidget.tsx +0 -0
- /package/src/{components → ui}/NewCollectionCard.tsx +0 -0
- /package/src/{components → ui}/PropertyAddColumnComponent.tsx +0 -0
- /package/src/{components → ui}/RootCollectionSuggestions.tsx +0 -0
- /package/src/{components → ui}/collection_editor/CollectionDetailsForm.tsx +0 -0
- /package/src/{components → ui}/collection_editor/CollectionEditorDialog.tsx +0 -0
- /package/src/{components → ui}/collection_editor/CollectionEditorWelcomeView.tsx +0 -0
- /package/src/{components → ui}/collection_editor/CollectionYupValidation.tsx +0 -0
- /package/src/{components → ui}/collection_editor/EntityCustomViewsSelectDialog.tsx +0 -0
- /package/src/{components → ui}/collection_editor/EnumForm.tsx +0 -0
- /package/src/{components → ui}/collection_editor/PropertyEditView.tsx +0 -0
- /package/src/{components → ui}/collection_editor/PropertySelectItem.tsx +0 -0
- /package/src/{components → ui}/collection_editor/SelectIcons.tsx +0 -0
- /package/src/{components → ui}/collection_editor/SubcollectionsEditTab.tsx +0 -0
- /package/src/{components → ui}/collection_editor/UnsavedChangesDialog.tsx +0 -0
- /package/src/{components → ui}/collection_editor/import/CollectionEditorImportDataPreview.tsx +0 -0
- /package/src/{components → ui}/collection_editor/import/CollectionEditorImportMapping.tsx +0 -0
- /package/src/{components → ui}/collection_editor/import/clean_import_data.ts +0 -0
- /package/src/{components → ui}/collection_editor/properties/BlockPropertyField.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/BooleanPropertyField.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/CommonPropertyFields.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/DateTimePropertyField.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/EnumPropertyField.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/FieldHelperView.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/KeyValuePropertyField.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/MapPropertyField.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/NumberPropertyField.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/ReferencePropertyField.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/RepeatPropertyField.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/StoragePropertyField.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/StringPropertyField.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/advanced/AdvancedPropertyValidation.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/validation/ArrayPropertyValidation.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/validation/GeneralPropertyValidation.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/validation/NumberPropertyValidation.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/validation/StringPropertyValidation.tsx +0 -0
- /package/src/{components → ui}/collection_editor/properties/validation/ValidationPanel.tsx +0 -0
- /package/src/{components → ui}/collection_editor/templates/blog_template.ts +0 -0
- /package/src/{components → ui}/collection_editor/templates/products_template.ts +0 -0
- /package/src/{components → ui}/collection_editor/templates/users_template.ts +0 -0
- /package/src/{components → ui}/collection_editor/util.ts +0 -0
- /package/src/{components → ui}/collection_editor/utils/supported_fields.tsx +0 -0
- /package/src/{components → ui}/collection_editor/utils/update_property_for_widget.ts +0 -0
- /package/src/{components → ui}/collection_editor/utils/useTraceUpdate.tsx +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -7,5 +7,5 @@ export type { CollectionEditorController } from "./types/collection_editor_contr
|
|
|
7
7
|
export type { CollectionEditorPermissions, CollectionEditorPermissionsBuilder } from "./types/config_permissions";
|
|
8
8
|
export type { PersistedCollection } from "./types/persisted_collection";
|
|
9
9
|
export type { CollectionInference } from "./types/collection_inference";
|
|
10
|
-
export { MissingReferenceWidget } from "./
|
|
11
|
-
export * from "./
|
|
10
|
+
export { MissingReferenceWidget } from "./ui/MissingReferenceWidget";
|
|
11
|
+
export * from "./ui/collection_editor/util";
|