@atlaskit/editor-core 182.0.1 → 182.0.3
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/CHANGELOG.md +12 -0
- package/dist/cjs/actions/index.js +17 -7
- package/dist/cjs/create-editor/ErrorBoundary.js +8 -7
- package/dist/cjs/create-editor/ReactEditorViewInternal.js +0 -1
- package/dist/cjs/editor-next/editor-internal.js +1 -1
- package/dist/cjs/editor-next/index.js +1 -1
- package/dist/cjs/editor-next/utils/sendDurationAnalytics.js +4 -3
- package/dist/cjs/editor-next/utils/trackEditorActions.js +4 -3
- package/dist/cjs/editor.js +15 -1
- package/dist/cjs/labs/next/full-page.js +1 -0
- package/dist/cjs/labs/next/internal/context/shared-config.js +5 -0
- package/dist/cjs/labs/next/presets/cxhtml.js +25 -0
- package/dist/cjs/labs/next/presets/default.js +2 -0
- package/dist/cjs/labs/next/presets/mobile.js +13 -0
- package/dist/cjs/nodeviews/getInlineNodeViewProducer.js +0 -1
- package/dist/cjs/plugins/alignment/ui/ToolbarAlignment/index.js +1 -1
- package/dist/cjs/plugins/annotation/pm-plugins/inline-comment.js +6 -5
- package/dist/cjs/plugins/annotation/toolbar.js +3 -0
- package/dist/cjs/plugins/avatar-group/ui/AvatarGroupPluginWrapper.js +1 -0
- package/dist/cjs/plugins/before-primaryToolbar/ui/BeforePrimaryToolbarWrapper.js +1 -0
- package/dist/cjs/plugins/block-type/ui/ToolbarBlockType/index.js +1 -1
- package/dist/cjs/plugins/block-type/ui/ToolbarBlockType/styled.js +1 -0
- package/dist/cjs/plugins/breakout/ui/LayoutButton.js +1 -0
- package/dist/cjs/plugins/card/nodeviews/embedCard.js +6 -0
- package/dist/cjs/plugins/card/ui/LinkToolbarButtonGroup.js +1 -0
- package/dist/cjs/plugins/card/ui/ResizableEmbedCard.js +1 -1
- package/dist/cjs/plugins/collab-edit/index.js +4 -3
- package/dist/cjs/plugins/custom-autoformat/doc.js +4 -3
- package/dist/cjs/plugins/custom-autoformat/index.js +4 -3
- package/dist/cjs/plugins/date/ui/DatePicker/date-picker-input.js +7 -0
- package/dist/cjs/plugins/date/ui/DatePicker/index.js +1 -0
- package/dist/cjs/plugins/expand/ui/ExpandIconButton.js +1 -1
- package/dist/cjs/plugins/extension/actions.js +4 -3
- package/dist/cjs/plugins/extension/commands.js +3 -0
- package/dist/cjs/plugins/extension/context-panel.js +8 -7
- package/dist/cjs/plugins/extension/pm-plugins/main.js +8 -7
- package/dist/cjs/plugins/extension/pm-plugins/utils.js +6 -5
- package/dist/cjs/plugins/extension/ui/Extension/Extension/index.js +1 -0
- package/dist/cjs/plugins/extension/ui/Extension/ExtensionComponent.js +11 -3
- package/dist/cjs/plugins/extension/ui/Extension/InlineExtension/index.js +1 -1
- package/dist/cjs/plugins/extension/ui/Extension/Lozenge.js +1 -1
- package/dist/cjs/plugins/extension/ui/SaveIndicator/SaveIndicator.js +1 -0
- package/dist/cjs/plugins/feedback-dialog/index.js +6 -5
- package/dist/cjs/plugins/feedback-dialog/loadJiraCollectorDialogScript.js +4 -3
- package/dist/cjs/plugins/find-replace/styles.js +2 -0
- package/dist/cjs/plugins/find-replace/ui/Find.js +1 -1
- package/dist/cjs/plugins/find-replace/ui/FindReplace.js +1 -1
- package/dist/cjs/plugins/find-replace/ui/FindReplaceToolbarButton.js +1 -0
- package/dist/cjs/plugins/find-replace/ui/Replace.js +1 -1
- package/dist/cjs/plugins/find-replace/ui/styles.js +1 -0
- package/dist/cjs/plugins/find-replace/utils/batch-decorations.js +10 -9
- package/dist/cjs/plugins/floating-toolbar/index.js +2 -1
- package/dist/cjs/plugins/floating-toolbar/ui/Dropdown.js +1 -0
- package/dist/cjs/plugins/floating-toolbar/ui/DropdownMenu.js +3 -0
- package/dist/cjs/plugins/floating-toolbar/ui/EmojiPickerButton.js +1 -0
- package/dist/cjs/plugins/floating-toolbar/ui/ExtensionsPlaceholder.js +7 -7
- package/dist/cjs/plugins/floating-toolbar/ui/Input.js +1 -1
- package/dist/cjs/plugins/floating-toolbar/ui/ScrollButtons.js +1 -0
- package/dist/cjs/plugins/floating-toolbar/ui/Separator.js +1 -0
- package/dist/cjs/plugins/floating-toolbar/ui/Toolbar.js +1 -0
- package/dist/cjs/plugins/help-dialog/ui/index.js +1 -1
- package/dist/cjs/plugins/hyperlink/HyperlinkToolbarAppearance.js +7 -7
- package/dist/cjs/plugins/hyperlink/ui/EditorLinkPicker/index.js +4 -0
- package/dist/cjs/plugins/hyperlink/ui/HyperlinkAddToolbar/HyperlinkAddToolbar.js +14 -13
- package/dist/cjs/plugins/image-upload/pm-plugins/main.js +4 -3
- package/dist/cjs/plugins/indentation/commands/utils.js +2 -0
- package/dist/cjs/plugins/insert-block/ui/ToolbarInsertBlock/index.js +1 -1
- package/dist/cjs/plugins/jira-issue/nodeviews/jira-issue.js +1 -0
- package/dist/cjs/plugins/list/commands/listBackspace.js +0 -1
- package/dist/cjs/plugins/macro/actions.js +6 -5
- package/dist/cjs/plugins/media/nodeviews/mediaGroup.js +4 -3
- package/dist/cjs/plugins/media/nodeviews/mediaInline.js +5 -5
- package/dist/cjs/plugins/media/nodeviews/mediaNodeUpdater.js +34 -32
- package/dist/cjs/plugins/media/nodeviews/mediaNodeView/media.js +12 -6
- package/dist/cjs/plugins/media/nodeviews/mediaSingle.js +10 -9
- package/dist/cjs/plugins/media/nodeviews/styles.js +1 -0
- package/dist/cjs/plugins/media/picker-facade.js +4 -3
- package/dist/cjs/plugins/media/pm-plugins/alt-text/ui/AltTextEdit.js +1 -0
- package/dist/cjs/plugins/media/pm-plugins/main.js +25 -7
- package/dist/cjs/plugins/media/pm-plugins/mediaTaskManager.js +4 -3
- package/dist/cjs/plugins/media/toolbar/linking-toolbar-appearance.js +1 -0
- package/dist/cjs/plugins/media/toolbar/utils.js +4 -3
- package/dist/cjs/plugins/media/ui/CaptionPlaceholder/index.js +1 -0
- package/dist/cjs/plugins/media/ui/Media/DropPlaceholder.js +1 -0
- package/dist/cjs/plugins/media/ui/MediaLinkingToolbar.js +2 -0
- package/dist/cjs/plugins/media/ui/MediaPicker/PickerFacadeProvider.js +4 -3
- package/dist/cjs/plugins/media/ui/ResizableMediaSingle/index.js +7 -6
- package/dist/cjs/plugins/media/utils/check-media-type.js +4 -3
- package/dist/cjs/plugins/mentions/nodeviews/mention.js +3 -3
- package/dist/cjs/plugins/paste/handlers.js +4 -3
- package/dist/cjs/plugins/paste/pm-plugins/main.js +3 -3
- package/dist/cjs/plugins/quick-insert/index.js +4 -3
- package/dist/cjs/plugins/status/nodeviews/status.js +1 -0
- package/dist/cjs/plugins/status/ui/statusPicker.js +5 -0
- package/dist/cjs/plugins/tasks-and-decisions/index.js +1 -0
- package/dist/cjs/plugins/tasks-and-decisions/nodeviews/taskItem.js +10 -0
- package/dist/cjs/plugins/tasks-and-decisions/ui/Task/task-item-with-providers.js +8 -4
- package/dist/cjs/plugins/text-color/ui/ToolbarTextColor/index.js +1 -1
- package/dist/cjs/plugins/text-formatting/ui/Toolbar/hooks/formatting-icons.js +1 -0
- package/dist/cjs/plugins/text-formatting/ui/Toolbar/index.js +1 -1
- package/dist/cjs/plugins/type-ahead/ui/AssistiveText.js +1 -1
- package/dist/cjs/plugins/type-ahead/ui/TypeAheadList.js +1 -0
- package/dist/cjs/plugins/type-ahead/ui/TypeAheadListItem.js +1 -0
- package/dist/cjs/plugins/type-ahead/ui/TypeAheadPopup.js +1 -0
- package/dist/cjs/plugins/undo-redo/ui/ToolbarUndoRedo/index.js +1 -1
- package/dist/cjs/ui/Addon/ClickAreaBlock/index.js +1 -0
- package/dist/cjs/ui/Addon/ClickAreaInline/index.js +1 -0
- package/dist/cjs/ui/Addon/ClickAreaMobile/index.js +1 -0
- package/dist/cjs/ui/Addon/Dropdown/index.js +1 -1
- package/dist/cjs/ui/Alignment/index.js +1 -1
- package/dist/cjs/ui/Appearance/Chromeless.js +1 -0
- package/dist/cjs/ui/Appearance/Comment/Comment.js +19 -1
- package/dist/cjs/ui/Appearance/Comment/Toolbar.js +1 -0
- package/dist/cjs/ui/Appearance/FullPage/FullPage.js +1 -1
- package/dist/cjs/ui/AppearanceComponents/Mobile.js +1 -0
- package/dist/cjs/ui/ChromeCollapsed/index.js +1 -1
- package/dist/cjs/ui/ColorPickerButton/index.js +1 -0
- package/dist/cjs/ui/ConfigPanel/ConfigPanel.js +9 -5
- package/dist/cjs/ui/ConfigPanel/ErrorMessage/ErrorImage.js +3 -0
- package/dist/cjs/ui/ConfigPanel/Fields/Boolean.js +1 -0
- package/dist/cjs/ui/ConfigPanel/Fields/CheckboxGroup.js +1 -0
- package/dist/cjs/ui/ConfigPanel/Fields/ColorPicker.js +1 -1
- package/dist/cjs/ui/ConfigPanel/Fields/CustomSelect.js +3 -3
- package/dist/cjs/ui/ConfigPanel/Fields/DateRange.js +1 -0
- package/dist/cjs/ui/ConfigPanel/Fields/Expand.js +1 -0
- package/dist/cjs/ui/ConfigPanel/Fields/Fieldset.js +1 -0
- package/dist/cjs/ui/ConfigPanel/Fields/SelectItem.js +1 -0
- package/dist/cjs/ui/ConfigPanel/Fields/TabGroup.js +1 -0
- package/dist/cjs/ui/ConfigPanel/Fields/UserSelect.js +5 -5
- package/dist/cjs/ui/ConfigPanel/FormErrorBoundary.js +4 -3
- package/dist/cjs/ui/ConfigPanel/Header.js +1 -0
- package/dist/cjs/ui/ConfigPanel/LoadingState.js +1 -0
- package/dist/cjs/ui/ConfigPanel/NestedForms/RemovableField.js +1 -0
- package/dist/cjs/ui/ConfigPanel/transformers.js +20 -19
- package/dist/cjs/ui/ContentStyles/index.js +1 -0
- package/dist/cjs/ui/ContextPanel/context.js +15 -0
- package/dist/cjs/ui/ContextPanel/index.js +1 -0
- package/dist/cjs/ui/ElementBrowser/InsertMenu.js +3 -0
- package/dist/cjs/ui/ElementBrowser/ModalElementBrowser.js +1 -0
- package/dist/cjs/ui/ElementBrowser/components/CategoryList.js +1 -0
- package/dist/cjs/ui/ElementBrowser/components/ElementBrowserLoader.js +1 -0
- package/dist/cjs/ui/ElementBrowser/components/ElementList/ElementList.js +1 -0
- package/dist/cjs/ui/ElementBrowser/components/ElementList/EmptyState.js +1 -0
- package/dist/cjs/ui/ElementBrowser/components/ElementList/NotFoundIllustration.js +3 -0
- package/dist/cjs/ui/ElementBrowser/components/ElementSearch.js +1 -0
- package/dist/cjs/ui/ElementBrowser/components/StatelessElementBrowser.js +1 -0
- package/dist/cjs/ui/ElementBrowser/hooks/use-container-width.js +27 -0
- package/dist/cjs/ui/ElementBrowser/hooks/use-focus.js +32 -0
- package/dist/cjs/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.js +38 -0
- package/dist/cjs/ui/FloatingToolbar/index.js +1 -1
- package/dist/cjs/ui/LinkSearch/LinkSearchList.js +1 -0
- package/dist/cjs/ui/LinkSearch/LinkSearchListItem.js +3 -0
- package/dist/cjs/ui/LinkSearch/index.js +8 -7
- package/dist/cjs/ui/PanelTextInput/index.js +1 -1
- package/dist/cjs/ui/PluginSlot/index.js +1 -0
- package/dist/cjs/ui/Toolbar/ToolbarInner.js +1 -0
- package/dist/cjs/ui/Toolbar/ToolbarWithSizeDetector.js +1 -0
- package/dist/cjs/ui/ToolbarArrowKeyNavigationProvider/index.js +33 -20
- package/dist/cjs/ui/ToolbarFeedback/index.js +7 -4
- package/dist/cjs/ui/WithFlash/index.js +1 -0
- package/dist/cjs/ui/styles.js +5 -3
- package/dist/cjs/utils/action.js +6 -5
- package/dist/cjs/utils/announcer/announcer.js +9 -1
- package/dist/cjs/utils/clipboard.js +5 -5
- package/dist/cjs/utils/extensions.js +6 -5
- package/dist/cjs/utils/index.js +12 -0
- package/dist/cjs/utils/performance/simple-measure-to-entries.js +2 -1
- package/dist/cjs/utils/performance/track-transactions.js +2 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/actions/index.js +9 -0
- package/dist/es2019/create-editor/ReactEditorViewInternal.js +0 -1
- package/dist/es2019/editor.js +14 -0
- package/dist/es2019/labs/next/internal/context/shared-config.js +6 -0
- package/dist/es2019/labs/next/presets/cxhtml.js +23 -0
- package/dist/es2019/labs/next/presets/mobile.js +0 -2
- package/dist/es2019/nodeviews/getInlineNodeViewProducer.js +0 -1
- package/dist/es2019/plugins/annotation/toolbar.js +0 -1
- package/dist/es2019/plugins/card/nodeviews/embedCard.js +7 -0
- package/dist/es2019/plugins/date/ui/DatePicker/date-picker-input.js +7 -0
- package/dist/es2019/plugins/extension/commands.js +0 -1
- package/dist/es2019/plugins/extension/ui/Extension/ExtensionComponent.js +9 -0
- package/dist/es2019/plugins/floating-toolbar/index.js +0 -1
- package/dist/es2019/plugins/floating-toolbar/ui/DropdownMenu.js +3 -0
- package/dist/es2019/plugins/indentation/commands/utils.js +3 -0
- package/dist/es2019/plugins/list/commands/listBackspace.js +0 -1
- package/dist/es2019/plugins/media/nodeviews/mediaNodeUpdater.js +5 -1
- package/dist/es2019/plugins/media/nodeviews/mediaNodeView/media.js +9 -1
- package/dist/es2019/plugins/media/nodeviews/mediaSingle.js +3 -0
- package/dist/es2019/plugins/media/pm-plugins/main.js +18 -0
- package/dist/es2019/plugins/quick-insert/commands.js +0 -1
- package/dist/es2019/plugins/status/ui/statusPicker.js +4 -0
- package/dist/es2019/plugins/tasks-and-decisions/nodeviews/taskItem.js +11 -0
- package/dist/es2019/plugins/tasks-and-decisions/ui/Task/task-item-with-providers.js +5 -1
- package/dist/es2019/ui/Appearance/Comment/Comment.js +18 -1
- package/dist/es2019/ui/ConfigPanel/ConfigPanel.js +4 -0
- package/dist/es2019/ui/ContextPanel/context.js +0 -1
- package/dist/es2019/ui/ToolbarArrowKeyNavigationProvider/index.js +26 -15
- package/dist/es2019/ui/ToolbarFeedback/index.js +3 -0
- package/dist/es2019/ui/styles.js +5 -0
- package/dist/es2019/utils/announcer/announcer.js +0 -2
- package/dist/es2019/utils/index.js +9 -0
- package/dist/es2019/utils/performance/simple-measure-to-entries.js +1 -1
- package/dist/es2019/utils/performance/track-transactions.js +2 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/actions/index.js +17 -7
- package/dist/esm/create-editor/ErrorBoundary.js +8 -7
- package/dist/esm/create-editor/ReactEditorViewInternal.js +0 -1
- package/dist/esm/editor-next/utils/sendDurationAnalytics.js +4 -3
- package/dist/esm/editor-next/utils/trackEditorActions.js +4 -3
- package/dist/esm/editor.js +14 -0
- package/dist/esm/labs/next/internal/context/shared-config.js +6 -0
- package/dist/esm/labs/next/presets/cxhtml.js +23 -0
- package/dist/esm/labs/next/presets/mobile.js +0 -2
- package/dist/esm/nodeviews/getInlineNodeViewProducer.js +0 -1
- package/dist/esm/plugins/annotation/pm-plugins/inline-comment.js +6 -5
- package/dist/esm/plugins/annotation/toolbar.js +0 -1
- package/dist/esm/plugins/card/nodeviews/embedCard.js +6 -0
- package/dist/esm/plugins/collab-edit/index.js +4 -3
- package/dist/esm/plugins/custom-autoformat/doc.js +4 -3
- package/dist/esm/plugins/custom-autoformat/index.js +4 -3
- package/dist/esm/plugins/date/ui/DatePicker/date-picker-input.js +6 -0
- package/dist/esm/plugins/extension/actions.js +4 -3
- package/dist/esm/plugins/extension/commands.js +0 -1
- package/dist/esm/plugins/extension/context-panel.js +7 -7
- package/dist/esm/plugins/extension/pm-plugins/main.js +7 -7
- package/dist/esm/plugins/extension/pm-plugins/utils.js +6 -5
- package/dist/esm/plugins/extension/ui/Extension/ExtensionComponent.js +12 -3
- package/dist/esm/plugins/feedback-dialog/index.js +6 -5
- package/dist/esm/plugins/feedback-dialog/loadJiraCollectorDialogScript.js +4 -3
- package/dist/esm/plugins/find-replace/utils/batch-decorations.js +10 -9
- package/dist/esm/plugins/floating-toolbar/index.js +0 -1
- package/dist/esm/plugins/floating-toolbar/ui/DropdownMenu.js +3 -0
- package/dist/esm/plugins/floating-toolbar/ui/ExtensionsPlaceholder.js +8 -7
- package/dist/esm/plugins/hyperlink/HyperlinkToolbarAppearance.js +8 -7
- package/dist/esm/plugins/hyperlink/ui/HyperlinkAddToolbar/HyperlinkAddToolbar.js +14 -13
- package/dist/esm/plugins/image-upload/pm-plugins/main.js +4 -3
- package/dist/esm/plugins/indentation/commands/utils.js +3 -0
- package/dist/esm/plugins/list/commands/listBackspace.js +0 -1
- package/dist/esm/plugins/macro/actions.js +6 -5
- package/dist/esm/plugins/media/nodeviews/mediaGroup.js +4 -3
- package/dist/esm/plugins/media/nodeviews/mediaInline.js +6 -5
- package/dist/esm/plugins/media/nodeviews/mediaNodeUpdater.js +34 -32
- package/dist/esm/plugins/media/nodeviews/mediaNodeView/media.js +13 -6
- package/dist/esm/plugins/media/nodeviews/mediaSingle.js +10 -8
- package/dist/esm/plugins/media/picker-facade.js +4 -3
- package/dist/esm/plugins/media/pm-plugins/main.js +26 -7
- package/dist/esm/plugins/media/pm-plugins/mediaTaskManager.js +4 -3
- package/dist/esm/plugins/media/toolbar/utils.js +4 -3
- package/dist/esm/plugins/media/ui/MediaPicker/PickerFacadeProvider.js +4 -3
- package/dist/esm/plugins/media/ui/ResizableMediaSingle/index.js +6 -5
- package/dist/esm/plugins/media/utils/check-media-type.js +4 -3
- package/dist/esm/plugins/mentions/nodeviews/mention.js +4 -3
- package/dist/esm/plugins/paste/handlers.js +4 -3
- package/dist/esm/plugins/paste/pm-plugins/main.js +4 -3
- package/dist/esm/plugins/quick-insert/commands.js +0 -1
- package/dist/esm/plugins/quick-insert/index.js +4 -3
- package/dist/esm/plugins/status/ui/statusPicker.js +4 -0
- package/dist/esm/plugins/tasks-and-decisions/nodeviews/taskItem.js +10 -0
- package/dist/esm/plugins/tasks-and-decisions/ui/Task/task-item-with-providers.js +9 -4
- package/dist/esm/ui/Appearance/Comment/Comment.js +18 -1
- package/dist/esm/ui/ConfigPanel/ConfigPanel.js +10 -5
- package/dist/esm/ui/ConfigPanel/Fields/CustomSelect.js +4 -3
- package/dist/esm/ui/ConfigPanel/Fields/UserSelect.js +6 -5
- package/dist/esm/ui/ConfigPanel/FormErrorBoundary.js +4 -3
- package/dist/esm/ui/ConfigPanel/transformers.js +19 -19
- package/dist/esm/ui/ContextPanel/context.js +0 -1
- package/dist/esm/ui/LinkSearch/index.js +8 -7
- package/dist/esm/ui/ToolbarArrowKeyNavigationProvider/index.js +26 -14
- package/dist/esm/ui/ToolbarFeedback/index.js +6 -3
- package/dist/esm/ui/styles.js +3 -2
- package/dist/esm/utils/action.js +6 -5
- package/dist/esm/utils/announcer/announcer.js +0 -2
- package/dist/esm/utils/clipboard.js +6 -5
- package/dist/esm/utils/extensions.js +6 -5
- package/dist/esm/utils/index.js +9 -0
- package/dist/esm/utils/performance/simple-measure-to-entries.js +2 -1
- package/dist/esm/utils/performance/track-transactions.js +2 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/ui/ToolbarArrowKeyNavigationProvider/index.d.ts +8 -2
- package/dist/types/ui/styles.d.ts +1 -0
- package/package.json +4 -4
|
@@ -23,7 +23,6 @@ import React from 'react';
|
|
|
23
23
|
// positionedOverEditor is used to determine whether the context panel is positioned over the Editor so we are
|
|
24
24
|
// able to position and add margins to handle certain elements like inline comment dialogues overlapping the context
|
|
25
25
|
// panel
|
|
26
|
-
|
|
27
26
|
export var ContextPanel = /*#__PURE__*/React.createContext({
|
|
28
27
|
width: 0,
|
|
29
28
|
positionedOverEditor: false,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import _typeof from "@babel/runtime/helpers/typeof";
|
|
1
2
|
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
2
3
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
3
4
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
@@ -6,7 +7,7 @@ import _inherits from "@babel/runtime/helpers/inherits";
|
|
|
6
7
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
|
7
8
|
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
|
8
9
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
9
|
-
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
10
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
10
11
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
11
12
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
12
13
|
import React from 'react';
|
|
@@ -80,8 +81,8 @@ var RecentLink = /*#__PURE__*/function (_React$Component) {
|
|
|
80
81
|
}
|
|
81
82
|
});
|
|
82
83
|
_defineProperty(_assertThisInitialized(_this), "handleChange", /*#__PURE__*/function () {
|
|
83
|
-
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(input) {
|
|
84
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
84
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(input) {
|
|
85
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
85
86
|
while (1) {
|
|
86
87
|
switch (_context.prev = _context.next) {
|
|
87
88
|
case 0:
|
|
@@ -214,8 +215,8 @@ var RecentLink = /*#__PURE__*/function (_React$Component) {
|
|
|
214
215
|
}, {
|
|
215
216
|
key: "componentDidMount",
|
|
216
217
|
value: function () {
|
|
217
|
-
var _componentDidMount = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
|
|
218
|
-
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
218
|
+
var _componentDidMount = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
|
|
219
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
219
220
|
while (1) {
|
|
220
221
|
switch (_context2.prev = _context2.next) {
|
|
221
222
|
case 0:
|
|
@@ -244,8 +245,8 @@ var RecentLink = /*#__PURE__*/function (_React$Component) {
|
|
|
244
245
|
}, {
|
|
245
246
|
key: "loadRecentItems",
|
|
246
247
|
value: function () {
|
|
247
|
-
var _loadRecentItems = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee3(activityProvider) {
|
|
248
|
-
return _regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
248
|
+
var _loadRecentItems = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(activityProvider) {
|
|
249
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
249
250
|
while (1) {
|
|
250
251
|
switch (_context3.prev = _context3.next) {
|
|
251
252
|
case 0:
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
/** @jsx jsx */
|
|
1
2
|
/* eslint-disable no-console */
|
|
2
|
-
|
|
3
|
+
import { jsx } from '@emotion/react';
|
|
4
|
+
import { centeredToolbarContainer } from '../styles';
|
|
3
5
|
import React, { useCallback, useLayoutEffect, useRef } from 'react';
|
|
4
6
|
/*
|
|
5
7
|
** The context is used to handle the keydown events of submenus.
|
|
@@ -24,7 +26,9 @@ export var ToolbarArrowKeyNavigationProvider = function ToolbarArrowKeyNavigatio
|
|
|
24
26
|
childComponentSelector = _ref.childComponentSelector,
|
|
25
27
|
handleEscape = _ref.handleEscape,
|
|
26
28
|
disableArrowKeyNavigation = _ref.disableArrowKeyNavigation,
|
|
27
|
-
isShortcutToFocusToolbar = _ref.isShortcutToFocusToolbar
|
|
29
|
+
isShortcutToFocusToolbar = _ref.isShortcutToFocusToolbar,
|
|
30
|
+
editorAppearance = _ref.editorAppearance,
|
|
31
|
+
useStickyToolbar = _ref.useStickyToolbar;
|
|
28
32
|
var wrapperRef = useRef(null);
|
|
29
33
|
var selectedItemIndex = useRef(0);
|
|
30
34
|
var incrementIndex = useCallback(function (list) {
|
|
@@ -61,11 +65,14 @@ export var ToolbarArrowKeyNavigationProvider = function ToolbarArrowKeyNavigatio
|
|
|
61
65
|
(_filteredFocusableEle3 = filteredFocusableElements[selectedItemIndex.current]) === null || _filteredFocusableEle3 === void 0 ? void 0 : _filteredFocusableEle3.focus();
|
|
62
66
|
};
|
|
63
67
|
var focusAndScrollToElement = function focusAndScrollToElement(element) {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
68
|
+
var scrollToElement = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
|
|
69
|
+
if (scrollToElement) {
|
|
70
|
+
element === null || element === void 0 ? void 0 : element.scrollIntoView({
|
|
71
|
+
behavior: 'smooth',
|
|
72
|
+
block: 'center',
|
|
73
|
+
inline: 'nearest'
|
|
74
|
+
});
|
|
75
|
+
}
|
|
69
76
|
element.focus();
|
|
70
77
|
};
|
|
71
78
|
var submenuKeydownHandleContext = {
|
|
@@ -114,15 +121,18 @@ export var ToolbarArrowKeyNavigationProvider = function ToolbarArrowKeyNavigatio
|
|
|
114
121
|
} else {
|
|
115
122
|
selectedItemIndex.current = filteredFocusableElements.indexOf(targetElement) > -1 ? filteredFocusableElements.indexOf(targetElement) : selectedItemIndex.current;
|
|
116
123
|
}
|
|
124
|
+
|
|
125
|
+
//do not scroll to focused element for sticky toolbar when navigating with arrows to avoid unnesessary scroll jump
|
|
126
|
+
var allowScrollToElement = !(editorAppearance === 'comment' && !!useStickyToolbar);
|
|
117
127
|
switch (event.key) {
|
|
118
128
|
case 'ArrowRight':
|
|
119
129
|
incrementIndex(filteredFocusableElements);
|
|
120
|
-
focusAndScrollToElement(filteredFocusableElements[selectedItemIndex.current]);
|
|
130
|
+
focusAndScrollToElement(filteredFocusableElements[selectedItemIndex.current], allowScrollToElement);
|
|
121
131
|
event.preventDefault();
|
|
122
132
|
break;
|
|
123
133
|
case 'ArrowLeft':
|
|
124
134
|
decrementIndex(filteredFocusableElements);
|
|
125
|
-
focusAndScrollToElement(filteredFocusableElements[selectedItemIndex.current]);
|
|
135
|
+
focusAndScrollToElement(filteredFocusableElements[selectedItemIndex.current], allowScrollToElement);
|
|
126
136
|
event.preventDefault();
|
|
127
137
|
break;
|
|
128
138
|
case 'Escape':
|
|
@@ -145,20 +155,22 @@ export var ToolbarArrowKeyNavigationProvider = function ToolbarArrowKeyNavigatio
|
|
|
145
155
|
}
|
|
146
156
|
};
|
|
147
157
|
element === null || element === void 0 ? void 0 : element.addEventListener('keydown', handleKeyDown);
|
|
158
|
+
var editorViewDom = editorView === null || editorView === void 0 ? void 0 : editorView.dom;
|
|
148
159
|
if (isShortcutToFocusToolbar) {
|
|
149
|
-
|
|
160
|
+
editorViewDom === null || editorViewDom === void 0 ? void 0 : editorViewDom.addEventListener('keydown', globalKeyDownHandler);
|
|
150
161
|
}
|
|
151
162
|
return function () {
|
|
152
163
|
element === null || element === void 0 ? void 0 : element.removeEventListener('keydown', handleKeyDown);
|
|
153
164
|
if (isShortcutToFocusToolbar) {
|
|
154
|
-
|
|
165
|
+
editorViewDom === null || editorViewDom === void 0 ? void 0 : editorViewDom.removeEventListener('keydown', globalKeyDownHandler);
|
|
155
166
|
}
|
|
156
167
|
};
|
|
157
|
-
}, [selectedItemIndex, wrapperRef, editorView, disableArrowKeyNavigation, handleEscape, childComponentSelector, incrementIndex, decrementIndex, isShortcutToFocusToolbar]);
|
|
158
|
-
return
|
|
168
|
+
}, [selectedItemIndex, wrapperRef, editorView, disableArrowKeyNavigation, handleEscape, childComponentSelector, incrementIndex, decrementIndex, isShortcutToFocusToolbar, editorAppearance, useStickyToolbar]);
|
|
169
|
+
return jsx("div", {
|
|
170
|
+
css: editorAppearance === 'comment' && centeredToolbarContainer,
|
|
159
171
|
className: "custom-key-handler-wrapper",
|
|
160
172
|
ref: wrapperRef
|
|
161
|
-
},
|
|
173
|
+
}, jsx(KeyDownHandlerContext.Provider, {
|
|
162
174
|
value: submenuKeydownHandleContext
|
|
163
175
|
}, children));
|
|
164
176
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import _typeof from "@babel/runtime/helpers/typeof";
|
|
1
2
|
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
2
3
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
3
4
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
@@ -6,7 +7,7 @@ import _inherits from "@babel/runtime/helpers/inherits";
|
|
|
6
7
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
|
7
8
|
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
|
8
9
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
9
|
-
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
10
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
10
11
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
11
12
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
12
13
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -90,10 +91,10 @@ var ToolbarFeedback = /*#__PURE__*/function (_PureComponent) {
|
|
|
90
91
|
showOptOutOption: !_this.state.showOptOutOption
|
|
91
92
|
});
|
|
92
93
|
});
|
|
93
|
-
_defineProperty(_assertThisInitialized(_this), "openJiraIssueCollector", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
94
|
+
_defineProperty(_assertThisInitialized(_this), "openJiraIssueCollector", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
94
95
|
var _window$localStorage$, _getContextIdentifier;
|
|
95
96
|
var editorView, sessionId, contentId, tabId;
|
|
96
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
97
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
97
98
|
while (1) {
|
|
98
99
|
switch (_context.prev = _context.next) {
|
|
99
100
|
case 0:
|
|
@@ -145,6 +146,8 @@ var ToolbarFeedback = /*#__PURE__*/function (_PureComponent) {
|
|
|
145
146
|
deprecationWarnings(ToolbarFeedback.name, props, deprecations);
|
|
146
147
|
return _this;
|
|
147
148
|
}
|
|
149
|
+
|
|
150
|
+
// Create a FeedbackInfo instance from props.
|
|
148
151
|
_createClass(ToolbarFeedback, [{
|
|
149
152
|
key: "render",
|
|
150
153
|
value: function render() {
|
package/dist/esm/ui/styles.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
|
|
2
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9;
|
|
2
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10;
|
|
3
3
|
import { css } from '@emotion/react';
|
|
4
4
|
import { N30 } from '@atlaskit/theme/colors';
|
|
5
5
|
export { shortcutStyle } from '@atlaskit/editor-shared-styles/shortcut';
|
|
@@ -12,4 +12,5 @@ export var expandIconWrapperStyle = css(_templateObject5 || (_templateObject5 =
|
|
|
12
12
|
export var triggerWrapperStyles = css(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n display: flex;\n"])));
|
|
13
13
|
export var buttonContentStyle = css(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["\n display: flex;\n min-width: 80px;\n align-items: center;\n overflow: hidden;\n justify-content: center;\n flex-direction: column;\n padding: 6px;\n"])));
|
|
14
14
|
export var buttonContentReducedSpacingStyle = css(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n padding: 8px;\n"])));
|
|
15
|
-
export var clickSelectWrapperStyle = css(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["\n user-select: all;\n"])));
|
|
15
|
+
export var clickSelectWrapperStyle = css(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["\n user-select: all;\n"])));
|
|
16
|
+
export var centeredToolbarContainer = css(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["\n display: flex;\n width: 100%;\n align-items: center;\n"])));
|
package/dist/esm/utils/action.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import _typeof from "@babel/runtime/helpers/typeof";
|
|
1
2
|
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
2
|
-
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
3
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
3
4
|
import { Selection } from 'prosemirror-state';
|
|
4
5
|
import { pluginKey as extensionPluginKey } from '../plugins/extension/plugin-key';
|
|
5
6
|
import { forceAutoSave } from '../plugins/extension/commands';
|
|
@@ -8,9 +9,9 @@ export function __temporaryFixForConfigPanel(_x) {
|
|
|
8
9
|
return _temporaryFixForConfigPanel.apply(this, arguments);
|
|
9
10
|
}
|
|
10
11
|
function _temporaryFixForConfigPanel() {
|
|
11
|
-
_temporaryFixForConfigPanel = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(editorView) {
|
|
12
|
+
_temporaryFixForConfigPanel = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(editorView) {
|
|
12
13
|
var extensionPluginState;
|
|
13
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
14
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
14
15
|
while (1) {
|
|
15
16
|
switch (_context.prev = _context.next) {
|
|
16
17
|
case 0:
|
|
@@ -41,9 +42,9 @@ export function getEditorValueWithMedia(_x2) {
|
|
|
41
42
|
* passes the tr through and dispatches the cumulated transaction
|
|
42
43
|
*/
|
|
43
44
|
function _getEditorValueWithMedia() {
|
|
44
|
-
_getEditorValueWithMedia = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2(editorView) {
|
|
45
|
+
_getEditorValueWithMedia = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(editorView) {
|
|
45
46
|
var mediaPluginState;
|
|
46
|
-
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
47
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
47
48
|
while (1) {
|
|
48
49
|
switch (_context2.prev = _context2.next) {
|
|
49
50
|
case 0:
|
|
@@ -10,10 +10,8 @@ import React, { forwardRef, memo, useState, useEffect } from 'react';
|
|
|
10
10
|
|
|
11
11
|
// Note: Text won't be announced if the text message doesn't change after the render.
|
|
12
12
|
// For using a forced announcement in this case, set the 'key' attribute - key={Date.now()}
|
|
13
|
-
|
|
14
13
|
// Note: Flag 'contentRendered' resolves bug with duplicates messages (NVDA + Firefox)
|
|
15
14
|
// https://github.com/nvaccess/nvda/labels/bug%2Fdouble-speaking
|
|
16
|
-
|
|
17
15
|
var timer;
|
|
18
16
|
var Announcer = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
19
17
|
var _ref$ariaAtomic = _ref.ariaAtomic,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import _typeof from "@babel/runtime/helpers/typeof";
|
|
1
2
|
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
2
|
-
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
3
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
3
4
|
import * as clipboard from 'clipboard-polyfill';
|
|
4
5
|
export function checkClipboardTypes(type, item) {
|
|
5
6
|
var isDOMStringList = function isDOMStringList(t) {
|
|
@@ -22,8 +23,8 @@ var isIEClipboardApiSupported = function isIEClipboardApiSupported() {
|
|
|
22
23
|
return window.clipboardData && typeof window.clipboardData.setData === 'function';
|
|
23
24
|
};
|
|
24
25
|
export var copyToClipboard = /*#__PURE__*/function () {
|
|
25
|
-
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(textToCopy) {
|
|
26
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
26
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(textToCopy) {
|
|
27
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
27
28
|
while (1) {
|
|
28
29
|
switch (_context.prev = _context.next) {
|
|
29
30
|
case 0:
|
|
@@ -76,9 +77,9 @@ export var copyToClipboard = /*#__PURE__*/function () {
|
|
|
76
77
|
};
|
|
77
78
|
}();
|
|
78
79
|
export var copyHTMLToClipboard = /*#__PURE__*/function () {
|
|
79
|
-
var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2(elementToCopy, plainTextToCopy) {
|
|
80
|
+
var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(elementToCopy, plainTextToCopy) {
|
|
80
81
|
var data, Clipboard, dt;
|
|
81
|
-
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
82
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
82
83
|
while (1) {
|
|
83
84
|
switch (_context2.prev = _context2.next) {
|
|
84
85
|
case 0:
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import _typeof from "@babel/runtime/helpers/typeof";
|
|
1
2
|
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
2
|
-
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
3
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
3
4
|
import React from 'react';
|
|
4
5
|
import Loadable from 'react-loadable';
|
|
5
6
|
import { getQuickInsertItemsFromModule, resolveImport } from '@atlaskit/editor-common/extensions';
|
|
@@ -29,9 +30,9 @@ export function extensionProviderToQuickInsertProvider(_x, _x2, _x3) {
|
|
|
29
30
|
return _extensionProviderToQuickInsertProvider.apply(this, arguments);
|
|
30
31
|
}
|
|
31
32
|
function _extensionProviderToQuickInsertProvider() {
|
|
32
|
-
_extensionProviderToQuickInsertProvider = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(extensionProvider, editorActions, createAnalyticsEvent) {
|
|
33
|
+
_extensionProviderToQuickInsertProvider = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(extensionProvider, editorActions, createAnalyticsEvent) {
|
|
33
34
|
var extensions;
|
|
34
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
35
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
35
36
|
while (1) {
|
|
36
37
|
switch (_context.prev = _context.next) {
|
|
37
38
|
case 0:
|
|
@@ -91,9 +92,9 @@ export function combineQuickInsertProviders(_x4) {
|
|
|
91
92
|
return _combineQuickInsertProviders.apply(this, arguments);
|
|
92
93
|
}
|
|
93
94
|
function _combineQuickInsertProviders() {
|
|
94
|
-
_combineQuickInsertProviders = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2(quickInsertProviders) {
|
|
95
|
+
_combineQuickInsertProviders = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(quickInsertProviders) {
|
|
95
96
|
var _combineProviders, invokeList;
|
|
96
|
-
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
97
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
97
98
|
while (1) {
|
|
98
99
|
switch (_context2.prev = _context2.next) {
|
|
99
100
|
case 0:
|
package/dist/esm/utils/index.js
CHANGED
|
@@ -350,6 +350,15 @@ export function compose(func) {
|
|
|
350
350
|
}, raw);
|
|
351
351
|
};
|
|
352
352
|
}
|
|
353
|
+
|
|
354
|
+
// one function
|
|
355
|
+
|
|
356
|
+
// two function
|
|
357
|
+
|
|
358
|
+
// three function
|
|
359
|
+
|
|
360
|
+
// If needed add more than 3 function
|
|
361
|
+
// Generic
|
|
353
362
|
// rest
|
|
354
363
|
export function pipe() {
|
|
355
364
|
for (var _len2 = arguments.length, fns = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
@@ -72,7 +72,8 @@ export var TransactionTracker = /*#__PURE__*/function () {
|
|
|
72
72
|
});
|
|
73
73
|
}
|
|
74
74
|
});
|
|
75
|
-
}
|
|
75
|
+
} // Counter so we can rate limit the transaction performance tracking
|
|
76
|
+
// A map containing the time which measurement starts
|
|
76
77
|
_createClass(TransactionTracker, [{
|
|
77
78
|
key: "addMeasureListener",
|
|
78
79
|
value: function addMeasureListener(listener) {
|
package/dist/esm/version.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
/** @jsx jsx */
|
|
2
|
+
import { jsx } from '@emotion/react';
|
|
3
|
+
import { EditorAppearance } from '../../types';
|
|
1
4
|
import { EditorView } from 'prosemirror-view';
|
|
2
5
|
import React, { ReactNode } from 'react';
|
|
6
|
+
import { UseStickyToolbarType } from '../../types/editor-props';
|
|
3
7
|
export interface KeyDownHandlerContext {
|
|
4
8
|
handleArrowLeft: () => void;
|
|
5
9
|
handleArrowRight: () => void;
|
|
@@ -12,11 +16,13 @@ export declare const KeyDownHandlerContext: React.Context<KeyDownHandlerContext>
|
|
|
12
16
|
* @param
|
|
13
17
|
* @returns
|
|
14
18
|
*/
|
|
15
|
-
export declare const ToolbarArrowKeyNavigationProvider: ({ children, editorView, childComponentSelector, handleEscape, disableArrowKeyNavigation, isShortcutToFocusToolbar, }: {
|
|
19
|
+
export declare const ToolbarArrowKeyNavigationProvider: ({ children, editorView, childComponentSelector, handleEscape, disableArrowKeyNavigation, isShortcutToFocusToolbar, editorAppearance, useStickyToolbar, }: {
|
|
16
20
|
children: ReactNode;
|
|
17
21
|
editorView?: EditorView<any> | undefined;
|
|
18
22
|
childComponentSelector: string;
|
|
19
23
|
handleEscape?: ((event: KeyboardEvent) => void) | undefined;
|
|
20
24
|
disableArrowKeyNavigation?: boolean | undefined;
|
|
21
25
|
isShortcutToFocusToolbar?: ((event: KeyboardEvent) => boolean) | undefined;
|
|
22
|
-
|
|
26
|
+
editorAppearance?: EditorAppearance | undefined;
|
|
27
|
+
useStickyToolbar?: UseStickyToolbarType | undefined;
|
|
28
|
+
}) => jsx.JSX.Element;
|
|
@@ -9,3 +9,4 @@ export declare const triggerWrapperStyles: import("@emotion/react").SerializedSt
|
|
|
9
9
|
export declare const buttonContentStyle: import("@emotion/react").SerializedStyles;
|
|
10
10
|
export declare const buttonContentReducedSpacingStyle: import("@emotion/react").SerializedStyles;
|
|
11
11
|
export declare const clickSelectWrapperStyle: import("@emotion/react").SerializedStyles;
|
|
12
|
+
export declare const centeredToolbarContainer: import("@emotion/react").SerializedStyles;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "182.0.
|
|
3
|
+
"version": "182.0.3",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@atlaskit/adf-schema": "^25.4.0",
|
|
30
30
|
"@atlaskit/adf-utils": "^18.1.0",
|
|
31
31
|
"@atlaskit/analytics-gas-types": "^5.0.0",
|
|
32
|
-
"@atlaskit/analytics-listeners": "^8.
|
|
32
|
+
"@atlaskit/analytics-listeners": "^8.6.0",
|
|
33
33
|
"@atlaskit/analytics-namespaced-context": "^6.6.0",
|
|
34
34
|
"@atlaskit/analytics-next": "^9.0.0",
|
|
35
35
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@atlaskit/icon-object": "^6.2.0",
|
|
57
57
|
"@atlaskit/link-picker": "^1.18.0",
|
|
58
58
|
"@atlaskit/locale": "^2.3.0",
|
|
59
|
-
"@atlaskit/logo": "^13.
|
|
59
|
+
"@atlaskit/logo": "^13.12.0",
|
|
60
60
|
"@atlaskit/media-card": "^74.7.0",
|
|
61
61
|
"@atlaskit/media-client": "^20.2.0",
|
|
62
62
|
"@atlaskit/media-common": "^4.0.0",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"@atlaskit/webdriver-runner": "*",
|
|
170
170
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
171
171
|
"@atlassian/link-picker-atlassian-plugin": "^28.0.0",
|
|
172
|
-
"@atlassian/link-picker-plugins": "^18.
|
|
172
|
+
"@atlassian/link-picker-plugins": "^18.1.0",
|
|
173
173
|
"@atlassian/search-provider": "2.3.13",
|
|
174
174
|
"@atlassian/ufo": "^0.1.0",
|
|
175
175
|
"@emotion/jest": "^11.8.0",
|