@umbraco-cms/backoffice 1.0.0-next.92acfa89 → 1.0.0-next.93ea2ba6
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/apps/backoffice/components/backoffice-main.element.js +1 -1
- package/dist-cms/css/umb-css.css +1 -0
- package/dist-cms/custom-elements.json +49 -47
- package/dist-cms/mocks/data/data-type.data.js +36 -37
- package/dist-cms/mocks/data/document-type.data.js +19 -0
- package/dist-cms/mocks/data/template.data.d.ts +26 -2
- package/dist-cms/mocks/data/template.data.js +82 -5
- package/dist-cms/mocks/handlers/manifests.handlers.js +1 -1
- package/dist-cms/mocks/handlers/template.handlers.js +24 -4
- package/dist-cms/packages/core/collection/collection.element.js +1 -1
- package/dist-cms/packages/core/components/body-layout/body-layout.element.d.ts +3 -2
- package/dist-cms/packages/core/components/body-layout/body-layout.element.js +26 -6
- package/dist-cms/packages/core/components/code-editor/code-editor.element.d.ts +2 -2
- package/dist-cms/packages/core/components/code-editor/code-editor.element.js +3 -3
- package/dist-cms/packages/core/components/code-editor/code-editor.model.d.ts +5 -5
- package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.d.ts +1 -0
- package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.js +3 -0
- package/dist-cms/packages/core/components/footer-layout/footer-layout.element.js +1 -1
- package/dist-cms/packages/core/components/index.js +1 -2
- package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.d.ts +2 -2
- package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.js +16 -13
- package/dist-cms/packages/core/components/property-type-based-property/property-type-based-property.element.js +12 -1
- package/dist-cms/packages/core/components/table/table.element.js +1 -2
- package/dist-cms/packages/core/extension-registry/models/index.d.ts +2 -2
- package/dist-cms/packages/core/extension-registry/models/property-editor.model.d.ts +13 -10
- package/dist-cms/packages/core/modal/common/tree-picker/tree-picker-modal.element.js +0 -4
- package/dist-cms/packages/core/modal/token/allowed-document-types-modal.token.d.ts +2 -1
- package/dist-cms/packages/core/modal/token/dictionary-item-picker-modal.token.d.ts +5 -9
- package/dist-cms/packages/core/modal/token/dictionary-item-picker-modal.token.js +3 -1
- package/dist-cms/packages/core/property-actions/manifests.js +2 -2
- package/dist-cms/packages/core/property-editors/manifests.d.ts +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.BlockGrid.js +7 -6
- package/dist-cms/packages/core/property-editors/models/Umbraco.BlockList.js +4 -3
- package/dist-cms/packages/core/property-editors/models/Umbraco.CheckboxList.js +3 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.js +3 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.js +4 -3
- package/dist-cms/packages/core/property-editors/models/Umbraco.DateTime.js +17 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.Decimal.js +5 -4
- package/dist-cms/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.js +3 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.EmailAddress.js +3 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.d.ts +2 -0
- package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.js +8 -0
- package/dist-cms/packages/core/property-editors/models/Umbraco.ImageCropper.js +3 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.Integer.js +5 -4
- package/dist-cms/packages/core/property-editors/models/Umbraco.JSON.js +3 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Label.js +3 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.ListView.js +7 -6
- package/dist-cms/packages/core/property-editors/models/Umbraco.MarkdownEditor.js +3 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MediaPicker3.js +9 -8
- package/dist-cms/packages/core/property-editors/models/Umbraco.MemberGroupPicker.js +3 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MemberPicker.js +3 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.js +5 -4
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultiUrlPicker.js +5 -4
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultipleTextString.js +4 -3
- package/dist-cms/packages/core/property-editors/models/Umbraco.RadioButtonList.js +3 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Slider.js +4 -3
- package/dist-cms/packages/core/property-editors/models/Umbraco.Tags.js +4 -3
- package/dist-cms/packages/core/property-editors/models/Umbraco.TextArea.js +3 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.TextBox.js +3 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.TinyMCE.js +4 -3
- package/dist-cms/packages/core/property-editors/models/Umbraco.TrueFalse.js +3 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.UploadField.js +3 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.UserPicker.js +3 -1
- package/dist-cms/packages/core/property-editors/models/manifests.js +43 -47
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/block-configuration/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/block-configuration/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/group-configuration/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/group-configuration/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/block-grid/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/block-grid/manifests.js +7 -7
- package/dist-cms/packages/core/property-editors/uis/block-list/config/block-configuration/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/block-list/config/block-configuration/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/block-list/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/block-list/manifests.js +8 -8
- package/dist-cms/packages/core/property-editors/uis/checkbox-list/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/checkbox-list/manifests.js +5 -5
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/column-configuration/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/column-configuration/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/layout-configuration/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/layout-configuration/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/order-by/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/order-by/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/collection-view/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/collection-view/manifests.js +9 -9
- package/dist-cms/packages/core/property-editors/uis/color-picker/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/color-picker/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/date-picker/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/date-picker/manifests.js +5 -15
- package/dist-cms/packages/core/property-editors/uis/dropdown/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/dropdown/manifests.js +6 -6
- package/dist-cms/packages/core/property-editors/uis/eye-dropper/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/eye-dropper/manifests.js +6 -6
- package/dist-cms/packages/core/property-editors/uis/icon-picker/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/icon-picker/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/image-cropper/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/image-cropper/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/image-crops-configuration/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/image-crops-configuration/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/label/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/label/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/markdown-editor/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/markdown-editor/manifests.js +7 -7
- package/dist-cms/packages/core/property-editors/uis/media-picker/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/media-picker/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/member-group-picker/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/member-group-picker/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/member-picker/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/member-picker/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/multi-url-picker/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/multi-url-picker/manifests.js +6 -6
- package/dist-cms/packages/core/property-editors/uis/multiple-text-string/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/multiple-text-string/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/number/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/number/manifests.js +9 -9
- package/dist-cms/packages/core/property-editors/uis/number-range/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/number-range/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/order-direction/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/order-direction/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/overlay-size/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/overlay-size/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/radio-button-list/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/radio-button-list/manifests.js +5 -5
- package/dist-cms/packages/core/property-editors/uis/slider/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/slider/manifests.js +8 -8
- package/dist-cms/packages/core/property-editors/uis/text-box/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/text-box/manifests.js +9 -9
- package/dist-cms/packages/core/property-editors/uis/textarea/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/textarea/manifests.js +7 -7
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/manifests.js +7 -7
- package/dist-cms/packages/core/property-editors/uis/toggle/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/toggle/manifests.js +8 -8
- package/dist-cms/packages/core/property-editors/uis/tree-picker/config/start-node/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/tree-picker/config/start-node/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/tree-picker/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/tree-picker/manifests.js +7 -7
- package/dist-cms/packages/core/property-editors/uis/upload-field/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/upload-field/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/user-picker/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/user-picker/manifests.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/value-type/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/value-type/manifests.js +3 -3
- package/dist-cms/packages/core/section/section-main/section-main.element.js +2 -2
- package/dist-cms/packages/core/section/section-sidebar/section-sidebar.element.js +1 -1
- package/dist-cms/packages/core/section/section-sidebar-context-menu/section-sidebar-context-menu.element.js +11 -2
- package/dist-cms/packages/core/section/section-views/section-views.element.js +15 -6
- package/dist-cms/packages/core/tree/index.d.ts +0 -1
- package/dist-cms/packages/core/tree/index.js +0 -1
- package/dist-cms/packages/core/tree/tree.element.d.ts +0 -2
- package/dist-cms/packages/core/tree/tree.element.js +0 -2
- package/dist-cms/packages/core/workspace/index.d.ts +1 -0
- package/dist-cms/packages/core/workspace/index.js +1 -0
- package/dist-cms/packages/core/workspace/workspace-editor/workspace-editor.element.js +2 -2
- package/dist-cms/packages/core/workspace/workspace-footer/index.d.ts +1 -0
- package/dist-cms/packages/core/workspace/workspace-footer/index.js +1 -0
- package/dist-cms/packages/core/workspace/workspace-property/workspace-property.context.d.ts +1 -1
- package/dist-cms/packages/core/workspace/workspace-property/workspace-property.element.d.ts +1 -1
- package/dist-cms/packages/core/workspace/workspace-property/workspace-property.element.js +1 -1
- package/dist-cms/packages/core/workspace/workspace-variant/index.d.ts +1 -0
- package/dist-cms/packages/core/workspace/workspace-variant/index.js +1 -0
- package/dist-cms/packages/documents/dashboards/redirect-management/dashboard-redirect-management.element.js +2 -2
- package/dist-cms/packages/documents/document-types/modals/allowed-document-types/allowed-document-types-modal.element.d.ts +3 -1
- package/dist-cms/packages/documents/document-types/modals/allowed-document-types/allowed-document-types-modal.element.js +21 -7
- package/dist-cms/packages/documents/document-types/workspace/document-type-workspace-editor.element.js +1 -1
- package/dist-cms/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit-tab.element.js +4 -2
- package/dist-cms/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit.element.js +11 -7
- package/dist-cms/packages/documents/document-types/workspace/views/details/document-type-workspace-view-details.element.js +3 -2
- package/dist-cms/packages/documents/document-types/workspace/views/structure/document-type-workspace-view-structure.element.js +3 -3
- package/dist-cms/packages/documents/document-types/workspace/views/templates/document-type-workspace-view-templates.element.js +1 -1
- package/dist-cms/packages/documents/documents/entity-actions/create/create.action.d.ts +1 -0
- package/dist-cms/packages/documents/documents/entity-actions/create/create.action.js +14 -9
- package/dist-cms/packages/documents/documents/property-editors/Umbraco.ContentPicker.js +3 -2
- package/dist-cms/packages/documents/documents/property-editors/document-picker/manifests.d.ts +2 -2
- package/dist-cms/packages/documents/documents/property-editors/document-picker/manifests.js +7 -7
- package/dist-cms/packages/documents/documents/workspace/manifests.js +4 -4
- package/dist-cms/packages/documents/documents/workspace/views/edit/document-workspace-view-edit-tab.element.js +3 -2
- package/dist-cms/packages/documents/documents/workspace/views/info/document-info-workspace-view.element.js +1 -1
- package/dist-cms/packages/media/media/workspace/{media-workspace-edit.element.d.ts → media-workspace-editor.element.d.ts} +3 -3
- package/dist-cms/packages/media/media/workspace/{media-workspace-edit.element.js → media-workspace-editor.element.js} +7 -7
- package/dist-cms/packages/media/media/workspace/media-workspace.element.js +2 -2
- package/dist-cms/packages/media/media-types/workspace/{media-type-workspace-edit.element.d.ts → media-type-workspace-editor.element.d.ts} +3 -3
- package/dist-cms/packages/media/media-types/workspace/{media-type-workspace-edit.element.js → media-type-workspace-editor.element.js} +7 -7
- package/dist-cms/packages/media/media-types/workspace/media-type-workspace.element.js +2 -2
- package/dist-cms/packages/members/dashboards/welcome/dashboard-members-welcome.element.js +1 -1
- package/dist-cms/packages/members/member-groups/workspace/{member-group-workspace-edit.element.d.ts → member-group-workspace-editor.element.d.ts} +3 -3
- package/dist-cms/packages/members/member-groups/workspace/{member-group-workspace-edit.element.js → member-group-workspace-editor.element.js} +7 -7
- package/dist-cms/packages/members/member-groups/workspace/member-group-workspace.element.js +2 -2
- package/dist-cms/packages/members/member-types/workspace/{member-type-workspace-edit.element.d.ts → member-type-workspace-editor.element.d.ts} +3 -3
- package/dist-cms/packages/members/member-types/workspace/{member-type-workspace-edit.element.js → member-type-workspace-editor.element.js} +6 -6
- package/dist-cms/packages/members/member-types/workspace/member-type-workspace.element.js +2 -2
- package/dist-cms/packages/members/members/workspace/{member-workspace-edit.element.d.ts → member-workspace-editor.element.d.ts} +3 -3
- package/dist-cms/packages/members/members/workspace/{member-workspace-edit.element.js → member-workspace-editor.element.js} +6 -6
- package/dist-cms/packages/members/members/workspace/member-workspace.element.js +2 -2
- package/dist-cms/packages/packages/package-section/views/created/packages-created-overview.element.js +1 -1
- package/dist-cms/packages/packages/package-section/views/installed/installed-packages-section-view.element.js +1 -1
- package/dist-cms/packages/search/examine-management-dashboard/views/section-view-examine-overview.js +1 -1
- package/dist-cms/packages/settings/dashboards/health-check/views/health-check-overview.element.js +1 -1
- package/dist-cms/packages/settings/dashboards/models-builder/dashboard-models-builder.element.js +1 -1
- package/dist-cms/packages/settings/dashboards/performance-profiling/dashboard-performance-profiling.element.js +1 -1
- package/dist-cms/packages/settings/dashboards/published-status/dashboard-published-status.element.js +1 -1
- package/dist-cms/packages/settings/dashboards/settings-welcome/dashboard-settings-welcome.element.js +1 -1
- package/dist-cms/packages/settings/dashboards/telemetry/dashboard-telemetry.element.js +1 -1
- package/dist-cms/packages/settings/data-types/modals/data-type-picker-flow/data-type-picker-flow-modal.element.js +2 -2
- package/dist-cms/packages/settings/data-types/modals/property-editor-ui-picker/property-editor-ui-picker-modal.element.js +3 -3
- package/dist-cms/packages/settings/data-types/repository/data-type.repository.d.ts +1 -1
- package/dist-cms/packages/settings/data-types/repository/data-type.store.d.ts +2 -2
- package/dist-cms/packages/settings/data-types/workspace/{data-type-workspace-edit.element.d.ts → data-type-workspace-editor.element.d.ts} +4 -4
- package/dist-cms/packages/settings/data-types/workspace/{data-type-workspace-edit.element.js → data-type-workspace-editor.element.js} +9 -9
- package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.element.d.ts +1 -1
- package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.element.js +2 -2
- package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.d.ts +5 -4
- package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.js +41 -22
- package/dist-cms/packages/settings/data-types/workspace/views/info/workspace-view-data-type-info.element.js +1 -1
- package/dist-cms/packages/settings/languages/app-language-select/app-language-select.element.js +6 -3
- package/dist-cms/packages/settings/languages/workspace/language/{language-workspace-edit.element.d.ts → language-workspace-editor.element.d.ts} +3 -3
- package/dist-cms/packages/settings/languages/workspace/language/{language-workspace-edit.element.js → language-workspace-editor.element.js} +10 -10
- package/dist-cms/packages/settings/languages/workspace/language/language-workspace.element.d.ts +1 -1
- package/dist-cms/packages/settings/languages/workspace/language/language-workspace.element.js +2 -2
- package/dist-cms/packages/settings/logviewer/components/index.d.ts +1 -1
- package/dist-cms/packages/settings/logviewer/components/index.js +1 -1
- package/dist-cms/packages/settings/logviewer/workspace/logviewer-root/logviewer-root-workspace.element.d.ts +1 -0
- package/dist-cms/packages/settings/logviewer/workspace/logviewer-root/logviewer-root-workspace.element.js +1 -0
- package/dist-cms/packages/settings/relation-types/workspace/{relation-type-workspace-edit.element.d.ts → relation-type-workspace-editor.element.d.ts} +4 -4
- package/dist-cms/packages/settings/relation-types/workspace/{relation-type-workspace-edit.element.js → relation-type-workspace-editor.element.js} +8 -8
- package/dist-cms/packages/settings/relation-types/workspace/relation-type-workspace.element.d.ts +1 -1
- package/dist-cms/packages/settings/relation-types/workspace/relation-type-workspace.element.js +2 -2
- package/dist-cms/packages/tags/property-editors/tags/config/storage-type/manifests.d.ts +2 -2
- package/dist-cms/packages/tags/property-editors/tags/config/storage-type/manifests.js +3 -3
- package/dist-cms/packages/tags/property-editors/tags/manifests.d.ts +2 -2
- package/dist-cms/packages/tags/property-editors/tags/manifests.js +3 -3
- package/dist-cms/packages/templating/components/insert-menu/templating-insert-menu.element.js +29 -17
- package/dist-cms/packages/templating/index.d.ts +1 -1
- package/dist-cms/packages/templating/index.js +1 -1
- package/dist-cms/packages/templating/modals/insert-choose-type-sidebar.element.js +26 -24
- package/dist-cms/packages/templating/modals/insert-section-modal/insert-section-input.element.d.ts +3 -1
- package/dist-cms/packages/templating/modals/insert-section-modal/insert-section-input.element.js +9 -0
- package/dist-cms/packages/templating/modals/insert-section-modal/insert-section-modal.element.d.ts +4 -3
- package/dist-cms/packages/templating/modals/insert-section-modal/insert-section-modal.element.js +23 -8
- package/dist-cms/packages/templating/modals/insert-value-sidebar.element.js +1 -0
- package/dist-cms/packages/templating/modals/partial-view-picker-modal.element.js +1 -0
- package/dist-cms/packages/templating/stylesheets/menu-item/manifests.js +1 -1
- package/dist-cms/packages/templating/templates/components/alias-input/alias-input.d.ts +14 -0
- package/dist-cms/packages/templating/templates/components/alias-input/alias-input.js +82 -0
- package/dist-cms/packages/templating/templates/components/index.d.ts +1 -0
- package/dist-cms/packages/templating/templates/components/index.js +1 -0
- package/dist-cms/packages/templating/templates/entity-actions/manifests.js +3 -2
- package/dist-cms/packages/templating/templates/index.d.ts +4 -0
- package/dist-cms/packages/templating/templates/index.js +4 -0
- package/dist-cms/packages/templating/templates/repository/sources/template.detail.server.data.d.ts +11 -7
- package/dist-cms/packages/templating/templates/repository/sources/template.detail.server.data.js +19 -25
- package/dist-cms/packages/templating/templates/repository/template.repository.d.ts +18 -12
- package/dist-cms/packages/templating/templates/repository/template.repository.js +22 -14
- package/dist-cms/packages/templating/templates/repository/template.store.d.ts +1 -0
- package/dist-cms/packages/templating/templates/repository/template.store.js +3 -0
- package/dist-cms/packages/templating/templates/tree/manifests.js +2 -1
- package/dist-cms/packages/templating/templates/workspace/{template-workspace-edit.element.d.ts → template-workspace-editor.element.d.ts} +7 -3
- package/dist-cms/packages/templating/templates/workspace/template-workspace-editor.element.js +279 -0
- package/dist-cms/packages/templating/templates/workspace/template-workspace.context.d.ts +7 -1
- package/dist-cms/packages/templating/templates/workspace/template-workspace.context.js +84 -5
- package/dist-cms/packages/templating/templates/workspace/template-workspace.element.d.ts +1 -4
- package/dist-cms/packages/templating/templates/workspace/template-workspace.element.js +3 -38
- package/dist-cms/packages/translation/dashboards/dictionary/dashboard-translation-dictionary.element.js +2 -4
- package/dist-cms/packages/translation/dictionary/workspace/{dictionary-workspace-edit.element.d.ts → dictionary-workspace-editor.element.d.ts} +3 -3
- package/dist-cms/packages/translation/dictionary/workspace/{dictionary-workspace-edit.element.js → dictionary-workspace-editor.element.js} +7 -7
- package/dist-cms/packages/translation/dictionary/workspace/dictionary-workspace.element.js +2 -2
- package/dist-cms/packages/translation/dictionary/workspace/manifests.js +1 -1
- package/dist-cms/packages/translation/dictionary/workspace/views/{edit/workspace-view-dictionary-edit.element.d.ts → editor/workspace-view-dictionary-editor.element.d.ts} +3 -3
- package/dist-cms/packages/translation/dictionary/workspace/views/{edit/workspace-view-dictionary-edit.element.js → editor/workspace-view-dictionary-editor.element.js} +8 -8
- package/dist-cms/packages/translation/index.js +1 -2
- package/dist-cms/packages/umbraco-news/umbraco-news-dashboard.element.js +1 -1
- package/dist-cms/packages/users/user-groups/collection/user-group-collection.element.js +1 -10
- package/dist-cms/packages/users/user-groups/workspace/{user-group-workspace-edit.element.d.ts → user-group-workspace-editor.element.d.ts} +3 -3
- package/dist-cms/packages/users/user-groups/workspace/{user-group-workspace-edit.element.js → user-group-workspace-editor.element.js} +8 -8
- package/dist-cms/packages/users/user-groups/workspace/user-group-workspace.element.js +2 -2
- package/dist-cms/packages/users/users/workspace/{user-workspace-edit.element.d.ts → user-workspace-editor.element.d.ts} +3 -3
- package/dist-cms/packages/users/users/workspace/{user-workspace-edit.element.js → user-workspace-editor.element.js} +9 -9
- package/dist-cms/packages/users/users/workspace/user-workspace.element.js +2 -2
- package/dist-cms/shared/repository/detail-repository.interface.d.ts +2 -2
- package/dist-cms/shared/router/router-slot.element.js +1 -2
- package/dist-cms/tsconfig.tsbuildinfo +1 -1
- package/dist-cms/umbraco-package-schema.json +58 -40
- package/dist-cms/vscode-html-custom-data.json +23 -27
- package/package.json +5 -4
- package/dist-cms/packages/core/tree/context-menu/index.d.ts +0 -2
- package/dist-cms/packages/core/tree/context-menu/index.js +0 -2
- package/dist-cms/packages/core/tree/context-menu/tree-context-menu-page.service.d.ts +0 -23
- package/dist-cms/packages/core/tree/context-menu/tree-context-menu-page.service.js +0 -69
- package/dist-cms/packages/core/tree/context-menu/tree-context-menu.service.d.ts +0 -19
- package/dist-cms/packages/core/tree/context-menu/tree-context-menu.service.js +0 -100
- package/dist-cms/packages/tags/property-editors/Umbraco.Tags.d.ts +0 -2
- package/dist-cms/packages/tags/property-editors/Umbraco.Tags.js +0 -17
- package/dist-cms/packages/templating/templates/workspace/template-workspace-edit.element.js +0 -164
- package/dist-cms/packages/translation/modals/dictionary-item-picker/dictionary-item-picker-modal.element.d.ts +0 -17
- package/dist-cms/packages/translation/modals/dictionary-item-picker/dictionary-item-picker-modal.element.js +0 -85
- package/dist-cms/packages/translation/modals/manifests.d.ts +0 -2
- package/dist-cms/packages/translation/modals/manifests.js +0 -10
|
@@ -3283,7 +3283,7 @@
|
|
|
3283
3283
|
},
|
|
3284
3284
|
"FontFaceSet": {
|
|
3285
3285
|
"properties": {
|
|
3286
|
-
"__@toStringTag@
|
|
3286
|
+
"__@toStringTag@785": {
|
|
3287
3287
|
"type": "string"
|
|
3288
3288
|
},
|
|
3289
3289
|
"onloading": {
|
|
@@ -3315,7 +3315,7 @@
|
|
|
3315
3315
|
}
|
|
3316
3316
|
},
|
|
3317
3317
|
"required": [
|
|
3318
|
-
"__@toStringTag@
|
|
3318
|
+
"__@toStringTag@785",
|
|
3319
3319
|
"onloading",
|
|
3320
3320
|
"onloadingdone",
|
|
3321
3321
|
"onloadingerror",
|
|
@@ -16310,7 +16310,7 @@
|
|
|
16310
16310
|
],
|
|
16311
16311
|
"type": "object"
|
|
16312
16312
|
},
|
|
16313
|
-
"
|
|
16313
|
+
"ManifestPropertyEditorUi": {
|
|
16314
16314
|
"properties": {
|
|
16315
16315
|
"ELEMENT_TYPE": {
|
|
16316
16316
|
"$ref": "#/definitions/UmbPropertyEditorExtensionElement"
|
|
@@ -16334,7 +16334,7 @@
|
|
|
16334
16334
|
]
|
|
16335
16335
|
},
|
|
16336
16336
|
"meta": {
|
|
16337
|
-
"$ref": "#/definitions/
|
|
16337
|
+
"$ref": "#/definitions/MetaPropertyEditorUi",
|
|
16338
16338
|
"description": "This contains properties specific to the type of extension"
|
|
16339
16339
|
},
|
|
16340
16340
|
"name": {
|
|
@@ -16344,7 +16344,7 @@
|
|
|
16344
16344
|
"type": {
|
|
16345
16345
|
"description": "The type of extension such as dashboard etc...",
|
|
16346
16346
|
"enum": [
|
|
16347
|
-
"
|
|
16347
|
+
"propertyEditorUi"
|
|
16348
16348
|
],
|
|
16349
16349
|
"type": "string"
|
|
16350
16350
|
},
|
|
@@ -16903,7 +16903,7 @@
|
|
|
16903
16903
|
"$ref": "#/definitions/ManifestPropertyEditorModel"
|
|
16904
16904
|
},
|
|
16905
16905
|
{
|
|
16906
|
-
"$ref": "#/definitions/
|
|
16906
|
+
"$ref": "#/definitions/ManifestPropertyEditorUi"
|
|
16907
16907
|
},
|
|
16908
16908
|
{
|
|
16909
16909
|
"$ref": "#/definitions/ManifestRepository"
|
|
@@ -17576,17 +17576,20 @@
|
|
|
17576
17576
|
},
|
|
17577
17577
|
"MetaPropertyEditorModel": {
|
|
17578
17578
|
"properties": {
|
|
17579
|
-
"
|
|
17580
|
-
"
|
|
17579
|
+
"defaultPropertyEditorUiAlias": {
|
|
17580
|
+
"type": "string"
|
|
17581
|
+
},
|
|
17582
|
+
"settings": {
|
|
17583
|
+
"$ref": "#/definitions/PropertyEditorSettings"
|
|
17581
17584
|
}
|
|
17582
17585
|
},
|
|
17586
|
+
"required": [
|
|
17587
|
+
"defaultPropertyEditorUiAlias"
|
|
17588
|
+
],
|
|
17583
17589
|
"type": "object"
|
|
17584
17590
|
},
|
|
17585
|
-
"
|
|
17591
|
+
"MetaPropertyEditorUi": {
|
|
17586
17592
|
"properties": {
|
|
17587
|
-
"config": {
|
|
17588
|
-
"$ref": "#/definitions/PropertyEditorConfig"
|
|
17589
|
-
},
|
|
17590
17593
|
"group": {
|
|
17591
17594
|
"type": "string"
|
|
17592
17595
|
},
|
|
@@ -17596,9 +17599,12 @@
|
|
|
17596
17599
|
"label": {
|
|
17597
17600
|
"type": "string"
|
|
17598
17601
|
},
|
|
17599
|
-
"
|
|
17602
|
+
"propertyEditorAlias": {
|
|
17600
17603
|
"type": "string"
|
|
17601
17604
|
},
|
|
17605
|
+
"settings": {
|
|
17606
|
+
"$ref": "#/definitions/PropertyEditorSettings"
|
|
17607
|
+
},
|
|
17602
17608
|
"supportsReadOnly": {
|
|
17603
17609
|
"type": "boolean"
|
|
17604
17610
|
}
|
|
@@ -17607,7 +17613,7 @@
|
|
|
17607
17613
|
"group",
|
|
17608
17614
|
"icon",
|
|
17609
17615
|
"label",
|
|
17610
|
-
"
|
|
17616
|
+
"propertyEditorAlias"
|
|
17611
17617
|
],
|
|
17612
17618
|
"type": "object"
|
|
17613
17619
|
},
|
|
@@ -18645,43 +18651,23 @@
|
|
|
18645
18651
|
},
|
|
18646
18652
|
"Promise<FontFaceSet>": {
|
|
18647
18653
|
"properties": {
|
|
18648
|
-
"__@toStringTag@
|
|
18654
|
+
"__@toStringTag@785": {
|
|
18649
18655
|
"type": "string"
|
|
18650
18656
|
}
|
|
18651
18657
|
},
|
|
18652
18658
|
"required": [
|
|
18653
|
-
"__@toStringTag@
|
|
18659
|
+
"__@toStringTag@785"
|
|
18654
18660
|
],
|
|
18655
18661
|
"type": "object"
|
|
18656
18662
|
},
|
|
18657
18663
|
"Promise<ServiceWorkerRegistration>": {
|
|
18658
18664
|
"properties": {
|
|
18659
|
-
"__@toStringTag@
|
|
18665
|
+
"__@toStringTag@785": {
|
|
18660
18666
|
"type": "string"
|
|
18661
18667
|
}
|
|
18662
18668
|
},
|
|
18663
18669
|
"required": [
|
|
18664
|
-
"__@toStringTag@
|
|
18665
|
-
],
|
|
18666
|
-
"type": "object"
|
|
18667
|
-
},
|
|
18668
|
-
"PropertyEditorConfig": {
|
|
18669
|
-
"properties": {
|
|
18670
|
-
"defaultData": {
|
|
18671
|
-
"items": {
|
|
18672
|
-
"$ref": "#/definitions/PropertyEditorConfigDefaultData"
|
|
18673
|
-
},
|
|
18674
|
-
"type": "array"
|
|
18675
|
-
},
|
|
18676
|
-
"properties": {
|
|
18677
|
-
"items": {
|
|
18678
|
-
"$ref": "#/definitions/PropertyEditorConfigProperty"
|
|
18679
|
-
},
|
|
18680
|
-
"type": "array"
|
|
18681
|
-
}
|
|
18682
|
-
},
|
|
18683
|
-
"required": [
|
|
18684
|
-
"properties"
|
|
18670
|
+
"__@toStringTag@785"
|
|
18685
18671
|
],
|
|
18686
18672
|
"type": "object"
|
|
18687
18673
|
},
|
|
@@ -18703,20 +18689,52 @@
|
|
|
18703
18689
|
"alias": {
|
|
18704
18690
|
"type": "string"
|
|
18705
18691
|
},
|
|
18692
|
+
"config": {
|
|
18693
|
+
"items": {
|
|
18694
|
+
"properties": {
|
|
18695
|
+
"alias": {
|
|
18696
|
+
"type": "string"
|
|
18697
|
+
},
|
|
18698
|
+
"value": {}
|
|
18699
|
+
},
|
|
18700
|
+
"type": "object"
|
|
18701
|
+
},
|
|
18702
|
+
"type": "array"
|
|
18703
|
+
},
|
|
18706
18704
|
"description": {
|
|
18707
18705
|
"type": "string"
|
|
18708
18706
|
},
|
|
18709
18707
|
"label": {
|
|
18710
18708
|
"type": "string"
|
|
18711
18709
|
},
|
|
18712
|
-
"
|
|
18710
|
+
"propertyEditorUiAlias": {
|
|
18713
18711
|
"type": "string"
|
|
18714
18712
|
}
|
|
18715
18713
|
},
|
|
18716
18714
|
"required": [
|
|
18717
18715
|
"alias",
|
|
18718
18716
|
"label",
|
|
18719
|
-
"
|
|
18717
|
+
"propertyEditorUiAlias"
|
|
18718
|
+
],
|
|
18719
|
+
"type": "object"
|
|
18720
|
+
},
|
|
18721
|
+
"PropertyEditorSettings": {
|
|
18722
|
+
"properties": {
|
|
18723
|
+
"defaultData": {
|
|
18724
|
+
"items": {
|
|
18725
|
+
"$ref": "#/definitions/PropertyEditorConfigDefaultData"
|
|
18726
|
+
},
|
|
18727
|
+
"type": "array"
|
|
18728
|
+
},
|
|
18729
|
+
"properties": {
|
|
18730
|
+
"items": {
|
|
18731
|
+
"$ref": "#/definitions/PropertyEditorConfigProperty"
|
|
18732
|
+
},
|
|
18733
|
+
"type": "array"
|
|
18734
|
+
}
|
|
18735
|
+
},
|
|
18736
|
+
"required": [
|
|
18737
|
+
"properties"
|
|
18720
18738
|
],
|
|
18721
18739
|
"type": "object"
|
|
18722
18740
|
},
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
234
|
"name": "umb-body-layout",
|
|
235
|
-
"description": "Slots:\n\n * `icon` {} - Slot for icon\n\n * `name` {} - Slot for name\n\n * `footer` {} - Slot for
|
|
235
|
+
"description": "Slots:\n\n * `icon` {} - Slot for icon\n\n * `name` {} - Slot for name\n\n * `footer` {} - Slot for footer element\n\n * `footer-info` {} - Slot for info in the footer\n\n * `actions` {} - Slot for actions in the footer\n\n * `default` {} - slot for main content\n\nAttributes:\n\n * `headline` {string} - Renders a headline in the header.\n\nProperties:\n\n * `headline` {string} - Renders a headline in the header.\n\n * `_headerSlotHasChildren` {`boolean`} - \n\n * `_tabsSlotHasChildren` {`boolean`} - \n\n * `_actionsMenuSlotHasChildren` {`boolean`} - \n\n * `_footerSlotHasChildren` {`boolean`} - \n\n * `_actionsSlotHasChildren` {`boolean`} - \n\n * `styles` {`any[]`} - ",
|
|
236
236
|
"attributes": [
|
|
237
237
|
{
|
|
238
238
|
"name": "headline",
|
|
@@ -801,7 +801,7 @@
|
|
|
801
801
|
},
|
|
802
802
|
{
|
|
803
803
|
"name": "umb-property-editor-config",
|
|
804
|
-
"description": "Attributes:\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. The element will render configuration for a Property Editor UI with this alias.\n\n * `property-editor-ui-alias` {`string`} - \n\n * `data` {Array<{ alias: string; value: unknown }>} - Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.\n\nProperties:\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. The element will render configuration for a Property Editor UI with this alias.\n\n * `propertyEditorUiAlias` {`string`} - \n\n * `data` {Array<{ alias: string; value: unknown }>} - Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.\n\n * `_properties` {`any[]`} - \n\n * `_propertyEditorModelConfigDefaultData` {`any[]`} - \n\n * `
|
|
804
|
+
"description": "Attributes:\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. The element will render configuration for a Property Editor UI with this alias.\n\n * `property-editor-ui-alias` {`string`} - \n\n * `data` {Array<{ alias: string; value: unknown }>} - Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.\n\nProperties:\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. The element will render configuration for a Property Editor UI with this alias.\n\n * `propertyEditorUiAlias` {`string`} - \n\n * `data` {Array<{ alias: string; value: unknown }>} - Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.\n\n * `_properties` {`any[]`} - \n\n * `_propertyEditorModelConfigDefaultData` {`any[]`} - \n\n * `_propertyEditorUISettingsDefaultData` {`any[]`} - \n\n * `_configDefaultData` {`any[] | undefined`} - \n\n * `_propertyEditorModelConfigProperties` {`any[]`} - \n\n * `_propertyEditorUISettingsProperties` {`any[]`} - \n\n * `styles` {`any[]`} - ",
|
|
805
805
|
"attributes": [
|
|
806
806
|
{
|
|
807
807
|
"name": "_propertyEditorUiAlias",
|
|
@@ -1893,7 +1893,8 @@
|
|
|
1893
1893
|
},
|
|
1894
1894
|
{
|
|
1895
1895
|
"name": "config",
|
|
1896
|
-
"description": "`config` {string} - Config. Configuration to pass to the Property Editor UI. This is also the configuration data stored on the Data Type.\n\nProperty: config\n\nDefault: ''"
|
|
1896
|
+
"description": "`config` {string} - Config. Configuration to pass to the Property Editor UI. This is also the configuration data stored on the Data Type.\n\nProperty: config\n\nDefault: ''",
|
|
1897
|
+
"values": []
|
|
1897
1898
|
},
|
|
1898
1899
|
{
|
|
1899
1900
|
"name": "propertyVariantId",
|
|
@@ -1980,7 +1981,7 @@
|
|
|
1980
1981
|
},
|
|
1981
1982
|
{
|
|
1982
1983
|
"name": "umb-allowed-document-types-modal",
|
|
1983
|
-
"description": "Properties:\n\n * `_allowedDocumentTypes` {`any[]`} - \n\n * `styles` {`any[]`} - ",
|
|
1984
|
+
"description": "Properties:\n\n * `_allowedDocumentTypes` {`any[]`} - \n\n * `_headline` {`string | undefined`} - \n\n * `styles` {`any[]`} - ",
|
|
1984
1985
|
"attributes": []
|
|
1985
1986
|
},
|
|
1986
1987
|
{
|
|
@@ -2200,7 +2201,7 @@
|
|
|
2200
2201
|
"attributes": []
|
|
2201
2202
|
},
|
|
2202
2203
|
{
|
|
2203
|
-
"name": "umb-media-type-workspace-
|
|
2204
|
+
"name": "umb-media-type-workspace-editor",
|
|
2204
2205
|
"description": "Properties:\n\n * `_mediaTypeName` {`string | null | undefined`} - \n\n * `styles` {`any[]`} - ",
|
|
2205
2206
|
"attributes": []
|
|
2206
2207
|
},
|
|
@@ -2266,7 +2267,7 @@
|
|
|
2266
2267
|
"attributes": []
|
|
2267
2268
|
},
|
|
2268
2269
|
{
|
|
2269
|
-
"name": "umb-media-workspace-
|
|
2270
|
+
"name": "umb-media-workspace-editor",
|
|
2270
2271
|
"description": "Properties:\n\n * `_id` {`string | undefined`} - \n\n * `styles` {`any[]`} - ",
|
|
2271
2272
|
"attributes": []
|
|
2272
2273
|
},
|
|
@@ -2291,7 +2292,7 @@
|
|
|
2291
2292
|
"attributes": []
|
|
2292
2293
|
},
|
|
2293
2294
|
{
|
|
2294
|
-
"name": "umb-member-group-workspace-
|
|
2295
|
+
"name": "umb-member-group-workspace-editor",
|
|
2295
2296
|
"description": "Properties:\n\n * `_memberGroup` {`MemberGroupDetails | undefined`} - \n\n * `styles` {`any[]`} - ",
|
|
2296
2297
|
"attributes": []
|
|
2297
2298
|
},
|
|
@@ -2306,7 +2307,7 @@
|
|
|
2306
2307
|
"attributes": []
|
|
2307
2308
|
},
|
|
2308
2309
|
{
|
|
2309
|
-
"name": "umb-member-type-workspace-
|
|
2310
|
+
"name": "umb-member-type-workspace-editor",
|
|
2310
2311
|
"description": "Properties:\n\n * `styles` {`any[]`} - ",
|
|
2311
2312
|
"attributes": []
|
|
2312
2313
|
},
|
|
@@ -2316,7 +2317,7 @@
|
|
|
2316
2317
|
"attributes": []
|
|
2317
2318
|
},
|
|
2318
2319
|
{
|
|
2319
|
-
"name": "umb-member-workspace-
|
|
2320
|
+
"name": "umb-member-workspace-editor",
|
|
2320
2321
|
"description": "Properties:\n\n * `styles` {`any[]`} - ",
|
|
2321
2322
|
"attributes": []
|
|
2322
2323
|
},
|
|
@@ -2616,7 +2617,7 @@
|
|
|
2616
2617
|
]
|
|
2617
2618
|
},
|
|
2618
2619
|
{
|
|
2619
|
-
"name": "umb-data-type-workspace-
|
|
2620
|
+
"name": "umb-data-type-workspace-editor",
|
|
2620
2621
|
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_dataTypeName` {`string`} - \n\n * `styles` {`any[]`} - ",
|
|
2621
2622
|
"attributes": [
|
|
2622
2623
|
{
|
|
@@ -2632,7 +2633,7 @@
|
|
|
2632
2633
|
},
|
|
2633
2634
|
{
|
|
2634
2635
|
"name": "umb-data-type-details-workspace-view",
|
|
2635
|
-
"description": "Properties:\n\n * `_dataType` - \n\n * `
|
|
2636
|
+
"description": "Properties:\n\n * `_dataType` - \n\n * `_propertyEditorUiIcon` {`string | undefined`} - \n\n * `_propertyEditorUiName` {`string | undefined`} - \n\n * `_propertyEditorUiAlias` {`string | undefined`} - \n\n * `_propertyEditorAlias` {`string | undefined`} - \n\n * `_data` {`any[]`} - \n\n * `_workspaceContext` - \n\n * `_modalContext` - \n\n * `styles` {`any[]`} - ",
|
|
2636
2637
|
"attributes": []
|
|
2637
2638
|
},
|
|
2638
2639
|
{
|
|
@@ -2697,7 +2698,7 @@
|
|
|
2697
2698
|
"attributes": []
|
|
2698
2699
|
},
|
|
2699
2700
|
{
|
|
2700
|
-
"name": "umb-language-workspace-
|
|
2701
|
+
"name": "umb-language-workspace-editor",
|
|
2701
2702
|
"description": "Properties:\n\n * `_language` - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `styles` {`any[]`} - ",
|
|
2702
2703
|
"attributes": []
|
|
2703
2704
|
},
|
|
@@ -2887,7 +2888,7 @@
|
|
|
2887
2888
|
"attributes": []
|
|
2888
2889
|
},
|
|
2889
2890
|
{
|
|
2890
|
-
"name": "umb-relation-type-workspace-
|
|
2891
|
+
"name": "umb-relation-type-workspace-editor",
|
|
2891
2892
|
"description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`any[]`} - ",
|
|
2892
2893
|
"attributes": []
|
|
2893
2894
|
},
|
|
@@ -2985,7 +2986,7 @@
|
|
|
2985
2986
|
},
|
|
2986
2987
|
{
|
|
2987
2988
|
"name": "umb-insert-section-checkbox",
|
|
2988
|
-
"description": "Attributes:\n\n * `show-mandatory` {`boolean`} - \n\n * `show-input` {`boolean`} - \n\nProperties:\n\n * `showMandatory` {`boolean`} - \n\n * `showInput` {`boolean`} - \n\n * `input` - \n\n * `form` {`HTMLFormElement | undefined`} - \n\n * `checkbox` {`HTMLFormElement | undefined`} - \n\n * `inputValue` - \n\n * `isMandatory` - \n\n * `styles` {`any[]`} - ",
|
|
2989
|
+
"description": "Attributes:\n\n * `show-mandatory` {`boolean`} - \n\n * `show-input` {`boolean`} - \n\nProperties:\n\n * `showMandatory` {`boolean`} - \n\n * `showInput` {`boolean`} - \n\n * `input` - \n\n * `form` {`HTMLFormElement | undefined`} - \n\n * `checkbox` {`HTMLFormElement | undefined`} - \n\n * `snippet` {`string`} - \n\n * `snippetMethod` - \n\n * `inputValue` - \n\n * `isMandatory` - \n\n * `styles` {`any[]`} - ",
|
|
2989
2990
|
"attributes": [
|
|
2990
2991
|
{
|
|
2991
2992
|
"name": "show-mandatory",
|
|
@@ -3001,7 +3002,7 @@
|
|
|
3001
3002
|
},
|
|
3002
3003
|
{
|
|
3003
3004
|
"name": "umb-insert-section-input",
|
|
3004
|
-
"description": "Attributes:\n\n * `show-mandatory` {`boolean`} - \n\n * `show-input` {`boolean`} - \n\nProperties:\n\n * `showMandatory` {`boolean`} - \n\n * `showInput` {`boolean`} - \n\n * `input` - \n\n * `form` {`HTMLFormElement | undefined`} - \n\n * `checkbox` {`HTMLFormElement | undefined`} - \n\n * `inputValue` - \n\n * `isMandatory` - \n\n * `styles` {`any[]`} - ",
|
|
3005
|
+
"description": "Attributes:\n\n * `show-mandatory` {`boolean`} - \n\n * `show-input` {`boolean`} - \n\nProperties:\n\n * `showMandatory` {`boolean`} - \n\n * `showInput` {`boolean`} - \n\n * `input` - \n\n * `form` {`HTMLFormElement | undefined`} - \n\n * `checkbox` {`HTMLFormElement | undefined`} - \n\n * `snippet` {`string`} - \n\n * `snippetMethod` - \n\n * `inputValue` - \n\n * `isMandatory` - \n\n * `styles` {`any[]`} - ",
|
|
3005
3006
|
"attributes": [
|
|
3006
3007
|
{
|
|
3007
3008
|
"name": "show-mandatory",
|
|
@@ -3118,13 +3119,13 @@
|
|
|
3118
3119
|
]
|
|
3119
3120
|
},
|
|
3120
3121
|
{
|
|
3121
|
-
"name": "umb-template-workspace-
|
|
3122
|
-
"description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - \n\n * `_modalContext` - \n\n * `styles` {`any[]`} - ",
|
|
3122
|
+
"name": "umb-template-workspace-editor",
|
|
3123
|
+
"description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_alias` {`string | null | undefined`} - \n\n * `_ready` {`boolean | undefined`} - \n\n * `_masterTemplateName` {`string | null | undefined`} - \n\n * `_codeEditor` - \n\n * `inputQuery$` - \n\n * `_modalContext` - \n\n * `styles` {`any[]`} - ",
|
|
3123
3124
|
"attributes": []
|
|
3124
3125
|
},
|
|
3125
3126
|
{
|
|
3126
3127
|
"name": "umb-template-workspace",
|
|
3127
|
-
"description": "Properties:\n\n * `
|
|
3128
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - ",
|
|
3128
3129
|
"attributes": []
|
|
3129
3130
|
},
|
|
3130
3131
|
{
|
|
@@ -3152,7 +3153,7 @@
|
|
|
3152
3153
|
"attributes": []
|
|
3153
3154
|
},
|
|
3154
3155
|
{
|
|
3155
|
-
"name": "umb-dictionary-workspace-
|
|
3156
|
+
"name": "umb-dictionary-workspace-editor",
|
|
3156
3157
|
"description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `styles` {`any[]`} - ",
|
|
3157
3158
|
"attributes": []
|
|
3158
3159
|
},
|
|
@@ -3162,15 +3163,10 @@
|
|
|
3162
3163
|
"attributes": []
|
|
3163
3164
|
},
|
|
3164
3165
|
{
|
|
3165
|
-
"name": "umb-workspace-view-dictionary-
|
|
3166
|
+
"name": "umb-workspace-view-dictionary-editor",
|
|
3166
3167
|
"description": "Properties:\n\n * `_dictionary` - \n\n * `_languages` {`any[]`} - \n\n * `styles` {`any[]`} - ",
|
|
3167
3168
|
"attributes": []
|
|
3168
3169
|
},
|
|
3169
|
-
{
|
|
3170
|
-
"name": "umb-dictionary-item-picker-modal",
|
|
3171
|
-
"description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`any[]`} - ",
|
|
3172
|
-
"attributes": []
|
|
3173
|
-
},
|
|
3174
3170
|
{
|
|
3175
3171
|
"name": "umb-umbraco-news-dashboard",
|
|
3176
3172
|
"description": "Properties:\n\n * `styles` {`any[]`} - ",
|
|
@@ -3288,7 +3284,7 @@
|
|
|
3288
3284
|
"attributes": []
|
|
3289
3285
|
},
|
|
3290
3286
|
{
|
|
3291
|
-
"name": "umb-user-group-workspace-
|
|
3287
|
+
"name": "umb-user-group-workspace-editor",
|
|
3292
3288
|
"description": "Properties:\n\n * `_userGroup` - \n\n * `_userKeys` {`string[] | undefined`} - \n\n * `styles` {`any[]`} - ",
|
|
3293
3289
|
"attributes": []
|
|
3294
3290
|
},
|
|
@@ -3384,7 +3380,7 @@
|
|
|
3384
3380
|
"attributes": []
|
|
3385
3381
|
},
|
|
3386
3382
|
{
|
|
3387
|
-
"name": "umb-user-workspace-
|
|
3383
|
+
"name": "umb-user-workspace-editor",
|
|
3388
3384
|
"description": "Properties:\n\n * `_currentUser` - \n\n * `_user` - \n\n * `styles` {`any[]`} - ",
|
|
3389
3385
|
"attributes": []
|
|
3390
3386
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-cms/backoffice",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.0.0-next.
|
|
4
|
+
"version": "1.0.0-next.93ea2ba6",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": null,
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"dev": "vite",
|
|
65
|
-
"build": "tsc --project ./src/tsconfig.json && rollup -c ./src/rollup.config.js
|
|
65
|
+
"build": "tsc --project ./src/tsconfig.json && rollup -c ./src/rollup.config.js",
|
|
66
66
|
"build:vite": "tsc && vite build --mode staging",
|
|
67
67
|
"build:for:static": "vite build",
|
|
68
68
|
"build:for:cms": "npm run build && node ./devops/build/copy-to-cms.js",
|
|
@@ -78,9 +78,10 @@
|
|
|
78
78
|
"lint:fix": "npm run lint -- --fix",
|
|
79
79
|
"format": "prettier 'src/**/*.ts'",
|
|
80
80
|
"format:fix": "npm run format -- --write",
|
|
81
|
-
"generate:api": "openapi --input https://raw.githubusercontent.com/umbraco/Umbraco-CMS/
|
|
81
|
+
"generate:api": "openapi --input https://raw.githubusercontent.com/umbraco/Umbraco-CMS/v14/dev/src/Umbraco.Cms.Api.Management/OpenApi.json --output src/external/backend-api/src --postfixServices Resource --useOptions",
|
|
82
82
|
"generate:api-dev": "openapi --input http://localhost:11000/umbraco/swagger/v1/swagger.json --output src/external/backend-api/src --postfixServices Resource --useOptions",
|
|
83
|
-
"generate:jsonschema": "typescript-json-schema --required --include \"./src/packages/core/extension-registry/*.ts\"
|
|
83
|
+
"generate:jsonschema": "typescript-json-schema --required --include \"./src/packages/core/extension-registry/*.ts\"",
|
|
84
|
+
"generate:jsonschema:dist": "typescript-json-schema --required --include \"./src/packages/core/extension-registry/umbraco-package.ts\" --out dist-cms/umbraco-package-schema.json tsconfig.json UmbracoPackage",
|
|
84
85
|
"storybook": "npm run wc-analyze && storybook dev -p 6006",
|
|
85
86
|
"storybook:build": "npm run wc-analyze && storybook build",
|
|
86
87
|
"build-storybook": "npm run wc-analyze && storybook build",
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { nothing, PropertyValueMap } from '../../../../external/lit/index.js';
|
|
2
|
-
import { UmbLitElement } from '../../../../shared/lit-element/index.js';
|
|
3
|
-
import { UmbContextToken } from '../../../../libs/context-api/index.js';
|
|
4
|
-
export declare class UmbTreeContextMenuPageServiceElement extends UmbLitElement {
|
|
5
|
-
#private;
|
|
6
|
-
actionEntity: any;
|
|
7
|
-
readonly entity: import("rxjs").Observable<any>;
|
|
8
|
-
private _pages;
|
|
9
|
-
connectedCallback(): void;
|
|
10
|
-
protected updated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
|
|
11
|
-
openPage(elementName: string): void;
|
|
12
|
-
openFreshPage(elementName: string): void;
|
|
13
|
-
closeTopPage(): void;
|
|
14
|
-
private _renderTopPage;
|
|
15
|
-
render(): HTMLElement | typeof nothing;
|
|
16
|
-
static styles: import("@lit/reactive-element/css-tag").CSSResult[];
|
|
17
|
-
}
|
|
18
|
-
export declare const UMB_TREE_CONTEXT_MENU_PAGE_SERVICE_CONTEXT_TOKEN: UmbContextToken<UmbTreeContextMenuPageServiceElement>;
|
|
19
|
-
declare global {
|
|
20
|
-
interface HTMLElementTagNameMap {
|
|
21
|
-
'umb-tree-context-menu-page-service': UmbTreeContextMenuPageServiceElement;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
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
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { UUITextStyles } from '../../../../external/uui/index.js';
|
|
8
|
-
import { css, nothing, customElement, property, state } from '../../../../external/lit/index.js';
|
|
9
|
-
import { UmbLitElement } from '../../../../shared/lit-element/index.js';
|
|
10
|
-
import { UmbDeepState } from '../../../../libs/observable-api/index.js';
|
|
11
|
-
import { UmbContextToken } from '../../../../libs/context-api/index.js';
|
|
12
|
-
// TODO: Refactor this, its not a service and the data should be handled by a context api.
|
|
13
|
-
let UmbTreeContextMenuPageServiceElement = class UmbTreeContextMenuPageServiceElement extends UmbLitElement {
|
|
14
|
-
constructor() {
|
|
15
|
-
super(...arguments);
|
|
16
|
-
this.actionEntity = { key: '', name: '' };
|
|
17
|
-
this.#entity = new UmbDeepState({ key: '', name: '' });
|
|
18
|
-
this.entity = this.#entity.asObservable();
|
|
19
|
-
this._pages = [];
|
|
20
|
-
}
|
|
21
|
-
#entity;
|
|
22
|
-
connectedCallback() {
|
|
23
|
-
super.connectedCallback();
|
|
24
|
-
this.provideContext(UMB_TREE_CONTEXT_MENU_PAGE_SERVICE_CONTEXT_TOKEN, this);
|
|
25
|
-
this.openFreshPage('umb-tree-context-menu-page-action-list');
|
|
26
|
-
}
|
|
27
|
-
updated(_changedProperties) {
|
|
28
|
-
super.updated(_changedProperties);
|
|
29
|
-
if (_changedProperties.has('actionEntity')) {
|
|
30
|
-
this.#entity.next(this.actionEntity);
|
|
31
|
-
//TODO: Move back to first page
|
|
32
|
-
this.openFreshPage('umb-tree-context-menu-page-action-list');
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
openPage(elementName) {
|
|
36
|
-
const element = document.createElement(elementName);
|
|
37
|
-
this._pages.push(element);
|
|
38
|
-
this.requestUpdate('_pages');
|
|
39
|
-
}
|
|
40
|
-
openFreshPage(elementName) {
|
|
41
|
-
this._pages = [];
|
|
42
|
-
this.openPage(elementName);
|
|
43
|
-
}
|
|
44
|
-
closeTopPage() {
|
|
45
|
-
this._pages.pop();
|
|
46
|
-
this.requestUpdate('_pages');
|
|
47
|
-
}
|
|
48
|
-
_renderTopPage() {
|
|
49
|
-
if (this._pages.length === 0) {
|
|
50
|
-
return nothing;
|
|
51
|
-
}
|
|
52
|
-
return this._pages[this._pages.length - 1];
|
|
53
|
-
}
|
|
54
|
-
render() {
|
|
55
|
-
return this._renderTopPage();
|
|
56
|
-
}
|
|
57
|
-
static { this.styles = [UUITextStyles, css ``]; }
|
|
58
|
-
};
|
|
59
|
-
__decorate([
|
|
60
|
-
property({ type: Object })
|
|
61
|
-
], UmbTreeContextMenuPageServiceElement.prototype, "actionEntity", void 0);
|
|
62
|
-
__decorate([
|
|
63
|
-
state()
|
|
64
|
-
], UmbTreeContextMenuPageServiceElement.prototype, "_pages", void 0);
|
|
65
|
-
UmbTreeContextMenuPageServiceElement = __decorate([
|
|
66
|
-
customElement('umb-tree-context-menu-page-service')
|
|
67
|
-
], UmbTreeContextMenuPageServiceElement);
|
|
68
|
-
export { UmbTreeContextMenuPageServiceElement };
|
|
69
|
-
export const UMB_TREE_CONTEXT_MENU_PAGE_SERVICE_CONTEXT_TOKEN = new UmbContextToken('UmbTreeContextMenuService');
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { UmbLitElement } from '../../../../shared/lit-element/index.js';
|
|
2
|
-
import { UmbContextToken } from '../../../../libs/context-api/index.js';
|
|
3
|
-
export declare class UmbTreeContextMenuServiceElement extends UmbLitElement {
|
|
4
|
-
private _modalOpen;
|
|
5
|
-
private entity;
|
|
6
|
-
connectedCallback(): void;
|
|
7
|
-
open(entity: any): void;
|
|
8
|
-
close(): void;
|
|
9
|
-
private _renderBackdrop;
|
|
10
|
-
private _renderModal;
|
|
11
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
12
|
-
static styles: import("@lit/reactive-element/css-tag").CSSResult[];
|
|
13
|
-
}
|
|
14
|
-
export declare const UMB_TREE_CONTEXT_MENU_SERVICE_CONTEXT_TOKEN: UmbContextToken<UmbTreeContextMenuServiceElement>;
|
|
15
|
-
declare global {
|
|
16
|
-
interface HTMLElementTagNameMap {
|
|
17
|
-
'umb-tree-context-menu-service': UmbTreeContextMenuServiceElement;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
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
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { UUITextStyles } from '../../../../external/uui/index.js';
|
|
8
|
-
import { css, html, nothing, customElement, state } from '../../../../external/lit/index.js';
|
|
9
|
-
import { UmbLitElement } from '../../../../shared/lit-element/index.js';
|
|
10
|
-
import { UmbContextToken } from '../../../../libs/context-api/index.js';
|
|
11
|
-
let UmbTreeContextMenuServiceElement = class UmbTreeContextMenuServiceElement extends UmbLitElement {
|
|
12
|
-
constructor() {
|
|
13
|
-
super(...arguments);
|
|
14
|
-
this._modalOpen = false;
|
|
15
|
-
this.entity = { name: '', key: '' };
|
|
16
|
-
}
|
|
17
|
-
connectedCallback() {
|
|
18
|
-
super.connectedCallback();
|
|
19
|
-
this.provideContext(UMB_TREE_CONTEXT_MENU_SERVICE_CONTEXT_TOKEN, this);
|
|
20
|
-
}
|
|
21
|
-
open(entity) {
|
|
22
|
-
this.entity = entity;
|
|
23
|
-
this._modalOpen = true;
|
|
24
|
-
}
|
|
25
|
-
close() {
|
|
26
|
-
this._modalOpen = false;
|
|
27
|
-
}
|
|
28
|
-
_renderBackdrop() {
|
|
29
|
-
// eslint-disable-next-line lit-a11y/click-events-have-key-events
|
|
30
|
-
return this._modalOpen ? html `<div id="backdrop" @click=${this.close}></div>` : nothing;
|
|
31
|
-
}
|
|
32
|
-
_renderModal() {
|
|
33
|
-
return this._modalOpen
|
|
34
|
-
? html `<umb-tree-context-menu-page-service
|
|
35
|
-
id="action-modal"
|
|
36
|
-
.actionEntity=${this.entity}></umb-tree-context-menu-page-service>`
|
|
37
|
-
: nothing;
|
|
38
|
-
}
|
|
39
|
-
render() {
|
|
40
|
-
return html `
|
|
41
|
-
${this._renderBackdrop()}
|
|
42
|
-
<div id="relative-wrapper">
|
|
43
|
-
<slot></slot>
|
|
44
|
-
${this._renderModal()}
|
|
45
|
-
</div>
|
|
46
|
-
`;
|
|
47
|
-
}
|
|
48
|
-
static { this.styles = [
|
|
49
|
-
UUITextStyles,
|
|
50
|
-
css `
|
|
51
|
-
:host {
|
|
52
|
-
display: block;
|
|
53
|
-
width: 100%;
|
|
54
|
-
height: 100%;
|
|
55
|
-
z-index: 1;
|
|
56
|
-
}
|
|
57
|
-
#backdrop {
|
|
58
|
-
content: '';
|
|
59
|
-
position: absolute;
|
|
60
|
-
inset: 0px;
|
|
61
|
-
background-color: black;
|
|
62
|
-
opacity: 0.5;
|
|
63
|
-
width: 100vw;
|
|
64
|
-
height: 100vh;
|
|
65
|
-
z-index: -1;
|
|
66
|
-
}
|
|
67
|
-
#relative-wrapper {
|
|
68
|
-
background-color: var(--uui-color-surface);
|
|
69
|
-
position: relative;
|
|
70
|
-
display: flex;
|
|
71
|
-
flex-direction: column;
|
|
72
|
-
width: 100%;
|
|
73
|
-
height: 100%;
|
|
74
|
-
}
|
|
75
|
-
#action-modal {
|
|
76
|
-
position: absolute;
|
|
77
|
-
left: 300px;
|
|
78
|
-
height: 100%;
|
|
79
|
-
z-index: 1;
|
|
80
|
-
top: 0;
|
|
81
|
-
width: 300px;
|
|
82
|
-
border: none;
|
|
83
|
-
border-left: 1px solid var(--uui-color-border);
|
|
84
|
-
border-right: 1px solid var(--uui-color-border);
|
|
85
|
-
background-color: var(--uui-color-surface);
|
|
86
|
-
}
|
|
87
|
-
`,
|
|
88
|
-
]; }
|
|
89
|
-
};
|
|
90
|
-
__decorate([
|
|
91
|
-
state()
|
|
92
|
-
], UmbTreeContextMenuServiceElement.prototype, "_modalOpen", void 0);
|
|
93
|
-
__decorate([
|
|
94
|
-
state()
|
|
95
|
-
], UmbTreeContextMenuServiceElement.prototype, "entity", void 0);
|
|
96
|
-
UmbTreeContextMenuServiceElement = __decorate([
|
|
97
|
-
customElement('umb-tree-context-menu-service')
|
|
98
|
-
], UmbTreeContextMenuServiceElement);
|
|
99
|
-
export { UmbTreeContextMenuServiceElement };
|
|
100
|
-
export const UMB_TREE_CONTEXT_MENU_SERVICE_CONTEXT_TOKEN = new UmbContextToken('UmbTreeContextMenuService');
|