@atlaskit/editor-core 194.3.12 → 194.3.14
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 +13 -0
- package/dist/cjs/composable-editor/editor-internal.js +4 -1
- package/dist/cjs/composable-editor/editor.js +4 -1
- package/dist/cjs/composable-editor/hooks/useEditorMeasuresConstructor.js +4 -1
- package/dist/cjs/composable-editor/hooks/useMeasureEditorMountTime.js +4 -1
- package/dist/cjs/editor.js +4 -1
- package/dist/cjs/ui/Addon/ClickAreaBlock/index.js +4 -1
- package/dist/cjs/ui/Addon/ClickAreaInline/index.js +4 -1
- package/dist/cjs/ui/Addon/ClickAreaMobile/index.js +4 -1
- package/dist/cjs/ui/Addon/Dropdown/index.js +4 -1
- package/dist/cjs/ui/Appearance/Chromeless.js +4 -1
- package/dist/cjs/ui/Appearance/Comment/Comment.js +4 -1
- package/dist/cjs/ui/Appearance/Comment/Toolbar.js +4 -1
- package/dist/cjs/ui/Appearance/FullPage/BeforeWrapper.js +4 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPage.js +4 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +4 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPageToolbar.js +4 -1
- package/dist/cjs/ui/AppearanceComponents/Mobile.js +4 -1
- package/dist/cjs/ui/ChromeCollapsed/index.js +4 -1
- package/dist/cjs/ui/ContentStyles/index.js +4 -1
- package/dist/cjs/ui/ContextPanel/index.js +4 -1
- package/dist/cjs/ui/PluginSlot/index.js +4 -1
- package/dist/cjs/ui/Toolbar/ToolbarInner.js +4 -1
- package/dist/cjs/ui/Toolbar/ToolbarWithSizeDetector.js +4 -1
- package/dist/cjs/ui/ToolbarFeedback/index.js +4 -1
- package/dist/cjs/ui/WithFlash/index.js +4 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/editor-internal.js +4 -1
- package/dist/es2019/composable-editor/editor.js +4 -1
- package/dist/es2019/composable-editor/hooks/useEditorMeasuresConstructor.js +4 -1
- package/dist/es2019/composable-editor/hooks/useMeasureEditorMountTime.js +4 -1
- package/dist/es2019/editor.js +4 -1
- package/dist/es2019/ui/Addon/ClickAreaBlock/index.js +4 -1
- package/dist/es2019/ui/Addon/ClickAreaInline/index.js +4 -1
- package/dist/es2019/ui/Addon/ClickAreaMobile/index.js +4 -1
- package/dist/es2019/ui/Addon/Dropdown/index.js +4 -1
- package/dist/es2019/ui/Appearance/Chromeless.js +4 -1
- package/dist/es2019/ui/Appearance/Comment/Comment.js +4 -1
- package/dist/es2019/ui/Appearance/Comment/Toolbar.js +4 -1
- package/dist/es2019/ui/Appearance/FullPage/BeforeWrapper.js +4 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPage.js +4 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +4 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageToolbar.js +4 -1
- package/dist/es2019/ui/AppearanceComponents/Mobile.js +4 -1
- package/dist/es2019/ui/ChromeCollapsed/index.js +4 -1
- package/dist/es2019/ui/ContentStyles/index.js +4 -1
- package/dist/es2019/ui/ContextPanel/index.js +4 -1
- package/dist/es2019/ui/PluginSlot/index.js +4 -1
- package/dist/es2019/ui/Toolbar/ToolbarInner.js +4 -1
- package/dist/es2019/ui/Toolbar/ToolbarWithSizeDetector.js +4 -1
- package/dist/es2019/ui/ToolbarFeedback/index.js +4 -1
- package/dist/es2019/ui/WithFlash/index.js +4 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/editor-internal.js +4 -1
- package/dist/esm/composable-editor/editor.js +4 -1
- package/dist/esm/composable-editor/hooks/useEditorMeasuresConstructor.js +4 -1
- package/dist/esm/composable-editor/hooks/useMeasureEditorMountTime.js +4 -1
- package/dist/esm/editor.js +4 -1
- package/dist/esm/ui/Addon/ClickAreaBlock/index.js +4 -1
- package/dist/esm/ui/Addon/ClickAreaInline/index.js +4 -1
- package/dist/esm/ui/Addon/ClickAreaMobile/index.js +4 -1
- package/dist/esm/ui/Addon/Dropdown/index.js +4 -1
- package/dist/esm/ui/Appearance/Chromeless.js +4 -1
- package/dist/esm/ui/Appearance/Comment/Comment.js +4 -1
- package/dist/esm/ui/Appearance/Comment/Toolbar.js +4 -1
- package/dist/esm/ui/Appearance/FullPage/BeforeWrapper.js +4 -1
- package/dist/esm/ui/Appearance/FullPage/FullPage.js +4 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +4 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageToolbar.js +4 -1
- package/dist/esm/ui/AppearanceComponents/Mobile.js +4 -1
- package/dist/esm/ui/ChromeCollapsed/index.js +4 -1
- package/dist/esm/ui/ContentStyles/index.js +4 -1
- package/dist/esm/ui/ContextPanel/index.js +4 -1
- package/dist/esm/ui/PluginSlot/index.js +4 -1
- package/dist/esm/ui/Toolbar/ToolbarInner.js +4 -1
- package/dist/esm/ui/Toolbar/ToolbarWithSizeDetector.js +4 -1
- package/dist/esm/ui/ToolbarFeedback/index.js +4 -1
- package/dist/esm/ui/WithFlash/index.js +4 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/composable-editor/hooks/useEditorMeasuresConstructor.d.ts +4 -1
- package/dist/types/create-editor/create-preset.d.ts +10 -10
- package/dist/types/editor.d.ts +4 -1
- package/dist/types/presets/default.d.ts +10 -10
- package/dist/types/presets/universal.d.ts +10 -10
- package/dist/types/presets/useUniversalPreset.d.ts +10 -10
- package/dist/types/ui/Addon/ClickAreaInline/index.d.ts +4 -1
- package/dist/types/ui/Addon/ClickAreaMobile/index.d.ts +4 -1
- package/dist/types/ui/Addon/Dropdown/index.d.ts +4 -1
- package/dist/types/ui/Appearance/Chromeless.d.ts +4 -1
- package/dist/types/ui/Appearance/Comment/Comment.d.ts +4 -1
- package/dist/types/ui/Appearance/FullPage/BeforeWrapper.d.ts +4 -1
- package/dist/types/ui/Appearance/FullPage/FullPageContentArea.d.ts +4 -1
- package/dist/types/ui/Appearance/FullPage/FullPageToolbar.d.ts +4 -1
- package/dist/types/ui/AppearanceComponents/Mobile.d.ts +4 -1
- package/dist/types/ui/ChromeCollapsed/index.d.ts +4 -1
- package/dist/types/ui/ContentStyles/index.d.ts +4 -1
- package/dist/types/ui/ContextPanel/index.d.ts +4 -1
- package/dist/types/ui/PluginSlot/index.d.ts +4 -1
- package/dist/types/ui/Toolbar/ToolbarInner.d.ts +4 -1
- package/dist/types/ui/WithFlash/index.d.ts +4 -1
- package/dist/types-ts4.5/composable-editor/hooks/useEditorMeasuresConstructor.d.ts +4 -1
- package/dist/types-ts4.5/create-editor/create-preset.d.ts +10 -10
- package/dist/types-ts4.5/editor.d.ts +4 -1
- package/dist/types-ts4.5/presets/default.d.ts +10 -10
- package/dist/types-ts4.5/presets/universal.d.ts +10 -10
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +10 -10
- package/dist/types-ts4.5/ui/Addon/ClickAreaInline/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/Addon/ClickAreaMobile/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/Addon/Dropdown/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/Appearance/Chromeless.d.ts +4 -1
- package/dist/types-ts4.5/ui/Appearance/Comment/Comment.d.ts +4 -1
- package/dist/types-ts4.5/ui/Appearance/FullPage/BeforeWrapper.d.ts +4 -1
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageContentArea.d.ts +4 -1
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageToolbar.d.ts +4 -1
- package/dist/types-ts4.5/ui/AppearanceComponents/Mobile.d.ts +4 -1
- package/dist/types-ts4.5/ui/ChromeCollapsed/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/ContentStyles/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/ContextPanel/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/PluginSlot/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/Toolbar/ToolbarInner.d.ts +4 -1
- package/dist/types-ts4.5/ui/WithFlash/index.d.ts +4 -1
- package/package.json +8 -4
|
@@ -363,7 +363,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
363
363
|
];
|
|
364
364
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
365
365
|
commands: {
|
|
366
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
366
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
367
367
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
368
368
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
369
369
|
};
|
|
@@ -618,7 +618,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
618
618
|
];
|
|
619
619
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
620
620
|
commands: {
|
|
621
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
621
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
622
622
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
623
623
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
624
624
|
};
|
|
@@ -1538,7 +1538,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1538
1538
|
];
|
|
1539
1539
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
1540
1540
|
commands: {
|
|
1541
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1541
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1542
1542
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1543
1543
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1544
1544
|
};
|
|
@@ -2162,7 +2162,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2162
2162
|
];
|
|
2163
2163
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
2164
2164
|
commands: {
|
|
2165
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2165
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2166
2166
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2167
2167
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2168
2168
|
};
|
|
@@ -2993,7 +2993,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2993
2993
|
];
|
|
2994
2994
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
2995
2995
|
commands: {
|
|
2996
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2996
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2997
2997
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2998
2998
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2999
2999
|
};
|
|
@@ -3713,7 +3713,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3713
3713
|
];
|
|
3714
3714
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
3715
3715
|
commands: {
|
|
3716
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3716
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3717
3717
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3718
3718
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3719
3719
|
};
|
|
@@ -3971,7 +3971,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3971
3971
|
];
|
|
3972
3972
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
3973
3973
|
commands: {
|
|
3974
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3974
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3975
3975
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3976
3976
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3977
3977
|
};
|
|
@@ -4503,7 +4503,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
4503
4503
|
];
|
|
4504
4504
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
4505
4505
|
commands: {
|
|
4506
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4506
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4507
4507
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4508
4508
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4509
4509
|
};
|
|
@@ -5023,7 +5023,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
5023
5023
|
];
|
|
5024
5024
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
5025
5025
|
commands: {
|
|
5026
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5026
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5027
5027
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5028
5028
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5029
5029
|
};
|
|
@@ -5278,7 +5278,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
5278
5278
|
];
|
|
5279
5279
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
5280
5280
|
commands: {
|
|
5281
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5281
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5282
5282
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5283
5283
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5284
5284
|
};
|
|
@@ -349,7 +349,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
349
349
|
];
|
|
350
350
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
351
351
|
commands: {
|
|
352
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
352
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
353
353
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
354
354
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
355
355
|
};
|
|
@@ -604,7 +604,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
604
604
|
];
|
|
605
605
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
606
606
|
commands: {
|
|
607
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
607
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
608
608
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
609
609
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
610
610
|
};
|
|
@@ -1524,7 +1524,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
1524
1524
|
];
|
|
1525
1525
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
1526
1526
|
commands: {
|
|
1527
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1527
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1528
1528
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1529
1529
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1530
1530
|
};
|
|
@@ -2148,7 +2148,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2148
2148
|
];
|
|
2149
2149
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
2150
2150
|
commands: {
|
|
2151
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2151
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2152
2152
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2153
2153
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2154
2154
|
};
|
|
@@ -2979,7 +2979,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2979
2979
|
];
|
|
2980
2980
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
2981
2981
|
commands: {
|
|
2982
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2982
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2983
2983
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2984
2984
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2985
2985
|
};
|
|
@@ -3699,7 +3699,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3699
3699
|
];
|
|
3700
3700
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
3701
3701
|
commands: {
|
|
3702
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3702
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3703
3703
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3704
3704
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3705
3705
|
};
|
|
@@ -3957,7 +3957,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3957
3957
|
];
|
|
3958
3958
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
3959
3959
|
commands: {
|
|
3960
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3960
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3961
3961
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3962
3962
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3963
3963
|
};
|
|
@@ -4489,7 +4489,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
4489
4489
|
];
|
|
4490
4490
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
4491
4491
|
commands: {
|
|
4492
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4492
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4493
4493
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4494
4494
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4495
4495
|
};
|
|
@@ -5009,7 +5009,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
5009
5009
|
];
|
|
5010
5010
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
5011
5011
|
commands: {
|
|
5012
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5012
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5013
5013
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5014
5014
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5015
5015
|
};
|
|
@@ -5264,7 +5264,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
5264
5264
|
];
|
|
5265
5265
|
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
5266
5266
|
commands: {
|
|
5267
|
-
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5267
|
+
moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5268
5268
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5269
5269
|
setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5270
5270
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "194.3.
|
|
3
|
+
"version": "194.3.14",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
46
46
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
47
47
|
"@atlaskit/button": "^19.0.0",
|
|
48
|
-
"@atlaskit/editor-common": "^86.
|
|
48
|
+
"@atlaskit/editor-common": "^86.4.0",
|
|
49
49
|
"@atlaskit/editor-plugins": "^3.4.0",
|
|
50
50
|
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
51
51
|
"@atlaskit/editor-shared-styles": "^2.13.0",
|
|
52
52
|
"@atlaskit/emoji": "^67.6.0",
|
|
53
|
-
"@atlaskit/icon": "^22.
|
|
53
|
+
"@atlaskit/icon": "^22.7.0",
|
|
54
54
|
"@atlaskit/media-card": "^78.0.0",
|
|
55
55
|
"@atlaskit/mention": "^23.2.0",
|
|
56
56
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@af/visual-regression": "*",
|
|
86
86
|
"@atlaskit/adf-utils": "^19.4.0",
|
|
87
87
|
"@atlaskit/analytics-listeners": "^8.10.0",
|
|
88
|
-
"@atlaskit/collab-provider": "9.
|
|
88
|
+
"@atlaskit/collab-provider": "9.34.0",
|
|
89
89
|
"@atlaskit/editor-json-transformer": "^8.15.0",
|
|
90
90
|
"@atlaskit/editor-plugin-annotation": "1.15.2",
|
|
91
91
|
"@atlaskit/editor-plugin-card": "^2.6.0",
|
|
@@ -214,6 +214,10 @@
|
|
|
214
214
|
"type": "boolean",
|
|
215
215
|
"referenceOnly": "true"
|
|
216
216
|
},
|
|
217
|
+
"editor_inline_comments_paste_insert_nodes": {
|
|
218
|
+
"type": "boolean",
|
|
219
|
+
"referenceOnly": "true"
|
|
220
|
+
},
|
|
217
221
|
"platform.editor.table.use-shared-state-hook": {
|
|
218
222
|
"type": "boolean",
|
|
219
223
|
"referenceOnly": true
|