@umbraco-cms/backoffice 14.0.0-1ebba150 → 14.0.0-211750b8
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-cms/custom-elements.json +54 -54
- package/dist-cms/libs/observable-api/deep-state.d.ts +1 -1
- package/dist-cms/libs/observable-api/deep-state.js +1 -1
- package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.d.ts +1 -1
- package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.js +2 -3
- package/dist-cms/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.js +2 -1
- package/dist-cms/packages/core/content-type/content-type-structure-manager.class.js +11 -11
- package/dist-cms/packages/core/extension-registry/models/dashboard.model.d.ts +6 -6
- package/dist-cms/packages/core/extension-registry/models/property-editor.model.d.ts +1 -1
- package/dist-cms/packages/core/extension-registry/models/section-view.model.d.ts +21 -2
- package/dist-cms/packages/core/index.d.ts +2 -2
- package/dist-cms/packages/core/index.js +5 -5
- package/dist-cms/packages/core/property-editor/index.d.ts +3 -0
- package/dist-cms/packages/core/property-editor/index.js +3 -0
- package/dist-cms/packages/core/{property-editors → property-editor}/uis/date-picker/property-editor-ui-date-picker.element.js +1 -1
- package/dist-cms/packages/core/section/section-views/section-views.element.js +30 -15
- package/dist-cms/packages/core/store/entity-tree-store.js +3 -3
- package/dist-cms/packages/core/store/file-system-tree.store.js +3 -3
- package/dist-cms/packages/core/workspace/types/workspace-property-data.type.d.ts +1 -1
- package/dist-cms/packages/core/workspace/workspace-property/workspace-property.context.js +5 -5
- package/dist-cms/packages/core/workspace/workspace-property/workspace-property.element.d.ts +1 -1
- package/dist-cms/packages/core/workspace/workspace-split-view-manager.class.js +1 -1
- package/dist-cms/packages/core/workspace/workspace-variant/workspace-variant.context.js +3 -3
- package/dist-cms/packages/documents/document-blueprints/document-blueprint.detail.store.js +1 -1
- package/dist-cms/packages/documents/document-types/repository/document-type.store.js +1 -1
- package/dist-cms/packages/documents/document-types/workspace/views/templates/document-type-workspace-view-templates.element.d.ts +1 -0
- package/dist-cms/packages/documents/document-types/workspace/views/templates/document-type-workspace-view-templates.element.js +2 -1
- package/dist-cms/packages/documents/documents/repository/document.store.js +1 -1
- package/dist-cms/packages/documents/documents/workspace/document-workspace.context.js +8 -8
- package/dist-cms/packages/documents/documents/workspace/views/info/document-info-workspace-view.element.js +1 -0
- package/dist-cms/packages/media/media/repository/media.store.js +1 -1
- package/dist-cms/packages/media/media/workspace/media-workspace.context.js +1 -1
- package/dist-cms/packages/media/media-types/workspace/media-type-workspace.context.js +1 -1
- package/dist-cms/packages/members/member-groups/repository/member-group.store.js +1 -1
- package/dist-cms/packages/members/member-groups/workspace/member-group-workspace.context.js +1 -1
- package/dist-cms/packages/members/member-types/repository/member-type.store.js +1 -1
- package/dist-cms/packages/members/member-types/workspace/member-type-workspace.context.js +1 -1
- package/dist-cms/packages/settings/data-types/repository/data-type-item.store.js +1 -1
- package/dist-cms/packages/settings/data-types/repository/data-type.store.js +2 -2
- package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.js +2 -2
- package/dist-cms/packages/settings/languages/repository/language-item.store.js +1 -1
- package/dist-cms/packages/settings/languages/repository/language.store.js +1 -1
- package/dist-cms/packages/settings/relation-types/repository/relation-type.store.js +1 -1
- package/dist-cms/packages/settings/relation-types/workspace/relation-type-workspace.context.js +2 -2
- package/dist-cms/packages/tags/property-editors/tags/config/storage-type/manifests.js +1 -0
- package/dist-cms/packages/tags/repository/tag.store.js +3 -3
- package/dist-cms/packages/templating/templates/components/input-template/input-template.element.d.ts +3 -2
- package/dist-cms/packages/templating/templates/components/input-template/input-template.element.js +5 -4
- package/dist-cms/packages/templating/templates/entity-actions/create/create.action.js +1 -1
- package/dist-cms/packages/templating/templates/repository/template-item.store.js +1 -1
- package/dist-cms/packages/templating/templates/repository/template.store.js +2 -2
- package/dist-cms/packages/templating/templates/workspace/template-workspace.context.js +1 -1
- package/dist-cms/packages/templating/templates/workspace/template-workspace.element.js +3 -3
- package/dist-cms/packages/translation/dictionary/repository/dictionary.store.js +1 -1
- package/dist-cms/packages/translation/dictionary/workspace/dictionary-workspace.context.js +2 -2
- package/dist-cms/packages/umbraco-news/manifests.js +0 -1
- package/dist-cms/packages/users/current-user/current-user-history.store.js +1 -1
- package/dist-cms/packages/users/user-groups/repository/user-group-item.store.js +1 -1
- package/dist-cms/packages/users/user-groups/repository/user-group.store.js +1 -1
- package/dist-cms/packages/users/users/repository/user-item.store.js +1 -1
- package/dist-cms/packages/users/users/repository/user.store.js +1 -1
- package/dist-cms/shared/utils/index.d.ts +3 -2
- package/dist-cms/shared/utils/index.js +3 -2
- package/dist-cms/shared/utils/path-folder-name.function.d.ts +2 -0
- package/dist-cms/shared/utils/path-folder-name.function.js +2 -0
- package/dist-cms/tsconfig.tsbuildinfo +1 -1
- package/dist-cms/umbraco-package-schema.json +12 -8
- package/dist-cms/vscode-html-custom-data.json +3 -2
- package/package.json +2 -1
- package/dist-cms/packages/core/property-editors/index.d.ts +0 -2
- package/dist-cms/packages/core/property-editors/index.js +0 -2
- /package/dist-cms/packages/core/{property-actions → property-action}/common/clear/property-action-clear.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/common/clear/property-action-clear.element.js +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/common/copy/property-action-copy.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/common/copy/property-action-copy.element.js +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/index.d.ts +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/index.js +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/shared/index.d.ts +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/shared/index.js +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action/property-action.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action/property-action.element.js +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action/property-action.model.d.ts +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action/property-action.model.js +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action-menu/property-action-menu.context.d.ts +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action-menu/property-action-menu.context.js +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action-menu/property-action-menu.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action-menu/property-action-menu.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/events/index.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/events/index.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/events/property-value-change.event.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/events/property-value-change.event.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.BlockGrid.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.BlockGrid.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.BlockList.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.BlockList.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.CheckboxList.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.CheckboxList.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ColorPicker.EyeDropper.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ColorPicker.EyeDropper.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ColorPicker.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ColorPicker.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.DateTime.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.DateTime.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Decimal.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Decimal.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Dropdown.Flexible.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Dropdown.Flexible.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.EmailAddress.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.EmailAddress.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.IconPicker.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.IconPicker.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ImageCropper.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ImageCropper.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Integer.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Integer.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.JSON.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.JSON.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Label.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Label.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ListView.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ListView.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MarkdownEditor.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MarkdownEditor.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MediaPicker3.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MediaPicker3.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MemberGroupPicker.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MemberGroupPicker.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MemberPicker.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MemberPicker.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultiNodeTreePicker.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultiNodeTreePicker.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultiUrlPicker.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultiUrlPicker.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultipleTextString.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultipleTextString.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.RadioButtonList.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.RadioButtonList.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.RichText.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.RichText.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Slider.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Slider.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Tags.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Tags.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TextArea.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TextArea.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TextBox.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TextBox.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TrueFalse.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TrueFalse.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.UploadField.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.UploadField.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.UserPicker.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.UserPicker.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/types/data-type-config.type.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/types/data-type-config.type.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/types/index.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/types/index.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/block-configuration/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/block-configuration/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/block-configuration/property-editor-ui-block-grid-block-configuration.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/block-configuration/property-editor-ui-block-grid-block-configuration.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/group-configuration/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/group-configuration/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/group-configuration/property-editor-ui-block-grid-group-configuration.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/group-configuration/property-editor-ui-block-grid-group-configuration.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/stylesheet-picker/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/stylesheet-picker/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/stylesheet-picker/property-editor-ui-block-grid-stylesheet-picker.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/stylesheet-picker/property-editor-ui-block-grid-stylesheet-picker.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/property-editor-ui-block-grid-inner-test.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/property-editor-ui-block-grid-inner-test.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/property-editor-ui-block-grid.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/property-editor-ui-block-grid.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/config/block-configuration/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/config/block-configuration/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/config/block-configuration/property-editor-ui-block-list-block-configuration.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/config/block-configuration/property-editor-ui-block-list-block-configuration.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/property-editor-ui-block-list.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/property-editor-ui-block-list.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/checkbox-list/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/checkbox-list/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/checkbox-list/property-editor-ui-checkbox-list.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/checkbox-list/property-editor-ui-checkbox-list.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/bulk-action-permissions/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/bulk-action-permissions/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/bulk-action-permissions/property-editor-ui-collection-view-bulk-action-permissions.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/bulk-action-permissions/property-editor-ui-collection-view-bulk-action-permissions.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/column-configuration/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/column-configuration/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/column-configuration/property-editor-ui-collection-view-column-configuration.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/column-configuration/property-editor-ui-collection-view-column-configuration.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/layout-configuration/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/layout-configuration/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/layout-configuration/property-editor-ui-collection-view-layout-configuration.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/layout-configuration/property-editor-ui-collection-view-layout-configuration.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/order-by/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/order-by/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/order-by/property-editor-ui-collection-view-order-by.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/order-by/property-editor-ui-collection-view-order-by.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/property-editor-ui-collection-view.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/property-editor-ui-collection-view.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/color-picker/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/color-picker/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/color-picker/property-editor-ui-color-picker.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/color-picker/property-editor-ui-color-picker.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/date-picker/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/date-picker/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/date-picker/property-editor-ui-date-picker.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/dropdown/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/dropdown/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/dropdown/property-editor-ui-dropdown.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/dropdown/property-editor-ui-dropdown.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/eye-dropper/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/eye-dropper/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/eye-dropper/property-editor-ui-eye-dropper.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/eye-dropper/property-editor-ui-eye-dropper.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/icon-picker/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/icon-picker/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/icon-picker/property-editor-ui-icon-picker.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/icon-picker/property-editor-ui-icon-picker.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-cropper/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-cropper/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-cropper/property-editor-ui-image-cropper.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-cropper/property-editor-ui-image-cropper.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-crops-configuration/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-crops-configuration/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/label/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/label/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/label/property-editor-ui-label.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/label/property-editor-ui-label.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/markdown-editor/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/markdown-editor/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/markdown-editor/property-editor-ui-markdown-editor.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/markdown-editor/property-editor-ui-markdown-editor.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/media-picker/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/media-picker/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/media-picker/property-editor-ui-media-picker.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/media-picker/property-editor-ui-media-picker.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-group-picker/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-group-picker/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-group-picker/property-editor-ui-member-group-picker.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-group-picker/property-editor-ui-member-group-picker.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-picker/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-picker/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-picker/property-editor-ui-member-picker.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-picker/property-editor-ui-member-picker.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multi-url-picker/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multi-url-picker/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/input-multiple-text-string/input-multiple-text-string.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/input-multiple-text-string/input-multiple-text-string.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/input-multiple-text-string-item/input-multiple-text-string-item.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/input-multiple-text-string-item/input-multiple-text-string-item.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/property-editor-ui-multiple-text-string.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/property-editor-ui-multiple-text-string.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number/property-editor-ui-number.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number/property-editor-ui-number.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number-range/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number-range/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number-range/property-editor-ui-number-range.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number-range/property-editor-ui-number-range.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/order-direction/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/order-direction/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/order-direction/property-editor-ui-order-direction.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/order-direction/property-editor-ui-order-direction.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/overlay-size/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/overlay-size/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/overlay-size/property-editor-ui-overlay-size.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/overlay-size/property-editor-ui-overlay-size.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/radio-button-list/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/radio-button-list/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/radio-button-list/property-editor-ui-radio-button-list.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/radio-button-list/property-editor-ui-radio-button-list.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/slider/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/slider/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/slider/property-editor-ui-slider.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/slider/property-editor-ui-slider.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/text-box/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/text-box/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/text-box/property-editor-ui-text-box.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/text-box/property-editor-ui-text-box.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/textarea/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/textarea/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/textarea/property-editor-ui-textarea.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/textarea/property-editor-ui-textarea.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/property-editor-ui-tiny-mce.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/property-editor-ui-tiny-mce.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/toggle/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/toggle/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/toggle/property-editor-ui-toggle.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/toggle/property-editor-ui-toggle.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/config/start-node/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/config/start-node/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/config/start-node/property-editor-ui-tree-picker-start-node.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/config/start-node/property-editor-ui-tree-picker-start-node.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/property-editor-ui-tree-picker.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/property-editor-ui-tree-picker.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/upload-field/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/upload-field/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/upload-field/property-editor-ui-upload-field.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/upload-field/property-editor-ui-upload-field.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/user-picker/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/user-picker/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/user-picker/property-editor-ui-user-picker.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/user-picker/property-editor-ui-user-picker.element.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/value-type/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/value-type/manifests.js +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/value-type/property-editor-ui-value-type.element.d.ts +0 -0
- /package/dist-cms/packages/core/{property-editors → property-editor}/uis/value-type/property-editor-ui-value-type.element.js +0 -0
- /package/dist-cms/shared/utils/{umbraco-path.d.ts → umbraco-path.function.d.ts} +0 -0
- /package/dist-cms/shared/utils/{umbraco-path.js → umbraco-path.function.js} +0 -0
|
@@ -2269,7 +2269,7 @@
|
|
|
2269
2269
|
},
|
|
2270
2270
|
{
|
|
2271
2271
|
"name": "umb-property-action-clear",
|
|
2272
|
-
"path": "./../src/packages/core/property-
|
|
2272
|
+
"path": "./../src/packages/core/property-action/common/clear/property-action-clear.element.ts",
|
|
2273
2273
|
"attributes": [
|
|
2274
2274
|
{
|
|
2275
2275
|
"name": "value",
|
|
@@ -2293,7 +2293,7 @@
|
|
|
2293
2293
|
},
|
|
2294
2294
|
{
|
|
2295
2295
|
"name": "umb-property-action-copy",
|
|
2296
|
-
"path": "./../src/packages/core/property-
|
|
2296
|
+
"path": "./../src/packages/core/property-action/common/copy/property-action-copy.element.ts",
|
|
2297
2297
|
"attributes": [
|
|
2298
2298
|
{
|
|
2299
2299
|
"name": "value",
|
|
@@ -2317,7 +2317,7 @@
|
|
|
2317
2317
|
},
|
|
2318
2318
|
{
|
|
2319
2319
|
"name": "umb-property-action-menu",
|
|
2320
|
-
"path": "./../src/packages/core/property-
|
|
2320
|
+
"path": "./../src/packages/core/property-action/shared/property-action-menu/property-action-menu.element.ts",
|
|
2321
2321
|
"attributes": [
|
|
2322
2322
|
{
|
|
2323
2323
|
"name": "propertyEditorUiAlias",
|
|
@@ -2342,7 +2342,7 @@
|
|
|
2342
2342
|
},
|
|
2343
2343
|
{
|
|
2344
2344
|
"name": "umb-property-action",
|
|
2345
|
-
"path": "./../src/packages/core/property-
|
|
2345
|
+
"path": "./../src/packages/core/property-action/shared/property-action/property-action.element.ts",
|
|
2346
2346
|
"attributes": [
|
|
2347
2347
|
{
|
|
2348
2348
|
"name": "propertyAction"
|
|
@@ -2365,7 +2365,7 @@
|
|
|
2365
2365
|
},
|
|
2366
2366
|
{
|
|
2367
2367
|
"name": "umb-property-editor-ui-block-grid-block-configuration",
|
|
2368
|
-
"path": "./../src/packages/core/property-
|
|
2368
|
+
"path": "./../src/packages/core/property-editor/uis/block-grid/config/block-configuration/property-editor-ui-block-grid-block-configuration.element.ts",
|
|
2369
2369
|
"attributes": [
|
|
2370
2370
|
{
|
|
2371
2371
|
"name": "value",
|
|
@@ -2394,7 +2394,7 @@
|
|
|
2394
2394
|
},
|
|
2395
2395
|
{
|
|
2396
2396
|
"name": "umb-property-editor-ui-block-grid-group-configuration",
|
|
2397
|
-
"path": "./../src/packages/core/property-
|
|
2397
|
+
"path": "./../src/packages/core/property-editor/uis/block-grid/config/group-configuration/property-editor-ui-block-grid-group-configuration.element.ts",
|
|
2398
2398
|
"attributes": [
|
|
2399
2399
|
{
|
|
2400
2400
|
"name": "value",
|
|
@@ -2423,7 +2423,7 @@
|
|
|
2423
2423
|
},
|
|
2424
2424
|
{
|
|
2425
2425
|
"name": "umb-property-editor-ui-block-grid-stylesheet-picker",
|
|
2426
|
-
"path": "./../src/packages/core/property-
|
|
2426
|
+
"path": "./../src/packages/core/property-editor/uis/block-grid/config/stylesheet-picker/property-editor-ui-block-grid-stylesheet-picker.element.ts",
|
|
2427
2427
|
"attributes": [
|
|
2428
2428
|
{
|
|
2429
2429
|
"name": "value",
|
|
@@ -2452,7 +2452,7 @@
|
|
|
2452
2452
|
},
|
|
2453
2453
|
{
|
|
2454
2454
|
"name": "umb-property-editor-ui-block-grid-inner-test",
|
|
2455
|
-
"path": "./../src/packages/core/property-
|
|
2455
|
+
"path": "./../src/packages/core/property-editor/uis/block-grid/property-editor-ui-block-grid-inner-test.element.ts",
|
|
2456
2456
|
"attributes": [
|
|
2457
2457
|
{
|
|
2458
2458
|
"name": "name",
|
|
@@ -2476,7 +2476,7 @@
|
|
|
2476
2476
|
},
|
|
2477
2477
|
{
|
|
2478
2478
|
"name": "umb-property-editor-ui-block-grid",
|
|
2479
|
-
"path": "./../src/packages/core/property-
|
|
2479
|
+
"path": "./../src/packages/core/property-editor/uis/block-grid/property-editor-ui-block-grid.element.ts",
|
|
2480
2480
|
"attributes": [
|
|
2481
2481
|
{
|
|
2482
2482
|
"name": "value",
|
|
@@ -2503,7 +2503,7 @@
|
|
|
2503
2503
|
},
|
|
2504
2504
|
{
|
|
2505
2505
|
"name": "umb-property-editor-ui-block-list-block-configuration",
|
|
2506
|
-
"path": "./../src/packages/core/property-
|
|
2506
|
+
"path": "./../src/packages/core/property-editor/uis/block-list/config/block-configuration/property-editor-ui-block-list-block-configuration.element.ts",
|
|
2507
2507
|
"attributes": [
|
|
2508
2508
|
{
|
|
2509
2509
|
"name": "value",
|
|
@@ -2532,7 +2532,7 @@
|
|
|
2532
2532
|
},
|
|
2533
2533
|
{
|
|
2534
2534
|
"name": "umb-property-editor-ui-block-list",
|
|
2535
|
-
"path": "./../src/packages/core/property-
|
|
2535
|
+
"path": "./../src/packages/core/property-editor/uis/block-list/property-editor-ui-block-list.element.ts",
|
|
2536
2536
|
"attributes": [
|
|
2537
2537
|
{
|
|
2538
2538
|
"name": "value",
|
|
@@ -2559,7 +2559,7 @@
|
|
|
2559
2559
|
},
|
|
2560
2560
|
{
|
|
2561
2561
|
"name": "umb-property-editor-ui-checkbox-list",
|
|
2562
|
-
"path": "./../src/packages/core/property-
|
|
2562
|
+
"path": "./../src/packages/core/property-editor/uis/checkbox-list/property-editor-ui-checkbox-list.element.ts",
|
|
2563
2563
|
"attributes": [
|
|
2564
2564
|
{
|
|
2565
2565
|
"name": "value",
|
|
@@ -2589,7 +2589,7 @@
|
|
|
2589
2589
|
},
|
|
2590
2590
|
{
|
|
2591
2591
|
"name": "umb-property-editor-ui-collection-view-bulk-action-permissions",
|
|
2592
|
-
"path": "./../src/packages/core/property-
|
|
2592
|
+
"path": "./../src/packages/core/property-editor/uis/collection-view/config/bulk-action-permissions/property-editor-ui-collection-view-bulk-action-permissions.element.ts",
|
|
2593
2593
|
"attributes": [
|
|
2594
2594
|
{
|
|
2595
2595
|
"name": "value",
|
|
@@ -2618,7 +2618,7 @@
|
|
|
2618
2618
|
},
|
|
2619
2619
|
{
|
|
2620
2620
|
"name": "umb-property-editor-ui-collection-view-column-configuration",
|
|
2621
|
-
"path": "./../src/packages/core/property-
|
|
2621
|
+
"path": "./../src/packages/core/property-editor/uis/collection-view/config/column-configuration/property-editor-ui-collection-view-column-configuration.element.ts",
|
|
2622
2622
|
"attributes": [
|
|
2623
2623
|
{
|
|
2624
2624
|
"name": "value",
|
|
@@ -2647,7 +2647,7 @@
|
|
|
2647
2647
|
},
|
|
2648
2648
|
{
|
|
2649
2649
|
"name": "umb-property-editor-ui-collection-view-layout-configuration",
|
|
2650
|
-
"path": "./../src/packages/core/property-
|
|
2650
|
+
"path": "./../src/packages/core/property-editor/uis/collection-view/config/layout-configuration/property-editor-ui-collection-view-layout-configuration.element.ts",
|
|
2651
2651
|
"attributes": [
|
|
2652
2652
|
{
|
|
2653
2653
|
"name": "value",
|
|
@@ -2676,7 +2676,7 @@
|
|
|
2676
2676
|
},
|
|
2677
2677
|
{
|
|
2678
2678
|
"name": "umb-property-editor-ui-collection-view-order-by",
|
|
2679
|
-
"path": "./../src/packages/core/property-
|
|
2679
|
+
"path": "./../src/packages/core/property-editor/uis/collection-view/config/order-by/property-editor-ui-collection-view-order-by.element.ts",
|
|
2680
2680
|
"attributes": [
|
|
2681
2681
|
{
|
|
2682
2682
|
"name": "value",
|
|
@@ -2705,7 +2705,7 @@
|
|
|
2705
2705
|
},
|
|
2706
2706
|
{
|
|
2707
2707
|
"name": "umb-property-editor-ui-collection-view",
|
|
2708
|
-
"path": "./../src/packages/core/property-
|
|
2708
|
+
"path": "./../src/packages/core/property-editor/uis/collection-view/property-editor-ui-collection-view.element.ts",
|
|
2709
2709
|
"attributes": [
|
|
2710
2710
|
{
|
|
2711
2711
|
"name": "value",
|
|
@@ -2734,7 +2734,7 @@
|
|
|
2734
2734
|
},
|
|
2735
2735
|
{
|
|
2736
2736
|
"name": "umb-property-editor-ui-color-picker",
|
|
2737
|
-
"path": "./../src/packages/core/property-
|
|
2737
|
+
"path": "./../src/packages/core/property-editor/uis/color-picker/property-editor-ui-color-picker.element.ts",
|
|
2738
2738
|
"attributes": [
|
|
2739
2739
|
{
|
|
2740
2740
|
"name": "value",
|
|
@@ -2766,7 +2766,7 @@
|
|
|
2766
2766
|
},
|
|
2767
2767
|
{
|
|
2768
2768
|
"name": "umb-property-editor-ui-date-picker",
|
|
2769
|
-
"path": "./../src/packages/core/property-
|
|
2769
|
+
"path": "./../src/packages/core/property-editor/uis/date-picker/property-editor-ui-date-picker.element.ts",
|
|
2770
2770
|
"attributes": [
|
|
2771
2771
|
{
|
|
2772
2772
|
"name": "value",
|
|
@@ -2791,7 +2791,7 @@
|
|
|
2791
2791
|
},
|
|
2792
2792
|
{
|
|
2793
2793
|
"name": "umb-property-editor-ui-dropdown",
|
|
2794
|
-
"path": "./../src/packages/core/property-
|
|
2794
|
+
"path": "./../src/packages/core/property-editor/uis/dropdown/property-editor-ui-dropdown.element.ts",
|
|
2795
2795
|
"attributes": [
|
|
2796
2796
|
{
|
|
2797
2797
|
"name": "value",
|
|
@@ -2818,7 +2818,7 @@
|
|
|
2818
2818
|
},
|
|
2819
2819
|
{
|
|
2820
2820
|
"name": "umb-property-editor-ui-eye-dropper",
|
|
2821
|
-
"path": "./../src/packages/core/property-
|
|
2821
|
+
"path": "./../src/packages/core/property-editor/uis/eye-dropper/property-editor-ui-eye-dropper.element.ts",
|
|
2822
2822
|
"attributes": [
|
|
2823
2823
|
{
|
|
2824
2824
|
"name": "value",
|
|
@@ -2850,7 +2850,7 @@
|
|
|
2850
2850
|
},
|
|
2851
2851
|
{
|
|
2852
2852
|
"name": "umb-property-editor-ui-icon-picker",
|
|
2853
|
-
"path": "./../src/packages/core/property-
|
|
2853
|
+
"path": "./../src/packages/core/property-editor/uis/icon-picker/property-editor-ui-icon-picker.element.ts",
|
|
2854
2854
|
"attributes": [
|
|
2855
2855
|
{
|
|
2856
2856
|
"name": "value",
|
|
@@ -2877,7 +2877,7 @@
|
|
|
2877
2877
|
},
|
|
2878
2878
|
{
|
|
2879
2879
|
"name": "umb-property-editor-ui-image-cropper",
|
|
2880
|
-
"path": "./../src/packages/core/property-
|
|
2880
|
+
"path": "./../src/packages/core/property-editor/uis/image-cropper/property-editor-ui-image-cropper.element.ts",
|
|
2881
2881
|
"attributes": [
|
|
2882
2882
|
{
|
|
2883
2883
|
"name": "value",
|
|
@@ -2904,7 +2904,7 @@
|
|
|
2904
2904
|
},
|
|
2905
2905
|
{
|
|
2906
2906
|
"name": "umb-property-editor-ui-image-crops-configuration",
|
|
2907
|
-
"path": "./../src/packages/core/property-
|
|
2907
|
+
"path": "./../src/packages/core/property-editor/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.ts",
|
|
2908
2908
|
"attributes": [
|
|
2909
2909
|
{
|
|
2910
2910
|
"name": "value",
|
|
@@ -2931,7 +2931,7 @@
|
|
|
2931
2931
|
},
|
|
2932
2932
|
{
|
|
2933
2933
|
"name": "umb-property-editor-ui-label",
|
|
2934
|
-
"path": "./../src/packages/core/property-
|
|
2934
|
+
"path": "./../src/packages/core/property-editor/uis/label/property-editor-ui-label.element.ts",
|
|
2935
2935
|
"attributes": [
|
|
2936
2936
|
{
|
|
2937
2937
|
"name": "value",
|
|
@@ -2969,7 +2969,7 @@
|
|
|
2969
2969
|
},
|
|
2970
2970
|
{
|
|
2971
2971
|
"name": "umb-property-editor-ui-markdown-editor",
|
|
2972
|
-
"path": "./../src/packages/core/property-
|
|
2972
|
+
"path": "./../src/packages/core/property-editor/uis/markdown-editor/property-editor-ui-markdown-editor.element.ts",
|
|
2973
2973
|
"attributes": [
|
|
2974
2974
|
{
|
|
2975
2975
|
"name": "value",
|
|
@@ -2996,7 +2996,7 @@
|
|
|
2996
2996
|
},
|
|
2997
2997
|
{
|
|
2998
2998
|
"name": "umb-property-editor-ui-media-picker",
|
|
2999
|
-
"path": "./../src/packages/core/property-
|
|
2999
|
+
"path": "./../src/packages/core/property-editor/uis/media-picker/property-editor-ui-media-picker.element.ts",
|
|
3000
3000
|
"attributes": [
|
|
3001
3001
|
{
|
|
3002
3002
|
"name": "value",
|
|
@@ -3021,7 +3021,7 @@
|
|
|
3021
3021
|
},
|
|
3022
3022
|
{
|
|
3023
3023
|
"name": "umb-property-editor-ui-member-group-picker",
|
|
3024
|
-
"path": "./../src/packages/core/property-
|
|
3024
|
+
"path": "./../src/packages/core/property-editor/uis/member-group-picker/property-editor-ui-member-group-picker.element.ts",
|
|
3025
3025
|
"attributes": [
|
|
3026
3026
|
{
|
|
3027
3027
|
"name": "value",
|
|
@@ -3048,7 +3048,7 @@
|
|
|
3048
3048
|
},
|
|
3049
3049
|
{
|
|
3050
3050
|
"name": "umb-property-editor-ui-member-picker",
|
|
3051
|
-
"path": "./../src/packages/core/property-
|
|
3051
|
+
"path": "./../src/packages/core/property-editor/uis/member-picker/property-editor-ui-member-picker.element.ts",
|
|
3052
3052
|
"attributes": [
|
|
3053
3053
|
{
|
|
3054
3054
|
"name": "value",
|
|
@@ -3075,7 +3075,7 @@
|
|
|
3075
3075
|
},
|
|
3076
3076
|
{
|
|
3077
3077
|
"name": "umb-property-editor-ui-multi-url-picker",
|
|
3078
|
-
"path": "./../src/packages/core/property-
|
|
3078
|
+
"path": "./../src/packages/core/property-editor/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.ts",
|
|
3079
3079
|
"attributes": [
|
|
3080
3080
|
{
|
|
3081
3081
|
"name": "value",
|
|
@@ -3107,7 +3107,7 @@
|
|
|
3107
3107
|
},
|
|
3108
3108
|
{
|
|
3109
3109
|
"name": "umb-input-multiple-text-string-item",
|
|
3110
|
-
"path": "./../src/packages/core/property-
|
|
3110
|
+
"path": "./../src/packages/core/property-editor/uis/multiple-text-string/input-multiple-text-string-item/input-multiple-text-string-item.element.ts",
|
|
3111
3111
|
"attributes": [
|
|
3112
3112
|
{
|
|
3113
3113
|
"name": "disabled",
|
|
@@ -3146,7 +3146,7 @@
|
|
|
3146
3146
|
},
|
|
3147
3147
|
{
|
|
3148
3148
|
"name": "umb-input-multiple-text-string",
|
|
3149
|
-
"path": "./../src/packages/core/property-
|
|
3149
|
+
"path": "./../src/packages/core/property-editor/uis/multiple-text-string/input-multiple-text-string/input-multiple-text-string.element.ts",
|
|
3150
3150
|
"attributes": [
|
|
3151
3151
|
{
|
|
3152
3152
|
"name": "min",
|
|
@@ -3246,7 +3246,7 @@
|
|
|
3246
3246
|
},
|
|
3247
3247
|
{
|
|
3248
3248
|
"name": "umb-property-editor-ui-multiple-text-string",
|
|
3249
|
-
"path": "./../src/packages/core/property-
|
|
3249
|
+
"path": "./../src/packages/core/property-editor/uis/multiple-text-string/property-editor-ui-multiple-text-string.element.ts",
|
|
3250
3250
|
"attributes": [
|
|
3251
3251
|
{
|
|
3252
3252
|
"name": "value",
|
|
@@ -3307,7 +3307,7 @@
|
|
|
3307
3307
|
},
|
|
3308
3308
|
{
|
|
3309
3309
|
"name": "umb-property-editor-ui-number-range",
|
|
3310
|
-
"path": "./../src/packages/core/property-
|
|
3310
|
+
"path": "./../src/packages/core/property-editor/uis/number-range/property-editor-ui-number-range.element.ts",
|
|
3311
3311
|
"properties": [
|
|
3312
3312
|
{
|
|
3313
3313
|
"name": "value",
|
|
@@ -3330,7 +3330,7 @@
|
|
|
3330
3330
|
},
|
|
3331
3331
|
{
|
|
3332
3332
|
"name": "umb-property-editor-ui-number",
|
|
3333
|
-
"path": "./../src/packages/core/property-
|
|
3333
|
+
"path": "./../src/packages/core/property-editor/uis/number/property-editor-ui-number.element.ts",
|
|
3334
3334
|
"attributes": [
|
|
3335
3335
|
{
|
|
3336
3336
|
"name": "value",
|
|
@@ -3362,7 +3362,7 @@
|
|
|
3362
3362
|
},
|
|
3363
3363
|
{
|
|
3364
3364
|
"name": "umb-property-editor-ui-order-direction",
|
|
3365
|
-
"path": "./../src/packages/core/property-
|
|
3365
|
+
"path": "./../src/packages/core/property-editor/uis/order-direction/property-editor-ui-order-direction.element.ts",
|
|
3366
3366
|
"attributes": [
|
|
3367
3367
|
{
|
|
3368
3368
|
"name": "value",
|
|
@@ -3389,7 +3389,7 @@
|
|
|
3389
3389
|
},
|
|
3390
3390
|
{
|
|
3391
3391
|
"name": "umb-property-editor-ui-overlay-size",
|
|
3392
|
-
"path": "./../src/packages/core/property-
|
|
3392
|
+
"path": "./../src/packages/core/property-editor/uis/overlay-size/property-editor-ui-overlay-size.element.ts",
|
|
3393
3393
|
"attributes": [
|
|
3394
3394
|
{
|
|
3395
3395
|
"name": "value",
|
|
@@ -3416,7 +3416,7 @@
|
|
|
3416
3416
|
},
|
|
3417
3417
|
{
|
|
3418
3418
|
"name": "umb-property-editor-ui-radio-button-list",
|
|
3419
|
-
"path": "./../src/packages/core/property-
|
|
3419
|
+
"path": "./../src/packages/core/property-editor/uis/radio-button-list/property-editor-ui-radio-button-list.element.ts",
|
|
3420
3420
|
"attributes": [
|
|
3421
3421
|
{
|
|
3422
3422
|
"name": "value",
|
|
@@ -3446,7 +3446,7 @@
|
|
|
3446
3446
|
},
|
|
3447
3447
|
{
|
|
3448
3448
|
"name": "umb-property-editor-ui-slider",
|
|
3449
|
-
"path": "./../src/packages/core/property-
|
|
3449
|
+
"path": "./../src/packages/core/property-editor/uis/slider/property-editor-ui-slider.element.ts",
|
|
3450
3450
|
"attributes": [
|
|
3451
3451
|
{
|
|
3452
3452
|
"name": "value",
|
|
@@ -3478,7 +3478,7 @@
|
|
|
3478
3478
|
},
|
|
3479
3479
|
{
|
|
3480
3480
|
"name": "umb-property-editor-ui-text-box",
|
|
3481
|
-
"path": "./../src/packages/core/property-
|
|
3481
|
+
"path": "./../src/packages/core/property-editor/uis/text-box/property-editor-ui-text-box.element.ts",
|
|
3482
3482
|
"attributes": [
|
|
3483
3483
|
{
|
|
3484
3484
|
"name": "value",
|
|
@@ -3510,7 +3510,7 @@
|
|
|
3510
3510
|
},
|
|
3511
3511
|
{
|
|
3512
3512
|
"name": "umb-property-editor-ui-textarea",
|
|
3513
|
-
"path": "./../src/packages/core/property-
|
|
3513
|
+
"path": "./../src/packages/core/property-editor/uis/textarea/property-editor-ui-textarea.element.ts",
|
|
3514
3514
|
"attributes": [
|
|
3515
3515
|
{
|
|
3516
3516
|
"name": "value",
|
|
@@ -3542,7 +3542,7 @@
|
|
|
3542
3542
|
},
|
|
3543
3543
|
{
|
|
3544
3544
|
"name": "umb-property-editor-ui-tiny-mce-dimensions-configuration",
|
|
3545
|
-
"path": "./../src/packages/core/property-
|
|
3545
|
+
"path": "./../src/packages/core/property-editor/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.ts",
|
|
3546
3546
|
"attributes": [
|
|
3547
3547
|
{
|
|
3548
3548
|
"name": "value",
|
|
@@ -3566,7 +3566,7 @@
|
|
|
3566
3566
|
},
|
|
3567
3567
|
{
|
|
3568
3568
|
"name": "umb-property-editor-ui-tiny-mce-maximagesize-configuration",
|
|
3569
|
-
"path": "./../src/packages/core/property-
|
|
3569
|
+
"path": "./../src/packages/core/property-editor/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.ts",
|
|
3570
3570
|
"attributes": [
|
|
3571
3571
|
{
|
|
3572
3572
|
"name": "value",
|
|
@@ -3588,7 +3588,7 @@
|
|
|
3588
3588
|
},
|
|
3589
3589
|
{
|
|
3590
3590
|
"name": "umb-property-editor-ui-tiny-mce-stylesheets-configuration",
|
|
3591
|
-
"path": "./../src/packages/core/property-
|
|
3591
|
+
"path": "./../src/packages/core/property-editor/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.ts",
|
|
3592
3592
|
"attributes": [
|
|
3593
3593
|
{
|
|
3594
3594
|
"name": "value",
|
|
@@ -3617,7 +3617,7 @@
|
|
|
3617
3617
|
},
|
|
3618
3618
|
{
|
|
3619
3619
|
"name": "umb-property-editor-ui-tiny-mce-toolbar-configuration",
|
|
3620
|
-
"path": "./../src/packages/core/property-
|
|
3620
|
+
"path": "./../src/packages/core/property-editor/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.ts",
|
|
3621
3621
|
"attributes": [
|
|
3622
3622
|
{
|
|
3623
3623
|
"name": "value",
|
|
@@ -3647,7 +3647,7 @@
|
|
|
3647
3647
|
},
|
|
3648
3648
|
{
|
|
3649
3649
|
"name": "umb-property-editor-ui-tiny-mce",
|
|
3650
|
-
"path": "./../src/packages/core/property-
|
|
3650
|
+
"path": "./../src/packages/core/property-editor/uis/tiny-mce/property-editor-ui-tiny-mce.element.ts",
|
|
3651
3651
|
"attributes": [
|
|
3652
3652
|
{
|
|
3653
3653
|
"name": "value",
|
|
@@ -3679,7 +3679,7 @@
|
|
|
3679
3679
|
},
|
|
3680
3680
|
{
|
|
3681
3681
|
"name": "umb-property-editor-ui-toggle",
|
|
3682
|
-
"path": "./../src/packages/core/property-
|
|
3682
|
+
"path": "./../src/packages/core/property-editor/uis/toggle/property-editor-ui-toggle.element.ts",
|
|
3683
3683
|
"attributes": [
|
|
3684
3684
|
{
|
|
3685
3685
|
"name": "value",
|
|
@@ -3711,7 +3711,7 @@
|
|
|
3711
3711
|
},
|
|
3712
3712
|
{
|
|
3713
3713
|
"name": "umb-property-editor-ui-tree-picker-start-node",
|
|
3714
|
-
"path": "./../src/packages/core/property-
|
|
3714
|
+
"path": "./../src/packages/core/property-editor/uis/tree-picker/config/start-node/property-editor-ui-tree-picker-start-node.element.ts",
|
|
3715
3715
|
"attributes": [
|
|
3716
3716
|
{
|
|
3717
3717
|
"name": "value",
|
|
@@ -3740,7 +3740,7 @@
|
|
|
3740
3740
|
},
|
|
3741
3741
|
{
|
|
3742
3742
|
"name": "umb-property-editor-ui-tree-picker",
|
|
3743
|
-
"path": "./../src/packages/core/property-
|
|
3743
|
+
"path": "./../src/packages/core/property-editor/uis/tree-picker/property-editor-ui-tree-picker.element.ts",
|
|
3744
3744
|
"attributes": [
|
|
3745
3745
|
{
|
|
3746
3746
|
"name": "value",
|
|
@@ -3767,7 +3767,7 @@
|
|
|
3767
3767
|
},
|
|
3768
3768
|
{
|
|
3769
3769
|
"name": "umb-property-editor-ui-upload-field",
|
|
3770
|
-
"path": "./../src/packages/core/property-
|
|
3770
|
+
"path": "./../src/packages/core/property-editor/uis/upload-field/property-editor-ui-upload-field.element.ts",
|
|
3771
3771
|
"attributes": [
|
|
3772
3772
|
{
|
|
3773
3773
|
"name": "value",
|
|
@@ -3799,7 +3799,7 @@
|
|
|
3799
3799
|
},
|
|
3800
3800
|
{
|
|
3801
3801
|
"name": "umb-property-editor-ui-user-picker",
|
|
3802
|
-
"path": "./../src/packages/core/property-
|
|
3802
|
+
"path": "./../src/packages/core/property-editor/uis/user-picker/property-editor-ui-user-picker.element.ts",
|
|
3803
3803
|
"attributes": [
|
|
3804
3804
|
{
|
|
3805
3805
|
"name": "value",
|
|
@@ -3826,7 +3826,7 @@
|
|
|
3826
3826
|
},
|
|
3827
3827
|
{
|
|
3828
3828
|
"name": "umb-property-editor-ui-value-type",
|
|
3829
|
-
"path": "./../src/packages/core/property-
|
|
3829
|
+
"path": "./../src/packages/core/property-editor/uis/value-type/property-editor-ui-value-type.element.ts",
|
|
3830
3830
|
"attributes": [
|
|
3831
3831
|
{
|
|
3832
3832
|
"name": "value",
|
|
@@ -7280,7 +7280,7 @@
|
|
|
7280
7280
|
},
|
|
7281
7281
|
{
|
|
7282
7282
|
"name": "selectedIds",
|
|
7283
|
-
"type": "string[]"
|
|
7283
|
+
"type": "string[] | undefined"
|
|
7284
7284
|
},
|
|
7285
7285
|
{
|
|
7286
7286
|
"name": "defaultId",
|
|
@@ -7319,7 +7319,7 @@
|
|
|
7319
7319
|
{
|
|
7320
7320
|
"name": "selectedIds",
|
|
7321
7321
|
"attribute": "selectedIds",
|
|
7322
|
-
"type": "string[]"
|
|
7322
|
+
"type": "string[] | undefined"
|
|
7323
7323
|
},
|
|
7324
7324
|
{
|
|
7325
7325
|
"name": "defaultId",
|
|
@@ -10,6 +10,6 @@ import { BehaviorSubject } from '../../external/rxjs/index.js';
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class UmbDeepState<T> extends BehaviorSubject<T> {
|
|
12
12
|
constructor(initialData: T);
|
|
13
|
-
|
|
13
|
+
asObservablePart<ReturnType>(mappingFunction: MappingFunction<T, ReturnType>, memoizationFunction?: MemoizationFunction<ReturnType>): import("rxjs/internal/Observable.js").Observable<ReturnType>;
|
|
14
14
|
next(newData: T): void;
|
|
15
15
|
}
|
|
@@ -13,7 +13,7 @@ export class UmbDeepState extends BehaviorSubject {
|
|
|
13
13
|
constructor(initialData) {
|
|
14
14
|
super(deepFreeze(initialData));
|
|
15
15
|
}
|
|
16
|
-
|
|
16
|
+
asObservablePart(mappingFunction, memoizationFunction) {
|
|
17
17
|
return createObservablePart(this, mappingFunction, memoizationFunction);
|
|
18
18
|
}
|
|
19
19
|
next(newData) {
|
package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type UmbDataTypeConfigProperty, type UmbDataTypeConfig } from '../../property-
|
|
1
|
+
import { type UmbDataTypeConfigProperty, type UmbDataTypeConfig } from '../../property-editor/index.js';
|
|
2
2
|
import { DataTypePropertyPresentationModel } from '../../../../external/backend-api/index.js';
|
|
3
3
|
/**
|
|
4
4
|
* Extends Array to add utility functions for accessing data type properties
|
package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.js
CHANGED
|
@@ -8,6 +8,7 @@ import { html, customElement, property, state, ifDefined } from '../../../../ext
|
|
|
8
8
|
import { UUITextStyles } from '../../../../external/uui/index.js';
|
|
9
9
|
import { umbExtensionsRegistry, } from '../../extension-registry/index.js';
|
|
10
10
|
import { UmbLitElement } from '../../../../shared/lit-element/index.js';
|
|
11
|
+
import { UMB_PROPERTY_EDITOR_SCHEMA_ALIAS_DEFAULT } from '../../property-editor/index.js';
|
|
11
12
|
/**
|
|
12
13
|
* @element umb-property-editor-config
|
|
13
14
|
* @description - Element for displaying the configuration for a Property Editor based on a Property Editor UI Alias and a Property Editor Model alias.
|
|
@@ -49,7 +50,7 @@ export let UmbPropertyEditorConfigElement = class UmbPropertyEditorConfigElement
|
|
|
49
50
|
if (!this._propertyEditorUiAlias)
|
|
50
51
|
return;
|
|
51
52
|
this.observe(umbExtensionsRegistry.getByTypeAndAlias('propertyEditorUi', this.propertyEditorUiAlias), (manifest) => {
|
|
52
|
-
this._observePropertyEditorSchemaConfig(manifest?.meta.propertyEditorSchemaAlias);
|
|
53
|
+
this._observePropertyEditorSchemaConfig(manifest?.meta.propertyEditorSchemaAlias || UMB_PROPERTY_EDITOR_SCHEMA_ALIAS_DEFAULT);
|
|
53
54
|
this._propertyEditorUISettingsProperties = manifest?.meta.settings?.properties || [];
|
|
54
55
|
this._propertyEditorUISettingsDefaultData = manifest?.meta.settings?.defaultData || [];
|
|
55
56
|
this._mergeConfigProperties();
|
|
@@ -57,8 +58,6 @@ export let UmbPropertyEditorConfigElement = class UmbPropertyEditorConfigElement
|
|
|
57
58
|
});
|
|
58
59
|
}
|
|
59
60
|
_observePropertyEditorSchemaConfig(propertyEditorSchemaAlias) {
|
|
60
|
-
if (!propertyEditorSchemaAlias)
|
|
61
|
-
return;
|
|
62
61
|
this.observe(umbExtensionsRegistry.getByTypeAndAlias('propertyEditorSchema', propertyEditorSchemaAlias), (manifest) => {
|
|
63
62
|
this._propertyEditorSchemaConfigProperties = manifest?.meta.settings?.properties || [];
|
|
64
63
|
this._propertyEditorSchemaConfigDefaultData = manifest?.meta.settings?.defaultData || [];
|
package/dist-cms/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.js
CHANGED
|
@@ -4,6 +4,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
4
4
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
5
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
6
|
};
|
|
7
|
+
import { UMB_PROPERTY_EDITOR_SCHEMA_ALIAS_DEFAULT } from '../../property-editor/index.js';
|
|
7
8
|
import { UUIRefNodeElement } from '../../../../external/uui/index.js';
|
|
8
9
|
import { html, customElement, property } from '../../../../external/lit/index.js';
|
|
9
10
|
/**
|
|
@@ -39,7 +40,7 @@ export let UmbRefPropertyEditorUIElement = class UmbRefPropertyEditorUIElement e
|
|
|
39
40
|
details.push(this.propertyEditorSchemaAlias);
|
|
40
41
|
}
|
|
41
42
|
else {
|
|
42
|
-
details.push(
|
|
43
|
+
details.push(UMB_PROPERTY_EDITOR_SCHEMA_ALIAS_DEFAULT);
|
|
43
44
|
}
|
|
44
45
|
if (this.detail !== '') {
|
|
45
46
|
details.push(this.detail);
|
|
@@ -14,7 +14,7 @@ export class UmbContentTypePropertyStructureManager {
|
|
|
14
14
|
this.#documentTypeObservers = new Array();
|
|
15
15
|
this.#documentTypes = new UmbArrayState([], (x) => x.id);
|
|
16
16
|
this.documentTypes = this.#documentTypes.asObservable();
|
|
17
|
-
this._documentTypeContainers = this.#documentTypes.
|
|
17
|
+
this._documentTypeContainers = this.#documentTypes.asObservablePart((x) => x.flatMap((x) => x.containers ?? []));
|
|
18
18
|
this.#containers = new UmbArrayState([], (x) => x.id);
|
|
19
19
|
this.#host = host;
|
|
20
20
|
this.#contentTypeRepository = typeRepository;
|
|
@@ -114,7 +114,7 @@ export class UmbContentTypePropertyStructureManager {
|
|
|
114
114
|
*/
|
|
115
115
|
/** Public methods for consuming structure: */
|
|
116
116
|
ownerDocumentType() {
|
|
117
|
-
return this.#documentTypes.
|
|
117
|
+
return this.#documentTypes.asObservablePart((x) => x.find((y) => y.id === this.#ownerDocumentTypeId));
|
|
118
118
|
}
|
|
119
119
|
getOwnerDocumentType() {
|
|
120
120
|
return this.#documentTypes.getValue().find((y) => y.id === this.#ownerDocumentTypeId);
|
|
@@ -214,28 +214,28 @@ export class UmbContentTypePropertyStructureManager {
|
|
|
214
214
|
}
|
|
215
215
|
/*
|
|
216
216
|
rootDocumentTypeName() {
|
|
217
|
-
return this.#documentTypes.
|
|
217
|
+
return this.#documentTypes.asObservablePart((docTypes) => {
|
|
218
218
|
const docType = docTypes.find((x) => x.id === this.#rootDocumentTypeKey);
|
|
219
219
|
return docType?.name ?? '';
|
|
220
220
|
});
|
|
221
221
|
}
|
|
222
222
|
*/
|
|
223
223
|
ownerDocumentTypeObservablePart(mappingFunction) {
|
|
224
|
-
return this.#documentTypes.
|
|
224
|
+
return this.#documentTypes.asObservablePart((docTypes) => {
|
|
225
225
|
const docType = docTypes.find((x) => x.id === this.#ownerDocumentTypeId);
|
|
226
226
|
return docType ? mappingFunction(docType) : undefined;
|
|
227
227
|
});
|
|
228
228
|
}
|
|
229
229
|
/*
|
|
230
230
|
nameOfDocumentType(id: string) {
|
|
231
|
-
return this.#documentTypes.
|
|
231
|
+
return this.#documentTypes.asObservablePart((docTypes) => {
|
|
232
232
|
const docType = docTypes.find((x) => x.id === id);
|
|
233
233
|
return docType?.name ?? '';
|
|
234
234
|
});
|
|
235
235
|
}
|
|
236
236
|
*/
|
|
237
237
|
hasPropertyStructuresOf(containerId) {
|
|
238
|
-
return this.#documentTypes.
|
|
238
|
+
return this.#documentTypes.asObservablePart((docTypes) => {
|
|
239
239
|
return (docTypes.find((docType) => {
|
|
240
240
|
return docType.properties?.find((property) => property.containerId === containerId);
|
|
241
241
|
}) !== undefined);
|
|
@@ -245,7 +245,7 @@ export class UmbContentTypePropertyStructureManager {
|
|
|
245
245
|
return this.propertyStructuresOf(null);
|
|
246
246
|
}
|
|
247
247
|
propertyStructuresOf(containerId) {
|
|
248
|
-
return this.#documentTypes.
|
|
248
|
+
return this.#documentTypes.asObservablePart((docTypes) => {
|
|
249
249
|
const props = [];
|
|
250
250
|
docTypes.forEach((docType) => {
|
|
251
251
|
docType.properties?.forEach((property) => {
|
|
@@ -258,7 +258,7 @@ export class UmbContentTypePropertyStructureManager {
|
|
|
258
258
|
});
|
|
259
259
|
}
|
|
260
260
|
rootContainers(containerType) {
|
|
261
|
-
return this.#containers.
|
|
261
|
+
return this.#containers.asObservablePart((data) => {
|
|
262
262
|
return data.filter((x) => x.parentId === null && x.type === containerType);
|
|
263
263
|
});
|
|
264
264
|
}
|
|
@@ -266,7 +266,7 @@ export class UmbContentTypePropertyStructureManager {
|
|
|
266
266
|
return this.#containers.getValue().filter((x) => x.parentId === null && x.type === containerType);
|
|
267
267
|
}
|
|
268
268
|
hasRootContainers(containerType) {
|
|
269
|
-
return this.#containers.
|
|
269
|
+
return this.#containers.asObservablePart((data) => {
|
|
270
270
|
return data.filter((x) => x.parentId === null && x.type === containerType).length > 0;
|
|
271
271
|
});
|
|
272
272
|
}
|
|
@@ -280,13 +280,13 @@ export class UmbContentTypePropertyStructureManager {
|
|
|
280
280
|
return this.getOwnerDocumentType()?.containers?.filter((x) => x.id === containerId);
|
|
281
281
|
}
|
|
282
282
|
containersOfParentKey(parentId, containerType) {
|
|
283
|
-
return this.#containers.
|
|
283
|
+
return this.#containers.asObservablePart((data) => {
|
|
284
284
|
return data.filter((x) => x.parentId === parentId && x.type === containerType);
|
|
285
285
|
});
|
|
286
286
|
}
|
|
287
287
|
// In future this might need to take parentName(parentId lookup) into account as well? otherwise containers that share same name and type will always be merged, but their position might be different and they should not be merged.
|
|
288
288
|
containersByNameAndType(name, containerType) {
|
|
289
|
-
return this.#containers.
|
|
289
|
+
return this.#containers.asObservablePart((data) => {
|
|
290
290
|
return data.filter((x) => x.name === name && x.type === containerType);
|
|
291
291
|
});
|
|
292
292
|
}
|