UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

509 lines (507 loc) • 16.7 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "alignmentMessages", { enumerable: true, get: function get() { return _alignment.alignmentMessages; } }); Object.defineProperty(exports, "annotationMessages", { enumerable: true, get: function get() { return _annotation.annotationMessages; } }); Object.defineProperty(exports, "avatarGroupMessages", { enumerable: true, get: function get() { return _avatarGroup.avatarGroupMessages; } }); Object.defineProperty(exports, "blockControlsMessages", { enumerable: true, get: function get() { return _blockControls.messages; } }); Object.defineProperty(exports, "blockMenuMessages", { enumerable: true, get: function get() { return _blockMenu.messages; } }); Object.defineProperty(exports, "blockTypeMessages", { enumerable: true, get: function get() { return _blockType.messages; } }); Object.defineProperty(exports, "breakoutMessages", { enumerable: true, get: function get() { return _breakout.messages; } }); Object.defineProperty(exports, "cardMessages", { enumerable: true, get: function get() { return _card.messages; } }); Object.defineProperty(exports, "codeBidiWarningMessages", { enumerable: true, get: function get() { return _codeBidiWarning.codeBidiWarningMessages; } }); Object.defineProperty(exports, "codeBlockButtonMessages", { enumerable: true, get: function get() { return _codeBlockButton.codeBlockButtonMessages; } }); Object.defineProperty(exports, "codeBlockMessages", { enumerable: true, get: function get() { return _codeBlock.codeBlockMessages; } }); Object.defineProperty(exports, "colorPickerButtonMessages", { enumerable: true, get: function get() { return _colorPickerButton.colorPickerButtonMessages; } }); Object.defineProperty(exports, "companyHubTextColorMessages", { enumerable: true, get: function get() { return _companyHubTextColor.companyHubTextColorMessages; } }); Object.defineProperty(exports, "contextPanelMessages", { enumerable: true, get: function get() { return _contextPanel.contextPanelMessages; } }); Object.defineProperty(exports, "dateMessages", { enumerable: true, get: function get() { return _date.messages; } }); exports.default = void 0; Object.defineProperty(exports, "elementInsertSidePanel", { enumerable: true, get: function get() { return _elementInsertSidePanel.elementInsertSidePanel; } }); Object.defineProperty(exports, "findReplaceMessages", { enumerable: true, get: function get() { return _findReplace.findReplaceMessages; } }); Object.defineProperty(exports, "fullPageMessages", { enumerable: true, get: function get() { return _fullPage.messages; } }); Object.defineProperty(exports, "helpDialogMessages", { enumerable: true, get: function get() { return _helpDialog.helpDialogMessages; } }); Object.defineProperty(exports, "highlightMessages", { enumerable: true, get: function get() { return _highlight.highlightMessages; } }); Object.defineProperty(exports, "indentationMessages", { enumerable: true, get: function get() { return _indentation.messages; } }); Object.defineProperty(exports, "layoutMessages", { enumerable: true, get: function get() { return _layout.toolbarMessages; } }); Object.defineProperty(exports, "limitedModeMessages", { enumerable: true, get: function get() { return _limitedMode.limitedModeMessages; } }); Object.defineProperty(exports, "linkMessages", { enumerable: true, get: function get() { return _link.linkMessages; } }); Object.defineProperty(exports, "linkToolbarMessages", { enumerable: true, get: function get() { return _linkToolbar.linkToolbarMessages; } }); Object.defineProperty(exports, "listMessages", { enumerable: true, get: function get() { return _list.messages; } }); Object.defineProperty(exports, "markdownModeMessages", { enumerable: true, get: function get() { return _markdownMode.markdownModeMessages; } }); Object.defineProperty(exports, "mediaAndEmbedToolbarMessages", { enumerable: true, get: function get() { return _mediaAndEmbedToolbar.toolbarMessages; } }); Object.defineProperty(exports, "mediaEditingMessages", { enumerable: true, get: function get() { return _mediaEditing.mediaEditingMessages; } }); Object.defineProperty(exports, "mediaInsertMessages", { enumerable: true, get: function get() { return _mediaInsert.mediaInsertMessages; } }); Object.defineProperty(exports, "mentionMessages", { enumerable: true, get: function get() { return _mentions.mentionMessages; } }); Object.defineProperty(exports, "nativeEmbedToolbarMessages", { enumerable: true, get: function get() { return _nativeEmbedToolbar.nativeEmbedToolbarMessages; } }); Object.defineProperty(exports, "panelMessages", { enumerable: true, get: function get() { return _panel.panelMessages; } }); Object.defineProperty(exports, "pasteOptionsToolbarMessages", { enumerable: true, get: function get() { return _pasteOptionsToolbar.pasteOptionsToolbarMessages; } }); Object.defineProperty(exports, "placeholderTextMessages", { enumerable: true, get: function get() { return _placeholderText.placeholderTextMessages; } }); Object.defineProperty(exports, "roleDescriptionMessages", { enumerable: true, get: function get() { return _roleDescription.roleDescriptionMessages; } }); Object.defineProperty(exports, "selectionExtensionMessages", { enumerable: true, get: function get() { return _selectionExtension.selectionExtensionMessages; } }); Object.defineProperty(exports, "selectionToolbarMessages", { enumerable: true, get: function get() { return _selectionToolbar.selectionToolbarMessages; } }); Object.defineProperty(exports, "statusMessages", { enumerable: true, get: function get() { return _status.messages; } }); Object.defineProperty(exports, "syncBlockMessages", { enumerable: true, get: function get() { return _syncBlock.syncBlockMessages; } }); Object.defineProperty(exports, "tableMessages", { enumerable: true, get: function get() { return _table.messages; } }); Object.defineProperty(exports, "tasksAndDecisionsMessages", { enumerable: true, get: function get() { return _tasksAndDecsisions.tasksAndDecisionsMessages; } }); Object.defineProperty(exports, "textColorMessages", { enumerable: true, get: function get() { return _textColor.textColorMessages; } }); Object.defineProperty(exports, "toolbarInsertBlockMessages", { enumerable: true, get: function get() { return _insertBlock.toolbarInsertBlockMessages; } }); Object.defineProperty(exports, "toolbarMessages", { enumerable: true, get: function get() { return _toolbar.toolbarMessages; } }); Object.defineProperty(exports, "trackChangesMessages", { enumerable: true, get: function get() { return _trackChanges.trackChangesMessages; } }); Object.defineProperty(exports, "undoRedoMessages", { enumerable: true, get: function get() { return _undoRedo.messages; } }); Object.defineProperty(exports, "unsupportedContentMessages", { enumerable: true, get: function get() { return _unsupportedContent.unsupportedContentMessages; } }); var _reactIntl = require("react-intl"); var _alignment = require("./alignment"); var _annotation = require("./annotation"); var _breakout = require("./breakout"); var _blockMenu = require("./block-menu"); var _blockType = require("./block-type"); var _codeBidiWarning = require("./codeBidiWarning"); var _colorPickerButton = require("./color-picker-button"); var _link = require("./link"); var _linkToolbar = require("./link-toolbar"); var _unsupportedContent = require("./unsupportedContent"); var _codeBlock = require("./codeBlock"); var _codeBlockButton = require("./codeBlockButton"); var _insertBlock = require("./insert-block"); var _mediaAndEmbedToolbar = require("./media-and-embed-toolbar"); var _card = require("./card"); var _fullPage = require("./full-page"); var _toolbar = require("./toolbar"); var _table = require("./table"); var _list = require("./list"); var _undoRedo = require("./undo-redo"); var _status = require("./status"); var _date = require("./date"); var _layout = require("./layout"); var _indentation = require("./indentation"); var _avatarGroup = require("./avatar-group"); var _findReplace = require("./find-replace"); var _elementInsertSidePanel = require("./element-insert-side-panel"); var _textColor = require("./text-color"); var _tasksAndDecsisions = require("./tasks-and-decsisions"); var _placeholderText = require("./placeholder-text"); var _pasteOptionsToolbar = require("./paste-options-toolbar"); var _panel = require("./panel"); var _mentions = require("./mentions"); var _helpDialog = require("./help-dialog"); var _highlight = require("./highlight"); var _blockControls = require("./block-controls"); var _mediaInsert = require("./media-insert"); var _mediaEditing = require("./media-editing"); var _selectionExtension = require("./selection-extension"); var _selectionToolbar = require("./selection-toolbar"); var _contextPanel = require("./context-panel"); var _trackChanges = require("./track-changes"); var _roleDescription = require("./roleDescription"); var _syncBlock = require("./syncBlock"); var _limitedMode = require("./limited-mode"); var _companyHubTextColor = require("./company-hub-text-color"); var _nativeEmbedToolbar = require("./native-embed-toolbar"); var _markdownMode = require("./markdown-mode"); // Disable no-re-export rule for entry point files /* eslint-disable @atlaskit/editor/no-re-export */ var _default_1 = (0, _reactIntl.defineMessages)({ layoutFixedWidth: { id: 'fabric.editor.layoutFixedWidth', defaultMessage: 'Back to center', description: 'Display your element (image, table, extension, etc) as standard width' }, layoutStateFixedWidth: { id: 'fabric.editor.layoutStateFixedWidth', defaultMessage: 'Centered', description: 'Displaying your element (image, table, extension, etc) as standard width' }, layoutWide: { id: 'fabric.editor.layoutWide', defaultMessage: 'Go wide', description: 'Display your element (image, table, extension, etc) wider than normal' }, layoutStateWide: { id: 'fabric.editor.layoutStateWide', defaultMessage: 'Wide', description: 'Displaying your element (image, table, extension, etc) wider than normal' }, layoutFullWidth: { id: 'fabric.editor.layoutFullWidth', defaultMessage: 'Go full width', description: 'Display your element (image, table, extension, etc) as full width' }, layoutStateFullWidth: { id: 'fabric.editor.layoutStateFullWidth', defaultMessage: 'Full width', description: 'Displaying your element (image, table, extension, etc) as full width' }, alignImageRight: { id: 'fabric.editor.alignImageRight', defaultMessage: 'Align right', description: 'The text is shown as a button in the image toolbar when the user wants to align an image to the right side of the page.' }, alignImageCenter: { id: 'fabric.editor.alignImageCenter', defaultMessage: 'Align center', description: 'The text is shown as a button in the image toolbar when the user wants to align an image to the center of the page.' }, alignImageLeft: { id: 'fabric.editor.alignImageLeft', defaultMessage: 'Align left', description: 'The text is shown as a button in the image toolbar when the user wants to align an image to the left side of the page.' }, delete: { id: 'fabric.editor.delete', defaultMessage: 'Delete', description: 'Delete the element (image, panel, table, etc.) from your document' }, remove: { id: 'fabric.editor.remove', defaultMessage: 'Remove', description: 'Delete the element (image, panel, table, etc.) from your document' }, removeEmoji: { id: 'fabric.editor.removeEmoji', defaultMessage: 'Remove emoji', description: 'Remove the emoji panel icon from custom panel' }, visit: { id: 'fabric.editor.visit', defaultMessage: 'Open link in a new window', description: 'The text is shown as a link or button in the editor when the user wants to open the selected link in a new browser window.' }, inviteToEditButtonTitle: { id: 'fabric.editor.editMode.inviteToEditButton.title', defaultMessage: 'Invite to edit', description: 'Invite another user to edit the current document' }, saveButton: { id: 'fabric.editor.saveButton', defaultMessage: 'Save', description: 'Label for the primary action button that submits and saves the current comment or document in the editor.' }, cancelButton: { id: 'fabric.editor.cancelButton', defaultMessage: 'Cancel', description: 'Label for the button that discards unsaved changes and cancels editing of the current comment or document.' }, taskList: { id: 'fabric.editor.tooltip.taskList', defaultMessage: 'an action item', description: 'The text is shown as a tooltip label in the editor to describe an action item element when the user interacts with it.' }, bulletList: { id: 'fabric.editor.tooltip.bulletList', defaultMessage: 'a list', description: 'The text is shown as a tooltip label in the editor to describe a bullet list element when the user interacts with it.' }, nestedExpand: { id: 'fabric.editor.tooltip.nestedExpand', defaultMessage: 'a nested expand', description: 'The text is shown as a tooltip label in the editor to describe a nested expand element when the user interacts with it.' }, decisionList: { id: 'fabric.editor.tooltip.decisionList', defaultMessage: 'a decision list', description: 'The text is shown as a tooltip label in the editor to describe a decision list element when the user interacts with it.' }, defaultBlockNode: { id: 'fabric.editor.tooltip.defaultBlockNode', defaultMessage: 'a block node', description: 'The text is shown as a tooltip label in the editor to describe a generic block node element when the user interacts with it.' }, panel: { id: 'fabric.editor.tooltip.blockPanel', defaultMessage: 'a panel', description: 'The text is shown as a tooltip label in the editor to describe a panel element when the user interacts with it.' }, blockquote: { id: 'fabric.editor.blockquote', defaultMessage: 'a quote', description: 'The text is shown as a tooltip label in the editor to describe a blockquote element when the user interacts with it.' }, timeUpdated: { id: 'fabric.editor.time.updated', defaultMessage: 'Updated', description: 'The text is shown as a label in the editor to indicate when the content was last updated by a user.' }, timeViewed: { id: 'fabric.editor.time.viewed', defaultMessage: 'Viewed', description: 'The text is shown as a label in the editor to indicate when the content was last viewed by a user.' }, timeAgo: { id: 'fabric.editor.time.ago', defaultMessage: 'ago', description: 'The text is shown as a label suffix after a time value to indicate that the action occurred in the past, for example "5 minutes ago".' }, copyToClipboard: { id: 'fabric.editor.copyToClipboard', defaultMessage: 'Copy', description: 'Copy the whole content of the element to your clipboard' }, copiedToClipboard: { id: 'fabric.editor.copiedToClipboard', defaultMessage: 'Copied!', description: 'Copied the whole content of the element to clipboard' }, viewMore: { id: 'fabric.editor.overflowMenuViewMore', defaultMessage: 'View more', description: 'The text is shown as a button in the editor toolbar overflow menu when additional toolbar options are available for the user to view.' }, imageEdit: { id: 'fabric.editor.imageEdit', defaultMessage: 'Edit image', description: 'Label for the button in the image floating toolbar that opens the image editing panel where users can crop, flip, or rotate the selected image.' }, error: { id: 'fabric.editor.error.message.label', defaultMessage: 'Error', description: 'The text is shown as a label for the error message icon in the editor when an operation fails or an error occurs.' }, success: { id: 'fabric.editor.success.message.label', defaultMessage: 'Success', description: 'Accessible label for the success message icon shown in the editor when an operation completes successfully.' } }); var _default = exports.default = _default_1;