@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
|
@@ -0,0 +1,406 @@
|
|
|
1
|
+
tinymce.addI18n("ca", {
|
|
2
|
+
"Redo": "Refer",
|
|
3
|
+
"Undo": "Desfer",
|
|
4
|
+
"Cut": "Retalla",
|
|
5
|
+
"Copy": "Copia",
|
|
6
|
+
"Paste": "Enganxa",
|
|
7
|
+
"Select all": "Seleccionar-ho tot",
|
|
8
|
+
"New document": "Nou document",
|
|
9
|
+
"Ok": "Acceptar",
|
|
10
|
+
"Cancel": "Cancel\xb7la",
|
|
11
|
+
"Visual aids": "Assist\xe8ncia visual",
|
|
12
|
+
"Bold": "Negreta",
|
|
13
|
+
"Italic": "Cursiva",
|
|
14
|
+
"Underline": "Subratllat",
|
|
15
|
+
"Strikethrough": "Barrat",
|
|
16
|
+
"Superscript": "Super\xedndex",
|
|
17
|
+
"Subscript": "Sub\xedndex",
|
|
18
|
+
"Clear formatting": "Eliminar format",
|
|
19
|
+
"Remove": "Eliminar",
|
|
20
|
+
"Align left": "Alinea a l'esquerra",
|
|
21
|
+
"Align center": "Alinea al centre",
|
|
22
|
+
"Align right": "Alinea a la dreta",
|
|
23
|
+
"No alignment": "Sense alineament",
|
|
24
|
+
"Justify": "Justificat",
|
|
25
|
+
"Bullet list": "Llista no ordenada",
|
|
26
|
+
"Numbered list": "Llista enumerada",
|
|
27
|
+
"Decrease indent": "Disminuir sagnat",
|
|
28
|
+
"Increase indent": "Augmentar sagnat",
|
|
29
|
+
"Close": "Tancar",
|
|
30
|
+
"Formats": "Formats",
|
|
31
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "El vostre navegador no suporta l'acc\xe9s directe al portaobjectes. Si us plau, feu servir les dreceres de teclat Ctrl+X/C/V.",
|
|
32
|
+
"Headings": "Encap\xe7alaments",
|
|
33
|
+
"Heading 1": "Encap\xe7alament 1",
|
|
34
|
+
"Heading 2": "Encap\xe7alament 2",
|
|
35
|
+
"Heading 3": "Encap\xe7alament 3",
|
|
36
|
+
"Heading 4": "Encap\xe7alament 4",
|
|
37
|
+
"Heading 5": "Encap\xe7alament 5",
|
|
38
|
+
"Heading 6": "Encap\xe7alament 6",
|
|
39
|
+
"Preformatted": "Preformatat",
|
|
40
|
+
"Div": "Div",
|
|
41
|
+
"Pre": "",
|
|
42
|
+
"Code": "Codi",
|
|
43
|
+
"Paragraph": "Par\xe0graf",
|
|
44
|
+
"Blockquote": "Cita",
|
|
45
|
+
"Inline": "En l\xednia",
|
|
46
|
+
"Blocks": "Blocs",
|
|
47
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Enganxar ara \xe9s en mode text pla. Els continguts s'enganxaran com a text pla fins que desactivis aquesta opci\xf3.",
|
|
48
|
+
"Fonts": "Fonts",
|
|
49
|
+
"Font sizes": "Tamanys de font",
|
|
50
|
+
"Class": "Classe",
|
|
51
|
+
"Browse for an image": "Explorar per cercar una imatge",
|
|
52
|
+
"OR": "O",
|
|
53
|
+
"Drop an image here": "Deixar anar una imatge aqu\xed",
|
|
54
|
+
"Upload": "Pujar",
|
|
55
|
+
"Uploading image": "Pujant imatge",
|
|
56
|
+
"Block": "Bloc",
|
|
57
|
+
"Align": "Alinea",
|
|
58
|
+
"Default": "Predeterminat",
|
|
59
|
+
"Circle": "Cercle",
|
|
60
|
+
"Disc": "Disc",
|
|
61
|
+
"Square": "Quadrat",
|
|
62
|
+
"Lower Alpha": "Lletra min\xfascula",
|
|
63
|
+
"Lower Greek": "Lletra grega min\xfascula",
|
|
64
|
+
"Lower Roman": "N\xfameros romans en min\xfascula",
|
|
65
|
+
"Upper Alpha": "Lletra maj\xfascula",
|
|
66
|
+
"Upper Roman": "N\xfameros romans en maj\xfascula",
|
|
67
|
+
"Anchor...": "Ancoratge...",
|
|
68
|
+
"Anchor": "\xc0ncora",
|
|
69
|
+
"Name": "Nom",
|
|
70
|
+
"ID": "ID",
|
|
71
|
+
"ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "La ID ha de comen\xe7ar amb una lletra, seguida nom\xe9s per lletres, nombres, guions, punts, dos punts o guions baixos.",
|
|
72
|
+
"You have unsaved changes are you sure you want to navigate away?": "Teniu canvis sense desar, esteu segur que voleu deixar-ho ara?",
|
|
73
|
+
"Restore last draft": "Restaurar l'\xfaltim esborrany",
|
|
74
|
+
"Special character...": "Car\xe0cters especials\u2026",
|
|
75
|
+
"Special Character": "Car\xe0cter especial",
|
|
76
|
+
"Source code": "Codi font",
|
|
77
|
+
"Insert/Edit code sample": "Inserir/editar mostra de codi",
|
|
78
|
+
"Language": "Idioma",
|
|
79
|
+
"Code sample...": "Mostra de codi...",
|
|
80
|
+
"Left to right": "D'esquerra a dreta",
|
|
81
|
+
"Right to left": "De dreta a esquerra",
|
|
82
|
+
"Title": "T\xedtol",
|
|
83
|
+
"Fullscreen": "Pantalla completa",
|
|
84
|
+
"Action": "Acci\xf3",
|
|
85
|
+
"Shortcut": "Acc\xe9s directe",
|
|
86
|
+
"Help": "Ajuda",
|
|
87
|
+
"Address": "Adre\xe7a",
|
|
88
|
+
"Focus to menubar": "Enfocar la barra de men\xfa",
|
|
89
|
+
"Focus to toolbar": "Enfocar la barra d'eines",
|
|
90
|
+
"Focus to element path": "Enfocar la ruta d'elements",
|
|
91
|
+
"Focus to contextual toolbar": "Enfocar la barra d'eines contextual",
|
|
92
|
+
"Insert link (if link plugin activated)": "Inserir enlla\xe7 (si el complement d'enlla\xe7 est\xe0 activat)",
|
|
93
|
+
"Save (if save plugin activated)": "Desar (si el complement desar est\xe0 activat)",
|
|
94
|
+
"Find (if searchreplace plugin activated)": "Cercar (si el complement cercar-reempla\xe7ar est\xe0 activat)",
|
|
95
|
+
"Plugins installed ({0}):": "Complements instal\xb7lats ({0}):",
|
|
96
|
+
"Premium plugins:": "Complements pr\xe8mium:",
|
|
97
|
+
"Learn more...": "Apr\xe8n m\xe9s...",
|
|
98
|
+
"You are using {0}": "Est\xe0s utilitzant {0}",
|
|
99
|
+
"Plugins": "Complements",
|
|
100
|
+
"Handy Shortcuts": "Dreceres \xfatils",
|
|
101
|
+
"Horizontal line": "L\xednia horitzontal",
|
|
102
|
+
"Insert/edit image": "Insereix/edita imatge",
|
|
103
|
+
"Alternative description": "Descripci\xf3 alternativa",
|
|
104
|
+
"Accessibility": "Accessibilitat",
|
|
105
|
+
"Image is decorative": "La imatge \xe9s decorativa",
|
|
106
|
+
"Source": "Font",
|
|
107
|
+
"Dimensions": "Dimensions",
|
|
108
|
+
"Constrain proportions": "Conservar proporcions",
|
|
109
|
+
"General": "Generals",
|
|
110
|
+
"Advanced": "Avan\xe7ades",
|
|
111
|
+
"Style": "Estil",
|
|
112
|
+
"Vertical space": "Espai vertical",
|
|
113
|
+
"Horizontal space": "Espai horitzontal",
|
|
114
|
+
"Border": "Vora",
|
|
115
|
+
"Insert image": "Inserir imatge",
|
|
116
|
+
"Image...": "Imatge...",
|
|
117
|
+
"Image list": "Llista d'imatges",
|
|
118
|
+
"Resize": "Canviar mida",
|
|
119
|
+
"Insert date/time": "Inserir data/hora",
|
|
120
|
+
"Date/time": "Data/hora",
|
|
121
|
+
"Insert/edit link": "Inserir/editar l\u2019enlla\xe7",
|
|
122
|
+
"Text to display": "Text per visualitzar",
|
|
123
|
+
"Url": "URL",
|
|
124
|
+
"Open link in...": "Obrir l'enlla\xe7 a...",
|
|
125
|
+
"Current window": "Finestra actual",
|
|
126
|
+
"None": "Cap",
|
|
127
|
+
"New window": "Finestra nova",
|
|
128
|
+
"Open link": "Obrir l'enlla\xe7",
|
|
129
|
+
"Remove link": "Treure l\u2019enlla\xe7",
|
|
130
|
+
"Anchors": "\xc0ncores",
|
|
131
|
+
"Link...": "Enlla\xe7...",
|
|
132
|
+
"Paste or type a link": "Enganxa o escriu un enlla\xe7",
|
|
133
|
+
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "L'URL que has escrit sembla una adre\xe7a de correu electr\xf2nic. Vols afegir-li el prefix obligatori \xabmailto:\xbb?",
|
|
134
|
+
"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "L'URL que has escrit sembla un enlla\xe7 extern. Vols afegir-li el prefix obligatori \xabhttp://\xbb?",
|
|
135
|
+
"The URL you entered seems to be an external link. Do you want to add the required https:// prefix?": "Sembla que l\u2019URL que has introdu\xeft \xe9s un enlla\xe7 extern. Vols afegir el prefix https:// necessari?",
|
|
136
|
+
"Link list": "Llista d'enlla\xe7os",
|
|
137
|
+
"Insert video": "Inserir v\xeddeo",
|
|
138
|
+
"Insert/edit video": "Inserir/editar v\xeddeo",
|
|
139
|
+
"Insert/edit media": "Inserir/editar multim\xe8dia",
|
|
140
|
+
"Alternative source": "Font alternativa",
|
|
141
|
+
"Alternative source URL": "URL de font alternativa",
|
|
142
|
+
"Media poster (Image URL)": "Cartell de multim\xe8dia (URL d'imatge)",
|
|
143
|
+
"Paste your embed code below:": "Enganxeu el codi a sota:",
|
|
144
|
+
"Embed": "Incloure",
|
|
145
|
+
"Media...": "Multim\xe8dia...",
|
|
146
|
+
"Nonbreaking space": "Espai cont\xednu",
|
|
147
|
+
"Page break": "Salt de p\xe0gina",
|
|
148
|
+
"Paste as text": "Enganxar com a text",
|
|
149
|
+
"Preview": "Visualitzaci\xf3 pr\xe8via",
|
|
150
|
+
"Print": "Imprimir",
|
|
151
|
+
"Print...": "Imprimir...",
|
|
152
|
+
"Save": "Desar",
|
|
153
|
+
"Find": "Cerca",
|
|
154
|
+
"Replace with": "Reempla\xe7a per",
|
|
155
|
+
"Replace": "Reempla\xe7ar",
|
|
156
|
+
"Replace all": "Reempla\xe7a totes",
|
|
157
|
+
"Previous": "Anterior",
|
|
158
|
+
"Next": "Seg\xfcent",
|
|
159
|
+
"Find and Replace": "Cercar i reempla\xe7ar",
|
|
160
|
+
"Find and replace...": "Cercar i reempla\xe7ar...",
|
|
161
|
+
"Could not find the specified string.": "No es pot trobar el text especificat.",
|
|
162
|
+
"Match case": "Fes coincidir maj\xfascules i min\xfascules",
|
|
163
|
+
"Find whole words only": "Cercar nom\xe9s paraules completes",
|
|
164
|
+
"Find in selection": "Buscar a la selecci\xf3",
|
|
165
|
+
"Insert table": "Inserir taula",
|
|
166
|
+
"Table properties": "Propietats de taula",
|
|
167
|
+
"Delete table": "Suprimir taula",
|
|
168
|
+
"Cell": "Cel\xb7la",
|
|
169
|
+
"Row": "Fila",
|
|
170
|
+
"Column": "Columna",
|
|
171
|
+
"Cell properties": "Propietats de cel\xb7la",
|
|
172
|
+
"Merge cells": "Fusionar cel\xb7les",
|
|
173
|
+
"Split cell": "Dividir cel\xb7les",
|
|
174
|
+
"Insert row before": "Inserir fila a sobre",
|
|
175
|
+
"Insert row after": "Inserir fila a sota",
|
|
176
|
+
"Delete row": "Suprimir la fila",
|
|
177
|
+
"Row properties": "Propietats de la fila",
|
|
178
|
+
"Cut row": "Retallar la fila",
|
|
179
|
+
"Cut column": "Retallar columna",
|
|
180
|
+
"Copy row": "Copiar la fila",
|
|
181
|
+
"Copy column": "Copiar columna",
|
|
182
|
+
"Paste row before": "Enganxar fila a sobre",
|
|
183
|
+
"Paste column before": "Enganxar columna abans",
|
|
184
|
+
"Paste row after": "Enganxar fila a sota",
|
|
185
|
+
"Paste column after": "Enganxar columna despr\xe9s",
|
|
186
|
+
"Insert column before": "Inserir columna abans",
|
|
187
|
+
"Insert column after": "Inserir columna despr\xe9s",
|
|
188
|
+
"Delete column": "Suprimir columna",
|
|
189
|
+
"Cols": "Columnes",
|
|
190
|
+
"Rows": "Files",
|
|
191
|
+
"Width": "Amplada",
|
|
192
|
+
"Height": "Al\xe7ada",
|
|
193
|
+
"Cell spacing": "Espai entre cel\xb7les",
|
|
194
|
+
"Cell padding": "Marge intern",
|
|
195
|
+
"Row clipboard actions": "Accions de fila del porta-retalls",
|
|
196
|
+
"Column clipboard actions": "Accions de columna del porta-retalls",
|
|
197
|
+
"Table styles": "Estils de taula",
|
|
198
|
+
"Cell styles": "Estils de cel\xb7la",
|
|
199
|
+
"Column header": "Cap\xe7alera de columna",
|
|
200
|
+
"Row header": "Cap\xe7alera de fila",
|
|
201
|
+
"Table caption": "T\xedtol de taula",
|
|
202
|
+
"Caption": "Encap\xe7alament",
|
|
203
|
+
"Show caption": "Mostrar encap\xe7alament",
|
|
204
|
+
"Left": "Esquerra",
|
|
205
|
+
"Center": "Centre",
|
|
206
|
+
"Right": "Dreta",
|
|
207
|
+
"Cell type": "Tipus de cel\xb7la",
|
|
208
|
+
"Scope": "Abast",
|
|
209
|
+
"Alignment": "Alineaci\xf3",
|
|
210
|
+
"Horizontal align": "Alineaci\xf3 horitzontal",
|
|
211
|
+
"Vertical align": "Alineaci\xf3 vertical",
|
|
212
|
+
"Top": "Part superior",
|
|
213
|
+
"Middle": "Centre",
|
|
214
|
+
"Bottom": "Part inferior",
|
|
215
|
+
"Header cell": "Cel\xb7la de cap\xe7alera",
|
|
216
|
+
"Row group": "Grup de fila",
|
|
217
|
+
"Column group": "Grup de columnes",
|
|
218
|
+
"Row type": "Tipus de fila",
|
|
219
|
+
"Header": "Encap\xe7alament",
|
|
220
|
+
"Body": "Cos",
|
|
221
|
+
"Footer": "Peu de p\xe0gina",
|
|
222
|
+
"Border color": "Color de la vora",
|
|
223
|
+
"Solid": "S\xf2lid",
|
|
224
|
+
"Dotted": "Puntejat",
|
|
225
|
+
"Dashed": "Guions",
|
|
226
|
+
"Double": "Doble",
|
|
227
|
+
"Groove": "Solc",
|
|
228
|
+
"Ridge": "Carena",
|
|
229
|
+
"Inset": "Insert",
|
|
230
|
+
"Outset": "Relleu",
|
|
231
|
+
"Hidden": "Ocult",
|
|
232
|
+
"Insert template...": "Inserir plantilla...",
|
|
233
|
+
"Templates": "Plantilles",
|
|
234
|
+
"Template": "Plantilla",
|
|
235
|
+
"Insert Template": "Inserir plantilla",
|
|
236
|
+
"Text color": "Color del text",
|
|
237
|
+
"Background color": "Color de fons",
|
|
238
|
+
"Custom...": "Personalitza...",
|
|
239
|
+
"Custom color": "Personalitzar el color",
|
|
240
|
+
"No color": "Sense color",
|
|
241
|
+
"Remove color": "Eliminar el color",
|
|
242
|
+
"Show blocks": "Mostrar blocs",
|
|
243
|
+
"Show invisible characters": "Mostrar car\xe0cters invisibles",
|
|
244
|
+
"Word count": "Recompte de paraules",
|
|
245
|
+
"Count": "Compta",
|
|
246
|
+
"Document": "Document",
|
|
247
|
+
"Selection": "Selecci\xf3",
|
|
248
|
+
"Words": "Paraules",
|
|
249
|
+
"Words: {0}": "Paraules: {0}",
|
|
250
|
+
"{0} words": "{0} paraules",
|
|
251
|
+
"File": "Arxiu",
|
|
252
|
+
"Edit": "Editar",
|
|
253
|
+
"Insert": "Inserir",
|
|
254
|
+
"View": "Veure",
|
|
255
|
+
"Format": "Format",
|
|
256
|
+
"Table": "Taula",
|
|
257
|
+
"Tools": "Eines",
|
|
258
|
+
"Powered by {0}": "Desenvolupat per {0}",
|
|
259
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\xc0rea de text amb format. Premeu ALT-F9 per mostrar el men\xfa, ALT F10 per la barra d'eines i ALT-0 per ajuda.",
|
|
260
|
+
"Image title": "T\xedtol de la imatge",
|
|
261
|
+
"Border width": "Amplada de la vora",
|
|
262
|
+
"Border style": "Estil de la vora",
|
|
263
|
+
"Error": "Error",
|
|
264
|
+
"Warn": "Alerta",
|
|
265
|
+
"Valid": "V\xe0lid",
|
|
266
|
+
"To open the popup, press Shift+Enter": "Per obrir la finestra emergent, premeu Maj.+Retorn",
|
|
267
|
+
"Rich Text Area": "\xc0rea de text enriquit",
|
|
268
|
+
"Rich Text Area. Press ALT-0 for help.": "\xc0rea de Text enriquit. Premeu ALT-0 per obtenir ajuda.",
|
|
269
|
+
"System Font": "Font del sistema",
|
|
270
|
+
"Failed to upload image: {0}": "No s'ha pogut carregar la imatge: {0}",
|
|
271
|
+
"Failed to load plugin: {0} from url {1}": "No s'ha pogut carregar el complement: {0} de l\u2019URL {1}",
|
|
272
|
+
"Failed to load plugin url: {0}": "No s'ha pogut carregar l\u2019URL del complement: {0}",
|
|
273
|
+
"Failed to initialize plugin: {0}": "No s'ha pogut inicialitzar el complement: {0}",
|
|
274
|
+
"example": "exemple",
|
|
275
|
+
"Search": "Cerca",
|
|
276
|
+
"All": "Tot",
|
|
277
|
+
"Currency": "Moneda",
|
|
278
|
+
"Text": "Text",
|
|
279
|
+
"Quotations": "Cites",
|
|
280
|
+
"Mathematical": "S\xedmbols matem\xe0tics",
|
|
281
|
+
"Extended Latin": "Llat\xed ampliat",
|
|
282
|
+
"Symbols": "S\xedmbols",
|
|
283
|
+
"Arrows": "Fletxes",
|
|
284
|
+
"User Defined": "Definit per l'usuari",
|
|
285
|
+
"dollar sign": "signe del d\xf2lar",
|
|
286
|
+
"currency sign": "signe de la moneda",
|
|
287
|
+
"euro-currency sign": "signe de l'euro",
|
|
288
|
+
"colon sign": "signe del col\xf3n",
|
|
289
|
+
"cruzeiro sign": "signe del cruzeiro",
|
|
290
|
+
"french franc sign": "signe del franc franc\xe8s",
|
|
291
|
+
"lira sign": "signe de la lira",
|
|
292
|
+
"mill sign": "signe del mill",
|
|
293
|
+
"naira sign": "signe de la naira",
|
|
294
|
+
"peseta sign": "signe de la pesseta",
|
|
295
|
+
"rupee sign": "signe de la rupia",
|
|
296
|
+
"won sign": "signe del won",
|
|
297
|
+
"new sheqel sign": "signe del nou x\xe9quel",
|
|
298
|
+
"dong sign": "signe del dong",
|
|
299
|
+
"kip sign": "signe del kip",
|
|
300
|
+
"tugrik sign": "signe del t\xf6gr\xf6g",
|
|
301
|
+
"drachma sign": "signe del dracma",
|
|
302
|
+
"german penny symbol": "signe del penic alemany",
|
|
303
|
+
"peso sign": "signe del peso",
|
|
304
|
+
"guarani sign": "signe del guaran\xed",
|
|
305
|
+
"austral sign": "signe de l\u2019austral",
|
|
306
|
+
"hryvnia sign": "signe de la hr\xedvnia",
|
|
307
|
+
"cedi sign": "signe del cedi",
|
|
308
|
+
"livre tournois sign": "signe de la lliura tornesa",
|
|
309
|
+
"spesmilo sign": "signe de l\u2019spesmilo",
|
|
310
|
+
"tenge sign": "signe del tenge",
|
|
311
|
+
"indian rupee sign": "signe de la rupia \xedndia",
|
|
312
|
+
"turkish lira sign": "signe de la lira turca",
|
|
313
|
+
"nordic mark sign": "signe del marc n\xf2rdic",
|
|
314
|
+
"manat sign": "signe del manat",
|
|
315
|
+
"ruble sign": "signe del ruble",
|
|
316
|
+
"yen character": "signe del ien",
|
|
317
|
+
"yuan character": "signe del iuan",
|
|
318
|
+
"yuan character, in hong kong and taiwan": "signe del iuan en Hong Kong i Taiwan",
|
|
319
|
+
"yen/yuan character variant one": "variaci\xf3 1 del signe del ien/iuan",
|
|
320
|
+
"Emojis": "Emojis",
|
|
321
|
+
"Emojis...": "Emojis...",
|
|
322
|
+
"Loading emojis...": "Carregant emojis...",
|
|
323
|
+
"Could not load emojis": "No s'han pogut carregar els emojis",
|
|
324
|
+
"People": "Gent",
|
|
325
|
+
"Animals and Nature": "Animals i natura",
|
|
326
|
+
"Food and Drink": "Menjar i beure",
|
|
327
|
+
"Activity": "Activitat",
|
|
328
|
+
"Travel and Places": "Viatges i llocs",
|
|
329
|
+
"Objects": "Objectes",
|
|
330
|
+
"Flags": "Banderes",
|
|
331
|
+
"Characters": "Car\xe0cters",
|
|
332
|
+
"Characters (no spaces)": "Car\xe0cters (sense espais)",
|
|
333
|
+
"{0} characters": "{0} car\xe0cters",
|
|
334
|
+
"Error: Form submit field collision.": "Error: error en el camp d\u2019enviament del formulari.",
|
|
335
|
+
"Error: No form element found.": "Error: no s'ha trobat l'element del formulari.",
|
|
336
|
+
"Color swatch": "Mostra de color",
|
|
337
|
+
"Color Picker": "Selector de colors",
|
|
338
|
+
"Invalid hex color code: {0}": "Codi hex de color inv\xe0lid: {0}",
|
|
339
|
+
"Invalid input": "Entrada inv\xe0lida",
|
|
340
|
+
"R": "",
|
|
341
|
+
"Red component": "",
|
|
342
|
+
"G": "",
|
|
343
|
+
"Green component": "",
|
|
344
|
+
"B": "",
|
|
345
|
+
"Blue component": "",
|
|
346
|
+
"#": "",
|
|
347
|
+
"Hex color code": "",
|
|
348
|
+
"Range 0 to 255": "",
|
|
349
|
+
"Turquoise": "Turquesa",
|
|
350
|
+
"Green": "Verd",
|
|
351
|
+
"Blue": "Blau",
|
|
352
|
+
"Purple": "Violeta",
|
|
353
|
+
"Navy Blue": "Blau mar\xed",
|
|
354
|
+
"Dark Turquoise": "Turquesa fosc",
|
|
355
|
+
"Dark Green": "Verd fosc",
|
|
356
|
+
"Medium Blue": "Blau mitj\xe0",
|
|
357
|
+
"Medium Purple": "Violeta mitj\xe0",
|
|
358
|
+
"Midnight Blue": "Blau mitjanit",
|
|
359
|
+
"Yellow": "Groc",
|
|
360
|
+
"Orange": "Taronja",
|
|
361
|
+
"Red": "Vermell",
|
|
362
|
+
"Light Gray": "Gris clar",
|
|
363
|
+
"Gray": "Gris",
|
|
364
|
+
"Dark Yellow": "Groc fosc",
|
|
365
|
+
"Dark Orange": "Taronja fosc",
|
|
366
|
+
"Dark Red": "Vermell fosc",
|
|
367
|
+
"Medium Gray": "Gris mitj\xe0",
|
|
368
|
+
"Dark Gray": "Gris fosc",
|
|
369
|
+
"Light Green": "Verd clar",
|
|
370
|
+
"Light Yellow": "Groc clar",
|
|
371
|
+
"Light Red": "Vermell clar",
|
|
372
|
+
"Light Purple": "Porpra clar",
|
|
373
|
+
"Light Blue": "Blau clar",
|
|
374
|
+
"Dark Purple": "Porpra fosc",
|
|
375
|
+
"Dark Blue": "Blau fosc",
|
|
376
|
+
"Black": "Negre",
|
|
377
|
+
"White": "Blanc",
|
|
378
|
+
"Switch to or from fullscreen mode": "Canviar a o del mode de pantalla completa",
|
|
379
|
+
"Open help dialog": "Obrir el quadre de di\xe0leg d'ajuda",
|
|
380
|
+
"history": "historial",
|
|
381
|
+
"styles": "estils",
|
|
382
|
+
"formatting": "format",
|
|
383
|
+
"alignment": "alineaci\xf3",
|
|
384
|
+
"indentation": "sagnat",
|
|
385
|
+
"Font": "",
|
|
386
|
+
"Size": "Mida",
|
|
387
|
+
"More...": "M\xe9s\u2026",
|
|
388
|
+
"Select...": "Selecciona\u2026",
|
|
389
|
+
"Preferences": "Par\xe0metres",
|
|
390
|
+
"Yes": "S\xed",
|
|
391
|
+
"No": "",
|
|
392
|
+
"Keyboard Navigation": "Navegaci\xf3 per teclat",
|
|
393
|
+
"Version": "Versi\xf3",
|
|
394
|
+
"Code view": "Veure el codi",
|
|
395
|
+
"Open popup menu for split buttons": "Obre el men\xfa emergent per als botons dividits",
|
|
396
|
+
"List Properties": "Propietats de la llista",
|
|
397
|
+
"List properties...": "Propietats de la llista...",
|
|
398
|
+
"Start list at number": "N\xfamero on iniciar la llista",
|
|
399
|
+
"Line height": "Amplada de la l\xednia",
|
|
400
|
+
"Dropped file type is not supported": "",
|
|
401
|
+
"Loading...": "",
|
|
402
|
+
"ImageProxy HTTP error: Rejected request": "",
|
|
403
|
+
"ImageProxy HTTP error: Could not find Image Proxy": "",
|
|
404
|
+
"ImageProxy HTTP error: Incorrect Image Proxy URL": "",
|
|
405
|
+
"ImageProxy HTTP error: Unknown ImageProxy error": ""
|
|
406
|
+
});
|