@umbraco-cms/backoffice 14.0.0--preview005-c7e32bb7 → 14.0.0--preview005-cfee2c6f

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 (22) hide show
  1. package/dist-cms/custom-elements.json +2 -2
  2. package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit-properties.element.d.ts +3 -3
  3. package/dist-cms/packages/core/content-type/content-type-container-structure-helper.class.d.ts +9 -10
  4. package/dist-cms/packages/core/content-type/content-type-property-structure-helper.class.d.ts +7 -7
  5. package/dist-cms/packages/core/content-type/content-type-property-structure-helper.class.js +5 -2
  6. package/dist-cms/packages/core/content-type/content-type-structure-manager.class.d.ts +15 -17
  7. package/dist-cms/packages/core/content-type/content-type-structure-manager.class.js +2 -5
  8. package/dist-cms/packages/core/content-type/types.d.ts +13 -2
  9. package/dist-cms/packages/core/data-type/modals/data-type-picker-flow/data-type-picker-flow-data-type-picker-modal.element.js +1 -1
  10. package/dist-cms/packages/core/modal/common/property-settings/property-settings-modal.element.js +1 -1
  11. package/dist-cms/packages/core/modal/token/property-settings-modal.token.d.ts +3 -3
  12. package/dist-cms/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit-properties.element.d.ts +3 -4
  13. package/dist-cms/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit-properties.element.js +11 -11
  14. package/dist-cms/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit-property.element.d.ts +4 -4
  15. package/dist-cms/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit-property.element.js +6 -3
  16. package/dist-cms/packages/documents/documents/workspace/views/edit/document-workspace-view-edit-properties.element.d.ts +3 -3
  17. package/dist-cms/packages/media/media-types/workspace/views/design/media-type-workspace-view-edit-properties.element.d.ts +3 -4
  18. package/dist-cms/packages/media/media-types/workspace/views/design/media-type-workspace-view-edit-properties.element.js +10 -10
  19. package/dist-cms/packages/media/media-types/workspace/views/design/media-type-workspace-view-edit-property.element.js +4 -1
  20. package/dist-cms/tsconfig.build.tsbuildinfo +1 -1
  21. package/dist-cms/vscode-html-custom-data.json +2 -2
  22. package/package.json +1 -1
@@ -2656,11 +2656,11 @@
2656
2656
  },
2657
2657
  {
2658
2658
  "name": "umb-document-type-workspace-view-edit-property",
2659
- "description": "Events:\n\n * `partial-property-update` {`CustomEvent<UmbPropertyTypeModel>`} - \n\n * `property-delete` {`CustomEvent<unknown>`} - \n\nSlots:\n\n * `editor` {} - Slot for rendering the Property Editor\n\nAttributes:\n\n * `property` {UmbPropertyTypeModel} - Property, the data object for the property.\n\n * `inherited` {boolean} - Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.\n\n * `sort-mode-active` {`boolean`} - \n\n * `modalRoute` {`string | undefined`} - \n\n * `owner-document-type-id` {`string | undefined`} - \n\n * `owner-document-type-name` {`string | undefined`} - \n\nProperties:\n\n * `_property` - \n\n * `property` {UmbPropertyTypeModel} - Property, the data object for the property.\n\n * `inherited` {boolean} - Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.\n\n * `sortModeActive` {`boolean`} - \n\n * `_modalManagerContext` - \n\n * `_modalRoute` {`string | undefined`} - \n\n * `_editDocumentTypePath` {`string | undefined`} - \n\n * `modalRoute` {`string | undefined`} - \n\n * `ownerDocumentTypeId` {`string | undefined`} - \n\n * `ownerDocumentTypeName` {`string | undefined`} - \n\n * `_dataTypeName` {`string | undefined`} - \n\n * `_aliasLocked` {`boolean`} - \n\n * `styles` {`any[]`} - \n\n * `#modalRegistration` - ",
2659
+ "description": "Events:\n\n * `partial-property-update` {`CustomEvent<UmbPropertyTypeModel>`} - \n\n * `property-delete` {`CustomEvent<unknown>`} - \n\nSlots:\n\n * `editor` {} - Slot for rendering the Property Editor\n\nAttributes:\n\n * `property` {UmbPropertyTypeModel | UmbPropertyTypeScaffoldModel | undefined} - Property, the data object for the property.\n\n * `inherited` {boolean} - Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.\n\n * `sort-mode-active` {`boolean`} - \n\n * `modalRoute` {`string | undefined`} - \n\n * `owner-document-type-id` {`string | undefined`} - \n\n * `owner-document-type-name` {`string | undefined`} - \n\nProperties:\n\n * `_property` - \n\n * `property` {UmbPropertyTypeModel | UmbPropertyTypeScaffoldModel | undefined} - Property, the data object for the property.\n\n * `inherited` {boolean} - Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.\n\n * `sortModeActive` {`boolean`} - \n\n * `_modalManagerContext` - \n\n * `_modalRoute` {`string | undefined`} - \n\n * `_editDocumentTypePath` {`string | undefined`} - \n\n * `modalRoute` {`string | undefined`} - \n\n * `ownerDocumentTypeId` {`string | undefined`} - \n\n * `ownerDocumentTypeName` {`string | undefined`} - \n\n * `_dataTypeName` {`string | undefined`} - \n\n * `_aliasLocked` {`boolean`} - \n\n * `styles` {`any[]`} - \n\n * `#modalRegistration` - ",
2660
2660
  "attributes": [
2661
2661
  {
2662
2662
  "name": "property",
2663
- "description": "`property` {UmbPropertyTypeModel} - Property, the data object for the property.\n\nProperty: property\n\nDefault: undefined"
2663
+ "description": "`property` {UmbPropertyTypeModel | UmbPropertyTypeScaffoldModel | undefined} - Property, the data object for the property.\n\nProperty: property\n\nDefault: undefined"
2664
2664
  },
2665
2665
  {
2666
2666
  "name": "inherited",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@umbraco-cms/backoffice",
3
3
  "license": "MIT",
4
- "version": "14.0.0--preview005-c7e32bb7",
4
+ "version": "14.0.0--preview005-cfee2c6f",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": null,