@umbraco-cms/backoffice 14.0.0-a353ecfe → 14.0.0-e0d20272
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/app/app.element.js +17 -7
- package/dist-cms/apps/app/app.element.js.map +1 -1
- package/dist-cms/custom-elements.json +148 -25
- package/dist-cms/external/backend-api/index.js +1 -1
- package/dist-cms/external/rxjs/index.js +2 -2
- package/dist-cms/external/tinymce/index.js +49 -0
- package/dist-cms/mocks/data/data-type.data.js +69 -1
- package/dist-cms/mocks/data/data-type.data.js.map +1 -1
- package/dist-cms/mocks/data/document-type.data.js +18 -0
- package/dist-cms/mocks/data/document-type.data.js.map +1 -1
- package/dist-cms/mocks/data/document.data.js +7 -0
- package/dist-cms/mocks/data/document.data.js.map +1 -1
- package/dist-cms/mocks/data/template.data.d.ts +1 -1
- package/dist-cms/mocks/data/template.data.js +14 -5
- package/dist-cms/mocks/data/template.data.js.map +1 -1
- package/dist-cms/mocks/handlers/images.handlers.d.ts +1 -0
- package/dist-cms/mocks/handlers/images.handlers.js +8 -0
- package/dist-cms/mocks/handlers/images.handlers.js.map +1 -0
- package/dist-cms/mocks/handlers/manifests.handlers.js +1 -1
- package/dist-cms/mocks/handlers/manifests.handlers.js.map +1 -1
- package/dist-cms/mocks/handlers/rte-embed.handlers.js +6 -2
- package/dist-cms/mocks/handlers/rte-embed.handlers.js.map +1 -1
- package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.d.ts +15 -0
- package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.js +17 -0
- package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.js.map +1 -1
- package/dist-cms/packages/core/components/index.d.ts +1 -0
- package/dist-cms/packages/core/components/index.js +1 -0
- package/dist-cms/packages/core/components/index.js.map +1 -1
- package/dist-cms/packages/core/components/input-tiny-mce/index.d.ts +6 -0
- package/dist-cms/packages/core/components/input-tiny-mce/index.js +7 -0
- package/dist-cms/packages/core/components/input-tiny-mce/index.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.defaults.d.ts +5 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.defaults.js +46 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.defaults.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.element.d.ts +29 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.element.js +270 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.element.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.handlers.d.ts +3 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.handlers.js +39 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.handlers.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.languages.d.ts +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.languages.js +79 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.languages.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.sanitizer.d.ts +6 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.sanitizer.js +54 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.sanitizer.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/tiny-mce-plugin.d.ts +12 -0
- package/dist-cms/packages/core/components/input-tiny-mce/tiny-mce-plugin.js +8 -0
- package/dist-cms/packages/core/components/input-tiny-mce/tiny-mce-plugin.js.map +1 -0
- package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.d.ts +3 -3
- package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.js +10 -10
- package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.js.map +1 -1
- package/dist-cms/packages/core/components/property-type-based-property/property-type-based-property.element.js +3 -3
- package/dist-cms/packages/core/components/property-type-based-property/property-type-based-property.element.js.map +1 -1
- package/dist-cms/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.d.ts +1 -1
- package/dist-cms/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.js +5 -5
- package/dist-cms/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.js.map +1 -1
- package/dist-cms/packages/core/extension-registry/models/index.d.ts +4 -2
- package/dist-cms/packages/core/extension-registry/models/index.js +1 -0
- package/dist-cms/packages/core/extension-registry/models/index.js.map +1 -1
- package/dist-cms/packages/core/extension-registry/models/property-editor.model.d.ts +5 -5
- package/dist-cms/packages/core/extension-registry/models/tinymce-plugin.model.d.ts +38 -0
- package/dist-cms/packages/core/extension-registry/models/tinymce-plugin.model.js +2 -0
- package/dist-cms/packages/core/extension-registry/models/tinymce-plugin.model.js.map +1 -0
- package/dist-cms/packages/core/index.d.ts +1 -0
- package/dist-cms/packages/core/index.js +3 -0
- package/dist-cms/packages/core/index.js.map +1 -1
- package/dist-cms/packages/core/macro/index.d.ts +1 -0
- package/dist-cms/packages/core/macro/index.js +2 -0
- package/dist-cms/packages/core/macro/index.js.map +1 -0
- package/dist-cms/packages/core/macro/macro.service.d.ts +26 -0
- package/dist-cms/packages/core/macro/macro.service.js +117 -0
- package/dist-cms/packages/core/macro/macro.service.js.map +1 -0
- package/dist-cms/packages/core/modal/common/code-editor/code-editor-modal.element.d.ts +17 -0
- package/dist-cms/packages/core/modal/common/code-editor/code-editor-modal.element.js +92 -0
- package/dist-cms/packages/core/modal/common/code-editor/code-editor-modal.element.js.map +1 -0
- package/dist-cms/packages/core/modal/common/embedded-media/embedded-media-modal.element.d.ts +3 -5
- package/dist-cms/packages/core/modal/common/embedded-media/embedded-media-modal.element.js +11 -11
- package/dist-cms/packages/core/modal/common/embedded-media/embedded-media-modal.element.js.map +1 -1
- package/dist-cms/packages/core/modal/common/manifests.js +6 -0
- package/dist-cms/packages/core/modal/common/manifests.js.map +1 -1
- package/dist-cms/packages/core/modal/token/code-editor-modal.token.d.ts +12 -0
- package/dist-cms/packages/core/modal/token/code-editor-modal.token.js +6 -0
- package/dist-cms/packages/core/modal/token/code-editor-modal.token.js.map +1 -0
- package/dist-cms/packages/core/modal/token/embedded-media-modal.token.d.ts +8 -7
- package/dist-cms/packages/core/modal/token/embedded-media-modal.token.js +2 -1
- package/dist-cms/packages/core/modal/token/embedded-media-modal.token.js.map +1 -1
- package/dist-cms/packages/core/modal/token/index.d.ts +1 -0
- package/dist-cms/packages/core/modal/token/index.js +1 -0
- package/dist-cms/packages/core/modal/token/index.js.map +1 -1
- package/dist-cms/packages/core/property-editors/manifests.d.ts +1 -1
- package/dist-cms/packages/core/property-editors/manifests.js +2 -2
- package/dist-cms/packages/core/property-editors/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.BlockGrid.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.BlockGrid.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.BlockGrid.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.BlockList.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.BlockList.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.BlockList.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.CheckboxList.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.CheckboxList.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.CheckboxList.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.DateTime.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.DateTime.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.DateTime.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Decimal.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.Decimal.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Decimal.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.EmailAddress.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.EmailAddress.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.EmailAddress.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ImageCropper.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.ImageCropper.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ImageCropper.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Integer.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.Integer.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Integer.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.JSON.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.JSON.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.JSON.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Label.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.Label.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Label.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ListView.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.ListView.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ListView.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MarkdownEditor.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.MarkdownEditor.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MarkdownEditor.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MediaPicker3.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.MediaPicker3.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MediaPicker3.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MemberGroupPicker.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.MemberGroupPicker.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MemberGroupPicker.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MemberPicker.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.MemberPicker.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MemberPicker.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultiUrlPicker.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultiUrlPicker.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultiUrlPicker.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultipleTextString.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultipleTextString.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultipleTextString.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.RadioButtonList.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.RadioButtonList.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.RadioButtonList.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.RichText.d.ts +2 -0
- package/dist-cms/packages/core/property-editors/models/{Umbraco.TinyMCE.js → Umbraco.RichText.js} +4 -3
- package/dist-cms/packages/core/property-editors/models/Umbraco.RichText.js.map +1 -0
- package/dist-cms/packages/core/property-editors/models/Umbraco.Slider.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.Slider.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Slider.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Tags.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.Tags.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Tags.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TextArea.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.TextArea.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TextArea.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TextBox.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.TextBox.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TextBox.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TrueFalse.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.TrueFalse.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TrueFalse.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.UploadField.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.UploadField.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.UploadField.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.UserPicker.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.UserPicker.js +1 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.UserPicker.js.map +1 -1
- package/dist-cms/packages/core/property-editors/models/manifests.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/models/manifests.js +2 -2
- package/dist-cms/packages/core/property-editors/models/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/block-configuration/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/block-configuration/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/group-configuration/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/group-configuration/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-list/config/block-configuration/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-list/config/block-configuration/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-list/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-list/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/checkbox-list/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/checkbox-list/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/column-configuration/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/column-configuration/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/layout-configuration/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/layout-configuration/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/order-by/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/config/order-by/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/collection-view/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/color-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/color-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/date-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/date-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/dropdown/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/dropdown/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/eye-dropper/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/eye-dropper/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/icon-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/icon-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/image-cropper/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/image-cropper/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/image-crops-configuration/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/image-crops-configuration/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/label/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/label/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/markdown-editor/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/markdown-editor/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/media-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/media-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/member-group-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/member-group-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/member-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/member-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/multi-url-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/multi-url-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/multiple-text-string/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/multiple-text-string/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/number/manifests.js +2 -2
- package/dist-cms/packages/core/property-editors/uis/number/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/number-range/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/number-range/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/order-direction/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/order-direction/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/overlay-size/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/overlay-size/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/radio-button-list/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/radio-button-list/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/slider/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/slider/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/text-box/manifests.js +2 -2
- package/dist-cms/packages/core/property-editors/uis/text-box/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/textarea/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/textarea/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.d.ts +18 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.js +31 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/manifests.d.ts +2 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/manifests.js +52 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/manifests.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.d.ts +15 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.js +26 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.d.ts +16 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.js +45 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.d.ts +25 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.js +123 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/manifests.js +210 -7
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/manifests.d.ts +2 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/manifests.js +84 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/manifests.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.d.ts +5 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.js +34 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.d.ts +5 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.js +69 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.d.ts +6 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.js +168 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.d.ts +5 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.js +166 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.d.ts +5 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.js +141 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.d.ts +2 -1
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.js +16 -7
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/toggle/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/toggle/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/tree-picker/config/start-node/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/tree-picker/config/start-node/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/tree-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/tree-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/upload-field/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/upload-field/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/user-picker/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/user-picker/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/value-type/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/value-type/manifests.js.map +1 -1
- package/dist-cms/packages/documents/documents/property-editors/Umbraco.ContentPicker.d.ts +2 -2
- package/dist-cms/packages/documents/documents/property-editors/Umbraco.ContentPicker.js +1 -1
- package/dist-cms/packages/documents/documents/property-editors/Umbraco.ContentPicker.js.map +1 -1
- package/dist-cms/packages/documents/documents/property-editors/document-picker/manifests.js +1 -1
- package/dist-cms/packages/documents/documents/property-editors/document-picker/manifests.js.map +1 -1
- package/dist-cms/packages/media/media/repository/media.repository.js +12 -24
- package/dist-cms/packages/media/media/repository/media.repository.js.map +1 -1
- package/dist-cms/packages/members/members/repository/member.repository.js +6 -21
- package/dist-cms/packages/members/members/repository/member.repository.js.map +1 -1
- package/dist-cms/packages/settings/data-types/components/ref-data-type/ref-data-type.element.d.ts +1 -1
- package/dist-cms/packages/settings/data-types/components/ref-data-type/ref-data-type.element.js +5 -5
- package/dist-cms/packages/settings/data-types/components/ref-data-type/ref-data-type.element.js.map +1 -1
- package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.d.ts +1 -1
- package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.js +1 -1
- package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.js.map +1 -1
- package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.d.ts +1 -1
- package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.js +12 -12
- package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.js.map +1 -1
- package/dist-cms/packages/settings/logviewer/repository/log-viewer.repository.js +11 -25
- package/dist-cms/packages/settings/logviewer/repository/log-viewer.repository.js.map +1 -1
- package/dist-cms/packages/tags/property-editors/tags/config/storage-type/manifests.js +1 -1
- package/dist-cms/packages/tags/property-editors/tags/config/storage-type/manifests.js.map +1 -1
- package/dist-cms/packages/tags/property-editors/tags/manifests.js +1 -1
- package/dist-cms/packages/tags/property-editors/tags/manifests.js.map +1 -1
- package/dist-cms/packages/templating/stylesheets/repository/stylesheet.repository.js +3 -20
- package/dist-cms/packages/templating/stylesheets/repository/stylesheet.repository.js.map +1 -1
- package/dist-cms/packages/templating/templates/repository/sources/template.detail.server.data.d.ts +2 -2
- package/dist-cms/packages/templating/templates/repository/sources/template.detail.server.data.js +2 -2
- package/dist-cms/packages/templating/templates/repository/sources/template.detail.server.data.js.map +1 -1
- package/dist-cms/packages/templating/templates/repository/sources/template.item.server.data.d.ts +1 -1
- package/dist-cms/packages/templating/templates/repository/sources/template.tree.server.data.d.ts +1 -1
- package/dist-cms/packages/templating/templates/repository/template-item.store.d.ts +1 -1
- package/dist-cms/packages/templating/templates/repository/template.repository.d.ts +3 -3
- package/dist-cms/packages/templating/templates/repository/template.repository.js +2 -2
- package/dist-cms/packages/templating/templates/repository/template.repository.js.map +1 -1
- package/dist-cms/packages/templating/templates/workspace/template-workspace-editor.element.js +3 -33
- package/dist-cms/packages/templating/templates/workspace/template-workspace-editor.element.js.map +1 -1
- package/dist-cms/packages/templating/templates/workspace/template-workspace.context.d.ts +6 -3
- package/dist-cms/packages/templating/templates/workspace/template-workspace.context.js +35 -23
- package/dist-cms/packages/templating/templates/workspace/template-workspace.context.js.map +1 -1
- package/dist-cms/shared/auth/auth.context.d.ts +1 -0
- package/dist-cms/shared/auth/auth.context.js +3 -0
- package/dist-cms/shared/auth/auth.context.js.map +1 -1
- package/dist-cms/shared/auth/auth.interface.d.ts +4 -0
- package/dist-cms/shared/repository/repository-items.manager.d.ts +1 -1
- package/dist-cms/shared/repository/repository-items.manager.js +7 -2
- package/dist-cms/shared/repository/repository-items.manager.js.map +1 -1
- package/dist-cms/shared/utils/index.d.ts +6 -0
- package/dist-cms/shared/utils/index.js +1 -0
- package/dist-cms/shared/utils/index.js.map +1 -1
- package/dist-cms/shared/utils/media-helper.service.d.ts +44 -0
- package/dist-cms/shared/utils/media-helper.service.js +152 -0
- package/dist-cms/shared/utils/media-helper.service.js.map +1 -0
- package/dist-cms/tinymce/CHANGELOG.md +3253 -0
- package/dist-cms/tinymce/README.md +71 -0
- package/dist-cms/tinymce/bower.json +27 -0
- package/dist-cms/tinymce/composer.json +52 -0
- package/dist-cms/tinymce/icons/default/icons.js +191 -0
- package/dist-cms/tinymce/icons/default/icons.min.js +1 -0
- package/dist-cms/tinymce/icons/default/index.js +7 -0
- package/dist-cms/tinymce/langs/ar.js +407 -0
- package/dist-cms/tinymce/langs/az.js +406 -0
- package/dist-cms/tinymce/langs/be.js +406 -0
- package/dist-cms/tinymce/langs/bg_BG.js +406 -0
- package/dist-cms/tinymce/langs/bn_BD.js +406 -0
- package/dist-cms/tinymce/langs/ca.js +406 -0
- package/dist-cms/tinymce/langs/cs.js +406 -0
- package/dist-cms/tinymce/langs/cy.js +406 -0
- package/dist-cms/tinymce/langs/da.js +406 -0
- package/dist-cms/tinymce/langs/de.js +406 -0
- package/dist-cms/tinymce/langs/dv.js +406 -0
- package/dist-cms/tinymce/langs/el.js +406 -0
- package/dist-cms/tinymce/langs/eo.js +406 -0
- package/dist-cms/tinymce/langs/es.js +406 -0
- package/dist-cms/tinymce/langs/es_MX.js +406 -0
- package/dist-cms/tinymce/langs/et.js +406 -0
- package/dist-cms/tinymce/langs/eu.js +406 -0
- package/dist-cms/tinymce/langs/fa.js +407 -0
- package/dist-cms/tinymce/langs/fi.js +406 -0
- package/dist-cms/tinymce/langs/fr_FR.js +406 -0
- package/dist-cms/tinymce/langs/ga.js +406 -0
- package/dist-cms/tinymce/langs/gl.js +406 -0
- package/dist-cms/tinymce/langs/he_IL.js +407 -0
- package/dist-cms/tinymce/langs/hi.js +406 -0
- package/dist-cms/tinymce/langs/hr.js +406 -0
- package/dist-cms/tinymce/langs/hu_HU.js +406 -0
- package/dist-cms/tinymce/langs/hy.js +406 -0
- package/dist-cms/tinymce/langs/id.js +406 -0
- package/dist-cms/tinymce/langs/is_IS.js +406 -0
- package/dist-cms/tinymce/langs/it.js +406 -0
- package/dist-cms/tinymce/langs/ja.js +406 -0
- package/dist-cms/tinymce/langs/kab.js +406 -0
- package/dist-cms/tinymce/langs/kk.js +406 -0
- package/dist-cms/tinymce/langs/ko_KR.js +406 -0
- package/dist-cms/tinymce/langs/ku.js +407 -0
- package/dist-cms/tinymce/langs/lt.js +406 -0
- package/dist-cms/tinymce/langs/lv.js +406 -0
- package/dist-cms/tinymce/langs/nb_NO.js +406 -0
- package/dist-cms/tinymce/langs/ne.js +406 -0
- package/dist-cms/tinymce/langs/nl.js +406 -0
- package/dist-cms/tinymce/langs/nl_BE.js +406 -0
- package/dist-cms/tinymce/langs/oc.js +406 -0
- package/dist-cms/tinymce/langs/pl.js +406 -0
- package/dist-cms/tinymce/langs/pt_BR.js +406 -0
- package/dist-cms/tinymce/langs/ro.js +406 -0
- package/dist-cms/tinymce/langs/ru.js +406 -0
- package/dist-cms/tinymce/langs/sk.js +406 -0
- package/dist-cms/tinymce/langs/sl_SI.js +406 -0
- package/dist-cms/tinymce/langs/sq.js +406 -0
- package/dist-cms/tinymce/langs/sr.js +406 -0
- package/dist-cms/tinymce/langs/sv_SE.js +406 -0
- package/dist-cms/tinymce/langs/ta.js +406 -0
- package/dist-cms/tinymce/langs/tg.js +406 -0
- package/dist-cms/tinymce/langs/th_TH.js +406 -0
- package/dist-cms/tinymce/langs/tr.js +406 -0
- package/dist-cms/tinymce/langs/ug.js +406 -0
- package/dist-cms/tinymce/langs/uk.js +406 -0
- package/dist-cms/tinymce/langs/vi.js +406 -0
- package/dist-cms/tinymce/langs/zh-Hans.js +406 -0
- package/dist-cms/tinymce/langs/zh-Hant.js +406 -0
- package/dist-cms/tinymce/langs/zh_HK.js +406 -0
- package/dist-cms/tinymce/langs/zh_MO.js +406 -0
- package/dist-cms/tinymce/langs/zh_SG.js +406 -0
- package/dist-cms/tinymce/license.txt +21 -0
- package/dist-cms/tinymce/models/dom/index.js +7 -0
- package/dist-cms/tinymce/models/dom/model.js +8040 -0
- package/dist-cms/tinymce/models/dom/model.min.js +4 -0
- package/dist-cms/tinymce/package.json +32 -0
- package/dist-cms/tinymce/plugins/accordion/index.js +7 -0
- package/dist-cms/tinymce/plugins/accordion/plugin.js +1033 -0
- package/dist-cms/tinymce/plugins/accordion/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/advlist/index.js +7 -0
- package/dist-cms/tinymce/plugins/advlist/plugin.js +259 -0
- package/dist-cms/tinymce/plugins/advlist/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/anchor/index.js +7 -0
- package/dist-cms/tinymce/plugins/anchor/plugin.js +214 -0
- package/dist-cms/tinymce/plugins/anchor/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/autolink/index.js +7 -0
- package/dist-cms/tinymce/plugins/autolink/plugin.js +228 -0
- package/dist-cms/tinymce/plugins/autolink/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/autoresize/index.js +7 -0
- package/dist-cms/tinymce/plugins/autoresize/plugin.js +192 -0
- package/dist-cms/tinymce/plugins/autoresize/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/autosave/index.js +7 -0
- package/dist-cms/tinymce/plugins/autosave/plugin.js +233 -0
- package/dist-cms/tinymce/plugins/autosave/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/charmap/index.js +7 -0
- package/dist-cms/tinymce/plugins/charmap/plugin.js +1658 -0
- package/dist-cms/tinymce/plugins/charmap/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/code/index.js +7 -0
- package/dist-cms/tinymce/plugins/code/plugin.js +85 -0
- package/dist-cms/tinymce/plugins/code/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/codesample/index.js +7 -0
- package/dist-cms/tinymce/plugins/codesample/plugin.js +2463 -0
- package/dist-cms/tinymce/plugins/codesample/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/directionality/index.js +7 -0
- package/dist-cms/tinymce/plugins/directionality/plugin.js +395 -0
- package/dist-cms/tinymce/plugins/directionality/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/emoticons/index.js +7 -0
- package/dist-cms/tinymce/plugins/emoticons/js/emojiimages.js +1 -0
- package/dist-cms/tinymce/plugins/emoticons/js/emojiimages.min.js +3 -0
- package/dist-cms/tinymce/plugins/emoticons/js/emojis.js +1 -0
- package/dist-cms/tinymce/plugins/emoticons/js/emojis.min.js +2 -0
- package/dist-cms/tinymce/plugins/emoticons/plugin.js +595 -0
- package/dist-cms/tinymce/plugins/emoticons/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/fullscreen/index.js +7 -0
- package/dist-cms/tinymce/plugins/fullscreen/plugin.js +1196 -0
- package/dist-cms/tinymce/plugins/fullscreen/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/help/index.js +7 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ar.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ca.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/cs.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/da.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/de.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/el.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/en.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/es.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/eu.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/fa.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/fi.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/he_IL.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/hi.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/hr.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/id.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/it.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ja.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/kk.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ms.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/nl.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/pl.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ro.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ru.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/sk.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/th_TH.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/tr.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/uk.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/vi.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +84 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +90 -0
- package/dist-cms/tinymce/plugins/help/plugin.js +893 -0
- package/dist-cms/tinymce/plugins/help/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/image/index.js +7 -0
- package/dist-cms/tinymce/plugins/image/plugin.js +1504 -0
- package/dist-cms/tinymce/plugins/image/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/importcss/index.js +7 -0
- package/dist-cms/tinymce/plugins/importcss/plugin.js +344 -0
- package/dist-cms/tinymce/plugins/importcss/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/insertdatetime/index.js +7 -0
- package/dist-cms/tinymce/plugins/insertdatetime/plugin.js +187 -0
- package/dist-cms/tinymce/plugins/insertdatetime/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/link/index.js +7 -0
- package/dist-cms/tinymce/plugins/link/plugin.js +1241 -0
- package/dist-cms/tinymce/plugins/link/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/lists/index.js +7 -0
- package/dist-cms/tinymce/plugins/lists/plugin.js +1948 -0
- package/dist-cms/tinymce/plugins/lists/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/media/index.js +7 -0
- package/dist-cms/tinymce/plugins/media/plugin.js +1235 -0
- package/dist-cms/tinymce/plugins/media/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/nonbreaking/index.js +7 -0
- package/dist-cms/tinymce/plugins/nonbreaking/plugin.js +123 -0
- package/dist-cms/tinymce/plugins/nonbreaking/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/pagebreak/index.js +7 -0
- package/dist-cms/tinymce/plugins/pagebreak/plugin.js +117 -0
- package/dist-cms/tinymce/plugins/pagebreak/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/preview/index.js +7 -0
- package/dist-cms/tinymce/plugins/preview/plugin.js +97 -0
- package/dist-cms/tinymce/plugins/preview/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/quickbars/index.js +7 -0
- package/dist-cms/tinymce/plugins/quickbars/plugin.js +438 -0
- package/dist-cms/tinymce/plugins/quickbars/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/save/index.js +7 -0
- package/dist-cms/tinymce/plugins/save/plugin.js +118 -0
- package/dist-cms/tinymce/plugins/save/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/searchreplace/index.js +7 -0
- package/dist-cms/tinymce/plugins/searchreplace/plugin.js +1093 -0
- package/dist-cms/tinymce/plugins/searchreplace/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/table/index.js +7 -0
- package/dist-cms/tinymce/plugins/table/plugin.js +3462 -0
- package/dist-cms/tinymce/plugins/table/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/template/index.js +7 -0
- package/dist-cms/tinymce/plugins/template/plugin.js +567 -0
- package/dist-cms/tinymce/plugins/template/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/visualblocks/index.js +7 -0
- package/dist-cms/tinymce/plugins/visualblocks/plugin.js +98 -0
- package/dist-cms/tinymce/plugins/visualblocks/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/visualchars/index.js +7 -0
- package/dist-cms/tinymce/plugins/visualchars/plugin.js +560 -0
- package/dist-cms/tinymce/plugins/visualchars/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/wordcount/index.js +7 -0
- package/dist-cms/tinymce/plugins/wordcount/plugin.js +405 -0
- package/dist-cms/tinymce/plugins/wordcount/plugin.min.js +4 -0
- package/dist-cms/tinymce/skins/content/dark/content.css +66 -0
- package/dist-cms/tinymce/skins/content/dark/content.min.css +1 -0
- package/dist-cms/tinymce/skins/content/default/content.css +61 -0
- package/dist-cms/tinymce/skins/content/default/content.min.css +1 -0
- package/dist-cms/tinymce/skins/content/document/content.css +66 -0
- package/dist-cms/tinymce/skins/content/document/content.min.css +1 -0
- package/dist-cms/tinymce/skins/content/tinymce-5/content.css +61 -0
- package/dist-cms/tinymce/skins/content/tinymce-5/content.min.css +1 -0
- package/dist-cms/tinymce/skins/content/tinymce-5-dark/content.css +66 -0
- package/dist-cms/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -0
- package/dist-cms/tinymce/skins/content/writer/content.css +62 -0
- package/dist-cms/tinymce/skins/content/writer/content.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide/content.css +785 -0
- package/dist-cms/tinymce/skins/ui/oxide/content.inline.css +779 -0
- package/dist-cms/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide/content.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide/skin.css +3688 -0
- package/dist-cms/tinymce/skins/ui/oxide/skin.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide/skin.shadowdom.css +30 -0
- package/dist-cms/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/content.css +766 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/content.inline.css +779 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/skin.css +3691 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +30 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/content.css +785 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/content.inline.css +779 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/content.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/skin.css +3782 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/skin.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/skin.shadowdom.css +30 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.css +766 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.inline.css +779 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.css +3782 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.css +30 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
- package/dist-cms/tinymce/themes/silver/index.js +7 -0
- package/dist-cms/tinymce/themes/silver/theme.js +30167 -0
- package/dist-cms/tinymce/themes/silver/theme.min.js +4 -0
- package/dist-cms/tinymce/tinymce.d.ts +3206 -0
- package/dist-cms/tinymce/tinymce.js +31297 -0
- package/dist-cms/tinymce/tinymce.min.js +4 -0
- package/dist-cms/tsconfig.tsbuildinfo +1 -1
- package/dist-cms/umbraco-package-schema.json +83 -7
- package/dist-cms/vscode-html-custom-data.json +86 -17
- package/package.json +4 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TinyMCE.d.ts +0 -2
- package/dist-cms/packages/core/property-editors/models/Umbraco.TinyMCE.js.map +0 -1
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.d.ts +0 -2
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.js +0 -13
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.js.map +0 -1
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.d.ts +0 -16
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.js +0 -34
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.js.map +0 -1
|
@@ -1147,7 +1147,7 @@
|
|
|
1147
1147
|
],
|
|
1148
1148
|
"type": "object"
|
|
1149
1149
|
},
|
|
1150
|
-
"
|
|
1150
|
+
"ManifestPropertyEditorSchema": {
|
|
1151
1151
|
"properties": {
|
|
1152
1152
|
"alias": {
|
|
1153
1153
|
"description": "The alias of the extension, ensure it is unique",
|
|
@@ -1160,7 +1160,7 @@
|
|
|
1160
1160
|
]
|
|
1161
1161
|
},
|
|
1162
1162
|
"meta": {
|
|
1163
|
-
"$ref": "#/definitions/
|
|
1163
|
+
"$ref": "#/definitions/MetaPropertyEditorSchema"
|
|
1164
1164
|
},
|
|
1165
1165
|
"name": {
|
|
1166
1166
|
"description": "The friendly name of the extension",
|
|
@@ -1169,7 +1169,7 @@
|
|
|
1169
1169
|
"type": {
|
|
1170
1170
|
"description": "The type of extension such as dashboard etc...",
|
|
1171
1171
|
"enum": [
|
|
1172
|
-
"
|
|
1172
|
+
"propertyEditorSchema"
|
|
1173
1173
|
],
|
|
1174
1174
|
"type": "string"
|
|
1175
1175
|
},
|
|
@@ -1560,6 +1560,49 @@
|
|
|
1560
1560
|
],
|
|
1561
1561
|
"type": "object"
|
|
1562
1562
|
},
|
|
1563
|
+
"ManifestTinyMcePlugin": {
|
|
1564
|
+
"description": "The manifest for a TinyMCE plugin.\nThe plugin will be loaded into the TinyMCE editor.\nA plugin can add things like buttons, menu items, context menu items, etc. through the TinyMCE API.\nA plugin can also add custom commands to the editor.\nA plugin can also modify the behavior of the editor.",
|
|
1565
|
+
"properties": {
|
|
1566
|
+
"alias": {
|
|
1567
|
+
"description": "The alias of the extension, ensure it is unique",
|
|
1568
|
+
"type": "string"
|
|
1569
|
+
},
|
|
1570
|
+
"js": {
|
|
1571
|
+
"description": "The file location of the javascript file to load",
|
|
1572
|
+
"type": "string"
|
|
1573
|
+
},
|
|
1574
|
+
"kind": {
|
|
1575
|
+
"description": "The kind of the extension, used to group extensions together",
|
|
1576
|
+
"examples": [
|
|
1577
|
+
"button"
|
|
1578
|
+
]
|
|
1579
|
+
},
|
|
1580
|
+
"meta": {
|
|
1581
|
+
"$ref": "#/definitions/MetaTinyMcePlugin"
|
|
1582
|
+
},
|
|
1583
|
+
"name": {
|
|
1584
|
+
"description": "The friendly name of the extension",
|
|
1585
|
+
"type": "string"
|
|
1586
|
+
},
|
|
1587
|
+
"type": {
|
|
1588
|
+
"description": "The type of extension such as dashboard etc...",
|
|
1589
|
+
"enum": [
|
|
1590
|
+
"tinyMcePlugin"
|
|
1591
|
+
],
|
|
1592
|
+
"type": "string"
|
|
1593
|
+
},
|
|
1594
|
+
"weight": {
|
|
1595
|
+
"description": "Extensions such as dashboards are ordered by weight with lower numbers being first in the list",
|
|
1596
|
+
"type": "number"
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1599
|
+
"required": [
|
|
1600
|
+
"alias",
|
|
1601
|
+
"name",
|
|
1602
|
+
"type"
|
|
1603
|
+
],
|
|
1604
|
+
"type": "object"
|
|
1605
|
+
},
|
|
1563
1606
|
"ManifestTree": {
|
|
1564
1607
|
"properties": {
|
|
1565
1608
|
"alias": {
|
|
@@ -1754,7 +1797,7 @@
|
|
|
1754
1797
|
"$ref": "#/definitions/ManifestPropertyAction"
|
|
1755
1798
|
},
|
|
1756
1799
|
{
|
|
1757
|
-
"$ref": "#/definitions/
|
|
1800
|
+
"$ref": "#/definitions/ManifestPropertyEditorSchema"
|
|
1758
1801
|
},
|
|
1759
1802
|
{
|
|
1760
1803
|
"$ref": "#/definitions/ManifestPropertyEditorUi"
|
|
@@ -1774,6 +1817,9 @@
|
|
|
1774
1817
|
{
|
|
1775
1818
|
"$ref": "#/definitions/ManifestTheme"
|
|
1776
1819
|
},
|
|
1820
|
+
{
|
|
1821
|
+
"$ref": "#/definitions/ManifestTinyMcePlugin"
|
|
1822
|
+
},
|
|
1777
1823
|
{
|
|
1778
1824
|
"$ref": "#/definitions/ManifestTree"
|
|
1779
1825
|
},
|
|
@@ -2341,7 +2387,7 @@
|
|
|
2341
2387
|
],
|
|
2342
2388
|
"type": "object"
|
|
2343
2389
|
},
|
|
2344
|
-
"
|
|
2390
|
+
"MetaPropertyEditorSchema": {
|
|
2345
2391
|
"properties": {
|
|
2346
2392
|
"defaultPropertyEditorUiAlias": {
|
|
2347
2393
|
"type": "string"
|
|
@@ -2366,7 +2412,7 @@
|
|
|
2366
2412
|
"label": {
|
|
2367
2413
|
"type": "string"
|
|
2368
2414
|
},
|
|
2369
|
-
"
|
|
2415
|
+
"propertyEditorSchemaAlias": {
|
|
2370
2416
|
"type": "string"
|
|
2371
2417
|
},
|
|
2372
2418
|
"settings": {
|
|
@@ -2380,7 +2426,7 @@
|
|
|
2380
2426
|
"group",
|
|
2381
2427
|
"icon",
|
|
2382
2428
|
"label",
|
|
2383
|
-
"
|
|
2429
|
+
"propertyEditorSchemaAlias"
|
|
2384
2430
|
],
|
|
2385
2431
|
"type": "object"
|
|
2386
2432
|
},
|
|
@@ -2433,6 +2479,36 @@
|
|
|
2433
2479
|
],
|
|
2434
2480
|
"type": "object"
|
|
2435
2481
|
},
|
|
2482
|
+
"MetaTinyMcePlugin": {
|
|
2483
|
+
"properties": {
|
|
2484
|
+
"toolbar": {
|
|
2485
|
+
"description": "If the plugin adds toolbar buttons, this property can be used to configure the buttons.\nThis configuration will be used on the Rich Text Editor configuration page.",
|
|
2486
|
+
"items": {
|
|
2487
|
+
"properties": {
|
|
2488
|
+
"alias": {
|
|
2489
|
+
"description": "The alias of the toolbar button that will be configured in the TinyMCE editor.",
|
|
2490
|
+
"type": "string"
|
|
2491
|
+
},
|
|
2492
|
+
"icon": {
|
|
2493
|
+
"description": "The icon shown on the Rich Text Editor configuration page. The icon has to be a part of TinyMCE's icon set.",
|
|
2494
|
+
"type": "string"
|
|
2495
|
+
},
|
|
2496
|
+
"label": {
|
|
2497
|
+
"description": "The label of the option shown on the Rich Text Editor configuration page.",
|
|
2498
|
+
"type": "string"
|
|
2499
|
+
}
|
|
2500
|
+
},
|
|
2501
|
+
"required": [
|
|
2502
|
+
"alias",
|
|
2503
|
+
"label"
|
|
2504
|
+
],
|
|
2505
|
+
"type": "object"
|
|
2506
|
+
},
|
|
2507
|
+
"type": "array"
|
|
2508
|
+
}
|
|
2509
|
+
},
|
|
2510
|
+
"type": "object"
|
|
2511
|
+
},
|
|
2436
2512
|
"MetaTree": {
|
|
2437
2513
|
"properties": {
|
|
2438
2514
|
"repositoryAlias": {
|
|
@@ -674,6 +674,36 @@
|
|
|
674
674
|
}
|
|
675
675
|
]
|
|
676
676
|
},
|
|
677
|
+
{
|
|
678
|
+
"name": "umb-input-tiny-mce",
|
|
679
|
+
"description": "Events:\n\n * `rte.shortcut.save` {`CustomEvent<unknown>`} - \n\n * `rte.shortcut.saveAndPublish` {`CustomEvent<unknown>`} - \n\n * `umb-rte-focus` {`CustomEvent<unknown>`} - \n\n * `umb-rte-blur` {`CustomEvent<unknown>`} - \n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `configuration` - \n\nProperties:\n\n * `configuration` - \n\n * `_tinyConfig` - \n\n * `modalContext` - \n\n * `_editorElement` {`HTMLElement | undefined`} - \n\n * `styles` {`any[]`} - ",
|
|
680
|
+
"attributes": [
|
|
681
|
+
{
|
|
682
|
+
"name": "configuration",
|
|
683
|
+
"description": "`configuration` - \n\nProperty: configuration"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"name": "onrte.shortcut.save",
|
|
687
|
+
"description": "`rte.shortcut.save` {`CustomEvent<unknown>`} - "
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"name": "onrte.shortcut.saveAndPublish",
|
|
691
|
+
"description": "`rte.shortcut.saveAndPublish` {`CustomEvent<unknown>`} - "
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"name": "onumb-rte-focus",
|
|
695
|
+
"description": "`umb-rte-focus` {`CustomEvent<unknown>`} - "
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"name": "onumb-rte-blur",
|
|
699
|
+
"description": "`umb-rte-blur` {`CustomEvent<unknown>`} - "
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "onchange",
|
|
703
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
704
|
+
}
|
|
705
|
+
]
|
|
706
|
+
},
|
|
677
707
|
{
|
|
678
708
|
"name": "umb-input-toggle",
|
|
679
709
|
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `checked` {`boolean`} - \n\n * `showLabels` {`boolean`} - \n\n * `labelOn` {`string | undefined`} - \n\n * `labelOff` {`string | undefined`} - \n\nProperties:\n\n * `_checked` {`boolean`} - \n\n * `checked` {`boolean`} - \n\n * `showLabels` {`boolean`} - \n\n * `labelOn` {`string | undefined`} - \n\n * `labelOff` {`string | undefined`} - \n\n * `_currentLabel` {`string | undefined`} - \n\n * `styles` {`any[]`} - ",
|
|
@@ -735,7 +765,7 @@
|
|
|
735
765
|
},
|
|
736
766
|
{
|
|
737
767
|
"name": "umb-property-editor-config",
|
|
738
|
-
"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 * `
|
|
768
|
+
"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 * `_propertyEditorSchemaConfigDefaultData` {`any[]`} - \n\n * `_propertyEditorUISettingsDefaultData` {`any[]`} - \n\n * `_configDefaultData` {`any[] | undefined`} - \n\n * `_propertyEditorSchemaConfigProperties` {`any[]`} - \n\n * `_propertyEditorUISettingsProperties` {`any[]`} - \n\n * `styles` {`any[]`} - ",
|
|
739
769
|
"attributes": [
|
|
740
770
|
{
|
|
741
771
|
"name": "_propertyEditorUiAlias",
|
|
@@ -763,15 +793,15 @@
|
|
|
763
793
|
},
|
|
764
794
|
{
|
|
765
795
|
"name": "umb-ref-property-editor-ui",
|
|
766
|
-
"description": "Attributes:\n\n * `alias` {string} - Alias\n\n * `property-editor-
|
|
796
|
+
"description": "Attributes:\n\n * `alias` {string} - Alias\n\n * `property-editor-schema-alias` {string} - Property Editor Alias\n\nProperties:\n\n * `fallbackIcon` {`string`} - \n\n * `alias` {string} - Alias\n\n * `propertyEditorSchemaAlias` {string} - Property Editor Alias\n\n * `styles` {`any[]`} - ",
|
|
767
797
|
"attributes": [
|
|
768
798
|
{
|
|
769
799
|
"name": "alias",
|
|
770
800
|
"description": "`alias` {string} - Alias\n\nProperty: alias\n\nDefault: ''"
|
|
771
801
|
},
|
|
772
802
|
{
|
|
773
|
-
"name": "property-editor-
|
|
774
|
-
"description": "`property-editor-
|
|
803
|
+
"name": "property-editor-schema-alias",
|
|
804
|
+
"description": "`property-editor-schema-alias` {string} - Property Editor Alias\n\nProperty: propertyEditorSchemaAlias\n\nDefault: ''"
|
|
775
805
|
}
|
|
776
806
|
]
|
|
777
807
|
},
|
|
@@ -913,6 +943,11 @@
|
|
|
913
943
|
}
|
|
914
944
|
]
|
|
915
945
|
},
|
|
946
|
+
{
|
|
947
|
+
"name": "umb-code-editor-modal",
|
|
948
|
+
"description": "Properties:\n\n * `isCodeEditorReady` - \n\n * `_codeEditor` - \n\n * `styles` {`any[]`} - ",
|
|
949
|
+
"attributes": []
|
|
950
|
+
},
|
|
916
951
|
{
|
|
917
952
|
"name": "umb-confirm-modal",
|
|
918
953
|
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalContext` - \n\n * `data` - \n\n * `styles` {`any[]`} - ",
|
|
@@ -925,13 +960,8 @@
|
|
|
925
960
|
},
|
|
926
961
|
{
|
|
927
962
|
"name": "umb-embedded-media-modal",
|
|
928
|
-
"description": "
|
|
929
|
-
"attributes": [
|
|
930
|
-
{
|
|
931
|
-
"name": "data",
|
|
932
|
-
"description": "`data` - \n\nProperty: data"
|
|
933
|
-
}
|
|
934
|
-
]
|
|
963
|
+
"description": "Properties:\n\n * `_model` {`UmbEmbeddedMediaModalModel`} - \n\n * `styles` {`any[]`} - ",
|
|
964
|
+
"attributes": []
|
|
935
965
|
},
|
|
936
966
|
{
|
|
937
967
|
"name": "umb-folder-modal",
|
|
@@ -1511,22 +1541,61 @@
|
|
|
1511
1541
|
]
|
|
1512
1542
|
},
|
|
1513
1543
|
{
|
|
1514
|
-
"name": "umb-property-editor-ui-tiny-mce-configuration",
|
|
1515
|
-
"description": "Attributes:\n\n * `value` {`
|
|
1544
|
+
"name": "umb-property-editor-ui-tiny-mce-dimensions-configuration",
|
|
1545
|
+
"description": "Attributes:\n\n * `value` {`{ width?: number | undefined; height?: number | undefined; }`} - \n\nProperties:\n\n * `value` {`{ width?: number | undefined; height?: number | undefined; }`} - \n\n * `styles` {`any[]`} - ",
|
|
1516
1546
|
"attributes": [
|
|
1517
1547
|
{
|
|
1518
1548
|
"name": "value",
|
|
1519
|
-
"description": "`value` {`
|
|
1549
|
+
"description": "`value` {`{ width?: number | undefined; height?: number | undefined; }`} - \n\nProperty: value\n\nDefault: [object Object]"
|
|
1550
|
+
}
|
|
1551
|
+
]
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"name": "umb-property-editor-ui-tiny-mce-maximagesize-configuration",
|
|
1555
|
+
"description": "Attributes:\n\n * `value` {`number | undefined`} - \n\nProperties:\n\n * `value` {`number | undefined`} - \n\n * `styles` {`any[]`} - ",
|
|
1556
|
+
"attributes": [
|
|
1557
|
+
{
|
|
1558
|
+
"name": "value",
|
|
1559
|
+
"description": "`value` {`number | undefined`} - \n\nProperty: value",
|
|
1560
|
+
"values": []
|
|
1561
|
+
}
|
|
1562
|
+
]
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"name": "umb-property-editor-ui-tiny-mce-stylesheets-configuration",
|
|
1566
|
+
"description": "Attributes:\n\n * `value` {`string[]`} - \n\nProperties:\n\n * `value` {`string[]`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`any[]`} - ",
|
|
1567
|
+
"attributes": [
|
|
1568
|
+
{
|
|
1569
|
+
"name": "value",
|
|
1570
|
+
"description": "`value` {`string[]`} - \n\nProperty: value\n\nDefault: "
|
|
1571
|
+
}
|
|
1572
|
+
]
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"name": "umb-property-editor-ui-tiny-mce-toolbar-configuration",
|
|
1576
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\nProperties:\n\n * `value` {`string[]`} - \n\n * `config` - \n\n * `_toolbarConfig` {`ToolbarConfig[]`} - \n\n * `styles` {`any[]`} - ",
|
|
1577
|
+
"attributes": [
|
|
1578
|
+
{
|
|
1579
|
+
"name": "value",
|
|
1580
|
+
"description": "`value` {`string[]`} - \n\nProperty: value"
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"name": "onproperty-value-change",
|
|
1584
|
+
"description": "`property-value-change` {`CustomEvent<unknown>`} - "
|
|
1520
1585
|
}
|
|
1521
1586
|
]
|
|
1522
1587
|
},
|
|
1523
1588
|
{
|
|
1524
1589
|
"name": "umb-property-editor-ui-tiny-mce",
|
|
1525
|
-
"description": "
|
|
1590
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` - \n\n * `styles` {`any[]`} - ",
|
|
1526
1591
|
"attributes": [
|
|
1527
1592
|
{
|
|
1528
1593
|
"name": "value",
|
|
1529
1594
|
"description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"name": "onproperty-value-change",
|
|
1598
|
+
"description": "`property-value-change` {`CustomEvent<unknown>`} - "
|
|
1530
1599
|
}
|
|
1531
1600
|
]
|
|
1532
1601
|
},
|
|
@@ -2520,7 +2589,7 @@
|
|
|
2520
2589
|
},
|
|
2521
2590
|
{
|
|
2522
2591
|
"name": "umb-ref-data-type",
|
|
2523
|
-
"description": "Attributes:\n\n * `data-type-id` {`string | undefined`} - \n\nProperties:\n\n * `fallbackIcon` {`string`} - \n\n * `dataTypeId` {`string | undefined`} - \n\n * `repository` - \n\n * `propertyEditorUiAlias` {`string`} - Property Editor UI Alias\n\n * `
|
|
2592
|
+
"description": "Attributes:\n\n * `data-type-id` {`string | undefined`} - \n\nProperties:\n\n * `fallbackIcon` {`string`} - \n\n * `dataTypeId` {`string | undefined`} - \n\n * `repository` - \n\n * `propertyEditorUiAlias` {`string`} - Property Editor UI Alias\n\n * `propertyEditorSchemaAlias` {`string`} - Property Editor Model Alias\n\n * `styles` {`any[]`} - ",
|
|
2524
2593
|
"attributes": [
|
|
2525
2594
|
{
|
|
2526
2595
|
"name": "data-type-id",
|
|
@@ -2587,7 +2656,7 @@
|
|
|
2587
2656
|
},
|
|
2588
2657
|
{
|
|
2589
2658
|
"name": "umb-data-type-details-workspace-view",
|
|
2590
|
-
"description": "Properties:\n\n * `_dataType` - \n\n * `_propertyEditorUiIcon` {`string | undefined`} - \n\n * `_propertyEditorUiName` {`string | undefined`} - \n\n * `_propertyEditorUiAlias` {`string | undefined`} - \n\n * `
|
|
2659
|
+
"description": "Properties:\n\n * `_dataType` - \n\n * `_propertyEditorUiIcon` {`string | undefined`} - \n\n * `_propertyEditorUiName` {`string | undefined`} - \n\n * `_propertyEditorUiAlias` {`string | undefined`} - \n\n * `_propertyEditorSchemaAlias` {`string | undefined`} - \n\n * `_data` {`any[]`} - \n\n * `_workspaceContext` - \n\n * `_modalContext` - \n\n * `styles` {`any[]`} - ",
|
|
2591
2660
|
"attributes": []
|
|
2592
2661
|
},
|
|
2593
2662
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-cms/backoffice",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "14.0.0-
|
|
4
|
+
"version": "14.0.0-e0d20272",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": null,
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"./entity-bulk-action": "./dist-cms/packages/core/entity-bulk-action/index.js",
|
|
30
30
|
"./extension-registry": "./dist-cms/packages/core/extension-registry/index.js",
|
|
31
31
|
"./id": "./dist-cms/packages/core/id/index.js",
|
|
32
|
+
"./macro": "./dist-cms/packages/core/macro/index.js",
|
|
32
33
|
"./menu": "./dist-cms/packages/core/menu/index.js",
|
|
33
34
|
"./modal": "./dist-cms/packages/core/modal/index.js",
|
|
34
35
|
"./notification": "./dist-cms/packages/core/notification/index.js",
|
|
@@ -130,6 +131,8 @@
|
|
|
130
131
|
"lodash-es": "4.17.21",
|
|
131
132
|
"monaco-editor": "^0.36.1",
|
|
132
133
|
"rxjs": "^7.8.0",
|
|
134
|
+
"tinymce": "^6.5.1",
|
|
135
|
+
"tinymce-i18n": "^23.5.8",
|
|
133
136
|
"uuid": "^9.0.0"
|
|
134
137
|
}
|
|
135
138
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Umbraco.TinyMCE.js","sourceRoot":"","sources":["../../../../../src/packages/core/property-editors/models/Umbraco.TinyMCE.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,QAAQ,GAAgC;IACpD,IAAI,EAAE,qBAAqB;IAC3B,IAAI,EAAE,UAAU;IAChB,KAAK,EAAE,iBAAiB;IACxB,IAAI,EAAE;QACL,4BAA4B,EAAE,8BAA8B;QAC5D,QAAQ,EAAE;YACT,UAAU,EAAE;gBACX;oBACC,KAAK,EAAE,eAAe;oBACtB,KAAK,EAAE,qBAAqB;oBAC5B,qBAAqB,EAAE,iCAAiC;iBACxD;gBACD;oBACC,KAAK,EAAE,sBAAsB;oBAC7B,KAAK,EAAE,yBAAyB;oBAChC,qBAAqB,EAAE,6BAA6B;iBACpD;aACD;SACD;KACD;CACD,CAAC"}
|
package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export const manifest = {
|
|
2
|
-
type: 'propertyEditorUi',
|
|
3
|
-
alias: 'Umb.PropertyEditorUi.TinyMCE.Config',
|
|
4
|
-
name: 'Tiny MCE Configuration Property Editor UI',
|
|
5
|
-
loader: () => import('./property-editor-ui-tiny-mce-configuration.element.js'),
|
|
6
|
-
meta: {
|
|
7
|
-
label: 'Rich Text Editor Configuration',
|
|
8
|
-
propertyEditorAlias: 'Umbraco.TinyMCE.Configuration',
|
|
9
|
-
icon: 'umb:autofill',
|
|
10
|
-
group: 'common',
|
|
11
|
-
},
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=manifests.js.map
|
package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"manifests.js","sourceRoot":"","sources":["../../../../../../../../src/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,QAAQ,GAA6B;IACjD,IAAI,EAAE,kBAAkB;IACxB,KAAK,EAAE,qCAAqC;IAC5C,IAAI,EAAE,2CAA2C;IACjD,MAAM,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,wDAAwD,CAAC;IAC9E,IAAI,EAAE;QACL,KAAK,EAAE,gCAAgC;QACvC,mBAAmB,EAAE,+BAA+B;QACpD,IAAI,EAAE,cAAc;QACpB,KAAK,EAAE,QAAQ;KACf;CACD,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { UmbLitElement } from '../../../../../../../shared/lit-element/index.js';
|
|
2
|
-
/**
|
|
3
|
-
* @element umb-property-editor-ui-tiny-mce-configuration
|
|
4
|
-
*/
|
|
5
|
-
export declare class UmbPropertyEditorUITinyMceConfigurationElement extends UmbLitElement {
|
|
6
|
-
value: string;
|
|
7
|
-
config: never[];
|
|
8
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
-
static styles: import("@lit/reactive-element/css-tag").CSSResult[];
|
|
10
|
-
}
|
|
11
|
-
export default UmbPropertyEditorUITinyMceConfigurationElement;
|
|
12
|
-
declare global {
|
|
13
|
-
interface HTMLElementTagNameMap {
|
|
14
|
-
'umb-property-editor-ui-tiny-mce-configuration': UmbPropertyEditorUITinyMceConfigurationElement;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,34 +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 { html, customElement, property } from '../../../../../../../external/lit/index.js';
|
|
8
|
-
import { UUITextStyles } from '../../../../../../../external/uui/index.js';
|
|
9
|
-
import { UmbLitElement } from '../../../../../../../shared/lit-element/index.js';
|
|
10
|
-
/**
|
|
11
|
-
* @element umb-property-editor-ui-tiny-mce-configuration
|
|
12
|
-
*/
|
|
13
|
-
export let UmbPropertyEditorUITinyMceConfigurationElement = class UmbPropertyEditorUITinyMceConfigurationElement extends UmbLitElement {
|
|
14
|
-
constructor() {
|
|
15
|
-
super(...arguments);
|
|
16
|
-
this.value = '';
|
|
17
|
-
this.config = [];
|
|
18
|
-
}
|
|
19
|
-
render() {
|
|
20
|
-
return html `<div>umb-property-editor-ui-tiny-mce-configuration</div>`;
|
|
21
|
-
}
|
|
22
|
-
static { this.styles = [UUITextStyles]; }
|
|
23
|
-
};
|
|
24
|
-
__decorate([
|
|
25
|
-
property()
|
|
26
|
-
], UmbPropertyEditorUITinyMceConfigurationElement.prototype, "value", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
property({ type: Array, attribute: false })
|
|
29
|
-
], UmbPropertyEditorUITinyMceConfigurationElement.prototype, "config", void 0);
|
|
30
|
-
UmbPropertyEditorUITinyMceConfigurationElement = __decorate([
|
|
31
|
-
customElement('umb-property-editor-ui-tiny-mce-configuration')
|
|
32
|
-
], UmbPropertyEditorUITinyMceConfigurationElement);
|
|
33
|
-
export default UmbPropertyEditorUITinyMceConfigurationElement;
|
|
34
|
-
//# sourceMappingURL=property-editor-ui-tiny-mce-configuration.element.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"property-editor-ui-tiny-mce-configuration.element.js","sourceRoot":"","sources":["../../../../../../../../src/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,IAAI,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,sCAAsC,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAElE;;GAEG;AAEI,WAAM,8CAA8C,GAApD,MAAM,8CAA+C,SAAQ,aAAa;IAA1E;;QAEN,UAAK,GAAG,EAAE,CAAC;QAGJ,WAAM,GAAG,EAAE,CAAC;IAOpB,CAAC;IALA,MAAM;QACL,OAAO,IAAI,CAAA,0DAA0D,CAAC;IACvE,CAAC;aAEM,WAAM,GAAG,CAAC,aAAa,CAAC,AAAlB,CAAmB;;AAThC;IADC,QAAQ,EAAE;6EACA;AAGJ;IADN,QAAQ,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC;8EACzB;AALP,8CAA8C;IAD1D,aAAa,CAAC,+CAA+C,CAAC;GAClD,8CAA8C,CAY1D;AAED,eAAe,8CAA8C,CAAC"}
|